/*!
Theme Name: Socius Theme - Bernard
Theme URI: sociusmarketing.com
Author: Socius Marketing
Description: A custom theme developed and designed for Socius Marketing Clients
Version: 1.7.0
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
Tags: Socius Theme - Bernard

Bitbucket Theme URI: https://bitbucket.org/sociusmarketing/socius-theme-bernard
Bitbucket Branch:    master

Socius Marketing is based on Underscores //underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal //necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@media (min-width: 800px) and (max-width: 990px) {
  .container {
    width: 800px; } }

@media (min-width: 1400px) {
  .container {
    width: 1400px; } }

@media (max-width: 967px) {
  .container-fluid {
    margin-left: 5px;
    margin-right: 5px; }
  .slider {
    margin-left: 5px;
    margin-right: 5px; }
  .line-border {
    margin-left: 5px;
    margin-right: 5px; }
  .showroom {
    margin-left: 5px;
    margin-right: 5px; } }

html {
  font-size: 16px; }
  @media (max-width: 1024px) {
    html {
      font-size: 15px; } }
  @media (max-width: 768px) {
    html {
      font-size: 14px; } }
  @media (max-width: 480px) {
    html {
      font-size: 13px; } }

p {
  font-size: 16px; }
  @media (max-width: 1170px) {
    p {
      font-size: 17px; } }
  @media (max-width: 1024px) {
    p {
      font-size: 16px; } }
  @media (max-width: 768px) {
    p {
      font-size: 15px; } }
  @media (max-width: 480px) {
    p {
      font-size: 14px; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  font-size: 16px; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
  outline: 0 !important; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

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 {
  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: inherit;
  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-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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

/* This is the percentage each heading will be reduced by. */
/* The mixin */
h1 {
  font-size: 1.33332em; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 1.49999em; } }

h2 {
  font-size: 1.19999em; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 1.39999em; } }

h3 {
  font-size: 1.16666em; }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 1.33332em; } }

h4 {
  font-size: 0.99999em; }

h5 {
  font-size: 1.66665em; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see //css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  overflow-x: hidden;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote,
q {
  quotes: "" ""; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em .5em; }
  @media only screen and (min-width: 1200px) {
    ul, ol {
      margin: 0 0 1.5em 1em; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.social-header {
  text-align: center;
  border-top: 1px solid #607A8D;
  border-bottom: 1px solid #607A8D;
  padding: 10px 0 10px 0; }
  .social-header .s-inner {
    background: #003F62;
    padding: 10px; }
  .social-header .connect {
    color: #fff;
    font-size: 24px;
    font-weight: 300; }

.custom-icon {
  font-size: 25px !important;
  background: #00293F;
  padding: 15px;
  -webkit-border-radius: 1100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #4A748B;
  color: #fff;
  text-align: center;
  width: 55px;
  height: 55px;
  margin: 10px; }

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.testimonials blockquote {
  padding: 10px 10px;
  margin: 0 0 20px;
  border-left: none;
  font-size: 1.2em; }

.testimonials {
  background: #FFF;
  color: #9d9d9d;
  padding: 50px 0 50px 0;
  height: auto; }

/* Interior Testimonails */
.testimonials blockquote p {
  font-style: italic;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 100; }

.home .testimonials blockquote p {
  font-style: italic;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.9em; }
  @media only screen and (min-width: 992px) {
    .home .testimonials blockquote p {
      font-size: 1em; } }
  @media only screen and (min-width: 1400px) {
    .home .testimonials blockquote p {
      font-size: 1.3em;
      line-height: 2em; } }

.testimonials p:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #9d9d9d;
  display: block; }
  @media only screen and (min-width: 992px) {
    .testimonials p:before {
      font-size: 2em; } }

.testimonials p:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  font-size: 1.3em;
  color: #9d9d9d;
  margin-top: 10px;
  display: block; }
  @media only screen and (min-width: 992px) {
    .testimonials p:after {
      font-size: 2em; } }

.testimonials .qname {
  color: #616161; }

@media only screen and (min-width: 600px) {
  height: 340px; }

.testimonials .carousel-inner {
  text-align: center;
  height: 300px; }
  @media only screen and (min-width: 768px) {
    .testimonials .carousel-inner {
      height: 230px; } }
  @media only screen and (min-width: 992px) {
    .testimonials .carousel-inner {
      height: 200px; } }
  @media only screen and (min-width: 992px) {
    .testimonials .carousel-inner {
      height: 340px; } }

.brand-line {
  border-top: green 1px solid;
  border-bottom: green 1px solid; }

/* ACF MAP */
.acf-map {
  width: 100%;
  height: 400px;
  border: #B8B8B8 solid 2px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.outter-cta {
  border: 2px solid #389169; }
  @media (max-width: 992px) {
    .outter-cta {
      margin-top: 10px;
      margin-bottom: 10px; } }
  .outter-cta .inner-cta {
    background: #002D44;
    border: 4px solid #fff;
    padding: 10px;
    text-align: center;
    color: #fff; }
  .outter-cta .title {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600; }
    @media only screen and (min-width: 768px) {
      .outter-cta .title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .outter-cta .line {
    border-bottom: 1px solid #fff;
    width: 80%;
    height: 1px;
    margin: 0px auto;
    margin-bottom: 5px;
    margin-top: 5px; }
  .outter-cta p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 25px 0 25px;
    color: rgba(255, 255, 255, 0.74); }
    @media only screen and (min-width: 768px) {
      .outter-cta p {
        font-size: 16px;
        font-size: 1rem; } }

.cta-next {
  font-size: 3em;
  right: 0px;
  top: 185px;
  z-index: 1;
  position: absolute; }

.cta-prev {
  font-size: 3em;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 185px; }

/* Dots */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #f50000;
  border-radius: 10px; }

.carousel-indicators {
  position: absolute;
  bottom: -60px; }
  .carousel-indicators li {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 5px; }
  .carousel-indicators button {
    display: none; }
  .carousel-indicators .slick-active {
    background: red; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.btn-md {
  padding: 8px 30px 8px 30px; }

.btn-lng {
  padding: 5px 3rem; }

.btn-outline,
.btn-outline:visited {
  background-color: transparent;
  color: inherit;
  transition: all .5s;
  font-weight: 700;
  color: #FFFFFF; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff; }

.btn-primary,
.btn-primary:visited {
  color: #FFFFFF;
  background-color: #1E8347;
  border-color: #fff;
  box-shadow: none;
  text-transform: uppercase;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #003F62;
  border-color: #fff;
  box-shadow: none;
  opacity: .8; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1E8347;
  border-color: #fff; }

.btn-secondary,
.btn-secondary:visited {
  color: #FFFFFF;
  background-color: #003F62;
  border-color: #fff;
  box-shadow: none;
  text-transform: uppercase;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #1E8347;
  border-color: #fff;
  box-shadow: none;
  opacity: .8; }

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

#getprice {
  padding-top: 12px;
  padding-bottom: 12px; }
  @media (max-width: 992px) {
    #getprice .col-sm-2 {
      padding: 5px; }
    #getprice form {
      margin-top: 10px; } }
  #getprice .btn {
    border-radius: 6px;
    height: 40px;
    letter-spacing: 1px; }
    @media (max-width: 992px) {
      #getprice .btn {
        margin-top: 5px;
        padding: 5px 25px 5px 25px; } }
  #getprice h4 {
    color: #002c44;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  #getprice input[type="text"],
  #getprice input[type="email"],
  #getprice input[type="url"],
  #getprice input[type="phone"],
  #getprice input[type="password"],
  #getprice input[type="search"],
  #getprice input[type="textarea"] {
    padding: 12px !important;
    background: #fff;
    border: 1px solid #002c44;
    border-radius: 6px;
    background: #7F95A2;
    height: 40px;
    box-shadow: none;
    color: #fff; }
  #getprice select {
    background: #fff;
    border: 1px solid #002c44;
    border-radius: 6px;
    background: #7F95A2;
    height: 40px;
    box-shadow: none;
    color: #fff; }
  #getprice ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  #getprice ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  #getprice :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  #getprice :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

#internal-cta {
  background-color: #002D44;
  padding-top: 15px;
  padding-bottom: 5px; }
  @media (max-width: 992px) {
    #internal-cta {
      padding: 25px; } }
  #internal-cta h4 {
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0; }
  #internal-cta .sidebar {
    margin-top: 15px;
    padding: 5px; }
  #internal-cta input[type="text"],
  #internal-cta input[type="email"],
  #internal-cta input[type="url"],
  #internal-cta input[type="phone"],
  #internal-cta input[type="password"],
  #internal-cta input[type="search"] {
    padding: 12px !important;
    margin: 10px 0 10px 0;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #001A29;
    height: 40px;
    box-shadow: none;
    color: #fff; }
  #internal-cta select {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #001A29;
    height: 40px;
    box-shadow: none;
    color: #fff;
    margin: 10px 0 10px 0; }
  #internal-cta textarea {
    margin: 10px 0 10px 0; }
  #internal-cta ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  #internal-cta ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  #internal-cta :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  #internal-cta :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

@media only screen and (min-width: 992px) {
  #footerForm {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (min-width: 1200px) {
  #footerForm {
    padding-left: 85px;
    padding-right: 85px; } }

#footerForm h4 {
  text-align: center;
  text-transform: uppercase;
  color: #3C905E;
  border-top: 1px solid #607A8D;
  border-bottom: 1px solid #607A8D;
  padding: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500; }

#footerForm input[type="text"],
#footerForm input[type="email"],
#footerForm input[type="url"],
#footerForm input[type="phone"],
#footerForm input[type="password"],
#footerForm input[type="search"],
#footerForm textarea {
  padding: 12px !important;
  background: #fff;
  border: 1px solid #6a6a6a;
  border-radius: 8px;
  background: #BFCAD0;
  height: 40px;
  box-shadow: none;
  margin: 10px;
  color: #375A65; }

#footerForm select {
  background: #fff;
  border: 1px solid #6a6a6a;
  border-radius: 8px;
  background: #BFCAD0;
  height: 40px;
  margin: 10px;
  box-shadow: none;
  color: #375A65; }

#footerForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #375A65; }

#footerForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #375A65; }

#footerForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #375A65; }

#footerForm :-moz-placeholder {
  /* Firefox 18- */
  color: #375A65; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  cursor: pointer; }
  a:visited {
    color: #102961; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.dropdown-menu > li {
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0 8px 0;
  font-size: 13px;
  -webkit-transition: width .7s, height .7s, background-color .7s, -webkit-transform .7s;
  transition: width .7s, height .7s, background-color .7s, transform .7s; }

.dropdown-menu > li a:visited {
  color: #333; }

.dropdown-menu > li:last-child {
  border-bottom: none; }

.navbar-nav > li:last-child .dropdown-menu {
  left: inherit;
  right: 0; }

.dropdown-menu {
  min-width: 180px; }

.nav-pills > li {
  float: right; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  width: 100%;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 200%; }

@media (max-width: 768px) {
  .trust .widget {
    text-align: center; }
  .trust .widget img {
    float: none;
    margin: 10px; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#logo {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }

.navbar-default .navbar-nav {
  background: none;
  font-weight: 700; }
  .navbar-default .navbar-nav li:last-child a {
    padding-right: 0; }
  .navbar-default .navbar-nav .active a {
    background: none; }
    .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:active {
      background: transparent; }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 40px 15px 5px;
    font-weight: 700;
    outline: 0;
    transition: .5s; }
    @media only screen and (min-width: 1200px) {
      .navbar-default .navbar-nav > li > a {
        padding: 15px 60px 15px 5px;
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 1400px) {
      .navbar-default .navbar-nav > li > a {
        padding: 15px 60px 15px 5px;
        font-size: 18px;
        font-size: 1.125rem; } }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
      background: transparent !important; }
  .navbar-default .navbar-nav .caret {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: 0;
    border-top: none; }
    .navbar-default .navbar-nav .caret:before {
      content: "\f107"; }

.navbar {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
  border-top: 2px solid #D8DDDD;
  float: right; }

.line-border {
  height: 1px;
  margin: 0px auto; }

#topNav {
  position: relative;
  top: 0px;
  z-index: 9999;
  text-align: right;
  float: right; }

.topNav,
#topNav div {
  display: inline-block; }

#topNav {
  position: relative;
  top: 0px;
  z-index: 9999;
  text-align: right;
  float: right; }

#topNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px; }

#topNav ul > li {
  padding: 10px;
  display: inline-block;
  position: relative; }

#topNav ul > li > a {
  position: relative;
  font-weight: 400;
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: #000; }

#topNav ul > li > a:hover,
#topNav ul > li > a:focus,
#topNav ul > li > a:active {
  color: green; }

.getprice-mobile {
  font-size: 23px;
  font-size: 1.4375rem;
  padding: 10px;
  background: #1E8347;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0 10px 0; }
  .getprice-mobile a:hover {
    text-decoration: none !important; }

.no-under:hover {
  text-decoration: none; }

@media (max-width: 1200px) {
  .top-header .dekstop-nav {
    display: none !important; } }

.top-header .mobile-menu {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .top-header .mobile-menu {
      margin-top: 15px; } }
  @media only screen and (min-width: 1200px) {
    .top-header .mobile-menu {
      margin-top: 0; } }

.top-header a,
.top-header a:visited {
  color: #1D3C53;
  text-decoration: none;
  font-weight: 700; }

.top-header .fa {
  border-radius: 5px;
  border: solid 1px #d9d9d9;
  padding: 5px;
  font-size: 21px;
  font-size: 1.3125rem; }
  @media only screen and (min-width: 768px) {
    .top-header .fa {
      font-size: 12px;
      font-size: 0.75rem; } }

.top-header #topNav {
  margin-top: 20px; }
  @media (max-width: 992px) {
    .top-header #topNav {
      padding-right: 10px; } }
  @media only screen and (min-width: 768px) {
    .top-header #topNav {
      margin-top: 15px; } }
  @media only screen and (min-width: 1200px) {
    .top-header #topNav {
      margin-top: 0; } }

/* Mobile Menu */
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-left: 0; }

.menu_social .custom-icon {
  font-size: 19px !important;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 40px; }

/* Slider */
.circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #fff;
  font-weight: 800;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50%;
  text-align: center;
  margin-left: 25%;
  top: 75px; }

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: rgba(0, 63, 98, 0.6);
  content: ""; }

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
  font-size: 1.4em; }

.slider {
  background-size: cover; }
  .slider .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
    .slider .slick-slider .btn {
      padding: 10px 60px; }
  .slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .slider .slick-list:focus {
    outline: none; }
  .slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slider .slick-slider .slick-track,
  .slider .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
  .slider .slick-track:before,
  .slider .slick-track:after {
    display: table;
    content: ''; }
  .slider .slick-track:after {
    clear: both; }
  .slider .slick-loading .slick-track {
    visibility: hidden; }
  .slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    background-position: center center; }
  .slider [dir='rtl'] .slick-slide {
    float: right; }
  .slider .slick-slide img {
    display: block; }
  .slider .slick-slide.slick-loading img {
    display: none; }
  .slider .slick-slide.dragging img {
    pointer-events: none; }
  .slider .slick-initialized .slick-slide {
    display: block; }
  .slider .slick-loading .slick-slide {
    visibility: hidden; }
  .slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slider .slick-arrow.slick-hidden {
    display: none; }
  .slider .slick-prev,
  .slider .slick-next {
    position: absolute;
    display: block;
    width: 60px;
    height: 100px;
    cursor: pointer;
    background: transparent;
    top: 60%;
    margin-top: -45px;
    font-size: 0;
    border: none;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      .slider .slick-prev,
      .slider .slick-next {
        top: 50%; } }
  .slider .slick-prev:before,
  .slider .slick-next:before,
  .slider .slick-prev:after,
  .slider .slick-next:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 50px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: none; }
  .slider .slick-prev:before,
  .slider .slick-next:before {
    margin-top: -22px; }
  .slider .slick-prev:after,
  .slider .slick-next:after {
    margin-top: 22px;
    margin-top: 2.2rem; }
  .slider .slick-prev:hover:before,
  .slider .slick-next:hover:before {
    margin-top: -18px;
    margin-top: -1.8rem; }
  .slider .slick-prev:hover:after,
  .slider .slick-next:hover:after {
    margin-top: 18px;
    margin-top: 1.8rem; }
  .slider .slick-prev {
    left: 1px;
    box-shadow: none;
    outline: none; }
  .slider .slick-prev:before {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .slider .slick-prev:after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .slider .slick-prev:hover:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .slider .slick-prev:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .slider .slick-next {
    right: 1px;
    box-shadow: none;
    outline: none; }
  .slider .slick-next:hover,
  .slider .slick-prev:hover {
    box-shadow: none; }
  .slider .slick-next:before {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .slider .slick-next:after {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .slider .slick-next:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .slider .slick-next:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .slider .ct-slick {
    margin-bottom: 0; }
  .slider .slick-initialized .slick-slide {
    display: block; }
  .slider .ct-u-display-tablex {
    display: table;
    width: 100%;
    height: 520px; }
  .slider .ct-u-display-tablex > .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .slider .title {
    font-size: 2.7rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-shadow: 1.5px 1.5px #000; }
  .slider p {
    font-size: 1rem;
    line-height: 1;
    margin: 25px 0 25px;
    color: #fff;
    text-shadow: 1.5px 1.5px #000; }
  .slider .ct-slick .slick-track,
  .slider .ct-slick .slick-list,
  .slider .ct-slick .item,
  .slider .ct-slick .slick-item {
    min-height: inherit; }
  .slider .ct-slick .item {
    background-size: cover; }
  .slider .slick-list {
    height: 520px; }

.banner {
  color: green;
  text-align: center;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-top: green 1px solid;
  border-bottom: green 1px solid; }

.ctas {
  padding-bottom: 40px; }

.cta {
  margin-top: 25px; }
  .cta img {
    width: 100%; }
  .cta .titleBox {
    background: #D7D7D7;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .cta .title {
    color: green;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }
  .cta p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 6px 0 6px !important;
    margin-bottom: 1em;
    line-height: 20px; }

.top-content {
  margin-top: 20px;
  margin-bottom: 40px; }

@media only screen and (min-width: 992px) {
  .phone {
    pointer-events: none; } }

.internal_top img {
  width: 100%;
  transition: all 0.4s ease; }

#top {
  background: #fff; }

.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  display: none; }
  .sticky #logo {
    padding-top: 5px;
    padding-bottom: 5px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.firstFooter {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  .firstFooter i {
    background: none;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-sizing: content-box;
    color: #c7ad7b;
    display: inline-block;
    font-size: 1rem;
    font-size: 1rem;
    padding: .5rem;
    width: 1rem;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin: .2rem;
    text-align: center; }

.secondFooter {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px; }

.fiftnpad {
  padding-top: 10px; }

.showroom {
  background: #E7E7E7;
  padding-bottom: 25px; }
  .showroom h3 {
    text-align: center;
    color: #3C905E; }

.trust {
  padding-top: 50px;
  padding-bottom: 50px; }

.about-us {
  border-top: 2px solid #3c905e;
  padding: 10px 0 10px 0; }
  @media (max-width: 768px) {
    .about-us p {
      margin-top: 10px; } }
  .about-us .inner {
    background: #00263C;
    color: rgba(255, 255, 255, 0.75); }
  .about-us .container {
    padding: 20px; }
  .about-us .headline {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300; }
  .about-us .btn-secondary {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 1.3rem; }
    @media only screen and (min-width: 768px) {
      .about-us .btn-secondary {
        padding: 10px 3.6rem;
        font-size: 25px;
        margin-top: 15px; } }
    @media (max-width: 768px) {
      .about-us .btn-secondary {
        width: 100%; } }

.align-text {
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    .align-text {
      text-align: right; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

@media only screen and (max-width: 668px) {
  .top-content img, #primary img {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 768px) {
  #primary figure {
    margin: 0;
    min-width: 100%; } }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.single-ug-image-item {
  border: 0; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wug-inner {
  margin-left: 0; }

.wug-inner.wug-per-row-img-2 .single-ug-image-item,
.wug-inner.wug-per-row-img-3 .single-ug-image-item {
  margin-left: 0 !important; }

.single-ug-image-item {
  margin-bottom: 0 !important; }

.wug-wrapper {
  line-height: 0 !important; }

.wug-gallery-pagination {
  margin-top: 55px; }

.home .wug-gallery-pagination {
  display: none !important; }

.wug-gallery-pagination span, .wug-gallery-pagination a {
  display: none !important; }

.wug-caption {
  display: none; }

/*--------------------------------------------------------------
# Socius
--------------------------------------------------------------*/
.main-title {
  background-color: #d6df22 !important; }

.main-title__primary {
  float: left; }

.more {
  display: none; }

#cta-form input[type="text"],
#cta-form input[type="email"],
#cta-form input[type="url"],
#cta-form input[type="password"],
#cta-form input[type="search"] {
  padding: 12px !important; }

.callout-mobile {
  height: 72px;
  background: #e5eaf2;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  height: 72px; }

a.callout-link {
  text-decoration: none !important;
  color: #0a36a7; }

.callout-mobile-text {
  color: #0a36a7;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

.tablet-callout {
  background-color: #e5eaf2;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  text-align: center;
  width: 220px;
  top: 25%;
  right: 20%;
  height: 72px;
  z-index: 62;
  position: absolute;
  line-height: 20px;
  padding-top: 13px; }

.tablet-callout a.callout-link {
  transform: translateY(-50%);
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400 !important; }

  .entry-content h2 {
    display: inline-block;
    margin-top: 0;
  }