.jumbotron {
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #333;
	border-radius: 0px;
	background: url(../images/bg_1.jpg) no-repeat; 
    background-size: cover;
    background-repeat: no-repeat;
  
}




.jumbotron-founder {
  padding-top: 160px;
  padding-bottom: 100px;
  margin-bottom: 4rem;
  background-color: #FFF;  
  border-radius: 0rem;
  /*height: 95vh;*/
  background: radial-gradient(#1C2A37, #03132E);
  /*background: url(../images/founder-bg.png)  no-repeat fixed;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.btn-mkono {
  margin-top: -6px;
  margin-left: -5px;
  background-color: #FBB82C !important;;
  color: #000 !important;
  padding: 15px 50px !important;
  border-color: #FBAB04 !important;;
  font-size: 12px !important;
}




.btn-primary-sample {
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
    /*font-weight: 600;*/
    font-size: 12px;
    font-family: 'barlow',sans-serif;
    background-color: #A77203;
    border: 2px solid #A77203;    
  }

  .btn-primary-sample:hover {
     padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
    /*font-weight: 600;*/
    font-size: 12px;
    font-family: 'barlow',sans-serif;
    background-color: #936402;
    border: 2px solid #936402;    
  }


.btn-primary-download {
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #000;
    /*font-weight: 600;*/
    font-size: 12px;
    font-family: 'barlow',sans-serif;
    background-color: #FBB82C;
    border: 2px solid #FBB82C;    
  }

  .btn-primary-download:hover {
     padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #000;
    /*font-weight: 600;*/
    font-size: 12px;
    font-family: 'barlow',sans-serif;
    background-color: #E19904;
    border: 2px solid #E19904;    
  }




.ftco-navbar-light.scrolled .btn-mkono  {
      margin-top: -6px;
      margin-left: -5px;
      background-color: #FBB82C !important;;
      color: #000 !important;
      padding: 15px 50px !important;
      border-color: #FBAB04 !important;;
      font-size: 12px !important;
    }



.back-title {
  position: relative;
  text-align: center; }
  .back-title .archivment-front {
    position: relative;
    z-index: 9; }
  .back-title .archivment-front h2 {
    color: #729050;
    /*font-size: 140px;*/
    font-size:8vw;
    font-weight: 300;
    font-family: 'barlow', sans-serif; }

    /*@media (max-width: 767px) {
      .back-title .archivment-front h2 {
        font-size: 37px; } }*/

        @media screen and (min-width: 601px) {
      .back-title .archivment-front h2 {
            /*font-size: 37px;*/
            font-size:8vw;
             } 
    }


  .back-title h2.archivment-back {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
    /*font-size: 130px; */
    font-size:8vw;  
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    opacity: 0.5;   
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #E4EBF3;  

}


/* buttons */
.red-btn {
  display: inline-block;
  font-size: 15px;
  font-family: "barlow", sans-serif;
  font-weight: 300;
  padding: 14px 32px 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.red-btn:hover{
  display: inline-block;
  text-decoration: none;
   padding: 14px 32px 12px;
  color: #000;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  position: relative;
  z-index: 1;
}

.red-btn:hover:before {
  height: 100%;
  width: 100%;
   text-decoration: none;
  color: #333;
}
.red-btn:hover:after {
  height: 100%;
  width: 100%;
}
.red-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.red-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

.site-btn {
  font-size: 15px;
  color: #ffffff;
  background: #000;
  font-family: "Play", sans-serif;
  font-weight: 700;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 34px 12px;
  width: 100%;
}



.thumbnail {
      padding: 50px; 
      padding-top: 80px; 
      padding-bottom: 60px; 
      /*border-top: 5px solid #FBB82C; */
      line-height: 1.42857143;  
      background-color: #243141; 
      box-shadow: 10px 5px 38px rgba(0,0,0,.25);
}


.thumbnail-white {
      padding: 50px; 
      padding-top: 80px; 
      padding-bottom: 60px; 
      border-top: 5px solid #FFF; 
      line-height: 1.42857143;  
      background-color: #FFF; 
      box-shadow: 10px 5px 38px rgba(0,0,0,.25);
}





.btn_view {
  border-radius: 0px;  
  padding: 10px 40px;
  position: relative;
  color: #FFF;
  margin-top: 30px;
  background-color: transparent;
  border: 8px solid rgba(255,255,255, 0.1);
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden; 
  display: inline-block;
  text-align: center;  
  font-family: arial;
  font-size: 12px;
  
   text-transform: uppercase;
}

.btn_view:hover {
  color: #fff;
  background-color: transparent;
  border: 8px solid rgba(255,255,255, 0.6);

}


.btn_view:before {
  content: ""; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;  
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
 /* opacity: .8;*/
  
}

.btn_view:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;

}


.btn_view_white {
  border-radius: 0px;  
  padding: 10px 40px;
  position: relative;
  color: #000;
  margin-top: 30px;
  background-color: transparent;
  border: 8px solid rgba(43,46,51, 0.1);
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden; 
  display: inline-block;
  text-align: center;  
  font-family: arial;
  font-size: 12px;
  
   text-transform: uppercase;
}

.btn_view_white:hover {
  color: #000;
  background-color: transparent;
  border: 8px solid rgba(43,46,51, 0.5);

}


.btn_view_white:before {
  content: ""; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
 /* opacity: .8;*/
  
}

.btn_view_white:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;

}




.jumbotron-dark {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 320px;
  margin-bottom: 60px;
  color: inherit;
  background-color: #333;
  background: url(../images/dark-bg.jpg) no-repeat fixed; 
   background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



.card {
  border: 0;
  border-radius: 10px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.my-card-red {
  border-top: 3px solid #FBB82C !important;
}




.card-facilities {
    padding: 60px; 
    z-index:;
    margin-top: -30px;  
    margin-bottom: 40px;
    line-height: 1.42857143;
    background-color: #222;   
    /*padding-bottom: 60px; */     
    border-radius: 0px;
    text-align: center;    
    box-shadow: 10px 5px 38px rgba(0,0,0,.41);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ftco-footer {
  padding-top: 100px;
}

.ftco-footer p {
  font-family: 'barlow', sans-serif;
  font-size: 13px;
}

.ftco-footer ul {
  font-family: 'barlow', sans-serif;
  font-size: 13px;
  text-transform: none;
}



.ftco-footer hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}


/*
  .jumbotron-contact { 
  margin-top: -40px;
  padding-top: 200px;  
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url("../images/contact-bg.jpg") center center;  
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}
*/

.jumbotron-contact {
    margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px;
  background: #333;
  border-radius: 0px;
  background: url(../images/contact-bg.jpg) no-repeat; 
    background-size: cover;
    background-repeat: no-repeat;
}

.jumbotron-blog {
    margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px;
  background: #333;
  border-radius: 0px;
  background: url(../images/blog-bg.jpg) no-repeat; 
    background-size: cover;
    background-repeat: no-repeat;
}

