/* -----------------------------------------------
> COMMONS UTILITY
-------------------------------------------------- */
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
.padding-top-1 {
  padding-top: 0.5rem;
}
.padding-right-1 {
  padding-right: 0.5rem;
}
.padding-left-1 {
  padding-left: 0.5rem;
}
.padding-1 {
  padding: 0.5rem;
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-right-2 {
  padding-right: 1rem;
}
.padding-left-2 {
  padding-left: 1rem;
}
.padding-2 {
  padding: 1rem;
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
.padding-top-3 {
  padding-top: 1.5rem;
}
.padding-right-3 {
  padding-right: 1.5rem;
}
.padding-left-3 {
  padding-left: 1.5rem;
}
.padding-3 {
  padding: 1.5rem;
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
.padding-top-4 {
  padding-top: 2rem;
}
.padding-right-4 {
  padding-right: 2rem;
}
.padding-left-4 {
  padding-left: 2rem;
}
.padding-4 {
  padding: 2rem;
}
.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
.margin-top-1 {
  margin-top: 0.5rem;
}
.margin-right-1 {
  margin-right: 0.5rem;
}
.margin-left-1 {
  margin-left: 0.5rem;
}
.margin-1 {
  margin: 0.5rem;
}
.margin-bottom-2 {
  margin-bottom: 1rem;
}
.margin-top-2 {
  margin-top: 1rem;
}
.margin-right-2 {
  margin-right: 1rem;
}
.margin-left-2 {
  margin-left: 1rem;
}
.margin-2 {
  margin: 1rem;
}
.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
.margin-top-3 {
  margin-top: 1.5rem;
}
.margin-right-3 {
  margin-right: 1.5rem;
}
.margin-left-3 {
  margin-left: 1.5rem;
}
.margin-3 {
  margin: 1.5rem;
}
.margin-bottom-4 {
  margin-bottom: 2rem;
}
.margin-top-4 {
  margin-top: 2rem;
}
.margin-right-4 {
  margin-right: 2rem;
}
.margin-left-4 {
  margin-left: 2rem;
}
.margin-4 {
  margin: 2rem;
}
.border-bottom-1 {
  border-bottom: 1px #363130 solid;
}
.border-top-1 {
  border-top: 1px #363130 solid;
}
.border-right-1 {
  border-right: 1px #363130 solid;
}
.border-left-1 {
  border-left: 1px #363130 solid;
}
.border-1 {
  border: 1px #363130 solid;
}
.border-bottom-2 {
  border-bottom: 2px #363130 solid;
}
.border-top-2 {
  border-top: 2px #363130 solid;
}
.border-right-2 {
  border-right: 2px #363130 solid;
}
.border-left-2 {
  border-left: 2px #363130 solid;
}
.border-2 {
  border: 2px #363130 solid;
}
.border-bottom-3 {
  border-bottom: 3px #363130 solid;
}
.border-top-3 {
  border-top: 3px #363130 solid;
}
.border-right-3 {
  border-right: 3px #363130 solid;
}
.border-left-3 {
  border-left: 3px #363130 solid;
}
.border-3 {
  border: 3px #363130 solid;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin-no-padding {
  margin: 0px !important;
  padding: 0px !important;
}
.round {
  border-radius: 10px;
}
.clear {
  clear: both;
}
.shadow {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.text-shadow {
  text-shadow: 1px 1px 2px #000000;
}
.text-yellow {
  color: #f1e6b9 !important;
}
.text-white {
  color: #fff !important;
}
.background-gray {
  background-color: #363130 !important;
}
.background-black {
  background-color: #000 !important;
}
.background-yellow {
  background-color: #f1e6b9 !important;
}
.background-green {
  background-color: #ff4545 !important;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-30 {
  margin-top: 30px;
}
.no-bullet {
  list-style-type: none;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
/* Small Devices, Tablets */
@media only screen and (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* -----------------------------------------------
> HEADER
-------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
}
.menu-for-mobile {
  display: none;
}
.navbar {
  border-bottom: 0px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.flag .green {
  height: 20px;
  background-color: green;
}
.flag .white {
  height: 20px;
  background-color: white;
  padding: 0px;
}
.flag .red {
  height: 20px;
  background-color: red;
}
.text-logo {
  font-family: 'Russo One', sans-serif;
  font-size: 2.2rem;
  color: #363130;
  line-height: 1.8rem;
}
.text-logo .small {
  font-size: 1.6rem;
}
.who-are {
  background-color: #fff;
  border: 2px solid #69bfb1;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.who-are .img-responsive {
  margin: 0 auto;
}
.text-internal {
  margin: 10px;
  border-radius: 10px;
  padding: 10px;
}
.text-internal img {
  border: 2px solid #69bfb1;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.text-internal strong.red {
  color: #f23900;
  font-size: 2rem;
  background-color: #fff !important;
}
.text-internal strong.blue {
  color: #7e9fa6;
  font-size: 2rem;
  font-style: italic;
  background-color: #fff;
}
.text-internal strong.blue.small {
  font-size: 1.6rem !important;
}
.banner-internal {
  margin: 10px;
  background-color: #7e9fa6;
  border-radius: 10px;
}
.banner-internal img {
  border-radius: 10px;
}
.sponsor {
  margin-top: 20px;
}
.sponsor img {
  max-height: 60px;
  padding: 5px;
}
.callout {
  margin-top: 20px;
  padding: 10px;
}
.callout a {
  background-color: #f23900;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: 'Russo One', sans-serif;
  font-size: 2rem;
}
.footer {
  font-size: 1.2rem;
  font-weight: normal;
}
.footer a {
  color: #69bfb1;
}
.box-internal {
  background-color: #7e9fa6;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.box-internal .title {
  padding: 1rem;
  font-family: 'Russo One', sans-serif;
  font-size: 2rem;
}
.box-internal img {
  max-width: 30px;
  margin-right: 0.5rem;
}
.box-internal a {
  color: #fff;
  text-decoration: underline;
}
.box-internal a:hover {
  font-weight: bolder;
}
.red {
  background-color: #f23900 !important;
}
.cyan {
  background-color: #69bfb1 !important;
}
.cyan i {
  color: #3d9183;
}
.header {
  background-image: url('../img/bg-header.jpg');
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.header .menu-big {
  background-color: #69bfb1;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.header .menu-big img {
  max-height: 80px;
}
.header .menu-big .text-logo {
  margin-top: 20px;
}
.header .menu-big .nav-pills > li.active > a,
.header .menu-big .nav-pills > li.active > a:focus,
.header .menu-big .nav-pills > li.active > a,
.header .menu-big .nav > li > a {
  border-radius: 0px;
  margin-top: 20px;
}
.header .menu-big .nav-pills > li.active > a,
.header .menu-big .nav-pills > li > a:hover {
  background-color: #f23900;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.header .menu-big .nav-pills > li > a {
  color: #363130;
  font-family: 'Russo One', sans-serif;
  font-size: 1.6rem;
}
.header .menu-small {
  background-color: #69bfb1;
  border-bottom: 2px solid #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.header .menu-small img {
  max-height: 50px;
}
.header .menu-small .text-logo {
  margin-top: 10px;
}
.header .menu-small .nav-pills > li.active > a,
.header .menu-small .nav-pills > li.active > a:focus,
.header .menu-small .nav-pills > li.active > a,
.header .menu-small .nav > li > a {
  border-radius: 0px;
  margin-top: 5px;
}
.header .menu-small .nav-pills > li.active > a {
  background-color: #fff;
}
.header .menu-small .nav-pills > li > a {
  color: #363130;
  font-family: 'Russo One', sans-serif;
  font-size: 1.4rem;
}
.header h1 {
  font-family: 'Indie Flower', cursive;
  font-size: 50px;
  color: #a30f0f;
  text-shadow: 1px 1px 2px #000000;
  margin: 0px;
  padding-top: 10px;
}
.header h2 {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  color: #000;
  margin: 0px;
  padding-left: 125px;
  font-weight: bolder;
}
.header .button-active {
  background-color: #fff;
  color: #a30f0f;
  border-bottom: solid 3px #a30f0f;
  -webkit-transition: background-color 900ms linear;
  -ms-transition: background-color 900ms linear;
  transition: background-color 900ms linear;
}
.header .header-button {
  font-family: 'Roboto';
  float: left;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  height: 100px;
  color: #fff;
  background-color: #000;
}
.header .header-button.active {
  background-color: #fff;
  color: #a30f0f;
  border-bottom: solid 3px #a30f0f;
  -webkit-transition: background-color 900ms linear;
  -ms-transition: background-color 900ms linear;
  transition: background-color 900ms linear;
}
.header .header-button:hover {
  background-color: #fff;
  color: #a30f0f;
  border-bottom: solid 3px #a30f0f;
  -webkit-transition: background-color 900ms linear;
  -ms-transition: background-color 900ms linear;
  transition: background-color 900ms linear;
}
.header .flags img {
  margin-top: 38px;
  width: 30px;
  height: 20px;
}
.logo-in-text {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 15px;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .menu-for-mobile {
    display: block;
  }
  .header {
    height: auto;
    position: relative;
  }
  .header .flags {
    display: none;
  }
  .header .flags img {
    margin-top: 18px !important;
    width: 15px;
    height: 10px;
  }
  .menu-buttons {
    display: none;
  }
  .carousel-caption span {
    font-size: 20px !important;
  }
  .header-button {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    font-size: 12px;
    height: 60px !important;
  }
  .menu-buttons {
    margin-top: 10px !important;
  }
}
/* -----------------------------------------------
> MASTER SLIDER
-------------------------------------------------- */
.item img {
  width: 100%;
}
.master-slider {
  background-color: blue;
  height: 400px;
}
.padding-slider {
  padding: 30px;
  padding-bottom: 50px;
}
.internal-slider {
  background-color: #fff;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.full-width {
  width: 100%;
}
.carousel-caption {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.carousel-caption div {
  background-image: url('../img/white-80.png');
  color: #000;
  font-family: 'Russo One', sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: normal;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.home-text {
  font-size: 16px;
  font-family: 'Roboto';
}
.top-dotted {
  border-top: 1px dotted #ccc;
  padding-top: 40px;
}
.bottom-dotted {
  border-bottom: 1px dotted #ccc;
}
.page-header {
  font-family: 'Roboto' !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.panel-heading {
  background-color: #a30f0f;
  font-family: 'Roboto';
  font-size: 22px;
  border-bottom: 2px solid #000 !important;
  height: 80px;
}
.panel-heading h4 {
  text-decoration: none !important;
  color: #000 !important;
  font-weight: bolder;
  margin-top: 20px;
  text-align: center;
  background-image: url('/img/white-80.png');
  line-height: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.promotion {
  padding: 10px;
}
.promotion h4 {
  text-decoration: none !important;
  color: #000 !important;
  font-weight: bolder;
  background-image: url('/img/white-80.png');
}
body {
  background-color: #efefef;
}
.panel-body {
  background-color: #efefef;
}
a.no-decoration:hover {
  text-decoration: none !important;
}
img.gallery {
  width: 200px;
}
.thumbnail {
  border: 4px solid #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 0.2s ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.bg-gray {
  background-color: #efefef;
}
.map {
  border: 2px solid #000 !important;
}
div.white {
  background-color: #fff;
  padding: 1.5rem;
  border: 1px solid #ccc;
}
.works,
.gallery {
  background-image: url('/img/bg.jpg');
}
.label-works {
  color: #a30f0f;
  font-weight: bolder;
}
#hook-menu-2 {
  background: url('../img/bg-body.jpg') #fff center left;
  padding-top: 20px;
  padding-bottom: 20px;
}
#hook-menu-2-internal {
  background-color: #94b0b5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb {
  background-color: #fff;
  border: 2px solid #69bfb1;
  border-radius: 10px;
}
.carousel {
  border-bottom: 2px solid #fff;
}
.bg-external .row {
  margin: 5px;
}
.bg-external .bg-internal-wide {
  background-color: #fff;
  border: 2px solid #7e9fa6;
  border-bottom: 5px solid #eb2217;
}
.bg-external .bg-internal-wide .title {
  color: #7e9fa6;
  font-family: 'Barlow', cursive;
  font-size: 2rem;
  border-bottom: 2px solid #7e9fa6;
  padding-bottom: 10px;
  padding-top: 5px;
}
.bg-external .bg-internal-wide .title img {
  margin-right: 5px;
}
.bg-external .bg-internal {
  background-color: #fff;
  border: 2px solid #7e9fa6;
  border-bottom: 5px solid #eb2217;
}
@media only screen and (min-width: 768px) {
  .bg-external .bg-internal {
    height: 460px;
    overflow-y: hidden;
  }
}
.bg-external .bg-internal .img-responsive {
  border-bottom: 2px solid #7e9fa6;
}
.bg-external .bg-internal .title {
  color: #7e9fa6;
  font-family: 'Barlow', cursive;
  font-size: 2rem;
  border-bottom: 2px solid #7e9fa6;
  padding-bottom: 10px;
  padding-top: 5px;
}
.bg-external .bg-internal .title img {
  margin-right: 5px;
}
.bg-external .bg-internal .text {
  color: #1a1a1a;
  font-family: 'Roboto', cursive;
  padding-bottom: 10px;
  padding-top: 10px;
}
.bg-external .bg-internal .text p {
  text-align: justify;
}
