	/* -------------------------------------------------------------------------
    TABLE OF CONTENT

1. Variables
2. Bootstrap
3. Font Awesome
4. Global Styles
  4.1 Typography
  4.2 Forms
  4.3 Buttons
5. Header
  5.1 Utility User
  5.2 Search Nav
  5.3 Menu Nav
6. Main Content
  6.1 Welcome Text
  6.2 Sliders
  6.3 Partners
7. Map Wrapper
  7.1 Search Bar
  7.2 Advanced Search
  7.3 Map Control
  7.4 Map Industries Icons
8. Footer
9. Back to Top
10. Shortcodes
11. Pricing Plans
12. Categories
  12.1 Categories Box
  12.2 Categories List
13. Map Canvas
14. Page Heading
15. Contact
16. Sidebar
17. Team
18. Blog
19. Comments
20. Sample Page
21. Tabs
22. Company
  22.1 Company List 
  22.2 Company Page Info
23. Portfolio
24. Events
25. Overlay
26. Ribbon
27. Boxed Layout
28. Header Mobile
29. Listing Page
  29.1 Listing Page Horizontal
  29.2 Listing Page Vertical Left
  29.3 Listing Page Vertical Right
  ------------------------------------------------------------------------- */

/* LESS BUILD */
.col-xs-2-4 {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-sm-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-2-4 {
    float: left;
    width: 25%;
  }
}
.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
}
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .col-lg-2-4 {
    float: left;
    width: 20%;
  }
}
#media-query-breakpoint {
  display: none;
}
#media-query-breakpoint,
#media-query-breakpoint span:before {
  content: "1200";
}
@media (max-width: 1200px) {
  #media-query-breakpoint,
  #media-query-breakpoint span:before {
    content: "1200";
  }
}
@media (max-width: 992px) {
  #media-query-breakpoint,
  #media-query-breakpoint span:before {
    content: "992";
  }
}
@media (max-width: 768px) {
  #media-query-breakpoint,
  #media-query-breakpoint span:before {
    content: "768";
  }
}
@media (max-width: 480px) {
  #media-query-breakpoint,
  #media-query-breakpoint span:before {
    content: "480";
  }
}
/*
  Color Mixins

  Example:
  #777777 lighten(@text-color, 46.5%)
  #bebebe lighten(@text-color, 74.5%)
*/
/* Bootstrap */
/* ====================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: #2e3d42;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li.disabled > a {
  color: #bbcacf;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bbcacf;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #40555c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  background-color: #40555c;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float:none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* PLugins */
/* ====================================================== */
/* Style */
/* ====================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #40555c;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size:16px;
  line-height: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a {
  color: #40555c;
  text-decoration: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus, .footer-top a:hover {
  color: #1470a6;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a i {
  margin-right: 5px;
}
li {
  list-style-type: none;
}
.custom-list {
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.1em;

  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bbcacf;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {

  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
  margin-top:20px;
}
h2,
.h2 {
  font-size: 30px;
}

.logo h2
 {
  font-size: 30px;
  font-family: "Raleway",sans-serif;
    font-weight: 800;
}

h4.form-row {
	color:#fff;}
	
.login-form-container h4 {
		color:#000;}


h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 21px;
}

.footer-top h4, .footer-top p, .footer-top a {
	color:#f2f2f2;}

h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}

h6.company-title {
	font-weight:700;
	line-height: 20px;
	min-height: 40px;}

p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fff1cc;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbcacf;
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}
/* FORMS */
.default-form input {
  height: 39px;
}
.default-form input[type=text],
.default-form input[type=password],
.default-form input[type=date],
.default-form select,
.default-form textarea {
  padding: 9px 15px;
  width: 100%;
  border: 1px solid #dedede;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   -webkit-appearance: none;
   border-radius: 0;

  
  
  
  
}
.default-form input[type=text]:focus,
.default-form input[type=password]:focus,
.default-form input[type=date]:focus,
.default-form select:focus,
.default-form textarea:focus {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.default-form .radio-input input[type="radio"] {
  display: none;
}
.default-form .radio-input label {
  cursor: pointer;
}
.default-form .radio-input label:before {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  line-height: 0;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px #e3e6e7;
  content: "";
}
.select-box {
	margin-bottom:10px;
}
.default-form .select-box select {
  display: none;
}
.default-form .select-box .advanced-select-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
  background-color: #1470a6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.default-form .select-box .advanced-select-button:hover,
.default-form .select-box .advanced-select-button.active {
  background: #40555c;
}
.default-form .select-box .advanced-select-button i {
  color: #fff;
}
.default-form .select-clone {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 199px;
  overflow-y: auto;
  z-index: 999;
  cursor: pointer;
}
.default-form .select-clone li {
  padding: 9px 14px;
  margin: 0 0 2px 0;
  display: block;
  color: #fff;
  background: #1470a6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.default-form .select-clone li:hover {
  background: #40555c;
}
.default-form .ui-slider-horizontal {
  position: relative;
  height: 12px;
  background: #29363c;
}
.default-form .ui-slider-horizontal .ui-slider-range {
  position: relative;
  height: 12px;
  background: #32beeb;
}
.default-form .ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  top: -2px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: #fff;
}
.default-form .ui-slider-horizontal .ui-slider-handle:hover {
  background: #32beeb;
}
/* BUTTONS */
button {
  margin: 0;
  background-color: transparent;
  border: none;
}
button:focus {
  outline: none;
}
.btn {
  padding: 6px 16px;
 
  margin: 10px 0;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
}
.btn-sm {
  padding: 5px 14px;
  font-size:16px;
  margin: 10px 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
}
.btn i {
  margin-right: 15px;
}
.btn.btn-default {
  color: #40555c;
  background: #f5f5f5;
  border: 1px solid #dedede;
}
.btn.btn-default:hover {
  color: #fff;
  background: #1470a6;
  border-color: #1470a6;
}
.btn.btn-primary {
  color: #fff;
  background: #1470a6;
  border: 1px solid #1470a6;
}
.btn.btn-primary:hover {
  color: #fff;
  background: #40555c;
}
.btn.btn-secondary {
  color: #fff;
  background: #7cba00;
  border: 1px solid #7cba00;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background: #699d00;
}
.btn.btn-gray {
  color: #fff;
  background: #40555c;
  border: 1px solid #40555c;
}
.btn.btn-gray:hover {
  color: inherit;
  background: #ffffff;
}
.btn.btn-light-gray {
  color: #40555c;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.btn.btn-light-gray:hover {
  background: #ffffff;
}
.btn.full-width {
  display: inline-block;
  width: 100%;
}


#geo a i.fa {
	margin-right:0px !important;}




/* HEADER */
#header {
  position: relative;
  padding: 0;
  z-index: 9999;
}
#header .container {
  position: relative;
}
#header #login-shadow {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
}

#header .utility-nav {
  position: relative;

}

#header .utility-user li {
  float: left;
  margin-right: 15px;
  /*border-right: 1px solid #ccc;*/
}

#header .utility-user li a {
  margin: 0;
  
}




#header .utility-nav-wrapper {
	
  background: #f5f5f5;
  padding:10px 0 10px 0;
  /*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);*/
  border-bottom:1px solid #d9d9d9;
  
  
  
}




/*#header .utility-user li a.btn.btn-default {
	background: #dedede;
	border:none;
	font-size:14px;



#header .utility-user li a {
    margin: 0 10px 0 0;
}
/*.btn.btn-default {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dedede;
    color: #40555c;
}*/




li#login,
li.login {
  position: relative;  
}

li#login form,
li.login form {
  position: absolute;
  top: -700px;
  width: 320px;
  z-index: 9999;
}

li#login form .login-form-container,
li.login form .login-form-container {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px #000;
  text-align:left;
}



li#geo,
li.geo {
  position: relative; 
}

li#geo form,
li.geo form {
  position: absolute;
  top: -700px;
  left:-280px;
  width: 320px;
  z-index: 9999;
}

li#geo form .geo-form-container,
li.geo form .geo-form-container {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px #000;
  text-align:left;
}




/*#header .utility-user li#login form .login-form-container .submit-btn,
#header .utility-user li.login form .login-form-container .submit-btn {
  margin: 0;
  display: block;
  width: 100%;
  background-color: #d4dee1;
}
#header .utility-user li#login form .login-form-container .submit-btn:hover,
#header .utility-user li.login form .login-form-container .submit-btn:hover {
  color: #fff;
  background: #1470a6;
}
#header .utility-user li#login form .login-form-container .password,
#header .utility-user li.login form .login-form-container .password {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
}
*/






#header .utility-social {
  
  float: right;
}
#header .utility-social ul li {
  margin-right: 10px;
  display: inline-block;
  float: left;
}
#header .utility-social ul li i {
  margin: 0;
}
#header .search-nav {
  position: relative;
  margin-bottom: 10px;
}
#header .search-nav .advanced-search-button {
  position: absolute;
  width: 39px;
  height: 39px;
  text-align: center;
  background-color: #1470a6;
}
#header .search-nav .advanced-search-button:hover,
#header .search-nav .advanced-search-button.active {
  background: #40555c;
}
#header .search-nav .advanced-search-button i {
  color: #fff;
}
#header .search-nav .sub-menu {
  position: absolute;
  top: 41px;
  left: 0;
  display: none;
  width: 230px;
  z-index: 101;
}
#header .search-nav .sub-menu li {
  margin: 0 0 2px 0;
  display: block;
}
#header .search-nav .sub-menu li a {
  padding: 9px 14px;
  display: block;
  color: #fff;
  background: #1470a6;
}
#header .search-nav .sub-menu li a:hover {
  background: #40555c;
}
#header .search-nav form input {
  padding-left: 55px;
  height: 39px;
}
#header .search-nav form button {
  position: absolute;
  padding: 9px 14px;
  right: 0;
  top: 0;
}
#header .menu-nav {
  position: relative;
  margin-top:10px;
}
#header .menu-nav .logo {
  
  margin-bottom:15px;
  margin-top:10px;
}
#header .menu-nav .logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .menu-nav .logo img:hover {
  opacity: .6;
}
#header .menu-nav .search-nav.mobile {
  display: none;
}
#header .menu-nav .nav li {
  margin-left: 10px;
 
  margin-top:30px;
  float: left;
  text-align: center;
  
 
}
#header .menu-nav .nav.no-squares li {
  margin-top: 40px;
  margin-bottom: 40px;
}
#header .menu-nav .nav.no-squares li a {
  margin-left: 20px;
}
#header .menu-nav .nav.no-squares li .sub-menu li {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 2px;
}
#header .menu-nav .nav.no-squares li .has-submenu .sub-menu li > a {
  margin-left: 0;
}
#header .menu-nav .nav .menu-square {
  position: relative;
  margin-bottom: 3px;
  width: 106px;
  height: 106px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .menu-nav .nav .menu-square.home {
  background: #6a8c98;
}
#header .menu-nav .nav .menu-square.listing {
  background: #1470a6;
}
#header .menu-nav .nav .menu-square.pricing {
  background: #1470a6;
}
#header .menu-nav .nav .menu-square.about {
  background: #32beeb;
}
#header .menu-nav .nav .menu-square:hover,
#header .menu-nav .nav .menu-square.active {
  background: #40555c;
}
#header .menu-nav .nav .menu-square:hover.with-img {
  opacity: .6;
  background: none;
}
#header .menu-nav .nav .menu-square i {
  margin: 0;
  font-size: 2em;
  color: #fff;
  line-height: 106px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .menu-nav .nav .menu-square:hover i {
  font-size: 3em;
}
#header .menu-nav .sub-menu {
  position: absolute;
  display: none;
  width: 230px;
  z-index: 101;
}
#header .menu-nav .sub-menu li {
  margin: 0 0 2px 0;
  display: block;
  float: none;
  text-align: left;
}
#header .menu-nav .sub-menu li.has-submenu:after {
  position: absolute;
  padding: 15px;
  margin-top: -45px;
  right: 0;
  color: #fff;
  content: "\f0da";
  font-family: fontAwesome;
}
#header .menu-nav .sub-menu li.has-submenu ul {
  position: absolute;
  left: 232px;
  margin-top: -39px;
}
#header .menu-nav .sub-menu li a {
  padding: 9px 14px;
  display: block;
  color: #fff;
  background: #1470a6;
}
#header .menu-nav .sub-menu li a:hover,
#header .menu-nav .sub-menu li a.active {
  background: #40555c;
}
#header .menu-nav .has-submenu:last-child .sub-menu {
  right: 0;
}
#header .menu-nav .caption {
  position: relative;
}
@media (max-width: 767px) {
  #header .menu-nav .logo img {
    width: 225px;
  }
  #header .search-toggle,
  #header .navbar-toggle {
    top: 20px;
  }
}
/* PAGE CONTENT */
.welcome-text {
  position: relative;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding:40px 0px;
}

.welcome-text ul{
	padding-left:0px;
	font-size:18px;
	margin-top:15px;}
	
.welcome-text p{
	font-size:18px;}
	
	
.welcome-text ul li{
	margin-bottom:3px;
	margin-top:3px;}

.welcome-text.gray-bg {
  background: #f5f5f5;
}
.welcome-text .css-table {
  height: 170px;
}
.welcome-logo {
  position: absolute;
  top: 0;
  width: 120px;
  height: 170px;
}
.welcome-logo img {
  margin-top: 43px;
}
.welcome-content {
  padding-left: 120px;
}
.welcome-content h5 {
  margin: 0 0 10px 0;
}
.welcome-content h5 span {
  font-size: 24px;
  text-transform: none;
}
.welcome-content p {
  margin: 0;
  color: #9faaad;
  text-transform: uppercase;
  font-weight: 400;
}
.main-content {
  position: relative;
  background: #fff;
  margin-bottom:45px;
}
.main-content .categories {

    background: #f5f5f5 none repeat scroll 0 0;

    padding: 40px 0;
    position: relative;
}

.main-content .categories-title {
  margin: 0 0 10px 0;
}

.main-content .page-content {
  padding-top: 0px;
}
.main-content .custom-tabs {
  padding-top: 40px;
}
.main-content .custom-tabs .welcome-text {
  padding: 0;
  border: none;
}
.main-content .custom-tabs .form-row {
  margin-bottom: 20px;
}







.main-content #slider {
  position: relative;
}
.main-content .companies-sliders {
  position: relative;
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}




.main-content .companies-sliders .companies-slider-title {
  margin: 0 0 40px 0;
}
.main-content .companies-sliders .owl-pagination {
  position: absolute;
  top: -60px;
  right: 0;
}
.main-content .companies-sliders .owl-pagination .owl-page {
  margin-left: 10px;
  float: left;
}
.main-content .companies-sliders .owl-pagination .owl-page span {
  display: inline-block;
  width: 18px;
  height: 23px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-content .companies-sliders .owl-pagination .owl-page span:hover {
  color: #1470a6;
}
.main-content .companies-sliders .owl-pagination .active {
  color: #1470a6;
  border-bottom: 3px solid #1470a6;
}
.main-content .companies-sliders .owl-pagination .active:hover span {
  color: #1470a6;
}
.main-content .companies-slider {
  position: relative;
}
.main-content .companies-slider.featured {
  margin-bottom: 40px;
}
.main-content .companies-slider.featured .owl-pagination {
  right: 15px;
}

.company-box {

  margin-bottom:30px;
}

.main-content .companies-slider .company-box {
  position: relative;
  width: auto;

}
.main-content .companies-slider .company-box .company-rating {
  position: absolute;
  padding: 9px 10px;
  top: 0;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
.main-content .companies-slider .company-box .company-rating ul > li {
  margin: 0 2px;
  float: left;
}
.main-content .companies-slider .company-box .company-rating ul > li i {
  color: #1470a6;
  font-size: 18px;
}
.main-content .companies-slider .company-box .company-title {
  margin: 0 0 5px 0;
}
.main-content .companies-slider .company-box .company-title:hover a {
  color: #1470a6;
}
.main-content .companies-slider .company-box .company-tags li {
  float: left;
}
.main-content .companies-slider .company-box .company-tags li a {
  font-weight: 700;
}
.main-content .companies-slider .company-box .company-tags li a:hover {
  color: #1470a6;
}
.main-content .companies-slider .company-box .white-bottom, .white-bottom {
  padding: 10px;
  background: #fff;
}
.main-content .companies-slider .company-slide {
  position: relative;
  height: 220px;
  background: #fff;
}
.main-content .companies-slider .company-slide .company-logo {
  position: absolute;
  width: 220px;
  height: 220px;
}
.main-content .companies-slider .company-slide .company-logo img {
  width: 220px;
  height: 220px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-content .companies-slider .company-slide .company-logo img:hover {
  opacity: .6;
}
.main-content .companies-slider .company-slide .company-content {
  padding: 30px 30px 0 250px;
}
.main-content .companies-slider .company-slide .company-content .company-title {
  margin: 0;
  font-weight: 400;
}
.main-content .companies-slider .company-slide .company-content .company-title:hover a {
  color: #7cba00;
}
.main-content .companies-slider .company-slide .company-content .company-tags li {
  float: left;
}
.main-content .companies-slider .company-slide .company-content .company-tags li a {
  font-weight: 700;
}
.main-content .companies-slider .company-slide .company-content .company-tags li a:hover {
  color: #7cba00;
}
.main-content .companies-slider .company-slide .company-content .company-rating i {
  margin-top: 5px;
  font-size: 16px;
}
.main-content .companies-slider .company-slide .company-content .company-describe {
  margin-top: 20px;
  height: 42px;
  overflow: hidden;
}
.main-content .companies-slider .company-slide .company-content .company-describe.with-rating {
  margin-top: 0px;
}
.main-content .partners {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
  background: #fff;
}
.main-content .partners .partners-title {
  margin: 0 0 30px 0;
}
.main-content .partners .owl-theme .owl-controls {
  position: absolute;
  top: -49px;
  right: 0;
}
.main-content .partners .owl-theme .owl-controls .owl-page {
  margin-left: 5px;
  display: inline-block;
  zoom: 1;
}
.main-content .partners .owl-theme .owl-controls .owl-page.active span {
  background: #1470a6;
  border: 1px solid #1470a6;
}
.main-content .partners .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-content .partners .owl-theme .owl-controls .owl-page span:hover {
  border: 1px solid #1470a6;
}
@media (max-width: 992px) {
  .main-content .custom-tabs {
    padding: 40px 0 30px 0;
  }
 
}
@media (max-width: 767px) {
  .welcome-text .welcome-logo {
    display: none;
  }
  .welcome-text .welcome-content {
    padding-left: 0;
  }
  .main-content .companies-slider .company-slide .company-logo {
    display: none;
  }
  .main-content .companies-slider .company-slide .company-content {
    padding-left: 30px;
  }
}









/* MAP WRAPPER */
.map-wrapper {
  position: relative;
  background: #333333;
}
.map-wrapper .map-search {
  position: relativex;
  padding: 20px 0 0 0;

}
.map-wrapper .map-search .search-shadow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.map-wrapper .map-search .search-shadow.active {
  display: block;
}
.map-wrapper .map-search span {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.map-wrapper .map-search span input {
  width: 100%;
}
.map-wrapper .map-search .select-button {

    float: right;
    max-width: 237px;
    position: relative;
    white-space: nowrap;
    z-index: 100;
  
  
}
.map-wrapper .map-search .select-button .advanced-search-button {
   background-color: #1470a6;
    color: #f2f2f2;
    height: 45px;
    padding: 0 18px;
	font-weight:bold;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.map-wrapper .map-search .select-button .advanced-search-button:hover {
  background: #40555c;
}
.map-wrapper .map-search .select-button .advanced-search-button.active {
  background: #40555c;
}
.map-wrapper .map-search .select-button .advanced-search-button.active:hover {
  background: #1470a6;
}
.map-wrapper .map-search .select-button .advanced-search-button i {
  color: #fff;
}
.map-wrapper .map-search .search-bar {
  padding-left: 0px;
  float: right;
  width: 100%;
  margin-bottom:20px;
}
.search-bar input{
	font-size:18px;
	height:45px;
}


.map-wrapper .map-search .search-bar .btn {
	font-size:18px;
	height:45px;}

.map-wrapper .map-search .search-bar i {
	font-size:20px;}



.map-wrapper .map-search .search-bar .search-input.keyword {
	max-width:600px;
	margin-right:20px;
}

.map-wrapper .map-search .search-bar .search-input.location {
	max-width:300px;
	margin-right:20px;
}





.map-wrapper .map-search .search-bar .geolocation {
	position:absolute;
	cursor: pointer;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 12px;
    width: 32px;
    z-index: 2;
	
}
.map-wrapper .map-search .search-bar .geolocation i {
	color:#666;
}




.map-wrapper .map-search .search-bar .category {
  margin-left: 10px;
  max-width: 283px;
}
.map-wrapper .map-search .search-bar .submit-btn {
  max-width: 140px;
  float: left;
}
.map-wrapper .map-search .search-bar .submit-btn button {
  margin: 0;
}
.map-wrapper .map-search .advanced-search {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 625px;
  overflow-y: scroll;
  display: none;
  background: rgba(64, 85, 92, 0.8);
  z-index: 21;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner {
  padding: 35px 0 0 0;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .form-row {
  position: relative;
  margin-bottom: 5px;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .label-section {
  float: left;
  width: 25%;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .label-section label {
  padding: 9px 0;
  display: block;
  color: #fff;

}
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section {
  position: relative;
  float: left;
  width: 75%;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section input {
  margin: 0;
  border: none;
  color: #000;
  background: #f2f2f2;
}

.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section input.keyword {
 width: 50%;
  margin-right:20px;	
	
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .ui-slider-horizontal {
  margin-top: 12px;
}




.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .country,
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .region,
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .city {
  width: 29%;
    margin-right: 11px;
 
}

.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .maincategory,
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .subcategory {
  width: 40%;
  margin-right:20px;
 
}


.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .advanced-select-button {
  background-color: #1470a6;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .advanced-select-button:hover,
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .advanced-select-button.active {
  background: #40555c;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .btn {
  margin-top: 40px;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .value-section {
  padding-left: 20px;
  float: right;
  width: 128px;
}
.map-wrapper .map-search .advanced-search .advanced-search-inner .value-section .value {
  padding: 6px 0;
  height: auto;
  border: none;
  color: #fff;
  background: transparent;
}
.map-wrapper #map_canvas_wrapper {
  overflow: hidden;
}
.map-wrapper .map-control a {
  margin: -1px;
}












@media (max-width: 1200px) {
  .map-wrapper .map-search .search-bar .search-input.keyword,
  .map-wrapper .map-search .search-bar .search-input.location {
    max-width: 250px;
	margin-right:20px;
  }


  .map-wrapper .map-search .advanced-search .advanced-search-inner .label-section {
    width: 25%;
  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section {
    width: 75%;
  }

  .map-wrapper .map-search .search-bar .search-input{
	max-width:220px;
	
}







  
}
@media (max-width: 992px) {

	
  .right-side-listing {   margin-top: 71px;}
  .map-wrapper .map-search .search-bar .search-input.keyword,
  .map-wrapper .map-search .search-bar .search-input.location {
    max-width: 70%;
	margin-right:20px;
  }
  
  .map-wrapper .map-search .search-bar .submit-btn {
  float: right;
}
  
  .map-wrapper .map-search .select-button {
	  /*display:none;*/}
	
  .map-wrapper .map-search .advanced-search .advanced-search-inner .label-section {
    width: 25%;
  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section {
    width: 75%;
  }









  
}
@media (max-width: 767px) {
  .map-wrapper .map-search .search-shadow {
    height: 116px;
  }
  .map-wrapper .map-search .search-bar .search-input.keyword,
  .map-wrapper .map-search .search-bar .search-input.location {
    margin: 0 0 15px 0;
    max-width: none;
    width: 80%;
  }
  
    .map-wrapper .map-search .search-bar .search-input.location {
		float:right;
		
  }
  

  .map-wrapper .map-search .search-bar .submit-btn {
    margin: 0 0 15px 0;
    max-width: none;
    width: 50px;
  }
  
  
  .search-bar input, .map-wrapper .map-search .search-bar .btn  {
    height: 46px;
}

#intro-slide-wrapper {
	display:none;}

  
  
.map-wrapper .map-search .search-bar {
  margin-bottom:0px;
}


.map-wrapper .map-search .search-bar .geolocation {

    right: 0px;
    top: 8px;

	
}

  .map-wrapper .map-search .advanced-search {
    top: 141px;
  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .label-section {
    max-width: none;
    width: 25%;
  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section {
    max-width: none;
    width: 73%;
  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .value-section {
    max-width: none;
    width: 15%;
  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .value-section .value {
    text-align: right;
  }




  .map-wrapper .map-search .select-button {
    float: none;    
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}


}

.gm-style .gm-style-iw-d {
    padding-right: 12px;
}

.gm-style .gm-style-iw-c button img {
    width: 24px !important;
    height: 25px !important;
    border-radius: 11px;
    z-index: 999999999;
    margin-left: -2px !important;
}
 
/*.gm-style .gm-style-iw-c button {
    top: -10px !important;
    background: #fff !important;
    opacity: 1;
    border: 1px solid #000 !important;
    border-radius: 17px;
    right: -11px !important;
}*/


#map .gm-style .gm-style-iw {
    font-size: 12px!important;
    overflow: visible;
    padding: 0 26px 0 9px!important;
    max-width: 300px !important;
    font-weight: 400;
    max-height: 220px !important;
}

#map .gm-style .gm-style-iw-d {
    overflow: auto !important;
    max-height: 212px !important;
    padding-bottom: 7px;
}


.advanced-search .fa-lg { color: #fff;} 
#company ul.custom-list .col-sm-7, #company ul.custom-list .col-sm-7 {
    word-break: break-all;
}
#company .company-page-info .company-thumbnail {
    float: left;
    width: 240px;
    margin-right: 10px;
}
br.brtag {  display: none;}
@media (max-width: 480px) {
  br.brtag { display: inline;}
  #company .company-page-info .company-thumbnail {  width: 120px; }
  .media-body .company-title {   font-size: 15px;    font-weight: 500;}
  #company .company-list .media-body {  font-size: 12px;}
  .marker-holder .marker-company-thumbnail{ display: none; }
  .advanced-search h4.form-row {   color: #fff;  font-size: 15px; font-weight: bold;}
  .advanced-search .center-block {  padding: 0px;}
  .advanced-search.content-box { padding: 10px; }
  .map-wrapper .map-search .advanced-search .advanced-search-inner {  padding: 0px 0 0 0;}
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .btn {   margin-top: 12px;}
  .map-wrapper .map-search .search-shadow {    height: 214px;  }
  .map-wrapper .map-search .advanced-search {    top: 0;   z-index: 999;    position: fixed;  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .label-section {  width: 100%;  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section {  width: 100%;  }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .country,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .region,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .city,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .maincategory,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .subcategory { margin: 0 0 10px 0; width: 100%; }
  .map-wrapper .map-search .advanced-search .advanced-search-inner .value-section {  width: 30%;  }
  .advanced-search .container .center-block > .content-box.mt100 {     margin-top: 30px; }  
}

@media (max-width: 690px) {

  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section input.keyword,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .country,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .region,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .city,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .maincategory,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .subcategory {
    
     margin: 0 0 10px 0;
    width: 100%;
  }
  
}
@media (min-width: 691px) and (max-width: 768px) {
  
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .country,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .region,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .city,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .maincategory,
  .map-wrapper .map-search .advanced-search .advanced-search-inner .action-section .subcategory {
    
    margin: 0 10px 10px 0;
    width: 40%;
  }
  
}













/* FOOTER */
#footer {
  position: relative;
  padding: 30px 0 0 0;
  background: #333;
}
#footer .widget {
  margin-bottom: 30px;
}


#footer .widget img{

  max-width:75%;
  margin-right:15px;
}


#footer .widget-title {
  margin: 0 0 30px 0;
  color: #fff;
}
#footer .widget-description {
  padding: 20px;
  margin: 0;

  color: #fff;
  background: #444;
}

#footer .widget ul {
	padding-left:0px;
}


#footer .widget-description p {
  /*margin: 0;
  height: 137px;
  overflow: hidden;
  line-height: 22px;*/
}
#footer .news li {
  margin: 0 0 2px 0;
  display: block;
}
#footer .news li a {
  padding: 10px 14px;
  display: block;
  color: #fff;
  background: #0f547d;
}
#footer .news li a:hover {
  background: #167cb8;
}
#footer .footer-copyrights {
  padding: 15px 0;
  background: #222;
}
#footer .footer-copyrights p {
  padding: 5px 0;
  margin: 0;
  color: #a9a9a9;
}
#footer .footer-copyrights .social li, .social li  {
  float: left;
  margin-right: 10px;
}
#footer .footer-copyrights .social li i {
  margin: 0;
}
@media (max-width: 1200px) {
  #footer .widget-description {
    padding: 10px 14px 20px 14px;
    height: 140px;
  }
  #footer .widget-description p {
    height: 114px;
  }
  #footer .news li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 992px) {
  #footer .widget-description {
    padding: 14px 20px 20px 20px;
    height: auto;
  }
  #footer .widget-description p {
    height: auto;
  }
  #footer .news li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  

 #footer .widget-dn {
	  display:none;
}
  
}
@media (max-width: 767px) {
  .footer-copyrights {
    text-align: center;
  }
  .footer-copyrights .social {
    margin: 0 auto;
    display: inline-block;
    float: none !important;
  }
  

  
  
}
/* WIDGETS */
#back-to-top {
  position: fixed;
  right: 15px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  display: none;
  color: #fff;
  text-align: center;
  background: #1470a6;
}
#back-to-top i {
  margin: 0;
  display: block;
  font-size: 1.4em;
  line-height: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#back-to-top i:hover {
  font-size: 1.8em;
}
#twitter-feed iframe {
  width: 100% !important;
  height: 174px !important;
}
#flickr-feed {
  display: inline-block;
}
#flickr-feed ul {
  padding: 0;
  margin: 0;
}
#flickr-feed ul li {
  padding: 1px;
  float: left;
  width: 87px;
  height: 87px;
}
#flickr-feed ul li img {
  width: 87px;
  height: 85px;
}
@media (max-width: 1200px) {
  #twitter-feed iframe {
    height: 140px !important;
  }
  #flickr-feed ul li {
    width: 70px;
    height: 70px;
  }
  #flickr-feed ul li img {
    width: 69px;
    height: 68px;
  }
}
@media (max-width: 992px) {
  #twitter-feed iframe {
    height: 146px !important;
  }
  #flickr-feed ul li {
    width: 73px;
    height: 73px;
  }
  #flickr-feed ul li img {
    width: 72px;
    height: 71px;
  }
}
/* SHORTCODES */
.facebook,
.twitter,
.google-plus,
.linkedin,
.pinterest

 {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  
}
.facebook {
  background: #3b5999;
  /*border: 1px solid #3b5999;*/
}
.facebook i {
  color: #fff;
}
.facebook:hover {
  background: #ffffff;
}
.facebook:hover i {
  color: #3b5999;
}
.twitter {
  background: #55acee;
 /* border: 1px solid #55acee;*/
}
.twitter i {
  color: #fff;
}
.twitter:hover {
  background: #ffffff;
}
.twitter:hover i {
  color: #55acee;
}
.google-plus {
  background: #dd4b39;
  /*border: 1px solid #dd4b39;*/
}
.google-plus i {
  color: #fff;
}
.google-plus:hover {
  background: #ffffff;
}
.google-plus:hover i {
  color: #dd4b39;
}
.pinterest {
  background: #ab171e;
  /*border: 1px solid #ab171e;*/
}

.linkedin {
  background: #007bb5;
}
.pinterest i, .linkedin i {
  color: #fff;
}
.pinterest:hover, .linkedin:hover {
  background: #ffffff;
}
.pinterest:hover i {
  color: #ab171e;
}
.linkedin:hover i {
  color: #007bb5;
}


.form-row {
  display: block;
  margin-bottom: 20px;
}
.css-table {
  display: table;
  width: 100%;
  height: 100%;
}
.css-table .css-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.state-success {
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #e5f1cc;
}
.state-success p {
  margin: 0;
}
.state-info {
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #e7f0f6;
}
.state-info p {
  margin: 0;
}
.state-notice {
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #fff1cc;
}
.state-notice p {
  margin: 0;
}
.state-error {
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #f8e5e5;
}
.state-error p {
  margin: 0;
}
.bullet-list li {
  margin-left: 15px;
  list-style-type: disc;
}
.check-list li:before {
  margin-right: 5px;
  font-family: fontAwesome;
  content: "\f00c";
}
#shortcodes .page-content {
  position: relative;
}
#shortcodes .page-content h5.title {
  margin: 40px 0;
}
#shortcodes .page-content .buttons {
  margin-bottom: 40px;
}
#shortcodes .page-content .divider {
  margin-bottom: 30px;
}
#shortcodes .page-content .miscellaneuos label {
  display: block;
  margin: 20px 0;
}
/* PRICING PLANS */
.subscribe {
  position: relative;
  padding: 40px 0 10px 0;
}
.subscribe .pricing-title,
.subscribe .register-title {
  margin: 0 0 40px 0;
  clear: both;
}
.subscribe .pricing-plan {
  margin-bottom: 40px;
  text-align: center;

}

.subscribe .pricing-plan .pricing-label {
  padding: 15px 14px;
  margin: 0;
  color: #fff;
}
.subscribe .pricing-plan .pricing-label.start {
  background: #1470a6;
}
.subscribe .pricing-plan .pricing-label.silver {
  background: #c1c8ca;
}
.subscribe .pricing-plan .pricing-label.gold {
  background: #d7bc77;
}
.subscribe .pricing-plan .pricing-label.premium {
  background: #40555c;
}
.subscribe .pricing-plan .pricing-value {
  padding: 5px 14px;
  margin-bottom: 2px;
  background: #ffb802;
}
.subscribe .pricing-plan .pricing-value span {
  color: #fff;
  font-weight: 300;
}
.subscribe .pricing-plan .pricing-value span.pricing-unit {
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
}
.subscribe .pricing-plan .pricing-value span.pricing-cost {
  font-size: 60px;
  vertical-align: middle;
}
.subscribe .pricing-plan .pricing-value span.pricing-cost-upper {
  font-size: 34px;
  line-height: 70px;
  vertical-align: top;
}
.subscribe .pricing-plan .pricing-include li {
  padding: 15px 14px;
  margin: 0 0 2px 0;
  display: block;
  font-weight: 700;
  background: #f5f5f5;
}
.subscribe .register-step {
  margin-bottom: 30px;
}
.subscribe .register-step-title {
  padding: 15px 14px;
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #1470a6;
}
.subscribe .register-step-inner {
  padding: 40px 30px;
  height: 320px;
  text-align: center;
  background: #f5f5f5;
}
.subscribe .register-step-inner.subscribe-final {
  height: auto;
}
.subscribe .register-step-inner h5 {
  margin: 0 0 20px 0;
}
.subscribe .register-step-inner input {
  margin-bottom: 5px;
}
.subscribe .register-step-inner .btn {
  padding: 15px 72px;
  margin: 0;
}
.subscribe .register-step-inner .radio-input {
  margin: 0 auto 20px auto;
  display: block;
  width: 160px;
  text-align: left;
}
.subscribe .register-step-inner .radio-input.active label:before {
  background: #1470a6;
  box-shadow: 0 0 0 3px #1470a6;
}
.subscribe .register-step-inner .radio-input label:hover:before {
  background: #1470a6;
  box-shadow: 0 0 0 3px #1470a6;
  border: none;
}
.subscribe .register-step-inner .radio-input.active label:hover:before {
  border: 2px solid #fff;
}
.subscribe .register-step.subscribe-final {
  clear: both;
}
.subscribe .register-step.subscribe-final .register-step-inner {
  height: auto;
}
/*CATEGORIES*/
.category-box {
  margin-top: 30px;
}
.category-box .category-header {
  position: relative;
  margin-bottom: 2px;
  height: 60px;
  background-color:#2a75a9;
}
.category-box .category-header .category-icon {
  position: absolute;
  margin-right: 2px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.category-box .category-header .category-icon:after {
  position: absolute;
  right: 0;
  height: 60px;
  content: "";
  border: 1px solid #fff;
}
.category-box .category-header .category-icon i {
  margin: 0;
  vertical-align: middle;
  color: #fff;
  font-size: 2em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category-box .category-header .category-title {
  padding: 20px 15px 20px 75px;
  width: 100%;
  height: 60px;
}
.category-box .category-header .category-title h5 {
  margin: 0;
  float: left;
  color: #fff;
  font-weight: 400;
}
.category-box .category-header .category-title strong {
  float: right;
  color: #fff;
}
.category-box .category-header:hover .category-icon i {
  font-size: 3em;
}
.category-box .category-header:hover .category-title {
  background: #40555c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category-box .category-list li {
  margin: 0 0 2px 0;
  display: block;
}
.category-box .category-list li a {
  padding: 9px 14px;
  display: block;
  background: #fff;
}
.category-box .category-list li a:hover {
  color: #fff;
  background: #40555c;
}









.category-box .legal .category-icon,
.category-box .legal .category-title,
.category-box .legal.category-icon-square {
  background: #2a75a9;
}
.category-box .airport .category-icon,
.category-box .airport .category-title,
.category-box .airport.category-icon-square,
.category-box .industry .category-icon,
.category-box .industry .category-title,
.category-box .industry.category-icon-square,
.category-box .offices .category-icon,
.category-box .offices .category-title,
.category-box .offices.category-icon-square,
.category-box .sport .category-icon,
.category-box .sport .category-title,
.category-box .sport.category-icon-square {
  background: #ea3e23;
}
.category-box .cars .category-icon,
.category-box .cars .category-title,
.category-box .cars.category-icon-square,
.category-box .postal .category-icon,
.category-box .postal .category-title,
.category-box .postal.category-icon-square {
  background: #68217a;
}
.category-box .education .category-icon,
.category-box .education .category-title,
.category-box .education.category-icon-square {
  background: #0f7b0f;
}
.category-box .entertainment .category-icon,
.category-box .entertainment .category-title,
.category-box .entertainment.category-icon-square,
.category-box .restaurant .category-icon,
.category-box .restaurant .category-title,
.category-box .restaurant.category-icon-square {
  background: #1470a6;
}
.category-box .garden .category-icon,
.category-box .garden .category-title,
.category-box .garden.category-icon-square {
  background: #39a65b;
}
.category-box .libraries .category-icon,
.category-box .libraries .category-title,
.category-box .libraries.category-icon-square {
  background: #7cba00;
}
.category-box .mechanic .category-icon,
.category-box .mechanic .category-title,
.category-box .mechanic.category-icon-square {
  background: #2338a1;
}
.category-box .realestate .category-icon,
.category-box .realestate .category-title,
.category-box .realestate.category-icon-square {
  background: #750000;
}
.category-box .shop .category-icon,
.category-box .shop .category-title,
.category-box .shop.category-icon-square {
  background: #8f6048;
}
.category-box .category-icon-square {
  position: relative;
}
.category-box .category-icon-square:before {
  padding: 50%;
  display: block;
  content: "";
}
.category-box .category-icon-square:hover {
  background: #40555c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category-box .category-icon-square:hover i {
  font-size: 7em;
}
.category-box .category-icon-square .fa {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2em;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category-box .category-icon-square .category-name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 960px) {
  .category-box .category-icon-square:hover i {
    font-size: 5em;
  }
}
@media (max-width: 480px) {
  .categories.block .category-box {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .categories.block .category-box {
    width: 100%;
  }
}
/* MAPS */
#map_canvas {
  width: 100%;
  height: 500px;
}
#map_canvas_company {
  width: 100%;
  height: 487px;
}
#map_canvas_sidebar {
  margin-bottom: 40px;
  width: 100%;
  height: 368px;
}
#map_street_view {
  height: 487px;
  width: 100%;
}
#map_canvas_contact {
  width: 100%;
  height: 340px;
}
/* PAGE HEADING */
.page-heading {
  position: relative;
  padding: 40px 0;
  background: url(../img/page-heading-bg.png) no-repeat center #ffffff;
  background-size: cover;
}
.page-heading h5 {
  margin: 0;
  float: left;
}
.page-heading .breadcrumbs {
  float: right;
}
.page-heading .breadcrumbs li {
  float: left;
}
.page-heading .breadcrumbs li:before {
  padding: 0 14px;
  font-family: fontAwesome;
  color: #1470a6;
  content: "\f054";
}
.page-heading .breadcrumbs li:first-child:before {
  display: none;
}
.page-heading .breadcrumbs li a:hover {
  color: #7cba00;
}
@media (max-width: 480px) {
  .page-heading h5 {
    float: none;
  }
  .page-heading .breadcrumbs {
    margin-top: 20px;
    float: left;
  }
}
/* CONTACT */
#contact .page-content .find-us h5.title {
  margin: 0 0 40px 0;
}
#contact .page-content .contact-form h5.title {
  margin: 40px 0;
}
#contact .page-content .contact-form .contact-form-box {
  padding: 25px;
  position: relative;
  background: #f5f5f5;
  
}
#contact .page-content .contact-form .contact-form-box textarea {
  height: 220px;
}
#contact .page-content .contact-form .contact-form-box .btn {
  margin: 0;
}
#contact .page-content .address-details h5.title {
  margin: 40px 0;
}
#contact .page-content .address-details li {
  margin-bottom: 20px;
}
#contact .page-content .address-details li:hover i {
  color: #7cba00;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#contact .page-content .address-details li i, .address-details li i {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 2em;
  color: #1470a6;
}
#contact .page-content .address-details li span, .address-details li span {
  margin-left: 50px;
  display: block;
  font-size:16px;
}
#contact .page-content .address-details li a {
  color: #7cba00;
}
#contact .page-content .address-details li a:hover {
  color: #1470a6;
}
#contact .page-content .opening-hours h5.title {
  margin: 40px 0;
}
#contact .page-content .opening-hours li {
  margin-bottom: 10px;
}
/* SIDEBAR */
.sidebar-content {
  padding-top: 0px;
}
.sidebar-content img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-content a > img:hover {
  opacity: .6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-content .search {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-content .search .btn {
  position: absolute;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
  right: 0;
  top: 0;
}
.sidebar-content .search .btn i {
  margin: 0;
}
.sidebar-content .categories-links {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-content .categories-links .title {
  padding: 10px 14px;
  margin: 0;
  background: #f5f5f5;
}
.sidebar-content .categories-links li {
  border-bottom: 1px solid #e8e8e8;
}
.sidebar-content .categories-links li a {
  padding: 14px 0;
  display: block;
}
.sidebar-content .categories-links li a:hover {
  padding-left: 20px;
  color: #7cba00;
}
.sidebar-content .featured,
.sidebar-content .recently,
.sidebar-content .latest {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-content .featured .title,
.sidebar-content .recently .title,
.sidebar-content .latest .title {
  padding: 10px 14px;
  margin: 0 0 20px 0;
  background: #f5f5f5;
}
.sidebar-content .featured .single-post,
.sidebar-content .recently .single-post,
.sidebar-content .latest .single-post {
  position: relative;
  margin-bottom: 20px;
  min-height: 80px;
}
.sidebar-content .featured .single-post:last-child,
.sidebar-content .recently .single-post:last-child,
.sidebar-content .latest .single-post:last-child {
  margin-bottom: 0;
}
.sidebar-content .featured .single-post .post-thumb,
.sidebar-content .recently .single-post .post-thumb,
.sidebar-content .latest .single-post .post-thumb {
  float: left;
  width: 80px;
  height: 80px;
}
.sidebar-content .featured .single-post .post-content,
.sidebar-content .recently .single-post .post-content,
.sidebar-content .latest .single-post .post-content {
  padding-left: 90px;
}
.sidebar-content .featured .single-post .post-content .post-title,
.sidebar-content .recently .single-post .post-content .post-title,
.sidebar-content .latest .single-post .post-content .post-title {
  margin: 0;
  font-weight: 700;
}
.sidebar-content .featured .single-post .post-content .post-title:hover a,
.sidebar-content .recently .single-post .post-content .post-title:hover a,
.sidebar-content .latest .single-post .post-content .post-title:hover a {
  color: #7cba00;
}
.sidebar-content .featured .single-post .post-content p,
.sidebar-content .recently .single-post .post-content p,
.sidebar-content .latest .single-post .post-content p {
  margin: 0;
}
.sidebar-content .featured .single-post .post-content .read_more,
.sidebar-content .recently .single-post .post-content .read_more,
.sidebar-content .latest .single-post .post-content .read_more {
  margin: 3px 0 0 0;
  display: block;
  font-weight: 700;
}
.sidebar-content .featured .single-post .post-content .read_more:hover,
.sidebar-content .recently .single-post .post-content .read_more:hover,
.sidebar-content .latest .single-post .post-content .read_more:hover {
  color: #7cba00;
}
.sidebar-content .upcoming-events {
  margin-bottom: 40px;
}
.sidebar-content .upcoming-events .title {
  padding: 10px 14px;
  margin: 0 0 20px 0;
  background: #f5f5f5;
}
.sidebar-content .upcoming-events .event-single {
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-height: 81px;
  border-bottom: 1px solid #e8e8e8;
}
.sidebar-content .upcoming-events .event-single .event-date {
  float: left;
  text-align: center;
  color: #9c9c9c;
}
.sidebar-content .upcoming-events .event-single .event-date .square {
  padding: 10px 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #1470a6;
  line-height: 50px;
}
.sidebar-content .upcoming-events .event-single .event-date .square span {
  margin-bottom: 0;
  display: block;
  line-height: 14px;
}
.sidebar-content .upcoming-events .event-single .event-date .square span.day {
  font-size: 16px;
}
.sidebar-content .upcoming-events .event-single .event-content {
  padding-left: 60px;
}
.sidebar-content .upcoming-events .event-single .event-content .event-title {
  margin: 0;
  font-weight: 700;
}
.sidebar-content .upcoming-events .event-single .event-content .event-title:hover a {
  color: #7cba00;
}
.sidebar-content .upcoming-events .event-single .event-content span {
  display: block;
}
.sidebar-content .upcoming-events .event-single .event-content span.event-author {
  color: #9c9c9c;
}
.sidebar-content .share {
  margin-bottom: 40px;
}
.sidebar-content .share .title {
  padding: 10px 14px;
  margin: 0 0 5px 0;
  background: #f5f5f5;
}
.sidebar-content .share .social li {
  margin-right: 2px;
  display: inline-block;
}
.sidebar-content .share .social li i {
  margin-right: 0;
}
.sidebar-content .claim-company {
  margin-bottom: 40px;
}
.sidebar-content .claim-company .btn {
  margin: 0;
}
.sidebar-content .claim-company .claim-company-form {
  display: none;
}
.sidebar-content .claim-company .claim-company-form .title {
  padding: 10px 14px;
  margin: 40px 0 20px 0;
  background: #f5f5f5;
}
.sidebar-content .claim-company .claim-company-form .form-row {
  margin-bottom: 10px;
}
.sidebar-content .claim-company .claim-company-form textarea {
  height: 120px;
}
.sidebar-content .claim-company .claim-company-form .btn {
  margin: 0;
}
.sidebar-content .contact-details,
.sidebar-content .opening-hours {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.sidebar-content .contact-details .title,
.sidebar-content .opening-hours .title {
  padding: 10px 14px;
  margin: 0 0 20px 0;
  background: #f5f5f5;
}
.sidebar-content .contact-details li,
.sidebar-content .opening-hours li {
  margin-bottom: 10px;
}
.sidebar-content .contact-details li:last-child,
.sidebar-content .opening-hours li:last-child {
  margin-bottom: 0;
}
.sidebar-content .contact-details li a:hover,
.sidebar-content .opening-hours li a:hover {
  color: #7cba00;
}
.sidebar-content .message-us {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-content .message-us .title {
  padding: 10px 14px;
  margin: 0 0 20px 0;
  background: #f5f5f5;
}
.sidebar-content .message-us .form-row {
  margin-bottom: 10px;
}
.sidebar-content .message-us textarea {
  height: 120px;
}
.sidebar-content .message-us .btn {
  margin: 0;
}
.sidebar-content .latest .read_more {
  position: absolute;
  bottom: 0;
}
.sidebar-content .adverts,
.sidebar-content .banner {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-content .recent-posts,
.sidebar-content .recent-comments,
.sidebar-content .archives,
.sidebar-content .meta {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-content .recent-posts .title,
.sidebar-content .recent-comments .title,
.sidebar-content .archives .title,
.sidebar-content .meta .title {
  padding: 10px 14px;
  margin: 0;
  background: #f5f5f5;
}
.sidebar-content .recent-posts li,
.sidebar-content .recent-comments li,
.sidebar-content .archives li,
.sidebar-content .meta li {
  border-bottom: 1px solid #e8e8e8;
}
.sidebar-content .recent-posts li a,
.sidebar-content .recent-comments li a,
.sidebar-content .archives li a,
.sidebar-content .meta li a {
  padding: 5px 0;
  display: block;
}
.sidebar-content .recent-posts li a :first-child,
.sidebar-content .recent-comments li a :first-child,
.sidebar-content .archives li a :first-child,
.sidebar-content .meta li a :first-child {
  padding-top: 0;
}
.sidebar-content .recent-posts li a:hover,
.sidebar-content .recent-comments li a:hover,
.sidebar-content .archives li a:hover,
.sidebar-content .meta li a:hover {
  padding-left: 20px;
  color: #7cba00;
}
/* ABOUT US */
.team {
  position: relative;
  padding: 0 0 40px 0;
}
.team .person {
  margin-bottom: 40px;
  text-align: center;
}
.team .person img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.team .person img:hover {
  opacity: .6;
}
.team .person .caption {
  position: relative;
  padding: 20px 20px;
  background: #f5f5f5;
  overflow: hidden;
}
.team .person .caption .name {
  margin: 0;
  font-weight: 400;
}
.team .person .caption .position {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
.team .person .caption .social {
  display: inline-block;
}
.team .person .caption .social li {
  float: left;
  margin: 0 2.5px;
}
.team .person .caption .social li i {
  margin-right: 0;
}
/* BLOG*/
#blog {
  position: relative;
}
#blog .blog-list-post {
  position: relative;
  margin-bottom: 40px;
}
#blog .blog-list-post:last-child {
  margin-bottom: 0;
}
#blog .blog-list-post .blog-list-image:hover a > img {
  opacity: .6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#blog .blog-list-post .blog-list-image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#blog .blog-list-post .blog-list-header {
  position: relative;
  margin-top: 4px;
  padding: 9px 14px;
  background: #f5f5f5;
}
#blog .blog-list-post .blog-list-header .title {
  margin: 0;
}
#blog .blog-list-post .blog-list-header .title:hover a {
  color: #7cba00;
}
#blog .blog-list-post .blog-list-header .comment {
  position: absolute;
  width: 60px;
  height: 39px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 37px;
}
#blog .blog-list-post .blog-list-header .comment:hover a {
  color: #7cba00;
  cursor: pointer;
}
#blog .blog-list-post .blog-list-header .comment:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  content: "";
  border-left: 4px solid #fff;
}
#blog .blog-list-post .blog-list-content {
  position: relative;
  margin-top: 4px;
  padding: 15px 14px;
  background: #f5f5f5;
}
#blog .blog-list-post .blog-list-content p {
  margin: 0;
}
#blog .blog-list-post .blog-list-meta {
  position: relative;
  margin-top: 4px;
  padding: 9px 14px;
  background: #f5f5f5;
  text-transform: uppercase;
  color: #b5b5b5;
}
#blog .blog-list-post .blog-list-meta .email a,
#blog .blog-list-post .blog-list-meta .date a {
  color: #b5b5b5;
}
#blog .blog-list-post .blog-list-meta .email a:hover,
#blog .blog-list-post .blog-list-meta .date a:hover {
  color: #7cba00;
}
#blog .blog-list-post .blog-list-meta .email:after,
#blog .blog-list-post .blog-list-meta .date:after {
  position: relative;
  padding-right: 4px;
  margin-right: 8px;
  border-right: 2px solid #b5b5b5;
  content: "";
}
#blog .blog-list-post .blog-list-meta .date i {
  margin-right: 8px;
  color: #40555c;
}
#blog .blog-list-post .blog-list-meta .button {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 4px solid #fff;
}
#blog .blog-list-post .blog-list-meta .button .btn {
  margin: 0;
}
#blog .blog-list-post .blog-list-meta .button:after {
  display: none;
}
#blog .single-post .single-post-image {
  margin-bottom: 40px;
}
#blog .single-post .single-post-image img {
  width: 100%;
  height: 100%;
}
#blog .single-post .single-post-content p {
  margin: 0 0 30px 0;
}
#blog .single-post .single-post-meta {
  position: relative;
  padding: 5px 5px;
  display: block;
  background: #f5f5f5;
  text-transform: uppercase;
  color: #b5b5b5;
}
#blog .single-post .single-post-meta .email,
#blog .single-post .single-post-meta .tags {
  line-height: 30px;
}
#blog .single-post .single-post-meta .email a,
#blog .single-post .single-post-meta .tags a {
  color: #b5b5b5;
}
#blog .single-post .single-post-meta .email a:hover,
#blog .single-post .single-post-meta .tags a:hover {
  color: #7cba00;
}
#blog .single-post .single-post-meta .email:after,
#blog .single-post .single-post-meta .tags:after {
  position: relative;
  padding-right: 4px;
  margin-right: 8px;
  border-right: 2px solid #b5b5b5;
  content: "";
}
#blog .single-post .single-post-meta .social li {
  margin-left: 5px;
  float: left;
}
#blog .single-post .single-post-meta .social li i {
  margin-right: 0;
}
#blog .single-post .reply-form h5.title {
  margin: 40px 0;
}
#blog .single-post .reply-form .reply-form-box {
  padding: 40px 25px;
  position: relative;
  background: #f5f5f5;
}
#blog .single-post .reply-form .reply-form-box textarea {
  height: 180px;
}
#blog .single-post .reply-form .reply-form-box .btn {
  margin: 0;
}
@media (max-width: 992px) {
  .single-post-meta {
    text-align: center;
  }
  .single-post-meta .social {
    margin: 0 auto 5px auto;
    display: table;
    float: none !important;
  }

  #contact .page-content .contact-form .contact-form-box
  {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .blog-list-meta .email {
    display: none;
  }

  
  #contact .page-content .contact-form .contact-form-box
  {
    margin-top: 0;
  }
}
/*COMMENTS*/
.single-post-comments,
.company-page-comments {
  position: relative;
}
.single-post-comments h5.title,
.company-page-comments h5.title {
  margin: 40px 0;
}
.single-post-comments .comment,
.company-page-comments .comment {
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
  min-height: 80px;
  display: block;
}
.single-post-comments .avatar,
.company-page-comments .avatar {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
}
.single-post-comments .post-comment-meta,
.company-page-comments .post-comment-meta {
  font-weight: 700;
  text-transform: uppercase;
}
.single-post-comments .post-comment-meta a:hover,
.company-page-comments .post-comment-meta a:hover {
  color: #7cba00;
}
.single-post-comments .post-comment-content,
.company-page-comments .post-comment-content {
  position: relative;
  margin-top: 20px;
}
.single-post-comments .post-comment-content p,
.company-page-comments .post-comment-content p {
  margin: 0;
}
.single-post-comments ul,
.company-page-comments ul {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .single-post-comments .comment {
    padding-left: 80px;
    min-height: 60px;
  }
  .single-post-comments .post-comment-content {
    position: relative;
  }
  .single-post-comments .avatar {
    width: 60px;
    height: 60px;
  }
}
/*SAMPLE PAGE SHORTCODE*/
#sample-page {
  position: relative;
}
#sample-page .main-photo {
  margin-top: 40px;
}
#sample-page .main-photo:hover img {
  opacity: .6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sample-page .main-photo img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sample-page .page-content blockquote {
  position: relative;
  padding: 40px;
  margin: 0 0 20px 0;
  background: #f5f5f5;
}
#sample-page .page-content blockquote:before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 2em;
  color: #fff;
  font-family: fontAwesome;
  content: "\f10d";
}
#sample-page .page-content p {
  margin-bottom: 20px;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}
@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}
.tabs {
  margin-bottom: 40px;
}
.nav-tabs {
  position: relative;
  border-bottom: 3px solid #1470a6;
}
.nav-tabs li {
  margin-bottom: 0;
}
.nav-tabs li a {
  padding: 9px 14px;
  font-weight: 700;
  color: #40555c;
  background: #f5f5f5;
  border-radius: 0;
  border: none;
}
.nav-tabs li a:hover {
  color: #fff;
  background: #1470a6;
  border: none;
}
.nav-tabs li.active > a,
.nav-tabs li.active:hover a {
  color: #fff;
  background: #1470a6;
  border: none;
}
.tab-content {
  position: relative;
  padding: 30px 30px;
  border: 1px solid #dcdcdc;
  border-width: 0 1px 1px 1px;
}
.tab-content p {
  margin-bottom: 0;
}
.custom-tabs {
  margin-bottom: 0;
}
.custom-tabs .tab-content,
.custom-tabs .tab-pane {
  padding: 0;
  border: none;
}
.custom-tabs .tab-content.custom,
.custom-tabs .tab-pane.custom {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .tab-content {
    padding: 0;
    border: none;
  }
  .tab-content .tab-pane {
    padding: 15px 15px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
  }
  .custom-tabs .tab-pane {
    padding: 0;
    margin-bottom: 0;
    border: none;
  }
  .custom-tabs .tab-pane.custom {
    padding-bottom: 10px;
  }
  .responsive-tabs-container[class*=accordion-] .accordion-link {
    padding: 9px 14px;
    font-weight: 700;
    color: #fff;
    background: #1470a6;
    border-radius: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .tabs {
    margin-bottom: 0;
  }
  .welcome-text {
    margin-top: 50px;
  }
}
/*COMPANY*/
#company {
background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 40px 0;
    position: relative;
}

.company-content p {
	margin-bottom:5px;}
	
	.company-content p i{
	margin-right:10px;}
	
#company .company-list-header,
#company .company-list-footer {
  position: relative;
  margin-bottom: 40px;
}
#company .company-list-header .title,
#company .company-list-footer .title {
  margin: 0;
  float: left;
}
#company .company-list-header .pagination li,
#company .company-list-footer .pagination li {
  float: left;
  margin-right: 10px;
}
#company .company-list-header .pagination li a,
#company .company-list-footer .pagination li a {
  display: inline-block;

text-align: center;

font-weight: 700;

border: 1px solid #dcdcdc;

padding: 10px 10px 10px 10px;
}
#company .company-list-header .pagination li a:hover,
#company .company-list-footer .pagination li a:hover,
#company .company-list-header .pagination li a.active,
#company .company-list-footer .pagination li a.active {
  background: #1470a6;
  border: 1px solid #1470a6;
  color: #fff;
}
#company .company-list-footer {
  margin: 40px 0 0 0;
}
#company .company-list-single {
  padding: 0;
  min-height: 140px;
  background-color:#fff;
  margin-bottom:20px;
 
}
#company .company-list-single:first-child {
  padding-top: 0;
}
#company .company-list-single .company-logo {
  float: left;
  width: 174px;
  height: 100px;
}
#company .company-list-single .company-logo img {
  width: 100%;
  height: 100%;
}
#company .company-list-single .company-content {
  padding:10px 10px 10px 30px
}
#company .company-list-single .company-content .company-title {
  margin: 0 0 5px 0;
  font-weight: 400;
}
#company .company-list-single .company-content .company-title:hover a {
  color: #7cba00;
}
#company .company-list-single .company-content .company-tags {
  display: block;
  margin-bottom:15px;
}
#company .company-list-single .company-content .company-tags li {
  display: inline-block;
}
#company .company-list-single .company-content .company-tags li a {
  font-weight: 400;
}
#company .company-list-single .company-content .company-tags li a:hover {
  color: #7cba00;
}
#company .company-list-single .company-content .rating {
  float: left;
  display: block;
  width: 100%;
}
#company .company-list-single .company-content .rating li {
  margin: 0 1.5px;
  float: left;
}
#company .company-list-single .company-content .rating li i {
  font-size: 16px;
}
#company .company-list-single .company-content .company-describe {
  margin: 20px 0;
  height: 40px;
  overflow: hidden;
}
#company .company-list-single .company-content .company-describe.rating {
  margin-top: 0;
}
#company .company-list-single .company-content .read_more {
  font-weight: 400;
}
#company .company-list-single .company-content .read_more:hover {
  color: #7cba00;
}
#company .company-page-info {
  position: relative;
}
#company .company-page-info .company-photo {
  margin-bottom: 40px;
}
#company .company-page-info .company-photo img {
  width: 100%;
  height: 100%;
}
#company .company-page-info .company-photo img:hover {
  opacity: .6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#company .company-page-info .company-thumbnail .social {
  padding: 10px 10px;
  margin: 2px auto 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #f5f5f5;
}
#company .company-page-info .company-thumbnail .social li {
  margin: 0 0.6px;
  display: inline-block;
}
#company .company-page-info .company-thumbnail .social li i {
  margin-right: 0;
}
#company .company-page-info .company-preamble-content {
    padding-left: 0px;
    padding-top: 0;
}
#company .company-page-info .company-preamble-content .company-title {
  margin: 0;
  font-weight: 400;
      font-size: 22px;
}
#company .company-page-info .company-preamble-content .company-title:hover a {
  color: #7cba00;
}
#company .company-page-info .company-preamble-content .company-tags {
  margin-bottom: 25px;
  display: block;
}
#company .company-page-info .company-preamble-content .company-tags li {
  display: inline-block;
}
#company .company-page-info .company-preamble-content .company-tags li a {
  font-weight: 400;
    font-size: 14px;
}
#company .company-page-info .company-preamble-content .company-tags li a:hover {
  color: #7cba00;
}
#company .company-page-info .company-preamble-content p {
  margin-bottom: 25px;
}
#company .company-page-info .company-preamble-content p.no-bottom {
  margin-bottom: 0;
}
#company .company-page-info .company-profile-description .title {
  margin: 40px 0;
}
#company .company-page-info .company-profile-description p {
  margin-bottom: 25px;
}
#company .company-page-info .company-profile-description .check-list {
  margin-bottom: 20px;
}
#company .company-page-info .company-tags-services .title {
  margin: 15px 0 40px 0;
}
#company .company-page-info .company-tags-services ul > li {
  padding: 10px 14px;
  margin-right: 10px;
  float: left;
  border: 1px solid #dcdcdc;
}
#company .company-page-info .company-ratings {
  position: relative;
}
#company .company-page-info .company-ratings .title {
  margin: 40px 0;
}
#company .company-page-info .company-ratings .single-rate {
  position: relative;
  margin-bottom: 20px;
  min-height: 81px;
}
#company .company-page-info .company-ratings .single-rate.hover .box-details {
  border-color: #1470a6;
}
#company .company-page-info .company-ratings .single-rate.hover i,
#company .company-page-info .company-ratings .single-rate.hover h6 {
  color: #1470a6;
}
#company .company-page-info .company-ratings .single-rate:last-child {
  margin-bottom: 0;
}
#company .company-page-info .company-ratings .box-details {
  position: relative;
  padding: 20px;
  display: inline-block;
  float: left;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#company .company-page-info .company-ratings .box-details ul {
  margin: 0 auto;
  text-align: center;
}
#company .company-page-info .company-ratings .box-details ul li {
  display: inline-block;
}
#company .company-page-info .company-ratings .box-details ul li i {
  font-size: 16px;
}
#company .company-page-info .company-ratings .box-details h6 {
  margin: 2px 0 0 0;
  font-weight: 700;
  border-bottom: 1px dashed #1470a6;
}
#company .company-page-info .company-ratings .company-rating-content {
  padding-left: 165px;
}
#company .company-page-info .company-ratings .company-rating-content .rating-meta {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
#company .company-page-info .company-ratings .user-values {
  position: absolute;
  top: 0px;
  left: 165px;
  display: none;
  padding: 20px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  z-index: 999;
}
#company .company-page-info .company-ratings .user-values .value {
  margin: 0 15px;
  display: inline-block;
}
#company .company-page-info .company-ratings .user-values .value ul {
  margin: 0 auto;
  text-align: center;
}
#company .company-page-info .company-ratings .user-values .value ul li {
  display: inline-block;
}
#company .company-page-info .company-ratings .user-values .value ul li i {
  font-size: 16px;
}
#company .company-page-info .company-ratings .user-values .value h6 {
  margin: 0 0 3px 0;
  font-weight: 700;
}
#company .company-page-info .reply-form {
  margin-bottom: 40px;
}
#company .company-page-info .reply-form h5.title {
  margin: 20px 0 40px 0;
}
#company .company-page-info .reply-form .reply-form-box {
  padding: 40px 25px;
  position: relative;
  background: #f5f5f5;
}
#company .company-page-info .reply-form .reply-form-box textarea {
  height: 180px;
}
#company .company-page-info .reply-form .reply-form-box .btn {
  margin: 0;
}
@media (max-width: 1200px) {
  #company .company-ratings .single-rate .user-values .value {
    margin: 0 2.5%;
    width: 40%;
  }
}
@media (max-width: 768px) {
  #company .company-ratings .single-rate .user-values {
    padding-bottom: 0;
  }
  #company .company-ratings .single-rate .user-values .value {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #company .company-list-single .company-logo {
    display: none;
  }
  #company .company-list-single .company-content {
    /*padding-left: 0;*/
  }
  

}
/*PORTFOLIO*/
#portfolio {
  position: relative;
}
#portfolio .main-content {
  padding: 10px 0 40px 0;
}
#portfolio .single-portfolio {
  margin-top: 30px;
}
#portfolio .single-portfolio .main-photo img {
  width: 100%;
  height: 100%;
}
#portfolio .single-portfolio .single-portfolio-description {
  position: relative;
  margin-top: 2px;
  padding: 11px 14px;
  background: #f5f5f5;
}
#portfolio .single-portfolio .single-portfolio-description .title {
  margin: 0;
  font-weight: 700;
}
#portfolio .single-portfolio .single-portfolio-description .zoom,
#portfolio .single-portfolio .single-portfolio-description .link {
  position: absolute;
  width: 39px;
  height: 39px;
  top: 0;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
#portfolio .single-portfolio .single-portfolio-description .zoom i,
#portfolio .single-portfolio .single-portfolio-description .link i {
  margin-right: 0;
  font-size: 16px;
}
#portfolio .single-portfolio .single-portfolio-description .zoom:before,
#portfolio .single-portfolio .single-portfolio-description .link:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 39px;
  content: "";
  border-left: 2px solid #fff;
}
#portfolio .single-portfolio .single-portfolio-description .zoom {
  right: 0;
}
#portfolio .single-portfolio .single-portfolio-description .link {
  right: 41px;
}
#portfolio .single-portfolio .single-portfolio-description .link i {
  margin-left: 4px;
}
/*EVENT*/
#events {
  position: relative;
}
#events .page-content {
  padding-bottom: 40px;
}
#events .event-list-image img {
  width: 100%;
  height: 100%;
}
#events .event-list-header {
  position: relative;
  margin-top: 4px;
  padding: 9px 14px;
  background: #f5f5f5;
}
#events .event-list-header .title {
  margin: 0;
}
#events .event-list-content {
  position: relative;
  margin-top: 4px;
  padding: 15px 14px;
  background: #f5f5f5;
}
#events .event-list-content p {
  margin: 0;
}
#events .event-list-meta {
  position: relative;
  margin-top: 4px;
  padding: 9px 14px;
  background: #f5f5f5;
  text-transform: uppercase;
  color: #b5b5b5;
}
#events .event-list-meta .location a {
  color: #b5b5b5;
}
#events .event-list-meta .location a:hover {
  color: #7cba00;
}
#events .event-list-meta .date:after,
#events .event-list-meta .time:after {
  position: relative;
  padding-right: 4px;
  margin-right: 8px;
  border-right: 2px solid #b5b5b5;
  content: "";
}
#events .event-list-meta .date i,
#events .event-list-meta .time i,
#events .event-list-meta .location i {
  margin-right: 8px;
  color: #40555c;
}
#events .event-list-meta .button {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 4px solid #fff;
}
#events .event-list-meta .button .btn {
  margin: 0;
}
#events .event-list-meta .button:after {
  display: none;
}
@media (max-width: 480px) {
  #events .event-list-meta .time,
  #events .event-list-meta .location {
    display: none;
  }
}
/* OVERLAY */
.overlay {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.overlay:hover .overlay-shadow,
.overlay:hover .overlay-content {
  visibility: visible;
  opacity: 1;
}
.overlay img {
  display: block;
  width: 100%;
  height: 100%;
}
.overlay .overlay-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(21, 112, 166, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(1, 1);
}
.overlay .overlay-content {
  position: absolute;
  margin-top: -20px;
  top: 50%;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#fff;
  font-size:120%;
  text-transform:uppercase;
}

.overlay .overlay-content i {
  margin-right: 10px;
  font-size:120%;
}
.overlay .overlay-content .btn {
  margin: 0;
  color: #fff;
  border: 1px solid #fff;
}
.overlay .overlay-content .btn:hover {
  background: #fff;
  color: #1470a6;
}
/* MARKER */
.marker-ribbon {
  position: absolute;
  top: 13px;
  left: -27px;
  z-index: 999999;
}
.marker-ribbon .ribbon-text,
.marker-ribbon .ribbon-banner,
.marker-ribbon a {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.marker-ribbon .ribbon-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  display: block;
  float: right;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.marker-ribbon .ribbon-banner:after,
.marker-ribbon .ribbon-banner:before {
  position: absolute;
  width: 30px;
  height: 12px;
  display: block;
  background-color: #0C4C73;
  content: '';
}
.marker-ribbon .ribbon-banner:before {
  left: -45px;
  -webkit-transform: skewY(-45deg) translate(50%, 15px);
  -moz-transform: skewY(-45deg) translate(50%, 15px);
  -ms-transform: skewY(-45deg) translate(50%, 15px);
  -o-transform: skewY(-45deg) translate(50%, 15px);
  -webkit-transform-origin: 100% center;
  -moz-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  -o-transform-origin: 100% center;
}
.marker-ribbon .ribbon-banner:after {
  right: -17px;
  top: 30px;
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
  -o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
}
.marker-ribbon .ribbon-text {
  position: relative;
  padding: 6px 0;
  min-height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #1470a6;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 2;
}
.marker-ribbon .ribbon-text:before,
.marker-ribbon .ribbon-text:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #1470a6;
  z-index: -1;
  content: "";
}
.marker-ribbon .ribbon-text:before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
  -moz-transform: translateX(-15%) skewX(-45deg);
  -ms-transform: translateX(-15%) skewX(-45deg);
  -o-transform: translateX(-15%) skewX(-45deg);
}
.marker-ribbon .ribbon-text:after {
  -webkit-transform: translateX(15%) skewX(45deg);
  -moz-transform: translateX(15%) skewX(45deg);
  -ms-transform: translateX(15%) skewX(45deg);
  -o-transform: translateX(15%) skewX(45deg);
}
.marker-holder {
  position: relative;
  padding: 10px 0;
  min-height: 120px;
}
/*.marker-holder .marker-company-thumbnail {
  position: absolute;
  left: 0;
  width: 140px;
}*/
.marker-holder .marker-company-thumbnail {
   
    width: 85px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.marker-holder .marker-company-thumbnail img {
  width: 100%;
  height: 100%;
}
.marker-holder .marker-company-thumbnail .marker-action {
  position: relative;
  padding: 7.5px 10px;
  margin-top: 2px;
  float: left;
  width: 140px;
  text-align: center;
  background: #f5f5f5;
}
.marker-holder .marker-company-thumbnail .marker-action li {
  display: inline-block;
}
.marker-holder .marker-company-thumbnail .marker-action li.zoom {
  float: left;
}
.marker-holder .marker-company-thumbnail .marker-action li.share {
  float: right;
}
.marker-holder .marker-company-thumbnail .marker-action li:hover a i {
  color: #7cba00;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.marker-holder .marker-company-thumbnail .marker-action li i {
  margin-right: 0;
  font-size: 15px;
}
/*.marker-holder .map-item-info {
  padding-left: 160px;
  width: 390px;
}*/
.marker-holder .map-item-info {
   
    max-width: 300px;
    float: left;
}
.marker-holder .map-item-info .describe {
  padding-top: 10px !important;
}
.marker-holder .map-item-info .title {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.marker-holder .map-item-info .title:hover a {
  color: #7cba00;
}
.marker-holder .map-item-info .rating {
  padding: 5px 0;
}
.marker-holder .map-item-info .rating li {
  margin: 0 2.5px;
  display: inline-block;
}
.marker-holder .map-item-info .rating li:first-child {
  margin-left: 0;
}
.marker-holder .map-item-info .rating i {
  font-size: 15px;
}
.marker-holder .map-item-info .contact-info {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10.5px;
}
.marker-holder .map-item-info .contact-info.address:before {
  content: "\f041";
}
.marker-holder .map-item-info .contact-info.telephone:before {
  content: "\f095";
}
.marker-holder .map-item-info .contact-info.email:before {
  content: "\f0e0";
  font-size: 13px;
}
.marker-holder .map-item-info .contact-info.website {
  margin-bottom: 0;
}
.marker-holder .map-item-info .contact-info.website:before {
  content: "\f0ac";
}
.marker-holder .map-item-info .contact-info:before {
  position: absolute;
  left: 0;
  font-size: 15px;
  font-family: fontAwesome;
}
.marker-holder .map-item-info .btn {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.gm-style img {
  max-width: none;
}
/* BOXED LAYOUT */
#main-wrapper.boxed {
  margin: 0 auto;
  width: 1170px;
}
#main-wrapper.boxed header .container {
  padding: 0;
}
#main-wrapper.boxed #slider > .container {
  padding: 0;
}
#main-wrapper.boxed .nav > li > a > .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  color: #fff;
}
#main-wrapper.boxed .nav.no-squares > li > a > .caption {
  position: relative;
  bottom: -5px;
}
@media (max-width: 1200px) {
  #main-wrapper.boxed {
    width: 970px;
  }
  #main-wrapper.boxed header .container {
    width: 970px;
  }
}
@media (max-width: 1200px) {
  #main-wrapper.boxed header > .container {
    width: 970px;
  }
  #main-wrapper.boxed .nav > li > a > .caption {
    position: relative;
    bottom: initial;
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  #main-wrapper.boxed {
    width: 750px;
  }
  #main-wrapper.boxed header {
    width: auto;
  }
  #main-wrapper.boxed header .container {
    padding: 0 15px;
    width: 750px;
  }
}
@media (max-width: 768px) {
  #main-wrapper.boxed {
    width: auto;
  }
  #main-wrapper.boxed header {
    width: 100%;
  }
  #main-wrapper.boxed header .container {
    width: auto;
  }
}
/* HEADER MOBILE */

.search-toggle, .navbar-toggle {
    position: absolute;
    top: 18px !important;
    right: 15px !important;
    display: none;
    width: 36px;
    height: 36px;
    background: #1470a6;
    padding: 0 !important;
    margin: 0;
    border: none;
    border-radius: 2px;
}
.search-toggle:hover,
.navbar-toggle:hover {
  background: #40555c;
}
.search-toggle i,
.navbar-toggle i {
  color: #fff;
}
.search-toggle {
  right: 60px;
}
#header .search-nav.mobile {
  margin: 15px 0 0 0;
  display: none;
}
#header .search-nav.mobile form > button {
  right: 15px;
}
#header .search-nav.mobile .sub-menu {
  margin-left: 15px;
}
#header .nav-wrapper-mobile {
  position: relative;
  display: none;
}
#header .nav-wrapper-mobile .main-menu {
  position: relative;
  padding: 10px 0 15px 0;
  margin: 0 auto;
  
  display: block;
  text-align:center
}
#header .nav-wrapper-mobile .main-menu li {
  position: relative;
  margin-bottom: 0;
  display: inline;
  margin:0 5px;

}
#header .nav-wrapper-mobile .main-menu li a {
  position: relative;
 /* display: block;*/
}
#header .nav-wrapper-mobile .main-menu .has-submenu .sub-menu {
  position: relative;
  padding: 5px 0 0 30px;
  width: auto;
}
#header .nav-wrapper-mobile .main-menu .has-submenu .sub-menu ul {
  position: relative;
  padding-top: 0;
  margin: 5px 0 0 0;
  left: 0;
}
#header .nav-wrapper-mobile .main-menu .has-submenu .sub-menu li {
  position: relative;
  display: block;
}
#header .nav-wrapper-mobile .main-menu .has-submenu .sub-menu li a {
  position: relative;
  padding: 0;
  display: block;
  color: inherit;
  background: transparent;
}
#header .nav-wrapper-mobile .main-menu .has-submenu .submenu-toggle {
  position: absolute;
  right: 0;
  top: -3px;
  padding: 5px 5px 5px 5px;
  z-index: 9999;
}
#header .nav-wrapper-mobile .main-menu .has-submenu .submenu-toggle i {
  color: #1470a6;
}
#header .nav-wrapper-mobile .social-inner {
  position: relative;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
#header .nav-wrapper-mobile .social-inner li {
  margin: 0 2.5px;
  display: inline-block;
}
#header .nav-wrapper-mobile .social-inner li i {
  margin: 0;
}
#header .nav-wrapper-mobile .utility-user {
  position: relative;
  padding: 5px 0 25px 5px;
  margin: 0 auto;
  text-align: center;
}
#header .nav-wrapper-mobile .utility-user li {
  margin-right: 15px;
  display: inline-block;
  float: none !important;
}
#header .nav-wrapper-mobile .utility-user li .login-form {
  position: absolute;
  left: -50px;
  top: -1600px;
  width: 300px;
  z-index: 9999;
}
@media (max-width: 992px) {
	.page-heading { margin-top: 44px; padding: 40px 0 20px 0;}
  body {
    padding-top: 178px;
  }
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  #header .utility-nav,
  #header .search-nav,
  #header .menu-nav .nav,
  #header .nav-wrapper.mobile,
  /*.map-wrapper .map-search,*/
  #header .utility-nav-wrapper  {
    display: none;
  }
  #header .menu-nav .logo {
    margin-top: 0;
	margin-bottom:10px;
  }
  #header .search-toggle,
  #header .navbar-toggle {
    display: block;
  }
}


@media (max-width: 990px)
{
  body {
    padding-top: 160px;
  }
  .main-content.ldetails{margin-top: 48px;  }
}
@media (max-width: 768px) {
  body {
    padding-top: 150px;
  }
}










/* LISTING PAGE */
#listing-page {
  position: relative;
  padding-bottom: 30px;
}
#listing-page .listing-title {
  margin: 0;
}
#listing-page .listing-box {
  position: relative;
  margin-top: 30px;
}
#listing-page .listing-box .company-rating {
  position: absolute;
  padding: 9px 10px;
  top: 0;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 20;
}
#listing-page .listing-box .company-rating ul > li {
  margin: 0 2px;
  float: left;
}
#listing-page .listing-box .company-rating ul > li i {
  color: #1470a6;
  font-size: 18px;
}
#listing-page .listing-box .company-title {
  margin: 0 0 5px 0;
}
#listing-page .listing-box .company-title:hover a {
  color: #7cba00;
}
#listing-page .listing-box .company-tags li {
  float: left;
}
#listing-page .listing-box .company-tags li a {
  font-weight: 700;
}
#listing-page .listing-box .company-tags li a:hover {
  color: #7cba00;
}
#listing-page .listing-box .gray-bottom {
  padding: 10px;
  background: #f5f5f5;
}
@media (min-width: 1620px) {
  #main-wrapper.listing {
    position: relative;
    width: 960px;
  }
  #main-wrapper.listing .container {
    width: 940px;
  }
  #main-wrapper.listing #header .menu-nav .nav .menu-square {
    width: 102px;
    height: 102px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .company_name,
  #main-wrapper.listing .map-wrapper .map-search .search-bar .location {
    max-width: 245px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .location {
    margin-left: 10px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .category {
    margin-left: 10px;
    max-width: 212px;
  }
  #main-wrapper.listing.right .map-industries-filters {
    left: 0;
  }
  #main-wrapper.listing.left .map-industries-filters {
    right: 0;
  }
  #main-wrapper.listing #map_canvas_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  #main-wrapper.listing #map_canvas_wrapper #map_canvas {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #main-wrapper.listing .map-wrapper {
    padding-top: 0;
  }
  #main-wrapper.listing .map-wrapper .map-control {
    display: none;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters {
    position: fixed;
    padding: 10px 15px;
    top: 0;
    bottom: 0;
    width: 60px;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters .container {
    width: 60px;
    text-align: center;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters h5 {
    display: none;
  }
  #main-wrapper.listing.right #map_canvas_wrapper {
    left: 60px;
  }
  #main-wrapper.listing.left #map_canvas_wrapper {
    left: 960px;
  }
  #main-wrapper.listing #footer .widget-description {
    height: 137px;
  }
  #main-wrapper.listing #footer .widget-description p {
    height: 115px;
  }
  #main-wrapper.listing #twitter-feed iframe {
    height: 137px !important;
  }
  #main-wrapper.listing #footer .news li a {
    padding: 11.5px 14px;
  }
  #main-wrapper.listing #flickr-feed ul li {
    width: 68px;
    height: 68px;
  }
  #main-wrapper.listing #flickr-feed ul li img {
    width: 67px;
    height: 66px;
  }
}
@media (min-width: 1270px) and (max-width: 1620px) {
  #main-wrapper.listing {
    position: relative;
    width: 798px;
  }
  #main-wrapper.listing .container {
    width: 768px;
  }
  #main-wrapper.listing #header .menu-nav .nav .menu-square {
    width: 80px;
    height: 80px;
  }
  #main-wrapper.listing #header .menu-nav .nav .menu-square i {
    line-height: 80px;
  }
  #main-wrapper.listing #map_canvas_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  #main-wrapper.listing #map_canvas_wrapper #map_canvas {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #main-wrapper.listing .map-wrapper {
    padding-top: 0;
  }
  #main-wrapper.listing .map-wrapper .map-control {
    display: none;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters {
    position: fixed;
    padding: 10px 15px;
    top: 0;
    bottom: 0;
    width: 60px;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters .container {
    width: 60px;
    text-align: center;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters h5 {
    display: none;
  }
  #main-wrapper.listing.right .map-industries-filters {
    left: 0;
  }
  #main-wrapper.listing.left .map-industries-filters {
    right: 0;
  }
  #main-wrapper.listing.right #map_canvas_wrapper {
    left: 60px;
  }
  #main-wrapper.listing.left #map_canvas_wrapper {
    left: 798px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .company_name,
  #main-wrapper.listing .map-wrapper .map-search .search-bar .location {
    max-width: 182px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .location {
    margin-left: 10px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .category {
    margin-left: 10px;
    max-width: 168px;
  }
  #main-wrapper.listing #footer .widget {
    width: 50%;
  }
}
@media (min-width: 960px) and (max-width: 1270px) {
  #main-wrapper.listing {
    position: relative;
    width: 510px;
  }
  #main-wrapper.listing .container {
    width: 480px;
  }
  #main-wrapper.listing #header {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  }
  #main-wrapper.listing #header .utility-nav,
  #main-wrapper.listing #header .search-nav,
  #main-wrapper.listing #header .menu-nav .nav,
  #main-wrapper.listing #header .nav-wrapper.mobile,
  #main-wrapper.listing .map-wrapper .map-search {
    display: none;
  }
  #main-wrapper.listing #header .menu-nav .logo {
    margin-top: 0;
  }
  #main-wrapper.listing #header .search-toggle,
  #main-wrapper.listing #header .navbar-toggle {
    display: block;
  }
  #main-wrapper.listing .search-toggle,
  #main-wrapper.listing .navbar-toggle {
    margin-top: -8px;
  }
  #main-wrapper.listing #map_canvas_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
  }
  #main-wrapper.listing #map_canvas_wrapper #map_canvas {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #main-wrapper.listing .map-wrapper {
    padding-top: 0;
  }
  #main-wrapper.listing .map-wrapper .map-control {
    display: none;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters {
    position: fixed;
    padding: 10px 15px;
    top: 0;
    bottom: 0;
    width: 60px;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters .container {
    width: 60px;
    text-align: center;
  }
  #main-wrapper.listing .map-wrapper .map-industries-filters h5 {
    display: none;
  }
  #main-wrapper.listing.right .map-industries-filters {
    left: 0;
  }
  #main-wrapper.listing.left .map-industries-filters {
    right: 0;
  }
  #main-wrapper.listing.right #map_canvas_wrapper {
    left: 60px;
  }
  #main-wrapper.listing.left #map_canvas_wrapper {
    left: 510px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .company_name,
  #main-wrapper.listing .map-wrapper .map-search .search-bar .location {
    max-width: 182px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .location {
    margin-left: 10px;
  }
  #main-wrapper.listing .map-wrapper .map-search .search-bar .category {
    margin-left: 10px;
    max-width: 168px;
  }
  #main-wrapper.listing .listing-box {
    width: 50%;
  }
  #main-wrapper.listing #footer .widget {
    width: 50%;
  }
  #main-wrapper.listing #footer .widget .widget-description {
    height: 137px;
  }
  #main-wrapper.listing #footer .widget .widget-description p {
    height: 115px;
  }
  #main-wrapper.listing #footer .widget #twitter-feed iframe {
    height: 137px !important;
  }
  #main-wrapper.listing #footer .widget .news li a {
    padding: 11.5px 14px;
  }
  #main-wrapper.listing #footer .widget #flickr-feed ul li {
    width: 68px;
    height: 68px;
  }
  #main-wrapper.listing #footer .widget #flickr-feed ul li img {
    width: 67px;
    height: 66px;
  }
}
@media (max-width: 959px) {
  #main-wrapper.listing {
    float: none !important;
  }
  #main-wrapper.listing #map_canvas_wrapper {
    position: relative;
    width: 100% !important;
  }
  #main-wrapper.listing #map_canvas_wrapper #map_canvas {
    height: 480px;
  }
}





/* NEW */

.content-box{
	padding:20px;
	clear:both;
	
	background: rgba(0, 0, 0, 0.4);
	
	
	}


.sticky {
    background-color: #333333 !important;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9995 !important;
	   box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.6) !important;
}

     #category-lbox      
{

    width: 100%;
    max-width: auto;
    text-align: left;

}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.category-columns
{   
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}

.category-columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.category-columns ul li:first-child
{
    margin-top:0px;
}




#intro-slide-wrapper {
  
    overflow: hidden;
   
}

#intro-slide {
    height: 540px;
    width: 100%;
	background-color:#282828;
    overflow: hidden;
    position: relative;
	background-image:url(../images/city-chicago-4.jpg);
	background-position:center -300px;
	background-repeat:no-repeat;
	
}





#columns {
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	moz-column-fill: auto;
	/*	moz-column-fill:balance;*/
	column-count: 3;
	column-gap: 30px;

	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;

}


.pin {
	/*display: inline-block;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;*/
	break-inside: avoid;
	/*padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;*/
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	display: table;
}


 @media (min-width: 320px) {
#columns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}
 @media (min-width: 992px) {

#columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
}
 @media (min-width: 1200px) {
#columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
}



.number-big {
	display: block;
	font-size: 44px;
	font-weight: 200;
	line-height: 60px;
	text-align: center;
	opacity: 0.6;
}
.number-descr {
	font-size: 18 px;
	text-align: center;
}
#header .utility-social-flat ul li {
	display: inline-block;
	float: right;
}
.facebook-flat, .twitter-flat, .google-plus-flat, .pinterest-flat {
	display: inline-block;
	float: left;
	margin-left: 20px;
	text-align: center;
}
.facebook-flat i {
	color: #3b5999;
	font-size: 18px;
}
.google-plus-flat i {
	color: #dd4b39;
	font-size: 18px;
}
.twitter-flat i {
	color: #55acee;
	font-size: 20px;
}
.pinterest-flat i {
	color: #ab171e;
	font-size: 20px;
}



/* CSS map pins */



.pin.a {
	top: 250px;
	left: 300px;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	display: inline-block;
	border-radius: 114px 114px 114px 0;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	-webkit-box-shadow: -5px 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: -5px 5px 5px rgba(0,0,0,.2);
	box-shadow: -5px 5px 5px rgba(0,0,0,.2);
}
.pin.a .number-big {
	display: block;
	font-size: 55px;
	font-weight: 600;
	line-height: 45px;
	margin-top: 30px;
	opacity: 0.8;
	text-align: center;
	transform: rotate(45deg);
}
.pin.a .number-descr {
	display: block;
	font-size: 16px;
}



.pin.b {
	top: 150px;
	left: 100px;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	display: inline-block;
	border-radius: 114px 114px 114px 0;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	-webkit-box-shadow: -5px 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: -5px 5px 5px rgba(0,0,0,.2);
	box-shadow: -5px 5px 5px rgba(0,0,0,.2);
}
.pin.b .number-big {
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 45px;
	margin-top: 30px;
	opacity: 0.8;
	text-align: center;
	transform: rotate(45deg);
}
.pin.b .number-descr {
	display: block;
	font-size: 18px;
}


.pin.c {
	top: 100px;
	left: 500px;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	display: inline-block;
	border-radius: 114px 114px 114px 0;
	width: 75px;
	height: 75px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	-webkit-box-shadow: -5px 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: -5px 5px 5px rgba(0,0,0,.2);
	box-shadow: -5px 5px 5px rgba(0,0,0,.2);
}
.pin.c .number-big {
	display: block;
	font-size: 50px;
	font-weight: 600;
	line-height: 45px;
	margin-top: 60px;
	opacity: 0.8;
	text-align: center;
	transform: rotate(45deg);
}
.pin.c .number-descr {
	display: block;
	font-size: 18px;
}



.bg50, h1 span {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	padding:20px;
	margin:10px;
}








/* `Shortcuts
----------------------------------------------------------------------------------------------------*/

.pt05 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}


.pr0 {padding-right: 0px;}
.pr05 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}

.pb0 {padding-bottom: 0px;}
.pb05 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}

.pl0 {padding-left: 0px}
.pl05 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}

.mt0 {margin-top: 0px}
.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt100 {margin-top: 100px;}

.mr0 {margin-right: 0px !important;}
.mr05 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}

.mb0 {margin-bottom: 0px}
.mb05 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}

.ml0 {margin-left: 0px;}
.ml05 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}

.p05 {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.p20 {padding: 20px;}
.p25 {padding: 25px;}
.p30 {padding: 30px;}
.p35 {padding: 35px;}
.p40 {padding: 40px;}

.b0{border:none !important;}
.bgn {background:none !important;}
.fl { float:left !important;}
.fr { float:right !important;}
.tar { text-align:right;}
.tac { text-align:center;}
.db { display:block;}
.dn { display:none;}
.dib { display:inline-block;}
.nw {white-space:nowrap;}
.noborder { border:none;}
.strong { font-weight:bold;}
.wa{ width:auto !important;}

.fs150{
	font-size:150%;}
	
	
	
	.w50 {
		width:50%;}


    .text-danger{color:#a94442}



.btn-location
{
  padding: 0px !important;

margin: 0px !important;

height: auto !important;
}




.pagination  .active
{
  display: inline-block;

text-align: center;

font-weight: 700;

border: 1px solid #dcdcdc;

padding: 10px 10px 10px 10px;

background: #1470a6;

border: 1px solid #1470a6;
color:#fff;


}

.pagination  li
{
  margin-right: 0px !important;
}

.pagination  .pre-next
{
  display: inline-block;

text-align: center;

font-weight: 700;

border: 1px solid #dcdcdc;

padding: 10px 10px 10px 10px;



}



/* class applies to select element itself, not a wrapper element */
.select-css {
	display: block;
	
	
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
	display: none;
}
/* Hover style */
.select-css:hover {
	border-color: #888;
}
/* Focus style */
.select-css:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	
	outline: none;
}

/* Set options to normal weight */
.select-css option {
	font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
	border-color: #aaa;
}


.keySug
{

  position: absolute;
  background: #fff;
  width:inherit;
   z-index: 999;
}

.btn, button { border-radius: 2px; }

select.select-css {
    font-size: 14px;
    padding: 7px 3px 7px 10px !important;
}
#contact  	.contact-form h5 { margin: 0px 0 15px; }


@media (min-width: 767px) and (max-width: 992px) {
  .map-wrapper .map-search .advanced-search {
    top: 150px;
  }
}

