 /* ================================================================================================================================= 
 
                                    MAIN.CSS (BOILERPLATE) + WILD_CUSTOM.CSS (LINE 7703)
                                    
   ================================================================================================================================= */


/* ==========================================================================

   Index: 
  
    1 - Variables
    2 - Macros
    3 - Base
    4 - Typography
                             
   ========================================================================== */

/* ==========================================================================
   1 - Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
   /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query : This was originally 810px*/


/* ==========================================================================
   2 - Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */


/* ==========================================================================
   3 - Base                                                    
   ========================================================================== */
/* Custom CSS */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
} 

/* Website background color and default font styles */
body {
    background: #fff;
    color: #555;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1100px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    /* text-align: center; */
}

.row-fluid .page-center-1200 {
    float: none;
    max-width: 1200px;
    margin: 0 auto !important;
    padding-right: 15px;
    padding-left: 15px;
    /* text-align: center; */
}

.body-container-wrapper {
    padding-top: 40px;
}

a { color: #666; }
a:hover, a:focus { color: #353734; }

a.topic-link {
    color: #333;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #555;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #555;
  text-shadow: none;
}*/

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   4 - Typography
   ========================================================================== */


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}


/* ==================================================
   1. Basic Styles
================================================== */

html,
body {
    height: 100%;
}

html,
hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #5e5e5e;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #666666;
}

a img {
    border: none;
}

a > img {
    vertical-align: middle;
}

.gray-bg {
    background: #e8e8e8;
}

.gray-text {
    color: #bababa;
}

.lgray-bg {
    background: #F9F9F9;
}

.dgray-bg {
    background: #444;
}

.dark-bg {
    color: #fff!important;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
    color: #fff!important;
}

img {
    max-width: 100%;
}

img,
object,
embed,
audio,
video {
    max-width: 100%;
}

img {
    height: auto;
}

strong,
.strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

i,
em,
.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px!important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px!important;
}

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

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

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

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

iframe {
    border: 0;
}


/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h2 small {
    display: block;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 45%
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

h5 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

h6 {
    font-size: 12px;
}

h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
    margin-bottom: 5px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
    text-decoration: none;
}

.huge {
    font-size: 10em;
}

blockquote {
    margin: 30px 0;
    padding: 0 0 0 30px;
    font-family: 'Bree Serif', serif;
    border-left: 3px solid #222;
}

blockquote p {
    margin-bottom: 0;
    white-space: 1px;
    color: #777;
    font-size: 15px;
}

blockquote cite {
    color: #999;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

blockquote cite:before {
    content: "- ";
}

p {
    margin: 0 0 18px 0;
}

p.md {
    font-size: 16px;
}

p.lg {
    font-size: 30px;
    line-height: 1.2em;
}

.lighter p {
    color: #ccc;
}

p.small {
    color: #999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}

p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    font-family: Georgia, serif;
    line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #E8E8E8;
}

hr.sm {
    display: inline-block;
    margin: 0 0 15px 0;
    width: 40px;
    height: 2px;
    border: 0;
}

hr.md {
    display: inline-block;
    margin: 15px 0;
    width: 100px;
    height: 2px;
    border: 0;
}

hr.fw {
    display: block;
    clear: both;
    margin-top: 50px;
    margin-bottom: 43px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}

hr.fw.cont {
    margin: 20px 0;
}

ul.checks,
ul.angles,
ul.carets,
ul.chevrons {
    margin: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

ul.checks > li,
ul.angles > li,
ul.carets > li,
ul.chevrons > li {
    margin: 10px 0;
}

ul.checks > li > i,
ul.angles > li > i,
ul.carets > li > i,
ul.chevrons > li > i {
    margin-right: 2px;
}

ul.inline {
    margin: 10px 0;
}

ul.inline > li {
    display: inline-block;
    margin-right: 10px;
}

ul.inline > li i.fa {
    margin-right: 2px;
}

ul.nav-list-primary > li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #666666;
    text-decoration: none;
}

ul.nav-list-primary > li a:hover {
    text-decoration: none;
}

ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

ul ul,
ol ul {
    margin: 10px 0 10px 20px;
}

ul ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-weight: 700;
}

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.cursive {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Playfair Display', serif;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999;
}


/* Chat Button */

#chat-button {
    display: none !important;
}

/* ==========================================================================
   Custom CSS - Bootstrap
   ========================================================================== */
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
} 

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 0 !important;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
   
.breadcrumb {
  padding: 8px 15px;
  /*margin-bottom: 20px;*/
  list-style: none;
  /*background-color: #f5f5f5;*/
  border-radius: 4px;
}

/* Bread Crumb */

.breadcrumb {
    padding: 0 !important;
}

.hs-breadcrumb-menu-item {
    padding: 8px 0px 8px 10px;
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  overflow: hidden;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* Bootstap Button */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  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;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.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);
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-pane {
    display: none;
  visibility: hidden;
}
.tab-pane.active {
    display: block;
  visibility: visible;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-control.error, .hs-input.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* End of bootstrap */

/* FORMS */

.hs-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.hs-form .hs-input[type="checkbox"] {
     all: initial;
    -webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
     -ms-appearance: checkbox !important;
     -o-appearance: checkbox !important;
     appearance: checkbox !important;
}

.hs-form .inputs-list{
    list-style-type: none;
}

.site-footer .hs-input:focus, .site-footer .hs-input:active {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .05);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.site-footer-top .widget-type-simple_menu ul li a i {
    display: none !important;
}

/* Form Field (selector for form field wrapper) */



.hs-form fieldset.form-columns-2 {
  max-width: 100%;
}
.hs-form .input textarea {
  min-height: 100px;
}
.hs-blog-post #comment-form h4, .hs-blog-post #comment-form h4 span {
  font-size: 1em !important;
}
/*hide the default asterix*/
label .hs-form-required {
  display: none;
}
.hs-form-field {
  position: relative;
}

.hs-form-hide-labels .hs-form-required {display:none;}
.hs-form-hide-labels .hs-form-field label {display:none;}
.hs-form-hide-labels .hs-error-msgs label {display:block !important;}

/* Author Page */

.hs-author-profile .hs-author-avatar {
    width: 20%;
    float: left;
}

.hs-author-profile .hs-author-bio {
    float: right;
    width: 75%;
    text-align: left;
}

.hs-author-profile .hs-author-social-section {
    clear: both;
}
 

.hs_firstname input, 
.hs_lastname input, 
.hs_email input,
.hs_phone input{
    height: 46px;
    padding: 10px 16px;
    font-family: 'Roboto Condensed', sans-serif; 
    font-size: 15px;
    font-weight: bold;
}

.hs_firstname ul > li, 
.hs_lastname ul > li, 
.hs_email ul > li, .hs_comment ul > li {
    list-style: none;
}

.hs_firstname ul, 
.hs_lastname ul, 
.hs_email ul,
.hs_comment ul {
    margin: 0;
}

.hs-error-msgs {
  margin-top: -20px !important;
}

.hs_error_rollup .hs-error-msgs {
  margin-top: 0px !important;
}

.hs-error-msgs label, .legal-consent-container .hs-error-msgs label {
  color: #904646 !important;
  font-size: 0.9em;
  font-style: italic;
  margin: 0;
}



.hs_submit {
    float: left;
    width: 100%;
}

.hs_submit input {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    text-shadow: none;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.66857143;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    position: relative;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* font-family: 'Roboto Condensed', sans-serif; */
    background-color: #0097A5;
}

.hs-button.primary.large {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;
}
.hs-button.primary {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    text-shadow: none;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.66857143;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    position: relative;

    border: 1px solid transparent;
    -webkit-border-radius: 3px;

    /* font-family: 'Roboto Condensed', sans-serif; */
    background-color: #0097A5;
}

.hs-button:hover {
    background: #F68C2A;
    opacity: .9;
}

.form-heading span {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}

/* ================================================================================================================================= */

/* actions bar

/* ================================================================================================================================= */


.actions-bar{
    width:100%;
    z-index:998;
    background:#0097a5;
    border-bottom:1px solid #eee;
    padding:10px 0;
}
.actions-bar .form-group label{
    float:left;
    margin-right:10px;
    line-height:38px;
    font-size:11px;
    text-transform:uppercase;
    margin-bottom:0;
}
.actions-bar .form-group{
    margin-right: 10px;
}
.actions-bar .form-control,
.actions-bar .form-control{
    margin-bottom: 0;
}
.actions-bar .form-inline .input-group > .form-control {
    width:150px;
}

/* ================================================================================================================================= */

/* Custom CSS Tool

/* ================================================================================================================================= */


.padT5 {  padding-top: 5px;}
.padT10 { padding-top: 10px;}
.padT15 { padding-top: 15px;}
.padT20 { padding-top: 20px;}
.padT30 { padding-top: 30px;}
.padT40 { padding-top: 40px;}
.padT50 { padding-top: 50px;}
.padT70 { padding-top: 70px;}
.padT60 { padding-top: 60px;}
.padT80 { padding-top: 80px;}


.fontW300 { font-weight: 300;}
.fontW400 { font-weight: normal;}
.fontW500 { font-weight: 500;}
.fontW700 { font-weight: 700;}
.fontW800 { font-weight: 800;}
.fontW900 { font-weight: 900;}

.pull-left, .pull-left-desktop {
  float: left;
}
.pull-right, .pull-right-desktop {
  float: right;
}
.clear-both {
  clear: both;
}
.showOn1023, .showOn767, .hide {
  display: none;
}
.inlineBlock {
  display: inline-block;
}
.hideOn1023, .hideOn767, .show {
  display: block;
}
.invisible {  visibility: hidden;}
.text-left {  text-align: left;}
.text-right { text-align: right;}
.text-center {  text-align: center;}
.text-justify { text-align: justify;}
.text-normal {  font-weight: normal;}
.strong {   font-weight: bold;}
.em {     font-style: italic;}

.input .inputs-list.multi-container {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.input .inputs-list.multi-containe li {
    float: left;
    list-style: none;
}

.hs-form-radio .hs-input {
    width: auto;
    border: none;
    box-shadow: none;
    float: left;
    margin-right: 10px;
}

.input .inputs-list input[type="radio"], .input .inputs-list input[type="checkbox"] {
    margin: -4px 10px 0 0;
}


@media (max-width: 767px) {
    .hidden-md {
        min-height: 0px !important;
    }
    .site-logo img {
        width: 68px !important;
    }
    .body-container-wrapper {
        padding-top: 0px;
    }
}

/* ==================================================
   3. Margin Bottom Sets
================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-5 {
    margin-bottom: 5px !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.margin-tm30, .margin-top-pop {
    margin-top: -30px;
    margin-bottom: -30px;
}

.push-top {
    margin-top: 35px;
}


/* ==================================================
   4. Padding Sets
================================================== */

.padding-b0 {
    padding-bottom: 0!important;
}

.padding-tb0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}


/* ==================================================
   5. Spacers Sets
================================================== */

.spacer-10 {
    height: 10px;
    clear: both;
    width: 100%;
}

.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    clear: both;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}




/* ==================================================
   5. Multi purpose Elements
================================================== */

.overlay-transparent {
    background: rgba(0, 0, 0, .5);
}

.overlay-white {
    background: rgba(255, 255, 255, .9);
}

.checkers-overlay {
    background: url(../images/checkers.png) repeat;
}

.pattern-overlay {
    background: url(../images/pattern.png) repeat;
}

.next-prev-nav {
    display: inline-block;
}

.next-prev-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.next-prev-nav a:hover {
    color: #fff;
}

.meta-data {
    color: #999;
    font-size: 12px;
    line-height: normal;
    display: block;
    font-weight: 400;
}

.meta-data a {
    color: #666666;
}

.meta-data a:hover {
    text-decoration: none;
}

.meta-data > span {
    display: inline-block;
}

.meta-data i {
    margin-right: 4px;
}

.meta-data > span:last-child {
    margin-right: 0;
}

p.meta-data {
    font-size: 16px;
    line-height: 1.7em;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.itineraries-filter .nav > li > a {
    padding: 4px 10px;
}

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}
.media-box.image-crop {
    height: 280px;
    overflow: hidden;
}
.grid-item .media-box.image-crop img {
    position: absolute;
    bottom: 0;
}
.grid-item .media-box img {
    width: 100%;
}

.media-box .zoom,
.media-box .expand {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.5em;
    z-index: 99;
    left: 0;
    top: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.media-box .zoom .icon,
.media-box .expand .icon {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    color: #ffffff!important;
    position: absolute;
    font-size: 1.2em;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
}

.img-thumbnail img:hover,
.img-thumbnail:hover {
    opacity: .9
}

.media-box:hover .zoom,
.media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.media-box .media-box-wrapper {
    padding: 30px;
}


.social-icons,
.social-icons-colored {
    margin: 0;
    list-style-type: none;
}

.social-icons li,
.social-icons-colored li {
    display: inline-block;
    margin-right: 5px;
}

.social-icons li:last-child,
.social-icons-colored li:last-child {
    margin-right: 0;
}

.social-icons li a {
    width: 33px;
    height: 33px;
    line-height: 30px;
    border: 2px solid #222;
    text-align: center;
    color: #222;
    display: block;
}

.social-icons li a:hover {
    background: #222;
    color: #fff;
}

.social-icons-colored li a {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #ccc;
    display: block;
    text-decoration: none;
    border: none;
    border: 0;
    background: rgba(255, 255, 255, .05);
}

.social-icons-colored li a:hover {
    color: #fff;
}

.social-icons-colored li.facebook a:hover {
    background: #3B5998;
}

.social-icons-colored li.twitter a:hover {
    background: #00ACED;
}

.social-icons-colored li.google a:hover {
    background: #245DC1;
}

.social-icons-colored li.googleplus a:hover {
    background: #D14836;
}

.social-icons-colored li.instagram a:hover {
    background: #3F729B;
}

.social-icons-colored li.linkedin a:hover {
    background: #007FB1;
}

.social-icons-colored li.pinterest a:hover {
    background: #CB2027;
}


.social-icons-colored li.youtube a:hover {
    background: #CD332D;
}


.social-icons-colored li a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.social-icons-colored li a:hover {
    opacity: .8;
    color: #fff;
}
.site-footer-bottom .social-icons-colored {
    margin-top: -10px;
    text-align: right;
} 
.site-footer-bottom .social-icons-colored li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.btn-social {
    color: #fff!important;
    text-align: left!important;
}

.btn-social:hover {
    opacity: .9
}

.social-icons-colored.inversed a {
    color: #fff;
}

.social-icons-colored.rounded a {
    border-radius: 100%;
}

.social-icons-colored.inversed li.facebook a,
.btn-facebook {
    background: #3B5998!important;
}

.social-icons-colored.inversed li.twitter a,
.btn-twitter {
    background: #00ACED!important;
}


.social-icons-colored.inversed li.google a {
    background: #245DC1;
}

.social-icons-colored.inversed li.googleplus a {
    background: #D14836;
}

.social-icons-colored.inversed li.instagram a {
    background: #3F729B;
}

.social-icons-colored.inversed li.linkedin a {
    background: #007FB1;
}

.social-icons-colored.inversed li.pinterest a {
    background: #CB2027;
}


.social-icons-colored.inversed li.skype a {
    background: #00AFF0;
}


.social-icons-colored.inversed li.youtube a {
    background: #CD332D;
}
.utility-bar {
    background: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    min-height: 40px;
    height: auto;
    position: relative;
    z-index: 555;
}

.share-text {
    line-height: 40px;
    color: #999;
    margin-left: 15px;
    float: left;
}

.share-text i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.utility-icons {
    margin: 0;
    list-style-type: none;
    float: right;
}


.no-utility .utility-icons {
    display: inline-block;
    float: none;
}

.utility-icons > li {
    float: left;
    margin-left: 1px;
    margin-right: 0;
    position: relative;
}

.utility-icons > li > a > [class^="icon-"]:before,
.utility-icons > li > a > [class*=" icon-"]:before {
    line-height: 42px;
}

.search-trigger {
    margin-top: -1px;
}

.utility-icons > li > a,
.body-container .social-icons > li > a,
.search-trigger {
    width: 40px;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-size: 17px;
    background: #eee;
    display: block;
    text-align: center;
    border-radius: 0;
}

.search-trigger {
    width: 52px;
    height: 52px;
    line-height: 52px;
    float: right;
    color: #fff;
}

.utility-icons > li.search > a {
    color: #fff!important;
}

.utility-icons > li > a:hover,
.utility-icons > li:hover > a,
.body-container .social-icons > li > a:hover,
.body-container .social-icons > li:hover > a,
.search-trigger:hover, .search-trigger:active {
    color: #fff;
}

.search-function {
    line-height: 52px;
    color: #666;
    float: right;
}

.search-function > span {
    margin-right: 10px;
}




.icon-box.icon-box-style1 .icon-box-head {
    display: block;
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.icon-box.icon-box-style1 .icon-box-head:before,
.icon-box.icon-box-style1 .icon-box-head:after {
    display: table;
    content: " ";
}

.icon-box.icon-box-style1 .icon-box-head:after {
    clear: both;
}

.icon-box.icon-box-style1 .ico {
    float: left;
    width: 42px;
    height: 40px;
    color: #222;
    text-align: center;
    border: 1px solid #f8f8f8;
    line-height: 44px;
    font-size: 20px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.icon-box.icon-box-style1:hover .ico {
    color: #fff;
}

.icon-box.icon-box-style1 .icon-box-head h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

.icon-box.icon-box-style1 p {
    margin-bottom: 0;
}

.sp-cont {
    position: relative;
}


.bootstrap-select.form-control {
    margin-bottom: 20px!important;
}

.action-icons {
    list-style-type: none;
    margin: 5px 0 0;
}

.action-icons li {
    float: left;
    margin-left: 10px;
    font-size: 20px;
}

.action-icons li a {
    color: #ddd;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.action-icons li a:hover {
    color: #ccc;
}

.icon-box-inline {
    display: block;
}

.icon-box-inline span {
    font-size: 36px;
    float: left;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    border: 1px solid;
    text-align: center;
    border-radius: 100%;
}

.icon-box-inline span i:before {
    line-height: 70px!important;
}

.icon-box-inline strong {
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding-left: 90px;
    margin-top: 12px;
}

.icon-box-inline p {
    padding-left: 90px;
}

.dgray-bg .icon-box-inline p {
    color: rgba(255, 255, 255, .4);
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.btn-rounded {
    border-radius: 30px;
}






/* ================================================================================================================================= */
/* ================================================================================================================================= */

/* HeroSLider */

.heroslider .body-container-wrapper {
    padding-top: 91px;
}

.vehicle-details.heroslider .body-container-wrapper {
    padding-top: 88px;
}

/* Page */

.page .owl-carousel .owl-wrapper-outer {
    width: 100%!important;
}


/* Header */

.container-fluid .site-header .row-fluid .page-center.sp-cont {
    padding: 0 15px;   
}

.site-header-wrapper .search-trigger {
    height: 51px;
    line-height: 51px;
    position: relative;
    /*background-color: #0097A5;*/
    background-color: #F68C2A;
    width: 100%;
}
.site-header-wrapper .search-trigger:hover {
    background-color: #0097A5;
}

#templateHeader .navbar .page-center.sp-cont {
    padding: 0 15px;
} 


.header-container.container-fluid {
    padding: 0;
}

.search-trigger {
    margin-top: 0 !important;
}

.navbar .search-form-inner {
    border-top: 2px solid #0097a5 !important;   
}

.navbar #homeSearch.search-form {
    top: 0 ;
    padding: 0;
}

.search-form h3 {
    color: #0097A5;
}

.custom-menu .dd-menu > ul > li ul {
    border-top: 2px solid #0097A5; 
}

.sticky-header .site-logo img {
    width: 68px !important;   
}

.dd-menu > ul > li ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;  
    display: inherit;
}

.dd-menu > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    display: inherit;
}

.navbar .mobile-trigger {
    position: absolute;
    left: 1px;
    top: 0;
    z-index: 2;
}

/* Header Sticky */

body {
    background-color: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7em;
    background-attachment: fixed;
    overflow-x: hidden;
}

.body {
    padding-top: 125px;
}

body.boxed {
    background-color: #666;
}

body.boxed .body {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 1120px;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.sticky-wrapper {
    background: none;
}

.site-header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    body.boxed .site-header-wrapper {
        width: 1120px;
        left: 50%;
        margin-left: -560px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.boxed .site-header-wrapper {
        width: 990px;
        left: 50%;
        margin-left: -495px
    }
    body.boxed .body {
        max-width: 990px;
    }
}

.site-header {
    padding: 20px 0 15px;
    width: 100%;
    position: relative;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}

.touch .site-header {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.sticky-header.site-header {
    padding: 10px 0;
    min-height: inherit;
    -webkit-transition: padding 0.1s linear 0s, min-height 0.1s linear 0s;
    -moz-transition: padding 0.1s linear 0s, min-height 0.1s linear 0s;
    -ms-transition: padding 0.1s linear 0s, min-height 0.1s linear 0s;
    -o-transition: padding 0.1s linear 0s, min-height 0.1s linear 0s;
    transition: padding 0.1s linear 0s, min-height 0.1s linear 0s;
}

.header-right {
    float: right;
}

.topbar {
    position: relative;
    z-index: 5;
    background: #3c4043;
    height: 35px;
    overflow: hidden;
    width: 100%;
    color: #f2f2f2;
}

.topbar-info {
    margin: 0;
    list-style-type: none;
}

.topbar-info li {
    display: inline;
    line-height: 35px;
    font-size: 12px;
    margin-right: 15px;
}

.topbar .social-icons-colored {
    padding-top: 7px;
}

.topnav {
    float: right;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.top-navigation {
    float: right;
    list-style-type: none;
    margin: 2px 0 0;
}

.top-navigation > li {
    float: left;
    line-height: 35px;
    position: relative;
    font-weight: 700;
    margin-left: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*.top-navigation > li:after {
    content: "-";
    color: #ccc;
    padding-left: 10px;
}
*/
.top-navigation > li > a {
    display: inline-block;
    color: #333;
}

.top-navigation > li > ul li {
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.dd-menu.topnav > ul > li > ul {
    left: 0px;
    margin-left: 0;
    top: 100%;
}

.dd-menu.topnav > ul > li.megamenu > ul {
    top: 100%;
}


.navbar {
    background: rgba(255, 255, 255, .9);
    margin-bottom: 0;
    min-height: inherit;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 52px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    color: #777;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.sticky-header .navbar {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-transition: box-shadow 0.1s linear 0s, background 0.1s linear 0s;
    -moz-transition: box-shadow 0.1s linear 0s, background 0.1s linear 0s;
    -ms-transition: box-shadow 0.1s linear 0s, background 0.1s linear 0s;
    -o-transition: box-shadow 0.1s linear 0s, background 0.1s linear 0s;
    transition: box-shadow 0.1s linear 0s, background 0.1s linear 0s;
}


/* Text Logo Style */

.site-logo {
    float: left;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.site-tagline {
    // color:#ccc;
    line-height: 18px;
    font-family: 'Roboto', serif;
    display: inline-block;
}

.site-logo h1 {
    margin: 0;
    float: left;
    margin-right: 20px;
    font-size: 0;
}

.site-logo img {
    max-width: 280px;
    max-height: 60px;
    -webkit-transition: max-height 0.1s linear 0s;
    -moz-transition: max-height 0.1s linear 0s;
    -ms-transition: max-height 0.1s linear 0s;
    -o-transition: max-height 0.1s linear 0s;
    transition: max-height 0.1s linear 0s;
}

.sticky-header .site-tagline {
    display: none;
}

.sticky-header .site-logo {}

.sticky-header .site-logo img {
    max-height: 35px;
    -webkit-transition: max-height 0.1s linear 0s;
    -moz-transition: max-height 0.1s linear 0s;
    -ms-transition: max-height 0.1s linear 0s;
    -o-transition: max-height 0.1s linear 0s;
    transition: max-height 0.1s linear 0s;
}

.header-info {
    margin: 0;
    list-style-type: none;
    float: right;
}

.header-info li {
    float: left;
    margin-right: 30px;
    font-size: 30px;
}


/* header addition */
.page-header-spacer {
  height: 20px;
}
.search-form-inner {
  background-color: rgba(255,255,255,0.8);
}
.selected-vehicle {
    position: absolute;
    top: 4px;
    right: 16px;
    width: 230px;
    background: #fff;
    border: 1px solid #eee;
    padding: 4px;
}
.selected-vehicle-image {
    float: left;
    width: 70px;
    margin-right: 10px;
}
.selected-vehicle-text {
    color: #999;
    font-size: 12px;
    display: block;
    line-height: normal;

}
.selected-vehicle-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
}
.body-type-widget li {
    width: 25%;
}
.mega-link {
  position: absolute;
  bottom: -5px;
  right: 10px;
}
.search-trigger {
  width:250px;
}


/* ==================================================
 Main Navigation
================================================== */

.main-navigation {
    display: block;
}

.main-navigation > ul {
    margin: 0;
    list-style-type: none;
}

.main-navigation > ul > li {
    font-weight: 400;
    font-size: 15px;
    position: relative;
    display: inline-block;
    margin-right: 35px;
    list-style: none;
}

.main-navigation > ul > li > a {
    display: block;
    color: #666;
    line-height: 52px;
}

.main-navigation > ul > li:last-child {
    margin-right: 0;
}

.main-navigation > ul > li:last-child a {}

.main-navigation > ul > li > a > i {
    color: #999;
}

.sticky-header .main-navigation > ul > li > a > i {
    color: #999;
}

.main-navigation > ul > li > a:hover {
    text-decoration: none;
}

.dd-menu > ul > li ul {
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 51px;
    left: -20px;
    z-index: 999;
    display: none;
    min-width: 180px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    margin-left: 0;
    border-radius: 0 0 3px 3px;
    border-top: 2px solid
}

.dd-menu > ul > li ul.last-childer {
    left: auto!important;
    right: 0;
}

.dd-menu > ul > li ul.last-childer li a {
    padding-right: 20px;
}

.dd-menu > ul > li:hover ul {
    display: block;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.dd-menu > ul > li > ul li {
    line-height: normal;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    list-style: none;
}

.dd-menu > ul > li > ul li > a {
    display: block;
    color: #777;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    white-space: nowrap;
    text-decoration: none;
}

.dd-menu > ul > li > ul > li a:hover {
    color: #222;
}

.dd-menu > ul > li > ul > li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .01)
}

.dd-menu > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.dd-menu > ul > li > ul li ul {
    margin: 0;
    list-style-type: none;
    left: 100%!important;
    top: 0;
    min-width: 150px;
    margin-left: 0;
    position: absolute;
}

.dd-menu > ul > li > ul > li > ul {
    border-top: 0;
    border-left: 2px solid;
    border-radius: 0 3px 3px 0
}

.dd-menu > ul > li > ul li ul.last-childer {
    left: auto!important;
    right: 107%;
}

.dd-menu > ul > li.megamenu {
    position: inherit!important;
    left: 0;
}

.dd-menu > ul > li.megamenu i {
    font-size: 100%;
}

.dd-menu > ul > li.megamenu > ul {
    margin: 0;
    list-style-type: none;
    width: 1070px;
    left: 15px!important;
    min-width: inherit;
    color: #777;
}

@media (min-width: 1200px) {
    body.boxed .dd-menu > ul > li.megamenu > ul {
        width: 1120px;
        left: 0!important;
        margin-left: -10px;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.boxed .dd-menu > ul > li.megamenu > ul {
        width: 990px;
        left: 0!important;
        margin-left: -10px;
        border-radius: 0;
        box-shadow: none;
    }
}

.dd-menu .megamenu-container {
    padding: 25px;
    width: 100%;
}

.dd-menu .megamenu-container .mm-col {
    border-right: 1px solid #eee;
}

.dd-menu .megamenu-container .mm-col:last-child {
    border-right: 0;
}

.dd-menu .megamenu-container p {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
}

.dd-menu .megamenu-container ul {
    margin: 0;
    background: none;
    list-style-type: none;
    display: block!important;
    color: #777;
    left: 0!important;
    box-shadow: none;
    opacity: 1!important;
    background: transparent;
    position: relative!important;
    text-align: left!important;
    margin-left: 0;
    border-top: 0;
}

.dd-menu > ul > li.megamenu .meta-data {
    text-transform: none;
}

.dd-menu .megamenu-container .megamenu-sub-title {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    text-align: left;
}

.dd-menu .megamenu-container .megamenu-sub-title .accent-color {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.dd-menu .megamenu-container ul li {
    font-size: 14px;
}

.dd-menu .megamenu-container ul li a {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 0;
}

.dd-menu .megamenu-container ul.sub-menu li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.dd-menu .megamenu-container ul.sub-menu li:first-child a {
    padding-top: 0;
}

.dd-menu .megamenu-container ul li a i {
    display: none;
}

.dd-menu .megamenu-container ul.sub-menu li a:hover {
    text-decoration: none;
}

.mobile-trigger {
    float: right;
    font-size: 20px;
    margin-top: 7px;
    color: #333;
}

.hero-area {
    position: relative;
}

.hero-area .banner-img img {
    width: 100% !important;
}



.navbar .search-form {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1px;
    padding: 0 14px 0 15px;
}

@media (min-width: 1200px) {
    body.boxed .navbar .search-form {
        left: -10px;
        padding: 0;
        width: 1120px;
    }
    body.boxed .navbar .search-form-inner {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.boxed .navbar .search-form {
        left: -10px;
        padding: 0;
        width: 990px;
    }
    body.boxed .navbar .search-form-inner {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.search-form {
    width: 100%;
    margin: 0;
}

.search-form-minimal {
    float: right;
}

.search-form-minimal .input-group .btn {
    padding-bottom: 4px;
    padding-top: 4px;
    margin-right: 50px;
}

.search-form-inner {
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding: 20px 0 30px;
}


.navbar .search-form-inner {
    border-top: 2px solid;
    padding: 20px;
}

.search-form label {
    margin-bottom: 1px;
    font-weight: 400;
}

.search-form .checkbox-inline {
    margin-top: 11px;
}


.content {
    padding: 50px 0 0 0;
    min-height: 400px;
}

.featured-block-image {
    position: relative;
    color: #fff;
    display: block;
}

.featured-block-image strong {
    position: absolute;
    bottom: 35px;
    left: 0px;
    z-index: 9;
    width: 100%;
    padding: 5px 12px;
    color: #fff;
    font-size: 18px;
    opacity: .8;
}

h1.page-title {
    line-height: 36px;
    margin-bottom: 25px;
}


.listing-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.listing-header .btn.pull-right {
    margin-top: 4px;
}

.listing-container {
    padding-top: 35px;
}

.recent-vehicles .action-icons {
    margin-right: 22px;
}

.post-block .post-image {
    margin-bottom: 12px;
}

.post-block h3.post-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.post-actions {
    color: #999;
    font-size: 11px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.post-actions:before,
.post-actions:after {
    content: " ";
    display: table;
}

.post-actions:after {
    clear: both;
}

.post-actions .post-date,
.post-actions .comment-count {
    width: 50%;
    float: left;
}

.post-actions .comment-count {
    text-align: right;
}

.post-actions .comment-count a {
    color: #5e5e5e;
}

.post-actions .comment-count i {
    position: relative;
    bottom: -2px;
}

.post-actions .comment-count i.fa {
    bottom: 0;
}

.post-block .post-content {
    border-top: 1px solid #eee;
    padding-top: 12px;
    padding-right: 10%;
}

.post-block .post-content p:last-child {
    margin-bottom: 9px;
}

.post-meta {
    color: #999;
    font-size: 11px;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 700;
}

.post-meta a {
    color: #333;
}

.listing-block.latest-reviews {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 3px;
}

.post-review-block {
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}

.post-review-block:before,
.post-review-block:after {
    content: " ";
    display: table;
}

.post-review-block:after {
    clear: both;
}

.listing-container .post-review-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.post-review-block h3.post-title {
    font-size: 14px;
    color: #333;
    margin-right: 35%;
    margin-bottom: 0;
    padding-bottom: 13px;
}

.post-review-block h3.post-title a {
    color: #666
}

.post-review-block .post-content {
    margin-right: 35%;
    padding-right: 0;
    color: #999;
}

.post-review-block .post-date {
    width: 70%;
}

.post-review-block .comment-count {
    width: 30%;
}

.post-review-block .review-status {
    float: right;
    width: 30%;
    padding: 15px 5px;
    padding-bottom: 0;
    text-align: center;
}

.review-status strong {
    font-size: 40px;
    display: block;
}

.review-status span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    padding-top: 4px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 3px solid #eee;
}


#testimonials-slider .owl-pagination {
    margin-top: 15px;
}

.testimonial-block blockquote {
    border-bottom: 1px solid #eee;
    border-left: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
}

.testimonial-block blockquote:before {
    position: absolute;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: "\f10d";
    font-size: 30px;
    left: 0;
    top: 0;
}

.testimonial-block blockquote:after {
    position: absolute;
    text-align: center;
    color: #eee;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: "\f107";
    font-size: 20px;
    left: 25px;
    width: 10px;
    text-indent: -1px;
    bottom: -15px;
    background: #fff
}

.lgray-bg .testimonial-block blockquote:after {
    background: #f9f9f9;
}

.testimonial-avatar img {
    border-radius: 100%;
    float: left;
    margin-right: 20px;
    border: 1px solid #eee;
}

.testimonial-info {
    height: 60px;
    display: table;
    vertical-align: middle;
}

.testimonial-info-in {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.testimonial-info strong {
    display: block;
    font-weight: 400;
    line-height: 14px;
}

.testimonial-info span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
}

.testimonials-wbg {
    padding: 25px;
    color: #fff;
}

.testimonials-wbg .testimonial-block blockquote:before,
.testimonials-wbg .testimonial-info span,
.testimonials-wbg p {
    color: #fff!important;
}

.testimonials-wbg .owl-theme .owl-page.active span,
.testimonials-wbg .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff!important;
}

.widget-block {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 10px;
}

.connect-with-us .form-control {
    margin-bottom: 14px;
}

.connect-with-us .meta-data {
    display: inline-block;
}

.make-slider {
    padding: 40px 0;
}

#make-carousel .item {
    margin-top: 20px;
}

#make-carousel .owl-buttons div {
    top: 43%;
}

#make-carousel .owl-buttons div.owl-next {
    right: -16px;
}

.site-footer {
    background: #2f2f2f;
    color: #999;
}

.site-footer .form-control {
    background: rgba(255, 255, 255, .8);
    border: none;
}

.site-footer .form-control:focus,
.site-footer .form-control:active {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .05);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.site-footer a {
    color: #999;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer-top {
    padding: 50px 0;
}

.footer_widget .widgettitle {
    font-weight: 400;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 25px;
    color: #eee
}

.site-footer-bottom {
    background: #252525;
    padding: 20px 0 0px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    font-size: 12px;
}

.footer_widget.widget a {
    color: #999;
}

/* Sign Up Form */

.signup-form {
    border: 1px solid #eee;
    position: relative;
    border-radius: 3px 3px 0 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.signup-form .hs-button {
  width: 100%;
}

.regular-signup {
    padding: 20px;
}
.regular-signup:after {
    content:"";
    display:table;
    clear:both;
}

.signup-form .progress {
    float: left;
    background: #eee;
    width: 85%;
    height: 6px;
    margin-bottom: 0;
    margin-top: 8px;
}

.pass-actions {
    float: right;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    color: #999;
    margin-left: 5px;
    background-color: #eee;
}

.pass-actions:hover {
    color: #fff;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('../images/assets/wink.png');
    /* fallback */
    background-image: url('../images/assets/wink.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.social-signup {
    background: #F9F9F9;
    padding: 20px;
    padding-bottom: 35px;
    border-top: 1px solid #eee;
    position: relative;
    margin-top: 15px;
    text-align: center;
}

.social-signup .or-break {
    position: relative;
    width: 30px;
    height: 30px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    border: 1px solid #eee;
    background: #fff;
    display: block;
    left: 50%;
    top: -35px;
    margin-left: -15px;
    margin-bottom: -15px;
    border-radius: 100%;
}

.btn-social i {
    padding-right: 10px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}



/* Footer */



.footer-container.container-fluid, .body-container.container-fluid {
    padding: 0px;
}

.footer_widget h4, .footer_widget h3 {
    font-weight: 400;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 25px;
    color: #eee;
    font-size: 16px;
}

.copyrights-left footer {
    margin-bottom: 18px;
}

#back-to-top {
    z-index: 10;   
}

/* Single Car Details */



.vehicle-enquiry-foot {
    background: #f9f9f9;
    border-radius: 3px;
    padding: 13px 20px;
    font-size: 11px;
    margin-top: 20px;
    border: 1px solid #eee;
}

.vehicle-enquiry-foot i {
    font-size: 34px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.vehicle-enquiry-foot strong {
    font-size: 21px;
    line-height: 21px;
    display: block;
}

.vehicle-enquiry-foot a {
    text-decoration: underline;
}



.table-specifications > tbody > tr > td:first-child {
    font-weight: 700;
}

.add-features-list {
    margin: 0;
    list-style-type: none;
}

.add-features-list li {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 13px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}


/* Comparision table */

.comparision-table .price {
    font-size: 18px;
    display: block;
    margin-top: 7px;
}

.comparision-table .thead-sticky strong {
    display: block;
    padding: 0 40px;
}

.comparision-table .thead-sticky {
    width: 1070px;
    border-bottom: 0;
}

.comparision-table .is-sticky .thead-sticky {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.comp-image {
    margin-top: 10px;
}

.comp-image .img-thumbnail {
    max-width: 200px;
    display: inline-block;
}

.comp-table-row {
    border-bottom: 1px solid #eee;
}

.comp-table-row:before,
.comp-table-row:after {
    content: " ";
    display: table;
}

.comp-table-row:after {
    clear: both;
}

.comp-feature-head,
.comp-stat-row:hover {
    background: #f9f9f9;
    font-weight: 700;
}

.comp-table-col {
    float: left;
    display: block;
    padding: 5px 10px;
    text-align: center;
}

.comp-table-col h4 {
    margin: 0;
}

.comp-table-col .add-features-list {
    margin: 20px 0;
}

.comparision-table.col1 .comp-table-col {
    width: 40%;
}

.comparision-table.col2 .comp-table-col {
    width: 40%;
}

.comparision-table.col3 .comp-table-col {
    width: 27%;
}

.comparision-table.col4 .comp-table-col {
    width: 20%;
}

.comparision-table.col1 .comp-table-row .comp-table-col:first-child {
    width: 20%;
}

.comparision-table.col2 .comp-table-row .comp-table-col:first-child {
    width: 20%;
}

.comparision-table.col3 .comp-table-row .comp-table-col:first-child {
    width: 19%;
}

.comparision-table.col4 .comp-table-row .comp-table-col:first-child {
    width: 20%;
}

.comp-table-row .comp-table-col:first-child {
    font-weight: 700;
    text-align: left;
}

.comparision-table .comp-feature-head .comp-table-col {
    width: 100%!important;
    font-weight: 400;
    text-align: left;
    padding: 8px 10px;
}

.comp-table-permalinks {
    border-bottom: 0;
    padding-top: 15px;
}

.comp-table-col .add-features-list li {
    margin: 5px 0;
}

.dealer-search-map {
    position: relative;
}

.dealer-search-head {
    position: absolute;
    z-index: 99;
    height: 120px;
    top: 50%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    margin-top: -60px;
}

.search-icon-boxed {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: -40px;
    margin-left: -30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, .8);
    box-sizing: content-box;
}

.dealer-search-field {
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
}

.dealer-search-field .form-control {
    font-size: 20px;
    text-align: center
}

.dealers-search-result {
    margin-top: 30px;
}

.dealer-block-inner {
    padding: 10px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dealer-block-cont {
    background: #fff;
    padding: 15px;
}

.image-dealer-profile {
    position: relative;
}

.dealer-block-info:before,
.dealer-block-info:after {
    content: " ";
    display: table;
}

.dealer-block-info:after {
    clear: both;
}

.dealer-block-info {
    position: relative;
    padding-bottom: 15px;
    min-height: 102px;
}

.dealer-block-info h5 {
    margin-bottom: 5px;
    line-height: 16px;
    font-weight: bold;
    font-size: 15px;
    padding-left: 70px;
    margin-top: 7px;
}

.dealer-block-info h5 a {
    color: #666;
}

.dealer-block-info .dealer-avatar {
    background: #f9f9f9;
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    padding: 5px;
    margin-right: 10px;
}

.dealer-block-info .meta-data {
    padding-left: 70px;
}

.dealer-block-text {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 22px;
    padding-bottom: 22px;
}

.dealer-block-text p {
    line-height: 18px;
    margin-bottom: 0;
    color: #ccc;
    font-size: 13px;
}

.dealer-block-add {
    padding: 22px 0 0;
    font-size: 11px;
    font-weight: 700;
    color: #999;
}

.dealer-block-add:before,
.dealer-block-add:after {
    content: " ";
    display: table;
}

.dealer-block-add:after {
    clear: both;
}

.dealer-block-add span {
    float: left;
    text-align: center;
    width: 50%;
    line-height: normal;
    text-transform: uppercase;
}

.dealer-block-add strong {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.dealer-block .btn {
    margin: 15px auto 0 auto;
    border-radius: 30px;
}

#gmap img {
    max-width: inherit;
}

.map-agent h4,
.map-agent p {
    margin-bottom: 0;
}

.map-agent {
    min-height: 75px;
    max-width: 180px;
}

.listing-form-steps-wrapper {
    background: #f9f9f9;
    border-radius: 3px;
    width: 337px;
}

.listing-form-progress {
    background: #eee;
    padding: 15px 25px;
    border-radius: 3px 3px 0 0;
}

.listing-form-progress .progress {
    margin-bottom: 0;
}

.listing-form-steps {
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0 25px;
}

.listing-form-steps.condensed-form-steps {
    padding: 0 5px;
}

.listing-form-steps li {
    padding: 17px 0;
    border-top: 1px solid #eee;
}

.listing-form-steps.condensed-form-steps li {
    padding: 5px 0;
}

.listing-form-steps li:first-child {
    border-top: 0;
}

.listing-form-steps li a {
    color: #999;
    display: block;
}

.listing-form-steps li.active a,
.listing-form-steps li:hover a,
.listing-form-steps li.completed a {
    color: #777;
}

.listing-form-steps li .step-icon {
    float: left;
    width: 40px;
    font-size: 24px;
    margin-top: 9px;
}

.listing-form-steps li .step-title {}

.listing-form-steps li .step-desc {
    color: #999;
    font-size: 12px;
    display: block;
    padding-left: 40px;
    line-height: normal;
}

.listing-form-steps li .step-state {
    float: right;
    font-size: 16px;
    margin-top: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.listing-form-steps li .step-state:before {
    content: "\f10c";
}

.listing-form-steps li.active .step-state:before {
    content: "\f10c";
}

.listing-form-steps li.completed .step-state:before {
    content: "\f05d";
}

.listing-form-steps li.completed a .step-state,
.listing-form-steps li.completed:hover a .step-state {
    color: #5cb85c
}

.listing-form-content {
    min-height: 600px;
}

.listing-form-content .input-group {
    margin-bottom: 20px;
}

.listing-form-content .price-suggestion .input-group {
    margin-bottom: 0;
}

.price-suggestion p {
    margin-bottom: 0;
}

.listing-form-content .selected-price-plan label {
    margin-bottom: 20px;
    display: block;
}

.listing-form-content .selected-price-plan .plan-blocked {
    background: #2f2f2f;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 12px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.listing-form-content .checkbox-inline {
    font-weight: 700;
    font-size: 14px;
    padding-left: 0;
    padding-right: 20px;
}

.listing-form-content .popover {
    max-width: 400px;
}


.listing-form-content .tab-pane.fade {
    display: none;
}

.listing-form-content .tab-pane.fade.in {
    display: block;
}

.optional-features-list {
    margin: 0;
    list-style-type: none;
}

.optional-features-list:before,
optional-features-list:after {
    content: " ";
    display: table;
}

.optional-features-list:after {
    clear: both;
}

.optional-features-list li {
    float: left;
    width: 33.3333%;
    margin-top: 0
}

.optional-features-list li.checkbox + .checkbox {
    margin-top: 0
}


#message {
    margin-top: 20px;
}

.about-author,
.detailed-review-block {
    background: #f9f9f9;
    padding: 20px;
    border-top: 3px solid #eee;
}

.detailed-review-block {
    margin-bottom: 25px;
}

.detailed-review-block:before,
.detailed-review-block:after {
    content: " ";
    display: table;
}

.detailed-review-block:after {
    clear: both;
}

.detailed-review-block > div {
    background: #fff;
    padding: 20px;
    float: left;
    margin-right: 2%;
}

.detailed-review-block .final-review {
    width: 28%;
    padding-bottom: 15px;
}

.detailed-review-block .points-review {
    width: 70%;
    padding: 10px 20px;
    margin-right: 0
}

.detailed-review-block .post-review-block {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.detailed-review-block .post-review-block .review-status strong {
    font-size: 50px;
    padding-bottom: 10px;
}

.detailed-review-block .post-review-block .review-status span {
    padding-top: 14px;
    font-size: 16px;
    letter-spacing: 1px;
}

.detailed-review-block .post-review-block .review-status {
    float: none;
    width: 100%;
}

.star-rating-container:not(.no-back-star):before {
    display: block;
    position: absolute;
    top: 0px;
    left: 1px;
    content: "\f005\f005\f005\f005\f005";
    z-index: 0;
}

.final-review .star-rating-container {
    font-size: 2.6em;
    line-height: 1em;
    margin-top: 18px;
}

.star-rating-container {
    display: inline-block;
    position: relative;
    font-family: "FontAwesome";
    font-size: 14px;
    text-align: left;
    cursor: default;
    white-space: nowrap;
    line-height: 1.2em;
    color: #eee;
}

.star-rating-container .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #fdb714;
}

.star-rating-container .star-rating {
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 1px;
}

.points-review .review-point {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.points-review .col-md-6 .review-point:last-child {
    border-bottom: 0;
}

.points-review .review-point strong {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #999
}

.points-review .review-point .star-rating-container {
    float: right;
    margin-top: 4px
}

.about-author .img-thumbnail {
    float: left;
    margin-right: 20px;
    width: 100px;
    max-width: 100px;
}

.about-author .post-author-content {
    padding-left: 120px;
}

.post-comments {
    margin: 30px 0 0 0;
}

.comments {
    margin: 0;
    list-style-type: none;
}

.comments li {
    margin-bottom: 25px;
}

.comments li .post-comment-block {
    padding: 20px;
    padding-bottom: 5px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
    background: #ffffff;
}

.comments li.admin > .post-comment-block {
    background-color: #f9f9f9;
}

.comments li .img-thumbnail {
    float: left;
    margin-right: 20px;
    width: 80px;
}

.comments li .meta-data {
    margin-bottom: 12px;
}

.comments li h5 {
    margin-bottom: 5px;
}

.post-comment-content {
    padding-left: 100px;
}

.comments li ul {
    padding-top: 25px;
    padding-left: 50px;
    margin: 0;
    list-style-type: none;
}

.post-comment-form {
    margin: 30px 0 0 0;
    border-bottom: 0;
}

.post-comment-form .form-control {
    margin-bottom: 20px;
}


/* ==================================================
   6.2. Widgets Styling
================================================== */

.widget.sidebar-widget {
    margin-bottom: 35px;
}

.widget.sidebar-widget .listing-container {
    padding-top: 20px;
}


.sidebar-widget .widgettitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px
}

.sidebar .widget.sidebar_widget:last-child {
    margin-bottom: 0;
}

.widget ul,
.widget ol {
    margin: 0;
    list-style-type: none;
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.widget_categories ul li {
    color: #ccc;
    font-size: 12px;
    text-align: right;
}

.widget_categories:before,
.widget_categories:after,
.widget_archive:before,
.widget_archive:after {
    content: " ";
    display: table;
}

.widget_categories:after,
.widget_archive:after {
    clear: both;
}

.widget_categories ul li a,
.widget_archive ul li a {
    font-size: 14px;
    float: left
}

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_links ul li,
.widget_meta ul li {
    border-bottom: 1px solid #eee;
}

.footer_widget.widget_categories ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_links ul li,
.footer_widget.widget_meta ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_links ul li a,
.widget_meta ul li a {
    display: inline-block;
    position: relative;
}

.widget_recent_posts li {
    padding: 3px 0 12px 0;
    border-bottom: 1px solid #eee;
}

.widget_recent_posts li h5 {
    margin-bottom: 0;
    padding-left: 85px;
}

.widget_recent_posts li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}

.widget_recent_posts li:before,
.widget_recent_posts li:after {
    display: table;
    content: " ";
}

.widget_recent_posts li:after {
    clear: both;
}

.widget_recent_posts .post-actions {
    padding-left: 85px;
}

.widget_recent_posts .post-actions .post-date {
    width: 100%;
}

.widget a {
    color: #5e5e5e;
}

.body-type-widget li {
    width: 33.33%;
    float: left;
}

.body-type-widget li span {
    display: block;
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    margin-top: 4px;
    font-style: italic;
}

.body-type-widget li img {
    width: 70%;
}

.body-type-widget .post-actions {}


#back-to-top {
    position: fixed;
    left: 17px;
    bottom: 17px;
    display: none;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
}


/* ==================================================
   6.4. SHORTCODES
================================================== */

.fact-ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #999999;
    line-height: 125px;
    margin: 10px 0;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
}

.fact {
    display: inline-block;
    color: #999999;
    font-size: 15px;
    font-family: 'Playfair Display', serif;
    font-style: italic
}

.counters .timer {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 38px;
}

.parallax .counters .timer {
    color: #ffffff;
}

.icon-box.ibox-plain.ibox-small {
    padding-left: 26px
}

.icon-box .ibox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0
}

.icon-box .ibox-icon a,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}

.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
    border-radius: 50%;
}

.icon-box .ibox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px
}

.icon-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #252525
}

.icon-box p {
    margin: 8px 0 0;
    color: #999
}

.icon-box .before-heading {
    font-size: 14px
}

.icon-box.ibox-large {
    padding: 0 0 0 115px
}

.icon-box.ibox-large .ibox-icon {
    width: 96px;
    height: 96px;
}

.icon-box.ibox-outline .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}

.icon-box.ibox-outline .ibox-icon i {
    line-height: 56px;
}

.icon-box.ibox-outline.ibox-large .ibox-icon {
    padding: 4px;
}

.icon-box.ibox-rounded .ibox-icon,
.icon-box.ibox-rounded .ibox-icon i,
.icon-box.ibox-rounded .ibox-icon img {
    border-radius: 3px!important;
}

.icon-box.ibox-rounded.ibox-large .ibox-icon,
.icon-box.ibox-rounded.ibox-large .ibox-icon i,
.icon-box.ibox-rounded.ibox-large .ibox-icon img {
    border-radius: 4px!important;
}

.icon-box.ibox-light .ibox-icon i,
.icon-box.ibox-light .ibox-icon img {
    border: 1px solid #eee;
    background-color: #f9f9f9;
    color: #444;
}

.icon-box.ibox-light .ibox-icon i {
    line-height: 62px;
}

.icon-box.ibox-light.ibox-large .ibox-icon i {
    line-height: 96px;
}

.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon i {
    line-height: 84px;
}

.icon-box.ibox-dark.ibox-outline .ibox-icon {
    border-color: #444;
}

.icon-box.ibox-dark .ibox-icon i,
.icon-box.ibox-dark .ibox-icon img {
    background-color: #252525;
}

.icon-box.ibox-border .ibox-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 0;
}

.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon img {
    border: none;
    background-color: transparent!important;
}

.icon-box.ibox-border.ibox-dark .ibox-icon {
    border-color: #252525;
}

.icon-box.ibox-plain .ibox-icon {
    border: none!important;
    height: auto!important;
}

.icon-box.ibox-plain .ibox-icon i,
.icon-box.ibox-plain .ibox-icon img {
    border: none!important;
    background-color: transparent!important;
    border-radius: 0;
}

.icon-box.ibox-plain .ibox-icon i {
    font-size: 48px;
    line-height: 1!important;
}

.icon-box.ibox-plain.ibox-image .ibox-icon {
    width: auto;
}

.icon-box.ibox-plain.ibox-image .ibox-icon img {
    width: auto;
    display: inline-block;
}

.icon-box.ibox-plain.ibox-small {
    padding-left: 42px;
}

.icon-box.ibox-plain.ibox-small .ibox-icon {
    width: 28px;
}

.icon-box.ibox-plain.ibox-small h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.icon-box.ibox-plain.ibox-small p {
    margin-left: -42px;
}

.icon-box.ibox-plain.ibox-small .ibox-icon i {
    font-size: 28px;
}

.icon-box.ibox-plain.ibox-small .ibox-icon img {
    height: 28px;
}

.icon-box.ibox-plain.ibox-large .ibox-icon i {
    font-size: 72px;
}

.icon-box.ibox-center {
    text-align: center;
    padding: 0;
}

.icon-box.ibox-center .ibox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px;
}

.icon-box.ibox-center.ibox-outline .ibox-icon i {
    line-height: 88px;
}

.icon-box.ibox-center p {
    font-size: 14px;
    margin-top: 15px;
}

.icon-box.ibox-center.ibox-large .ibox-icon {
    width: 128px;
    height: 128px;
}

.icon-box.ibox-center.ibox-large .ibox-icon i {
    font-size: 70px;
    line-height: 128px;
}

.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon i {
    line-height: 118px;
}

.icon-box.ibox-center.ibox-light .ibox-icon i {
    line-height: 94px;
}

.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon i {
    line-height: 114px;
}

.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon i {
    line-height: 126px!important;
}

.icon-box.ibox-center.ibox-plain .ibox-icon i {
    font-size: 84px;
}

.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon i {
    font-size: 112px;
}

.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon img {
    height: 128px;
}

.icon-box.ibox-center.ibox-small .ibox-icon {
    width: 64px;
    height: 64px;
}

.icon-box.ibox-center.ibox-small .ibox-icon i {
    font-size: 28px;
    line-height: 64px;
}

.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon i {
    line-height: 58px;
}

.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon i {
    font-size: 56px;
}

.icon-box.ibox-center.ibox-small p {
    font-size: 14px;
    margin-top: 10px;
}

.icon-box.ibox-center.ibox-plain.ibox-small p {
    margin-left: 0;
}

.icon-box.ibox-right {
    text-align: right;
    padding: 0 80px 0 0;
}

.icon-box.ibox-right.ibox-large {
    padding-right: 115px;
}

.icon-box.ibox-right .ibox-icon {
    left: auto;
    right: 0;
}

.icon-box.ibox-right.ibox-plain.ibox-small {
    padding: 0 42px 0 0;
}

.icon-box.ibox-right.ibox-plain.ibox-small p {
    margin: 0 -42px 0 0;
}

.icon-box h3+.ibox-icon {
    margin-top: 20px!important;
}

.icon-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.icon-box.ibox-center:not(.ibox-bg) h3:after {
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid #252525;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    margin: 20px auto;
}

.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
    width: 50px;
}

.icon-box.ibox-center.noborder:not(.ibox-bg) h3:after,
.icon-box.ibox-center.nobottomborder:not(.ibox-bg) h3:after {
    display: none;
}

.icon-box.ibox-center.ibox-italic p {
    font-style: italic;
    font-family: Lato, sans-serif;
}

.icon-box.ibox-bg.ibox-center {
    margin-top: 68px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 68px 30px 30px;
}

.icon-box.ibox-bg.ibox-center:first-child {
    margin-top: 48px;
}

.icon-box.ibox-bg.ibox-center.ibox-large {
    margin-top: 84px;
    padding-top: 84px;
}

.icon-box.ibox-bg.ibox-center.ibox-large:first-child {
    margin-top: 64px;
}

.icon-box.ibox-bg.ibox-center .ibox-icon {
    position: absolute;
    top: -48px;
    left: 50%;
    margin: 0 0 0 -48px;
}

.icon-box.ibox-bg.ibox-center.ibox-large .ibox-icon {
    top: -64px;
    left: 50%;
    margin-left: -64px;
}

.icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-outline .ibox-icon,
.icon-box.ibox-bg.ibox-center.ibox-plain .ibox-icon {
    background-color: #FFF;
}

.icon-box .ibox-icon i {
    z-index: 1;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.icon-box .ibox-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -3px;
    left: -3px;
    box-shadow: 0 0 0 2px #252525;
    -webkit-transition: 0 .3s, opacity .3s;
    -webkit-transform: scale(.8);
    -moz-transition: 0 .3s, opacity .3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .3s, opacity .3s;
    transform: scale(.8);
    opacity: 0;
    padding: 3px;
}

.icon-box .ibox-icon i:hover,
.icon-box:hover .ibox-icon i {
    background-color: #252525;
    color: #fff;
}

.icon-box.ibox-outline:hover .ibox-icon {
    border-color: #252525;
}

.icon-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

.icon-box:first-child {
    margin-top: 0;
}

.icon-box .ibox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

.icon-box .ibox-icon a,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
    border-radius: 50%;
}

.icon-box .ibox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
}

.icon-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #252525;
}

.icon-box p {
    color: #999;
    margin: 8px 0 0;
}

.icon-box .before-heading {
    font-size: 14px;
}

.icon-box.ibox-large {
    padding: 0 0 0 115px;
}

.icon-box.ibox-large .ibox-icon i,
.icon-box.ibox-center .ibox-icon i {
    font-size: 42px;
    line-height: 96px;
}

.icon-box.ibox-outline.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon i {
    line-height: 86px;
}

.icon-box.ibox-light.ibox-outline .ibox-icon,
.icon-box.ibox-border.ibox-light .ibox-icon {
    border-color: #eee;
}

.icon-box.ibox-light.ibox-outline .ibox-icon i,
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon i {
    line-height: 54px;
}

.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-center.ibox-small.ibox-border .ibox-icon i {
    line-height: 62px!important;
}

.icon-box.ibox-border.ibox-large .ibox-icon i,
.icon-box.ibox-center.ibox-border .ibox-icon i {
    line-height: 94px;
}

.icon-box.ibox-border.ibox-light .ibox-icon i,
.icon-box.ibox-border.ibox-light .ibox-icon img,
.icon-box.ibox-plain.ibox-light .ibox-icon i,
.icon-box.ibox-plain.ibox-light .ibox-icon img {
    color: #888;
}

.icon-box.ibox-border.ibox-dark .ibox-icon i,
.icon-box.ibox-border.ibox-dark .ibox-icon img,
.icon-box.ibox-plain.ibox-dark .ibox-icon i,
.icon-box.ibox-plain.ibox-dark .ibox-icon img {
    color: #444;
}

.icon-box.ibox-plain .ibox-icon img,
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon img {
    height: 64px;
}

.icon-box.ibox-plain.ibox-large .ibox-icon img,
.icon-box.ibox-center.ibox-plain .ibox-icon img {
    height: 96px;
}

.ibox-rounded .ibox-icon i:after,
.ibox-border.ibox-rounded .ibox-icon i:after {
    border-radius: 3px;
}


/* ==================================================
   6.5. Overriding Classes
================================================== */


.subscription .page-header,
.page-header {
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 0;
    top: 0;
    position: relative;
    margin-bottom: 0;
    background-color: transparent;
    text-align: center;
}
.subscription .page-header h1,
.subscription .page-header h2 {
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1.04em;
    margin: 1px 0px 4px;
}

.subscription .page-header h2 {
    font-size: 2em;
}

.subscription .success {
    font-weight: 700;
    text-align: center;
}

.home.page-header {
    min-height: 500px;
}

.page-header h1.page-title {
    color: #fff;
    padding: 105px 0 0;
    margin: 0;
}

.prosite-header {
    min-height: 300px;
}

.prosite-header h1.page-title {
    text-align: center;
    padding: 105px 0 0;
}

.btn-transparent {
    background: none!important;
    border: 2px solid #252525!important;
    color: #252525!important;
}

.dark-bg .btn-transparent {
    border-color: #fff!important;
    color: #fff!important;
}


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


/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/

.pricing-table {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pricing-table:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.pricing-table > div:first-child .pricing-column-content,
.pricing-table > div:first-child h3 {
    border-left: 1px solid #eee!important;
}

.pricing-column {
    float: left;
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

.pricing-column .features {
    padding: 0;
    margin-bottom: 0;
    background: none;
}

.pricing-column .features a {
    color: #5e5e5e;
}

.pricing-column .pricing-column-content {
    border-right: 1px solid #eee;
}

.pricing-column.highlight {
    z-index: 1;
    margin: -20px 0 0 -1px;
    background-color: #ffffff;
}

.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
    border: none;
}

.pricing-column.highlight h3 {
    background: #5bc0de;
}

.pricing-column h3 .highlight-reason {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}

.pricing-column.highlight .pricing-column-content {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.pricing-table .popover {
    text-align: center;
}

.pricing-column ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
    color: #666666!important;
    list-style: none;
    line-height: 18px;
    white-space: nowrap;
}

.pricing-column ul li a i {
    margin-left: 10px;
}

.pricing-column ul li:first-child {
    border-top: 1px solid #eee;
}

.pricing-column ul li:nth-child(2n+1) {
    background-color: #f8f8f8;
}

.pricing-column.highlight h3 {
    margin-bottom: 0px!important;
    padding: 15px 0px;
    color: #ffffff!important;
}

.toggle .pricing-column h3 {
    font-size: 26px!important;
}

.pricing-column h3 {
    margin-bottom: 0px;
    padding: 18px 0px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    font-size: 26px;
    line-height: 28px;
}

.pricing-column h4 {
    margin-bottom: 0px;
    margin-left: 0;
    padding: 10px 0 0 0;
    color: #333333;
    font-size: 34px!important;
    line-height: 22px!important;
}

.pricing-column h4 .dollar-sign {
    position: relative;
    top: -14px;
    right: 0;
    font-size: 16px;
    line-height: 0;
}

.pricing-column h4.pricing-free {
    font-size: 22px!important;
}

.pricing-column .interval {
    display: block;
    display: block;
    padding-bottom: 7px;
    // min-height: 38px;
    color: #999999;
}

.pricing-column ul {
    margin-left: 0px;
}

.pricing-column .btn {
    margin-top: 25px;
}

.pricing-column.highlight .btn {
    margin-bottom: 20px;
}

.pricing-table.six-cols > div {
    width: 16.5%;
}

.pricing-table.five-cols > div {
    width: 20%;
}

.pricing-table.four-cols > div {
    width: 25%;
}

.pricing-table.three-cols > div {
    width: 33.2%;
}

.pricing-table.two-cols > div {
    width: 50%;
}
/* hide the details button on insurance page*/
.tab-content .btn.btn-insurance {
    display: inline-block;
}
.btn.btn-insurance {
    display: none;
}

/* Home */


.hero-area .banner-text {
    position: absolute;
    top: 0;
}
.home .hero-area .banner-text {
  padding-top: 5%;
}
.hero-area .banner-secondary-img {
    position: absolute;
    bottom: 0;
    right:0;
}

.hero-area .banner-text h1 {
    margin-bottom: 10px;
    color:white;
    font-size: 48px;
    font-family: 'Bree Serif', serif;
}

.hero-area .banner-text a {
    padding: 15px 20px;
    color: #fff;
    background-color: #0097A5;
    display: inline-block;
}

.body-container-wrapper .hero-area {
    top: 0px;
    /*margin-bottom: 10px;*/
}
.landing-page .body-container-wrapper {
  padding-top: 0;
}
.landing-page .hero-area {
  margin-bottom: 40px; 
}
.landing-page .hero-area .banner-text {
    top: 30px;
}
.landing-page .hero-area .banner-text h1 {
    line-height: 1.1em;
}
.landing-page .connected-blocks h4 {
  text-transform: none;
}
.home .box-item {
    height: auto;
    width: 33%;
    margin-right: 0.5%;
    margin-left: 0px;
    float: left;
    position: relative;
    background-size: cover;
}

.home .hs_cos_wrapper:nth-child(3n+3) .box-item {
    margin-right: 0%;
    margin-left: 0px;
}

.box-item .box-bg img {
    width: 100% !important;
}

.box-item .box-content {
    position: absolute;
}

.box-content.top {
    top: 10%;
    left: 8%;
}

.box-content.bottom {
    left: 8%;
    bottom: 10%;
}

.box-content h3 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 3em;
}

.box-content a {
    color: #fff;
    padding: 15px 25px;
}

.box-content.red a {
    background-color: #e74948;
}

.box-content.green a {
    background-color: #53a64a;
}

.box-content.yellow a {
    background-color: #e4c539;
}





/* Detail Page 1 */

.detail-page .body-container-wrapper,
.blog-v2 .body-container-wrapper {
    padding-top: 143px;
}


/* Sidebar Menu */

.sidebar-menu ul {
    margin-top: 0 !important;
    list-style-type: none;
    margin: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    padding: 0;
}
.sidebar-menu ul li {
    position: relative;
}

.sidebar-menu ul > li.hs-menu-depth-1:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sidebar-menu ul li.hs-menu-item a {
    position: relative;
    display: block;
    padding: 10px 15px 10px 25px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.sidebar-menu ul li.hs-menu-item a:hover,
.sidebar-menu ul li.hs-menu-item.active a:hover {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #5e5e5e;
}

.sidebar-menu ul > li.active a {
    background: #0097A5;
    border-color: #fff;
    color: #fff;    
}
.sidebar-menu ul > li.hs-item-has-children > a {
    font-weight: bold;

}
.sidebar-menu ul > li.active-branch a {
    border-bottom: none;
}
.sidebar-menu ul ul > li.hs-menu-item a {
   padding-left: 45px;
}
.sidebar-menu ul ul > li.hs-menu-item a:before {
    content: "\f0da";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    left: 30px;
    top: 13px;
}
.sidebar-menu ul li.hs-menu-item.active a,
.sidebar-menu ul li.hs-menu-item.active i {
    color: #fff;
}
.sidebar-menu ul > li > ul > li > a, .sidebar-menu ul > li.hs-menu-item a {
    color: #5e5e5e;
}

.sidebar-menu .hs-item-has-children > ul {
    
    display:none;
}

/* Sidebar Widget */

.sidebar-widget h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
}

.sidebar-widget .hs-rss-item.hs-with-featured-image {
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding: 3px 0 12px 0;
    border-bottom: 1px solid #eee;
    min-height: 110px;
}

.sidebar-widget .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 30%;
}

.sidebar-widget .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    padding-right: 0px;
    padding-left: 10px;
    width: 70%;
}

.sidebar-widget .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

.detail-page .accordion-heading .accordion-toggle.active, .detail-page .accordion-heading .accordion-toggle.active, .detail-page .accordion-heading .accordion-toggle.active i {
    color: #0097A5;
}

.accordion {
    overflow: hidden;
    /*border: none;*/
}

/* Detail Page 2 */

.detail-page .accent-color h4 {
    color: #0097A5;
}

/* Vehicle Details */

.boxBg img {
    display: none !important;
}

.boxBg {
    background-size: cover;
}

.vehicle-details #chat-button {
    display: inline !important;
}

.vehicle-details-tabs .nav-tabs {
    display: table;
    width: 100%;
}

.luxurious p {
    color: #888;
}

.luxurious p strong {
    color: #000;
}

.video iframe {
    width: 100% !important;
}

.luxurious h2, .faq-details h2 {
    font-weight: normal;
    border-bottom: 2px solid #858585;
    margin-bottom: 40px;
    display: inline-block;
    text-align: center;
    padding: 0 25px 15px;
}

.luxurious {
    margin-bottom: 55px;
}

.faq-details .boxBg {
    min-height: 495px;
    height: 495px;
}

.faq-details .boxBg .content {
    padding: 320px 25px 25px;
    color: #fff;
}

.faq-details .boxBg .content h3 {
    margin-bottom: 5px;
    color: #fff;
}

.faq-details .boxBg .content p {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    min-height: 70px;
}

.faq-details .boxBg .content a {
    display: inline-block;
    background: rgba(0,0,0,0.8);
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.quote-section {
    height: 525px;
}

.quote-section .quote-content {
    padding-top: 90px;
}

.quote-section .quote-content p {
    margin-bottom: 0;
    text-align: center;
    color: #333;
}

.quote-section .quote-content p span {
    text-align: right;
    font-style: italic;
    display: block;
    padding: 0 300px;
    color: #333;
}

/* Contact */

.listing-form-steps-cc {
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0 25px;
}

.listing-form-steps-cc li {
    padding: 17px 0;
    border-top: 1px solid #eee;
}

.listing-form-steps-cc li {
    padding: 17px 0;
    border-top: 1px solid #eee;
}

.listing-form-steps-cc li .step-icon {
    float: left;
    width: 40px;
    font-size: 24px;
    margin-top: 9px;
}

.listing-form-steps-cc li .step-desc {
    color: #999;
    font-size: 12px;
    display: block;
    padding-left: 40px;
    line-height: normal;
}
.listing-form-steps-cc li a {
    color: #999;
    display: block;
}

.listing-form-steps-cc li.active a, .listing-form-steps-cc li:hover a, .listing-form-steps-cc li.completed a {
    color: #777;
}

.listing-form-steps-cc li .step-title {
}
/* Search Input */

.input-group-lg input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    float: left;
}

/* Blog */

.hs-blog-post h1 {
	font-size: 30px;	
}

.blog-wrapper {
    background: #fff !important;
    padding: 50px 0;
}

.post-item {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
}

.post-actions {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.widget_categories ul li {
    text-align: left;
    padding-left: 0px;

}

.post-item h3 a {
    color: #333;
}

.post-item h3 a:hover {
    color: #0097A5;
}

.post-item a {
    color: #0097A5;
}

.post-item a:hover {
    opacity: 0.8;
}

.utility-bar .page-center.sp-cont {
    padding: 0 15px !important;
}

.blog-post-wrapper .hs-featured-image-wrapper {
    margin-bottom: 20px;
}

.blog-post-wrapper .pager {
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 25px 0;
}

.about-author-sec {
    background: #f9f9f9;
    padding: 20px;
    border-top: 3px solid #eee;
}

.comment.depth-0, .comment.depth-1 {
    padding-top: 20px !important;
    padding: 20px;
    padding-bottom: 5px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
    background: #ffffff;
    margin-bottom: 25px;
    position: relative;
}

.post-footer .comment-reply-to {
    position: absolute;
    right: 0;
    top: 23px;
    background-image: none;
    padding-left: 8px;
    color: #333;
    width: 60px;
    word-wrap: break-word;
    height: 30px;
    overflow: hidden;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #ccc;
    color: #aaa !important;
    border-radius: 3px;
}

#comment-form .hs-richtext {
    position: relative;
    font-size: 24px;
}

#comment-form h3 {
    position: relative;
    padding-left: 30px;
}

/*#comment-form .hs-richtext:before {
    content: "\f064";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: 0;
    top: 5px;
    color: #000;
}*/

.post-footer .comment-reply-to:hover {
    background: #eee;
    color: #555;
}

.comment-reply-to em {
    display: none;
}

.post-footer .comment.depth-1 {
    margin-left: 2em !important;
    padding-left: 20px;
}

.post-footer .comment-from h4 {
    margin-bottom: 0;  
    width: 100%;
    display: block;
}

.comment-from, .comment-date {
    display: block !important;
}

#comment-form .hs_comment > label, #comment-form .hs_website > label, #comment-form .hs_subscribe {
    display: none;
}

#comment-form .hs_website input {
    height: 46px;
    padding: 10px 16px;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

#comment-form .hs_submit input {
    padding-top: 10px;
    padding-bottom: 10px;
}

#comment-form .hs_firstname, #comment-form .hs_email, #comment-form .hs_website {
    width: 30%;
    margin-right: 0%;
    float: left;
}

#comment-form .hs_website {
    margin-right: 0% !important;
}

#comment-form .hs_comment .hs-input {
    height: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.widget_categories ul li {
    overflow: hidden;   
}

.latest-news .listing-header h3 {
        
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .toggle-make a:hover, .toggle-make a:hover, .btn-warning {
    background: #F68C2A;
    opacity: .9;
}


/* Social media buttons*/
.hs-blog-social-share-item {height:25px; vertical-align:top;}
.hs-blog-social-share-item-facebook .fb_iframe_widget{ border-style: none;  line-height: normal; }

@media screen and (max-width: 480px) {
    
    .hs-blog-social-share-item-linkedin{display:none;}
    
}


  /* ================================================================================================================================= */
  
  /* Additional CSS */
  
  /* ================================================================================================================================= */

.widget.recent_posts ul{
  list-style-type:none;
  margin:0;
}
.widget.recent_posts ul li{
  padding:0;
  margin-bottom:12px;
  padding-bottom:18px;
  border-bottom:1px solid #eee;
}
.widget.recent_posts ul li:last-child{
  border-bottom:0;
  margin-bottom:0;
}
.widget.recent_posts ul li .media-box{
  float:left;
  margin-top:5px;
}
.widget.recent_posts ul li .media-box img{
  width:70px;
}
.widget.recent_posts ul li h5{
  padding-left:90px;
  margin-bottom: 5px;
  font-weight:400;
  font-size:15px;
}
.widget.recent_posts ul li h5 a{
  color:#5e5e5e;
}
.widget.recent_posts ul li .meta-data.grid-item-meta{
  padding-left:90px;
  margin-bottom:0;
}

/* Pricing */
 .pricing-hide {
  visibility: hidden;
 }
 .pricing-table.five-cols-index .pricing-column{
    width:16.25%
 }
.pricing-table.five-cols-index .pricing-column.index-col{
    width: 35%;
    text-align:left;
 }
 .pricing-table.five-cols-index .pricing-column.content-col{
    border-left: 1px solid #eee;
 }
 .pricing-table.five-cols-index .pricing-column ul li {
  height:41px;
}


#chat-button {
    display: inline;
    position: fixed;
    right: 77px;
    bottom: 17px;
    text-align: center;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(246,140,42,1);
    color: #ffffff;
}
.listing-form-steps-wrapper {
    width: 100%;
}
.final-review .star-rating-container {
    font-size: 2.2em;
}
/* REVIEWS */
.points-review .review-point .star-rating-container {
    position: absolute;
    top: 14px;
    right:0;
    margin-top: 0;
}
.points-review .review-point strong {
    padding-right: 68px;
}
.points-review .review-point {
    position: relative;
}
/* Home Reviews */
.ibox-review .star-rating-container  {
    font-size: 1.8em;

}
.icon-box.ibox-review p  {
    margin-top: -10px;

}
.icon-box .ibox-small.ibox-icon {
  width: 36px!important;
  height: 36px!important;
  margin:0!important;
  padding: 3px;
}
.icon-box .ibox-small.ibox-icon i, .icon-box .ibox-small.ibox-icon i{
  font-size: 18px!important;
  line-height: 26px!important;
}
.icon-box .ibox-mini.ibox-icon {
  width: 20px!important;
  height: 20px!important;
  margin:0!important;
  padding: 3px;
}
.icon-box.ibox-center .ibox-mini.ibox-icon, .icon-box.ibox-center .ibox-small.ibox-icon {
  display: inline-block!important;
}
.icon-box .ibox-mini.ibox-icon i, .icon-box .ibox-mini.ibox-icon i{
  font-size: 9px!important;
  line-height: 12px!important;
}
.btn-group.type-filter i {
  font-size: 38px;
}
.btn-group.type-filter .btn.active {
  background-color: #0097A5;
}
.btn-group.type-filter .btn.active i {
  color: #fff;
}

@media (max-width: 768px) {
    .search-form-inner {
        background-color: rgba(255,255,255,1);
    }
}
@keyframes transContact {
    0% {color: inherit;}
    20% {color: #5cb85c;}
    100% {color: inherit;}
}
@keyframes backColorTrans {
    0% {background-color: #0097A5;}
    20% {background-color: #5cb85c;}
    100% {background-color: #0097A5;}
}
.latest-news .listing-header {
  padding-top: 25px;
}
.listing-form-steps.condensed-form-steps li.trans-contact a i { 
  color: #5cb85c;
}

.activeContact .listing-form-steps li.trans-contact a, 
.activeContact .listing-form-steps li.trans-contact a .step-desc {
  // color: #0097A5 !important;

  animation-name: transContact;
  animation-delay:0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 4s;

}

.ibox-outline .ibox-small i {
  background-color: #0097A5;
  animation-name: backColorTrans;
  animation-delay:0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 3s;
}

.accordion.tab-content {
  padding: 0;
}

.btn-more {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/* End custom css */

/* Colors CSS */

.text-primary, .btn-primary .badge, .btn-link,a.list-group-item.active > .badge,.nav-pills > .active > a > .badge, p.drop-caps:first-child:first-letter, .accent-color, .nav-np .next:hover, .nav-np .prev:hover, .basic-link, .pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus, .accordion-heading:hover .accordion-toggle, .accordion-heading:hover .accordion-toggle.inactive, .accordion-heading:hover .accordion-toggle i, .accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle.active, .accordion-heading .accordion-toggle.active i, .main-navigation > ul > li > ul > li a:hover, .main-navigation > ul > li:hover > a, .main-navigation > ul > li:hover > a > i, .top-navigation li a:hover, .search-form h3, .featured-block h4, .vehicle-cost, .icon-box-inline span, .post-title a, .post-review-block h3.post-title a:hover, .review-status strong, .testimonial-block blockquote:before, .testimonial-info span, .additional-images .owl-carousel .item-video i, .vehicle-enquiry-foot i, .vehicle-enquiry-head h4, .add-features-list li i, .comparision-table .price, .search-filters .accordion-heading.accordionize .accordion-toggle.active, .search-filters .accordion-heading.togglize .accordion-toggle.active, .search-filters .accordion-heading .accordion-toggle.active, .search-filters .accordion-heading:hover .accordion-toggle.active, .search-filters .accordion-heading:hover .accordion-toggle.active:hover, .search-filters .accordion-heading.accordionize .accordion-toggle.active i, .search-filters .accordion-heading.togglize .accordion-toggle.active i, .filter-options-list li a:hover, .calculator-widget .loan-amount, .map-agent h4 a, .pricing-column h3, .listing-form-steps li.active a .step-state, .listing-form-steps li:hover a .step-state, .result-item-pricing .price, .result-item-features li i, .users-sidebar .list-group li a:hover > i, .saved-cars-table .price, .post .post-title a:hover, a, .post-actions .comment-count a:hover, .pricing-column .features a:hover, a:hover, .service-block h4 a:hover, .saved-cars-table .search-find-results a:hover, .widget a:hover, .nav-tabs > li > a:hover, .list-group-item a:hover, .icon-box.ibox-plain .ibox-icon i,.icon-box.ibox-plain .ibox-icon img, .icon-box.ibox-border .ibox-icon i,.icon-box.ibox-border .ibox-icon img, .top-header .sf-menu > li:hover > a, .header-v2 .topnav > ul > li:hover > a, .header-v4 .search-function .search-trigger, .additional-triggers > li > a:hover{
    color:#0097A5;
}
.primary-muted {
    background-color: #d8f0ef;
}
.basic-link:hover, .continue-reading:hover{
    opacity:.8
}
p.drop-caps.secondary:first-child:first-letter, .accent-bg, .btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar-primary,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary > .panel-heading, .carousel-indicators .active, .flex-control-nav a:hover, .flex-control-nav a.flex-active, .media-box .media-box-wrapper, .media-box .zoom .icon, .media-box .expand .icon, .icon-box.icon-box-style1:hover .ico, .cart-bubble, .toggle-make a:hover, .search-trigger, .toggle-make a, .featured-block-image strong, .pass-actions:hover, .utility-icons > li > a:hover, .utility-icons > li:hover > a, .owl-theme .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .seller-info, .search-icon-boxed, .logged-in-user:hover .user-dd-dropper, .testimonials-wbg .testimonial-block blockquote:after, .selling-choice > .btn-default.active, .fact-ico, .ibox-effect.ibox-dark .ibox-icon i:hover,.ibox-effect.ibox-dark:hover .ibox-icon i,.ibox-border.ibox-effect.ibox-dark .ibox-icon i:after, .icon-box .ibox-icon i,.icon-box .ibox-icon img, .icon-box .ibox-icon i,.icon-box .ibox-icon img, .icon-box.ibox-dark.ibox-outline:hover .ibox-icon i{
  background-color: #0097A5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary, .toggle-make a:hover, .toggle-make a:hover,
.btn-warning
{
  background: #F68C2A !important;
  opacity:.9;
  color: #fff !important;
}
.warning-link {
    color:#f68c2a;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading, .btn-primary.btn-transparent, .icon-box.icon-box-style1 .ico, .user-login-btn:hover, .icon-box-inline span, .vehicle-enquiry-head, .selling-choice > .btn-default.active, .icon-box.ibox-border .ibox-icon, .icon-box.ibox-outline .ibox-icon, .icon-box.ibox-dark.ibox-outline:hover .ibox-icon, .header-v2 .site-header-wrapper, .dd-menu.topnav > ul > li > ul, .dd-menu.topnav > ul > li.megamenu > ul{
    border-color:#0097A5;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .main-navigation > ul > li ul, .navbar .search-form-inner{
    border-top-color:#0097A5;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body{
    border-bottom-color:#0097A5;
}
.search-find-results, .dd-menu > ul > li > ul li ul{
    border-left-color:#0097A5;
}
.ibox-border.ibox-effect.ibox-dark .ibox-icon i:hover,.ibox-border.ibox-effect.ibox-dark:hover .ibox-icon i {
    box-shadow:0 0 0 1px #0097A5;
}
.ibox-effect.ibox-dark .ibox-icon i:after {
    box-shadow:0 0 0 2px #0097A5;
}
@media only screen and (max-width: 767px) {
    .utility-icons.social-icons > li > a:hover{
        color:#0097A5;
    }
}
/* Color Scheme Specific Classes */
  

/* Preloader
/* ========================================================================== */
#preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
#preloader-status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  /*You can use animated gif for preloader*/
  /*background: url('../img/preloader.png') no-repeat 50% 20px;*/
}
#preloader-title {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.load-spinner {
  margin: 0 auto;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.load-spinner > div {
  background-color: #0097A5;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.load-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.load-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.load-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.load-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
    

  /* ================================================================================================================================= */
  /* ================================================================================================================================= */
/* media queries */

  /* ================================================================================================================================= */
  /* ================================================================================================================================= */




@media screen and (max-width: 1400px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .dd-menu > ul > li.megamenu > ul {
        width: 940px;
    }
    .dd-menu .megamenu-container ul {
        min-width: inherit;
    }
    .main-navigation > ul > li {
        margin-right: 25px;
    }
    .header-v2 .user-login-panel {
        display: none;
    }
    .filters-sidebar,
    .users-sidebar {
        width: 213px;
    }
    .utility-bar .share-text {
        display: none;
    }
    .single-listing-actions .btn-group > .btn > span {
        display: none;
    }
    .single-listing-actions .btn.price {}
    .vehicle-enquiry-foot strong {
        font-size: 18px;
    }
    .loan-calculations .btn-group .btn {
        padding-left: 13px;
        padding-right: 13px;
    }
    .listing-form-steps-wrapper {
        width: 294px;
    }
    .comparision-table .thead-sticky {
        width: 940px;
    }
    .points-review .review-point strong {
        text-transform: none;
        font-weight: 400;
    }
    .final-review .star-rating-container {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 1024px) {
     #templateHeader .navbar .page-center.sp-cont {
        padding: 0;
    }
    
    .navbar {
        padding-left: 15px;
    }
    
}  
  
@media screen and (max-width: 992px) {
    .navbar {
        padding-left: 0px;
    }
    
    .navbar .mobile-trigger {
        display: block !important;   
    }

    .site-tagline {
        display: none!important;
    }
    .toggle-menu {
        display: none;
        background: #fff;
        width: 100%;
        position: absolute;
        height: auto;
        border-top: 1px solid #eee;
    }
    .toggle-menu > ul > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .toggle-menu > ul > li > a {
        display: block;
        padding: 15px 0 15px 20px;
        line-height: normal;
        color: #222;
    }
    .toggle-menu > ul > li ul {
        position: static;
        top: 0;
        left: 0!important;
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .toggle-menu > ul > li > ul li ul {
        position: static;
        margin: 0;
        left: 0!important;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .toggle-menu > ul > li.megamenu > ul {
        width: 100%;
    }
    .toggle-menu > ul > li.megamenu > ul .megamenu-container > div.row > div {
        margin-top: 20px;
    }
    .sp-cont {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-function {
        margin-right: -1px;
    }
    .navbar .mobile-trigger {
        float: left;
        margin-left: 0;
        margin-top: 0;
        text-align: center;
        background: #252525;
        width: 52px;
        height: 51px;
        line-height: 52px;
        color: #fff;
        margin-left: -1px;
        overflow: hidden;
    }
      .mobile-trigger i, .child-trigger i{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
 
      .mobile-trigger i:before{
        content: "\f0c9";
      }
    .navbar .sp-cont {
        padding-left: 0;
        padding-right: 0;
    }
    .footer_widget {
        margin-bottom: 30px;
    }
    .site-footer-top {
        padding-bottom: 10px;
    }
    
    .sm-margint {
        margin-top: 40px;
    }
    .icon-box {
        margin-bottom: 30px;
    }
    .dealer-search-field {
        width: 80%;
    }
    .dealer-block {
        margin-bottom: 30px;
    }
    .filters-sidebar {
        width: auto;
        position: static!important;
        margin-bottom: 30px;
    }
    .search-filters .sticky-wrapper {
        height: auto!important;
    }
    .results-list-view .result-item-in {
        min-height: 210px;
    }
    .result-item-block.col1 {
        display: none;
    }
    .result-item-block.col2 {
        width: 100%;
    }
    .result-item-pricing {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        top: -10px;
    }
    .result-item-action-buttons {
        display: inline-block;
    }
    .utility-bar .share-text {
        display: none;
    }
    .single-listing-actions .btn-group > .btn > span {
        display: none;
    }
    .single-listing-images {
        margin-bottom: 30px;
    }
    .listing-form-steps-wrapper,
    .users-sidebar {
        width: 220px;
        position: static!important;
    }
    #finded-results {
        margin-top: 30px;
    }
    .optional-features-list li {
        width: 50%;
    }
    .comparision-table .thead-sticky {
        width: 780px;
    }
    .dashboard-tables .car-image {
        display: none;
    }
    .dashboard-tables .search-find-results {
        padding-left: 0;
    }
    .dashboard-tables .search-find-results ul.inline {
        display: none;
    }
    .gallery-grid .post-title {
        font-size: 18px;
    }
    .sidebar {
        margin-top: 40px;
    }
    .final-review .star-rating-container {
        font-size: 2.2em;
    }
    .grid-holder.col-2 .grid-item {
        width: 46%;
    }
    .grid-holder.col-3 .grid-item {
        width: 46%;
    }
    .grid-holder.col-4 .grid-item {
        width: 46%;
    }
    .pricing-column .features {
        margin-bottom: 0;
    }
    .pricing-column.highlight {
        margin: 0;
    }
    .pricing-table > div:third-child .pricing-column-content,
    .pricing-table > div:nth-child(2n+1) h3 {
        border-left: 1px solid #eeeeee!important;
    }
    .pricing-column ul li:first-child {
        border-top: 1px solid #eeeeee;
    }
    .pricing-column ul li:nth-child(2n+1) {
        background-color: #f8f8f8;
    }
    .toggle .pricing-column h3 {
        font-size: 26px!important;
    }
    .pricing-column.highlight .btn {
        margin-bottom: 0;
    }
    .pricing-table.six-cols > div {
        width: 50%;
    }
    .pricing-table.five-cols > div {
        width: 50%;
    }
    .pricing-table.four-cols > div {
        width: 50%;
    }
    .pricing-table.three-cols > div {
        width: 50%;
    }
    .pricing-table.two-cols > div {
        width: 50%;
    }   
    

}

@media screen and (max-width: 768px) {
    
    
} 

@media screen and (max-width:767px) {
    
    /* Header */
    
    /*.hero-area .banner-text h1 {
        line-height: 1.2em;   
    }*/
    .hero-area .banner-text {
        padding-top: 3%;
        width: 95% !important;
        text-align: center;
    }
    .hero-area .banner-text h1 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    
    .hero-area .banner-text a {
        padding: 5px 10px;
        color: #fff;
        background-color: #0097A5;
        display: inline-block;
        font-size: 14px;
    }

    
    /* Home */
    
    .heroslider .body-container-wrapper,
    .vehicle-details.heroslider .body-container-wrapper {
        padding-top: 0px;
    }
    
    .hero-area .owl-carousel .item {
        /*height: 270px;   */
    }
    
    .hero-area .owl-wrapper-outer .item .text-center {
        max-width: 100%;
        min-width: 100%;  
    }
    
    .latest-news .listing-header h3 {
        padding: 0 15px !important;
    }
    
    .listing-header .span4 {
        margin-right: 15px !important;
    }
    
    
    .home .box-item {
        width: 100%;
        margin-bottom: 25px;
        margin: 5px 0;
    }

    .home .box-item:nth-child(3n+3) {
       /* margin-right: 2%;
        margin-left: 2%;*/
    }
    .margin-top-pop {
        margin-top:0;
    }
    
  
    
    /* Detail Page */
    
    .detail-page .body-container-wrapper {
        padding-top: 0px;   
    }
    
    .mhzero {
        min-height: 0px !important;
    }
    
    /* Contact */
    
    
    .contact-form .hs_firstname, .contact-form .hs_lastname, .contact-form .hs_phone, .contact-form .hs_email {
        width: 100%;
        overflow: hidden;
    }
    
    .contact-form .hs_message {
        float: right;
        width: 100%;
    }
    
    .contact-form .hs_submit {
        top: 0px;   
    }
    
    /* Blog */
    
   /* .blog-v2 .utility-bar {
        margin-top: 0px;   
    }*/
    
    /* Vehicle Detail */
    
    .faq-details .boxBg {
        margin-bottom: 30px;
    }
    
    /* Comment Form */
    
    #comment-form .hs_firstname, #comment-form .hs_email, #comment-form .hs_website {
        width: 100%;
        margin-right: 0%;
        float: left;
    }
    
    /* Blog */
   
    
    .video iframe {
        width: 100% !important;
    }
    
    .quote-section .quote-content p span {
        padding: 0 10px;   
    }

    /* Addition 767 mobile */

    .site-header-wrapper {
        position: relative;
    }
    .hero-area,
    .page-header {
        top: 0;
        margin-bottom: 0;
    }
    .body {
        padding-top: 0!important;
    }
    .topnav {
        position: absolute;
        right: 10px;
        top:0;
    }
    .site-header {
        padding: 10px 0;
    }
    .site-logo img {
        max-width: 140px;
        max-height: 35px;
    }
    .header-v2 .site-logo {
        min-width: inherit;
    }
    .page-header {
        min-height: 100px;
    }
    .page-header h1.page-title {
        padding: 32px 0 0;
        font-size: 22px;
    }

    
    .utility-icons.social-icons > li > a {
        width: auto;
        background: none;
        margin-left: 8px;
    }
    .utility-icons.social-icons > li > a:hover {
        background: none!important;
    }
    .site-footer-bottom {
        text-align: left;
    }
    .site-footer .social-icons {
        float: none!important;
        text-align: center;
        margin-top: 0;
    }
    .site-footer-bottom .social-icons-colored li a {
      width: 28px;
      height: 28px;
      line-height: 28px;
    }
    .copyrights-left footer {
     margin-bottom: 0; 
    }
    #olark-wrapper .olark-launch-button .olark-button-text {
      display: none!important;
    }
    .site-footer-bottom {
        padding-bottom: 20px;
    }
    .service-block p {
        font-size: 12px;
        line-height: normal;
    }
    
   
    .contact-form {
        margin-top: 40px;
    }
    .search-function > span {
        display: none;
    }
    .floated-search .search-function > span {
        display: block;
    }
    .logged-in-user .user-informa {
        display: none;
    }
    .utility-icons.tools-bar {
        display: none;
    }
    #Search-Filters,
    .toggle-view,
    .results-sorter {
        display: none;
    }
    .listing-form-steps-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .results-grid-view .result-item {
        height: auto!important;
    }
    .selling-choice > .btn {
        white-space: normal;
        padding: 20px;
    }
    .selling-choice > .btn i {
        font-size: 40px;
    }
    .comparision-table-resp {
        min-height: .01%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        width: 100%;
    }
    .comparision-table {
        display: table!important;
    }
    .comparision-table .comp-table-row .comp-table-col {
        white-space: nowrap;
        float: none;
        text-align: left!important;
        display: table-cell!important;
    }
    .comparision-table .comp-table-row.comp-table-features .comp-table-col {
        white-space: normal;
        display: table-cell;
    }
    .comparision-table .thead-sticky.comp-table-row .comp-table-col {
        white-space: normal;
    }
    .comparision-table.col1 .comp-table-col {
        width: 200px!important;
    }
    .comparision-table.col2 .comp-table-col {
        width: 200px!important;
    }
    .comparision-table.col3 .comp-table-col {
        width: 200px!important;
    }
    .comparision-table.col4 .comp-table-col {
        width: 200px!important;
    }
    .comparision-table.col1 .comp-table-row .comp-table-col:first-child {
        width: 150px!important;
    }
    .comparision-table.col2 .comp-table-row .comp-table-col:first-child {
        width: 150px!important;
    }
    .comparision-table.col3 .comp-table-row .comp-table-col:first-child {
        width: 150px!important;
    }
    .comparision-table.col4 .comp-table-row .comp-table-col:first-child {
        width: 150px!important;
    }
    .comparision-table .thead-sticky strong {
        padding: 0;
    }
    .dealer-prosite .dealer-avatar {
        position: absolute;
        top: -60px;
    }
    .dealer-info {
        height: 145px;
    }
    .dealer-info .social-icons {
        margin-top: 85px;
    }
    .dealer-info .dealer-block-add {
        margin-top: 82px;
    }
    .users-sidebar {
        margin-bottom: 30px;
        width: 100%;
    }
    .detailed-review-block > div {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .detailed-review-block .final-review,
    .detailed-review-block .points-review {
        width: 100%;
    }
    .vehicle-details-tabs .nav-tabs {
        display: block;   
    }
    .nav-tabs > li {
        float: none;
    }
    .nav-tabs > li > a {
        border-width: 1px;
        border-color: #ddd;
        border-radius: 0;
        display: block;
    }
    .nav-tabs li.active {}
    .nav-tabs li.active a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-bottom-color: #ddd;
    }
    .nav-tabs > li > a:hover {
        border-left-color: #ddd;
        border-right-color: #ddd;
        border-top-color: #ddd;
    }
    .content {
        padding: 30px 0 0 0;
    }
    hr.fw {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    /* Isotope */
    .isotope {
        overflow: visible !important;
        height: auto !important;
    }
    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    .isotope-hidden {
        display: none !important;
    }
    .grid-item {
        margin-bottom: 6%;
    }
    .grid-holder.col-2 .grid-item {
        width: 95%;
    }
    .grid-holder.col-3 .grid-item {
        width: 95%;
    }
    .grid-holder.col-4 .grid-item {
        width: 95%;
    }
    .img-thumbnail {
        margin-bottom: 20px;
    }
    .grid-item .media-box {
        margin-bottom: 0;
    }
    .hero-slider.flexslider,
    .hero-slider.flexslider ul.slides li {
        height: 250px;
    }
    .pricing-table.six-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.five-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.four-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.three-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    .pricing-table.two-cols > div {
        margin: 0 auto 30px;
        width: 100%;
    }
    
    
}

   

@media screen and (max-width: 480px) {
     .pricing-column .interval {
        height: 44px;   
    }
    .tab-content .pricing-table.five-cols-index .pricing-column ul li {
    height: 65px;
    }
    
    .tab-content .pricing-column h3 {
        font-size: 14px;   
    }
    
    .tab-content .pricing-column h4 {
        font-size: 26px!important;   
    }
    
    .tab-content .pricing-column h4.pricing-free {
        font-size: 18px!important;
    }

}


 /* ================================================================================================================================= 
 
                                        WILD_CUSTOM.CSS
                                    
   ================================================================================================================================= */

   
   
.grid-item.grid-staff-item p:last-child{
  margin-bottom:0;
}
.grid-item.grid-staff-item h3{
  margin-bottom:5px;
}
.grid-item.grid-staff-item .meta-data{
  margin-bottom:20px;
  display:block;
}
.grid-staff-item-compact.grid-item .grid-item-inner{
  background:none;
  box-shadow: none;
}
.grid-staff-item-compact .grid-item-content{
  padding:20px;
  border:0;
}
.grid-staff-item-compact .grid-item-inner{
  border:0;
}
.grid-staff-item-compact .media-box{
}
.grid-staff-item-compact .grid-item-content h4{
  font-size:15px;
  font-weight:700;
  text-transform:none;
  margin-bottom:0;
}
.staff-grid a > img {
  width: 100%;
}
.divActivities .grid-detail .grid-item-inner,
.divItineraries .grid-detail .grid-item-inner {
    min-height: 480px;
}
.divItineraries.snippet .grid-detail .grid-item-inner {
    min-height: 400px;
}
.divEvents .grid-detail .grid-item-inner {
    min-height: 560px;
}
.btn-ghost {
    background: none;
    font-size: 16px;
}
.btn-ghost.btn-light {
    border: 2px solid #fff;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
}
.btn-ghost.btn-light:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}
.btn-ghost.btn-light {
    border: 2px solid #fff;
    color: #fff;
    text-shadow: none;
}
.cta-fw h3 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}
.widget.recent_posts ul{
  list-style-type:none;
  margin:0;
}
.widget.recent_posts ul li{
  padding:0;
  margin-bottom:12px;
  padding-bottom:18px;
  border-bottom:1px solid #eee;
}
.widget.recent_posts ul li:last-child{
  border-bottom:0;
  margin-bottom:0;
}
.widget.recent_posts ul li .media-box{
  float:left;
  margin-top:5px;
}
.widget.recent_posts ul li .media-box img{
  width:70px;
}
.widget.recent_posts ul li h5{
  padding-left:90px;
  margin-bottom: 5px;
  font-weight:400;
  font-size:15px;
}
.widget.recent_posts ul li h5 a{
  color:#5e5e5e;
}
.widget.recent_posts ul li .meta-data.grid-item-meta{
  padding-left:90px;
  margin-bottom:0;
}
/* 
Connected Blocks
 */
 .connected-blocks{
  border-left:1px solid #e6e6e6;
  padding:0 0 30px 40px;
  position:relative;
  margin-left:20px;
}
.connected-blocks .icon{
  position:absolute;
  left:-20px;
  width:40px;
  height:40px;
  border-radius:100%;
  border:1px solid #e6e6e6;
  z-index:1;
  background:#0097A5;
  text-align:center;
  line-height:36px;
  color: #fff;
}
.connected-blocks h5{
  padding-top:8px;
  color:#999;
}
/* 
Pricing
 */
 .pricing-hide {
  visibility: hidden;
 }
 .pricing-table.five-cols-index .pricing-column{
    width:16.25%
 }
.pricing-table.five-cols-index .pricing-column.index-col{
    width: 35%;
    text-align:left;
 }
 .pricing-table.five-cols-index .pricing-column.content-col{
    border-left: 1px solid #eee;
 }
 .pricing-table.five-cols-index .pricing-column ul li {
  height:41px;
}
/* 
header
 */
.page-header-spacer {
  height: 20px;
}
.search-form-inner {
    background-color: rgba(255,255,255,0.95);
}
.home-3grid {
  padding-left: 5px;
  padding-right: 5px;
}
.home-3grid img {
  width: 100%;
}
.body-type-widget li {
    width: 25%;
}
.mega-link {
    position: absolute;
    bottom: -5px;
    right: 10px;
}
.search-trigger {
    width:250px;
}
#chat-button {
    display: inline;
    position: fixed;
    right: 77px;
    bottom: 17px;
    text-align: center;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(246,140,42,1);
    color: #ffffff;
}
.listing-form-steps-wrapper {
    width: 100%;
}
.final-review .star-rating-container {
    font-size: 2.2em;
}
/* REVIEWS */
.points-review .review-point .star-rating-container {
    position: absolute;
    top: 14px;
    right:0;
    margin-top: 0;
}
.points-review .review-point strong {
    padding-right: 68px;
}
.points-review .review-point {
    position: relative;
}
/* Home Reviews */
.ibox-review .star-rating-container  {
    font-size: 1.8em;

}
.icon-box.ibox-review p  {
    margin-top: -10px;

}
.icon-box .ibox-small.ibox-icon {
  width: 36px!important;
  height: 36px!important;
  margin:0!important;
  padding: 3px;
}
.icon-box .ibox-small.ibox-icon i, .icon-box .ibox-small.ibox-icon i{
  font-size: 18px!important;
  line-height: 26px!important;
}
.icon-box .ibox-mini.ibox-icon {
  width: 20px!important;
  height: 20px!important;
  margin:0!important;
  padding: 3px;
}
.icon-box.ibox-center .ibox-mini.ibox-icon, .icon-box.ibox-center .ibox-small.ibox-icon {
  display: inline-block!important;
}
.icon-box .ibox-mini.ibox-icon i, .icon-box .ibox-mini.ibox-icon i{
  font-size: 9px!important;
  line-height: 12px!important;
}
.btn-group.type-filter i {
  /*font-size: 38px;*/
  font-size: 18px;
}
.btn-group.type-filter .btn.active {
  background-color: #0097A5;
}
.btn-group.type-filter .btn.active i {
  color: #fff;
}


/**************** Isotope grid ********************/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}
.grid-item .media-box img {
    width: 100%;
}

.media-box .zoom,
.media-box .expand {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.5em;
    z-index: 99;
    left: 0;
    top: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.media-box .zoom .icon,
.media-box .expand .icon {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    color: #ffffff!important;
    position: absolute;
    font-size: 1.2em;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
}

.img-thumbnail img:hover,
.img-thumbnail:hover {
    opacity: .9
}

.media-box:hover .zoom,
.media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.media-box .media-box-wrapper {
    padding: 30px;
}
.sort-source {
    list-style-type: none;
    margin: 0 0 30px 0;
    display: inline-block;
}

.sort-source li {
    display: inline-block;
}

.sort-source li:after {
    content: "/";
    color: #ccc;
}

.sort-source.nav-pills li:after {
    content: "";
}

.sort-source li:last-child:after {
    content: "";
}

.sort-source li a {
    color: #999;
    margin: 0 20px;
}

.sort-source.nav-pills li a {
    margin: 0;
}

.sort-source.nav-pills li.active a {
    color: #fff;
}

.sort-source li:first-child a {
    margin-left: 0;
}

.sort-source li a:hover {
    color: #222;
}

.sort-destination {
    margin: 0;
    list-style-type: none;
}
.isotope-grid {
    margin: 0;
    list-style-type: none;
}

.grid-holder {
    margin: 0;
    list-style-type: none;
    width: 105%;
    margin-left: -3%;
    float: left;
}

.grid-holder .grid-item {
    float: left;
}

.grid-item {
    margin-bottom: 3%;
    border-bottom: medium none;
    margin-top: 2px;
}
li.grid-item {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-right: 15px;
    padding-left: 15px;
}
.isotope-events .grid-item.event-list-item {
    margin-bottom: 0;
    margin-top: 0;
}

.grid-item-inner {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.grid-detail .grid-item-inner {
    min-height: 400px;
}
.divVehicles .grid-detail .grid-item-inner {
    min-height: 420px;
}
.grid-detail .grid-item-inner .label,
.grid-detail .grid-item-inner .label-price {
    position: absolute;
    bottom: -5px;
    left: 0;
    top: auto;
    font-size: 0.8em;
}
.accessory-info h1 {
    margin-bottom: 0;
}
.accessory-info h4.label-price {
    margin-top: -10px;
}

.grid-holder .grid-item {
    margin-left: 3%;
}

.grid-holder.col-2 .grid-item {
    width: 47%;
}

.grid-holder.col-3 .grid-item {
    width: 29.63%;
}

.grid-holder.col-4 .grid-item {
    width: 21.5%;
}

.grid-media {
    position: relative;
}

.grid-content {
    padding: 15px 15px 40px;
}
.grid-content .catalog-buttons {
    margin-bottom: 15px;
}

.grid-footer {
    padding: 10px 20px 1px;
    background: #eee;
}
.grid-item h3 {
    line-height: 1.2em;
}
.gallery-grid .post-title {
    padding: 0 0 13px;
    border-bottom: 1px solid #eee;
    position: relative;
}


/****** Search Filteres Motorhome catalog ********/

.search-filters .form-inline:before,
.search-filters .form-inline:after {
    content: " ";
    display: table;
}

.search-filters .form-inline:after {
    clear: both;
}

.search-filters .form-inline .form-group {
    float: left;
    max-width: 49%;
    width: 49%;
    margin-right: 2%;
}
.search-filters .form-inline .form-control {
    display: block;
    width: 100%;
}

.search-filters .form-inline .form-group.last-child {
    margin-right: 0;
}

/****** Search Filteres Motorhome catalog ********/

/***** Compare on catalog ***********************/
.tools-bar li:hover > .tool-box {
    display: block;
}

.tools-bar > li {
    margin-right: 3px;
}

.tools-bar > li > a {
    background: #252525;
    color: #fff;
    border-radius: 3px;
}

.tools-bar {
    float: left;
}

/*.tool-box {
    display: none;
    width: 350px;
    z-index: 4444;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #eee;
    background: #fff;
    z-index: 11;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176)
}

.tool-box:before {
    position: absolute;
    left: 21px;
    top: auto;
    margin: -14px 0px 0px -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 8px;
    border-bottom-color: #fff;
    content: " ";
    pointer-events: none;
}*/

.tool-box-in a:hover {
    text-decoration: underline;
}

.tool-box-head {
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
}

.tool-box-head a {
    color: #999;
}

.tool-box-head a:hover {
    color: #666;
}

.tool-box-foot {
    border-top: 1px solid #eee;
    padding: 12px 15px;
    background: #F9F9F9
}

.tool-signin {
    margin-right: 15px;
    font-size: 13px;
}

.tool-box h5 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

.tool-box p {
    line-height: 1.4em;
}

.tool-box-in {
    padding: 0 15px;
    font-size: 13px;
}

.tool-box .listing {
    margin: 0 0 10px;
    list-style-type: none;
}

.tool-box .listing li {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.tool-box .listing li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.tool-box .listing li:before,
.tool-box .listing li:after,
.tool-box-foot:before,
.tool-box-foot:after {
    display: table;
    content: " ";
}

.tool-box .listing li:after,
.tool-box-foot:after {
    clear: both;
}

.tool-box .listing .link {
    float: left;
    width: 94%;
}

.tool-box .listing .checkb {
    float: left;
    width: 7%;
    padding-top: 20px;
}

.tool-box .listing .imageb {
    float: left;
    width: 30%;
    margin-right: 4%;
}

.tool-box .listing .imageb img {
    border: 1px solid #eee;
}

.tool-box .listing .textb {
    width: 53%;
    float: left;
    line-height: 15px;
    font-size: 13px;
    padding-top: 23px;
}

.tool-box .tool-view-listing .textb {
    width: 60%;
}

.tool-box .listing .textb a {
    font-weight: 700;
    color: #5e5e5e;
}

.tool-box .listing .textb .price {
    display: block;
    margin-top: 7px;
    color: #999
}

.tool-box .listing .delete,
.tool-box .listing .save {
    width: 6%;
    float: left;
    text-align: right;
}

.tool-box .tool-car-listing .delete,
.tool-box .tool-view-listing .save {
    padding-top: 20px;
}

.tool-box .listing .delete a,
.tool-box .listing .save a {
    color: #ccc;
}

.tool-box .listing .delete a:hover,
.tool-box .listing .save a:hover {
    text-decoration: none;
    color: #999;
}

.tool-box .tool-search-listing .link a {
    text-decoration: underline;
}
/***** Compare on catalog ***********************/


@media only screen and (max-width: 992px) {
    
    .grid-holder.col-2 .grid-item {
        width: 46%;
    }
    .grid-holder.col-3 .grid-item {
        width: 46%;
    }
    .grid-holder.col-4 .grid-item {
        width: 46%;
    }
}
@media only screen and (max-width: 767px) {
    
    /* Isotope */
    .isotope {
        overflow: visible !important;
        height: auto !important;
    }
    .isotope-item {
        position: static !important;
        margin-right: auto;
        margin-left: auto;
        width: auto;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    .isotope-hidden {
        display: none !important;
    }
    .grid-item {
        margin-bottom: 6%;
    }
    .grid-holder.col-2 .grid-item {
        width: 95%;
    }
    .grid-holder.col-3 .grid-item {
        width: 95%;
    }
    .grid-holder.col-4 .grid-item {
        width: 95%;
    }
    .img-thumbnail {
        margin-bottom: 20px;
    }
    .grid-item .media-box {
        margin-bottom: 0;
    }

    /*.site-header-wrapper .search-trigger {
      position: absolute;
      top: 0;
    }
    .navbar .search-form {
      top: 51px;
    }*/
}

@media (max-width: 768px) {
    .search-form-inner {
        background-color: rgba(255,255,255,1);
    }
}
@keyframes transContact {
    0% {color: inherit;}
    20% {color: #5cb85c;}
    100% {color: inherit;}
}
@keyframes backColorTrans {
    0% {background-color: #0097A5;}
    20% {background-color: #5cb85c;}
    100% {background-color: #0097A5;}
}
.latest-news .listing-header {
  padding-top: 25px;
}
.listing-form-steps.condensed-form-steps li.trans-contact a i { 
  color: #5cb85c;
}

.activeContact .listing-form-steps li.trans-contact a, 
.activeContact .listing-form-steps li.trans-contact a .step-desc {
  // color: #0097A5 !important;

  animation-name: transContact;
  animation-delay:0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 4s;

}

.ibox-outline .ibox-small i {
  background-color: #0097A5;
  animation-name: backColorTrans;
  animation-delay:0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 3s;
}

.accordion.tab-content {
  padding: 0;
}

.btn-more {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.btn-contact {
  position: absolute;
  right: 120px;
  bottom: 10px;
}
.row-fluid [class*="span"] {
    min-height: 0px;
}
.has-feedback .form-control-feedback {
  right: 25px;
  top: 28px!important;
}
.vehicle-hero-text {
  display: none;
}
body .text-variation-1 {
  font-size: 16px;
  color: #333;
}
body .text-variation-2 {
  font-size: 15px;
  color: #555;
  font-family: "Helvetica Neue", Helvetica;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


.custom-menu .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .custom-menu .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


.mobile-trigger, .child-trigger{
    display: none;  
}
.sidebar-menu .hs-item-has-children.active-branch > a:after{
    content: "\f106";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 13px;
}
.sidebar-menu .hs-item-has-children > a:after{
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 13px;
}

@media (max-width: 992px){

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 50px;
    padding: 0 !important;
    border-left: 1px dotted #ddd;
  }
  .child-trigger i{
    margin: -8px 0 0 0;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    font-size: 18px;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;

  }
  .child-trigger:hover{
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #ddd;
  }

  .child-trigger i:before{
    content: "\f107";
  }

  .child-trigger.child-open i:before{
    content: "\f106";
  }


    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

  /* Hide menu on mobile */
  .custom-menu.js-enabled .hs-menu-wrapper,
  .custom-menu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 51px;             
    left: 0;         
    padding: 0;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; 
  }
   .custom-menu .hs-menu-wrapper > ul ul li .child-trigger{
    display: none!important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; 
  }
  .custom-menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; 
  }
}

/* ==========================================================================
   Custom Home
   ========================================================================== */

/* Hide tagline image on home */
.home-header .site-tagline
{
    display:none;
}

/* Hide banner text on hero image on home*/
@media (max-width: 768px) {
    
    .hero-area .banner-text h1 {
     display:none;
    }
    
}
/* ==========================================================================
   Temp styles - need to be reviewed and removed
   ========================================================================== */
.temp-cta-70-width img {
  width: 70%;
}

/* ==========================================================================
   Lead in Flows
   ========================================================================== */
.leadinModal{z-index:200000000000002 !important;}
.leadin-input-wrapper span.gdpr-options p {margin-left:0px !important}



