/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

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

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

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

[hidden], template { display: none; }

a { background-color: transparent; }

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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

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

small { font-size: 80%; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

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

figure { margin: 1em 40px; }

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

pre { overflow: auto; }

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

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

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

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

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

input { line-height: normal; }

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

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

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

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

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  select { background: #fff !important; }
  .navbar { display: none; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

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

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

a { color: #337ab7; text-decoration: none; }
a:hover, a:focus { color: #23527c; text-decoration: underline; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

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

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; }
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

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

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

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

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

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

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

p { margin: 0 0 10px; }

.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; }
@media (min-width: 768px) { .lead { font-size: 21px; } }

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

mark, .mark { background-color: #fcf8e3; padding: .2em; }

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

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

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

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

.text-nowrap { white-space: nowrap; }

.text-lowercase { text-transform: lowercase; }

.text-uppercase { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #777777; }

.text-primary { color: #337ab7; }

a.text-primary:hover { color: #286090; }

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

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

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

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

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

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

.text-danger { color: #a94442; }

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

.bg-primary { color: #fff; }

.bg-primary { background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

dl { margin-top: 0; margin-bottom: 20px; }

dt, dd { line-height: 1.42857; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
.dl-horizontal dd:after { clear: both; }
@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; } }

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

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

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857; color: #777777; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address { margin-bottom: 20px; font-style: normal; line-height: 1.42857; }

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

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

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; }

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }

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

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #ddd; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #ddd; }
.table .table { background-color: #fff; }

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

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

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive { overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

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

label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

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

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

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

input[type="range"] { display: block; width: 100%; }

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

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

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857; color: #555555; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] { line-height: 46px; } }
.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

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

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

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

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }

.form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

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

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

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.form-group-sm select.form-control { height: 30px; line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
.form-group-sm .form-control-static { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; }

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

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

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
.form-group-lg select.form-control { height: 46px; line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }
.form-group-lg .form-control-static { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 42.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

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

@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-static { display: inline-block; }
  .form-inline .input-group { display: inline-table; vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  .form-inline .input-group > .form-control { width: 100%; }
  .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.33333px; } }
@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } }

.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
.btn-default .badge { color: #fff; background-color: #333; }

.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #286090; border-color: #204d74; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; }
.btn-primary .badge { color: #337ab7; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }
.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; }
.btn-danger .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #337ab7; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

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

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

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

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

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

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

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }

.collapse { display: none; visibility: hidden; }
.collapse.in { display: block; visibility: visible; }

tr.collapse.in { display: table-row; }

tbody.collapse.in { display: table-row-group; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }

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

.dropup, .dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857; color: #333333; white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }

.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }

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

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

.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857; color: #777777; white-space: nowrap; }

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }

@media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; }
  .navbar-right .dropdown-menu-left { left: 0; right: auto; } }
.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
.nav > li.disabled > a { color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; }
.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }
.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }

.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 4px; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified { width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }
@media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .tab-pane { display: none; visibility: hidden; }
.tab-content > .active { display: block; visibility: visible; }

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

.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }
.navbar:before, .navbar:after { content: " "; display: table; }
.navbar:after { clear: both; }
@media (min-width: 768px) { .navbar { border-radius: 4px; } }

.navbar-header:before, .navbar-header:after { content: " "; display: table; }
.navbar-header:after { clear: both; }
@media (min-width: 768px) { .navbar-header { float: left; } }

.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }
.navbar-collapse:after { clear: both; }
.navbar-collapse.in { overflow-y: auto; }
@media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; visibility: visible !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  .navbar-collapse.in { overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } }

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

.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }
@media (min-width: 768px) { .navbar-static-top { border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }
@media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } }

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

.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }

.navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
.navbar-brand > img { display: block; }
@media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }
.navbar-toggle:focus { outline: 0; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 768px) { .navbar-toggle { display: none; } }

.navbar-nav { margin: 7.5px -15px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
@media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }
@media (min-width: 768px) { .navbar-nav { float: left; margin: 0; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } }

.navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; }
@media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .navbar-form .form-control-static { display: inline-block; }
  .navbar-form .input-group { display: inline-table; vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; }
  .navbar-form .input-group > .form-control { width: 100%; }
  .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback { top: 0; } }
@media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; }
  .navbar-form .form-group:last-child { margin-bottom: 0; } }
@media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } }

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

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

.navbar-btn { margin-top: 8px; margin-bottom: 8px; }
.navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; }
.navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; }

.navbar-text { margin-top: 15px; margin-bottom: 15px; }
@media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } }

@media (min-width: 768px) { .navbar-left { float: left !important; }
  .navbar-right { float: right !important; margin-right: -15px; }
  .navbar-right ~ .navbar-right { margin-right: 0; } }
.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }
.navbar-default .navbar-brand { color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }
.navbar-default .navbar-text { color: #777; }
.navbar-default .navbar-nav > li > a { color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }
.navbar-default .navbar-toggle { border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar { background-color: #888; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }
@media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }
.navbar-default .navbar-link { color: #777; }
.navbar-default .navbar-link:hover { color: #333; }
.navbar-default .btn-link { color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse { background-color: #222; border-color: #090909; }
.navbar-inverse .navbar-brand { color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }
.navbar-inverse .navbar-text { color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a { color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }
.navbar-inverse .navbar-toggle { border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; }
@media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }
.navbar-inverse .navbar-link { color: #9d9d9d; }
.navbar-inverse .navbar-link:hover { color: #fff; }
.navbar-inverse .btn-link { color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }

.footer-menus .footer-menu, .footer-menus .footer-menu-social, #homepage-groups ul { list-style-type: none; margin: 0; padding: 0; }
.footer-menus .footer-menu li, .footer-menus .footer-menu-social li, #homepage-groups ul li { display: inline; line-height: 0; }
.footer-menus .footer-menu li:last-child, .footer-menus .footer-menu-social li:last-child, #homepage-groups ul li:last-child { margin-right: 0; }

#header #header-logo a:link, #header #header-logo a:visited, #header #header-logo a:hover, #header #header-logo a:focus, #header #header-logo a:active, #main-menu a { -webkit-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; display: block; float: left; height: 80px; color: #626672; font-size: 21px; line-height: 80px; text-transform: uppercase; white-space: nowrap; padding: 0 30px; overflow: hidden; cursor: pointer; }
@media (max-width: 991px) { #header #header-logo a:link, #header #header-logo a:visited, #header #header-logo a:hover, #header #header-logo a:focus, #header #header-logo a:active, #main-menu a { font-size: 16px; padding: 0 15px; } }
#header #header-logo a:link:before, #header #header-logo a:visited:before, #header #header-logo a:hover:before, #header #header-logo a:focus:before, #header #header-logo a:active:before, #main-menu a:before { position: relative; top: 2px; }
#header #header-logo a.is-active:link, #header #header-logo a.is-active:visited, #header #header-logo a.is-active:hover, #header #header-logo a.is-active:focus, #header #header-logo a.is-active:active, #main-menu a.is-active { color: #4a4a4a; }
#header #header-logo a:hover, #main-menu a:hover, #header #header-logo a:focus, #main-menu a:focus, #header #header-logo a:active, #main-menu a:active, .current-menu-item #header #header-logo a:link, #header #header-logo .current-menu-item a:link, .current-menu-item #header #header-logo a:visited, #header #header-logo .current-menu-item a:visited, .current-menu-item #header #header-logo a:hover, #header #header-logo .current-menu-item a:hover, .current-menu-item #header #header-logo a:focus, #header #header-logo .current-menu-item a:focus, .current-menu-item #header #header-logo a:active, #header #header-logo .current-menu-item a:active, .current-menu-item #main-menu a, #main-menu .current-menu-item a, .current_page_item #header #header-logo a:link, #header #header-logo .current_page_item a:link, .current_page_item #header #header-logo a:visited, #header #header-logo .current_page_item a:visited, .current_page_item #header #header-logo a:hover, #header #header-logo .current_page_item a:hover, .current_page_item #header #header-logo a:focus, #header #header-logo .current_page_item a:focus, .current_page_item #header #header-logo a:active, #header #header-logo .current_page_item a:active, .current_page_item #main-menu a, #main-menu .current_page_item a { text-decoration: none; background: #4a4a4a; color: #fff; }

a:link, a:visited { color: brand-primary; }
a:hover, a:focus, a:active { text-decoration: none; outline: 0; }

img { max-width: 100%; height: auto; }

iframe, object, embed { max-width: 100%; max-height: 100%; line-height: 0; border: none !important; }

@media (max-width: 768px) { .container { padding-left: 60px; padding-right: 60px; } }

body { font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif; font-size: 16px; letter-spacing: -0.02em; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 { font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif; font-weight: 600; color: #4a4a4a; }

p, ol, ul, dl { font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif; font-size: 16px; color: #626672; }

li { margin-bottom: 15px; }

a { -webkit-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; }

@font-face { font-family: 'ceaf-icomoon'; src: url("../fonts/ceaf-icomoon.eot?-ci2kwg"); src: url("../fonts/ceaf-icomoon.eot?#iefix-ci2kwg") format("embedded-opentype"), url("../fonts/ceaf-icomoon.woff?-ci2kwg") format("woff"), url("../fonts/ceaf-icomoon.ttf?-ci2kwg") format("truetype"), url("../fonts/ceaf-icomoon.svg?-ci2kwg#ceaf-icomoon") format("svg"); font-weight: normal; font-style: normal; }
[class^="ceaf-icon-"], [class*="ceaf-icon-"] { font-family: 'ceaf-icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.ceaf-icon-heart:before { content: "\f004"; }

.ceaf-icon-star:before { content: "\f005"; }

.ceaf-icon-star-o:before { content: "\f006"; }

.ceaf-icon-user:before { content: "\f007"; }

.ceaf-icon-film:before { content: "\f008"; }

.ceaf-icon-th-large:before { content: "\f009"; }

.ceaf-icon-th:before { content: "\f00a"; }

.ceaf-icon-th-list:before { content: "\f00b"; }

.ceaf-icon-check:before { content: "\f00c"; }

.ceaf-icon-close:before { content: "\f00d"; }

.ceaf-icon-search-plus:before { content: "\f00e"; }

.ceaf-icon-search-minus:before { content: "\f010"; }

.ceaf-icon-power-off:before { content: "\f011"; }

.ceaf-icon-signal:before { content: "\f012"; }

.ceaf-icon-cog:before { content: "\f013"; }

.ceaf-icon-trash-o:before { content: "\f014"; }

.ceaf-icon-home:before { content: "\f015"; }

.ceaf-icon-file-o:before { content: "\f016"; }

.ceaf-icon-clock-o:before { content: "\f017"; }

.ceaf-icon-road:before { content: "\f018"; }

.ceaf-icon-download:before { content: "\f019"; }

.ceaf-icon-arrow-circle-o-down:before { content: "\f01a"; }

.ceaf-icon-arrow-circle-o-up:before { content: "\f01b"; }

.ceaf-icon-inbox:before { content: "\f01c"; }

.ceaf-icon-play-circle-o:before { content: "\f01d"; }

.ceaf-icon-repeat:before { content: "\f01e"; }

.ceaf-icon-refresh:before { content: "\f021"; }

.ceaf-icon-list-alt:before { content: "\f022"; }

.ceaf-icon-lock:before { content: "\f023"; }

.ceaf-icon-flag:before { content: "\f024"; }

.ceaf-icon-headphones:before { content: "\f025"; }

.ceaf-icon-volume-off:before { content: "\f026"; }

.ceaf-icon-volume-down:before { content: "\f027"; }

.ceaf-icon-volume-up:before { content: "\f028"; }

.ceaf-icon-qrcode:before { content: "\f029"; }

.ceaf-icon-barcode:before { content: "\f02a"; }

.ceaf-icon-tag:before, .sidebar .widget_categories a:before, .news-loop-category:before, .news-loop-tag:before { content: "\f02b"; }

.ceaf-icon-tags:before { content: "\f02c"; }

.ceaf-icon-book:before { content: "\f02d"; }

.ceaf-icon-bookmark:before { content: "\f02e"; }

.ceaf-icon-print:before { content: "\f02f"; }

.ceaf-icon-camera:before { content: "\f030"; }

.ceaf-icon-font:before { content: "\f031"; }

.ceaf-icon-bold:before { content: "\f032"; }

.ceaf-icon-italic:before { content: "\f033"; }

.ceaf-icon-text-height:before { content: "\f034"; }

.ceaf-icon-text-width:before { content: "\f035"; }

.ceaf-icon-align-left:before { content: "\f036"; }

.ceaf-icon-align-center:before { content: "\f037"; }

.ceaf-icon-align-right:before { content: "\f038"; }

.ceaf-icon-align-justify:before { content: "\f039"; }

.ceaf-icon-list:before { content: "\f03a"; }

.ceaf-icon-dedent:before { content: "\f03b"; }

.ceaf-icon-indent:before { content: "\f03c"; }

.ceaf-icon-video-camera:before { content: "\f03d"; }

.ceaf-icon-image:before { content: "\f03e"; }

.ceaf-icon-pencil:before { content: "\f040"; }

.ceaf-icon-map-marker:before { content: "\f041"; }

.ceaf-icon-adjust:before { content: "\f042"; }

.ceaf-icon-tint:before { content: "\f043"; }

.ceaf-icon-edit:before { content: "\f044"; }

.ceaf-icon-share-square-o:before { content: "\f045"; }

.ceaf-icon-check-square-o:before { content: "\f046"; }

.ceaf-icon-arrows:before { content: "\f047"; }

.ceaf-icon-step-backward:before { content: "\f048"; }

.ceaf-icon-fast-backward:before { content: "\f049"; }

.ceaf-icon-backward:before { content: "\f04a"; }

.ceaf-icon-play:before { content: "\f04b"; }

.ceaf-icon-pause:before { content: "\f04c"; }

.ceaf-icon-stop:before { content: "\f04d"; }

.ceaf-icon-forward:before { content: "\f04e"; }

.ceaf-icon-fast-forward:before { content: "\f050"; }

.ceaf-icon-step-forward:before { content: "\f051"; }

.ceaf-icon-eject:before { content: "\f052"; }

.ceaf-icon-chevron-left:before { content: "\f053"; }

.ceaf-icon-chevron-right:before { content: "\f054"; }

.ceaf-icon-plus-circle:before { content: "\f055"; }

.ceaf-icon-minus-circle:before { content: "\f056"; }

.ceaf-icon-times-circle:before { content: "\f057"; }

.ceaf-icon-check-circle:before { content: "\f058"; }

.ceaf-icon-question-circle:before { content: "\f059"; }

.ceaf-icon-info-circle:before { content: "\f05a"; }

.ceaf-icon-crosshairs:before { content: "\f05b"; }

.ceaf-icon-times-circle-o:before { content: "\f05c"; }

.ceaf-icon-check-circle-o:before { content: "\f05d"; }

.ceaf-icon-ban:before { content: "\f05e"; }

.ceaf-icon-arrow-left:before { content: "\f060"; }

.ceaf-icon-arrow-right:before { content: "\f061"; }

.ceaf-icon-arrow-up:before { content: "\f062"; }

.ceaf-icon-arrow-down:before { content: "\f063"; }

.ceaf-icon-mail-forward:before { content: "\f064"; }

.ceaf-icon-expand:before { content: "\f065"; }

.ceaf-icon-compress:before { content: "\f066"; }

.ceaf-icon-plus:before { content: "\f067"; }

.ceaf-icon-minus:before { content: "\f068"; }

.ceaf-icon-asterisk:before { content: "\f069"; }

.ceaf-icon-exclamation-circle:before { content: "\f06a"; }

.ceaf-icon-gift:before { content: "\f06b"; }

.ceaf-icon-leaf:before { content: "\f06c"; }

.ceaf-icon-fire:before { content: "\f06d"; }

.ceaf-icon-eye:before { content: "\f06e"; }

.ceaf-icon-eye-slash:before { content: "\f070"; }

.ceaf-icon-exclamation-triangle:before { content: "\f071"; }

.ceaf-icon-plane:before { content: "\f072"; }

.ceaf-icon-calendar:before { content: "\f073"; }

.ceaf-icon-random:before { content: "\f074"; }

.ceaf-icon-comment:before { content: "\f075"; }

.ceaf-icon-magnet:before { content: "\f076"; }

.ceaf-icon-chevron-up:before { content: "\f077"; }

.ceaf-icon-chevron-down:before { content: "\f078"; }

.ceaf-icon-retweet:before { content: "\f079"; }

.ceaf-icon-shopping-cart:before { content: "\f07a"; }

.ceaf-icon-folder:before { content: "\f07b"; }

.ceaf-icon-folder-open:before { content: "\f07c"; }

.ceaf-icon-arrows-v:before { content: "\f07d"; }

.ceaf-icon-arrows-h:before { content: "\f07e"; }

.ceaf-icon-bar-chart:before { content: "\f080"; }

.ceaf-icon-twitter-square:before { content: "\f081"; }

.ceaf-icon-facebook-square:before { content: "\f082"; }

.ceaf-icon-camera-retro:before { content: "\f083"; }

.ceaf-icon-key:before { content: "\f084"; }

.ceaf-icon-cogs:before { content: "\f085"; }

.ceaf-icon-comments:before { content: "\f086"; }

.ceaf-icon-thumbs-o-up:before { content: "\f087"; }

.ceaf-icon-thumbs-o-down:before { content: "\f088"; }

.ceaf-icon-star-half:before { content: "\f089"; }

.ceaf-icon-heart-o:before { content: "\f08a"; }

.ceaf-icon-sign-out:before { content: "\f08b"; }

.ceaf-icon-linkedin-square:before { content: "\f08c"; }

.ceaf-icon-thumb-tack:before { content: "\f08d"; }

.ceaf-icon-external-link:before { content: "\f08e"; }

.ceaf-icon-sign-in:before { content: "\f090"; }

.ceaf-icon-trophy:before { content: "\f091"; }

.ceaf-icon-github-square:before { content: "\f092"; }

.ceaf-icon-upload:before { content: "\f093"; }

.ceaf-icon-lemon-o:before { content: "\f094"; }

.ceaf-icon-phone:before { content: "\f095"; }

.ceaf-icon-square-o:before { content: "\f096"; }

.ceaf-icon-bookmark-o:before { content: "\f097"; }

.ceaf-icon-phone-square:before { content: "\f098"; }

.ceaf-icon-twitter:before { content: "\f099"; }

.ceaf-icon-facebook:before { content: "\f09a"; }

.ceaf-icon-github:before { content: "\f09b"; }

.ceaf-icon-unlock:before { content: "\f09c"; }

.ceaf-icon-credit-card:before { content: "\f09d"; }

.ceaf-icon-rss:before { content: "\f09e"; }

.ceaf-icon-hdd-o:before { content: "\f0a0"; }

.ceaf-icon-bullhorn:before { content: "\f0a1"; }

.ceaf-icon-bell-o:before { content: "\f0a2"; }

.ceaf-icon-certificate:before { content: "\f0a3"; }

.ceaf-icon-hand-o-right:before { content: "\f0a4"; }

.ceaf-icon-hand-o-left:before { content: "\f0a5"; }

.ceaf-icon-hand-o-up:before { content: "\f0a6"; }

.ceaf-icon-hand-o-down:before { content: "\f0a7"; }

.ceaf-icon-arrow-circle-left:before { content: "\f0a8"; }

.ceaf-icon-arrow-circle-right:before { content: "\f0a9"; }

.ceaf-icon-arrow-circle-up:before { content: "\f0aa"; }

.ceaf-icon-arrow-circle-down:before { content: "\f0ab"; }

.ceaf-icon-globe:before { content: "\f0ac"; }

.ceaf-icon-wrench:before { content: "\f0ad"; }

.ceaf-icon-tasks:before { content: "\f0ae"; }

.ceaf-icon-filter:before { content: "\f0b0"; }

.ceaf-icon-briefcase:before { content: "\f0b1"; }

.ceaf-icon-arrows-alt:before { content: "\f0b2"; }

.ceaf-icon-group:before { content: "\f0c0"; }

.ceaf-icon-chain:before { content: "\f0c1"; }

.ceaf-icon-cloud:before { content: "\f0c2"; }

.ceaf-icon-flask:before { content: "\f0c3"; }

.ceaf-icon-cut:before { content: "\f0c4"; }

.ceaf-icon-copy:before { content: "\f0c5"; }

.ceaf-icon-paperclip:before { content: "\f0c6"; }

.ceaf-icon-floppy-o:before { content: "\f0c7"; }

.ceaf-icon-square:before { content: "\f0c8"; }

.ceaf-icon-bars:before { content: "\f0c9"; }

.ceaf-icon-list-ul:before { content: "\f0ca"; }

.ceaf-icon-list-ol:before { content: "\f0cb"; }

.ceaf-icon-strikethrough:before { content: "\f0cc"; }

.ceaf-icon-underline:before { content: "\f0cd"; }

.ceaf-icon-table:before { content: "\f0ce"; }

.ceaf-icon-magic:before { content: "\f0d0"; }

.ceaf-icon-truck:before { content: "\f0d1"; }

.ceaf-icon-pinterest:before { content: "\f0d2"; }

.ceaf-icon-pinterest-square:before { content: "\f0d3"; }

.ceaf-icon-google-plus-square:before { content: "\f0d4"; }

.ceaf-icon-google-plus:before { content: "\f0d5"; }

.ceaf-icon-money:before { content: "\f0d6"; }

.ceaf-icon-caret-down:before, #group-page-topics .page-section-title a[aria-expanded=false] .icon:before { content: "\f0d7"; }

.ceaf-icon-caret-up:before, #group-page-topics .page-section-title a[aria-expanded=true] .icon:before { content: "\f0d8"; }

.ceaf-icon-caret-left:before { content: "\f0d9"; }

.ceaf-icon-caret-right:before { content: "\f0da"; }

.ceaf-icon-columns:before { content: "\f0db"; }

.ceaf-icon-sort:before { content: "\f0dc"; }

.ceaf-icon-sort-desc:before { content: "\f0dd"; }

.ceaf-icon-sort-asc:before { content: "\f0de"; }

.ceaf-icon-envelope:before { content: "\f0e0"; }

.ceaf-icon-linkedin:before { content: "\f0e1"; }

.ceaf-icon-rotate-left:before { content: "\f0e2"; }

.ceaf-icon-gavel:before { content: "\f0e3"; }

.ceaf-icon-dashboard:before { content: "\f0e4"; }

.ceaf-icon-comment-o:before { content: "\f0e5"; }

.ceaf-icon-comments-o:before { content: "\f0e6"; }

.ceaf-icon-bolt:before { content: "\f0e7"; }

.ceaf-icon-sitemap:before { content: "\f0e8"; }

.ceaf-icon-umbrella:before { content: "\f0e9"; }

.ceaf-icon-clipboard:before { content: "\f0ea"; }

.ceaf-icon-lightbulb-o:before { content: "\f0eb"; }

.ceaf-icon-exchange:before { content: "\f0ec"; }

.ceaf-icon-cloud-download:before { content: "\f0ed"; }

.ceaf-icon-cloud-upload:before { content: "\f0ee"; }

.ceaf-icon-user-md:before { content: "\f0f0"; }

.ceaf-icon-stethoscope:before { content: "\f0f1"; }

.ceaf-icon-suitcase:before { content: "\f0f2"; }

.ceaf-icon-bell:before { content: "\f0f3"; }

.ceaf-icon-coffee:before { content: "\f0f4"; }

.ceaf-icon-cutlery:before { content: "\f0f5"; }

.ceaf-icon-file-text-o:before { content: "\f0f6"; }

.ceaf-icon-building-o:before { content: "\f0f7"; }

.ceaf-icon-hospital-o:before { content: "\f0f8"; }

.ceaf-icon-ambulance:before { content: "\f0f9"; }

.ceaf-icon-medkit:before { content: "\f0fa"; }

.ceaf-icon-fighter-jet:before { content: "\f0fb"; }

.ceaf-icon-beer:before { content: "\f0fc"; }

.ceaf-icon-h-square:before { content: "\f0fd"; }

.ceaf-icon-plus-square:before { content: "\f0fe"; }

.ceaf-icon-angle-double-left:before { content: "\f100"; }

.ceaf-icon-angle-double-right:before { content: "\f101"; }

.ceaf-icon-angle-double-up:before { content: "\f102"; }

.ceaf-icon-angle-double-down:before { content: "\f103"; }

.ceaf-icon-angle-left:before { content: "\f104"; }

.ceaf-icon-angle-right:before { content: "\f105"; }

.ceaf-icon-angle-up:before { content: "\f106"; }

.ceaf-icon-angle-down:before { content: "\f107"; }

.ceaf-icon-desktop:before { content: "\f108"; }

.ceaf-icon-laptop:before { content: "\f109"; }

.ceaf-icon-tablet:before { content: "\f10a"; }

.ceaf-icon-mobile:before { content: "\f10b"; }

.ceaf-icon-circle-o:before { content: "\f10c"; }

.ceaf-icon-quote-left:before { content: "\f10d"; }

.ceaf-icon-quote-right:before { content: "\f10e"; }

.ceaf-icon-spinner:before { content: "\f110"; }

.ceaf-icon-circle:before { content: "\f111"; }

.ceaf-icon-mail-reply:before { content: "\f112"; }

.ceaf-icon-github-alt:before { content: "\f113"; }

.ceaf-icon-folder-o:before { content: "\f114"; }

.ceaf-icon-folder-open-o:before { content: "\f115"; }

.ceaf-icon-smile-o:before { content: "\f118"; }

.ceaf-icon-frown-o:before { content: "\f119"; }

.ceaf-icon-meh-o:before { content: "\f11a"; }

.ceaf-icon-gamepad:before { content: "\f11b"; }

.ceaf-icon-keyboard-o:before { content: "\f11c"; }

.ceaf-icon-flag-o:before { content: "\f11d"; }

.ceaf-icon-flag-checkered:before { content: "\f11e"; }

.ceaf-icon-terminal:before { content: "\f120"; }

.ceaf-icon-code:before { content: "\f121"; }

.ceaf-icon-mail-reply-all:before { content: "\f122"; }

.ceaf-icon-star-half-empty:before { content: "\f123"; }

.ceaf-icon-location-arrow:before { content: "\f124"; }

.ceaf-icon-crop:before { content: "\f125"; }

.ceaf-icon-code-fork:before { content: "\f126"; }

.ceaf-icon-chain-broken:before { content: "\f127"; }

.ceaf-icon-question:before { content: "\f128"; }

.ceaf-icon-info:before { content: "\f129"; }

.ceaf-icon-exclamation:before { content: "\f12a"; }

.ceaf-icon-superscript:before { content: "\f12b"; }

.ceaf-icon-subscript:before { content: "\f12c"; }

.ceaf-icon-eraser:before { content: "\f12d"; }

.ceaf-icon-puzzle-piece:before { content: "\f12e"; }

.ceaf-icon-microphone:before { content: "\f130"; }

.ceaf-icon-microphone-slash:before { content: "\f131"; }

.ceaf-icon-shield:before { content: "\f132"; }

.ceaf-icon-calendar-o:before { content: "\f133"; }

.ceaf-icon-fire-extinguisher:before { content: "\f134"; }

.ceaf-icon-rocket:before { content: "\f135"; }

.ceaf-icon-maxcdn:before { content: "\f136"; }

.ceaf-icon-chevron-circle-left:before { content: "\f137"; }

.ceaf-icon-chevron-circle-right:before { content: "\f138"; }

.ceaf-icon-chevron-circle-up:before { content: "\f139"; }

.ceaf-icon-chevron-circle-down:before { content: "\f13a"; }

.ceaf-icon-html5:before { content: "\f13b"; }

.ceaf-icon-css3:before { content: "\f13c"; }

.ceaf-icon-anchor:before { content: "\f13d"; }

.ceaf-icon-unlock-alt:before { content: "\f13e"; }

.ceaf-icon-bullseye:before { content: "\f140"; }

.ceaf-icon-ellipsis-h:before { content: "\f141"; }

.ceaf-icon-ellipsis-v:before { content: "\f142"; }

.ceaf-icon-rss-square:before { content: "\f143"; }

.ceaf-icon-play-circle:before { content: "\f144"; }

.ceaf-icon-ticket:before { content: "\f145"; }

.ceaf-icon-minus-square:before { content: "\f146"; }

.ceaf-icon-minus-square-o:before { content: "\f147"; }

.ceaf-icon-level-up:before { content: "\f148"; }

.ceaf-icon-level-down:before { content: "\f149"; }

.ceaf-icon-check-square:before { content: "\f14a"; }

.ceaf-icon-pencil-square:before { content: "\f14b"; }

.ceaf-icon-external-link-square:before { content: "\f14c"; }

.ceaf-icon-share-square:before { content: "\f14d"; }

.ceaf-icon-compass:before { content: "\f14e"; }

.ceaf-icon-caret-square-o-down:before { content: "\f150"; }

.ceaf-icon-caret-square-o-up:before { content: "\f151"; }

.ceaf-icon-caret-square-o-right:before { content: "\f152"; }

.ceaf-icon-eur:before { content: "\f153"; }

.ceaf-icon-gbp:before { content: "\f154"; }

.ceaf-icon-dollar:before { content: "\f155"; }

.ceaf-icon-inr:before { content: "\f156"; }

.ceaf-icon-cny:before { content: "\f157"; }

.ceaf-icon-rouble:before { content: "\f158"; }

.ceaf-icon-krw:before { content: "\f159"; }

.ceaf-icon-bitcoin:before { content: "\f15a"; }

.ceaf-icon-file:before { content: "\f15b"; }

.ceaf-icon-file-text:before { content: "\f15c"; }

.ceaf-icon-sort-alpha-asc:before { content: "\f15d"; }

.ceaf-icon-sort-alpha-desc:before { content: "\f15e"; }

.ceaf-icon-sort-amount-asc:before { content: "\f160"; }

.ceaf-icon-sort-amount-desc:before { content: "\f161"; }

.ceaf-icon-sort-numeric-asc:before { content: "\f162"; }

.ceaf-icon-sort-numeric-desc:before { content: "\f163"; }

.ceaf-icon-thumbs-up:before { content: "\f164"; }

.ceaf-icon-thumbs-down:before { content: "\f165"; }

.ceaf-icon-youtube-square:before { content: "\f166"; }

.ceaf-icon-youtube:before { content: "\f167"; }

.ceaf-icon-xing:before { content: "\f168"; }

.ceaf-icon-xing-square:before { content: "\f169"; }

.ceaf-icon-youtube-play:before { content: "\f16a"; }

.ceaf-icon-dropbox:before { content: "\f16b"; }

.ceaf-icon-stack-overflow:before { content: "\f16c"; }

.ceaf-icon-instagram:before { content: "\f16d"; }

.ceaf-icon-flickr:before { content: "\f16e"; }

.ceaf-icon-adn:before { content: "\f170"; }

.ceaf-icon-bitbucket:before { content: "\f171"; }

.ceaf-icon-bitbucket-square:before { content: "\f172"; }

.ceaf-icon-tumblr:before { content: "\f173"; }

.ceaf-icon-tumblr-square:before { content: "\f174"; }

.ceaf-icon-long-arrow-down:before { content: "\f175"; }

.ceaf-icon-long-arrow-up:before { content: "\f176"; }

.ceaf-icon-long-arrow-left:before { content: "\f177"; }

.ceaf-icon-long-arrow-right:before { content: "\f178"; }

.ceaf-icon-apple:before { content: "\f179"; }

.ceaf-icon-windows:before { content: "\f17a"; }

.ceaf-icon-android:before { content: "\f17b"; }

.ceaf-icon-linux:before { content: "\f17c"; }

.ceaf-icon-dribbble:before { content: "\f17d"; }

.ceaf-icon-skype:before { content: "\f17e"; }

.ceaf-icon-foursquare:before { content: "\f180"; }

.ceaf-icon-trello:before { content: "\f181"; }

.ceaf-icon-female:before { content: "\f182"; }

.ceaf-icon-male:before { content: "\f183"; }

.ceaf-icon-gittip:before { content: "\f184"; }

.ceaf-icon-sun-o:before { content: "\f185"; }

.ceaf-icon-moon-o:before { content: "\f186"; }

.ceaf-icon-archive:before { content: "\f187"; }

.ceaf-icon-bug:before { content: "\f188"; }

.ceaf-icon-vk:before { content: "\f189"; }

.ceaf-icon-weibo:before { content: "\f18a"; }

.ceaf-icon-renren:before { content: "\f18b"; }

.ceaf-icon-pagelines:before { content: "\f18c"; }

.ceaf-icon-stack-exchange:before { content: "\f18d"; }

.ceaf-icon-arrow-circle-o-right:before { content: "\f18e"; }

.ceaf-icon-arrow-circle-o-left:before { content: "\f190"; }

.ceaf-icon-caret-square-o-left:before { content: "\f191"; }

.ceaf-icon-dot-circle-o:before { content: "\f192"; }

.ceaf-icon-wheelchair:before { content: "\f193"; }

.ceaf-icon-vimeo-square:before { content: "\f194"; }

.ceaf-icon-try:before { content: "\f195"; }

.ceaf-icon-plus-square-o:before { content: "\f196"; }

.ceaf-icon-space-shuttle:before { content: "\f197"; }

.ceaf-icon-slack:before { content: "\f198"; }

.ceaf-icon-envelope-square:before { content: "\f199"; }

.ceaf-icon-wordpress:before { content: "\f19a"; }

.ceaf-icon-openid:before { content: "\f19b"; }

.ceaf-icon-bank:before { content: "\f19c"; }

.ceaf-icon-graduation-cap:before { content: "\f19d"; }

.ceaf-icon-yahoo:before { content: "\f19e"; }

.ceaf-icon-google:before { content: "\f1a0"; }

.ceaf-icon-reddit:before { content: "\f1a1"; }

.ceaf-icon-reddit-square:before { content: "\f1a2"; }

.ceaf-icon-stumbleupon-circle:before { content: "\f1a3"; }

.ceaf-icon-stumbleupon:before { content: "\f1a4"; }

.ceaf-icon-delicious:before { content: "\f1a5"; }

.ceaf-icon-digg:before { content: "\f1a6"; }

.ceaf-icon-pied-piper:before { content: "\f1a7"; }

.ceaf-icon-pied-piper-alt:before { content: "\f1a8"; }

.ceaf-icon-drupal:before { content: "\f1a9"; }

.ceaf-icon-joomla:before { content: "\f1aa"; }

.ceaf-icon-language:before { content: "\f1ab"; }

.ceaf-icon-fax:before { content: "\f1ac"; }

.ceaf-icon-building:before { content: "\f1ad"; }

.ceaf-icon-child:before { content: "\f1ae"; }

.ceaf-icon-paw:before { content: "\f1b0"; }

.ceaf-icon-spoon:before { content: "\f1b1"; }

.ceaf-icon-cube:before { content: "\f1b2"; }

.ceaf-icon-cubes:before { content: "\f1b3"; }

.ceaf-icon-behance:before { content: "\f1b4"; }

.ceaf-icon-behance-square:before { content: "\f1b5"; }

.ceaf-icon-steam:before { content: "\f1b6"; }

.ceaf-icon-steam-square:before { content: "\f1b7"; }

.ceaf-icon-recycle:before { content: "\f1b8"; }

.ceaf-icon-automobile:before { content: "\f1b9"; }

.ceaf-icon-cab:before { content: "\f1ba"; }

.ceaf-icon-tree:before { content: "\f1bb"; }

.ceaf-icon-spotify:before { content: "\f1bc"; }

.ceaf-icon-deviantart:before { content: "\f1bd"; }

.ceaf-icon-soundcloud:before { content: "\f1be"; }

.ceaf-icon-database:before { content: "\f1c0"; }

.ceaf-icon-file-pdf-o:before { content: "\f1c1"; }

.ceaf-icon-file-word-o:before { content: "\f1c2"; }

.ceaf-icon-file-excel-o:before { content: "\f1c3"; }

.ceaf-icon-file-powerpoint-o:before { content: "\f1c4"; }

.ceaf-icon-file-image-o:before { content: "\f1c5"; }

.ceaf-icon-file-archive-o:before { content: "\f1c6"; }

.ceaf-icon-file-audio-o:before { content: "\f1c7"; }

.ceaf-icon-file-movie-o:before { content: "\f1c8"; }

.ceaf-icon-file-code-o:before { content: "\f1c9"; }

.ceaf-icon-vine:before { content: "\f1ca"; }

.ceaf-icon-codepen:before { content: "\f1cb"; }

.ceaf-icon-jsfiddle:before { content: "\f1cc"; }

.ceaf-icon-life-bouy:before { content: "\f1cd"; }

.ceaf-icon-circle-o-notch:before { content: "\f1ce"; }

.ceaf-icon-ra:before { content: "\f1d0"; }

.ceaf-icon-empire:before { content: "\f1d1"; }

.ceaf-icon-git-square:before { content: "\f1d2"; }

.ceaf-icon-git:before { content: "\f1d3"; }

.ceaf-icon-hacker-news:before { content: "\f1d4"; }

.ceaf-icon-tencent-weibo:before { content: "\f1d5"; }

.ceaf-icon-qq:before { content: "\f1d6"; }

.ceaf-icon-wechat:before { content: "\f1d7"; }

.ceaf-icon-paper-plane:before { content: "\f1d8"; }

.ceaf-icon-paper-plane-o:before { content: "\f1d9"; }

.ceaf-icon-history:before { content: "\f1da"; }

.ceaf-icon-circle-thin:before { content: "\f1db"; }

.ceaf-icon-header:before { content: "\f1dc"; }

.ceaf-icon-paragraph:before { content: "\f1dd"; }

.ceaf-icon-sliders:before { content: "\f1de"; }

.ceaf-icon-share-alt:before { content: "\f1e0"; }

.ceaf-icon-share-alt-square:before { content: "\f1e1"; }

.ceaf-icon-bomb:before { content: "\f1e2"; }

.ceaf-icon-futbol-o:before { content: "\f1e3"; }

.ceaf-icon-tty:before { content: "\f1e4"; }

.ceaf-icon-binoculars:before { content: "\f1e5"; }

.ceaf-icon-plug:before { content: "\f1e6"; }

.ceaf-icon-slideshare:before { content: "\f1e7"; }

.ceaf-icon-twitch:before { content: "\f1e8"; }

.ceaf-icon-yelp:before { content: "\f1e9"; }

.ceaf-icon-newspaper-o:before { content: "\f1ea"; }

.ceaf-icon-wifi:before { content: "\f1eb"; }

.ceaf-icon-calculator:before { content: "\f1ec"; }

.ceaf-icon-paypal:before { content: "\f1ed"; }

.ceaf-icon-google-wallet:before { content: "\f1ee"; }

.ceaf-icon-cc-visa:before { content: "\f1f0"; }

.ceaf-icon-cc-mastercard:before { content: "\f1f1"; }

.ceaf-icon-cc-discover:before { content: "\f1f2"; }

.ceaf-icon-cc-amex:before { content: "\f1f3"; }

.ceaf-icon-cc-paypal:before { content: "\f1f4"; }

.ceaf-icon-cc-stripe:before { content: "\f1f5"; }

.ceaf-icon-bell-slash:before { content: "\f1f6"; }

.ceaf-icon-bell-slash-o:before { content: "\f1f7"; }

.ceaf-icon-trash:before { content: "\f1f8"; }

.ceaf-icon-copyright:before { content: "\f1f9"; }

.ceaf-icon-at:before { content: "\f1fa"; }

.ceaf-icon-eyedropper:before { content: "\f1fb"; }

.ceaf-icon-paint-brush:before { content: "\f1fc"; }

.ceaf-icon-birthday-cake:before { content: "\f1fd"; }

.ceaf-icon-area-chart:before { content: "\f1fe"; }

.ceaf-icon-pie-chart:before { content: "\f200"; }

.ceaf-icon-line-chart:before { content: "\f201"; }

.ceaf-icon-lastfm:before { content: "\f202"; }

.ceaf-icon-lastfm-square:before { content: "\f203"; }

.ceaf-icon-toggle-off:before { content: "\f204"; }

.ceaf-icon-toggle-on:before { content: "\f205"; }

.ceaf-icon-bicycle:before { content: "\f206"; }

.ceaf-icon-bus:before { content: "\f207"; }

.ceaf-icon-ioxhost:before { content: "\f208"; }

.ceaf-icon-angellist:before { content: "\f209"; }

.ceaf-icon-cc:before { content: "\f20a"; }

.ceaf-icon-ils:before { content: "\f20b"; }

.ceaf-icon-meanpath:before { content: "\f20c"; }

.ceaf-btn { padding: 6px 12px; font-size: 12px; line-height: 1.42857; border-radius: 0; }
.ceaf-btn:hover, .ceaf-btn:active, .ceaf-btn:focus { -webkit-box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.2); box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.2); }

.ceaf-btn-lg { padding: 15px 40px; font-size: 18px; line-height: 18px; border-radius: 0; font-weight: 600; }
.ceaf-btn-lg:hover, .ceaf-btn-lg:active, .ceaf-btn-lg:focus { -webkit-box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.2); box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.2); }

.ceaf-btn-green { color: #fff; background-color: #99bb00; border-color: #99bb00; }
.ceaf-btn-green:hover, .ceaf-btn-green:focus, .ceaf-btn-green.focus, .ceaf-btn-green:active, .ceaf-btn-green.active, .open > .ceaf-btn-green.dropdown-toggle { color: #fff; background-color: #6f8800; border-color: #677e00; }
.ceaf-btn-green:active, .ceaf-btn-green.active, .open > .ceaf-btn-green.dropdown-toggle { background-image: none; }
.ceaf-btn-green.disabled, .ceaf-btn-green.disabled:hover, .ceaf-btn-green.disabled:focus, .ceaf-btn-green.disabled.focus, .ceaf-btn-green.disabled:active, .ceaf-btn-green.disabled.active, .ceaf-btn-green[disabled], .ceaf-btn-green[disabled]:hover, .ceaf-btn-green[disabled]:focus, .ceaf-btn-green[disabled].focus, .ceaf-btn-green[disabled]:active, .ceaf-btn-green[disabled].active, fieldset[disabled] .ceaf-btn-green, fieldset[disabled] .ceaf-btn-green:hover, fieldset[disabled] .ceaf-btn-green:focus, fieldset[disabled] .ceaf-btn-green.focus, fieldset[disabled] .ceaf-btn-green:active, fieldset[disabled] .ceaf-btn-green.active { background-color: #99bb00; border-color: #99bb00; }
.ceaf-btn-green .badge { color: #99bb00; background-color: #fff; }

.ceaf-btn-blue { color: #fff; background-color: #00bbff; border-color: #00bbff; }
.ceaf-btn-blue:hover, .ceaf-btn-blue:focus, .ceaf-btn-blue.focus, .ceaf-btn-blue:active, .ceaf-btn-blue.active, .open > .ceaf-btn-blue.dropdown-toggle { color: #fff; background-color: #0096cc; border-color: #008ec2; }
.ceaf-btn-blue:active, .ceaf-btn-blue.active, .open > .ceaf-btn-blue.dropdown-toggle { background-image: none; }
.ceaf-btn-blue.disabled, .ceaf-btn-blue.disabled:hover, .ceaf-btn-blue.disabled:focus, .ceaf-btn-blue.disabled.focus, .ceaf-btn-blue.disabled:active, .ceaf-btn-blue.disabled.active, .ceaf-btn-blue[disabled], .ceaf-btn-blue[disabled]:hover, .ceaf-btn-blue[disabled]:focus, .ceaf-btn-blue[disabled].focus, .ceaf-btn-blue[disabled]:active, .ceaf-btn-blue[disabled].active, fieldset[disabled] .ceaf-btn-blue, fieldset[disabled] .ceaf-btn-blue:hover, fieldset[disabled] .ceaf-btn-blue:focus, fieldset[disabled] .ceaf-btn-blue.focus, fieldset[disabled] .ceaf-btn-blue:active, fieldset[disabled] .ceaf-btn-blue.active { background-color: #00bbff; border-color: #00bbff; }
.ceaf-btn-blue .badge { color: #00bbff; background-color: #fff; }

body { position: relative; }

#header { position: fixed; width: 100%; background: rgba(255, 255, 255, 0.95); z-index: 10; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02); }
@media (max-width: 1199px) { #header { position: relative; } }
#header .header-inner { margin-left: -15px; margin-right: -15px; height: 80px; }
#header .header-inner:before, #header .header-inner:after { content: " "; display: table; }
#header .header-inner:after { clear: both; }
#header #header-logo { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 1200px) { #header #header-logo { float: left; width: 16.66667%; } }
#header #main-menu { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; margin: 0; padding: 0; }
@media (min-width: 1200px) { #header #main-menu { float: left; width: 83.33333%; } }
#header #header-logo { color: #303234; margin: 0; }
#header #header-logo a:link, #header #header-logo a:visited, #header #header-logo a:hover, #header #header-logo a:focus, #header #header-logo a:active { font-size: 21px; letter-spacing: .5em; background: transparent; color: #303234; padding: 0; }

#header .header-inner { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: transparent; border: none; border-color: transparent; margin-bottom: 0; }
#header .navbar-toggle { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: none; border-color: transparent; margin: 30px 15px 0 0; padding: 0; }
#header .navbar-toggle:hover, #header .navbar-toggle:focus { background-color: transparent; }
#header .navbar-toggle .icon-bar { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background-color: #626672; height: 3px; width: 20px; }

#main-menu { margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; border: none; }
#main-menu ul { margin: 0; padding: 0; float: right; font-size: 0; text-align: right; }
#main-menu li { display: inline-block; line-height: 0; margin: 0; }
#main-menu a { font-size: 14px; font-weight: 600; }
#main-menu .fa-item a:hover, #main-menu .fa-item a:focus, #main-menu .fa-item a:active, #main-menu .fa-item.current-menu-item a, #main-menu .fa-item.current_page_item a { background: #00bbff !important; }
#main-menu .lacs-item a:hover, #main-menu .lacs-item a:focus, #main-menu .lacs-item a:active, #main-menu .lacs-item.current-menu-item a, #main-menu .lacs-item.current_page_item a { background: #99bb00 !important; }
@media (max-width: 1199px) { #main-menu { background: #303234; margin-bottom: 30px; padding: 0 !important; }
  #main-menu li { display: block; text-align: left; }
  #main-menu li > a { margin: 0; padding: 0; width: 100%; float: none; padding: 0 15px; } }

@media (max-width: 1199px) { .navbar-header { float: none; }
  .navbar-toggle { display: block; }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-nav { float: none !important; }
  .navbar-nav > li { float: none; }
  .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
  .navbar-text { float: none; margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { display: block !important; }
  .collapsing { overflow: hidden !important; } }
#main .main-inner { margin-left: -15px; margin-right: -15px; }
#main .main-inner:before, #main .main-inner:after { content: " "; display: table; }
#main .main-inner:after { clear: both; }
#main .is-full-width .content { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
#main .has-sidebar .content { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; padding-right: 60px; }
@media (min-width: 768px) { #main .has-sidebar .content { float: left; width: 66.66667%; } }
#main .has-sidebar .sidebar { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { #main .has-sidebar .sidebar { float: left; width: 33.33333%; } }
#main .has-sidebar.on-the-left .content { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; padding-left: 60px; }
@media (min-width: 768px) { #main .has-sidebar.on-the-left .content { float: left; width: 66.66667%; } }
@media (min-width: 768px) { #main .has-sidebar.on-the-left .content { left: 33.33333%; } }
#main .has-sidebar.on-the-left .sidebar { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { #main .has-sidebar.on-the-left .sidebar { float: left; width: 33.33333%; } }
@media (min-width: 768px) { #main .has-sidebar.on-the-left .sidebar { right: 66.66667%; } }

.content .content-inner { margin-left: -15px; margin-right: -15px; }
.content .content-inner:before, .content .content-inner:after { content: " "; display: table; }
.content .content-inner:after { clear: both; }
.content .content-column-full { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .content .content-column-full { float: left; width: 100%; } }
.content .content-column-small { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .content .content-column-small { float: left; width: 33.33333%; } }
.content .content-column-large { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .content .content-column-large { float: left; width: 66.66667%; } }
.content .content-column-half { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .content .content-column-half { float: left; width: 50%; } }

.sidebar a:link, .sidebar a:visited { color: #303234; }
.sidebar a:hover, .sidebar a:focus, .sidebar a:active { color: #626672; }
.sidebar .widget { margin: 0; padding: 0; margin-bottom: 30px; padding: 30px; background-color: #f0f2f5; }
.sidebar .widget .widget-title { color: #b0b4be; font-size: 20px; font-weight: 400; margin: 0 0 15px; }
.sidebar .widget p { color: #626672; font-size: 14px; margin-bottom: 15px; }
.sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget li { font-size: 14px; margin-bottom: 15px; }
.sidebar .widget li:last-child { margin-bottom: 0; }
.sidebar .widget li a { color: #626672; }
.sidebar .widget_search input[type="search"] { border: 0; border-radius: 0; height: 30px; font-weight: 400; padding: 0 15px; }
.sidebar .widget_search button[type="submit"], .sidebar .widget_search input[type="submit"] { display: inline-block; height: 30px; font-weight: 600; margin-left: -4px; padding: 0 12px; color: #fff; background: #99bb00; border: 0; }
.sidebar .widget_categories li { display: inline-block; margin: 0 10px 10px 0; }
.sidebar .widget_categories a { -webkit-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #fff; display: block; padding: 2px 8px; }
.sidebar .widget_categories a:before { font-family: 'ceaf-icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }
.sidebar .widget_categories a:before { -webkit-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; font-size: .7em; margin-right: 8px; color: #b0b4be; }
.sidebar .widget_categories a:link, .sidebar .widget_categories a:visited { color: #b0b4be; }
.sidebar .widget_categories a:hover, .sidebar .widget_categories a:focus, .sidebar .widget_categories a:active { color: #626672; }
.sidebar .widget_categories a:hover:before, .sidebar .widget_categories a:focus:before, .sidebar .widget_categories a:active:before { color: #626672; }
.sidebar .is-archive-list li a { text-decoration: underline; }

.footer-main { background: #282828; padding: 60px 0; }
.footer-main a:link, .footer-main a:visited { color: #b0b4be; }
.footer-main a:hover, .footer-main a:focus, .footer-main a:active { color: #fff; }
.footer-main .footer-main-inner { margin-left: -15px; margin-right: -15px; }
.footer-main .footer-main-inner:before, .footer-main .footer-main-inner:after { content: " "; display: table; }
.footer-main .footer-main-inner:after { clear: both; }
.footer-main .widget { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .footer-main .widget { float: left; width: 25%; } }
.footer-main .widget.widget_text { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .footer-main .widget.widget_text { float: left; width: 50%; } }
.footer-main .widget-title { color: #fff; margin: 0 0 30px; text-transform: uppercase; }
.footer-main .widget-content, .footer-main .widget_nav_menu { color: #fff; font-size: 12px; }
.footer-main .widget-content ul, .footer-main .widget_nav_menu ul { list-style: none; margin: 0; padding: 0; }
.footer-main .widget-content ul li, .footer-main .widget_nav_menu ul li { border-bottom: 1px solid #333; padding: 10px 0; }
.footer-main .widget-content ul li:first-child, .footer-main .widget_nav_menu ul li:first-child { border-top: 1px solid #333; }
.footer-main .widget-content ul a, .footer-main .widget_nav_menu ul a { color: #fff; }
.footer-main .widget-content ul.social-links li, .footer-main .widget_nav_menu ul.social-links li { border: none; display: block; float: left; margin-left: 15px; padding: 0; }
.footer-main .widget-content ul.social-links li:first-child, .footer-main .widget_nav_menu ul.social-links li:first-child { margin-left: 0; }
.footer-main .footer-main { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .footer-main .footer-main { float: left; width: 50%; } }

.footer-credits { color: #C6C6C6; font-size: 12px; padding: 30px 0; }
.footer-credits a:link, .footer-credits a:visited { color: #303234; }
.footer-credits a:hover, .footer-credits a:focus, .footer-credits a:active { color: #626672; }
.footer-credits .footer-credits-inner { margin-left: -15px; margin-right: -15px; }
.footer-credits .footer-credits-inner:before, .footer-credits .footer-credits-inner:after { content: " "; display: table; }
.footer-credits .footer-credits-inner:after { clear: both; }
.footer-credits .footer-copyright { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .footer-credits .footer-copyright { float: left; width: 50%; } }
.footer-credits .footer-copyright p { margin: 0; }
.footer-credits .footer-author { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; text-align: right; }
@media (min-width: 768px) { .footer-credits .footer-author { float: left; width: 50%; } }
.footer-credits .footer-author p { margin: 0; }

.footer-menus ul { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.footer-menus .footer-menu { float: left; }
.footer-menus .footer-menu-social { text-align: right; }

.default-page { padding-top: 140px; padding-bottom: 60px; }
@media (max-width: 1199px) { .default-page { padding-top: 60px; } }
.default-page > * + * { padding-top: 60px; }
.default-page > .cover + *, .default-page > .default-page-title + * { padding-top: 60px; }
.default-page .default-page-title { font-size: 38px; font-weight: 600; text-align: center; text-transform: uppercase; margin: 0 auto; color: #303234; }

.page-section .page-section-inner { margin-left: -15px; margin-right: -15px; }
.page-section .page-section-inner:before, .page-section .page-section-inner:after { content: " "; display: table; }
.page-section .page-section-inner:after { clear: both; }
.page-section .page-section-column { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .page-section .page-section-column { float: left; width: 50%; } }
.page-section .page-section-title { margin: 0; padding: 0; font-size: 12px; font-weight: 600; text-transform: uppercase; margin-bottom: 30px; color: #b0b4be; }
.page-section .page-content-title { margin: 0; padding: 0; color: #4a4a4a; font-size: 42px; font-weight: 600; margin-bottom: 30px; }

#single-post .page-section { padding-top: 120px; }
#single-post .single-post-body { padding-bottom: 60px; border-bottom: 1px solid #f0f2f5; }
#single-post .single-post-body .alignright, #single-post .single-post-body .alignleft { margin-bottom: .7em; margin-top: .7em; }
#single-post .entry-title { color: #303234; font-size: 36px; margin-top: 0; margin-bottom: 15px; }
#single-post .entry-meta { font-size: 14px; color: #b0b4be; margin-bottom: 15px; }
#single-post .entry-meta a { color: #b0b4be; }
#single-post .entry-content { font-size: 16px; color: #626672; }

.gallery-item { width: 95px !important; height: 95px; overflow: hidden; margin-right: 30px; margin-left: 0; }

.sidebar-title { font-size: 20px; font-weight: 400; color: #b0b4be; }

.sidebar-related-link { font-size: 14px; }

.cover { margin-top: -140px; padding-top: 140px; padding-bottom: 60px; }
.cover h1 { margin: 0; padding: 0; font-size: 42px; letter-spacing: -0.02em; }
.cover p { font-size: 18px; letter-spacing: -0.02em; color: #fff; }

.news-loop .news-loop-post { margin-left: -15px; margin-right: -15px; margin-bottom: 60px; }
.news-loop .news-loop-post:before, .news-loop .news-loop-post:after { content: " "; display: table; }
.news-loop .news-loop-post:after { clear: both; }
.news-loop .news-loop-thumbnail { position: relative; float: left; width: 16.66667%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.news-loop .news-loop-text { position: relative; float: left; width: 83.33333%; min-height: 1px; padding-left: 15px; padding-right: 15px; padding-left: 15px; }
.news-loop .news-loop-text > * { margin: 0; }
.news-loop .news-loop-text > * + * { margin-top: 15px; }

.news-loop-title { font-size: 32px; letter-spacing: -0.02em; line-height: 1.1; font-weight: 600; margin-top: 0; }
.news-loop-title a:link, .news-loop-title a:visited { color: #303234; }
.news-loop-title a:hover, .news-loop-title a:focus, .news-loop-title a:active { color: #626672; }
.is-featured .news-loop-title { font-size: 32px; }

.news-loop-meta { font-size: 14px; line-height: 2; font-weight: 400; color: #b0b4be; }
.news-loop-meta * { margin-right: 4px; }
.news-loop-meta a:link, .news-loop-meta a:visited { color: #626672; }
.news-loop-meta a:hover, .news-loop-meta a:focus, .news-loop-meta a:active { color: #4a4a4a; }

.news-loop-meta-box { background: #f0f2f5; margin-top: 15px; padding: 30px; }
.news-loop-meta-box * { margin: 0; }
.news-loop-meta-box * + * { margin-top: 8px; }
.news-loop-meta-box *:last-child { margin-bottom: 0; }
.news-loop-meta-box small { margin: 0; padding: 0; color: #b0b4be; margin-right: 12px; }

.news-loop-category, .news-loop-tag { -webkit-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 13px; font-weight: 400; word-break: keep-all; white-space: nowrap; border: 1px solid #f0f2f5; padding: 2px 8px; }
.news-loop-category:before, .news-loop-tag:before { font-family: 'ceaf-icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }
.news-loop-category:before, .news-loop-tag:before { -webkit-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; font-size: .7em; margin-right: 8px; color: #b0b4be; }
.news-loop-category:link, .news-loop-category:visited, .news-loop-tag:link, .news-loop-tag:visited { color: #b0b4be; }
.news-loop-category:hover, .news-loop-category:focus, .news-loop-category:active, .news-loop-tag:hover, .news-loop-tag:focus, .news-loop-tag:active { color: #626672; }
.news-loop-category:hover:before, .news-loop-category:focus:before, .news-loop-category:active:before, .news-loop-tag:hover:before, .news-loop-tag:focus:before, .news-loop-tag:active:before { color: #626672; }

.news-loop-excerpt { font-size: 21px; line-height: 1.4; color: #626672; }
.news-loop-excerpt.is-abstract p { font-size: 14px; }

.news-loop-more { font-size: 18px; font-weight: 600; color: #303234; }

@media (min-width: 767px) { .sidebar .events-loop { padding-left: 60px; border-left: 1px solid #f0f2f5; } }
.events-loop .page-section-title { margin-left: 0; }
.events-loop .events-loop-item + * { margin-top: 60px; }
.events-loop .events-loop-item * { margin: 0; padding: 0; }
.events-loop .events-loop-item * a:link, .events-loop .events-loop-item * a:visited { color: #303234; }
.events-loop .events-loop-item * a:hover, .events-loop .events-loop-item * a:focus, .events-loop .events-loop-item * a:active { color: #626672; }
.events-loop .events-loop-item * + * { margin-top: 15px; }
.events-loop .event-date { margin: 0; padding: 0; font-size: 18px; line-height: 1; font-weight: 400; }
.events-loop .events-loop-day { font-size: 32px; font-weight: 600; }
.events-loop .event-meta { line-height: 1; color: #b0b4be; }
.events-loop .event-meta .event-time { margin-right: 30px; }
.events-loop .event-title { font-size: 24px; letter-spacing: -0.02em; line-height: 1.1; font-weight: 600; }
.events-loop .event-title a:link, .events-loop .event-title a:visited { color: #303234; }
.events-loop .event-title a:hover, .events-loop .event-title a:focus, .events-loop .event-title a:active { color: #626672; }
.events-loop .events-loop-more { font-size: 18px; font-weight: 600; color: #303234; padding-top: 60px; }

.members-grid { margin-left: -15px; margin-right: -15px; }
.members-grid:before, .members-grid:after { content: " "; display: table; }
.members-grid:after { clear: both; }
.members-grid .members-grid-title { position: relative; font-size: 12px; letter-spacing: 4px; text-align: center; text-transform: uppercase; background: #fff; color: #C6C6C6; margin: 0 0 60px; }
.members-grid .members-grid-title::before { position: absolute; top: 6px; left: 0; width: 35%; border-top: 1px solid #f0f2f5; content: ""; }
.members-grid .members-grid-title::after { position: absolute; top: 6px; right: 0; width: 35%; border-top: 1px solid #f0f2f5; content: ""; }
.members-grid .members-grid-item { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; text-align: center; }
@media (min-width: 768px) { .members-grid .members-grid-item { float: left; width: 25%; } }
@media (max-width: 768px) { .members-grid .members-grid-item { margin-bottom: 60px; } }
.members-grid .members-grid-thumbnail { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 70px; height: 70px; text-align: center; overflow: hidden; margin-left: auto; margin-bottom: 15px; margin-right: auto; }
.members-grid .members-grid-thumbnail img { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); max-width: 100%; height: auto; }
.members-grid .members-grid-name, .members-grid .members-grid-place, .members-grid .members-grid-position, .members-grid .members-grid-social-networks { margin: 0 0 4px; }
.members-grid .members-grid-name { font-size: 21px; font-weight: 600; color: #303234; }
.members-grid .members-grid-place { font-size: 16px; font-weight: 400; color: #626672; }
.members-grid .members-grid-position { font-size: 16px; font-weight: 400; color: #b0b4be; }
.members-grid .members-grid-social-networks { margin: 0; padding: 0; list-style-type: none; list-style: none; }
.members-grid .members-grid-social-networks, .members-grid .members-grid-social-networks li { margin: 0; padding: 0; display: inline; }
.members-grid .members-grid-social-networks li { margin: 0; padding: 0; font-size: 12px; line-height: 1; vertical-align: middle; }
.members-grid .members-grid-social-networks li + * { margin-left: 15px; }
.members-grid .members-grid-social-networks li a { color: #b0b4be; }
.members-grid .members-grid-social-networks li a:hover, .members-grid .members-grid-social-networks li a:focus { color: #4a4a4a; }
.members-grid.is-horizontal .members-grid-item { position: relative; float: left; width: 83.33333%; min-height: 1px; padding-left: 15px; padding-right: 15px; margin-left: 8.33333%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; height: 150px; text-align: left; }
@media (min-width: 768px) { .members-grid.is-horizontal .members-grid-item { float: left; width: 50%; } }
@media (min-width: 768px) { .members-grid.is-horizontal .members-grid-item { margin-left: 0%; } }
@media (min-width: 992px) { .members-grid.is-horizontal .members-grid-item { float: left; width: 33.33333%; } }
@media (min-width: 992px) { .members-grid.is-horizontal .members-grid-item { margin-left: 0%; } }
@media (max-width: 768px) { .members-grid.is-horizontal .members-grid-item { margin-bottom: 15px; } }
.members-grid.is-horizontal .members-grid-item:nth-child(3n+1):nth-last-child(-n+3), .members-grid.is-horizontal .members-grid-item:nth-child(3n+1):nth-last-child(-n+3) ~ .members-grid-item { margin-bottom: 0; }
.members-grid.is-horizontal .members-grid-thumbnail { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); float: left; margin-right: 15px; }
.members-grid.is-horizontal .members-grid-info { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); float: left; }
.members-grid.is-horizontal .members-grid-name { font-size: 16px; }
.members-grid.is-horizontal .members-grid-place, .members-grid.is-horizontal .members-grid-position { font-size: 12px; }
.members-grid.is-affiliate { text-align: center; }
.members-grid.is-affiliate .members-grid-item { text-align: center; float: none; width: 22.36%; display: inline-block; vertical-align: top; padding-left: 1.36%; padding-right: 1.36%; }
.members-grid.is-affiliate .members-grid-thumbnail { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; width: 150px; margin: 0 auto 15px; }
.members-grid.is-affiliate .members-grid-name { font-size: 16px; font-weight: 400; color: #626672; margin: 0 0 15px; }

#homepage-cover { background: url("../images/home-cover/ceafel-home-cover.jpg"); }
#homepage-cover .homepage-cover-inner { width: 100%; }
@media (min-width: 991px) { #homepage-cover .homepage-cover-inner { width: 80%; } }
#homepage-cover h1 { margin: 0; padding: 0; color: #fff; font-size: 41px; margin-bottom: 60px; }
#homepage-cover p { color: #fff; font-size: 21px; color: rgba(255, 255, 255, 0.9); }
#homepage-cover .homepage-cover-item { position: relative; z-index: 1; }

#homepage-groups { margin: 60px 0 0; z-index: 1; }
#homepage-groups li:first-child { margin-right: 15px; }
#homepage-groups .homepage-groups-button { display: block; width: 100%; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-align: center; text-transform: uppercase; background: transparent; color: #fff; margin: 0; padding: 30px 30px; overflow: hidden; }
@media (min-width: 991px) { #homepage-groups .homepage-groups-button { display: inline-block; width: auto; } }
#homepage-groups .homepage-groups-button.is-fa { background: rgba(0, 187, 255, 0.9); }
#homepage-groups .homepage-groups-button.is-fa:hover, #homepage-groups .homepage-groups-button.is-fa:focus, #homepage-groups .homepage-groups-button.is-fa:active { background: rgba(0, 187, 255, 0.5); }
#homepage-groups .homepage-groups-button.is-lacs { background: rgba(153, 187, 0, 0.9); }
#homepage-groups .homepage-groups-button.is-lacs:hover, #homepage-groups .homepage-groups-button.is-lacs:focus, #homepage-groups .homepage-groups-button.is-lacs:active { background: rgba(153, 187, 0, 0.5); }

#homepage-sponsors .members-grid-item { margin: 0 auto; float: none; }

#group-page-cover { position: relative; }
#group-page-cover .group-page-cover-inner { width: 75%; }
#group-page-cover .group-page-cover-title { color: #fff; font-size: 60px; margin-bottom: 30px; }
#group-page-cover .group-page-cover-description { width: 85%; color: #fff; font-size: 18px; color: rgba(255, 255, 255, 0.9); }

#group-page-lacs .cover { background-color: #99bb00; }
#group-page-fa .cover { background-color: #00bbff; }

#group-page-topics #research-topics-accordion { padding-bottom: 30px; border-bottom: 1px solid #f0f2f5; }
#group-page-topics .page-section-title { margin: 0; padding: 0; font-size: 20px; font-weight: normal; }
#group-page-topics .page-section-title a { color: #b0b4be; }
#group-page-topics .page-section-title a .icon { font-size: .7em; margin-left: 15px; }
#group-page-topics .page-section-title a[aria-expanded=true] .icon:before { font-family: 'ceaf-icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }
#group-page-topics .page-section-title a[aria-expanded=false] .icon:before { font-family: 'ceaf-icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }
#group-page-topics .page-section-column { margin-top: 30px; }
#group-page-topics dt { font-size: 21px; font-weight: normal; color: #303234; margin: 0; }
#group-page-topics dd { font-size: 16px; color: #b0b4be; margin-left: 0; margin-bottom: 30px; padding-top: 15px; }

#contacts-page { padding-bottom: 0; }
#contacts-page .content-column-large { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { #contacts-page .content-column-large { float: left; width: 58.33333%; } }
@media (min-width: 768px) { #contacts-page .content-column-large { left: 8.33333%; } }

.contacts-page-content .contacts-page-info { list-style: none; margin: 15px 0 0; padding: 0; }
.contacts-page-content .contacts-page-info li { line-height: 1; margin-bottom: 15px; }
.contacts-page-content .contacts-page-info li:before, .contacts-page-content .contacts-page-info li:after { content: " "; display: table; }
.contacts-page-content .contacts-page-info li:after { clear: both; }
.contacts-page-content .contacts-page-info a { color: #626672; }
.contacts-page-content .contacts-page-info i { float: left; width: 16px; font-size: 14px; line-height: 16px; text-align: center; margin-right: 15px; color: #b0b4be; }
.contacts-page-content .contacts-page-info .contacts-info-address { float: left; }
.contacts-page-content .social-links { list-style: none; margin: 60px 0 0; padding: 0; }
.contacts-page-content .social-links li { margin: 0; padding: 0; display: inline-block; margin-left: 15px; }
.contacts-page-content .social-links li a { margin: 0; padding: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; display: block; height: 42px; width: 42px; line-height: 42px; text-align: center; vertical-align: middle; background-color: #f0f2f5; color: #4a4a4a; }
.contacts-page-content .social-links li a:hover, .contacts-page-content .social-links li a:active, .contacts-page-content .social-links li a:focus { background-color: #b0b4be; color: #303234; }
.contacts-page-content .social-links li:first-child { margin-left: 0; }

#contacts-page-form .wpcf7-not-valid-tip, #contacts-page-form .wpcf7-validation-errors { border: 1px solid transparent; display: block; font-size: 14px; padding: 10px 15px; }
#contacts-page-form .wpcf7-validation-errors { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; margin: 0; }
#contacts-page-form .wpcf7-not-valid-tip { background-color: #f2dede; color: #a94442; }
#contacts-page-form input[type="text"], #contacts-page-form input[type="email"], #contacts-page-form input[type="number"], #contacts-page-form textarea { -webkit-box-shadow: none; box-shadow: none; -webkit-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; height: 50px; font-size: 18px; padding: 6px 12px; background-color: #f0f2f5; color: #626672; border: 1px solid #f0f2f5; border-radius: 0; }
#contacts-page-form input[type="text"]:focus, #contacts-page-form input[type="email"]:focus, #contacts-page-form input[type="number"]:focus, #contacts-page-form textarea:focus { background-color: white; border: 1px solid #f0f2f5; }
#contacts-page-form textarea { height: 230px; resize: vertical; }
#contacts-page-form input[type="submit"] { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; background-color: #99bb00; border: none; color: #fff; cursor: pointer; display: inline-block; font-size: 24px; font-weight: 600; padding: 15px 60px; text-align: center; text-shadow: none; vertical-align: middle; }
#contacts-page-form .note { color: #626672; display: block; margin-top: 15px; }

#contacts-page-map { margin-top: 120px; }
#contacts-page-map iframe { width: 100%; }

#media-content { margin-bottom: 30px; }
