.btn-grp-full {
  display: block;
  *zoom: 1;
  padding: 4px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-grp-full-main {
  margin: 4px 0;
  display: none;
}

@media (min-width: 980px) {
  .home_banner_content #aside {
    width: 19.1489%;
  }
}
@media (max-width: 979px) {
  .body .container {
    padding: 4px 4px;
  }

  .navbar .nav > li > a {
    font-size: 14px;
    padding: 0 15px;
  }

  .site-description {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
  }
}
@media (max-width: 900px) {
  .site-description {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .navbar .nav > li > a {
    font-size: 14px;
    padding: 0 12px;
  }

  .agent_sidebar_contents .btn-group {
    clear: left;
    width: 100% !important;
  }
  .agent_sidebar_contents .btn-group .btn {
    display: block;
  }
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }

  .navbar .nav > li > a {
    font-size: 16px;
    padding: 4px 11px;
    line-height: 32px;
  }

  .navigation .navbar-inner {
    border: 1px solid #EFEAD8;
    height: auto;
    min-height: 30px;
    padding: 0 0 0 0;
  }

  .navigation .nav {
    float: none;
    width: 100%;
  }

  .navigation .nav > li:hover ul {
    display: none !important;
  }

  .navigation .nav > li {
    background-color: #907630;
    background-image: linear-gradient(to bottom, #907630, #584000);
    background-repeat: repeat-x;
    position: relative;
    float: none;
    width: 100%;
  }

  .navigation .nav > li > a {
    font-size: 14px;
  }

  .home-content-left {
    margin: 4px 2% !important;
    padding: 10px 0;
    width: 96% !important;
  }

  .home-content-right {
    margin: 4px 2% !important;
    padding: 10px 0;
    width: 96% !important;
  }

  .footer-menu h3 {
    font-size: 14px;
  }

  .footer-menu li a {
    color: #333333;
    font-size: 12px;
    line-height: 18px;
  }

  .header-sticky {
    display: none;
  }

  .navigation {
    display: none;
  }

  .btn-grp-full-main {
    display: block;
  }

  .agent_sidebar_contents .thumbnail {
    float: left;
    margin: 0;
    width: 46%;
  }
  .agent_sidebar_contents .call_me, .agent_sidebar_contents .btn-group {
    float: right;
    width: 46%;
  }
  .agent_sidebar_contents .btn-group .btn {
    display: block;
  }

  #contact-form {
    padding: 0 8px;
  }

  .agent_content.span9 .control-group label,
  .agent_content_fill_form .control-group label {
    text-align: left;
  }

  .agent_content.span9 .control-group textarea,
  .agent_content.span9 .control-group input[type="text"],
  .agent_content.span9 .control-group input[type="email"],
  .agent_content_fill_form .control-group textarea,
  .agent_content_fill_form .control-group input[type="text"],
  .agent_content_fill_form .control-group input[type="email"] {
    width: 96%;
  }

  .auto-make-table .thead {
    display: none;
  }
  .auto-make-table .row-fluid {
    margin-bottom: 16px;
  }
  .auto-make-table .row-fluid [class*="span"] {
    min-height: 32px;
  }
  .auto-make-table label {
    display: block;
    float: left;
    width: 29%;
  }
  .auto-make-table input {
    display: block;
    float: left;
    width: 65%;
  }
  .auto-make-table select {
    display: block;
    float: left;
    width: 70%;
  }

  #email_agent_refer {
    margin-top: 0;
  }
  #email_agent_refer .modal-body {
    max-height: none;
  }
  #email_agent_refer .modal_labelfields label {
    width: 100%;
  }

  div.fb_modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    overflow: visible !important;
  }
  div.fb_modal .modal_logo {
    display: none;
  }
  div.fb_modal .modal-content {
    font-size: 12px;
    line-height: 12px;
  }
  div.fb_modal .modal_header_row .span2 {
    margin-right: 4%;
  }
  div.fb_modal .modal_header_row #content_title {
    font-size: 18px;
    line-height: 20px;
  }
  div.fb_modal .modal_header_row #content_action {
    font-size: 11px;
  }
  div.fb_modal .modal-body {
    max-height: none;
    overflow: visible !important;
  }
  div.fb_modal .span2 {
    display: block;
    float: left;
    width: 25%;
  }
  div.fb_modal .span5 {
    display: block;
    float: left;
    margin-left: 4%;
    width: 69%;
  }
  div.fb_modal .li_call_me {
    height: 75px;
  }
  div.fb_modal .li_radio {
    height: 75px;
  }
  div.fb_modal .li_radio label {
    display: block;
  }
  div.fb_modal .ullist_row {
    margin-top: 8px;
    width: 100%;
  }
  div.fb_modal .textarea_row .modal_labels .li_textarea {
    height: auto !important;
  }
  div.fb_modal .textarea_row .modal_labels .li_textarea label {
    text-align: left;
  }
  div.fb_modal .textarea_row .span2 {
    float: none;
    width: 100%;
  }

  .view-quote .agent_left #accordion-position-7,
  .view-autoquote .agent_left #accordion-position-7 {
    display: none;
  }

  .agent-name-header {
    margin-top: 8px;
  }

  /* hack =( */
  /*.agent-name-header {
  	margin-top: 6px;
  	margin-bottom: 0;
  }
  .agent_left #accordion-position-7 {
  	float: none;
  	position: absolute;
  	left: 401px;
  	top: 235px;
  	width: 314px;
  }
  .agent_recommend {
  	float: none;
  	position: absolute;
  	left: 401px;
  	top: 460px;
  	width: 314px;
  }*/
  .dl-horizontal dt {
    float: left;
    width: 24%;
  }
}
@media (max-width: 750px) {
  /*.navbar .nav > li > a {
    font-size: 16px;
    padding: 0 10px;
  }*/
}
@media (max-width: 730px) {
  /*.navbar .nav > li > a {
    font-size: 16px;
    padding: 0 10px;
  }*/

  .site-description {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  /*.navbar .nav > li > a {
    font-size: 16px;
    padding: 0 10px;
  }*/

  .header-nav {
    display: none;
  }

  .site-description {
    font-size: 15px;
  }

  .promos_homepage, .promos_homepage .promo_item {
    height: auto!important;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .navbar-inner {
    padding: 0 0 0 2px;
  }

  .navbar .nav > li {
    border-right: 1px solid #999;
  }

  .navbar .nav > li:last-child {
    border-right: 0;
  }

  /*.navbar .nav > li > a {
    font-size: 16px;
    padding: 0 5px;
  }*/
}
@media (max-width: 480px) {
  .site-description {
    text-align: right;
    line-height: 15px;
    float: right;
    margin-right: 8px;
    margin-top: 6px;
  }

  .site-description br {
    display: inline;
  }
}
@media (max-width: 400px) {
  .site-description {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 320px) {
  .brand img {
    width: 170px;
  }

  .site-description {
    font-size: 11px;
    line-height: 12px;
  }

  .navigation {
    display: none;
  }

  .btn-grp-full-main {
    display: block;
  }
}
