@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-BlackAlternate.woff2') format('woff2'),
        url('../ttf/DIN-BlackAlternate.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-RegularAlternate.woff2') format('woff2'),
        url('../ttf/DIN-RegularAlternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Medium.woff2') format('woff2'),
        url('../ttf/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Regular.woff2') format('woff2'),
        url('../ttf/DIN-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Bold.woff2') format('woff2'),
        url('../ttf/DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN-Light.woff2') format('woff2'),
        url('../ttf/DIN-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
a{
  text-decoration: none;
}

.header{
  border-top: solid 35px #c9582f;
}
.header-int{
  height: 50px;
  background: rgb(0,0,0);
  background: radial-gradient(circle,rgba(255,255,255,1) 0%, rgba(254,194,65,1) 50%, rgba(0,0,0,1) 100%);
}

.top-social{
  list-style: none;
  padding: 0;
}
.top-social-item{
  display: inline-block;
  
}
.top-social-link{
  color:#fff;
}
.top-social-link:hover .top-link-circle{
  background-color: #fff;
}
.top-social-link:hover .top-link-circle i{
  color: #c9582f;
}
.top-link-circle{
  margin-top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color:#c9582f;
  text-align: center;
}
.top-link-circle i{
  vertical-align: middle;
}
.address-top,
.top-phone{
  margin-top: 10px;
}
.address-top{
  color: #c9582f;
}
.top-phone{
  color: #c9582f;
  font-size: 20px;
}
.shadow{
  /*display: flex;*/
	align-items: center;
	justify-content: center;
}
.bottom {
  box-shadow: 0px 0 10px 0 #c9582f;    
}
.blk-line{
  background-color: #000;
  padding: 25px 0;
}
.blk-line .pvt-title{
  color:#fff;
} 
.grey-line{
  background-color: #ececec;
  padding: 25px 0;
}
.text-intro{
  padding-top: 25px;
  text-transform: uppercase;
}
.pvt-title{
  color:#000;
  font-family: 'DIN';
  font-weight: bold;
  font-size: 18px;
}
.return-site{
  color: #656565;
  font-size: 18px;
  font-family: 'DIN';
  font-weight: normal;
}
.return-site:hover{
  text-decoration: none;
  color: #c9582f;
}
.login-box{
  background: url('../img/bg.png') no-repeat top center;
  min-height: 768px;
}
.internal-box{
  background: url('../img/bg-int.png') no-repeat top center;
  min-height: 768px;
  padding: 100px 0;
}
.form-box{
  padding-top: 150px;
}
.login-form{
  padding-top: 50px;
  color:#656565;
}
.login-form input{
  border-radius: 10px;
}
.btn-orange{
  background-color: #c9582f;
  padding: 15px 50px;
  color: #fff;
  margin-top: 25px;
}
.other-lnk,
.copy-txt{
  color:#656565;
}
.other-lnk{
  font-size:15px;
}
.other-lnk:hover{
  color: #c9582f;
}
.copy-txt{
  padding-top: 25px;
  font-size:12px;
}
.plt-tlt{
  color:#656565;
  padding-top: 50px;
}
.plt-txt{
  color:#656565;
  padding-top: 25px;
}
.acn-btn{
  background-color:#bb7c17 !important;
  color:#000 !important;
}
.bx-vid{
  margin: 50px 0;
}
.gld-title{
  font-family: 'DIN';
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  color:#000;
  background: rgb(0,0,0);
  background: radial-gradient(circle,rgba(255,255,255,1) 0%, rgba(254,194,65,1) 50%, rgba(0,0,0,1) 100%);
}
.cns-tl{
  margin-top: 100px;
}
.cns-box{
  padding: 15px 0;
  background-color: #d5b27b;
  border-radius: 10px;
}
iframe{
  width:100% !important;
  max-height:450px !important;
}