* {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

body {
  overflow-x: hidden;
}

ul {
  list-style: none;
  margin: 0px;
}

p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.25px;
  font-weight: 300;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/* Back to home Swetcher */
.home {
  width: 170px;
  /* height: 49.09px; */
  color: #f7ba70;
  background-color: #832220;
  position: fixed;
  padding: 13.2px 13.2px 13.2px 13.2px;
  border-radius: 7px 0 0 7px;
  top: 183px;
  right: -130px;
  z-index: 100;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  border-left: 3px solid #f7ba70;
}

.home:hover {
  transform: translateX(-113px);
  cursor: pointer;
}

.home-icon {
  width: 29.2px;
  margin-left: -9px;
  margin-right: 3px;
  transition: all 0.5s;
}

.home:hover .home-icon {
  transform: rotate(-360deg);
}

/* End Back to home Swetcher */

/* Register Switcher */
.register {
  width: 170px;
  /* height: 49.09px; */
  color: #f7ba70;
  background-color: #832220;
  position: fixed;
  padding: 13.2px 13.2px 13.2px 13.2px;
  border-radius: 7px 0 0 7px;
  top: 242px;
  right: -130px;
  z-index: 100;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  border-left: 3px solid #f7ba70;
}

.register:hover {
  transform: translateX(-113px);
  cursor: pointer;
}

.reg-icon {
  width: 29.2px;
  margin-left: -9px;
  margin-right: 3px;
  transition: all 0.5s;
}

.register:hover .reg-icon {
  transform: rotate(-360deg);
}
/* END of Register Switcher */

/* Call us Switcher */
.call-us {
  width: 150px;
  color: #f7ba70;
  background-color: #832220;
  position: fixed;
  padding: 10px 10px 10px 10px;
  border-radius: 7px 0 0 7px;
  top: 301px;
  right: -110px;
  z-index: 100;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  border-left: 3px solid #f7ba70;
}

.call-us:hover {
  transform: translateX(-100px);
  cursor: pointer;
}

.back-to-home:link,
.back-to-home:visited,
.call-us-now:link,
.call-us-now:visited,
.register-now:link,
.register-now:visited {
  font-size: 13px;
  text-transform: uppercase;
  color: #f7ba70;
  transition: all 0.2s;
}

.back-to-home:hover,
.back-to-home:active,
.call-us-now:hover,
.call-us-now:active,
.register-now:hover,
.register-now:active {
  color: #fdce95;
}

.global-call {
  width: 29.2px;
  margin-left: -6px;
  margin-right: 3px;
  transition: all 0.5s;
}
.call-us:hover .global-call {
  transform: rotate(-360deg);
}

/* END of Call us Switcher */

/* Language Switcher */
.lan-container {
  position: relative;
}

.language {
  display: grid;
  justify-items: center;
  background-color: #832220;
  position: fixed;
  padding: 5px 5px 5px 31px;
  border-radius: 7px 0 0 7px;
  top: 360px;
  right: -61px;
  z-index: 100;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  border-left: 3px solid #f7ba70;
}

.language:hover {
  transform: translateX(-61px);
  cursor: pointer;
}

.title-lan {
  font-size: 13px;
  letter-spacing: 1.5px;
  /* font-weight: bold; */
  color: #f7ba70;
  text-transform: uppercase;
  position: absolute;
  top: 81px;
  left: -38px;
  transform: rotate(-90deg);
}

.fa-globe {
  margin-right: 8px;
  margin-top: 2px;
  font-size: 18px;
  color: transparent;
  background: linear-gradient(#e5840f, #fdcb8e);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}

.switch {
  color: #f7ba70;
  margin-bottom: 0;
  font-size: 9px;
  /* font-weight: bold; */
  text-transform: uppercase;
  font-weight: bold;
}

.language li {
  margin-bottom: 7px;
}

.img-lan {
  width: 50px;
  transition: all 0.2s;
}

.img-lan:hover {
  box-shadow: 0px 0px 4px 1px rgb(255, 255, 255);
  border-radius: 5px;
}

.flags {
  width: 25%;
  position: absolute;
  top: 8px;
  left: 4px;
}
/* END Language Switcher */

.primary-button a {
  padding: 13px 20px;
  letter-spacing: 0.5px;
  background-color: #631d1c;
  color: #f7ba70;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
}

.primary-button a:hover {
  color: #e5840f;
}

.prodocol {
  display: inline;
  margin: 3px;
}

.secondary-button a {
  padding: 13px 20px;
  letter-spacing: 0.5px;
  background-color: #e5840f;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
}

.secondary-button a:hover {
  color: #631d1c;
}

.border-button a {
  padding: 13px 20px;
  letter-spacing: 0.5px;
  background-color: transparent;
  border: 1px solid #ff8c00;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
}

.border-button a:hover {
  color: #f7ba70;
  background-color: #570f0e;
}

.section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

.section-heading h4 {
  margin-top: 0px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ff8c00;
}

.section-heading p {
  color: #631d1c;
  padding: 0px;
}

.navbar-inverse {
  background-color: #f4f4f4;
  border: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #cf0023;
}

.main-header {
  position: fixed;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 1000;
  top: 30px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-header {
  float: none;
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  background-color: white;
  /*overflow: hidden;*/
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.navbar-brand {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: #46bae2 !important;
  transition: all 0.5s;
  margin-left: 30px;
  margin-top: -10px;
}

.navbar-brand img {
  width: 72px;
  margin-top: -1px;
}

.menu-first ul li {
  display: inline-block;
  margin: 0px;
  position: relative;
}
/*.menu-first ul li:last-child {
  margin-right: 60px!important;
}*/
.menu-first {
  float: right;
  margin-left: ;
}
.menu-first li a {
  color: #dedede;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
  display: block;
  line-height: 80px;
  padding: 0px 20px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  outline: none;
  display: block;
}

/*Drop Down Menu "DOWNLOADS" */
.menu-first li ul {
  display: none;
  height: 274px; /*Decrease from 275px to 274px to avoid the caps created at the end of the Drop Down menu*/
  position: absolute;
  background-color: black;
  padding: 0px;
  border-radius: 0px 0px 5px 5px;
  /*opacity: 0.9;*/
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.5);
  z-index: -1000;
}
.menu-first li:hover ul {
  display: block;
}
.menu-first li ul li:hover a {
  color: #fbce0d;
}
.menu-first li ul li {
  width: 275px;
  border-radius: 5px;
  border-bottom: 1px solid #2c2c2c; /*Added 1px separated lines*/
}
.menu-first li ul li a {
  line-height: 54px; /*Decrease 1px to avoid the caps created at the end of the Drop Down menu*/
  padding: 0px 20px;
}
.menu-first li ul li a:hover {
  background-color: #cf0023;
  border-radius: 0px 0px 5px 5px;
  font-size: 14.5px;
  z-index: 100;
}
.menu-first ul li.active a {
  color: #fff;
  /*background-color: #f2745f;*/
}
/* .menu-first .fas {
  margin-right: 0 8px;
} */
.fa-angle-right {
  float: right;
  padding: 21px 15px;
  position: absolute;
}
.fa-download {
  margin-left: 8px;
}
.fa-angle-down {
  margin-left: 8px;
  font-size: 18px;
}

/*Drop Down Sub Menu */
.sub-menu-2 {
  display: none;
}
.hover-me .sub-menu-2 ul {
  height: 0px;
  background-color: black;
  opacity: 1;
  margin: 1px 0px;
}
.hover-me .sub-bulletin ul {
  height: 55px;
}
.hover-me .sub-calendar ul {
  height: 110px;
}
.hover-me .sub-rules ul {
  height: 110px;
}
.hover-me .sub-results ul {
  height: 165px;
}
.hover-me:hover .sub-menu-2 {
  position: absolute;
  display: block;
  margin: -55px 275px;
}
.hover-me:hover .sub-menu-2 ul li a {
  color: #dedede;
  text-align: left;
}
.hover-me .sub-menu-2 ul li:hover a {
  color: #fbce0d;
  border-radius: 0px 0px 5px 5px;
}
.fa-file-archive {
  margin-right: 8px;
}

/*END of Drop Down Sub Menu */

/*Responsive "Drop Down Sub Menu" */
@media (min-width: 768px) {
  .hover-me:hover .sub-menu-2 {
    margin: -55px 275px;
  }
}
@media (min-width: 992px) {
  .hover-me:hover .sub-menu-2 {
    margin: -55px -275px;
  }
  .menu-first li ul {
    z-index: 1;
  }
  .hover-me .sub-menu-2 ul {
    z-index: -1;
  }
}
@media (min-width: 1680px) {
  .hover-me:hover .sub-menu-2 {
    margin: -55px 275px;
  }
}
/*END of Responsive "Drop Down Sub Menu" */

/*Drop Down Menu "GALLERY"*/
.menu-first li .menu-gallery {
  height: 110px;
}

.fa-image,
.fa-film {
  margin-right: 8px;
}
/*END of "Drop Down GALLERY Menu" */

/*Responsive "Drop Down GALLERY Menu" */
@media (max-width: 991px) {
  .menu-first li:hover .menu-gallery {
    z-index: 1;
  }
}
/*END of Responsive "Drop Down GALLERY Menu" */

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #7a7a7a;
}

.navbar-inverse .navbar-toggle {
  border-color: #f2745f;
  background-color: #f2745f;
  right: 15px;
}

.banner {
  background-image: url(../img/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*Video Gallery Banner Photo*/
.banner-1 {
  background-image: url(../img/banner-bg2a1new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*End of Banner Photo*/

.banner-content {
  text-align: center;
  padding: 280px 0px 200px 0px;
}

.banner-content h6 {
  font-size: 21px;
  font-family: "Shadows Into Light", cursive;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.banner-content h2 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e5840f;
  letter-spacing: 2px;
  margin-top: 35px;
  margin-bottom: 30px;
}

/* HOMEPAGE AND GALLERY ANIMATIONS (ALL LANGUAGES) */

.logo-animation {
  animation: moveInBottom 0.5s ease-out 1.3s;
  animation-fill-mode: backwards;
}
.animation-left {
  display: block;
  animation: moveInLeft 1s ease-out;
}
.animation-right {
  display: block;
  animation: moveInRight 1s ease-out;
}
.spirit-animation {
  display: block;
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-7px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* ANIMATIONS END */

.banner-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.banner-content ul li {
  display: inline-block;
  margin: 10px;
}

.intro {
  background-color: #631d1c;
  text-align: center;
  padding: 80px 0px;
}

.intro h4 {
  margin-top: 0px;
  font-size: 44px;
  font-weight: 300;
  color: #ff8c00;
}

.intro h6 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.intro .border-button {
  margin-top: 45px;
}

#about {
  padding: 0px;
  background-image: url(../img/shotokan-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#about .service-item {
  text-align: center;
  margin: 0px -15px;
  padding: 120px 45px;
}

#about .service-item h4 {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #ff8c00;
  text-transform: uppercase;
}

#about .service-item p {
  margin-bottom: 0px;
  color: #fff;
}

#about .first-service {
  background-color: rgb(0, 0, 0);
  opacity: 0.75;
}

#about .second-service {
  background-color: rgba(15, 15, 15, 1);
  opacity: 0.75;
}

#about .third-service {
  background-color: rgb(0, 0, 0);
  opacity: 0.75;
}

#about .service-item .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 0px;
  background-color: transparent;
}

.what-we-do {
  background-color: #fff;
  padding-bottom: 0px;
}

.what-we-do .tabs li a {
  text-decoration: none;
  color: #121212;
}

.what-we-do .tabs .active .list-item {
  background-color: #e5840f !important;
  color: #fff !important;
}

.what-we-do .tabs .active .list-item .icon {
  background-color: #fff;
}

.what-we-do .list-item {
  background-color: #f4f4f4;
  text-align: center;
  padding: 40px 0px;
  margin: 15px 0px;
  transition: all 0.5s;
  border-radius: 5px;
}

.what-we-do .list-item .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  background-color: transparent;
}

.what-we-do .list-item h4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.what-we-do .tab-content-services {
  margin-top: 60px;
}

.what-we-do .tab-content-services .right-image img {
  width: 100%;
  overflow: hidden;
}

.what-we-do .tab-content-services .left-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8c00;
}

.what-we-do .tab-content-services .left-text p {
  color: #631d1c;
}

.what-we-do .tab-content-services .left-text .primary-button {
  margin-top: 35px;
  margin-bottom: 50px;
}

/* How we train our athletes */
.how-we-train:link,
.how-we-train:visited {
  -webkit-transition: all 0.3s;
  transition: all 0.2s;
  color: #631d1c;
  display: inline-block;
  padding: 0 1.5px;
  border-radius: 2px;
  text-decoration: underline !important;
}

.how-we-train:hover,
.how-we-train:active {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
  color: #ff8c00;
  background-color: #631d1c;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
/* END  */

#portfolio {
  text-align: center;
}

#portfolio .item {
  margin: 0px 5px;
}

.portfolio-section {
  background-color: #631d1c;
  padding-bottom: 80px;
}

#portfolio .section-heading h4 {
  color: #ff8c00;
}

#portfolio .section-heading p {
  color: #fff;
}

#portfolio .portfolio-item img {
  max-width: 100%;
  overflow: hidden;
}

.owl-pagination {
  margin-top: 30px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ff8c00;
}

#blog {
  background-color: #f4f4f4;
}

#blog .section-heading {
  text-align: center;
}

.wrapper {
  text-align: left;
}

#blog .tabs {
  list-style: none;
  margin-top: 0px;
}

#blog .tabs li {
  display: block;
  text-align: left;
  margin-bottom: 29px;
}

#blog .tabs a {
  display: block;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #631d1c;
  font-size: 20px;
  font-weight: 700;
  padding: 24px 25px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 10px #cdcdcd;
  border-radius: 5px;
}

/*Cancelled Event*/
.cancel {
  font-size: 18px;
  font-weight: 700;
  color: red;
  font-style: italic;
}
/* End Cancelled Event*/

#blog .tabs .active {
  background-color: #631d1c;
  color: #e5840f !important;
}
#blog .tabs .active .info-post li {
  color: #fff !important;
}
#blog .tabs .active .info-post li i {
  color: #fff !important;
}
#first-tab-group {
  margin-top: 0px;
  margin-bottom: 15px;
}
#first-tab-group img {
  width: 100%;
  overflow: hidden;
}
.tabgroup .text-content {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
  margin-top: -10px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  box-shadow: 0px 0px 10px #cdcdcd;
  border-radius: 5px;
}
.tabgroup .text-content h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #e5840f;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.tabgroup .text-content span {
  font-size: 13px;
  color: #33c1cf;
}
.tabgroup .text-content a {
  font-size: 13px;
  color: #33c1cf;
  text-decoration: none;
}
.tabgroup .text-content p {
  margin-top: 17px;
  color: #631d1c;
}

.tabgroup .text-content .primary-button {
  margin-bottom: 15px;
  margin-top: 30px;
}

.tabgroup .text-content .primary-button a {
  color: #f7ba70;
}

.tabgroup .text-content .primary-button a:hover {
  color: #e5840f;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#blog {
  padding-bottom: 80px;
}

#blog .info-post li {
  display: inline;
  margin-right: 15px;
}

#blog .info-post li {
  color: #631d1c;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}

#blog .info-post li i {
  color: #46bae2;
  margin-right: 5px;
}

#contact-us {
  background-color: #fff;
  text-align: left;
  padding-bottom: 100px;
}

#contact-us .section-heading {
  color: #121212;
}

#contact-us .pop-button {
  margin-top: 30px;
}

.error {
  color: red;
}

.success {
  color: #e5840f;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}

/*Modify the contact form with feather and outline when you click on it*/
#contact input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #631d1c;
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.5s;
}

#contact input:focus {
  background-color: rgba(0, 0, 0, 0.02);
  outline: none;
  border: 1px solid #fedab0;
  box-shadow: 0px 0px 10px #f3c994;
}

#contact textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #631d1c;
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  transition: all 0.5s;
}

#contact textarea:focus {
  background-color: rgba(0, 0, 0, 0.02);
  outline: none;
  border: 1px solid #fedab0;
  box-shadow: 0px 0px 10px #f3c994;
}
/*End of Modification*/

#contact button {
  padding: 13px 20px;
  letter-spacing: 0.5px;
  background-color: #631d1c;
  color: #f7ba70;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
}

#contact button:hover {
  color: #e5840f;
}

/* Fixed the error message position at contact form  */
.row {
  position: relative;
}
.error {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 53px;
  left: 15px;
}

.error-message {
  position: absolute;
  display: inline-block;
  top: 167px;
  left: 15px;
}

/*Responsive "Google map"
I have calculated the height of the iframe divided by the width, then
i converted to percentage.
In this example the height is "397" and the width is "555".
397 / 555 = 71.53153153153153
which is 71.53153153153153% */
#map {
  /* OLD WAY (ABOVE) */
  /* width: 100%;
  height: 0;
  padding-bottom: 71.53153153153153%;
  position: relative; */

  /* NEW WAY */
  overflow: hidden;
}
#map iframe {
  /* OLD WAY (ABOVE) */
  /* position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%; */

  /* NEW WAY */
  display: block;
  border-radius: 5px;
  width: 100%;
}
/*END of "google map" Responsiveness */

footer {
  background-color: #631d1c;
  padding: 0px 0px;
}

footer p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
  padding: 67px 0px;
}

footer a {
  color: #9cf;
}

footer a:hover {
  color: #fc6;
}

footer .social-icons {
  text-align: center;
  padding: 67px 0px;
  margin: 0px;
}

footer .social-icons li {
  display: inline;
  margin: 0px 10px;
}

footer .social-icons a {
  color: #fff;
  font-size: 12.8px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.5s;
  margin-left: -5px;
}

footer .social-icons a:hover {
  color: #f0a338;
}

footer .back-to-top a {
  text-align: center;
  background-color: #e5840f;
  display: inline-block;
  width: 100%;
  padding: 60px 0px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0px 0px 5px 5px;
  transition: all 0.5s;
}

footer .back-to-top a:hover {
  background-color: #f2921d;
  color: #631d1c;
}

footer .back-to-top i {
  display: block;
  font-size: 36px;
}

.media-icons {
  width: 28px;
}

.media-icons-inst {
  width: 27.5px;
}

.media-icons-ckf {
  height: 30px;
}

.copyright:link,
.copyright:visited {
  color: #f7ba70;
  transition: all 0.5s;
}

.copyright:hover,
.copyright:active {
  color: #e5840f;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  #contact button {
    display: block;
    margin-bottom: 25px;
  }

  footer {
    text-align: center;
  }

  footer p {
    padding: 30px 0px 0px 0px;
  }

  footer .social-icons {
    padding: 30px 0px 30px 0px;
  }

  footer .back-to-top a {
    padding: 30px 0px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    float: none;
  }

  .navbar-brand img {
    padding: 3px;
  }

  .menu-first {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    float: none;
  }

  .menu-first li:first-child {
    border-top: 1px solid #eee;
  }

  .menu-first li {
    border-bottom: 1px solid #eee;
  }

  .menu-first li:last-child {
    border-bottom: none;
  }

  .menu-first li a {
    width: 100%;
    line-height: 50px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: transparent;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #f2745f;
  }
}

@media (max-width: 519px) {
  .primary-button a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .banner-content h2 {
    font-size: 60px;
  }
}

/* LIGHT BOX */

.slbOverlay,
.slbWrapOuter,
.slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  @include animation(slbOverlay 0.5s);
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;

  &:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;

  .slbContentEl & {
    padding: 5em 1em;
  }
}

.slbContent {
  position: relative;

  .slbContentEl & {
    @include animation(slbEnter 0.3s);
    background-color: #fff;
    box-shadow: 0 0.2em 1em rgba(#000, 0.4);
  }
}

.slbImageWrap {
  @include animation(slbEnter 0.3s);
  position: relative;

  &:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    bottom: 5em;
    display: block;
    z-index: -1;
    box-shadow: 0 0.2em 1em rgba(#000, 0.6);
    background-color: #fff;
  }
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  @include ellipsis;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: em(10, 14) 0;
  color: #fff;
  color: rgba(#fff, 0.7);
  text-align: center;
}

.slbCloseBtn,
.slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  &::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  &:hover {
    opacity: 0.5;
  }
  &:active {
    opacity: 0.8;
  }
}

.slbCloseBtn {
  font-size: 36px;

  $size: 50;
  $iconSize: 30;

  @include animation(slbEnter 0.3s);

  font-size: em($iconSize, 10);
  width: em($size, $iconSize);
  height: em($size, $iconSize);
  line-height: em($size, $iconSize);
  position: absolute;
  right: em(-10, $iconSize);
  top: 0;
  color: #fff;
  color: rgba(#fff, 0.7);
  text-align: center;

  .slbLoading & {
    display: none;
  }
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(#fff, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;

  .slbLoading & {
    display: none;
  }
}

.slbArrow {
  $size: 50;
  $iconSize: 8;

  position: absolute;
  top: 50%;
  margin-top: em(-1 * $size, 10);
  width: em($size, 10);
  height: em($size * 2, 10);
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: em(-$iconSize, 10) 0 0 em(-$iconSize, 10);
    border: em($iconSize, 10) solid transparent;
  }

  &.next {
    right: 0;
    &:before {
      border-left-color: #fff;
    }
  }

  &.prev {
    left: 0;
    &:before {
      border-right-color: #fff;
    }
  }
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(#000, 0.6);
  background: #000;
}

@include keyframes(slbOverlay) {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@include keyframes(slbEnter) {
  from {
    opacity: 0;
    @include transform(translate3d(0, -1em, 0));
  }
  to {
    opacity: 1;
    @include transform(translate3d(0, 0, 0));
  }
}
