@font-face {
  font-family: GothamLight;
  src: url("../fonts/GothamLight.ttf");
  src: url("../fonts/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: GothamBold;
  src: url("../fonts/GothamBold.ttf");
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
}
* {
  outline: none !important;
}

body {
  font-family: GothamBold, Helvetica Neue, Arial, Sans-serif;
  font-size: 14px;
  background-color: #333;
}

.container {
  max-width: 1000px;
}

.clearfix {
  clear: both;
}

.padding-zero {
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

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

a, a:hover, a:visited {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.container-fluid {
  padding: 0;
}

.img-responsive {
  width: 100%;
}

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

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

.display-block {
  visibility: visible;
  opacity: 0.95;
}

.display-hide {
  visibility: hidden;
  opacity: 0;
}

.orange_color {
  color: #FF5400;
}

.yellow_color {
  color: #F5D517;
}

.blue_color {
  color: #26ADCE;
}

.white_color {
  color: #FFFFFF;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.font_18 {
  font-size: 18px;
}

#header_jumbotron {
  width: 100%;
  height: 100vh;
  background-image:url("../img/top_banner.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}

/*@media (max-width: 575px) {
  #header_jumbotron {
    max-height: 560px;
  }
}*/
#header_jumbotron .text {
  font-size: 32px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 80px 0 80px;
}
#header_jumbotron .text p {
  line-height: 1.3em;
}

#header_jumbotron .text #go {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {

  #header_jumbotron .text {
    font-size: 20px;
    padding: 40px 20px 0 20px;
  }
  #header_jumbotron .text p {
    line-height: 1.1em;
  }

}


#header_jumbotron a:link, #header_jumbotron a:hover, #header_jumbotron a:focus, #header_jumbotron a:active  {
  color: #FF5400;
}

.material-icons {
  font-size: 40px !important;
  color: #FF5400;
}

#header_jumbotron .material-icons {
  font-size: 50px !important;
}


#footer_content {
  background-color: #E7E5E0;
  padding: 60px 20px;
}

#footer_content .left{
  text-align: right;
  padding: 10px 30px 20px 0;
  border-right: 1px solid #1D1915;
  font-size: 24px;
}

#footer_content .right{
  padding: 15px 0 20px 30px;

}

#footer_content .right p{
  line-height: 1.7em;
}

#footer_content .col_bdr_right{
  border-right: 1px solid #1D1915;
  padding-bottom: 24px;
}

#footer_content .row_bdr_bottom{
  border-bottom: 1px solid #1D1915;
  padding-bottom: 24px;
}

#footer_content .row2{
  padding-top: 24px;
}

#footer_content .col2{
  padding-left: 50px;
}

@media (max-width: 768px) {
  #footer_content .col2{
    padding-left: 0;
  }

  #footer_content .left {
    text-align: left;
    border-right: none;
  }

  #footer_content .right {
    padding: 0;
  }

  #footer_content .col_bdr_right{
    border-right: none;
  }

}

#footer_black {
  background-color: #1D1915;
  padding: 50px 20px 180px 20px;
}
#footer_black p {
  font-size: 12px;
  line-height: 2em;
}

#footer_black .indeed {
  padding-top: 10px;
}

/* 4 sections */
#photo_top {
  background-color: #1D1915;
  padding: 50px 20px 50px 20px;
  text-align: center;
}
#photo_grid {

}
#photo_grid .logo_hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #1D1915;
  cursor: pointer;
}
#photo_grid .logo_hover .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-50%);
}
#photo_grid .logo_hover:hover {
  opacity: 0.8;
}
#photo_grid p:first-child {
  font-size: 30px;
}
#photo_grid p:last-child {
  font-family: GothamLight, Helvetica Neue, Arial, Sans-serif;
  padding-top: 10px;
}


#slider_top {
  background-color: #E7E5E0;
  z-index: 999;
}

#slider_top #logo{
  padding: 30px 10px;
  border-bottom: 10px solid #1D1915;
}

.content {
  background-color: #E7E5E0
}

/* Slider */
#myCarousel .left_div {
  padding: 30px 10px 10px 10px;
  font-size: 32px;
  border-right:1px solid #000;
}
#myCarousel .right_div {
  padding: 30px 15% 10px 34px;
}
#myCarousel .bottom_div {
  width: 80%;
  margin-top: 20px;
  padding-left: 10px;
}
#myCarousel .bottom_div span {
  font-size: 18px;
}
#myCarousel .image_div {
  padding: 0 60px;
}

.carousel-indicators {
  position: inherit;
  margin-top: 42px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid;
  border-radius: 10px;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #FF5400;
  border: 1px solid #FF5400;
}

.carousel-control-next, .carousel-control-prev {
  justify-content: left;
  opacity: 1;
  width: 32px;
}

#myCarousel a, #myCarousel a:hover, #myCarousel a:visited {
  color: #000000;
}

@media (max-width: 768px) {
  #myCarousel .right_div {
    padding-left: 10px;
  }

  #myCarousel .left_div {
    border-right: none;
  }


}
