@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,700");
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/* makes the font 33% larger relative to the icon container */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.container:after, .modules-apoios:after, .home-page .categs ul:after, .twp-contact:after, .row:after, .panel-body:after, .menuid-146 blockquote:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.main-center ul, .main-center ul ul {
  list-style: disc;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}
.main-center ul ul {
  margin-bottom: 0;
}
.main-center ol, .main-center ol ol {
  list-style: decimal;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}
.main-center ol ol {
  margin-bottom: 0;
}
.list-style-none {
  list-style: none !important;
  padding-left: 0 !important;
}
.navicon {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1002;
  padding: 8px 7px;
  background-color: #ef9f5a;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.navicon .icon-bar {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  background-color: #fff;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
}
.navicon .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navicon.on .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}
.navicon.on .icon-bar:nth-child(2) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.on .icon-bar:nth-child(3) {
  visibility: hidden;
}
.page-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}
.page-faded .page-fade {
  opacity: 1;
  pointer-events: all;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #444;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 25px;
  margin-top: 0;
  font-weight: 500;
  color: #ef9f5a;
}
h2 {
  font-size: 22px;
  font-weight: 500;
  color: #ef9f5a;
}
h3 {
  font-size: 19px;
  font-weight: 500;
  color: #ef9f5a;
}
h4 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
  text-transform: uppercase;
}
h2:first-child, h3:first-child {
  margin-top: 0;
}
h1 small, h2 small, h3 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
p {
  margin: 0 0 10px;
}
p.big {
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 1.4;
}
a {
  background: transparent;
  color: #ef9f5a;
  text-decoration: none;
}
.point a:hover, a:focus {
  color: #e67716;
  text-decoration: underline;
}
a:active, a:focus, .point a:hover {
  outline: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
}
dl {
  margin: 0 0 30px;
}
dl dt {
  margin: 0;
}
dl dd {
  margin: 0;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a img, :link img, :visited img {
  border: none;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
  margin-bottom: 20px;
}
td, th {
  padding: 0;
  text-align: left;
}
i, em {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}
.small, small {
  font-size: 85%;
}
.big, big {
  font-size: 115%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
iframe {
  border: none;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
cite {
  font-style: normal;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  border: 0;
  margin: 20px 0;
  border-top: 1px solid ;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input, button, select, textarea, optgroup {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}
button, input, select[multiple], textarea {
  background-image: none;
}
button, select {
  text-transform: none;
}
input {
  line-height: normal;
}
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[type="checkbox"], input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  /* IE8-9 */
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple], select[size] {
  height: auto;
}
select optgroup {
  font-weight: bold;
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
.fld-row {
  margin-bottom: 7.5px;
}
label {
  display: inline-block;
}
label[for] {
  cursor: pointer;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: inline-block;
  max-width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  opacity: 0.9;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  opacity: 1;
  outline: none;
  border-color: #888;
}
select[disabled], textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], select[readonly], textarea[readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="date"][readonly], input[type="month"][readonly], input[type="time"][readonly], input[type="week"][readonly], input[type="number"][readonly], input[type="email"][readonly], input[type="url"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="color"][readonly], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #eee;
}
.input-block, .twp-contact input, .twp-contact textarea {
  display: block;
  width: 100%;
}
.input-mini, .input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .search-info select {
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
select[multiple], textarea {
  overflow: auto;
  height: auto !important;
}
button {
  overflow: visible;
}
select {
  -webkit-appearance: none;
  position: relative;
}
select:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.5em solid transparent;
  border-top-color: rgba(0, 0, 0, .9);
  z-index: 99999;
}
.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label, .checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.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="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #a2a2a2;
  border-radius: 3px;
}
.input-group-addon.input-sm, .input-group-sm > .form-control.input-group-addon, .input-group-sm > .input-group-addon.input-group-addon, .input-group-sm > .input-group-btn > .btn.input-group-addon, .search-info select.input-group-addon {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg > .form-control.input-group-addon, .input-group-lg > .input-group-addon.input-group-addon, .input-group-lg > .input-group-btn > .btn.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .button, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .button, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-with-btn-over {
  position: relative;
}
.input-with-btn-over button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn {
  display: inline-block;
  max-width: 100%;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.point .btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-bold {
  font-size: 18px;
  padding: 3px 13px;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  font-size: 0.9em;
  position: relative;
  padding-left: 2.5em;
}
.point .btn-fb:hover, .btn-fb:focus, .btn-fb:active, .btn-fb.active {
  color: #fff;
  background-color: #30487b;
  border-color: #2a3f6c;
}
.btn-fb:before {
  margin-right: 0.3333em;
}
.btn-fb:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 1.4em;
  vertical-align: sub;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-size: 0.9em;
}
.point .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-primary {
  color: #fff;
  background-color: #ef9f5a;
  border-color: #ed9143;
  font-size: 0.9em;
}
.point .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #eb8935;
  border-color: #dd7215;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  font-size: 0.9em;
}
.point .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  font-size: 0.9em;
}
.point .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 0.9em;
}
.point .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  font-size: 0.9em;
}
.point .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-link {
  color: #ef9f5a;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #e67716;
  text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 6px;
}
.btn-sm, .btn-xs {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.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%;
}
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1001px) {
  .container {
    max-width: 1140px;
  }
}
.modules-apoios, .home-page .categs ul, .twp-contact, .row {
  margin: 0 -15px;
}
.modules-apoios .parceiros-institucionais, .modules-apoios .apoios-institucionais, .modules-apoios .sponsors, .modules-apoios .media-partners, .home-page .categs li, .twp-contact #twp-contact-before, .twp-contact #twp-contact-after, .twp-contact #twp-contact-form, .col {
  position: relative;
  float: left;
  min-height: 1px;
  width: 100%;
  padding: 0 15px;
}
.breadcrumb {
  padding: 7.5px 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
  font-size: 11px;
  color: rgba(0, 0, 0, .4);
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li:before {
  content: "›";
  padding: 0 5px;
}
.breadcrumb a {
  color: rgba(0, 0, 0, .6);
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ef9f5a;
  border-radius: 3px;
}
.panel.tab-content {
  border-top: none;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.nav {
  text-align: left;
}
.nav a {
  display: block;
  padding: 6px 10px;
  color: #444;
}
.nav ul {
  font-size: 0.9em;
}
.nav ul li a {
  color: #eee !important;
}
.point .nav a:hover {
  text-decoration: none;
}
.point .nav ul a:hover {
  background-color: #eee;
  text-decoration: none;
}
.nav-tabs {
  font-size: 0;
  border-bottom: 1px solid #ef9f5a;
}
.nav-tabs li {
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  font-weight: 300;
}
.nav-tabs li a {
  display: block;
  padding: 0.5em 1em;
  background-color: #f3f3f3;
  color: #777;
  border-radius: 3px 3px 0 0;
}
.nav-tabs li a:focus, .nav-tabs li a:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  color: #444;
}
.nav-tabs li.active a {
  background-color: #ef9f5a;
  color: #fff;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
@media (max-width: 600px) {
  .nav-tabs {
    display: none;
  }
  .tab-content .tab-pane {
    display: block !important;
  }
  .box-collateral h2 {
    display: block;
  }
}
.modal {
  display: none;
}
.responsiveIframe {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  margin: 30px 0;
}
.responsiveIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsiveIframe.res-16-9 {
  /* 16:9 */
  padding-bottom: 56.25%;
}
.pagination {
  display: inline-block;
  padding-left: 0 !important;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 10px;
  line-height: 1.42857;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ef9f5a;
  border-color: #ef9f5a;
  cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
@media screen and (max-width: 950px) {
  .offCanvasToggle {
    display: inline-block;
  }
  .offCanvasRight {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    max-width: 90%;
    z-index: 1001;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 55px 20px 0;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .offCanvasRight .container {
    padding: 0 0 55px;
    max-width: none;
  }
  .offCanvasRightOn .offCanvasRight {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (min-width: 601px) {
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .hidden-sm {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  iframe, video, audio, .hidden-print {
    display: none !important;
  }
}
.jmodedit {
  display: none !important;
  /* !- Search Results Page */
}
.search-input {
  margin: 15px 0;
}
.search-info {
  font-size: 12px;
  margin: 15px 0;
}
.search-results {
  padding-top: 15px;
  /* !- Word Highlight */
}
.search-results .search-result {
  margin-bottom: 30px;
}
.search-results .result-title {
  margin-bottom: 15px;
}
.search-results .result-body {
  font-size: 0.9em;
}
.search-results .result-details {
  color: #777;
  margin-top: -15px;
}
.search-results .result-details span {
  display: inline-block;
  margin-right: 0.5em;
}
.search-results .result-details span + span:before {
  content: "/";
  display: inline-block;
  margin-right: 0.5em;
}
.highlight {
  font-weight: bold;
  /* !- Pagination */
}
.pagination-wrap {
  text-align: center;
}
.pagination-wrap .counter {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.pagination i:before {
  margin: 0;
}
.icon-first:before {
  margin-right: 0.3333em;
}
.icon-previous:before {
  margin-right: 0.3333em;
}
.icon-next:before {
  margin-right: 0.3333em;
}
.icon-last:before {
  margin-right: 0.3333em;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome.4.2.0/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome.4.2.0/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome.4.2.0/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome.4.2.0/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome.4.2.0/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa:before, .btn-fb:before, .icon-first:before, .icon-previous:before, .icon-next:before, .icon-last:before, .item-101 a:before, .breadcrumb > li:first-child a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left, .btn-fb.pull-left, .icon-first.pull-left, .icon-previous.pull-left, .icon-next.pull-left, .icon-last.pull-left, .item-101 a.pull-left, .breadcrumb > li:first-child a.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right, .btn-fb.pull-right, .icon-first.pull-right, .icon-previous.pull-right, .icon-next.pull-right, .icon-last.pull-right, .item-101 a.pull-right, .breadcrumb > li:first-child a.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before, .item-101 a:before, .breadcrumb > li:first-child a:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before, .btn-fb:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before, .icon-first:before {
  content: "\f100";
}
.fa-angle-double-right:before, .icon-last:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before, .icon-previous:before {
  content: "\f104";
}
.fa-angle-right:before, .icon-next:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: right;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  /*IE7 life-saver */
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  /*IE7 fix*/
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  /*IE7 fix*/
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  /* Styling Pagination*/
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  /*IE7 life-saver */
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  /*IE7 fix*/
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  /*IE7 fix*/
  filter: Alpha(Opacity=100);
  opacity: 1;
  background-color: #fff;
  /* If PaginationNumbers is true */
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  /* preloading images */
}
.owl-item.loading {
  min-height: 150px;
}
.owl-item.loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}
@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}
@keyframes load5 {
  /* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}
.owl-item {
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
  /* fade */
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 1.4s both ease;
  -moz-animation: fadeOut 1.4s both ease;
  animation: fadeOut 1.4s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 1.4s both ease;
  -moz-animation: fadeIn 1.4s both ease;
  animation: fadeIn 1.4s both ease;
  /* backSlide */
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
  /* goDown */
}
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
  /* scaleUp */
}
.owl-scaleUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-scaleUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
  /* Keyframes */
  /*empty*/
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
body {
  background-color: #e6e7e8;
  font-weight: 300;
  /* !- Site Wide Elements */
  /* !- Header */
}
.header {
  background-color: #fff;
  /* !- MENU ICONS */
}
.header .header-logo #logo {
  display: block;
  text-transform: uppercase;
  padding: 30px 20px 24px 10px;
  line-height: 1;
  text-decoration: none !important;
}
.header .header-logo #logo .name {
  font-size: 19px;
  font-weight: 300;
}
.header .header-logo #logo .tagline {
  display: block;
  font-size: 28px;
  font-weight: 300;
  color: #373132;
}
.header .header-logo #logo:hover {
  color: #373132;
  background-color: #fff;
  text-decoration: none;
}
.header .header-logo #logo:focus {
  color: #373132 !important;
}
.header .header-logo #logo {
  width: 220px;
  padding: 0 0 30%;
  border-radius: 6px;
  background: transparent url(../imgs/logo-praticasrs-500.png) center center no-repeat;
  background-size: 90% auto;
}
.header .header-logo #logo .name, .header .header-logo #logo br, .header .header-logo #logo .tagline {
  display: none;
}
.nav > li > a span {
  padding-left: 1.5em;
}
.item-101 a:before {
  margin-right: 0.3333em;
}
.offCanvasRightOn .offCanvasRight {
  background-color: #212121;
}
.offCanvasRightOn .offCanvasRight a {
  color: #fff;
}
.offCanvasRightOn .mainmenu .nav ul {
  padding-left: 1em;
  padding-bottom: 0.6em;
}
.main {
  min-height: 300px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main .main-center {
  padding-top: 0;
  float: none;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 801px) {
  .main .main-center {
    width: 75%;
  }
}
section.banners {
  position: relative;
  background-color: #384047;
  /* !- GENERAL CONTENT */
}
section.banners .banners-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
}
section.banners .banners-logo .container {
  height: 100%;
}
section.banners .banners-logo .img {
  height: 100%;
  width: auto;
  margin: 0;
  background-color: rgba(255, 255, 255, .75);
}
section.banners .slides .slide {
  position: relative;
  padding-bottom: 40%;
}
section.banners .slides img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.banners .slides .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}
section.banners .slides .container {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.banners .slides h2 {
  position: absolute;
  bottom: 25%;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(25%, 0%);
  -ms-transform: translate(25%, 0%);
  transform: translate(25%, 0%);
  padding: 15px;
  margin: 0 20% 0 20px;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(55, 49, 50, .8);
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  text-transform: uppercase;
}
section.banners .slides .active h2 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
section.banners .slides:not(.owl-carousel) > div {
  display: none;
  position: relative;
  overflow: hidden;
}
section.banners .slides:not(.owl-carousel) > div:first-child {
  display: block;
}
section.banners .slides:not(.owl-carousel) > div:first-child h2 {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}
.main-center .page-header h1 {
  font-weight: 300;
  text-transform: uppercase;
}
.main-center h2 {
  color: #373132;
}
.main-center h3 {
  color: #373132;
  font-size: 1.1em;
  margin: 20px 0 10px;
  font-weight: bold;
}
.breadcrumb > li:first-child a {
  font-size: 0;
  padding-left: 10px;
  opacity: 0.6;
}
.breadcrumb > li:first-child a:before {
  margin-right: 0.3333em;
}
.breadcrumb > li:first-child a:hover {
  opacity: 1;
}
.breadcrumb > li:first-child a:before {
  font-size: 11px;
  margin-right: 0;
}
.not-home section.banner {
  padding-bottom: 25%;
  background: transparent url(/images/banners/b01.jpg) center top no-repeat;
  background-size: cover;
}
.not-home .main {
  padding-top: 1px;
  position: relative;
}
.modules-apoios {
  /* !- HOME PAGE */
}
.modules-apoios .xtg_gallery h3 {
  padding-right: 20px;
  white-space: nowrap;
}
.modules-apoios .apoios-institucionais, .modules-apoios .sponsors, .modules-apoios .media-partners {
  width: 50%;
}
.home-page {
  /* !- Categorias */
}
.home-page .categs {
  padding-top: 30px;
}
.home-page .categs ul {
  list-style: none;
  padding: 0;
}
.home-page .categs li {
  width: 20%;
  margin-bottom: 30px;
}
.home-page .categs li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding-bottom: 100%;
  line-height: 1.2;
  background: transparent url(/images/categs/dh.jpg) center center no-repeat;
  background-size: cover;
}
.home-page .categs li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
}
.home-page .categs li a:hover:before {
  background-color: rgba(0, 0, 0, .2);
}
.home-page .categs li a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 6px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-transform: uppercase;
  color: #fff;
}
.home-page .categs li.direitos-humanos a {
  background-image: url(/images/categs/dh.jpg);
}
.home-page .categs li.trabalho a {
  background-image: url(/images/categs/trabalho.jpg);
}
.home-page .categs li.ambiente-impactes a {
  background-image: url(/images/categs/amb-impactes.jpg);
}
.home-page .categs li.ambiente-energia a {
  background-image: url(/images/categs/amb-energia.jpg);
}
.home-page .categs li.mercado a {
  background-image: url(/images/categs/mercado.jpg);
}
.home-page .categs li.comunidade a {
  background-image: url(/images/categs/comunidade.jpg);
}
.home-page .categs li.voluntariado a {
  background-image: url(/images/categs/voluntariado.jpg);
}
.home-page .categs li.partes-interessadas a {
  background-image: url(/images/categs/partes-interessadas.jpg);
}
.home-page .categs li.comunicacao a {
  background-image: url(/images/categs/comunicacao.jpg);
}
.home-page .categs li.dummy a {
  background-image: none;
  background-color: #ef9f5a;
}
.home-page .categs li.dummy a:before {
  display: none;
}
.menuid-146 {
  /* !- TWP Contact */
}
.menuid-146 blockquote {
  margin: 0 0 30px;
  padding: 0 0 0 35%;
  min-height: 120px;
  position: relative;
}
.menuid-146 blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 120px;
  background: #373132 url(/images/banners/b01.jpg) center center no-repeat;
  background-size: cover;
}
.menuid-146 blockquote h2 {
  font-size: 1.3em;
  padding-top: 11.25px;
}
.menuid-146 blockquote p {
  margin: 0;
}
.menuid-146 .categ.direitos-humanos:before {
  background-image: url(/images/categs/dh.jpg);
}
.menuid-146 .categ.trabalho:before {
  background-image: url(/images/categs/trabalho.jpg);
}
.menuid-146 .categ.ambiente-impactes:before {
  background-image: url(/images/categs/amb-impactes.jpg);
}
.menuid-146 .categ.ambiente-energia:before {
  background-image: url(/images/categs/amb-energia.jpg);
}
.menuid-146 .categ.mercado:before {
  background-image: url(/images/categs/mercado.jpg);
}
.menuid-146 .categ.comunidade:before {
  background-image: url(/images/categs/comunidade.jpg);
}
.menuid-146 .categ.voluntariado:before {
  background-image: url(/images/categs/voluntariado.jpg);
}
.menuid-146 .categ.partes-interessadas:before {
  background-image: url(/images/categs/partes-interessadas.jpg);
}
.menuid-146 .categ.comunicacao:before {
  background-image: url(/images/categs/comunicacao.jpg);
}
.twp-contact #twp-contact-before {
  padding-bottom: 15px;
}
@media (min-width: 601px) {
  .twp-contact #twp-contact-before {
    width: 50%;
  }
}
.twp-contact #twp-contact-before h4 {
  font-size: 1em;
  margin: 0 0 0.5em;
}
.twp-contact #twp-contact-before p {
  position: relative;
  padding-left: 30px;
}
.twp-contact #twp-contact-before p:before {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1.3em;
  color: #444;
  opacity: 0.5;
}
.twp-contact #twp-contact-before p:last-child {
  margin-bottom: 0;
}
.twp-contact #twp-contact-before p.fa-map-marker:before {
  left: 3px;
}
.twp-contact #twp-contact-before p.fa-fax:before {
  font-size: 1.1em;
}
.twp-contact #twp-contact-before p.fa-envelope:before {
  font-size: 1.15em;
  top: 2px;
}
@media (min-width: 601px) {
  .twp-contact #twp-contact-after {
    width: 50%;
  }
}
.twp-contact #googleMap {
  padding-bottom: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.twp-contact #googleMap img {
  max-width: none;
}
.twp-contact #googleMap .infoContent {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
}
.twp-contact #googleMap .infoContent h3 {
  font-size: 12px;
  margin: 0;
  color: #6d6e71;
}
.twp-contact #googleMap .infoContent p:last-child {
  margin: 0;
}
@media (min-width: 601px) {
  .twp-contact #twp-contact-form {
    width: 100%;
  }
}
.twp-contact textarea {
  resize: vertical;
}
.twp-contact .invalid {
  border-color: #dd4b39;
}
.twp-contact #invalidMsg {
  font-size: 0.9em;
  color: #dd4b39;
  padding: 6px 0;
}
.twp-contact #twp-contact-submit {
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.twp-contact #twp-contact-submit:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1d8";
  padding-left: 1em;
}
.xtg_gallery {
  padding-top: 30px;
  /* !- Footer */
}
.xtg_gallery h3 {
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  color: #666;
}
.xtg_gallery .slides {
  width: auto !important;
  margin: 0 -15px;
}
.xtg_gallery .slide {
  padding: 0 15px;
}
.xtg_gallery .slide img {
  width: 100%;
  border: 1px solid #ddd;
}
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer a {
  color: #373132;
}
.footer .footer-menu {
  padding: 0 0 15px;
}
.footer .footer-menu .nav {
  font-size: 0;
  text-align: right;
}
.footer .footer-menu .nav li {
  position: relative;
}
.footer .footer-menu .nav a {
  color: #373132;
}
.footer .footer-menu .nav > li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.footer .footer-menu .nav > li > a {
  padding: 8px 12px;
}
.footer .footer-menu .nav .parent > a {
  padding-right: 18px;
}
.footer .footer-menu .nav .parent > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, .5);
}
.footer .footer-menu .nav .parent ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  min-width: 100%;
  text-align: left;
  background-color: #333;
}
.point .footer .footer-menu .nav > li:hover > a, .footer .footer-menu .nav li.on {
  background-color: #ea842c;
}
.footer .footer-menu .nav .parent.on > ul {
  opacity: 1;
  pointer-events: all;
}
.point .footer .footer-menu .nav ul a:hover {
  background-color: #cf6b14;
}
.footer .footer-menu .nav .parent > a:after {
  border-top-color: transparent;
  border-bottom-color: rgba(255, 255, 255, .5);
  bottom: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer .footer-menu .nav .parent ul {
  top: auto;
  bottom: 100%;
}
.footer .footer-menu .nav > li > a {
  text-transform: uppercase;
  font-weight: 300;
}
.footer .footer-notes {
  padding: 15px 0;
  border-top: 1px dotted rgba(255, 255, 255, .8);
}
.footer .footer-notes .disclaimer {
  font-size: 0.8em;
  font-weight: 300;
}
@media (min-width: 601px) {
  .footer .footer-notes .disclaimer {
    width: 66.66667%;
  }
}
.footer .footer-notes .softag {
  text-align: right;
  font-size: 11px;
}
@media (min-width: 601px) {
  .footer .footer-notes .softag {
    width: 33.33333%;
  }
}
.footer .footer-notes .softag a {
  color: inherit;
  opacity: 0.7;
}
.footer .footer-notes .softag a:hover {
  opacity: 1;
}
@media screen and (min-width: 601px) {
  .twp-contact #googleMap {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 950px) {
  .header .header-logo {
    width: 210px;
    padding: 6px 0 8px;
  }
  .mainmenu .nav li {
    border-bottom: 1px dotted rgba(255, 255, 255, .4);
  }
  .mainmenu .nav li a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .mainmenu .nav li.item-101 a {
    padding-left: 1px;
  }
  .home-page .categs li {
    width: 25%;
  }
}
@media screen and (min-width: 951px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: rgba(255, 255, 255, .8);
  }
  .header .wrap {
    display: table;
    width: 100%;
  }
  .header .wrap > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    padding-bottom: 14px;
  }
  .header .wrap > div:first-child {
    padding-left: 0;
  }
  .header .wrap > div:last-child {
    padding-right: 0;
  }
  .header .header-logo {
    max-width: 200px;
    padding-bottom: 0 !important;
  }
  .mainmenu .nav {
    font-size: 0;
    float: right;
  }
  .mainmenu .nav li {
    position: relative;
  }
  .mainmenu .nav a {
    color: #444;
  }
  .mainmenu .nav > li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
  }
  .mainmenu .nav > li > a {
    padding: 8px 12px;
  }
  .mainmenu .nav .parent > a {
    padding-right: 18px;
  }
  .mainmenu .nav .parent > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, .5);
  }
  .mainmenu .nav .parent ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    min-width: 100%;
    text-align: left;
    background-color: #333;
  }
  .point .mainmenu .nav > li:hover > a, .mainmenu .nav li.on {
    background-color: transparent;
  }
  .mainmenu .nav .parent.on > ul {
    opacity: 1;
    pointer-events: all;
  }
  .point .mainmenu .nav ul a:hover {
    background-color: #ef9f5a;
  }
  .mainmenu .nav .item-101 {
    display: none;
  }
  .mainmenu .nav > li > a {
    width: 115px;
    padding: 40px 0px;
    line-height: 1.2em;
    text-align: center;
    font-size: 0.1 0.2em;
    font-weight: 300;
    text-transform: uppercase;
  }
  .mainmenu .nav > li > a span {
    padding-left: 0;
  }
  .point .mainmenu .nav > li:hover > a, .mainmenu .nav li.active a {
    background-color: #373132;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .mainmenu .nav > li > a {
    width: 140px;
  }
}
@media screen and (max-width: 800px) {
  .not-home section.banner {
    padding-bottom: 30%;
  }
  .home-page .categs li {
    width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .header-search {
    display: none;
  }
  section.banners .slides .slide {
    padding-bottom: 50%;
  }
  section.banners .slides img {
    left: 50%;
    width: auto;
    height: 100%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  section.banners .slides h2 {
    font-size: 12px;
    margin: 0;
  }
  section.banners .slides .owl-controls {
    display: none !important;
  }
  .home-page .categs li {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .not-home section.banner {
    padding-bottom: 40%;
  }
}
@media print {
  @page {
    margin: 2cm 0.5cm;
  }
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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;
  }
  td, th {
    background-color: #fff !important;
  }
  .visible-print {
    display: block !important;
  }
  .hidden-print {
    display: none !important;
  }
  .layout {
    margin: 0;
  }
  .container {
    width: auto;
  }
  .nav-tabs {
    display: none;
  }
  .tab-content {
    border: none !important;
  }
  .tab-content .tab-pane {
    display: block !important;
  }
  .tab-content .tab-pane h2 {
    display: block !important;
  }
  .owl-wrapper {
    width: 100% !important;
  }
}
#tmpl-offline {
  background: #6d6e71;
}
#tmpl-offline body {
  background: none;
}
#tmpl-offline .container {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  padding: 15% 0 60px;
}
#tmpl-offline .content {
  background-color: #fff;
  color: #444;
  padding: 20px;
  border-radius: 10px;
}
#tmpl-offline h1 {
  font-size: 35px;
  color: #ef9f5a;
  font-weight: 300;
}
#tmpl-offline p {
  color: #666;
}
#tmpl-offline form {
  padding-top: 30px;
}
#tmpl-error body {
  background: #fafafa;
}
#tmpl-error .container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#tmpl-error .content {
  min-width: 240px;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 75);
  color: #fff;
  padding: 20px;
  border-radius: 6px;
}
#tmpl-error h1 {
  font-size: 3em;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 0 40px;
}
#tmpl-error h2 {
  font-size: 2.2em;
  color: rgba(255, 255, 255, .7);
  margin: 0 0 1em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 300;
}
#tmpl-error h2 i {
  font-size: 50px;
  color: #dd4b39;
}
#tmpl-error h2 small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, .9);
}
#tmpl-error h5 {
  text-align: center;
  margin-bottom: 0;
}
#tmpl-error h5 .btn {
  background-color: rgba(255, 255, 255, .8);
  color: #444;
}
#tmpl-error h5 .btn:hover {
  background-color: rgba(255, 255, 255, .95);
}
