/* Font sizes */
.text-xxs {
  font-size: 0.625em;
  line-height: 1.45em; }

.text-xs {
  font-size: 0.75em;
  line-height: 1.45em; }

.text-sm {
  font-size: 0.875em;
  line-height: 1.45em; }

.text-md {
  font-size: 1.1875em;
  line-height: 1.45em; }

.text-lg {
  font-size: 1.5625em;
  line-height: 1.45em; }

.text-xlg {
  font-size: 2em;
  line-height: 1.45em; }

.text-xxlg {
  font-size: 2.8125em;
  line-height: 1.45em; }

/* Font weights */
.text-wxl {
  font-weight: 100; }

.text-wl {
  font-weight: 200; }

.text-wn {
  font-weight: 400; }

.text-wsb {
  font-weight: 600; }

.text-wb {
  font-weight: 700; }

.text-wxb {
  font-weight: 900; }

/* Text cases */
.text-ncase {
  text-transform: none; }

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

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

/* Font styles */
.text-normal {
  font-style: normal; }

.text-italic {
  font-style: italic; }

.text-strike {
  text-decoration: line-through; }

.text-spaced {
  letter-spacing: .2em; }

/* Text alignment */
.text-left {
  text-align: left !important; }

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

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

/* Colors */
.text-black {
  color: #000 !important; }

.bg-black {
  background-color: #000 !important; }

.b-black {
  border-color: #000 !important; }
  .b-black:before {
    border-color: #000 !important; }
  .b-black:after {
    border-color: #000 !important; }

.border-black {
  border: 1px solid #000 !important; }

.border-left-black {
  border-left: 1px solid #000 !important; }

.border-top-black {
  border-top: 1px solid #000 !important; }

.border-right-black {
  border-right: 1px solid #000 !important; }

.border-bottom-black {
  border-bottom: 1px solid #000 !important; }

.text-white {
  color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.b-white {
  border-color: #fff !important; }
  .b-white:before {
    border-color: #fff !important; }
  .b-white:after {
    border-color: #fff !important; }

.border-white {
  border: 1px solid #fff !important; }

.border-left-white {
  border-left: 1px solid #fff !important; }

.border-top-white {
  border-top: 1px solid #fff !important; }

.border-right-white {
  border-right: 1px solid #fff !important; }

.border-bottom-white {
  border-bottom: 1px solid #fff !important; }

/** Backgrounds */
.bg-none {
  background-color: transparent; }

.b-none {
  border: 0 !important; }

.bt-none {
  border-top: 0 !important; }

.br-none {
  border-right: 0 !important; }

.bb-none {
  border-bottom: 0 !important; }

.bl-none {
  border-left: 0 !important; }

/* Border sizes */
.b-xs {
  border-width: 1px !important; }

.bt-xs {
  border-top-width: 1px !important; }

.br-xs {
  border-right-width: 1px !important; }

.bb-xs {
  border-bottom-width: 1px !important; }

.bl-xs {
  border-left-width: 1px !important; }

.b-sm {
  border-width: 2px !important; }

.bt-sm {
  border-top-width: 2px !important; }

.br-sm {
  border-right-width: 2px !important; }

.bb-sm {
  border-bottom-width: 2px !important; }

.bl-sm {
  border-left-width: 2px !important; }

.b-md {
  border-width: 4px !important; }

.bt-md {
  border-top-width: 4px !important; }

.br-md {
  border-right-width: 4px !important; }

.bb-md {
  border-bottom-width: 4px !important; }

.bl-md {
  border-left-width: 4px !important; }

.b-lg {
  border-width: 6px !important; }

.bt-lg {
  border-top-width: 6px !important; }

.br-lg {
  border-right-width: 6px !important; }

.bb-lg {
  border-bottom-width: 6px !important; }

.bl-lg {
  border-left-width: 6px !important; }

.b-xlg {
  border-width: 10px !important; }

.bt-xlg {
  border-top-width: 10px !important; }

.br-xlg {
  border-right-width: 10px !important; }

.bb-xlg {
  border-bottom-width: 10px !important; }

.bl-xlg {
  border-left-width: 10px !important; }

.b-xxlg {
  border-width: 15px !important; }

.bt-xxlg {
  border-top-width: 15px !important; }

.br-xxlg {
  border-right-width: 15px !important; }

.bb-xxlg {
  border-bottom-width: 15px !important; }

.bl-xxlg {
  border-left-width: 15px !important; }

/* Utilities */
.float-none,
.clear-float,
.no-float {
  float: none !important; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-auto {
  overflow: auto; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

html.display-table .display-table {
  display: table; }

html.display-table-row .display-table-row {
  display: table-row; }

html.display-table-cell .display-table-cell {
  display: table-cell; }

.position-absolute {
  position: absolute; }

.position-static {
  position: static; }

.position-relative {
  position: relative; }

/* Spacement */
.m-auto {
  margin: 0 auto !important; }

.m-none {
  margin: 0 !important; }

.mt-none {
  margin-top: 0 !important; }

.mr-none {
  margin-right: 0 !important; }

.mb-none {
  margin-bottom: 0 !important; }

.ml-none {
  margin-left: 0 !important; }

.p-none {
  padding: 0 !important; }

.pt-none {
  padding-top: 0 !important; }

.pr-none {
  padding-right: 0 !important; }

.pb-none {
  padding-bottom: 0 !important; }

.pl-none {
  padding-left: 0 !important; }

.m-xs {
  margin: 5px !important; }

.mt-xs {
  margin-top: 5px !important; }

.mr-xs {
  margin-right: 5px !important; }

.mb-xs {
  margin-bottom: 5px !important; }

.ml-xs {
  margin-left: 5px !important; }

.m-neg-xs {
  margin: -5px !important; }

.mt-neg-xs {
  margin-top: -5px !important; }

.mr-neg-xs {
  margin-right: -5px !important; }

.mb-neg-xs {
  margin-bottom: -5px !important; }

.ml-neg-xs {
  margin-left: -5px !important; }

.p-xs {
  padding: 5px !important; }

.pt-xs {
  padding-top: 5px !important; }

.pr-xs {
  padding-right: 5px !important; }

.pb-xs {
  padding-bottom: 5px !important; }

.pl-xs {
  padding-left: 5px !important; }

.p-neg-xs {
  padding: -5px !important; }

.pt-neg-xs {
  padding-top: -5px !important; }

.pr-neg-xs {
  padding-right: -5px !important; }

.pb-neg-xs {
  padding-bottom: -5px !important; }

.pl-neg-xs {
  padding-left: -5px !important; }

.m-sm {
  margin: 10px !important; }

.mt-sm {
  margin-top: 10px !important; }

.mr-sm {
  margin-right: 10px !important; }

.mb-sm {
  margin-bottom: 10px !important; }

.ml-sm {
  margin-left: 10px !important; }

.m-neg-sm {
  margin: -10px !important; }

.mt-neg-sm {
  margin-top: -10px !important; }

.mr-neg-sm {
  margin-right: -10px !important; }

.mb-neg-sm {
  margin-bottom: -10px !important; }

.ml-neg-sm {
  margin-left: -10px !important; }

.p-sm {
  padding: 10px !important; }

.pt-sm {
  padding-top: 10px !important; }

.pr-sm {
  padding-right: 10px !important; }

.pb-sm {
  padding-bottom: 10px !important; }

.pl-sm {
  padding-left: 10px !important; }

.p-neg-sm {
  padding: -10px !important; }

.pt-neg-sm {
  padding-top: -10px !important; }

.pr-neg-sm {
  padding-right: -10px !important; }

.pb-neg-sm {
  padding-bottom: -10px !important; }

.pl-neg-sm {
  padding-left: -10px !important; }

.m-md {
  margin: 15px !important; }

.mt-md {
  margin-top: 15px !important; }

.mr-md {
  margin-right: 15px !important; }

.mb-md {
  margin-bottom: 15px !important; }

.ml-md {
  margin-left: 15px !important; }

.m-neg-md {
  margin: -15px !important; }

.mt-neg-md {
  margin-top: -15px !important; }

.mr-neg-md {
  margin-right: -15px !important; }

.mb-neg-md {
  margin-bottom: -15px !important; }

.ml-neg-md {
  margin-left: -15px !important; }

.p-md {
  padding: 15px !important; }

.pt-md {
  padding-top: 15px !important; }

.pr-md {
  padding-right: 15px !important; }

.pb-md {
  padding-bottom: 15px !important; }

.pl-md {
  padding-left: 15px !important; }

.p-neg-md {
  padding: -15px !important; }

.pt-neg-md {
  padding-top: -15px !important; }

.pr-neg-md {
  padding-right: -15px !important; }

.pb-neg-md {
  padding-bottom: -15px !important; }

.pl-neg-md {
  padding-left: -15px !important; }

.m-lg {
  margin: 20px !important; }

.mt-lg {
  margin-top: 20px !important; }

.mr-lg {
  margin-right: 20px !important; }

.mb-lg {
  margin-bottom: 20px !important; }

.ml-lg {
  margin-left: 20px !important; }

.m-neg-lg {
  margin: -20px !important; }

.mt-neg-lg {
  margin-top: -20px !important; }

.mr-neg-lg {
  margin-right: -20px !important; }

.mb-neg-lg {
  margin-bottom: -20px !important; }

.ml-neg-lg {
  margin-left: -20px !important; }

.p-lg {
  padding: 20px !important; }

.pt-lg {
  padding-top: 20px !important; }

.pr-lg {
  padding-right: 20px !important; }

.pb-lg {
  padding-bottom: 20px !important; }

.pl-lg {
  padding-left: 20px !important; }

.p-neg-lg {
  padding: -20px !important; }

.pt-neg-lg {
  padding-top: -20px !important; }

.pr-neg-lg {
  padding-right: -20px !important; }

.pb-neg-lg {
  padding-bottom: -20px !important; }

.pl-neg-lg {
  padding-left: -20px !important; }

.m-xlg {
  margin: 30px !important; }

.mt-xlg {
  margin-top: 30px !important; }

.mr-xlg {
  margin-right: 30px !important; }

.mb-xlg {
  margin-bottom: 30px !important; }

.ml-xlg {
  margin-left: 30px !important; }

.m-neg-xlg {
  margin: -30px !important; }

.mt-neg-xlg {
  margin-top: -30px !important; }

.mr-neg-xlg {
  margin-right: -30px !important; }

.mb-neg-xlg {
  margin-bottom: -30px !important; }

.ml-neg-xlg {
  margin-left: -30px !important; }

.p-xlg {
  padding: 30px !important; }

.pt-xlg {
  padding-top: 30px !important; }

.pr-xlg {
  padding-right: 30px !important; }

.pb-xlg {
  padding-bottom: 30px !important; }

.pl-xlg {
  padding-left: 30px !important; }

.p-neg-xlg {
  padding: -30px !important; }

.pt-neg-xlg {
  padding-top: -30px !important; }

.pr-neg-xlg {
  padding-right: -30px !important; }

.pb-neg-xlg {
  padding-bottom: -30px !important; }

.pl-neg-xlg {
  padding-left: -30px !important; }

.m-xxlg {
  margin: 40px !important; }

.mt-xxlg {
  margin-top: 40px !important; }

.mr-xxlg {
  margin-right: 40px !important; }

.mb-xxlg {
  margin-bottom: 40px !important; }

.ml-xxlg {
  margin-left: 40px !important; }

.m-neg-xxlg {
  margin: -40px !important; }

.mt-neg-xxlg {
  margin-top: -40px !important; }

.mr-neg-xxlg {
  margin-right: -40px !important; }

.mb-neg-xxlg {
  margin-bottom: -40px !important; }

.ml-neg-xxlg {
  margin-left: -40px !important; }

.p-xxlg {
  padding: 40px !important; }

.pt-xxlg {
  padding-top: 40px !important; }

.pr-xxlg {
  padding-right: 40px !important; }

.pb-xxlg {
  padding-bottom: 40px !important; }

.pl-xxlg {
  padding-left: 40px !important; }

.p-neg-xxlg {
  padding: -40px !important; }

.pt-neg-xxlg {
  padding-top: -40px !important; }

.pr-neg-xxlg {
  padding-right: -40px !important; }

.pb-neg-xxlg {
  padding-bottom: -40px !important; }

.pl-neg-xxlg {
  padding-left: -40px !important; }

/* Bootstrap grid adjustments */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* Right-sided grid offsets */
.col-xs-offset-right-12 {
  margin-right: 100%; }

.col-xs-offset-right-11 {
  margin-right: 91.66666667%; }

.col-xs-offset-right-10 {
  margin-right: 83.33333333%; }

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

.col-xs-offset-right-8 {
  margin-right: 66.66666667%; }

.col-xs-offset-right-7 {
  margin-right: 58.33333333%; }

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

.col-xs-offset-right-5 {
  margin-right: 41.66666667%; }

.col-xs-offset-right-4 {
  margin-right: 33.33333333%; }

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

.col-xs-offset-right-2 {
  margin-right: 16.66666667%; }

.col-xs-offset-right-1 {
  margin-right: 8.33333333%; }

.col-xs-offset-right-0 {
  margin-right: 0; }

@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%; }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%; }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%; }
  .col-sm-offset-right-9 {
    margin-right: 75%; }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%; }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%; }
  .col-sm-offset-right-6 {
    margin-right: 50%; }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%; }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%; }
  .col-sm-offset-right-3 {
    margin-right: 25%; }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%; }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%; }
  .col-sm-offset-right-0 {
    margin-right: 0; } }

@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%; }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%; }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%; }
  .col-md-offset-right-9 {
    margin-right: 75%; }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%; }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%; }
  .col-md-offset-right-6 {
    margin-right: 50%; }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%; }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%; }
  .col-md-offset-right-3 {
    margin-right: 25%; }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%; }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%; }
  .col-md-offset-right-0 {
    margin-right: 0; } }

@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%; }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%; }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%; }
  .col-lg-offset-right-9 {
    margin-right: 75%; }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%; }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%; }
  .col-lg-offset-right-6 {
    margin-right: 50%; }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%; }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%; }
  .col-lg-offset-right-3 {
    margin-right: 25%; }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%; }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%; }
  .col-lg-offset-right-0 {
    margin-right: 0; } }

* {
  margin: 0 auto;
  font-family: 'Roboto', sans-serif; }

h1 {
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  h1, h2, h3 {
    font-size: 20px; } }

a, a:hover {
  color: #2b2219 !important;
  text-decoration: none !important; }

.row .no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row .no-gutters > [class^="col-"],
  .row .no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.collapse {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media screen and (max-width: 768px) {
    .collapse {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.page {
  min-height: 100%; }

.left-1 {
  margin: 0;
  width: 235px;
  position: absolute; }

.object-1 {
  height: 72px;
  width: 23px;
  background-color: #2b2219;
  margin: auto; }
  @media screen and (max-width: 992px) {
    .object-1 {
      display: none; } }

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  float: right; }

.navbar {
  margin-bottom: 0; }

.navbar-default .navbar-nav > li {
  display: block;
  z-index: 999;
  position: relative; }
  .navbar-default .navbar-nav > li > a {
    color: #2b2219;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0 0 0; }
    @media screen and (max-width: 1200px) {
      .navbar-default .navbar-nav > li > a {
        padding: 15px 7px;
        font-size: 16px; } }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2b2219; }

.navbar-default .navbar-toggle {
  border-color: #2b2219; }

.navbar-toggle {
  border: 2px solid transparent; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #2b2219; }

@media screen and (max-width: 768px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: absolute;
    background-color: #fff;
    width: 100%;
    text-align: center;
    z-index: 1; } }

.navbar-toggle {
  position: static; }

@media screen and (max-width: 768px) {
  .navbar-default {
    width: 100%; } }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; }

.bg {
  position: absolute;
  background-color: #2b2219;
  width: 100%;
  height: 380px; }

.responsive-image {
  background-image: url("../images/temida.jpg");
  height: 439px;
  width: 100%;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.logo {
  margin: 50px 0;
  height: 145px;
  width: 235px; }
  @media screen and (max-width: 992px) {
    .logo {
      margin: 20px auto; } }

.left-2 {
  width: 235px;
  height: 100%; }
  @media screen and (max-width: 992px) {
    .left-2 {
      margin: auto; } }

.object-2 {
  height: 103px;
  width: 23px;
  background-color: #fff;
  margin: auto; }

.left-3 {
  width: 235px;
  height: 100px;
  position: absolute; }
  @media only screen and (max-width: 992px) {
    .left-3 {
      display: none; } }

.object-3 {
  height: 100px;
  width: 23px;
  background-color: #2b2219;
  margin: auto; }
  @media only screen and (max-width: 992px) {
    .object-3 {
      display: none; } }

.info {
  text-align: center;
  font-size: 20px;
  margin: 36px auto; }
  .info > a {
    text-decoration: none;
    color: #2b2219;
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      .info > a {
        margin: 20px;
        font-size: 15px; }
        .info > a > span {
          display: none; } }

i {
  font-size: 24px; }

[class^="content-"] {
  min-height: 350px;
  padding-bottom: 50px;
  font-size: 15px; }
  [class^="content-"] > h2 {
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 400; }
  [class^="content-"] > h3 {
    font-weight: 400;
    margin-top: 30px;
    line-height: 2em; }
  [class^="content-"] > .row > .col-sm-6 > img {
    height: 100px;
    width: 150px;
    margin: 30px 0; }
    @media screen and (max-width: 768px) {
      [class^="content-"] > .row > .col-sm-6 > img {
        margin: 30px auto; } }
  @media only screen and (max-width: 992px) {
    [class^="content-"] {
      height: 100%; } }

ul {
  list-style-type: square;
  list-style-position: inside; }

ol {
  list-style-type: upper-roman;
  list-style-position: inside; }

ul ul, ol ul {
  list-style-type: square;
  list-style-position: inside;
  margin-left: 15px; }

ol ol, ul ol {
  list-style-type: upper-roman;
  list-style-position: inside;
  margin-left: 15px; }

.contact ul {
  list-style-type: none; }

.contact .fa {
  font-size: 30px;
  margin: 40px; }

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */ }

.iframe-container > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

iframe {
  border: 2px solid #2b2219; }

[class^="content-"] {
  animation: animationFrames ease 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/ }

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px); } }

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); } }

@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px); } }

@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px); }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px); } }

.facebook_right {
  position: fixed;
  top: 220px;
  right: -305px;
  z-index: 99997;
  width: 305px;
  height: 389px; }

.facebook_right #facebook_icon {
  position: relative;
  left: -34px;
  z-index: 99998;
  float: left;
  width: 34px;
  height: 60px;
  cursor: pointer;
  background: url(../images/fb.svg) no-repeat; }

.facebook_box {
  position: absolute;
  z-index: 99999;
  float: right;
  width: 305px;
  border: 4px solid #3b5998;
  background-color: #fff; }
