*:focus {
  outline: none !important;
  outline: 0;
}

*:active {
  outline: none !important;
  outline: 0;
}

a {
  text-decoration: none;
}

.hidden {
  display: none;
}

body {
  padding: 0px;
  margin: 0px;
  background-position: top center;
  background-repeat: repeat;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.tocenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.no {
  margin: 0px;
  padding: 0px;
}

.mtop {
  margin-top: 10px;
}

.danger {
  color: #ef1414;
}

.primary {
  color: #222222;
}

.bg-primary {
  background-color: #222222;
}

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

.facebook {
  color: #4862a3;
}

.facebook:hover, .facebook:active {
  color: #405791;
}

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.row-center {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.padding-y {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-y {
  margin-top: 10px;
  margin-bottom: 10px;
}

.padding-y-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-y-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.padding-x-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-y-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin-y-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-t {
  margin-top: 10px;
}

.margin-b {
  margin-bottom: 10px;
}

.margin-t-2 {
  margin-top: 20px;
}

.margin-b-2 {
  margin-bottom: 20px;
}

.margin-t-3 {
  margin-top: 30px;
}

.margin-b-3 {
  margin-bottom: 30px;
}

.margin-t-4 {
  margin-top: 40px;
}

.padding-t-2 {
  padding-top: 20px;
}

.padding-t-3 {
  padding-top: 30px;
}

.row-padding {
  padding: 4px;
}

@media (max-width: 1250px) {
  .row-padding {
    padding: 0;
    margin: 0;
  }
}

.padding-b-3 {
  padding-bottom: 30px;
}

.padding-b {
  padding-bottom: 10px;
}

.btn {
  font-size: 13px;
  font-weight: 700;
}

.btn-default {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none !important;
  transition: ease-in-out, 0.4s;
  color: #222222;
}

.btn-default img {
  padding-left: 8px;
  max-width: 100%;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:focus:hover, .btn-default.active {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #222222;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

.socials, .flags {
  display: inline-block;
}

.top-right {
  margin-top: 5px;
  text-align: right;
}

@media (max-width: 767px) {
  .top-right {
    margin-top: 0;
  }
}

.navbar-fixed-top {
  padding-bottom: 0;
  z-index: 99999;
  position: absolute;
}

@media (max-width: 991px) {
  .navbar-fixed-top.margin-t {
    margin-top: 0;
  }
}

.flags a {
  opacity: 0.5;
}

.flags a:hover, .flags a:focus, .flags a:active, .flags a.active {
  opacity: 1;
}

.flags img {
  padding-left: 5px;
  padding-right: 5px;
  max-height: 24px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .flags img {
    max-height: 15px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media (min-width: 768px) {
  .flags {
    padding-right: 20px;
  }
}

.socials img {
  padding-left: 3px;
  max-height: 35px;
  max-width: 100%;
  opacity: 1;
}

.socials img:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .logo {
    padding-left: 22px;
  }
}

.logo img {
  max-width: 100%;
  max-height: 43px;
}

@media (max-width: 767px) {
  .logo img {
    max-height: 33px;
    position: absolute;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .logo {
    text-align: left;
    margin-bottom: 0;
  }
}

.navbar {
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .navbar {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding: 0;
    margin: 0;
  }
}

.navbar-default {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.navbar-nav {
  border-bottom: 1px solid #222222;
  width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  border: none;
  color: #222222;
}

.navbar-default .navbar-nav li {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  color: #222222;
  line-height: 13px;
  text-shadow: 1px 1px 1px white;
  border: 1px solid transparent;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:active, .navbar-default .navbar-nav li a:focus:active, .navbar-default .navbar-nav li a:active:hover {
  color: #222222;
  text-decoration: underline;
  border: 1px solid  transparent;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.navbar-default .navbar-nav li .active {
  color: #222222;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #222222;
}

.navbar-default .navbar-nav li.active a {
  color: #222222;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #222222;
}

.navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:focus, .navbar-default .navbar-nav li.active a:active, .navbar-default .navbar-nav li.active a:focus:active, .navbar-default .navbar-nav li.active a:active:hover {
  background-color: #ffffff;
  color: #222222;
  text-decoration: underline;
  border: 1px solid #222222;
}

.navbar-default .navbar-toggle {
  border-radius: 0;
  border-color: #eeeeee;
  transition: ease-in-out,0.4s;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
}

.navbar-default .navbar-toggle span {
  font-size: 14px;
  font-weight: 600;
}

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

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #222222;
}

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

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 10px 26px -6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 10px 26px -6px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 10px 26px -6px rgba(0, 0, 0, 0.08);
  }
  .navbar-nav {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-header {
    border-bottom: 1px solid #222222;
  }
  .navbar-fixed-top.padding-y-2 {
    padding-top: 8px;
  }
}

.slide-container {
  margin-top: 0px;
  position: relative;
  height: 100%;
}

.slide-container ul {
  margin: 0px;
  padding: 0px;
}

.slide-container ul li {
  margin: 0px;
  padding: 0px;
}

.slide-container ul li img {
  float: right;
  max-height: 522px;
}

@media (max-width: 991px) {
  .slide-container ul li img {
    max-height: 350px;
  }
}

@media (max-width: 767px) {
  .slide-container ul li img {
    max-height: 200px;
  }
}

.slider-overlay {
  position: absolute;
  top: 0;
  margin-top: 14%;
}

@media (max-width: 1199px) {
  .slider-overlay {
    padding-left: 4%;
  }
}

@media (max-width: 991px) {
  .slider-overlay {
    margin-top: 7%;
  }
}

@media (max-width: 767px) {
  .slider-overlay {
    margin-top: 10%;
    padding-left: 8%;
  }
}

.slider-overlay h1 {
  text-align: right;
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  font-size: 65px;
  color: #222222;
  line-height: 54px;
  padding-left: 10px;
}

.slider-overlay h1 a {
  color: #222222;
}

@media (max-width: 991px) {
  .slider-overlay h1 {
    font-size: 44px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 0;
  }
}

@media (max-width: 350px) {
  .slider-overlay h1 {
    font-size: 34px;
    line-height: 24px;
  }
}

.slider-overlay h1 span {
  display: block;
}

.slide-info {
  float: right;
  max-width: 320px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .slide-info {
    max-width: 100%;
    float: left;
  }
}

.slide-info p {
  font-size: 13.5px;
  line-height: 23px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .slide-info p {
    display: none;
  }
}

.slide-info .btn {
  float: right;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .slide-info .btn {
    display: none;
  }
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -10px;
  width: 100%;
}

.bx-wrapper .bx-controls {
  position: absolute;
  bottom: 35%;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  padding-top: 0px;
}

.bx-default-pager {
  background-color: transparent;
  padding: 12px;
  width: 160px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .bx-default-pager {
    display: none;
  }
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline-block;
  display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 5px;
  outline: 0;
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: #ef1414;
  border: 3px solid #ef1414;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  text-align: center;
}

.bx-wrapper .bx-prev i {
  padding: 8px;
  color: rgba(34, 34, 34, 0.7);
  font-size: 50px;
  width: 30px;
  padding-left: 5px;
}

.bx-wrapper .bx-prev i:hover {
  color: #222222;
}

.bx-wrapper .bx-next {
  right: 0px;
  text-align: center;
}

.bx-wrapper .bx-next i {
  width: 30px;
  padding-right: 5px;
  padding: 8px;
  color: rgba(34, 34, 34, 0.7);
  font-size: 50px;
}

.bx-wrapper .bx-next i:hover {
  color: #222222;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: 0px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: red;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

li {
  list-style: none;
}

.content {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .content {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .content {
    margin-top: 80px;
  }
}

h2 {
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  font-size: 50px;
  line-height: 36px;
  margin: 0px;
  padding: 0px 0px 10px;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 24px;
  }
}

h3 {
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  font-size: 50px;
  line-height: 36px;
  margin: 0px;
  padding: 0px 0px 10px;
  margin-top: 0px;
  font-weight: bold;
}

@media (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 24px;
  }
}

.nav-tabs {
  border: none;
  padding-top: 10px;
  padding-bottom: 20px;
}

.nav-tabs li {
  display: block;
  width: 100%;
  border: none;
  background-color: none;
}

.nav-tabs li a {
  border: none;
  background-color: none;
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  text-align: right;
  color: #222222;
  opacity: 1;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .nav-tabs li a {
    text-align: left;
    padding-left: 0;
  }
}

.nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
  background-color: transparent;
  text-decoration: underline;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
  background-color: none;
}

p {
  margin-top: 12px;
  color: #222222;
  font-size: 13px;
  line-height: 20px;
}

p a {
  color: #0000ee;
}

p a:hover {
  text-decoration: underline;
  color: #0000ee;
}

.form-inline {
  margin-top: 6px;
}

.form-inline .form-group {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.form-inline .form-control {
  width: 59%;
  border-radius: 0;
  box-shadow: none;
  border-color: #222222;
  font-size: 13px;
  color: #222222;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-inline .form-control {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-inline .form-control {
    width: 100%;
  }
}

.form-inline label {
  width: 40%;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-inline label {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-inline label {
    width: 100%;
  }
}

.content-info .btn {
  padding-right: 0;
}

.content-info ul li {
  list-style: disc;
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer {
  border-top: 1px solid #222222;
  margin-top: 30px;
}

.footer ul {
  padding-top: 10px;
  padding-left: 0;
}

.footer ul li {
  list-style: none;
  display: inline-block;
}

.footer ul li a {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  padding-right: 12px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer p {
  font-size: 12px;
  color: #888888;
  margin-top: 12px;
}

.footer p a {
  color: #222222;
}

.footer p a img {
  vertical-align: middle;
}

.footer p a:hover {
  text-decoration: none;
}

.footer p img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .margin-t-sm-3 {
    margin-top: 30px;
  }
}

.number {
  margin-top: 12px;
}

.number li {
  list-style: decimal !important;
  color: #222222;
}

@media (min-width: 992px) {
  .autograra-link {
    text-align: right;
    line-height: 24px;
    margin-top: 12px;
  }
}

.autograra-link a {
  font-family: "Racing Sans One", cursive;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  color: #222222;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #222222;
}

.autograra-link a:hover {
  text-decoration: underline;
}

.map {
  padding-top: 5px;
}

.map .embed-responsive-4by3 {
  padding-bottom: 280px !important;
}

.map .embed-responsive-item {
  max-width: 100%;
  height: 280px !important;
}

.form-group .alert {
  padding: 2px;
  border-radius: 0;
  margin: 0;
}

.form-group .alert.alert-danger {
  background-color: transparent;
  border: none;
  color: #ef1414;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
}

.alert {
  padding: 6px 12px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0;
}

.alert.alert-danger {
  border-color: #f24444;
  background-color: #f67373;
  color: #ffffff;
}

.alert.alert-success {
  border-color: #58c171;
  background-color: #c8ead0;
  color: #308344;
}

.hidden-item {
  display: none;
}

.modal {
  z-index: 9999999;
}

@media (min-width: 768px) {
  .modal {
    display: none;
  }
}

.modal .close {
  font-size: 28px;
  opacity: 0.7;
}

.modal-body {
  padding-top: 10px;
}

.modal-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.modal-body p {
  font-size: 14px;
}

.modal-body ul li {
  font-size: 14px;
}

.modal-body .number li {
  font-size: 14px;
}

@media (max-width: 767px) {
  .tab-content {
    display: none;
  }
}

.hidden-sm li {
  cursor: pointer;
}

.modal {
  background-color: white;
}

.modal-dialog {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
