

.automobify-table-row{
	border-bottom: 1px solid #cccccc;
}

.automobify-table-row:last-child{
	border-bottom: 0px solid #cccccc;
}

i[class*="fa-"], span[class*="fa-"], .svg-inline--fa {
    display: inline-block;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
}

.automobify-container h1,
.automobify-container h2,
.automobify-container h3,
.automobify-container h4,
.automobify-container h5,
.automobify-container h6{
	word-break: break-all !important;
	margin-top: 0px;
}


.automobify-table-first-column{
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.automobify-table-second-column{
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	text-align: right !important;
}




.text-align-right{
	text-align: right;
}

/* FORM STYLEING */

/* Labels */

.automobify-menu-outer label {
  display: inline-block;
}

.automobify-menu-outer label{
  margin: .2em 0;
}

/* remove standard-styles */
.automobify-menu-outer input, .automobify-menu-outer select, .automobify-menu-outer textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}

/* Input & Textarea */
.automobify-menu-outer input, .automobify-menu-outer textarea {
  background-color:white;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow:inset 0 2px 1px 0 rgba(0,0,0,0.2);
}

.automobify-menu-outer textarea {
  resize:vertical;
}

.automobify-menu-outer input:hover,
.automobify-menu-outer input:active,
.automobify-menu-outer textarea:hover,
.automobify-menu-outer textarea:active {
  border:1px solid #666;
}

/* Select */
.automobify-menu-outer select {
  width:100% !important;
  height: 50px !important;
  border: 1px solid #bbb !important;
  padding:.75em 1em .5em 1em !important;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2) !important;
  background-color:white !important;
  background-image:url('../assets/select-arrow.png') !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
}

.automobify-menu-outer select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1)!important;
}

/* Hide browser-styling in IE10 */
.automobify-menu-outer select::-ms-expand {
  display:none;
}

/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.automobify-menu-outer .lt-ie10 select {
    background-image: none;
}

/* graceful degradation for ie8 */
.automobify-menu-outer input[type='checkbox'],
.automobify-menu-outer input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(:checked)) */

/* hide standard inputs */
.automobify-menu-outer input[type='checkbox']:checked,
.automobify-menu-outer input[type='checkbox']:not(:checked),
.automobify-menu-outer input[type='radio']:checked,
.automobify-menu-outer input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

.automobify-menu-outer input[type='checkbox'] + label,
.automobify-menu-outer input[type='radio'] + label {
  cursor: pointer;
}

/* add custom inputs with ::before */
.automobify-menu-outer input[type='checkbox']:checked + label::before,
.automobify-menu-outer input[type='checkbox']:not(:checked) + label::before,
.automobify-menu-outer input[type='radio']:checked + label::before,
.automobify-menu-outer input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

.automobify-menu-outer input[type=radio]:checked + label::before,
.automobify-menu-outer input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

.automobify-menu-outer input[type='checkbox']:hover  + label::before,
.automobify-menu-outer input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

.automobify-menu-outer input[type='checkbox']:checked  + label::before,
.automobify-menu-outer input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}



.automobify-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1245px;
  padding-left: 15px;
  padding-right: 15px;

}
@media (min-width: 10px) {
.custom-boxed-features:nth-child(even),.custom-boxed-features, .custom-boxed{
	min-height: auto;
	}

  .automobify-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
.custom-boxed-features:nth-child(even),.custom-boxed-features, .custom-boxed{
	min-height: auto;
	}

  .automobify-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
.custom-boxed-features:nth-child(even),.custom-boxed-features, .custom-boxed{
	min-height: 350px;
	}
	  .automobify-container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
.custom-boxed-features:nth-child(even),.custom-boxed-features, .custom-boxed{
	min-height: 350px;
	}
  .automobify-container {
    width: 100%;
  }
}

.automobify-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}
.automobify-btn:focus,
.automobify-btn:active:focus,
.automobify-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.automobify-btn:hover,
.automobify-btn:focus {
  color: #333;
  text-decoration: none;
}
.automobify-btn:active,
.automobify-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.automobify-btn.disabled,
.automobify-btn[disabled],
fieldset[disabled] .automobify-btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.automobify-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.automobify-btn-default:hover,
.automobify-btn-default:focus,
.automobify-btn-default:active,
.automobify-btn-default.active,
.open .dropdown-toggle.automobify-btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.automobify-btn-default:active,
.automobify-btn-default.active,
.open .dropdown-toggle.automobify-btn-default {
  background-image: none;
}
.automobify-btn-default.disabled,
.automobify-btn-default[disabled],
fieldset[disabled] .automobify-btn-default,
.automobify-btn-default.disabled:hover,
.automobify-btn-default[disabled]:hover,
fieldset[disabled] .automobify-btn-default:hover,
.automobify-btn-default.disabled:focus,
.automobify-btn-default[disabled]:focus,
fieldset[disabled] .automobify-btn-default:focus,
.automobify-btn-default.disabled:active,
.automobify-btn-default[disabled]:active,
fieldset[disabled] .automobify-btn-default:active,
.automobify-btn-default.disabled.active,
.automobify-btn-default[disabled].active,
fieldset[disabled] .automobify-btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.automobify-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.automobify-btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.automobify-btn-primary:hover,
.automobify-btn-primary:focus,
.automobify-btn-primary:active,
.automobify-btn-primary.active,
.open .dropdown-toggle.automobify-btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.automobify-btn-primary:active,
.automobify-btn-primary.active,
.open .dropdown-toggle.automobify-btn-primary {
  background-image: none;
}
.automobify-btn-primary.disabled,
.automobify-btn-primary[disabled],
fieldset[disabled] .automobify-btn-primary,
.automobify-btn-primary.disabled:hover,
.automobify-btn-primary[disabled]:hover,
fieldset[disabled] .automobify-btn-primary:hover,
.automobify-btn-primary.disabled:focus,
.automobify-btn-primary[disabled]:focus,
fieldset[disabled] .automobify-btn-primary:focus,
.automobify-btn-primary.disabled:active,
.automobify-btn-primary[disabled]:active,
fieldset[disabled] .automobify-btn-primary:active,
.automobify-btn-primary.disabled.active,
.automobify-btn-primary[disabled].active,
fieldset[disabled] .automobify-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.automobify-btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.automobify-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.automobify-btn-success:hover,
.automobify-btn-success:focus,
.automobify-btn-success:active,
.automobify-btn-success.active,
.open .dropdown-toggle.automobify-btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.automobify-btn-success:active,
.automobify-btn-success.active,
.open .dropdown-toggle.automobify-btn-success {
  background-image: none;
}
.automobify-btn-success.disabled,
.automobify-btn-success[disabled],
fieldset[disabled] .automobify-btn-success,
.automobify-btn-success.disabled:hover,
.automobify-btn-success[disabled]:hover,
fieldset[disabled] .automobify-btn-success:hover,
.automobify-btn-success.disabled:focus,
.automobify-btn-success[disabled]:focus,
fieldset[disabled] .automobify-btn-success:focus,
.automobify-btn-success.disabled:active,
.automobify-btn-success[disabled]:active,
fieldset[disabled] .automobify-btn-success:active,
.automobify-btn-success.disabled.active,
.automobify-btn-success[disabled].active,
fieldset[disabled] .automobify-btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.automobify-btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.automobify-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.automobify-btn-info:hover,
.automobify-btn-info:focus,
.automobify-btn-info:active,
.automobify-btn-info.active,
.open .dropdown-toggle.automobify-btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.automobify-btn-info:active,
.automobify-btn-info.active,
.open .dropdown-toggle.automobify-btn-info {
  background-image: none;
}
.automobify-btn-info.disabled,
.automobify-btn-info[disabled],
fieldset[disabled] .automobify-btn-info,
.automobify-btn-info.disabled:hover,
.automobify-btn-info[disabled]:hover,
fieldset[disabled] .automobify-btn-info:hover,
.automobify-btn-info.disabled:focus,
.automobify-btn-info[disabled]:focus,
fieldset[disabled] .automobify-btn-info:focus,
.automobify-btn-info.disabled:active,
.automobify-btn-info[disabled]:active,
fieldset[disabled] .automobify-btn-info:active,
.automobify-btn-info.disabled.active,
.automobify-btn-info[disabled].active,
fieldset[disabled] .automobify-btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.automobify-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.automobify-btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.automobify-btn-warning:hover,
.automobify-btn-warning:focus,
.automobify-btn-warning:active,
.automobify-btn-warning.active,
.open .dropdown-toggle.automobify-btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.automobify-btn-warning:active,
.automobify-btn-warning.active,
.open .dropdown-toggle.automobify-btn-warning {
  background-image: none;
}
.automobify-btn-warning.disabled,
.automobify-btn-warning[disabled],
fieldset[disabled] .automobify-btn-warning,
.automobify-btn-warning.disabled:hover,
.automobify-btn-warning[disabled]:hover,
fieldset[disabled] .automobify-btn-warning:hover,
.automobify-btn-warning.disabled:focus,
.automobify-btn-warning[disabled]:focus,
fieldset[disabled] .automobify-btn-warning:focus,
.automobify-btn-warning.disabled:active,
.automobify-btn-warning[disabled]:active,
fieldset[disabled] .automobify-btn-warning:active,
.automobify-btn-warning.disabled.active,
.automobify-btn-warning[disabled].active,
fieldset[disabled] .automobify-btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.automobify-btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.automobify-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.automobify-btn-danger:hover,
.automobify-btn-danger:focus,
.automobify-btn-danger:active,
.automobify-btn-danger.active,
.open .dropdown-toggle.automobify-btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.automobify-btn-danger:active,
.automobify-btn-danger.active,
.open .dropdown-toggle.automobify-btn-danger {
  background-image: none;
}
.automobify-btn-danger.disabled,
.automobify-btn-danger[disabled],
fieldset[disabled] .automobify-btn-danger,
.automobify-btn-danger.disabled:hover,
.automobify-btn-danger[disabled]:hover,
fieldset[disabled] .automobify-btn-danger:hover,
.automobify-btn-danger.disabled:focus,
.automobify-btn-danger[disabled]:focus,
fieldset[disabled] .automobify-btn-danger:focus,
.automobify-btn-danger.disabled:active,
.automobify-btn-danger[disabled]:active,
fieldset[disabled] .automobify-btn-danger:active,
.automobify-btn-danger.disabled.active,
.automobify-btn-danger[disabled].active,
fieldset[disabled] .automobify-btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.automobify-btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.automobify-btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.automobify-btn-link,
.automobify-btn-link:active,
.automobify-btn-link[disabled],
fieldset[disabled] .automobify-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.automobify-btn-link,
.automobify-btn-link:hover,
.automobify-btn-link:focus,
.automobify-btn-link:active {
  border-color: transparent;
}
.automobify-btn-link:hover,
.automobify-btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.automobify-btn-link[disabled]:hover,
fieldset[disabled] .automobify-btn-link:hover,
.automobify-btn-link[disabled]:focus,
fieldset[disabled] .automobify-btn-link:focus {
  color: #999;
  text-decoration: none;
}
.automobify-btn-lg,
.automobify-btn-group-lg > .automobify-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.automobify-btn-sm,
.automobify-btn-group-sm > .automobify-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.automobify-btn-xs,
.automobify-btn-group-xs > .automobify-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.automobify-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.automobify-btn-block + .automobify-btn-block {
  margin-top: 5px;
}
input[type="submit"].automobify-btn-block,
input[type="reset"].automobify-btn-block,
input[type="button"].automobify-btn-block {
  width: 100%;
}


.automobify-container-fluid {
  margin-right: auto;
  margin-left: auto;
/*
  padding-left: 15px;
  padding-right: 15px;
*/
}
.automobify-row {
  margin-left: -30px;
  margin-right: -30px;
}
.automobify-col-xs-1, .automobify-col-sm-1, .automobify-col-md-1, .automobify-col-lg-1, .automobify-col-xs-2, .automobify-col-sm-2, .automobify-col-md-2, .automobify-col-lg-2, .automobify-col-xs-3, .automobify-col-sm-3, .automobify-col-md-3, .automobify-col-lg-3, .automobify-col-xs-4, .automobify-col-sm-4, .automobify-col-md-4, .automobify-col-lg-4, .automobify-col-xs-5, .automobify-col-sm-5, .automobify-col-md-5, .automobify-col-lg-5, .automobify-col-xs-6, .automobify-col-sm-6, .automobify-col-md-6, .automobify-col-lg-6, .automobify-col-xs-7, .automobify-col-sm-7, .automobify-col-md-7, .automobify-col-lg-7, .automobify-col-xs-8, .automobify-col-sm-8, .automobify-col-md-8, .automobify-col-lg-8, .automobify-col-xs-9, .automobify-col-sm-9, .automobify-col-md-9, .automobify-col-lg-9, .automobify-col-xs-10, .automobify-col-sm-10, .automobify-col-md-10, .automobify-col-lg-10, .automobify-col-xs-11, .automobify-col-sm-11, .automobify-col-md-11, .automobify-col-lg-11, .automobify-col-xs-12, .automobify-col-sm-12, .automobify-col-md-12, .automobify-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.automobify-col-xs-1, .automobify-col-xs-2, .automobify-col-xs-3, .automobify-col-xs-4, .automobify-col-xs-5, .automobify-col-xs-6, .automobify-col-xs-7, .automobify-col-xs-8, .automobify-col-xs-9, .automobify-col-xs-10, .automobify-col-xs-11, .automobify-col-xs-12 {
  float: left;
}
.automobify-col-xs-12 {
  width: 100%;
}
.automobify-col-xs-11 {
  width: 91.66666667%;
}
.automobify-col-xs-10 {
  width: 83.33333333%;
}
.automobify-col-xs-9 {
  width: 75%;
}
.automobify-col-xs-8 {
  width: 66.66666667%;
}
.automobify-col-xs-7 {
  width: 58.33333333%;
}
.automobify-col-xs-6 {
  width: 50%;
}
.automobify-col-xs-5 {
  width: 41.66666667%;
}
.automobify-col-xs-4 {
  width: 33.33333333%;
}
.automobify-col-xs-3 {
  width: 25%;
}
.automobify-col-xs-2 {
  width: 16.66666667%;
}
.automobify-col-xs-1 {
  width: 8.33333333%;
}
.automobify-col-xs-pull-12 {
  right: 100%;
}
.automobify-col-xs-pull-11 {
  right: 91.66666667%;
}
.automobify-col-xs-pull-10 {
  right: 83.33333333%;
}
.automobify-col-xs-pull-9 {
  right: 75%;
}
.automobify-col-xs-pull-8 {
  right: 66.66666667%;
}
.automobify-col-xs-pull-7 {
  right: 58.33333333%;
}
.automobify-col-xs-pull-6 {
  right: 50%;
}
.automobify-col-xs-pull-5 {
  right: 41.66666667%;
}
.automobify-col-xs-pull-4 {
  right: 33.33333333%;
}
.automobify-col-xs-pull-3 {
  right: 25%;
}
.automobify-col-xs-pull-2 {
  right: 16.66666667%;
}
.automobify-col-xs-pull-1 {
  right: 8.33333333%;
}
.automobify-col-xs-pull-0 {
  right: auto;
}
.automobify-col-xs-push-12 {
  left: 100%;
}
.automobify-col-xs-push-11 {
  left: 91.66666667%;
}
.automobify-col-xs-push-10 {
  left: 83.33333333%;
}
.automobify-col-xs-push-9 {
  left: 75%;
}
.automobify-col-xs-push-8 {
  left: 66.66666667%;
}
.automobify-col-xs-push-7 {
  left: 58.33333333%;
}
.automobify-col-xs-push-6 {
  left: 50%;
}
.automobify-col-xs-push-5 {
  left: 41.66666667%;
}
.automobify-col-xs-push-4 {
  left: 33.33333333%;
}
.automobify-col-xs-push-3 {
  left: 25%;
}
.automobify-col-xs-push-2 {
  left: 16.66666667%;
}
.automobify-col-xs-push-1 {
  left: 8.33333333%;
}
.automobify-col-xs-push-0 {
  left: auto;
}
.automobify-col-xs-offset-12 {
  margin-left: 100%;
}
.automobify-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.automobify-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.automobify-col-xs-offset-9 {
  margin-left: 75%;
}
.automobify-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.automobify-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.automobify-col-xs-offset-6 {
  margin-left: 50%;
}
.automobify-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.automobify-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.automobify-col-xs-offset-3 {
  margin-left: 25%;
}
.automobify-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.automobify-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.automobify-col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .automobify-col-sm-1, .automobify-col-sm-2, .automobify-col-sm-3, .automobify-col-sm-4, .automobify-col-sm-5, .automobify-col-sm-6, .automobify-col-sm-7, .automobify-col-sm-8, .automobify-col-sm-9, .automobify-col-sm-10, .automobify-col-sm-11, .automobify-col-sm-12 {
    float: left;
  }
  .automobify-col-sm-12 {
    width: 100%;
  }
  .automobify-col-sm-11 {
    width: 91.66666667%;
  }
  .automobify-col-sm-10 {
    width: 83.33333333%;
  }
  .automobify-col-sm-9 {
    width: 75%;
  }
  .automobify-col-sm-8 {
    width: 66.66666667%;
  }
  .automobify-col-sm-7 {
    width: 58.33333333%;
  }
  .automobify-col-sm-6 {
    width: 50%;
  }
  .automobify-col-sm-5 {
    width: 41.66666667%;
  }
  .automobify-col-sm-4 {
    width: 33.33333333%;
  }
  .automobify-col-sm-3 {
    width: 25%;
  }
  .automobify-col-sm-2 {
    width: 16.66666667%;
  }
  .automobify-col-sm-1 {
    width: 8.33333333%;
  }
  .automobify-col-sm-pull-12 {
    right: 100%;
  }
  .automobify-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .automobify-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .automobify-col-sm-pull-9 {
    right: 75%;
  }
  .automobify-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .automobify-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .automobify-col-sm-pull-6 {
    right: 50%;
  }
  .automobify-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .automobify-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .automobify-col-sm-pull-3 {
    right: 25%;
  }
  .automobify-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .automobify-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .automobify-col-sm-pull-0 {
    right: auto;
  }
  .automobify-col-sm-push-12 {
    left: 100%;
  }
  .automobify-col-sm-push-11 {
    left: 91.66666667%;
  }
  .automobify-col-sm-push-10 {
    left: 83.33333333%;
  }
  .automobify-col-sm-push-9 {
    left: 75%;
  }
  .automobify-col-sm-push-8 {
    left: 66.66666667%;
  }
  .automobify-col-sm-push-7 {
    left: 58.33333333%;
  }
  .automobify-col-sm-push-6 {
    left: 50%;
  }
  .automobify-col-sm-push-5 {
    left: 41.66666667%;
  }
  .automobify-col-sm-push-4 {
    left: 33.33333333%;
  }
  .automobify-col-sm-push-3 {
    left: 25%;
  }
  .automobify-col-sm-push-2 {
    left: 16.66666667%;
  }
  .automobify-col-sm-push-1 {
    left: 8.33333333%;
  }
  .automobify-col-sm-push-0 {
    left: auto;
  }
  .automobify-col-sm-offset-12 {
    margin-left: 100%;
  }
  .automobify-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .automobify-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .automobify-col-sm-offset-9 {
    margin-left: 75%;
  }
  .automobify-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .automobify-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .automobify-col-sm-offset-6 {
    margin-left: 50%;
  }
  .automobify-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .automobify-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .automobify-col-sm-offset-3 {
    margin-left: 25%;
  }
  .automobify-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .automobify-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .automobify-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .automobify-col-md-1, .automobify-col-md-2, .automobify-col-md-3, .automobify-col-md-4, .automobify-col-md-5, .automobify-col-md-6, .automobify-col-md-7, .automobify-col-md-8, .automobify-col-md-9, .automobify-col-md-10, .automobify-col-md-11, .automobify-col-md-12 {
    float: left;
  }
  .automobify-col-md-12 {
    width: 100%;
  }
  .automobify-col-md-11 {
    width: 91.66666667%;
  }
  .automobify-col-md-10 {
    width: 83.33333333%;
  }
  .automobify-col-md-9 {
    width: 75%;
  }
  .automobify-col-md-8 {
    width: 66.66666667%;
  }
  .automobify-col-md-7 {
    width: 58.33333333%;
  }
  .automobify-col-md-6 {
    width: 50%;
  }
  .automobify-col-md-5 {
    width: 41.66666667%;
  }
  .automobify-col-md-4 {
    width: 33.33333333%;
  }
  .automobify-col-md-3 {
    width: 25%;
  }
  .automobify-col-md-2 {
    width: 16.66666667%;
  }
  .automobify-col-md-1 {
    width: 8.33333333%;
  }
  .automobify-col-md-pull-12 {
    right: 100%;
  }
  .automobify-col-md-pull-11 {
    right: 91.66666667%;
  }
  .automobify-col-md-pull-10 {
    right: 83.33333333%;
  }
  .automobify-col-md-pull-9 {
    right: 75%;
  }
  .automobify-col-md-pull-8 {
    right: 66.66666667%;
  }
  .automobify-col-md-pull-7 {
    right: 58.33333333%;
  }
  .automobify-col-md-pull-6 {
    right: 50%;
  }
  .automobify-col-md-pull-5 {
    right: 41.66666667%;
  }
  .automobify-col-md-pull-4 {
    right: 33.33333333%;
  }
  .automobify-col-md-pull-3 {
    right: 25%;
  }
  .automobify-col-md-pull-2 {
    right: 16.66666667%;
  }
  .automobify-col-md-pull-1 {
    right: 8.33333333%;
  }
  .automobify-col-md-pull-0 {
    right: auto;
  }
  .automobify-col-md-push-12 {
    left: 100%;
  }
  .automobify-col-md-push-11 {
    left: 91.66666667%;
  }
  .automobify-col-md-push-10 {
    left: 83.33333333%;
  }
  .automobify-col-md-push-9 {
    left: 75%;
  }
  .automobify-col-md-push-8 {
    left: 66.66666667%;
  }
  .automobify-col-md-push-7 {
    left: 58.33333333%;
  }
  .automobify-col-md-push-6 {
    left: 50%;
  }
  .automobify-col-md-push-5 {
    left: 41.66666667%;
  }
  .automobify-col-md-push-4 {
    left: 33.33333333%;
  }
  .automobify-col-md-push-3 {
    left: 25%;
  }
  .automobify-col-md-push-2 {
    left: 16.66666667%;
  }
  .automobify-col-md-push-1 {
    left: 8.33333333%;
  }
  .automobify-col-md-push-0 {
    left: auto;
  }
  .automobify-col-md-offset-12 {
    margin-left: 100%;
  }
  .automobify-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .automobify-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .automobify-col-md-offset-9 {
    margin-left: 75%;
  }
  .automobify-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .automobify-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .automobify-col-md-offset-6 {
    margin-left: 50%;
  }
  .automobify-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .automobify-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .automobify-col-md-offset-3 {
    margin-left: 25%;
  }
  .automobify-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .automobify-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .automobify-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .automobify-col-lg-1, .automobify-col-lg-2, .automobify-col-lg-3, .automobify-col-lg-4, .automobify-col-lg-5, .automobify-col-lg-6, .automobify-col-lg-7, .automobify-col-lg-8, .automobify-col-lg-9, .automobify-col-lg-10, .automobify-col-lg-11, .automobify-col-lg-12 {
    float: left;
  }
  .automobify-col-lg-12 {
    width: 100%;
  }
  .automobify-col-lg-11 {
    width: 91.66666667%;
  }
  .automobify-col-lg-10 {
    width: 83.33333333%;
  }
  .automobify-col-lg-9 {
    width: 75%;
  }
  .automobify-col-lg-8 {
    width: 66.66666667%;
  }
  .automobify-col-lg-7 {
    width: 58.33333333%;
  }
  .automobify-col-lg-6 {
    width: 50%;
  }
  .automobify-col-lg-5 {
    width: 41.66666667%;
  }
  .automobify-col-lg-4 {
    width: 33.33333333%;
  }
  .automobify-col-lg-3 {
    width: 25%;
  }
  .automobify-col-lg-2 {
    width: 16.66666667%;
  }
  .automobify-col-lg-1 {
    width: 8.33333333%;
  }
  .automobify-col-lg-pull-12 {
    right: 100%;
  }
  .automobify-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .automobify-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .automobify-col-lg-pull-9 {
    right: 75%;
  }
  .automobify-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .automobify-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .automobify-col-lg-pull-6 {
    right: 50%;
  }
  .automobify-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .automobify-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .automobify-col-lg-pull-3 {
    right: 25%;
  }
  .automobify-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .automobify-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .automobify-col-lg-pull-0 {
    right: auto;
  }
  .automobify-col-lg-push-12 {
    left: 100%;
  }
  .automobify-col-lg-push-11 {
    left: 91.66666667%;
  }
  .automobify-col-lg-push-10 {
    left: 83.33333333%;
  }
  .automobify-col-lg-push-9 {
    left: 75%;
  }
  .automobify-col-lg-push-8 {
    left: 66.66666667%;
  }
  .automobify-col-lg-push-7 {
    left: 58.33333333%;
  }
  .automobify-col-lg-push-6 {
    left: 50%;
  }
  .automobify-col-lg-push-5 {
    left: 41.66666667%;
  }
  .automobify-col-lg-push-4 {
    left: 33.33333333%;
  }
  .automobify-col-lg-push-3 {
    left: 25%;
  }
  .automobify-col-lg-push-2 {
    left: 16.66666667%;
  }
  .automobify-col-lg-push-1 {
    left: 8.33333333%;
  }
  .automobify-col-lg-push-0 {
    left: auto;
  }
  .automobify-col-lg-offset-12 {
    margin-left: 100%;
  }
  .automobify-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .automobify-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .automobify-col-lg-offset-9 {
    margin-left: 75%;
  }
  .automobify-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .automobify-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .automobify-col-lg-offset-6 {
    margin-left: 50%;
  }
  .automobify-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .automobify-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .automobify-col-lg-offset-3 {
    margin-left: 25%;
  }
  .automobify-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .automobify-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .automobify-col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.automobify-container:before,
.automobify-container:after,
.automobify-container-fluid:before,
.automobify-container-fluid:after,
.automobify-row:before,
.automobify-row:after,
.automobify-row-predefined-table:before,
.automobify-row-predefined-table:after {
  content: " ";
  display: table;
}

.clearfix:after,
.automobify-container:after,
.automobify-container-fluid:after,
.automobify-row:after,
.automobify-row-predefined-table:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
