@font-face {
font-family: "Adobe Garamond";
/*src: url("../font/Adobe_Garamond_Pro_Regular.ttf");*/
src: url("../font/Adobe_Garamond_Pro_Light.ttf");
}

@font-face {
font-family: "Adobe Garamond Regular";
src: url("../font/Adobe_Garamond_Pro_Regular.ttf");
}

body.holding {
  background: url('../images/backgroudn.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: Adobe Garamond;
}

/*
body.holding:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .39);
    position: absolute;
    top: 0px;
    left: 0px;
}*/

.holding .nt-mt{
	margin-top: 80px;
	text-align: center;
}
.holding .logo{
	width: 400px;
}
body.holding{
	color: #ffffff;
}
.holding .nt-auto{
	margin: auto;
    /*border: 2px solid; */
    margin-top: 80px;
    padding: 0px;
}
.holding .nt-auto hr{
    border-top: 2px solid #fff;
    width:600px;
}
.nt-auto .row{
    margin: 0px;
}
.holding h1{
	/* background: rgba(255,255,255,.14); */
	padding: 30px;
	text-align: center;
    letter-spacing: 2px;
    font-size: 1.6em;
    font-family: "Adobe Garamond Regular";
    font-weight: bold;
    /*border-bottom: 2px solid #ffffff; */
}
.holding .nt-center{
	text-align: center;
}
.holding .nt-info{
	margin: 30px 0 30px 0;
	letter-spacing: 2px;
	font-size: 14px;
}
.holding .nt-info strong{
	font-family: "Adobe Garamond Regular";
	font-size: 14px;
}
.holding .nt-info .nt-number{
	font-size: 14px;
}

.holding .nt-info strong, .holding .nt-info .nt-number, .holding .nt-info div{
	margin-bottom: 5px;
}
.holding footer{
    background: #8b8b8b;
    margin-top: 178px;
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
}
.holding a, .holding a:hover, .holding a:focus, .holding a:active{
    color:#ffffff;
}
@media screen and (max-width: 480px) {
  .holding .logo{
	width: 250px;
  }
  .holding h1{
    font-size: 25px;
  }
  body.holding {
    overflow-x: hidden;
    background-position-x: -248px;
    background-position-y: -40px;
  }
  .holding .nt-auto{
    margin-left: 15px;
    margin-right: 15px;
  }
  .holding .nt-mt, .holding .nt-auto{
	margin-top: 30px;
  }
  .holding footer{
    margin-top: 50px;
  }
  .holding .nt-auto hr{
    width:100%;
  }
  
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .holding .nt-mt, .holding .nt-auto{
	    margin-top: 30px;
    }
    .holding footer{
        margin-top: 50px;
    }
    body.holding {
        background-position-x: -280px;
        background-position-y: -40px;
    }
    .holding .nt-auto hr{
        width:100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .holding .nt-auto{
        flex: 0 0 83.333333%;
        max-width: 83.333333%; 
    }
    .holding .nt-auto hr{
        width:100%;
    }
}