body{
	
	margin: 0;
	padding: 0;
}

/*--------This part is for the footer content------*/

/*--------------THESE ARE THE FONTS ----------*/

h1 {
font-family: 'hyundai_sans_head_officeMd', Arial, sans-serif;
font-weight:normal;
font-style:normal;
font-weight: normal;
color: #000;
font-size: 44px;
line-height: 32p;
}

h2 {
font-family: 'hyundai_sans_text_officebold', Arial, sans-serif;
font-weight:normal;
font-style:normal;
color: #000;
font-size: 20px;
line-height: 21px;
}

h3 {
font-family: 'hyundai_sans_text_officeRg', Arial, sans-serif;
font-weight:normal;
font-style:normal;
color: #fff;
font-size: 18px;
line-height: 21px;

}

p {
font-family: 'hyundai_sans_text_officeRg', Arial, sans-serif;
font-weight:normal;
font-style:normal;
color: #000;
font-size: 14px;
line-height: 21px;
}


a {
font-family: 'hyundai_sans_text_officeRg', Arial, sans-serif;
font-weight:normal;
font-style:normal;
color: #000;
font-size: 15px;
}

h5{
font-family: 'hyundai_sans_text_officeRg', Arial, sans-serif;
font-weight:normal;
font-style:normal;
}


/*--------------THESE ARE THE FONTS ----------*/


#footer{
	background: #000;
	padding: 0 0 0 0;
	color: #eee;
	font-size: 14px;
	height: 50px;

}

#footer .footer-top{
	background: #111;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info{
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3{
	font-size: 30px;
}

#footer .footer-top .footer-links ul a:hover{
	color: #fff;
}

#footer .footer-top .footer-contact{
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p{
	line-height: 26px;
}

#footer .footer-top .footer-newsletter{
	margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"]{
	border: 0;
	padding: 6px 8px;
	width: 65%;
	}

#footer .footer-top .footer-newsletter input[type="submit"]{
	background: #000;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover{
	background: #13a456;
}

#footer .copyright{
	text-align: left;
	padding-top: 30px;

}

#footer .credits{
	text-align: center;
	font-size: 13px;
	color: #ddd;
}	

/* this is for the social media icons*/

.fa {
  padding: 15px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  
  color: #a0a0a0;
}

.fa-instagram {
  
  color: #a0a0a0;
}


.fa-twitter {
 
  color: #a0a0a0;
}

.fa-linkedin {

  color: #a0a0a0;
}

.fa-youtube {
 
  color: #a0a0a0;
}

#footer p {
	padding-left: 100px;
}

/* social media css codes ends here */

/********************************************************/

/* This part is for the navbar*/

.navbar{
	padding: 0 0 0 0;
	margin: 0;

}

#brand-image{
	height: 25px;
	margin-left: 50px;

}

.navbar-default{
	background-color: #fff;
	border: none;
}

nav{
	height: 0px;
}

/*   this is for the google map  */

#map-container{
	height: 100px;
}

/*  this is for the bg image */

.bg-carousel{
	height: 1000px;
	background-color: #000;
}

.bg-img{
	background-image: url(img/staging1.jpg);
}

/*------ TEXT ON BANNER SM-------*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section1{
	position: relative;
}

/*-----------MODAL CSS STYLING--------*/

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

/*------- table css --*/


tr th {
    font-size: 14px;
    padding: 6px 15px 6px 15px;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 35px;
    border-bottom: 1px solid #fff;
    width:400px;
    border-right: 1px solid #e4dcd3;
    background: #e4dcd3;
    font-family: 'hyundai_sans_head_officeRg';
}

  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}  

tr td {
    padding: 7px 15px;
   border-right: 1px solid #e4dcd3;
    border-bottom: 1px solid #e4dcd3;
    font-size: 12px;
     font-family: 'hyundai_sans_head_officeRg';
     width:600px;
    }

table{
	border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-color: grey;
    position: relative;
} 

.specsContent .infoTableType {
    border-top: 1px solid #e4dcd3;
    border-left: 1px solid #e4dcd3;
    border-bottom: 1px solid #e4dcd3;
    width: 100%;
    line-height: 16px;
    }
      
.table-borderless td,
.table-borderless th {
    border: 0;
}

  /*-------------------SECTION 3 CAROUSEL -------------*/


#carousel-custom{
    margin-top:  10px;
    width: 100%;}

#carousel-custom .carousel-indicators {
    margin: 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 157px;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 1;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}  

.card-img-top{
  max-width: 100%;
  height: auto;
  display:block;
}
/*  -----------IMAGE TAB CSS IS HERE -------*/



/*nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;*/
}

/*---------- IMAGE TAB CSS ENDS HERE ----------*/

.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
    }

.nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;
    height: 0;

}

/*--- THIS IS FOR THE SPECIFICATION PANELS---*/

.panel-default{
  background-color: transparent;
}


