*:focus {
  outline: none;
}
body {
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  color: #3d2314;
  font-style: normal;
  width: 100%;
}
@font-face{
	font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
	src: url('/fonts/din/DINPro-Medium.woff') format('woff'),
	url('/fonts/din/DINPro-Medium.ttf') format('truetype'),
  url('/fonts/din/DINPro-Medium.otf')format('opentype');
}

@font-face{
	font-family: 'DIN-Bold';
	src: url('/fonts/din/DINPro-Bold.woff') format('woff'),
	url('/fonts/din/DINPro-Bold.ttf') format('truetype'),
  url('/fonts/din/DINPro-Bold.otf')format('opentype');
}

@font-face{
	font-family: 'DIN-CondBold';
	src: url('/fonts/din/DINPro-CondBold.woff') format('woff'),
	url('/fonts/din/DINPro-CondBold.ttf') format('truetype'),
  url('/fonts/din/DINPro-CondBold.otf')format('opentype');
}
img {
  border: 0;
}
em {
  font-size: 12px;
  color: #666666;
}
h1, h2, h3 {
  padding: 0;
  margin: 0
}
form {
  padding: 0;
  margin: 0;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
  outline: none;
}
p a {
  color: #006786;
  text-decoration: underline;
  outline: none;
}
p a:hover {
  text-decoration: none;
  outline: none;
  outline: none;
}
.clear {
  clear: both;
  line-height: 0px;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
p {
  color: #666666;
  font-size: 12px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin: 0px;
  padding-bottom: 10px;
}
p strong {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
}
h1 {
  color: #000000;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h2 {
  color: #444444;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h3 {
  color: #444444;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h4 {
  color: #000000;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h5 {
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*----------------------------*/

#frontpage {
  width: 100%;
  background: url('../images/frontpage-background.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 220px;
}
#frontpage .find-dealer-widget {
  display: block;
  background: #ffffff;
  padding: 25px;
  width: 100%;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#frontpage .find-dealer-widget:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
#frontpage .find-dealer-widget .box{
  width: 30%;
  float: left;
  margin: 1.5%;
  text-align: center;
}
#frontpage .find-dealer-widget .box .title{
  margin-bottom: 10px;
  color: rgb(34,34,34);
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 16px;
}
#frontpage .find-dealer-widget .box select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background: rgb(255,255,255);
    border: 1px solid rgb(222,230,239);
    border-radius: 0;
    color: rgb(172,180,189);
    font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    width: 40%;
    padding: 0 10px;
    margin-bottom: 10px;
}
#frontpage .find-dealer-widget .box select:hover{
  background: rgb(245,245,245);
}
#frontpage .find-dealer-widget .box input{
  background: rgb(255,255,255);
  border: 1px solid rgb(222,230,239);
  border-radius: 0;
  color: rgb(172,180,189);
  font-size: 16px;
  height: 50px;
  width: 100%;
  padding: 0 4%;
  margin-bottom: 10px;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
}
#frontpage .find-dealer-widget .box input:hover{
  background: rgb(245,245,245);
}
#frontpage .find-dealer-widget .box input:focus{
  background: rgb(245,245,245);
  color: rgb(34,34,34);
}
#frontpage .find-dealer-widget #box2 input,#frontpage .find-dealer-widget #box3 input{
  float: left;
  width: 56%;
  margin-right: 4%;
}
#frontpage .find-dealer-widget .box button{
    background: rgb(0,85,184);
    border: 0;
    color: rgb(255,255,255);
    font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 50px;
    width: 100%;
}
#frontpage .find-dealer-widget .box button:hover{
    background: rgb(0,105,204);
}
#frontpage .find-dealer-widget .regions-lists{
  width: 96%;
  margin: 0px auto;
  margin-top: 20px;
}
#frontpage .find-dealer-widget .regions-lists > div{
	float:left;
	display:block;
	width:33%;
}
#frontpage .find-dealer-widget .regions-lists h3{
  color:rgb(34,34,34);
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 16px;
}
#frontpage .find-dealer-widget .regions-lists ul li{
  list-style: disc;
}
#frontpage .find-dealer-widget .regions-lists li, #frontpage .find-dealer-widget .regions-lists li a {
    color: rgb(0,85,184);
    font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
}
#frontpage .find-dealer-description{
  padding: 38px 0 26px 0;
}
#frontpage .find-dealer-description h1{
  color: #FFFFFF;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  font-size: 20px;
  display: inline;
}
#frontpage .find-dealer-description p{
  color: #FFFFFF;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 18px;
  display: inline;
}
#wrapper {
  width: 940px;
  margin: 0px auto;
}
#main_heading_part {
  width: 900px;
  background: #e6e2dd url(../images/main_heading_bg.gif) repeat-x left top;
  margin-top: 49px;
  padding: 10px 20px;
  line-height: 26px;
  font-size: 20px;
  color: #777676;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  text-shadow: 2px 1px #fff;
}
#main_heading_part span {
  font-size: 18px;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
}
#three_box_part {
  width: 940px;
  margin-top: 50px;
}
.box1 {
  width: 300px;
  float: left;
  margin-right: 20px;
}
.box2 {
  width: 300px;
  float: left;
  margin-right: 20px;
}
.box3 {
  width: 300px;
  float: right;
}
.box1_heading {
  width: 280px;
  text-transform: uppercase;
  height: 32px;
  background: url(../images/box1_heading_bg.gif) repeat-x left top;
  color: #777676;
  font-size: 16px;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  line-height: 32px;
  padding-left: 20px;
  text-shadow: 2px 1px #fff;
}
.box1_content {
  background-color: #FFF;
  padding: 26px 21px 17px 21px;
  min-height: 118px;
}
.box1_content .box_input {
  width: 237px;
  height: 36px;
  border: 0 none;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  padding: 0 10px !important;
  margin-bottom: 10px;
}
.zip_input2 {
  width: 237px;
  height: 36px;
  border: 0 none;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
  line-height: 36px;
  padding: 0 10px;
}
.box1_content .get_specials {
  width: 111px;
  border: 1px solid #4cb9dc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  height: 26px;
  line-height: 23px;
  float: right;
  margin-top: 15px;
  padding-bottom: 4px;
  text-align: center;
  color: #FFF;
  behavior: url(./ie-css3.htc);
}
.box1_content .get_specials:hover {
  behavior: url(ie-css3.htc);
  border: 1px solid #2288c7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: block;
}
.box1 .get_specials {
  margin-top: 47px !important;
}
.box2_content {
  padding: 26px 21px 17px 21px;
  min-height: 118px;
}
.box2_content .box_input {
  width: 237px;
  height: 36px;
  margin-bottom: 10px;
  border: 0 none;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  padding: 0 10px;
}
.box2_input2 {
  behavior: url(ie-css3.htc);
  width: 257px;
  height: 31px;
  margin-bottom: 10px;
  border: 0 none;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  padding: 6px 10px;
  line-height: 31px;
}
.get_specials2 {
  width: 95px;
  height: 26px;
  float: right;
  border: none;
  cursor: pointer;
  margin-top: 16px;
  padding-bottom: 4px;
  display: block;
}
.get_specials2:hover {
}
.box2_content .get_specials {
  width: 113px;
  height: 26px;
  float: right;
  border: none;
  cursor: pointer;
  margin-top: 16px;
  padding-bottom: 4px;
  display: block;
  text-indent: -99999px;
}
.box2_content .get_specials:hover {
}
.comparision_get_specials {
  margin-bottom: 10px;
}
.get_specials3 {
  width: 120px;
  height: 26px;
  float: right;
  margin-top: 16px;
  padding-bottom: 4px;
  margin-bottom: 6px;
  margin-right: 18px;
}
.get_specials3 a {
  width: 120px;
  height: 26px;
  display: block;
}
.get_specials3 a:hover {
}
.learn_more {
  width: 112px;
  height: 26px;
  float: right;
  margin-top: 16px;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.learn_more a {
  width: 112px;
  height: 26px;
  display: block;
}
.learn_more a:hover {
}
.last {
  margin-right: 0px !important;
}
.hyundai_logo {
  text-align: center;
  margin: 0 auto;
  display: block;
}


/* Popup */
#popup-main{
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
	left: 50%;
  min-height: 330px;
	position: fixed;
	padding: 25px;
	margin-left: -200px;
	margin-top: 80px;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	visibility: hidden;
	width: 400px;
	z-index: 9999;
}
	#popup-main:hover {
	  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	  -webkit-transform: translateY(-5px);
	  -moz-transform: translateY(-5px);
	  -o-transform: translateY(-5px);
	  -ms-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
	#popup-main a.close-button{
    color: rgba(34,34,34,0.6);
    cursor: pointer;
    position: absolute;
		right: 20px;
    top: 20px;
	  -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	  -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	  -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	  transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	  -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
	  -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
	  -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
	  transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
	}
	#popup-main a.close-button:hover{
    color: rgba(34,34,34,1.0);
	}
	#popup-main .close-button i{
		font-size: 16px;
	}
	#popup-main h2{
		color: rgb(34,34,34);
    font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 26px;
		margin-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	}
	#popup-main ul{
		margin-top: 20px;
	}
	#popup-main li{
		text-align: center;
		color: rgb(60, 60, 60);
		font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
		font-size: 18px;
	}
	#popup-main li a{
		color: rgb(0,124,194);
		font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
		font-size: 18px;
	}
#popup-overlay{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.7);
	z-index: 9998;
	visibility: hidden;
}
/* End Popup */


/*========== Inner Index ==========*/

#inner_main {
  width: 100%;
  background: #fff url(../images/inner_main_bg.jpg) no-repeat center top;
  margin: 0px;
  padding: 0px;
}
#inner_wrap {
  width: 940px;
  margin: 0px auto;
}
header {
  width: 100%;
    background: rgb(0,40,86);
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.30);
  z-index: 9990;
  position: relative;
}

.navbar {
    background: rgb(0,40,86);
    border-radius: 0 !important;
    max-width: 1570px;
    margin: 0 auto;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.navbar-header {
  vertical-align: middle;
  padding: 16px;
}
  .region_name {
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top;
  }
  .region_name a {
    color: rgb(152,213,233);
    font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: text-top;
  }
.navbar-right{
  padding: 0;
}
nav {
  width: auto;
  float: left;
}
nav ul {
  width: auto;
}
nav ul li {
  float: left;
  position: relative;
  display: block;
}
nav ul li a {
    border: none;
    border-top: 2px solid rgba(152,213,233,0);
    background: none;
    color: rgb(255,255,255);
    display: block;
    font-size: 14px;
    font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 20px;
    text-decoration: none;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
nav ul li a:hover, nav ul li a.current {
  color: rgb(255,255,255);
  background: rgb(15,56,100);
}
nav ul li a.current {
  border-top: 2px solid rgba(152,213,233,1);
}
.locat_a_dealer_btn {
  width: 137px;
  height: 25px;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  position: absolute;
  right: -12px;
  top: 19px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 11px;
  display: block;
  padding-left: 10px;
}
.locat_a_dealer_btn a {
  color: #ffffff;
  padding-left: 10px;
}
.locat_a_dealer_btn:hover {
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#wrap {
    overflow: hidden;
    max-width: 1570px;
    margin: 0 auto;
}
main{
  width: 70%;
  float: left;
}
aside {
  float: right;
  background: rgb(0,85,184);
  margin: 0;
  padding: 0;
  width: 30%;
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}
aside .dealer{
  background: rgb(0,85,184);
  border-bottom: 1px solid rgb(0,40,86);
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
aside .dealer:hover {
  background: rgb(20,105,204);
}
aside .dealer h2 {
  color: rgb(255,255,255);
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
aside .dealer p {
  color: rgb(255,255,255);
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
aside .dealer span {
  color: rgb(152,213,233);
  display: block;
  font-size: 18px;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  line-height: 23px;
  margin-top: 10px;
}
aside .dealer .arrow {
  left: 4px;
  position: relative;
  -webkit-transition: left .2s linear;
  -moz-transition: left .2s linear;
  -o-transition: left .2s linear;
  transition: left .2s linear;
}
aside .dealer:hover .arrow {
  left: 12px;
  -webkit-transition: left .2s linear;
  -moz-transition: left .2s linear;
  -o-transition: left .2s linear;
  transition: left .2s linear;
}
aside .dealer img{
  width: auto;
}
.choose_dealer {
  width: 260px;
  border: 1px solid #9cd5e8;
  background: #c2e7f9 url(../images/section1_bg.gif) repeat-x left top;
  padding: 17px 19px 10px 19px;
  height: 70px;
}
.help_me {
  width: 165px;
  float: left;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #078db5;
  padding: 13px 0px 0px 5px;
}
.help_me a {
  color: #078db5;
}
.help_me a:hover {
  color: #006786;
}
.go_btn {
  width: 53px;
  float: right;
  margin-top: 9px;
}
.go_btn a {
  width: 53px;
  height: 26px;
  display: block;
}
.go_btn a:hover {
}
.dealers{
  float: left;
  margin-top: 14px;
  width: 100%;
}
.heading {
  color: #002044;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.section_content {
  /*border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: #FFF;
  width: 260px;
  padding: 8px 19px;*/
}
.heading2 {
  color: #000000;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 10px;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #f7f7f7;
  width: 284px;
}
.section_content2 {
  background: url(../images/Greater_Charlotte_bg.gif) repeat-y left top;
  width: 274px;
  padding: 12px 15px;
}
.heading3 {
  color: #000000;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 10px;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #f7f7f7;
  width: 293px;
}
.section_content3 {
  background-color: #FFF;
  width: 275px;
  padding: 17px 19px;
}
.section_content ul {
  /*width: 260px;*/
}
.section_content ul li {
  width: 260px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 29px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.section_content ul li a {
  line-height: 23px;
  text-decoration: none;
  border-bottom: 1px solid #0055B8;
}
.copy_right {
  width: 300px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  padding: 0px 0 0 0px;
}
#right_part {
  width: 620px;
  float: right;
}
#right_part section {
  width: 618px;
  float: right;
  margin-top: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 2px #d6d3d3;
  -moz-box-shadow: 0px 0px 2px #d6d3d3;
  -webkit-box-shadow: 0px 0px 2px #d6d3d3;
  border: 1px solid #e1e1e1;
}
.banner {
  margin: 0;
  width: 100%;
}
.banner img{
  width: 100%;
}
.video img {
    width: 100%;
}
#sign-up {
  background: rgb(152,213,233);
  padding: 24px 0;
  text-align: center;
  width: 100%;
}
#sign-up div {
  display: inline-block;
  padding: 0;
  height: auto;
}
#sign-up .special-offers,#sign-up .content{
  width: 100%;
}
#sign-up span {
  color: rgb(0,40,86);
  display: inline-block;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 20px;
  margin-right: 5px;
  text-transform: uppercase;
  vertical-align: text-top;
}
#sign-up input[type="text"], #sign-up input[type="email"] {
  width: 160px;
  border-radius: 4px;
  padding: 10px;
}
#sign-up input[type="submit"] {
    background: rgb(0,85,184);
    border:0;
    border-radius: 36px;
    color: rgb(255,255,255);
    font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
    padding: 10px 30px;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
#sign-up input[type="submit"]:hover {
    background: rgb(20,105,204);
}
footer {
  text-align: left;
  width: 100%;
}
footer .container {
  padding: 40px;
}
footer a {
  color: rgb(0,85,184);
  display: inline-block;
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
footer p {
  color: rgb(0,40,86);
  font-family: 'DIN-Bold', Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/*========== Specials ==========*/

.right_main_heading h1{
  color: rgb(0,32,68);
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 72px;
  display: inline-block;
}
.right_main_heading h2{
  color: rgb(0,32,68);
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 42px;
  display: inline-block;
}
#right_part2{
  padding: 22px 22px 10px 22px;
}
#right_part2 section article {
  margin: 0px auto;
  margin-top: 20px;
  border: 1px solid rgb(231,231,231);
  padding: 34px 20px;
}
#right_part3 {
  padding: 22px 22px 10px 22px;
}

.comparison-selection-container {
  display: inline-block;
  width: 30%;
  margin-top: 30px;
}

.comparison-selection {
  display: none;
}

#disabled-container {
  display: block;
}
.comparison-selection-container select {
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 40px;
  border: 0;
  margin-top: 20px;
  width: 100%;
  background: #76B8DE;
  color: #002044;
  margin: 0;
  padding: 0;
  outline: none;
}
.comparison-selection-container select:disabled {
	background: #DCDCDC;
	color: #B0B0B0;
}


select#compare-nav {
    height: 30px;
    border: 0;
    margin-top: 20px;
    width: 100%;
    background: #76B8DE;
    color: #002044;
}
.article_left_part {
  width: 330px;
  float: left;
}
.article_left_part p {
  color: rgb(0,40,86);
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.article_left_part h3 {
  color: rgb(0,40,86);
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 36px;
  margin-bottom: 24px;
}
.article_right_part img{
  max-width:350px;
  width: 100%;
  margin-top:10%;
  float: right;
}
article p {
  color: #666666;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-top: 21px;
}
.article_links {
  margin-right: 10px;
}
.article_links a {
  background: rgb(255,255,255);
  border: 2px solid rgb(152,213,233);
  border-radius: 36px;
  color: rgb(0,85,184);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  line-height: 14px;
  padding: 8px 13px;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.article_links a:hover {
  background: rgb(164,208,233);
  color: rgb(255,255,255);
}
.section_content4 {
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: #FFF;
  width: 298px;
  padding: 12px 0px;
}
.section_content4 ul {
  width: 298px;
}
.section_content4 ul li {
  width: 298px;
  color: #008bbf;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 29px;
}
.section_content4 ul li a {
  color: #008bbf;
  text-decoration: none;
  display: block;
  padding: 0 19px;
}
.section_content4 ul li a:hover, .section_content4 ul li a.current {
  color: #008bbf;
  font-weight: bold;
  background-color: #ecf7fa;
}
.section_content4 ul li a.current2 {
  color: #008bbf;
  font-weight: bold;
}
.section_content4 ul li ul {
  width: auto;
}
.section_content4 ul li ul li {
  width: auto;
  color: #444444;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
  margin-top: 1px;
  font-weight: normal;
}
.section_content4 ul li ul li a {
  color: #444444;
  padding-left: 34px;
}
.section_content4 ul li ul li a:hover, .section_content4 ul li ul li a.current {
  color: #008bbf;
  font-weight: bold !important;
  background: #ecf7fa url(../images/blue_bullet.png) no-repeat 20px 10px;
}
#right_part2 section section {
  border: 0 none !important;
  box-shadow: 0px 0px 0px #fff;
  -moz-box-shadow: 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px #fff;
}

/*-- Detail Page --*/

.detail_img_part {
	text-align: center;
	float: none;
}
.detail_img_part img{
	max-width: 400px;
	width: 100%;
	margin-top: 10px;
	float: none;
}
.detail_page_btn {
  width: 140px;
  float: left;
  margin-left: 18px;
}
.share_with_frnd {
  width: 140px;
  height: 34px;
  display: block;
}
.share_with_frnd:hover {
  cursor: pointer;
}
a.print_special {
  width: 108px;
  height: 36px;
  display: block;
  margin-top: 9px;
}
a.print_special:hover {
  cursor: pointer;
}
.view_inventory {
  width: 116px;
  height: 36px;
  display: block;
  margin-top: 9px;
}
.view_inventory:hover {
  cursor: pointer;
}
.special-links {
    margin-top: 20px;
}
.special-links a {
  background: rgb(255,255,255);
  border: 2px solid rgb(152,213,233);
  border-radius: 36px;
  color: rgb(0,85,184);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  line-height: 14px;
  padding: 8px 13px;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.special-links a.active,.special-links a:hover {
  background: rgb(164,208,233);
  color: rgb(255,255,255);
}
.specials_description {
  background-color: #FFF !important;
  border-bottom: 1px dashed #cfcfcf !important;
  padding: 20px 0px !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  width: 584px !important;
  margin-bottom: 25px !important;
}
.specials_description p {
  padding-top: 15px !important;
}
.specials_description2 {
  background-color: #FFF !important;
  padding: 0 0 22px 0px !important;
  border: 0 none !important;
  margin-top: 0px !important;
}
.specials_description2 p {
  padding-bottom: 0px !important;
}
.specials_description3 {
  background-color: #FFF !important;
  padding: 0 0 0px 0px !important;
  border: 0 none !important;
  margin-top: 0px !important;
}
.specials_description3 p {
  padding: 0px !important;
  margin: 0px !important;
}
.region_dealer {
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  width: 258px;
  height: 100px;
}

/*-- accordian --*/

.pageContent {
  /*width: 258px;
  margin: 0;
  padding: 20px 0px 0px 0px;*/
}
.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0px;
  border: 0 none !important;
}
.accordion ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.accordion li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  float: left;
  display: block;
  width: 100%;
}
.accordion li.active>a {
  background: #0055B8;
  color: #ffffff;
}
.accordion li div {
  padding: 5px 10px;
  position: absolute;
  background: #0055B8;
  display: block;
  clear: both;
  float: left;
  width: 260px;
}
.accordion a {
  text-decoration: none;
  border: 0;
  font-size: 15px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  color: #0055B8;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.accordion li.active a{
  color: #ffffff;
  font-size: 12px;
}
.accordion li a {
  font-size: 15px;
  color: #0055B8;
}
.accordion li.active a{
  color: #ffffff;
}
.accordion li a span {
  font-size: 13px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  color: #0055B8;
}
.accordion li a span.text13 {
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.accordion li.active a span{
  color: #ffffff;
}

/* Level 2 */

.accordion li ul li {
  background: #e7f6fd;
  font-size: 0.9em;
}
.locate_line {
  width: 259px;
  height: auto;
  float: left;
  background: url(../images/locate_line.jpg) no-repeat left bottom !important;
}
.comparision {
  float: right;
  margin: 0px;
  padding: 0px;
}
.comparisons_curve {
  width: 9px;
  height: 25px;
  float: left;
  background: url(../images/comparisons_curve.jpg) no-repeat left top;
  margin: 0px;
  padding: 0px;
}
.comparisons_curvebg {
  height: 25px;
  float: left;
  background: url(../images/comparisons_bg.jpg) repeat-x left top;
  margin: 0px;
  padding: 0px;
}
.comparisons_curvebg p {
  font-size: 13px;
  color: #fff;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  padding: 0px 8px 0 0px;
  float: left;
}
.right_main_heading h4 {
  /*width:200px;*/
  width: 100%;
  float: left;
}
.comparision_rgt {
  float: left;
  margin: 0px;
  padding: 0px;
}
.comparision_rgt a {
  width: 83px;
  height: 25px;
  float: left;
  margin: 0px;
  padding: 0px;
}
.comparision_rgt a:hover {
}
.car_compare {
  margin-top: 25px;
}
.car_info {
  border-bottom: 1px dotted #d6d6d6;
  padding-bottom: 10px;
}
car_info_last {
  padding: 0;
  margin: 0;
}
.car_info_left {
  width: 50%;
  float: left;
}
.car_info_right {
  width: 50%;
  float: left;
}
.info_left {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 280px;
  float: left;
}
.info_left_heading {
  color: #002856;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 5px 0 5px 12px;
  position: absolute;
  top: 150px;
}
.info_right {
  width: 280px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.info_left, .info_right {
  position: relative;
  /*height:185px;*/
  height: 204px;
}
.info_left img, .info_right img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.info_left .img_frame, .info_right .img_frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10 !important;
  width: 280px;
  height: 150px;
}
.info_text {
  line-height: 22px
}
.info_text_right {
  line-height: 22px;
  margin-top: 40px;
}
.info_text h5 {
  margin-top: 15px;
  color: #444444;
  margin-bottom: 5px;
}
.info_text p {
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.info_text p span {
  color: #999999;
  font-size: 12px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.info_text_right p {
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.info_text_right p span {
  color: #999999;
  font-size: 12px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.info_text ul li {
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.info_text ul li strong {
  color: #999999;
  font-size: 12px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.info_text_right ul li {
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.info_text_right ul li strong {
  color: #999999;
  font-size: 12px;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/*-- tags --*/

.tags_list {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
.tags_list li {
  list-style: circle inside none;
  font-size: 12px;
  color: #666666;
  margin: 0px;
  padding: 0px 0px 13px 0px;
}
.tags_block {
  width: 210px;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.tags_block h1 {
  padding: 0px 0px 20px 0px;
}
.tags_block h2 {
  padding: 0px 0px 20px 0px;
}
.tags_block h3 {
  padding: 0px 0px 20px 0px;
}
.tags_block h4 {
  color: #444444;
  font-size: 14px;
  padding: 0px 0px 20px 0px;
}
.line_remove {
  border: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.locate_btnbg {
  width: 115px;
  float: left;
  display: block;
  margin: 0px 5px 0px 0px;
}
.locate_btnbg a {
  font-size: 12px;
  color: #006786;
  display: block;
  text-decoration: none;
  background: none;
  border: none;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 3px 0px 0px 6px;
}
.locate_btnbg a:hover {
  color: #013241!important;
  text-decoration: none;
}
.disclaimer {
  margin-top: 20px;
}
.specials_description4 {
  background-color: #FFF !important;
  padding: 0 0 22px 0px !important;
  border: 0 none !important;
  margin-top: 0px !important;
}
.specials_description4 p {
  padding: 22px 0 0 0 !important;
  font-size: 22px;
  line-height: 30px;
  margin: 0px;
  color: #666666;
}
.specials_description4 h2, .specials_description4 h3, .specials_description4 h4 {
  padding-top: 22px;
}
.specials_description4 ul {
  width: auto;
  margin: 22px 0 0 5px;
  color: #666;
}
.specials_description4 ul ul {
  width: auto;
  margin: 0px 0 0 5px;
  color: #666;
}
.specials_description4 ul li {
  width: auto;
  color: #666666;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 22px;
  display: block;
  background-color: none;
  padding: 12px 0 0 15px;
}
.specials_description4 li a {
  color: #444444;
  font-size: 22px;
}
.specials_description4 li a:hover {
  color: #008bbf;
}
.specials_description4 img {
  margin: 15px 0 15px 15px;
  padding: 4px;
  float: right;
  border: 1px solid #e1e1e1;
}
.specials_description4 h2 {
  color: #444444 !important;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 18px !important;
  font-weight: normal !important;
  margin: 0px;
}
.specials_description4 h3 {
  color: #444444 !important;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  font-weight: normal !important;
  margin: 0px;
}
.specials_description4 h4 {
  color: #444444 !important;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: normal !important;
  margin: 0px;
}
.pagination {
  text-align: center;
}
.addthis_toolbox.addthis_default_style span {
  visibility: hidden;
}
.article_links .addthis_toolbox.addthis_default_style span {
  visibility: hidden;
  margin-left: -15px;
}
ul.overlist {
  background-color: none;
  margin: 20px;
}

/*-- Top Buttons for Southwest Florida --*/

#top_location_buttons {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  text-align: center;
  padding-top: 25px;
}
.assurance-block {
  padding: 20px 0 0 0;
}
.assurance-block h3 {
  color: #0054B5 !important;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 26px !important;
  line-height: 30px;
  font-weight: normal;
  margin: 0;
  font-weight: normal;
  padding: 0 0 10px;
}
.assurance-block p {
  color: #666666;
  margin: 0;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
  padding: 0 0 10px;
}
.assurance-block p a {
  color: #006786;
  text-decoration: underline;
}
.assurance-block p strong {
  color: #000;
}
.assurance-block p a:hover {
  text-decoration: none;
}
.assurance-block img {
  display: block;
  margin: 10px auto 15px;
  width: 50%;
  border: none;
  float: none;
  padding: 0;
}
.assurance-block img.image {
  display: block;
  margin: 10px auto 15px;
  width: 100%;
  border: none;
  float: none;
  padding: 0;
}
.assurance-block ul {
  margin: 0 0 15px;
}
.assurance-block li {
  color: #666666;
  display: block;
  font-family: 'DIN-Medium', Arial, Helvetica, sans-serif;
  font-size: 22px;
  padding: 0 0 0 15px;
  width: auto;
}
.logo_heading {
  margin: 5px 0 13px;
  text-align: center;
}

/*---- Added by Navghan ----*/

.mob_hyundai_logo {
  width: 214px;
  height: 34px;
  display: none;
  margin: 21px auto 87px;
}
.mob_special_offer {
  display: none;
}
.mob_footer {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mob_footer .container {
  width: 90%;
  margin: 0 auto;
}
.mob_footer .container .mob_special_offer {
  width: 100%;
  max-width: 350px;
  margin: 19px auto 10px;
}
.mob_footer .container .mob_special_offer .heading {
  width: 92%;
  padding: 12px 3.9%;
}
.mob_footer .container .mob_special_offer .section_content {
  padding: 17px 4.4%;
  width: 91%;
}
.mob_footer .container .mob_special_offer .section_content .zip_input2 {
  width: 94%;
  padding: 0 3%;
  background-size: 100% 100%;
}
.mob_footer .copyright {
  width: 100%;
  box-shadow: 0px 0px 2px #d6d3d3;
  line-height: 40px;
  font-size: 12px;
  font-weight: normal;
  color: #777676;
  text-align: center;
  -moz-box-shadow: 0px 0px 2px #d6d3d3;
  -webkit-box-shadow: 0px 0px 2px #d6d3d3;
  border-top: 1px solid #e1e1e1;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  padding: 0;
  margin-top: 20px;
}
#inner_wrap .mob_locate_dealer {
  width: 90%;
  height: 33px;
  border: none;
  cursor: pointer;
  margin-top: 16px;
  padding: 0 5%;
  display: none;
  color: #fff;
  text-align: left;
  background: url(../images/btn_bg.jpg) repeat-x left top;
  text-indent: inherit;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  margin-top: 14px !important;
}
#inner_wrap .mob_locate_dealer span {
  display: block;
  width: 100%;
}
#inner_wrap .mob_locate_dealer:hover {
  margin-left: 0;
}
.special-block-phone {
  width: 93.5%;
  height: 18px;
  display: none;
  background: url("../images/selectbox.jpg") repeat-x scroll 0 0 !important;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  font-size: 12px;
  padding-bottom: 0;
  padding-top: 2px;
  margin: 12px 0 0;
  padding: 0 3%;
}
.special-block-phone select {
  width: 100%;
  font-size: 12px;
  height: 18px;
  background: url(../images/selectarw.jpg) 97% center no-repeat;
  border: 0 none;
}
.special-block-phone select option {
  padding: 5px;
}
.mob_nav {
  width: 26px;
  height: 26px;
  float: right;
  display: none;
  margin: 23px 17px 0 0;
  padding: 0;
}
.mob_nav a {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0;
  padding: 0;
}
.mob_nav a.expand {
  display: block;
}
.top-nav-phone {
  display: none;
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 2px 2px #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0 0;
  position: absolute;
  top: 76px;
  right: 0;
  z-index: 999 !important;
}
.top-nav-phone ul {
  display: block;
  margin: 0;
  padding: 5px 0 20px 0;
}
.top-nav-phone ul li {
  list-style: none;
  margin: 2px 0;
  padding: 0;
}
.top-nav-phone ul li a {
  font-size: 18px;
  color: #777676;
  display: block;
  line-height: none;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 5px 5.5%;
}
.top-nav-phone ul li a:hover {
  background-color: #004b8d;
  color: #fff;
}
.mob_help_me {
  display: none;
  margin: 9px 0 10px 0;
  padding: 0;
  float: left;
}
.mob_sitemap {
  display: none;
  margin: 9px 0 10px 0;
  padding: 0;
  float: right;
}
.mob_help_me a, .mob_sitemap a {
  display: block;
  font-family: 'DIN-CondBold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #006786;
  text-decoration: none;
}
.mob_help_me a:hover, .mob_sitemap a:hover {
  text-decoration: underline;
}
#right_part2 section .special_article .mob_special_art {
  display: none;
}