/*
 * Dygraph
 */
.dygraph-label.dygraph-xlabel {
    color:#3c88ae;
    margin-top: 10px;
    font-size: 17px;
    font-family: 'Arial';
}
.dygraph-label.dygraph-ylabel {
    color:#3c88ae;
    font-size: 17px;
    font-family: 'Verdana', 'Arial';
}
.dygraph-axis-label.dygraph-axis-label-x {
    font-size: 12px;
    color:#224c62;
    font-family: 'Verdana', 'Arial';
}
.dygraph-axis-label.dygraph-axis-label-y {
    color:#224c62;
    font-family: 'Arial';
}

/*
 * Select (drop down)
 */
select {
    color: #3c88ae!important;
    background: rgba(0,136,204,0.03)!important;
    -webkit-appearance:none;
    -moz-appearance:none;
    /*
    border:1px solid #ccc;
    border-radius:10px!important;
    */
}
select:disabled {
    color: gray!important;
} 

/*
 * LOADING IMAGE
 */
.loading_image {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('loading_image.gif') 50% 30% no-repeat rgb(255,255,255);
}

/*
 * STYLE1.CSS
 */

wp-color-picker {
    width: 80px;
}
.wp-picker-container .hidden {
    display: none;
}
.wp-color-result {
    -moz-user-select: none;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin: 0 6px 6px 0;
    padding-left: 30px;
    position: relative;
    vertical-align: bottom;
}
.wp-color-result::after {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 1px 0 #fff inset;
    color: #555;
    content: attr(title);
    display: block;
    font-size: 11px;
    line-height: 22px;
    padding: 0 6px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
}
.wp-color-result:focus, .wp-color-result:hover {
    background: #fafafa none repeat scroll 0 0;
    border-color: #999;
    color: #23282d;
}
.wp-color-result:focus::after, .wp-color-result:hover::after {
    border-color: #a0a5aa #a0a5aa #a0a5aa #999;
    border-left: 1px solid #999;
    color: #23282d;
}
.wp-color-result {
    top: 0;
}
.wp-color-result.wp-picker-open::after {
    content: attr(data-current);
}
.wp-picker-container, .wp-picker-container:active {
    display: inline-block;
    outline: 0 none;
}
.wp-color-result:focus {
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
.wp-picker-open + .wp-picker-input-wrap {
    display: inline-block;
    vertical-align: top;
}
.wp-picker-container .button {
    margin-left: 6px;
}
.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
    background-color: #555;
}
.wp-picker-container .iris-picker {
    border-color: #dfdfdf;
    border-radius: 0;
    margin-top: 6px;
}
.wp-picker-container input.wp-color-picker[type="text"] {
    font-family: monospace;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: center;
    width: 65px;
}
.wp-picker-container input.wp-color-picker[type="text"]:-moz-placeholder {
    color: #999;
}
.wp-picker-container input.iris-error[type="text"] {
    background-color: #ffebe8;
    border-color: #c00;
    color: #000;
}

.clearfix::after, .clearfix::before {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
a:focus {
    outline: 5px auto #1ab2ff;
    outline-offset: -2px;
}
a {
    color: #08c;
    text-decoration: none;
}
a:focus, a:hover {
    color: #005580;
    text-decoration: underline;
}
blockquote {
    border-left: 5px solid #08c;
}
.btn-link {
    border-color: transparent;
    border-radius: 0;
    color: #08c;
    cursor: pointer;
}
.btn-link:focus, .btn-link:hover {
    background-color: transparent;
    color: #005580;
    text-decoration: underline;
}
.btn-primary {
    background-color: #0074ad;
    background-image: linear-gradient(to bottom, #08c, #005580);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
    background-color: #005580;
    color: #fff;
}
.btn-info {
    background-color: #1fadf5;
    background-image: linear-gradient(to bottom, #3bf, #0099e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:focus, .btn-info:hover, .btn-info[disabled] {
    background-color: #0099e6;
    color: #fff;
}
.btn:focus {
    outline: 5px auto #1ab2ff;
    outline-offset: -2px;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #005580;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #0099e6;
}
.carousel-control:focus, .carousel-control:hover {
    color: #08c;
    opacity: 0.9;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.uneditable-input:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
    border-color: #1ab2ff;
    box-shadow: 0 0 8px #1ab2ff;
    outline: 0 none;
}
input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus, select:focus {
    outline: 5px auto #1ab2ff;
    outline-offset: -2px;
}
.navbar-link {
    color: #777;
}
.navbar-link:focus, .navbar-link:hover {
    color: #08c;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #08c;
    text-decoration: none;
}
.navbar .btn-navbar {
    background-color: #006394;
    background-image: linear-gradient(to bottom, #0077b3, #046);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #fff;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover, .navbar .btn-navbar[disabled] {
    color: #fff;
}
.navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown > a:hover .caret {
    border-bottom-color: #08c;
    border-top-color: #08c;
}
.navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: #e5e5e5;
    color: #08c;
}
.nav-list > .active > a, .nav-list > .active > a:focus, .nav-list > .active > a:hover {
    background-color: #08c;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-pills > .active > a, .nav-pills > .active > a:focus, .nav-pills > .active > a:hover {
    background-color: #08c;
    color: #fff;
}
.nav .dropdown-toggle .caret {
    border-bottom-color: #08c;
    border-top-color: #08c;
    margin-top: 6px;
}
.nav .dropdown-toggle:focus .caret, .nav .dropdown-toggle:hover .caret {
    border-bottom-color: #005580;
    border-top-color: #005580;
}
a.thumbnail:focus, a.thumbnail:hover {
    border-color: #08c;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.tc-header {
    border-top: 5px solid #08c;
}
.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover, .navbar .btn-navbar[disabled] {
    background-color: #005580;
    background-position: 0 -30px;
}
.navbar .nav > li.current-menu-ancestor > a, .navbar .nav > li.current-menu-item > a, .site-description {
    color: #08c;
}
.navbar .nav li.current-menu-ancestor > a .caret, .navbar .nav li.dropdown.current-menu-ancestor > a .caret, .navbar .nav li.dropdown.current-menu-item > a .caret, .navbar .nav li.dropdown.open.current-menu-ancestor > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav > li.current-menu-item > a .caret {
    border-bottom-color: #08c;
    border-top-color: #08c;
}
.dropdown-menu > li.current-menu-ancestor > a, .dropdown-menu > li.current-menu-item > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
    color: #08c;
}
.dropdown-menu > li.current-menu-ancestor > a::after, .dropdown-menu > li.current-menu-item > a::after, .dropdown-submenu:hover > a::after {
    border-left-color: #08c;
}
a + span.tc-external::after {
    color: #08c;
}
table {
    border-bottom: 2px solid rgba(0, 136, 204, 0.5);
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th {
    border-bottom: 1px solid rgba(0, 136, 204, 0.5);
    font-weight: 700;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 10px;
}
.widget h3::before {
    color: #08c;
}
.archive .archive-header .format-icon::before, .search .search-header .format-icon::before {
    color: #08c;
    line-height: 0.2em;
    opacity: 1;
}
.comments-link .tc-comment-bubble, .page-links button.btn, .social-block a:hover, .tc-carousel-control:focus, .tc-carousel-control:hover, .widget.widget_archive li::before, .widget.widget_calendar li::before, .widget.widget_categories li::before, .widget.widget_links li::before, .widget.widget_meta li::before, .widget.widget_nav_menu li::before, .widget.widget_pages li::before, .widget.widget_recent_comments li::before, .widget.widget_recent_entries li::before, .widget.widget_rss li::before {
    color: #08c;
}
.comments-link .default-bubble::before {
    border: 2px solid #08c;
}
.comments-link .tc-comment-bubble {
    border: 2px solid #08c;
    color: #08c;
}
.comments-link .custom-bubble-one::before {
    border-color: #08c transparent;
}
h3.assistive-text {
    color: #1ab2ff;
}
#footer #calendar_wrap table a {
    color: #08c;
}
#wp-calendar th {
    background-color: #005580;
    color: #fff;
}
.btt-arrow, footer#footer .colophon a.back-to-top {
    color: #08c;
}
.tc-grid-border .tc-grid {
    border-bottom: 3px solid #08c;
}
.tc-grid-icon::before {
    color: #08c;
}



.clearfix::after, .clearfix::before {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
}
a:active, a:hover {
    outline: 0 none;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#map_canvas img, .google-maps img {
    max-width: none;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, input[type="button"], input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"], label, select {
    cursor: pointer;
}
input[type="search"] {
    box-sizing: content-box;
}
textarea {
    overflow: auto;
}
@media print {
* {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-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: 0.5cm;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
body {
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.img-rounded {
    border-radius: 6px;
}
.img-polaroid {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
.img-circle {
    border-radius: 500px;
}
.row {
    margin-left: -20px;
}
.row::after, .row::before {
    content: "";
    display: table;
    line-height: 0;
}
.row::after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 940px;
}
.span11 {
    width: 860px;
}
.span10 {
    width: 780px;
}
.span9 {
    width: 700px;
}
.span8 {
    width: 620px;
}
.span7 {
    width: 540px;
}
.span6 {
    width: 460px;
}
.span5 {
    width: 380px;
}
.span4 {
    width: 300px;
}
.span3 {
    width: 220px;
}
.span2 {
    width: 140px;
}
.span1 {
    width: 60px;
}
.offset12 {
    margin-left: 980px;
}
.offset11 {
    margin-left: 900px;
}
.offset10 {
    margin-left: 820px;
}
.offset9 {
    margin-left: 740px;
}
.offset8 {
    margin-left: 660px;
}
.offset7 {
    margin-left: 580px;
}
.offset6 {
    margin-left: 500px;
}
.offset5 {
    margin-left: 420px;
}
.offset4 {
    margin-left: 340px;
}
.offset3 {
    margin-left: 260px;
}
.offset2 {
    margin-left: 180px;
}
.offset1 {
    margin-left: 100px;
}
.row-fluid {
    width: 100%;
}
.row-fluid::after, .row-fluid::before {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4894%;
}
.row-fluid .span10 {
    width: 82.9787%;
}
.row-fluid .span9 {
    width: 74.4681%;
}
.row-fluid .span8 {
    width: 65.9574%;
}
.row-fluid .span7 {
    width: 57.4468%;
}
.row-fluid .span6 {
    width: 48.9362%;
}
.row-fluid .span5 {
    width: 40.4255%;
}
.row-fluid .span4 {
    width: 31.9149%;
}
.row-fluid .span3 {
    width: 23.4043%;
}
.row-fluid .span2 {
    width: 14.8936%;
}
.row-fluid .span1 {
    width: 6.38298%;
}
.row-fluid .offset12 {
    margin-left: 104.255%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.128%;
}
.row-fluid .offset11 {
    margin-left: 95.7447%;
}
.row-fluid .offset11:first-child {
    margin-left: 93.617%;
}
.row-fluid .offset10 {
    margin-left: 87.234%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.1064%;
}
.row-fluid .offset9 {
    margin-left: 78.7234%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.5957%;
}
.row-fluid .offset8 {
    margin-left: 70.2128%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.0851%;
}
.row-fluid .offset7 {
    margin-left: 61.7021%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.5745%;
}
.row-fluid .offset6 {
    margin-left: 53.1915%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.0638%;
}
.row-fluid .offset5 {
    margin-left: 44.6809%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.5532%;
}
.row-fluid .offset4 {
    margin-left: 36.1702%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.0426%;
}
.row-fluid .offset3 {
    margin-left: 27.6596%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.5319%;
}
.row-fluid .offset2 {
    margin-left: 19.1489%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.0213%;
}
.row-fluid .offset1 {
    margin-left: 10.6383%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.51064%;
}
.row-fluid .hide[class*="span"], .hide[class*="span"] {
    display: none;
}
.row-fluid .pull-right[class*="span"], .pull-right[class*="span"] {
    float: right;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container::after, .container::before {
    content: "";
    display: table;
    line-height: 0;
}
.container::after {
    clear: both;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid::after, .container-fluid::before {
    content: "";
    display: table;
    line-height: 0;
}
.container-fluid::after {
    clear: both;
}
p {
    margin: 0 0 10px;
}
.lead {
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 20px;
}
small {
    font-size: 85%;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
.muted {
    color: #999;
}
a.muted:focus, a.muted:hover {
    color: gray;
}
.text-warning {
    color: #c09853;
}
a.text-warning:focus, a.text-warning:hover {
    color: #a47e3c;
}
.text-error {
    color: #b94a48;
}
a.text-error:focus, a.text-error:hover {
    color: #953b39;
}
.text-info {
    color: #3a87ad;
}
a.text-info:focus, a.text-info:hover {
    color: #2d6987;
}
.text-success {
    color: #468847;
}
a.text-success:focus, a.text-success:hover {
    color: #356635;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    margin: 10px 0;
    text-shadow: 0 1px 0 #fff;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #999;
    font-weight: 400;
    line-height: 1;
}
h1 {
    font-size: 38px;
    line-height: 48px;
}
h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 36px;
}
h4 {
    font-size: 18px;
    line-height: 23px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    line-height: 15px;
}
h1 small {
    font-size: 24.5px;
}
h2 small {
    font-size: 17.5px;
}
h3 small, h4 small {
    font-size: 14px;
}
.page-header {
    border-bottom: 1px solid #eee;
    margin: 20px 0 30px;
    padding-bottom: 9px;
}
ol, ul {
    margin: 0 0 10px 25px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
li {
    line-height: 20px;
}
ol.inline, ol.unstyled, ul.inline, ul.unstyled {
    list-style: outside none none;
    margin-left: 0;
}
ol.inline > li, ul.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
}
dd, dt {
    line-height: 20px;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 10px;
}
.dl-horizontal::after, .dl-horizontal::before {
    content: "";
    display: table;
    line-height: 0;
}
.dl-horizontal::after {
    clear: both;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 180px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color #fff;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 20px 0;
}
abbr[data-original-title], abbr[title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
}
blockquote small {
    color: #999;
    display: block;
    line-height: 20px;
}
blockquote small::before {
    content: "— ";
}
blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #eee;
    float: right;
    padding-left: 0;
    padding-right: 15px;
}
blockquote.pull-right p, blockquote.pull-right small {
    text-align: right;
}
blockquote.pull-right small::before {
    content: "";
}
blockquote.pull-right small::after {
    content: " —";
}
blockquote::after, blockquote::before, q::after, q::before {
    content: "";
}
address {
    display: block;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 20px;
}
code, pre {
    border-radius: 3px;
    color: #333;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}
code {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    color: #d14;
    padding: 2px 4px;
}
pre {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre.prettyprint {
    margin-bottom: 20px;
}
pre code {
    background-color: transparent;
    border: 0 none;
    color: inherit;
    padding: 0;
    white-space: pre-wrap;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
form {
    margin: 0 0 20px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}
legend small {
    color: #999;
    font-size: 15px;
}
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;
}
label {
    display: block;
    margin-bottom: 5px;
}
.uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
textarea {
    height: auto;
}
input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="button"], input[type="checkbox"], input[type="file"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"] {
    width: auto;
}
input[type="file"], select {
    height: 30px;
    line-height: 30px;
}
select {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 220px;
}
select[multiple], select[size] {
    height: auto;
}
.uneditable-input, .uneditable-textarea {
    background-color: #fcfcfc;
    border-color: #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.024) inset;
    color: #999;
    cursor: not-allowed;
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}
.uneditable-textarea {
    height: auto;
    width: auto;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}
.checkbox, .radio {
    min-height: 20px;
    padding-left: 20px;
}
.checkbox input[type="checkbox"], .radio input[type="radio"] {
    float: left;
    margin-left: -20px;
}
.controls > .checkbox:first-child, .controls > .radio:first-child {
    padding-top: 5px;
}
.checkbox.inline, .radio.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    vertical-align: middle;
}
.checkbox.inline + .checkbox.inline, .radio.inline + .radio.inline {
    margin-left: 10px;
}
.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 530px;
}
.row-fluid .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .uneditable-input[class*="span"], input[class*="span"], select[class*="span"], textarea[class*="span"] {
    float: none;
    margin-left: 0;
}
.input-append .uneditable-input[class*="span"], .input-append input[class*="span"], .input-prepend .uneditable-input[class*="span"], .input-prepend input[class*="span"], .row-fluid .input-append [class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"] {
    display: inline-block;
}
.uneditable-input, input, textarea {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}
.uneditable-input.span12, input.span12, textarea.span12 {
    width: 926px;
}
.uneditable-input.span11, input.span11, textarea.span11 {
    width: 846px;
}
.uneditable-input.span10, input.span10, textarea.span10 {
    width: 766px;
}
.uneditable-input.span9, input.span9, textarea.span9 {
    width: 686px;
}
.uneditable-input.span8, input.span8, textarea.span8 {
    width: 606px;
}
.uneditable-input.span7, input.span7, textarea.span7 {
    width: 526px;
}
.uneditable-input.span6, input.span6, textarea.span6 {
    width: 446px;
}
.uneditable-input.span5, input.span5, textarea.span5 {
    width: 366px;
}
.uneditable-input.span4, input.span4, textarea.span4 {
    width: 286px;
}
.uneditable-input.span3, input.span3, textarea.span3 {
    width: 206px;
}
.uneditable-input.span2, input.span2, textarea.span2 {
    width: 126px;
}
.uneditable-input.span1, input.span1, textarea.span1 {
    width: 46px;
}
.controls-row::after, .controls-row::before {
    content: "";
    display: table;
    line-height: 0;
}
.controls-row::after {
    clear: both;
}
.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
    float: left;
}
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
    padding-top: 5px;
}
input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
    background-color: #eee;
    cursor: not-allowed;
}
input[type="checkbox"][disabled], input[type="checkbox"][readonly], input[type="radio"][disabled], input[type="radio"][readonly] {
    background-color: transparent;
}
.control-group.warning .checkbox, .control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border-color: #c09853;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #dbc59e;
}
.control-group.warning .input-append .add-on, .control-group.warning .input-prepend .add-on {
    background-color: #fcf8e3;
    border-color: #c09853;
    color: #c09853;
}
.control-group.error .checkbox, .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #b94a48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953b39;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d59392;
}
.control-group.error .input-append .add-on, .control-group.error .input-prepend .add-on {
    background-color: #f2dede;
    border-color: #b94a48;
    color: #b94a48;
}
.control-group.success .checkbox, .control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
    border-color: #468847;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7aba7b;
}
.control-group.success .input-append .add-on, .control-group.success .input-prepend .add-on {
    background-color: #dff0d8;
    border-color: #468847;
    color: #468847;
}
.control-group.info .checkbox, .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #3a87ad;
}
.control-group.info input, .control-group.info select, .control-group.info textarea {
    border-color: #3a87ad;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #2d6987;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #7ab5d3;
}
.control-group.info .input-append .add-on, .control-group.info .input-prepend .add-on {
    background-color: #d9edf7;
    border-color: #3a87ad;
    color: #3a87ad;
}
input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
    border-color: #ee5f5b;
    color: #b94a48;
}
input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}
.form-actions::after, .form-actions::before {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions::after {
    clear: both;
}
.help-block, .help-inline {
    color: #595959;
}
.help-block {
    display: block;
    margin-bottom: 10px;
}
.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.input-append, .input-prepend {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
.input-append .dropdown-menu, .input-append .popover, .input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .dropdown-menu, .input-prepend .popover, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
    font-size: 14px;
}
.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
    border-radius: 0 4px 4px 0;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}
.input-append .uneditable-input:focus, .input-append input:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus {
    z-index: 2;
}
.input-append .add-on, .input-prepend .add-on {
    background-color: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: auto;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle {
    border-radius: 0;
    vertical-align: top;
}
.input-append .active, .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
}
.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input + .btn-group .btn:last-child, .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child {
    border-radius: 0 4px 4px 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -1px;
}
.input-append .add-on:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-append .btn:last-child {
    border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .uneditable-input, .input-prepend.input-append input, .input-prepend.input-append select {
    border-radius: 0;
}
.input-prepend.input-append .uneditable-input + .btn-group .btn, .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn {
    border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}
input.search-query {
    border-radius: 15px;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
}
.form-search .input-append .search-query {
    border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn, .form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px;
}
.form-horizontal .help-inline, .form-horizontal .input-append, .form-horizontal .input-prepend, .form-horizontal .uneditable-input, .form-horizontal input, .form-horizontal select, .form-horizontal textarea, .form-inline .help-inline, .form-inline .input-append, .form-inline .input-prepend, .form-inline .uneditable-input, .form-inline input, .form-inline select, .form-inline textarea, .form-search .help-inline, .form-search .input-append, .form-search .input-prepend, .form-search .uneditable-input, .form-search input, .form-search select, .form-search textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-horizontal .hide, .form-inline .hide, .form-search .hide {
    display: none;
}
.form-inline .btn-group, .form-inline label, .form-search .btn-group, .form-search label {
    display: inline-block;
}
.form-inline .input-append, .form-inline .input-prepend, .form-search .input-append, .form-search .input-prepend {
    margin-bottom: 0;
}
.form-inline .checkbox, .form-inline .radio, .form-search .checkbox, .form-search .radio {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}
.form-inline .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-search .radio input[type="radio"] {
    float: left;
    margin-left: 0;
    margin-right: 3px;
}
.control-group {
    margin-bottom: 10px;
}
legend + .control-group {
    margin-top: 20px;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.form-horizontal .control-group::after, .form-horizontal .control-group::before {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .control-group::after {
    clear: both;
}
.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.form-horizontal .controls {
    margin-left: 180px;
}
.form-horizontal .help-block {
    margin-bottom: 0;
}
.form-horizontal .input-append + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
    margin-top: 10px;
}
.form-horizontal .form-actions {
    padding-left: 180px;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table td, .table th {
    border-top: 1px solid #ddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.table th {
    font-weight: 700;
}
.table thead th {
    vertical-align: bottom;
}
.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 none;
}
.table tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed td, .table-condensed th {
    padding: 4px 5px;
}
.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table-bordered td, .table-bordered th {
    border-left: 1px solid #ddd;
}
.table-bordered caption + tbody tr:first-child td, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + thead tr:first-child th, .table-bordered tbody:first-child tr:first-child td, .table-bordered tbody:first-child tr:first-child th, .table-bordered thead:first-child tr:first-child th {
    border-top: 0 none;
}
.table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}
.table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px;
}
.table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child, .table-bordered thead:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
.table-bordered caption + tbody tr:first-child td:first-child, .table-bordered caption + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
}
.table-bordered caption + tbody tr:first-child td:last-child, .table-bordered caption + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}
.row-fluid table td[class*="span"], .row-fluid table th[class*="span"], table td[class*="span"], table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}
.table td.span1, .table th.span1 {
    float: none;
    margin-left: 0;
    width: 44px;
}
.table td.span2, .table th.span2 {
    float: none;
    margin-left: 0;
    width: 124px;
}
.table td.span3, .table th.span3 {
    float: none;
    margin-left: 0;
    width: 204px;
}
.table td.span4, .table th.span4 {
    float: none;
    margin-left: 0;
    width: 284px;
}
.table td.span5, .table th.span5 {
    float: none;
    margin-left: 0;
    width: 364px;
}
.table td.span6, .table th.span6 {
    float: none;
    margin-left: 0;
    width: 444px;
}
.table td.span7, .table th.span7 {
    float: none;
    margin-left: 0;
    width: 524px;
}
.table td.span8, .table th.span8 {
    float: none;
    margin-left: 0;
    width: 604px;
}
.table td.span9, .table th.span9 {
    float: none;
    margin-left: 0;
    width: 684px;
}
.table td.span10, .table th.span10 {
    float: none;
    margin-left: 0;
    width: 764px;
}
.table td.span11, .table th.span11 {
    float: none;
    margin-left: 0;
    width: 844px;
}
.table td.span12, .table th.span12 {
    float: none;
    margin-left: 0;
    width: 924px;
}
.table tbody tr.success > td {
    background-color: #dff0d8;
}
.table tbody tr.error > td {
    background-color: #f2dede;
}
.table tbody tr.warning > td {
    background-color: #fcf8e3;
}
.table tbody tr.info > td {
    background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}
[class*=" icon-"], [class^="icon-"] {
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
.dropdown-menu > .active > a > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > li > a:focus > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-submenu:focus > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .icon-white, .nav-list > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
    background-position: 0 0;
}
.icon-music {
    background-position: -24px 0;
}
.icon-search {
    background-position: -48px 0;
}
.icon-envelope {
    background-position: -72px 0;
}
.icon-heart {
    background-position: -96px 0;
}
.icon-star {
    background-position: -120px 0;
}
.icon-star-empty {
    background-position: -144px 0;
}
.icon-user {
    background-position: -168px 0;
}
.icon-film {
    background-position: -192px 0;
}
.icon-th-large {
    background-position: -216px 0;
}
.icon-th {
    background-position: -240px 0;
}
.icon-th-list {
    background-position: -264px 0;
}
.icon-ok {
    background-position: -288px 0;
}
.icon-remove {
    background-position: -312px 0;
}
.icon-zoom-in {
    background-position: -336px 0;
}
.icon-zoom-out {
    background-position: -360px 0;
}
.icon-off {
    background-position: -384px 0;
}
.icon-signal {
    background-position: -408px 0;
}
.icon-cog {
    background-position: -432px 0;
}
.icon-trash {
    background-position: -456px 0;
}
.icon-home {
    background-position: 0 -24px;
}
.icon-file {
    background-position: -24px -24px;
}
.icon-time {
    background-position: -48px -24px;
}
.icon-road {
    background-position: -72px -24px;
}
.icon-download-alt {
    background-position: -96px -24px;
}
.icon-download {
    background-position: -120px -24px;
}
.icon-upload {
    background-position: -144px -24px;
}
.icon-inbox {
    background-position: -168px -24px;
}
.icon-play-circle {
    background-position: -192px -24px;
}
.icon-repeat {
    background-position: -216px -24px;
}
.icon-refresh {
    background-position: -240px -24px;
}
.icon-list-alt {
    background-position: -264px -24px;
}
.icon-lock {
    background-position: -287px -24px;
}
.icon-flag {
    background-position: -312px -24px;
}
.icon-headphones {
    background-position: -336px -24px;
}
.icon-volume-off {
    background-position: -360px -24px;
}
.icon-volume-down {
    background-position: -384px -24px;
}
.icon-volume-up {
    background-position: -408px -24px;
}
.icon-qrcode {
    background-position: -432px -24px;
}
.icon-barcode {
    background-position: -456px -24px;
}
.icon-tag {
    background-position: 0 -48px;
}
.icon-tags {
    background-position: -25px -48px;
}
.icon-book {
    background-position: -48px -48px;
}
.icon-bookmark {
    background-position: -72px -48px;
}
.icon-print {
    background-position: -96px -48px;
}
.icon-camera {
    background-position: -120px -48px;
}
.icon-font {
    background-position: -144px -48px;
}
.icon-bold {
    background-position: -167px -48px;
}
.icon-italic {
    background-position: -192px -48px;
}
.icon-text-height {
    background-position: -216px -48px;
}
.icon-text-width {
    background-position: -240px -48px;
}
.icon-align-left {
    background-position: -264px -48px;
}
.icon-align-center {
    background-position: -288px -48px;
}
.icon-align-right {
    background-position: -312px -48px;
}
.icon-align-justify {
    background-position: -336px -48px;
}
.icon-list {
    background-position: -360px -48px;
}
.icon-indent-left {
    background-position: -384px -48px;
}
.icon-indent-right {
    background-position: -408px -48px;
}
.icon-facetime-video {
    background-position: -432px -48px;
}
.icon-picture {
    background-position: -456px -48px;
}
.icon-pencil {
    background-position: 0 -72px;
}
.icon-map-marker {
    background-position: -24px -72px;
}
.icon-adjust {
    background-position: -48px -72px;
}
.icon-tint {
    background-position: -72px -72px;
}
.icon-edit {
    background-position: -96px -72px;
}
.icon-share {
    background-position: -120px -72px;
}
.icon-check {
    background-position: -144px -72px;
}
.icon-move {
    background-position: -168px -72px;
}
.icon-step-backward {
    background-position: -192px -72px;
}
.icon-fast-backward {
    background-position: -216px -72px;
}
.icon-backward {
    background-position: -240px -72px;
}
.icon-play {
    background-position: -264px -72px;
}
.icon-pause {
    background-position: -288px -72px;
}
.icon-stop {
    background-position: -312px -72px;
}
.icon-forward {
    background-position: -336px -72px;
}
.icon-fast-forward {
    background-position: -360px -72px;
}
.icon-step-forward {
    background-position: -384px -72px;
}
.icon-eject {
    background-position: -408px -72px;
}
.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.icon-plus-sign {
    background-position: 0 -96px;
}
.icon-minus-sign {
    background-position: -24px -96px;
}
.icon-remove-sign {
    background-position: -48px -96px;
}
.icon-ok-sign {
    background-position: -72px -96px;
}
.icon-question-sign {
    background-position: -96px -96px;
}
.icon-info-sign {
    background-position: -120px -96px;
}
.icon-screenshot {
    background-position: -144px -96px;
}
.icon-remove-circle {
    background-position: -168px -96px;
}
.icon-ok-circle {
    background-position: -192px -96px;
}
.icon-ban-circle {
    background-position: -216px -96px;
}
.icon-arrow-left {
    background-position: -240px -96px;
}
.icon-arrow-right {
    background-position: -264px -96px;
}
.icon-arrow-up {
    background-position: -289px -96px;
}
.icon-arrow-down {
    background-position: -312px -96px;
}
.icon-share-alt {
    background-position: -336px -96px;
}
.icon-resize-full {
    background-position: -360px -96px;
}
.icon-resize-small {
    background-position: -384px -96px;
}
.icon-plus {
    background-position: -408px -96px;
}
.icon-minus {
    background-position: -433px -96px;
}
.icon-asterisk {
    background-position: -456px -96px;
}
.icon-exclamation-sign {
    background-position: 0 -120px;
}
.icon-gift {
    background-position: -24px -120px;
}
.icon-leaf {
    background-position: -48px -120px;
}
.icon-fire {
    background-position: -72px -120px;
}
.icon-eye-open {
    background-position: -96px -120px;
}
.icon-eye-close {
    background-position: -120px -120px;
}
.icon-warning-sign {
    background-position: -144px -120px;
}
.icon-plane {
    background-position: -168px -120px;
}
.icon-calendar {
    background-position: -192px -120px;
}
.icon-random {
    background-position: -216px -120px;
    width: 16px;
}
.icon-comment {
    background-position: -240px -120px;
}
.icon-magnet {
    background-position: -264px -120px;
}
.icon-chevron-up {
    background-position: -288px -120px;
}
.icon-chevron-down {
    background-position: -313px -119px;
}
.icon-retweet {
    background-position: -336px -120px;
}
.icon-shopping-cart {
    background-position: -360px -120px;
}
.icon-folder-close {
    background-position: -384px -120px;
    width: 16px;
}
.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}
.icon-resize-vertical {
    background-position: -432px -119px;
}
.icon-resize-horizontal {
    background-position: -456px -118px;
}
.icon-hdd {
    background-position: 0 -144px;
}
.icon-bullhorn {
    background-position: -24px -144px;
}
.icon-bell {
    background-position: -48px -144px;
}
.icon-certificate {
    background-position: -72px -144px;
}
.icon-thumbs-up {
    background-position: -96px -144px;
}
.icon-thumbs-down {
    background-position: -120px -144px;
}
.icon-hand-right {
    background-position: -144px -144px;
}
.icon-hand-left {
    background-position: -168px -144px;
}
.icon-hand-up {
    background-position: -192px -144px;
}
.icon-hand-down {
    background-position: -216px -144px;
}
.icon-circle-arrow-right {
    background-position: -240px -144px;
}
.icon-circle-arrow-left {
    background-position: -264px -144px;
}
.icon-circle-arrow-up {
    background-position: -288px -144px;
}
.icon-circle-arrow-down {
    background-position: -312px -144px;
}
.icon-globe {
    background-position: -336px -144px;
}
.icon-wrench {
    background-position: -360px -144px;
}
.icon-tasks {
    background-position: -384px -144px;
}
.icon-filter {
    background-position: -408px -144px;
}
.icon-briefcase {
    background-position: -432px -144px;
}
.icon-fullscreen {
    background-position: -456px -144px;
}
.dropdown, .dropup {
    position: relative;
}
.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0 none;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}
.dropdown .caret {
    margin-left: 2px;
    margin-top: 8px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
    background-repeat: repeat-x;
    color: #fff;
}
.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 {
    background-color: transparent;
    background-image: none;
    cursor: default;
    text-decoration: none;
}
.open > .dropdown-menu {
    display: block;
}
.pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid #000;
    border-top: 0 none;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
    border-radius: 5px 5px 5px 0;
    bottom: 0;
    margin-bottom: -2px;
    margin-top: 0;
    top: auto;
}
.dropdown-submenu > a::after {
    margin-right: -10px;
    margin-top: 5px;
}
.dropdown-submenu:hover > a::after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}
.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
.typeahead {
    border-radius: 4px;
    margin-top: 2px;
    z-index: 1051;
}
.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
    border-radius: 6px;
    padding: 24px;
}
.well-small {
    border-radius: 3px;
    padding: 9px;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.in {
    opacity: 1;
}
.collapse {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
.collapse.in {
    height: auto;
}
.close {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.close:focus, .close:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn.active, .btn.disabled, .btn:active, .btn:focus, .btn:hover, .btn[disabled] {
    background-color: #e6e6e6;
    color: #333;
}
.btn:focus, .btn:hover {
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn.active, .btn:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn.disabled, .btn[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn-large {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.btn-large [class*=" icon-"], .btn-large [class^="icon-"] {
    margin-top: 4px;
}
.btn-small {
    border-radius: 3px;
    font-size: 11.9px;
    padding: 2px 10px;
}
.btn-small [class*=" icon-"], .btn-small [class^="icon-"] {
    margin-top: 0;
}
.btn-mini [class*=" icon-"], .btn-mini [class^="icon-"] {
    margin-top: -1px;
}
.btn-mini {
    border-radius: 3px;
    font-size: 10.5px;
    padding: 0 6px;
}
.btn-block {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"] {
    width: 100%;
}
.btn-danger.active, .btn-info.active, .btn-inverse.active, .btn-primary.active, .btn-success.active, .btn-warning.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .btn-warning[disabled] {
    background-color: #f89406;
    color: #fff;
}
.btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger[disabled] {
    background-color: #bd362f;
    color: #fff;
}
.btn-success {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-success[disabled] {
    background-color: #51a351;
    color: #fff;
}
.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse[disabled] {
    background-color: #222;
    color: #fff;
}
button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover {
    color: #333;
    text-decoration: none;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert, .alert h4 {
    color: #c09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success h4 {
    color: #468847;
}
.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger h4, .alert-error h4 {
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info h4 {
    color: #3a87ad;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
.nav {
    list-style: outside none none;
    margin-bottom: 20px;
    margin-left: 0;
}
.nav > li > a {
    display: block;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}
.nav > li > a > img {
    max-width: none;
}
.nav > .pull-right {
    float: right;
}
.nav-header {
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav li + .nav-header {
    margin-top: 9px;
}
.nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-list .nav-header, .nav-list > li > a {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
    padding: 3px 15px;
}
.nav-list [class*=" icon-"], .nav-list [class^="icon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}
.nav-pills::after, .nav-pills::before, .nav-tabs::after, .nav-tabs::before {
    content: "";
    display: table;
    line-height: 0;
}
.nav-pills::after, .nav-tabs::after {
    clear: both;
}
.nav-pills > li, .nav-tabs > li {
    float: left;
}
.nav-pills > li > a, .nav-tabs > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.nav-pills > li > a {
    border-radius: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0 none;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:focus, .nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2;
}
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
    border-radius: 6px;
}
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
    border-bottom-color: #555;
    border-top-color: #555;
}
.nav > .dropdown.active > a:focus, .nav > .dropdown.active > a:hover {
    cursor: pointer;
}
.nav-pills .open .dropdown-toggle, .nav-tabs .open .dropdown-toggle, .nav > li.dropdown.open.active > a:focus, .nav > li.dropdown.open.active > a:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open a:focus .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open.active .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
    opacity: 1;
}
.tabs-stacked .open > a:focus, .tabs-stacked .open > a:hover {
    border-color: #999;
}
.tabbable::after, .tabbable::before {
    content: "";
    display: table;
    line-height: 0;
}
.tabbable::after {
    clear: both;
}
.tab-content {
    overflow: auto;
}
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    border-bottom: 0 none;
}
.pill-content > .pill-pane, .tab-content > .tab-pane {
    display: none;
}
.pill-content > .active, .tab-content > .active {
    display: block;
}
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
}
.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:focus, .tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:focus, .tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #ddd #ddd;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}
.tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
    border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:focus, .tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd;
}
.tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
    float: right;
    margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
    border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:focus, .tabs-right > .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent;
}
.nav > .disabled > a {
    color: #999;
}
.nav > .disabled > a:focus, .nav > .disabled > a:hover {
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}
.navbar {
    overflow: visible;
}
.navbar-inner {
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-inner::after, .navbar-inner::before {
    content: "";
    display: table;
    line-height: 0;
}
.navbar-inner::after {
    clear: both;
}
.navbar .container {
    width: auto;
}
.nav-collapse.collapse {
    clear: both;
    height: auto;
    overflow: visible;
}
.navbar .brand {
    color: #777;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #fff;
}
.navbar .brand:focus, .navbar .brand:hover {
    text-decoration: none;
}
.navbar-text {
    color: #777;
    line-height: 40px;
    margin-bottom: 0;
}
.navbar .divider-vertical {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #fff;
    height: 40px;
    margin: 0 9px;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}
.navbar .btn-group .btn, .navbar .input-append .btn, .navbar .input-append .btn-group, .navbar .input-prepend .btn, .navbar .input-prepend .btn-group {
    margin-top: 0;
}
.navbar-form {
    margin-bottom: 0;
}
.navbar-form::after, .navbar-form::before {
    content: "";
    display: table;
    line-height: 0;
}
.navbar-form::after {
    clear: both;
}
.navbar-form .checkbox, .navbar-form .radio, .navbar-form input, .navbar-form select {
    margin-top: 5px;
}
.navbar-form .btn, .navbar-form input, .navbar-form select {
    display: inline-block;
    margin-bottom: 0;
}
.navbar-form input[type="checkbox"], .navbar-form input[type="image"], .navbar-form input[type="radio"] {
    margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
    margin-top: 0;
}
.navbar-search {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}
.navbar-search .search-query {
    border-radius: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 4px 14px;
}
.navbar-static-top {
    margin-bottom: 0;
    position: static;
}
.navbar-static-top .navbar-inner {
    border-radius: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}
.navbar-fixed-bottom .navbar-inner, .navbar-fixed-top .navbar-inner {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container {
    width: 940px;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
}
.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}
.navbar .nav > li {
    float: left;
}
.navbar .nav > li > a {
    color: #777;
    float: none;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:focus, .navbar .nav > .active > a:hover {
    background-color: #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #555;
    text-decoration: none;
}
.navbar .btn-navbar .icon-bar {
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.navbar .nav > li > .dropdown-menu::after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu::before {
    border-bottom: 0 none;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    bottom: -7px;
    top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu::after {
    border-bottom: 0 none;
    border-top: 6px solid #fff;
    bottom: -6px;
    top: auto;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #777;
    border-top-color: #777;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret {
    border-bottom-color: #555;
    border-top-color: #555;
}
.navbar .nav > li > .dropdown-menu.pull-right, .navbar .pull-right > li > .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar .nav > li > .dropdown-menu.pull-right::before, .navbar .pull-right > li > .dropdown-menu::before {
    left: auto;
    right: 12px;
}
.navbar .nav > li > .dropdown-menu.pull-right::after, .navbar .pull-right > li > .dropdown-menu::after {
    left: auto;
    right: 13px;
}
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu, .navbar .pull-right > li > .dropdown-menu .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    margin-left: 0;
    margin-right: -1px;
    right: 100%;
}
.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:focus, .navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    color: #fff;
}
.navbar-inverse .brand, .navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:focus, .navbar-inverse .nav .active > a:hover {
    background-color: #111;
    color: #fff;
}
.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:focus, .navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .divider-vertical {
    border-left-color: #111;
    border-right-color: #222;
}
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    background-color: #111;
    color: #fff;
}
.navbar-inverse .nav li.dropdown > a:focus .caret, .navbar-inverse .nav li.dropdown > a:hover .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
    background-color: #515151;
    border-color: #111;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    color: #fff;
    transition: none 0s ease 0s ;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc;
}
.navbar-inverse .navbar-search .search-query.focused, .navbar-inverse .navbar-search .search-query:focus {
    background-color: #fff;
    border: 0 none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    color: #333;
    outline: 0 none;
    padding: 5px 15px;
    text-shadow: 0 1px 0 #fff;
}
.navbar-inverse .btn-navbar {
    background-color: #0e0e0e;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar[disabled] {
    background-color: #040404;
    color: #fff;
}
.pager {
    list-style: outside none none;
    margin: 20px 0;
    text-align: center;
}
.pager::after, .pager::before {
    content: "";
    display: table;
    line-height: 0;
}
.pager::after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:focus, .pager li > a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}
.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 {
    background-color: #fff;
    color: #999;
    cursor: default;
}
.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
.modal {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: 0 none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 10%;
}
.modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    line-height: 30px;
    margin: 0;
}
.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.modal-footer::after, .modal-footer::before {
    content: "";
    display: table;
    line-height: 0;
}
.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;
}
.tooltip {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.tooltip.in {
    opacity: 0.8;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow, .popover .arrow::after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow::after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.top .arrow::after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    margin-left: -10px;
}
.popover.right .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.popover.right .arrow::after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    left: 1px;
}
.popover.bottom .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bottom .arrow::after {
    border-bottom-color: #fff;
    border-top-width: 0;
    margin-left: -10px;
    top: 1px;
}
.popover.left .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.popover.left .arrow::after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    right: 1px;
}
.media, .media-body {
    overflow: hidden;
}
.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 {
    list-style: outside none none;
    margin-left: 0;
}
.carousel {
    line-height: 1;
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    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 {
    background: #222 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 23px;
    color: #999;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-indicators {
    list-style: outside none none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel-caption h4, .carousel-caption p {
    color: #fff;
    line-height: 20px;
}
.carousel-caption h4 {
    margin: 0 0 5px;
}
.carousel-caption p {
    margin-bottom: 0;
}
.hero-unit {
    background-color: #eee;
    border-radius: 6px;
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;
}
.hero-unit h1 {
    color: inherit;
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
}
.hero-unit li {
    line-height: 30px;
}
.thumbnails {
    list-style: outside none none;
    margin-left: -20px;
}
.thumbnails::after, .thumbnails::before {
    content: "";
    display: table;
    line-height: 0;
}
.thumbnails::after {
    clear: both;
}
.row-fluid .thumbnails {
    margin-left: 0;
}
.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}
.thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.thumbnail > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.thumbnail .caption {
    color: #555;
    padding: 9px;
}
.badge, .label {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 11.84px;
    font-weight: 700;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.label {
    border-radius: 3px;
}
.badge {
    border-radius: 9px;
    padding-left: 9px;
    padding-right: 9px;
}
.badge:empty, .label:empty {
    display: none;
}
a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.badge-important, .label-important {
    background-color: #b94a48;
}
.badge-important[href], .label-important[href] {
    background-color: #953b39;
}
.badge-warning, .label-warning {
    background-color: #f89406;
}
.badge-warning[href], .label-warning[href] {
    background-color: #c67605;
}
.badge-success, .label-success {
    background-color: #468847;
}
.badge-success[href], .label-success[href] {
    background-color: #356635;
}
.badge-info, .label-info {
    background-color: #3a87ad;
}
.badge-info[href], .label-info[href] {
    background-color: #2d6987;
}
.badge-inverse, .label-inverse {
    background-color: #333;
}
.badge-inverse[href], .label-inverse[href] {
    background-color: #1a1a1a;
}
.btn .badge, .btn .label {
    position: relative;
    top: -1px;
}
.btn-mini .badge, .btn-mini .label {
    top: 0;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
}
100% {
    background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
}
100% {
    background-position: 0 0;
}
}
.progress {
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress .bar {
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress .bar + .bar {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.15) inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress .bar-danger, .progress-danger .bar {
    background-color: #dd514c;
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .bar-success, .progress-success .bar {
    background-color: #5eb95e;
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
}
.progress-striped .bar-success, .progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .bar-info, .progress-info .bar {
    background-color: #4bb1cf;
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .bar-warning, .progress-warning .bar {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
}
.progress-striped .bar-warning, .progress-warning.progress-striped .bar {
    background-color: #fbb450;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
    margin-bottom: 20px;
    margin-top: 10px;
}
.accordion-group {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 2px;
}
.accordion-heading {
    border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-toggle {
    cursor: pointer;
}
.accordion-inner {
    border-top: 1px solid #e5e5e5;
    padding: 9px 15px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.affix {
    position: fixed;
}
body {
    background: #fafafa none repeat scroll 0 0;
    color: #5a5a5a;
    padding-bottom: 0;
}
.tc-fade-hover-links a:not([class*="round-div"]), .tc-fade-hover-links a:visited, .tc-fade-hover-links button, .tc-fade-hover-links input[type="button"], .tc-fade-hover-links input[type="submit"] {
    transition-duration: 0.15s;
    transition-property: border, background, color;
    transition-timing-function: ease-in-out;
}
.tc-fade-hover-links a.tc-carousel-control {
    transition-property: none;
}
.tc-fade-hover-links a.btn:focus, .tc-fade-hover-links a.btn:hover {
    background-position: 0 -15px;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.ie.tc-fade-hover-links .nav > li > a {
    transition: none 0s ease 0s !important;
}
a + span.tc-external::after {
    content: "";
    font-family: genericons;
    font-size: 1.25em;
    font-style: normal;
    font-variant: normal;
    line-height: 0;
    padding-left: 0;
    position: relative;
    text-decoration: none !important;
    text-transform: none;
    top: 5px;
}
ol, ul {
    padding: 0 5px;
}
.uneditable-input, input, textarea {
    width: 80%;
}
section {
    word-wrap: break-word;
}
.row-fluid [class*="tc-content span12"], .row-fluid [class*="tc-thumbnail span12"] {
    margin-left: 0 !important;
}
.row-fluid .span8 {
    padding-left: 1%;
}
[data-icon]::before {
    content: attr(data-icon);
    font-family: genericons;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.icon-bubble::before {
    content: "";
    font-family: genericons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.social-block a::before {
    font-family: genericons;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.social-block a:hover {
    opacity: 1;
    text-decoration: none;
}
.icon-google::before {
    content: "";
}
.icon-facebook::before {
    content: "";
}
.icon-twitter::before {
    content: "";
}
.icon-feed::before, .icon-flux::before {
    content: "";
}
.icon-github::before {
    content: "";
}
.icon-dribbble::before {
    content: "";
}
.icon-pinterest::before {
    content: "";
}
.icon-youtube::before {
    content: "";
}
.icon-linkedin::before {
    content: "";
}
.icon-wordpress::before {
    content: "";
}
.icon-instagram::before {
    content: "";
}
.icon-flickr::before {
    content: "";
}
.icon-tumblr::before {
    content: "";
}
.widget h3::before {
    font-family: genericons;
    font-size: 1.5em;
    font-variant: normal;
    font-weight: 400;
    line-height: 0;
    padding-right: 5px;
    position: relative;
    text-transform: none;
    top: 8px;
}
.widget_social h3::before {
    content: "";
    font-family: entypo;
    font-size: 2em;
    top: 2px;
}
.widget_categories h3::before {
    content: "????;
    font-family: entypo;
    font-size: 2em;
    top: 2px;
}
.chrome .widget_categories h3::before, .safari .widget_categories h3::before {
    content: "";
    font-family: genericons;
    font-size: 1.5em;
    top: 8px;
}
.widget_archive h3::before {
    content: "";
    font-family: entypo;
    font-size: 2em;
    top: 2px;
}
.widget_tag_cloud h3::before {
    content: "";
}
.widget_recent_entries h3::before {
    content: "????;
    font-family: entypo;
    font-size: 2em;
    top: 2px;
}
.chrome .widget_recent_entries h3::before, .safari .widget_recent_entries h3::before {
    content: "";
    font-family: genericons;
    font-size: 1.5em;
    top: 8px;
}
.widget_meta h3::before {
    content: "";
}
#footer .white-icons .widget li::before, .white-icons .widget h3::before {
    color: #fff;
}
.widget_calendar h3::before {
    content: "";
}
.widget_pages h3::before {
    content: "????;
    font-family: entypo;
    font-size: 2em;
    top: 2px;
}
.chrome .widget_pages h3::before, .safari .widget_pages h3::before {
    content: "";
    font-family: genericons;
    font-size: 1.5em;
    top: 8px;
}
.widget_recent_comments h3::before {
    content: "";
}
.widget_search h3::before {
    content: "";
}
.widget_nav_menu h3::before {
    content: "";
    font-size: 1em;
    padding-right: 10px;
    top: 4px;
}
.format-icon::before {
    font-family: entypo;
    font-size: 1.2em;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    opacity: 0.2;
    padding-right: 10px;
    position: relative;
    text-transform: none;
    top: 8px;
}
.entry-content.format-icon::before, .entry-summary.format-icon::before {
    display: block;
    float: left;
    font-family: entypo;
    font-size: 6em;
    font-variant: normal;
    font-weight: 400;
    line-height: 7px;
    opacity: 0.3;
    padding-right: 13px;
    position: relative;
    text-transform: none;
    top: -26px;
}
article.page .format-icon::before {
    content: "????;
    font-size: 3em;
    line-height: 0;
    position: relative;
    top: 14px;
}
.chrome article.page .format-icon::before, .safari article.page .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 1.8em;
    line-height: 0;
    position: relative;
    top: 20px;
}
article.format-standard .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 1.5em;
    line-height: 25px;
    top: 12px;
}
article.attachment .format-icon::before, article.format-gallery .format-icon::before {
    content: "????;
    font-size: 3em;
    line-height: 0;
}
.chrome article.attachment .format-icon::before, .chrome article.format-gallery .format-icon::before, .safari article.attachment .format-icon::before, .safari article.format-gallery .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 1.8em;
    line-height: 0;
    top: 15px;
}
article.format-aside .format-icon::before {
    content: "????;
}
.chrome article.format-aside .format-icon::before, .safari article.format-aside .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 3.5em;
    top: -2px;
}
article.format-chat .format-icon::before {
    content: "";
    font-family: genericons;
}
article.format-audio .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 1.5em;
    top: 10px;
}
article.format-video .format-icon::before {
    content: "????;
    font-size: 3em;
    line-height: 0;
    top: 10px;
}
.chrome article.format-video .format-icon::before, .safari article.format-video .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 2em;
    line-height: 0;
    top: 20px;
}
article.format-status .format-icon::before {
    content: "⚡";
}
article.error404 .format-icon::before, article.format-quote .format-icon::before {
    content: "❞";
}
article.format-image .format-icon::before {
    content: "????;
    font-size: 3em;
    line-height: 0;
}
.ie article.format-image .format-icon::before {
    font-size: 0.4em;
}
.chrome article.format-image .format-icon::before, .safari article.format-image .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 1.8em;
    line-height: 0;
    top: 15px;
}
article.format-link .format-icon::before {
    content: "????;
    top: -12px;
}
.chrome article.format-link .format-icon::before, .safari article.format-link .format-icon::before {
    content: "";
    font-family: genericons;
    top: 7px;
}
.search .search-header .format-icon::before {
    content: "";
    font-family: genericons;
}
.archive.date .archive-header .format-icon::before {
    content: "";
    font-size: 1.8em;
    top: 3px;
}
.archive.category .archive-header .format-icon::before {
    content: "????;
    font-size: 2em;
    top: 2px;
}
.chrome.archive.category .archive-header .format-icon::before, .safari.archive.category .archive-header .format-icon::before {
    content: "";
    font-family: genericons;
    font-size: 1.5em;
    top: 10px;
}
.archive.tag .archive-header .format-icon::before {
    content: "";
    font-family: genericons;
}
.archive.author .archive-header .format-icon::before {
    content: "";
    font-family: genericons;
}
h3#reply-title::before {
    content: "✒";
    font-family: entypo;
    font-size: 2em;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    padding-right: 5px;
    text-transform: none;
}
h2.comments-title::before {
    content: "";
    font-family: genericons;
    font-size: 1em;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    padding-right: 5px;
    text-transform: none;
}
.tc-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 10px solid #e9eaee;
    min-height: 45px;
    z-index: 200;
}
#tc-reset-margin-top {
    display: none;
}
body:not(.tc-sticky-header) #tc-reset-margin-top {
    display: none !important;
}
.tc-no-sticky-header .tc-header {
    position: relative;
    z-index: 100;
}
.tc-sticky-header .tc-header {
    position: fixed;
    transition: all 0.15s ease 0s;
    z-index: 100;
}
.tc-sticky-header #tc-reset-margin-top {
    display: block;
}
.sticky-disabled .tc-header {
    top: 0;
}
.sticky-enabled .tc-header {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-bottom: 2px solid #e9eaee;
    border-top: 0 none;
    height: auto !important;
}
.tc-solid-color-on-scroll.sticky-enabled .navbar-inner, .tc-solid-color-on-scroll.sticky-enabled .tc-header {
    background-color: #fafafa;
}
.sticky-enabled .tc-header .social-block {
    display: none;
}
.sticky-enabled .tc-tagline-off .site-description {
    display: none !important;
}
.sticky-enabled .tc-menu-off .nav-collapse, .sticky-enabled .tc-title-logo-off .brand {
    display: none;
}
.sticky-enabled .navbar-wrapper {
    margin-top: 0;
}
.sticky-enabled .tc-title-logo-off .navbar-wrapper {
    margin-left: 0;
    width: 100%;
}
.sticky-enabled .navbar .nav > li > a {
    font-size: 14px;
}
.sticky-enabled .navbar .navbar-inner {
    margin: 8px 5px 5px;
    min-height: 35px;
}
.sticky-enabled .brand a, .sticky-enabled .brand h1 {
    margin: 10px 0;
}
.sticky-enabled .nav-collapse {
    float: right;
}
.tc-header .brand .site-logo img, .tc-header .brand .site-title {
    opacity: 1;
    transition: all 0.15s ease 0s;
}
.sticky-enabled .navbar .nav li.dropdown.open.active > .dropdown-toggle, .sticky-enabled .navbar .nav li.dropdown.open > .dropdown-toggle, .sticky-enabled li.dropdown.active > .dropdown-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.tc-header .brand {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
}
.tc-header .brand h1 {
    font-size: 40px;
}
.tc-header .brand a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
}
.sticky-disabled .logo-centered .navbar-wrapper, .tc-no-sticky-header .logo-centered .navbar-wrapper {
    clear: both;
    float: none;
    margin: auto;
}
.sticky-disabled .logo-centered .brand, .tc-no-sticky-header .logo-centered .brand {
    width: 100%;
}
.sticky-disabled .logo-centered .navbar-inner, .tc-no-sticky-header .logo-centered .navbar-inner {
    padding-right: 5px;
}
.tc-header .outside {
    display: none;
}
.ie7 body > .container.outside, .ie8 body > .container.outside {
    display: none !important;
}
.navbar-wrapper {
    margin-bottom: 0;
    margin-top: 7px;
    position: relative;
    z-index: 200;
}
.navbar.notresp {
    display: block;
}
.navbar {
    float: right;
    margin-bottom: 0;
}
.navbar-inner {
    min-height: 43px;
}
.navbar .navbar-inner {
    border: 0 none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    margin: 5px 5px 11px;
    padding-left: 5px;
    z-index: 200;
}
.navbar-wrapper .navbar .site-description {
    float: right;
    padding-right: 5px;
    text-align: right;
}
.navbar-wrapper .navbar h2.site-description {
    line-height: 19px;
}
.no-navbar .navbar .navbar-inner, .sticky-enabled .navbar .navbar-inner {
    background: rgba(0, 0, 0, 0) none repeat-x scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
}
.navbar-inner .nav-collapse .dropdown-menu > li > a:focus, .navbar-inner .nav-collapse .dropdown-menu > li > a:hover, .navbar-inner .nav-collapse .dropdown-submenu:focus > a, .navbar-inner .nav-collapse .dropdown-submenu:hover > a {
    background-color: rgba(0, 0, 0, 0.05);
}
h2.site-description {
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    padding-top: 0;
}
.chrome .navbar .navbar-inner .nav li {
    line-height: 21px;
}
.navbar .nav > li > a {
    font-size: 16px;
    padding: 5px 20px;
}
.navbar .nav li.dropdown .caret {
    border-bottom-color: #777;
    border-top-color: #777;
    margin-top: 0;
    vertical-align: middle;
}
.dropdown-menu > li.current-menu-ancestor > a, .dropdown-menu > li.current-menu-item > a {
    background-color: #f2f2f2;
    text-decoration: none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
    background-color: #f2f2f2;
    background-image: none;
    text-decoration: none;
}
.dropdown-submenu > a::after {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    width: 0;
}
.navbar .btn-navbar {
    display: none;
}
.navbar .btn-navbar.active, .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover {
    outline: 0 none;
}
.dropdown-menu {
    border: 0 solid rgba(0, 0, 0, 0.2);
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 6px;
    left: 30%;
    margin-left: -1px;
    margin-top: -6px;
    top: 110%;
}
.ie9 .dropdown-submenu > .dropdown-menu {
    left: 30%;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
}
.tc-hover-menu.nav ul {
    top: 29px;
}
.ie .tc-hover-menu.nav ul {
    top: 27px;
}
.tc-hover-menu.nav li:hover > ul {
    display: block;
}
.nav .dropdown-menu {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle, li.dropdown.active > .dropdown-toggle {
    background-color: transparent;
}
.navbar-inner .nav-collapse .nav li.open > ul {
    display: block;
}
.navbar.resp {
    display: block;
    width: 100%;
}
.tc-submenu-move .dropdown-menu > li > a:focus, .tc-submenu-move .dropdown-menu > li > a:hover, .tc-submenu-move .dropdown-submenu:focus > a, .tc-submenu-move .dropdown-submenu:hover > a {
    padding-left: 1.63em;
}
.navbar div > ul.nav > .menu-item:last-child > a {
    padding-right: 0;
}
.navbar .nav {
    margin-right: 0;
}
.navbar div > ul.nav > .menu-item:first-child > a {
    padding-left: 5px;
}
.pull-menu-left .nav-collapse {
    float: left;
}
.pull-menu-right .nav-collapse {
    float: right;
}
.tc-hot-crumble {
    margin: 5px 0 10px;
    position: relative;
    z-index: 10;
}
#right.widget-area {
    border-left: 1px solid #eee;
    padding-left: 5px;
    position: relative;
}
#right.widget-area::before {
    border-left: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
#left.widget-area {
    border-right: 1px solid #eee;
    padding-right: 5px;
    position: relative;
}
#left.widget-area::after {
    border-right: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -2px;
}
.widget_recent_entries li {
    border-bottom: 1px solid #eee;
    position: relative;
}
.widget_recent_entries li::after {
    border-bottom: 1px solid #fff;
    bottom: -2px;
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
}
.widget_archive li a, .widget_categories li a, .widget_links li a, .widget_meta li a, .widget_nav_menu li a, .widget_pages li a {
    font-size: 13px;
}
.widget li {
    list-style: outside none none;
}
.widget.widget_archive li::before, .widget.widget_calendar li::before, .widget.widget_categories li::before, .widget.widget_links li::before, .widget.widget_meta li::before, .widget.widget_nav_menu li::before, .widget.widget_pages li::before, .widget.widget_recent_comments li::before, .widget.widget_recent_entries li::before, .widget.widget_rss li::before {
    content: "›";
    left: -10px;
    position: relative;
    transition: left 0.2s ease 0s;
}
.widget li.on::before {
    left: -7px;
}
#main-wrapper .widget li {
    border-bottom: 1px solid #eee;
    line-height: 25px;
    position: relative;
}
#main-wrapper .widget li::after {
    border-bottom: 1px solid #fff;
    bottom: -2px;
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
}
#main-wrapper .widget li:hover, .widget li:focus {
    background-color: #eee;
    text-decoration: none;
}
#main-wrapper .widget li a {
    text-shadow: 0 1px 0 #fff;
}
.no-widget-icons h3.widget-title::before {
    content: none !important;
}
.navbar-inner .social-block {
    margin: 10px 0;
    padding: 0 20px 0 10px;
}
.social-block.widget_social a {
    font-size: 1em;
}
.colophon .social-block {
    margin: 0;
    text-align: center;
}
.social-block a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5a5a5a;
    display: inline;
    font-size: 1.3em;
    height: inherit;
    line-height: inherit;
    margin: 0;
    opacity: 0.8;
    padding-right: 13px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 2px;
    vertical-align: inherit;
    width: inherit;
}
footer#footer .colophon .social-block a {
    color: #5a5a5a;
    font-size: 1.1em;
    text-shadow: 0 0 0 #fff;
}
.carousel {
    margin-bottom: 0;
}
.carousel .container {
    position: relative;
    width: auto;
    z-index: 9;
}
.tc-carousel-control {
    color: #999;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 120px;
    height: 38px;
    line-height: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    z-index: 10;
}
.tc-carousel-control:focus, .tc-carousel-control:hover {
    opacity: 0.9;
    outline: 0 none;
    text-decoration: none;
}
.tc-slider-controls {
    bottom: 0;
    line-height: 500px;
    max-height: 500px;
    opacity: 0;
    position: absolute;
    width: 10%;
}
.tc-slid-hover .tc-slider-controls {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
.tc-slider-controls.right {
    right: 0;
    text-align: right;
}
.tc-slider-controls.left {
    left: 0;
    text-align: left;
}
.carousel .item {
    line-height: 500px;
    min-height: 500px;
    overflow: hidden;
}
.carousel-image {
    left: 0;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel-image img {
    transition-duration: 0.25s;
    transition-property: width, height, top, left;
    transition-timing-function: ease-in-out;
    width: 100%;
}
.carousel-image.slider-full img {
    max-width: 100%;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: inline-block;
    line-height: 14px;
    margin-left: 11%;
    max-width: 60%;
    padding: 5%;
    position: relative;
    vertical-align: middle;
}
.carousel-caption .lead, .carousel-caption h1 {
    color: #fff;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}
.slider.edit-link {
    bottom: 40px;
    position: absolute;
    right: 11%;
}
.carousel > .center-slides-enabled > .item > .carousel-image img {
    display: block;
    position: relative;
}
.tc-slider-loader-wrapper {
    background: #fafafa none repeat scroll 0 0;
    height: 500px;
    line-height: 500px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
.tc-img-gif-loader {
    display: inline-block;
    line-height: 15px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.marketing {
    margin-top: 20px;
}
.marketing .span4 {
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}
.thumb-wrapper {
    display: block;
    height: 250px;
    left: -1px;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 0;
    width: 269px;
}
.span9.article-container .thumb-wrapper {
    left: 1px;
}
.thumb-wrapper img {
    position: relative;
    z-index: 90;
}
.thumb-wrapper.no-effect img {
    min-height: initial;
}
.round-div {
    border: 104px solid #fafafa;
    border-radius: 900px;
    display: block;
    height: 170px;
    left: -54px;
    position: absolute;
    top: -66px;
    transition: all 0.3s ease 0s;
    width: 170px;
    z-index: 99;
}
.span6.article-container .round-div {
    height: 115px;
    left: -76px;
    top: -76px;
    width: 115px;
}
.span6.article-container .thumb-wrapper {
    height: 180px;
}
.round-div.no-effect {
    border: medium none;
}
#footer .round-div {
    border-color: #5a5a5a;
}
.no-cssanimations .round-div {
    border: 0 none;
}
.no-cssanimations .thumb-wrapper {
    opacity: 0.7;
}
.no-cssanimations .thumb-wrapper:hover {
    opacity: 1;
}
.widget-front.hover .round-div, article.hover .tc-thumbnail .round-div {
    transform: scale(1.4);
}
.widget-front {
    text-align: center;
}
.featurette-divider {
    clear: both;
    margin: 30px 0;
}
.featurette {
    overflow: hidden;
    padding-top: 120px;
}
.featurette-image {
    margin-top: -120px;
}
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}
#main-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-summary {
    text-align: justify;
}
.post h1, .post h2 {
    display: inline-block;
}
.entry-header {
    clear: both;
}
h1.entry-title, h2.entry-title {
    width: 100%;
}
h1 a:hover, h2 a:hover {
    text-decoration: none;
}
.entry-meta {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 8px;
}
.entry-meta .btn {
    margin: 1px;
}
.entry-meta .btn-tag {
    background-color: gray;
    background-image: linear-gradient(to bottom, #8f8f8f, #696969);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.entry-meta .btn-tag:hover {
    background-color: #696969;
    color: #fff;
}
.edit-link a {
    color: #fff;
}
article .tc-content {
    margin-bottom: 30px;
}
article.format-aside .entry-content {
    background: #d2e0f9 none repeat scroll 0 0;
    border-left: 18px solid #a8bfe8;
    padding: 1.71429rem;
}
article.format-chat .entry-content {
    background: #c9c9c9 none repeat scroll 0 0;
    border-left: 18px solid #afafaf;
    padding: 1.71429rem;
}
article.error404 .entry-content, article.format-quote .entry-content {
    background: #c9c9c9 none repeat scroll 0 0;
    border-left: 18px solid #afafaf;
    padding: 1.71429rem;
}
article.error404 .entry-content blockquote, article.format-quote .entry-content blockquote {
    background: inherit;
    border: 0 none;
}
cite {
    font-size: 14px;
    font-style: normal;
}
blockquote {
    background: #fff none repeat scroll 0 0;
    font-style: italic;
    margin: 0 0 20px;
    padding: 5px 0 5px 15px;
}
article.format-link .entry-content {
    background: #f7cfac none repeat scroll 0 0;
    border-left: 18px solid #e07211;
    padding: 1.71429rem;
}
article.format-link .entry-content a {
    color: #e07211;
    font-size: 20px;
    text-decoration: none;
}
article.format-link .entry-content a::after {
    content: "»";
    font-size: 1.5em;
    font-variant: normal;
    font-weight: 400;
    line-height: 0;
    opacity: 0.3;
    padding-left: 6px;
    position: relative;
    text-transform: none;
    top: 6px;
}
article.format-status .entry-content {
    background: #a3eda3 none repeat scroll 0 0;
    border-left: 18px solid #62c462;
    padding: 1.71429rem;
}
article.format-gallery p.format-icon, article.format-image p.format-icon {
    font-size: 6em;
    text-align: center;
}
.entry-content.format-icon p {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.archive-header .author-info, article .author-info {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: inherit;
    font-style: italic;
    padding: 15px;
}
.archive-header .author-info h2, article .author-info h2 {
    margin: 0;
}
.page-links button.btn {
    font-weight: 700;
}
.page-links a button.btn {
    color: #5a5a5a;
    font-weight: 400;
}
#respond #comment {
    width: 100%;
}
.comments-link {
    bottom: 10px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: relative;
}
.comments-link .default-bubble {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 18px;
    bottom: 20px;
    display: inline-block;
    font-size: 10px;
    height: auto;
    line-height: 17px;
    min-height: 18px;
    min-width: 18px;
    padding: 1px;
    position: relative;
    right: 2px;
    text-align: center;
    transition: bottom 0.3s ease 0s;
    width: auto;
}
.comments-link .default-bubble:hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
    bottom: 22px;
    color: #fff !important;
}
.comments-link .default-bubble::before {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 10px;
    bottom: -7px;
    content: "";
    display: block;
    height: 9px;
    left: -7px;
    position: absolute;
    width: 9px;
}
.comments-link .inner {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 51px;
    left: -35px;
    line-height: 30px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #141313;
    vertical-align: middle;
    width: 30px;
    z-index: 10;
}
.rtl .comments-link .inner {
    left: initial;
    right: -35px;
}
.comments-link a:hover {
    text-decoration: none;
}
input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}
input[type="submit"]:hover {
    background-color: #222;
    background-position: 0 -15px;
    color: #fff;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
code {
    white-space: normal;
}
h3.assistive-text {
    letter-spacing: 4px;
    margin: 0;
    opacity: 0.5;
    text-align: center;
}
.navigation .pager {
    margin: 0;
}
embed, iframe, object, video {
    max-width: 100%;
}
.hide-all-post-metas .entry-header .entry-meta, .hide-all-post-navigation, .hide-post-metas .entry-header .entry-meta, .hide-post-navigation {
    display: none;
}
.tc-widget-placeholder {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2) inset;
    padding: 19px;
    position: relative;
}
.tc-sidebar .tc-widget-placeholder {
    margin-top: 15px;
}
.tc-widget-placeholder p {
    color: #5a5a5a !important;
    font-size: 80%;
    font-style: italic;
}
#footer .tc-widget-placeholder h4 {
    color: #5a5a5a;
}
#footer .tc-widget-placeholder a, .tc-sidebar .tc-widget-placeholder a {
    color: #5a5a5a;
    text-decoration: underline;
}
.tc-admin-notice {
    color: #5a5a5a !important;
    font-size: 12px;
    font-weight: 700;
}
.tc-dismiss-notice {
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    right: 6px;
    top: 1px;
}
.tc-admin-notice::before {
    content: "";
    display: inline-block;
    font-family: genericons;
    font-size: 21px;
    padding-right: 3px;
    position: relative;
    top: 5px;
}
.tc-rectangular-thumb {
    display: block;
    max-height: 250px;
    overflow: hidden;
}
.tc-rectangular-thumb img {
    position: relative;
    transition: -webkit-filter 0.4s ease 0s;
    width: 100%;
}
.rectangular-blurred .tc-thumbnail img:hover {
    filter: blur(2px);
}
.no-csstransitions .rectangular-blurred .tc-thumbnail img:hover {
    opacity: 0.7;
}
.rectangular-unblurred .tc-thumbnail img {
    filter: blur(4px);
}
.rectangular-unblurred .tc-thumbnail img:hover {
    filter: blur(0px);
}
.no-csstransitions .rectangular-unblurred .tc-thumbnail img {
    opacity: 0.7;
}
.no-csstransitions .rectangular-unblurred .tc-thumbnail img:hover {
    opacity: 1;
}
.rounded-expanded .thumb-wrapper .round-div {
    transform: scale(1.4);
}
.squared .round-div {
    border-radius: 0;
}
.squared-expanded .thumb-wrapper .round-div {
    border-radius: 0;
    transform: scale(1.4);
}
.__before_main_wrapper > .tc-thumbnail.span12 img {
    width: 100%;
}
.__before_content > .tc-thumbnail.span12 img {
    margin-top: 10px;
}
.single .rectangular-blurred img, .single .rectangular-unblurred img {
    filter: blur(0px);
    opacity: 1 !important;
    width: 100%;
}
img.h-centered {
    max-width: none !important;
    width: auto !important;
}
img.v-centered {
    height: auto !important;
    max-height: none !important;
    vertical-align: top;
}
.tc-grid {
    border: 1px solid #eee;
}
.tc-grid-shadow .tc-grid {
    box-shadow: 0 0 6px 2px #ccc;
}
.tc-post-list-grid .featurette-divider.__after_article {
    display: none;
}
.tc-grid-figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.tc-grid-figure img {
    height: auto;
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease 0s, left 0.2s ease 0s, top 0.2s ease 0s;
    width: 100%;
}
.tc-grid-post figcaption {
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.expanded .tc-grid-post figcaption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-left: 8%;
    max-width: 65%;
    opacity: 1;
    text-align: left;
}
.span6.article-container .expanded figcaption, .span9.article-container .expanded figcaption {
    margin-left: 0;
    max-width: none;
}
.tc-grid .entry-header {
    padding: 0 7%;
}
.expanded figcaption {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.no-thumb figcaption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: inherit;
    opacity: 1;
}
.expanded figcaption, .no-thumb figcaption, .tc-grid-post figcaption, .tc-post-list-grid .expanded .entry-summary {
    transition-duration: 0.2s;
    transition-property: opacity, background, color;
    transition-timing-function: ease-in-out;
}
.tc-post-list-grid .entry-summary {
    box-sizing: border-box;
    display: inline-block;
    line-height: 20px;
    margin: 0 8%;
    max-height: 75%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-rendering: geometricprecision;
    vertical-align: middle;
    z-index: 10;
}
.tc-post-list-grid article.expanded .entry-summary {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    margin: 0;
    max-height: none;
    padding: 8%;
    width: 100%;
}
.tc-post-list-grid .expanded .entry-title {
    text-align: left;
    text-shadow: none;
}
.tc-post-list-grid .expanded .entry-title a {
    color: #fff;
}
.tc-post-list-grid .expanded.hover .entry-summary, .tc-post-list-grid .hover:not(.expanded) figcaption {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    opacity: 1;
}
.hover .tc-grid-figure img {
    opacity: 0.7;
}
.hover .expanded figcaption, .hover .no-thumb figcaption {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
}
.tc-post-list-grid article.sticky {
    text-align: justify;
}
.tc-post-list-grid .featurette-divider.__loop {
    display: none;
}
.tc-post-list-grid figcaption > a.tc-grid-bg-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12;
}
.tc-is-mobile .tc-post-list-grid article.tc-grid figure figcaption > a {
    transition: width 0.1s linear 0.5s;
}
.tc-is-mobile article:not([class*="expanded"]) figure:not([class*="no-thumb"]) figcaption > a {
    width: 0;
}
.tc-is-mobile article.hover:not([class*="expanded"]) figure:not([class*="no-thumb"]) figcaption > a {
    width: 100%;
}
.tc-grid-figure .comments-link {
    position: absolute;
    right: 1%;
    top: 15%;
    z-index: 15;
}
.expanded .tc-grid-figure .comments-link {
    top: 7%;
}
.tc-post-list-grid .comments-link .tc-comment-bubble {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
}
.tc-post-list-grid .default-bubble::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.tc-post-list-grid .no-thumb .comments-link .tc-comment-bubble, .tc-post-list-grid .no-thumb .default-bubble::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: inherit;
}
.tc-post-list-grid .comments-link .custom-bubble-one::after, .tc-post-list-grid .comments-link .custom-bubble-one::before {
    border: medium none;
}
.tc-grid-icon {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.format-quote .tc-grid-icon, .format-status .tc-grid-icon {
    top: -15%;
}
.tc-post-list-grid article .tc-grid-icon::before {
    display: inline-block;
    font-size: 90px;
    line-height: 29px !important;
    padding-right: 0;
    top: inherit !important;
    vertical-align: middle;
}
.tc-post-list-grid article.format-quote .tc-grid-icon::before, .tc-post-list-grid article.format-status .tc-grid-icon::before {
    font-size: 138px;
}
.tc-b-sidebar .tc-post-list-grid article .tc-grid-icon::before, .tc-b-sidebar .tc-post-list-grid article.format-quote .tc-grid-icon::before, .tc-b-sidebar .tc-post-list-grid article.format-status .tc-grid-icon::before, .tc-post-list-grid .grid-cols-3 article .tc-grid-icon::before, .tc-post-list-grid .grid-cols-4 article .tc-grid-icon::before {
    font-size: 60px;
}
.grid-cols-3 article.format-status .tc-grid-icon::before, .grid-cols-4 article.format-quote .tc-grid-icon::before, .grid-cols-4 article.format-status .tc-grid-icon::before {
    font-size: 100px !important;
}
.tc-grid-post .no-thumb .format-icon::before {
    opacity: 0.2;
}
.tc-grid-post .format-icon::before {
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
}
.hover .tc-grid-post .format-icon::before {
    opacity: 0.3;
}
.no-thumb .tc-grid-fade_expt {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, #fafafa 100%) repeat scroll 0 0;
    bottom: 0;
    height: 60%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}
.hover .tc-grid-fade_expt {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.woocommerce .thumbnails {
    margin-left: 0;
}
.wp-caption {
    max-width: 100%;
    padding: 4px;
}
.entry-caption, .tc-gallery-style .gallery-caption, .wp-caption .wp-caption-text {
    color: #757575;
    font-size: 0.7rem;
    font-style: italic;
    line-height: 1.3em;
}
.tc-gallery-style .gallery-item img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: transform 3s ease 0s;
}
.tc-gallery-style .gallery-icon img:hover {
    box-shadow: 0 0 10px 0 #9b9b9b;
    transform: scale(1.08);
}
article.attachment img {
    opacity: 0;
}
.attachment #image-navigation .next-image {
    float: right;
}
.entry-attachment .attachment {
    text-align: center;
}
article.sticky {
    color: #5a5a5a;
    font-weight: 700;
    text-align: center;
}
article.sticky h2 {
    font-size: 40px;
    line-height: 45px;
}
li.bypostauthor cite span {
    background-color: #21759b;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    font-size: 0.785714rem;
    font-weight: 400;
    line-height: 1.42857;
    padding: 0;
}
ul.children {
    margin: 10px 0 10px 40px;
    padding: 0;
}
.commentlist {
    margin: 0;
    padding: 0;
}
.comment article, .pingback article, .trackback article {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
}
.CommentForm > .comment, .comment ul > .comment, .commentlist > .comment, .commentlist > .pingback, .commentlist > .trackback {
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 20px;
    position: relative;
}
#content .reply {
    float: right;
    margin-right: 10px;
}
.comment cite {
    display: block;
    font-size: 23px;
    line-height: 26px;
}
.comment .edit-link {
    display: block;
    float: right;
    margin-right: 10px;
}
.comment-avatar {
    margin-bottom: 5px;
}
.comment-meta a.comment-date {
    font-size: 12px;
    font-style: italic;
}
.comments-area li.bypostauthor cite span {
    font-size: 0.714286rem;
    margin-left: 0.357143rem;
    padding: 0.142857rem 0.357143rem;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    margin: 0.857143rem 1.71429rem 0.857143rem 0;
}
img.alignright {
    margin: 0.857143rem 0 0.857143rem 1.71429rem;
}
img.aligncenter {
    margin-bottom: 0.857143rem;
    margin-top: 0.857143rem;
}
#calendar_wrap table {
    border-collapse: collapse;
    border-color: #e1e1e1;
    border-spacing: 0;
    border-top: 1px solid #e1e1e1;
    font-size: inherit;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
#footer #calendar_wrap table {
    color: #5a5a5a;
}
#footer #calendar_wrap table caption {
    color: #eee;
}
table caption {
    font-size: 16px;
    padding: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
#wp-calendar td, #wp-calendar th, #wp-calendar tr {
    border-color: #e1e1e1;
}
#wp-calendar td, #wp-calendar th {
    font-size: inherit;
    padding: 3px;
    text-align: center;
}
tr:nth-child(2n+1) td, tr:nth-child(2n+1) th {
    background-color: #f8f8f8;
}
tr:nth-child(2n) td, tr:nth-child(2n) th {
    background-color: #fff;
}
#wp-calendar tfoot td {
    text-align: left;
}
footer#footer {
    background: #5a5a5a none repeat scroll 0 0;
    border-top: 10px solid #e9eaee;
    color: #fafafa !important;
    padding: 0;
}
.footer-widgets {
    padding: 20px 0;
}
footer#footer a, footer#footer p {
    color: #fafafa;
    font-size: 11px;
    line-height: 21px;
    margin-bottom: 2px;
    text-align: center;
}
footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6 {
    color: #fafafa;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-shadow: 0 0 0 #fff;
}
footer#footer .colophon {
    background-color: #fff;
    margin-top: 0;
    padding: 10px 20px;
}
footer#footer .colophon a, footer#footer .colophon p {
    color: #5a5a5a;
}
footer .widget_recent_entries li::after {
    border-bottom: medium none;
}
footer ol, footer ul {
    margin: 0 0 10px;
}
.tc-btt-wrapper.show {
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}
.tc-btt-wrapper:hover {
    background: rgba(119, 119, 119, 0.5) none repeat scroll 0 0;
}
.tc-btt-wrapper {
    background: rgba(119, 119, 119, 0.2) none repeat scroll 0 0;
    border-radius: 10px;
    bottom: 25px;
    color: #eee;
    height: 43px;
    line-height: 43px;
    opacity: 0;
    overflow: hidden;
    padding-top: 2px;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 45px;
    z-index: 99999999;
}
.tc-btt-wrapper i.btt-arrow {
    line-height: inherit;
}
.btt-arrow {
    display: inline-block;
    font-family: genericons;
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.btt-arrow::before {
    content: "";
    text-shadow: 0 1px 0 #fff;
}
#wpadminbar #wp-admin-bar-tc-customizr-help .ab-item::before, li#wp-admin-bar-tc-customizr-help a::before {
    color: #fff;
    content: "";
    font-family: entypo;
    font-size: 30px;
    font-variant: normal;
    font-weight: 400;
    line-height: 0;
    padding-right: 0;
    position: relative;
    text-transform: none;
    top: 5px;
}
#wpadminbar #wp-admin-bar-tc-customizr .ab-item::before, li#wp-admin-bar-tc-customizr a::before {
    color: #fff;
    content: "";
    font-family: entypo;
    font-size: 30px;
    font-variant: normal;
    font-weight: 400;
    line-height: 0;
    padding-right: 0;
    position: relative;
    text-transform: none;
    top: 4px;
}
li#wp-admin-bar-tc-customizr-help a {
    background-color: #8da65a;
    background-image: linear-gradient(to bottom, #27cda5, #1b8d71);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#wpadminbar .ab-top-menu > li#wp-admin-bar-tc-customizr-help:hover > .ab-item {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1b8d71 1%, #27cda5 100%, #27cda5 100%) repeat scroll 0 0;
    color: #fff;
}
li#wp-admin-bar-tc-customizr a {
    background-color: #21759b;
    background-image: linear-gradient(to bottom, #2a95c5, #21759b);
    border-color: #21759b #21759b #1e6a8d;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#wpadminbar .ab-top-menu > li#wp-admin-bar-tc-customizr:hover > .ab-item {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #21759b 0px, #2e9fd2 100%, #27cda5 100%, #2e9fd2 100%) repeat scroll 0 0;
    border-color: #1b607f;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
@media print {
a[href]::after, abbr[title]::after {
    content: "";
}
@page {
    margin: 1cm;
}
}
.hidden {
    display: none;
    visibility: hidden;
}
.hidden-desktop, .visible-phone, .visible-tablet {
    display: none !important;
}
.visible-desktop {
    display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-tablet {
    display: inherit !important;
}
.hidden-tablet {
    display: none !important;
}
}
@media (max-width: 767px) {
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-phone {
    display: inherit !important;
}
.hidden-phone {
    display: none !important;
}
}
.visible-print {
    display: none !important;
}
@media print {
.visible-print {
    display: inherit !important;
}
.hidden-print {
    display: none !important;
}
}
@media (min-width: 1200px) {
.row {
    margin-left: -30px;
}
.row::after, .row::before {
    content: "";
    display: table;
    line-height: 0;
}
.row::after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 1170px;
}
.span11 {
    width: 1070px;
}
.span10 {
    width: 970px;
}
.span9 {
    width: 870px;
}
.span8 {
    width: 770px;
}
.span7 {
    width: 670px;
}
.span6 {
    width: 570px;
}
.span5 {
    width: 470px;
}
.span4 {
    width: 370px;
}
.span3 {
    width: 270px;
}
.span2 {
    width: 170px;
}
.span1 {
    width: 70px;
}
.offset12 {
    margin-left: 1230px;
}
.offset11 {
    margin-left: 1130px;
}
.offset10 {
    margin-left: 1030px;
}
.offset9 {
    margin-left: 930px;
}
.offset8 {
    margin-left: 830px;
}
.offset7 {
    margin-left: 730px;
}
.offset6 {
    margin-left: 630px;
}
.offset5 {
    margin-left: 530px;
}
.offset4 {
    margin-left: 430px;
}
.offset3 {
    margin-left: 330px;
}
.offset2 {
    margin-left: 230px;
}
.offset1 {
    margin-left: 130px;
}
.row-fluid {
    width: 100%;
}
.row-fluid::after, .row-fluid::before {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.453%;
}
.row-fluid .span10 {
    width: 82.906%;
}
.row-fluid .span9 {
    width: 74.359%;
}
.row-fluid .span8 {
    width: 65.812%;
}
.row-fluid .span7 {
    width: 57.265%;
}
.row-fluid .span6 {
    width: 48.7179%;
}
.row-fluid .span5 {
    width: 40.1709%;
}
.row-fluid .span4 {
    width: 31.6239%;
}
.row-fluid .span3 {
    width: 23.0769%;
}
.row-fluid .span2 {
    width: 14.5299%;
}
.row-fluid .span1 {
    width: 5.98291%;
}
.row-fluid .offset12 {
    margin-left: 105.128%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.564%;
}
.row-fluid .offset11 {
    margin-left: 96.5812%;
}
.row-fluid .offset11:first-child {
    margin-left: 94.0171%;
}
.row-fluid .offset10 {
    margin-left: 88.0342%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.4701%;
}
.row-fluid .offset9 {
    margin-left: 79.4872%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.9231%;
}
.row-fluid .offset8 {
    margin-left: 70.9402%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.3761%;
}
.row-fluid .offset7 {
    margin-left: 62.3932%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.8291%;
}
.row-fluid .offset6 {
    margin-left: 53.8462%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.2821%;
}
.row-fluid .offset5 {
    margin-left: 45.2991%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.735%;
}
.row-fluid .offset4 {
    margin-left: 36.7521%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.188%;
}
.row-fluid .offset3 {
    margin-left: 28.2051%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.641%;
}
.row-fluid .offset2 {
    margin-left: 19.6581%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.094%;
}
.row-fluid .offset1 {
    margin-left: 11.1111%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.54701%;
}
.uneditable-input, input, textarea {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
}
.uneditable-input.span12, input.span12, textarea.span12 {
    width: 1156px;
}
.uneditable-input.span11, input.span11, textarea.span11 {
    width: 1056px;
}
.uneditable-input.span10, input.span10, textarea.span10 {
    width: 956px;
}
.uneditable-input.span9, input.span9, textarea.span9 {
    width: 856px;
}
.uneditable-input.span8, input.span8, textarea.span8 {
    width: 756px;
}
.uneditable-input.span7, input.span7, textarea.span7 {
    width: 656px;
}
.uneditable-input.span6, input.span6, textarea.span6 {
    width: 556px;
}
.uneditable-input.span5, input.span5, textarea.span5 {
    width: 456px;
}
.uneditable-input.span4, input.span4, textarea.span4 {
    width: 356px;
}
.uneditable-input.span3, input.span3, textarea.span3 {
    width: 256px;
}
.uneditable-input.span2, input.span2, textarea.span2 {
    width: 156px;
}
.uneditable-input.span1, input.span1, textarea.span1 {
    width: 56px;
}
.thumbnails {
    margin-left: -30px;
}
.thumbnails > li {
    margin-left: 30px;
}
.row-fluid .thumbnails {
    margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.row {
    margin-left: -20px;
}
.row::after, .row::before {
    content: "";
    display: table;
    line-height: 0;
}
.row::after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 724px;
}
.span11 {
    width: 662px;
}
.span10 {
    width: 600px;
}
.span9 {
    width: 538px;
}
.span8 {
    width: 476px;
}
.span7 {
    width: 414px;
}
.span6 {
    width: 352px;
}
.span5 {
    width: 290px;
}
.span4 {
    width: 228px;
}
.span3 {
    width: 166px;
}
.span2 {
    width: 104px;
}
.span1 {
    width: 42px;
}
.offset12 {
    margin-left: 764px;
}
.offset11 {
    margin-left: 702px;
}
.offset10 {
    margin-left: 640px;
}
.offset9 {
    margin-left: 578px;
}
.offset8 {
    margin-left: 516px;
}
.offset7 {
    margin-left: 454px;
}
.offset6 {
    margin-left: 392px;
}
.offset5 {
    margin-left: 330px;
}
.offset4 {
    margin-left: 268px;
}
.offset3 {
    margin-left: 206px;
}
.offset2 {
    margin-left: 144px;
}
.offset1 {
    margin-left: 82px;
}
.row-fluid {
    width: 100%;
}
.row-fluid::after, .row-fluid::before {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.76243%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4365%;
}
.row-fluid .span10 {
    width: 82.8729%;
}
.row-fluid .span9 {
    width: 74.3094%;
}
.row-fluid .span8 {
    width: 65.7459%;
}
.row-fluid .span7 {
    width: 57.1823%;
}
.row-fluid .span6 {
    width: 48.6188%;
}
.row-fluid .span5 {
    width: 40.0552%;
}
.row-fluid .span4 {
    width: 31.4917%;
}
.row-fluid .span3 {
    width: 22.9282%;
}
.row-fluid .span2 {
    width: 14.3646%;
}
.row-fluid .span1 {
    width: 5.80111%;
}
.row-fluid .offset12 {
    margin-left: 105.525%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.762%;
}
.row-fluid .offset11 {
    margin-left: 96.9613%;
}
.row-fluid .offset11:first-child {
    margin-left: 94.1989%;
}
.row-fluid .offset10 {
    margin-left: 88.3978%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.6354%;
}
.row-fluid .offset9 {
    margin-left: 79.8343%;
}
.row-fluid .offset9:first-child {
    margin-left: 77.0718%;
}
.row-fluid .offset8 {
    margin-left: 71.2707%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.5083%;
}
.row-fluid .offset7 {
    margin-left: 62.7072%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.9447%;
}
.row-fluid .offset6 {
    margin-left: 54.1437%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.3812%;
}
.row-fluid .offset5 {
    margin-left: 45.5801%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.8177%;
}
.row-fluid .offset4 {
    margin-left: 37.0166%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.2541%;
}
.row-fluid .offset3 {
    margin-left: 28.453%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.6906%;
}
.row-fluid .offset2 {
    margin-left: 19.8895%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.1271%;
}
.row-fluid .offset1 {
    margin-left: 11.326%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.56354%;
}
.uneditable-input, input, textarea {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}
.uneditable-input.span12, input.span12, textarea.span12 {
    width: 710px;
}
.uneditable-input.span11, input.span11, textarea.span11 {
    width: 648px;
}
.uneditable-input.span10, input.span10, textarea.span10 {
    width: 586px;
}
.uneditable-input.span9, input.span9, textarea.span9 {
    width: 524px;
}
.uneditable-input.span8, input.span8, textarea.span8 {
    width: 462px;
}
.uneditable-input.span7, input.span7, textarea.span7 {
    width: 400px;
}
.uneditable-input.span6, input.span6, textarea.span6 {
    width: 338px;
}
.uneditable-input.span5, input.span5, textarea.span5 {
    width: 276px;
}
.uneditable-input.span4, input.span4, textarea.span4 {
    width: 214px;
}
.uneditable-input.span3, input.span3, textarea.span3 {
    width: 152px;
}
.uneditable-input.span2, input.span2, textarea.span2 {
    width: 90px;
}
.uneditable-input.span1, input.span1, textarea.span1 {
    width: 28px;
}
}
@media (max-width: 767px) {
body {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
}
.container-fluid {
    padding: 0;
}
.dl-horizontal dt {
    clear: none;
    float: none;
    text-align: left;
    width: auto;
}
.dl-horizontal dd {
    margin-left: 0;
}
.container {
    width: auto;
}
.row-fluid {
    width: 100%;
}
.row, .thumbnails {
    margin-left: 0;
}
.thumbnails > li {
    float: none;
    margin-left: 0;
}
.row-fluid [class*="span"], .uneditable-input[class*="span"], [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
}
.row-fluid .span12, .span12 {
    box-sizing: border-box;
    width: 100%;
}
.row-fluid [class*="offset"]:first-child {
    margin-left: 0;
}
.input-large, .input-xlarge, .input-xxlarge, .uneditable-input, input[class*="span"], select[class*="span"], textarea[class*="span"] {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.input-append input, .input-append input[class*="span"], .input-prepend input, .input-prepend input[class*="span"] {
    display: inline-block;
    width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
}
.modal {
    left: 20px;
    margin: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: auto;
}
.modal.fade {
    top: -100px;
}
.modal.fade.in {
    top: 20px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
}
.row-fluid .tc-content.span12, .row-fluid .tc-thumbnail.span12 {
    float: left;
    width: 100%;
}
.row-fluid .tc-content.span11, .row-fluid .tc-thumbnail.span11 {
    float: left;
    width: 91.4894%;
}
.row-fluid .tc-content.span10, .row-fluid .tc-thumbnail.span10 {
    float: left;
    width: 82.9787%;
}
.row-fluid .tc-content.span9, .row-fluid .tc-thumbnail.span9 {
    float: left;
    width: 74.4681%;
}
.row-fluid .tc-content.span8, .row-fluid .tc-thumbnail.span8 {
    float: left;
    width: 65.9574%;
}
.row-fluid .tc-content.span7, .row-fluid .tc-thumbnail.span7 {
    float: left;
    width: 57.4468%;
}
.row-fluid .tc-content.span6, .row-fluid .tc-thumbnail.span6 {
    float: left;
    width: 48.9362%;
}
.row-fluid .tc-content.span5, .row-fluid .tc-thumbnail.span5 {
    float: left;
    width: 40.4255%;
}
.row-fluid .tc-content.span4, .row-fluid .tc-thumbnail.span4 {
    float: left;
    width: 31.9149%;
}
.row-fluid .tc-content.span3, .row-fluid .tc-thumbnail.span3 {
    float: left;
    width: 23.4043%;
}
.row-fluid .tc-content.span2, .row-fluid .tc-thumbnail.span2 {
    float: left;
    width: 14.8936%;
}
.row-fluid .tc-content.span1, .row-fluid .tc-thumbnail.span1 {
    float: left;
    width: 6.38298%;
}
}
@media (max-width: 480px) {
.nav-collapse {
}
.page-header h1 small {
    display: block;
    line-height: 20px;
}
input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
}
.form-horizontal .control-label {
    float: none;
    padding-top: 0;
    text-align: left;
    width: auto;
}
.form-horizontal .controls {
    margin-left: 0;
}
.form-horizontal .control-list {
    padding-top: 0;
}
.form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
}
.media .pull-left, .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
}
.media-object {
    margin-left: 0;
    margin-right: 0;
}
.modal {
    left: 10px;
    right: 10px;
    top: 10px;
}
.modal-header .close {
    margin: -10px;
    padding: 10px;
}
.carousel-caption {
    position: static;
}
}
@media (max-width: 979px) {
body {
    padding-top: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: static;
}
.navbar-fixed-top {
    margin-bottom: 20px;
}
.navbar-fixed-bottom {
    margin-top: 20px;
}
.navbar-fixed-bottom .navbar-inner, .navbar-fixed-top .navbar-inner {
    padding: 5px;
}
.navbar .container {
    padding: 0;
    width: auto;
}
.navbar .brand {
    margin: 0 0 0 -5px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-collapse {
    clear: both;
}
.nav-collapse .nav {
    float: none;
    margin: 10px 0 4px;
}
.nav-collapse .nav > li {
    float: none;
}
.nav-collapse .nav > li > a {
    margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
    display: none;
}
.nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
}
.nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
    border-radius: 3px;
    color: #777;
    font-weight: 700;
    padding: 9px 15px;
}
.nav-collapse .btn {
    border-radius: 4px;
    font-weight: 400;
    padding: 4px 10px;
}
.nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
}
.nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .nav > li > a:hover {
    background-color: #f2f2f2;
}
.navbar-inverse .nav-collapse .dropdown-menu a, .navbar-inverse .nav-collapse .nav > li > a {
    color: #999;
}
.navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li > a:hover {
    background-color: #111;
}
.nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
}
.nav-collapse .dropdown-menu {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    left: auto;
    margin: 0 15px;
    max-width: none;
    padding: 0;
    position: static;
    top: auto;
}
.nav-collapse .open > .dropdown-menu {
    display: block;
}
.nav-collapse .dropdown-menu .divider, .nav-collapse .dropdown-menu::after, .nav-collapse .dropdown-menu::before, .nav-collapse .nav > li > .dropdown-menu::after, .nav-collapse .nav > li > .dropdown-menu::before {
    display: none;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    float: none;
    margin: 10px 0;
    padding: 10px 15px;
}
.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-bottom-color: #111;
    border-top-color: #111;
}
.navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
}
.nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
}
.navbar .btn-navbar {
    display: block;
}
.navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media not all {
.nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
}
}
.is-customizing .container-fluid, .is-customizing .tc-footer-social-links-wrapper, .is-customizing img {
    transition: width 0.15s ease-in-out 0s, left 0.15s ease-in-out 0s, right 0.15s ease-in-out 0s;
}
.is-customizing h1, .is-customizing h2, .is-customizing h3, .is-customizing h4, .is-customizing h5, .is-customizing h6, .is-customizing p {
    transition: font-size 0.2s ease-in-out 0s, left 0.15s ease-in-out 0s, right 0.15s ease-in-out 0s;
}
@media (max-width: 1200px) {
select {
    width: auto;
}
.carousel .item {
    line-height: 385px;
    min-height: 385px;
    overflow: hidden;
}
#left .round-div {
    left: -77px;
}
.span9.article-container .round-div {
    height: 153px;
    left: -69px;
    top: -59px;
    width: 153px;
}
.span9.article-container .thumb-wrapper img {
    max-width: 250px;
}
.span6.article-container .round-div {
    height: 95px;
    left: -80px;
    top: -82px;
    width: 95px;
}
.menu > li > a {
    font-size: 15px;
    line-height: 20px;
}
.menu > li > ul li a {
    font-size: 12px;
}
}
@media (min-width: 980px) {
.span6 .thumb-position-top .round-div {
    height: 125px;
    left: -33px;
    top: -78px;
    width: 125px;
}
.tc-submenu-fade .nav > li > ul {
    display: block;
    opacity: 0;
    top: 75%;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
}
.tc-submenu-fade .nav li.open > ul, .tc-submenu-fade .tc-hover-menu.nav li:hover > ul {
    opacity: 1;
    top: 95%;
    visibility: visible;
}
.tc-submenu-move .dropdown-menu > li > a {
    transition: all 0.241s ease 0s;
}
.tc-open-on-click .dropdown-submenu:hover > .dropdown-menu {
    display: none;
}
}
@media (max-width: 979px) {
.tc-header .outside {
    display: block;
    text-align: center;
}
.tc-header .brand {
    float: none;
    text-align: center;
    width: 100%;
}
.container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
}
.navbar.resp {
    display: block;
}
.navbar.notresp {
    display: none;
}
.navbar-wrapper.clearfix.span9 {
    margin: 0;
    width: 100%;
}
.navbar-wrapper .navbar {
    float: none;
    width: 100%;
}
.navbar-wrapper .navbar .site-description {
    display: none !important;
}
.navbar-inner .tc-nav-button {
    display: block;
}
.navbar .navbar-inner {
    padding: 0 8px;
    position: relative;
    text-align: center;
}
.nav-collapse, .nav-collapse.collapse {
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 3000;
}
.nav-collapse.collapse .nav {
    display: none;
}
.nav-collapse, .nav-collapse.collapse.in .nav {
    display: block;
}
.nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
    border-radius: 0;
    font-weight: 400;
    margin-bottom: 0;
}
.nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
}
.nav-collapse .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}
.nav-collapse .dropdown-menu li a {
    padding-left: 25px;
}
.nav-collapse .dropdown-menu li li a {
    padding-left: 50px;
}
.nav-collapse .dropdown-menu li li li a {
    padding-left: 75px;
}
.nav-collapse.tc-hover-menu-wrapper {
    width: 100%;
}
.tc-hover-menu.nav ul.dropdown-menu {
    display: block;
}
.tc-hover-menu.nav li {
    position: relative;
    text-align: left;
}
.tc-hover-menu.nav a::after {
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
}
.tc-hover-menu.nav a {
    border-bottom: 1px solid #eee;
}
.tc-hover-menu.nav .caret {
    display: none;
}
.social-block {
    float: left;
}
.social-block.widget {
    float: none;
}
.carousel .item {
    line-height: 309px;
    min-height: 309px;
    overflow: hidden;
}
.featurette {
    height: auto;
    padding: 0;
}
.featurette-image.pull-left, .featurette-image.pull-right {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 40%;
}
.widget-front.hover .round-div, article.hover .tc-thumbnail .round-div {
    cursor: pointer;
    transform: scale(1.3);
}
.widget-front .thumb-wrapper {
    height: 250px;
    max-width: none;
    width: 201px;
}
.widget-front .round-div {
    border: 94px solid #fafafa;
    height: 150px;
    left: -65px;
    top: -44px;
    width: 150px;
}
.thumb-wrapper {
    height: 250px;
    width: 201px;
}
.round-div {
    border: 94px solid #fafafa;
    height: 150px;
    left: -67px;
    top: -49px;
    width: 150px;
}
.span9.article-container .thumb-wrapper {
    left: 13px;
}
.span9.article-container .round-div {
    border: 94px solid #fafafa;
    height: 125px;
    left: -67px;
    top: -38px;
    width: 125px;
}
.span6.article-container .tc-content, .span6.article-container .tc-thumbnail {
    width: 100%;
}
.span6.article-container .round-div {
    left: -48px;
    top: -49px;
}
.thumb-wrapper img {
    max-width: 236px;
    min-height: initial;
    position: relative;
    right: 14px;
    top: 15px;
}
#left .round-div {
    left: -86px;
}
html.cssanimations.csstransitions .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav .dropdown-menu {
    box-shadow: none;
}
.sticky-enabled .brand {
    float: left;
    padding-left: 10px;
    position: relative;
    text-align: left;
    width: 80%;
    z-index: 2;
}
.sticky-enabled .tc-header {
    min-height: 40px;
}
.sticky-enabled .tc-header .outside {
    display: none;
}
.sticky-enabled .navbar .navbar-inner {
    margin: 0;
}
.navbar .btn-navbar {
    display: block;
    margin: 10px 0;
}
.sticky-enabled .navbar-wrapper {
    position: relative;
    z-index: 1;
}
.sticky-enabled .tc-menu-off .btn-navbar {
    display: none;
}
.nav-collapse.collapse, .no-navbar .nav-collapse {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.no-navbar .navbar .navbar-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}
.navbar .navbar-inner .social-block {
    float: left;
    margin: 14px 0 0;
    width: auto !important;
}
.navbar .nav-collapse .dropdown-menu a {
    padding: 3px 5px;
}
.navbar .nav-collapse ul.nav > li li a {
    padding-left: 30px;
}
.navbar .nav-collapse ul.nav > li li li a {
    padding-left: 60px;
}
.dropdown-submenu > a::after {
    content: none;
}
.nav a {
    border-bottom: 1px solid #eee;
}
.nav-collapse, .nav-collapse.collapse {
    overflow-y: scroll;
    width: 100%;
}
.navbar .navbar-inner .nav li {
    position: relative;
    text-align: left;
}
.nav.nav li > ul {
    display: block;
}
.simple-button .navbar .btn-navbar {
    background-color: #fff;
    background-image: none !important;
}
.simple-button .navbar .btn-navbar .icon-bar, .simple-button .navbar .btn-navbar.active, .simple-button .navbar .btn-navbar.disabled, .simple-button .navbar .btn-navbar:active, .simple-button .navbar .btn-navbar:focus, .simple-button .navbar .btn-navbar:hover, .simple-button .navbar .btn-navbar[disabled] {
    background-color: #7f7f7f;
}
.simple-button .navbar .btn-navbar:hover .icon-bar {
    background-color: #fff;
}
button.btn.btn-navbar {
    transition: all 0.1s ease-in-out 0s;
}
}
@media (max-width: 979px) and (min-width: 768px) {
.sticky-enabled .navbar-wrapper {
    float: none;
}
}
@media (max-width: 767px) {
body {
    padding-left: 0;
    padding-right: 0;
}
#main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
h1 {
    font-size: 30.4px;
    line-height: 30.4px;
}
h2 {
    font-size: 25.6px;
    line-height: 25.6px;
}
h3 {
    font-size: 19.2px;
    line-height: 19.2px;
}
h4 {
    font-size: 14.4px;
    line-height: 14.4px;
}
h5 {
    font-size: 11.2px;
    line-height: 11.2px;
}
h6 {
    font-size: 9.6px;
    line-height: 9.6px;
}
.span12.article-container .round-div, .span6.article-container .round-div, .span9.article-container .round-div {
    height: 100px;
    left: -78px;
    top: -46px;
    width: 100px;
}
.span12.article-container .thumb-wrapper img, .span6.article-container .thumb-wrapper img, .span9.article-container .thumb-wrapper img {
    max-width: 190px;
}
.thumb-wrapper {
    height: 200px;
    max-width: 131px;
}
.tc-content .thumb-wrapper img {
    right: 0;
}
#right.widget-area, #right.widget-area::before {
    border-left: 0 none;
}
.navbar-inner {
    margin: -20px;
}
.carousel .item {
    line-height: 308px;
    min-height: 308px;
    overflow: hidden;
}
.item .carousel-caption h1 {
    font-size: 22px;
}
.carousel-caption .btn {
    font-size: 16px;
}
.marketing .span4 + .span4 {
    margin-top: 40px;
}
.featurette-heading {
    font-size: 30px;
}
.featurette .lead {
    font-size: 18px;
    line-height: 1.5;
}
#left .round-div {
    left: -66px;
}
.row-fluid .comment-avatar.span2 {
    float: left;
    margin-right: 2.76243%;
    width: 14.8936%;
}
footer#footer {
    text-align: center;
}
.span6 .thumb-position-top .round-div {
    height: 125px;
    left: -63px;
    top: -59px;
    width: 125px;
}
.span6 .thumb-position-top .thumb-wrapper {
    max-width: none;
}
.site-title {
    font-size: 0.8em;
}
.sticky-enabled .navbar .btn-navbar {
    margin: 9px 0;
}
.featurette-divider.post-list-grid {
    display: none;
}
.tc-post-list-grid .featurette-divider.__after_article {
    display: block;
}
.tc-post-list-grid .entry-summary {
    padding: 5%;
}
.expanded .tc-grid-post figcaption {
    margin-left: 0;
    max-width: none;
}
[class*="grid-cols-"] .tc-grid-post figure {
    height: 225px;
    line-height: 225px;
    max-height: 225px;
}
.tc-post-list-grid article .tc-grid-icon::before, .tc-post-list-grid article.format-quote .tc-grid-icon::before, .tc-post-list-grid article.format-status .tc-grid-icon::before {
    font-size: 60px;
}
}
@media (max-width: 480px) {
.span12.article-container .thumb-wrapper img, .span6.article-container .thumb-wrapper img, .span9.article-container .thumb-wrapper img {
    max-width: 222px;
    right: 14px;
    top: -9px;
}
.span12.article-container .thumb-wrapper, .span6.article-container .thumb-wrapper, .span9.article-container .thumb-wrapper {
    height: 180px;
    left: 0;
}
.tc-content .thumb-wrapper img {
    right: -4px;
}
.thumb-wrapper {
    max-width: 200px;
}
.span12.article-container .round-div, .span6.article-container .round-div, .span9.article-container .round-div {
    height: 125px;
    left: -57px;
    top: -68px;
    width: 125px;
}
.navbar-inner .social-block {
    padding: 5px 0 0;
}
.social-block a {
    padding-right: 10px;
}
.carousel .item {
    line-height: 190px;
    min-height: 190px;
    overflow: hidden;
}
.carousel-caption {
    margin-left: 17%;
    max-height: 130px;
    overflow: hidden;
    padding: 2%;
    position: relative;
}
.item .carousel-caption h1 {
    font-size: 20px;
}
.carousel-caption .btn, .carousel-caption .lead {
    font-size: 13px;
    line-height: 13px;
    max-height: 50px;
    overflow: hidden;
}
.carousel-caption .btn {
    padding: 7px;
}
.tc-carousel-control {
    font-size: 90px;
    height: 32px;
}
.social-block a {
    font-size: 1em;
}
.sticky-enabled .brand .site-title {
    font-size: 0.5em;
    overflow: hidden;
}
.sticky-enabled .brand a, .sticky-enabled .brand h1 {
    margin: 10px 0 0;
}
.navbar-inner .social-block a {
    padding-right: 6px;
}
.tc-g-cont {
    max-height: 80px;
    overflow: hidden;
}
}
@media (max-width: 320px) {
.carousel .item {
    line-height: 140px;
    min-height: 140px;
    overflow: hidden;
}
.carousel-caption {
    padding: 2%;
}
.item .carousel-caption h1 {
    font-size: 16px;
}
.carousel-caption .btn {
    padding: 5px;
}
.social-block a {
    font-size: 0.9em;
}
.navbar .navbar-inner .social-block {
    font-size: 0.95em;
    margin: 10px 0 0;
}
}

/*
 *** STYLE2.CSS ***
 ******************/

.navbar .nav>li>a {
  padding: 8px 8px;
  color:#FFF;
}
.social-block a {
  color:#FFF;
}
.row-fluid .credits{
  display:none;
}
article.page{
background-color:#FFF;
padding :20px;
border: 1px solid #ddd;

  -webkit-box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
  -moz-box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
  box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
}
article#page-15 h1{
#color:#00F;
padding :20px;
}

.round-div{
display: none;

}

.type-ailec_event{
background-color:#FFF;
padding :20px;
border: 1px solid #ddd;

  -webkit-box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
  -moz-box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
  box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
}
.hentry{
background-color:#FFF;
padding :20px;
border: 1px solid #ddd;

  -webkit-box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
  -moz-box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
  box-shadow: 1px 12px 29px 4px rgba(0,0,0,0.32);
}

.navbar .nav>li>a {
color: #777;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
select option[disabled] {
    display: none;
}

/*************
 * TABLE N.1 *
 *************/
table.table1 {
  border-top: 1px solid #DDD;
}
table.table1 td {
  font-size: 12px;
  padding: 5px;
  overflow: hidden;
  word-break: normal;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  color: #444;
}
table.table1 th {
  background-color: #EEE!important;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  overflow: hidden;
  word-break: normal;
}
table.table1 th.italic {
  color: #444;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  padding: 5px;
  text-align: center;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  overflow: hidden;
  word-break: normal;
}

/*************
 * TABLE N.2 *
 *************/
table.table2 {
  border-top: 1px solid #DDD;
}
table.table2 td {
  font-size: 10px;
  padding: 5px;
  overflow: hidden;
  word-break: normal;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  color: #444;
}
table.table2 th {
  /*background-color: #EEE!important;*/
  color: #444;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  overflow: hidden;
  word-break: normal;
}
table.table2 th.italic {
  color: #444;
  font-size: 9px;
  font-weight: bold;
  font-style: italic;
  padding: 5px;
  text-align: center;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  overflow: hidden;
  word-break: normal;
}
