/*
Theme Name: SETTICA (2018 Update)
Author: JPG
Author URI: https://justifygraphics.com/
Version: 1.0
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,400i,500,500i,600,700,800');

/* Normalize */
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family:'Quicksand', sans-serif;
  height:100%;
}

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;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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;
}

.btn {
  font-weight: 300;
  font-family: 'roboto-sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 9px 38px;
  border: none;
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
  background-clip: padding-box;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.btn.btn-default {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}
.btn.btn-default.btn-border {
  border-color: #ffffff;
  color: #fff;
}
.btn.btn-default:hover {
  background-color: #e6e6e6;
  color: #000;
}
/* sizing */
.btn.btn-lg {
  font-size: 14px;
  padding: 17px 24px;
}
.btn.btn-sm {
  padding: 9px 24px;
}
.btn.btn-xs {
  font-size: 11px;
  padding: 7px 12px;
}
.btn.btn-border {
  border: 2px solid;
  background: transparent;
}
/* buttons */
.btn.btn-primary {
  background:transparent;
  color: #fff;
  border: 1px #fff solid;
  text-decoration: none;
}
.btn.btn-primary.btn-border {
  border-color: #3498db;
  color: #3498db;
}
.btn.btn-primary.btn-3d {
  -webkit-box-shadow: inset 0 -2px 0 #196090;
  box-shadow: inset 0 -2px 0 #196090;
}
/**/
.btn.btn-secondary {
  background: #EBCB80;
  color: #fff;
}
.btn.btn-secondary:hover {
    background: #fff;
    color: #EBCB80;
}
.btn.btn-primary.btn-border {
  border-color: #EBCB80;
  color: #3498db;
}
.btn.btn-primary:hover {
  background-color: #fff;
  color: #002E66;
}

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 */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 300;
  /*margin-top: 24px;
  margin-bottom: 15px;*/
}
h1 {
  font-size: 32px;
  /*padding-bottom: 10px;*/
  color: #555555;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-weight: 300;
}
h1.entry-title {
  font-size: 21px;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/* Elements */
body {
  background:#f8f9fa;
  color: #4B4B4B;
  /* Fallback for when there is no custom background color defined. */
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/* Forms */
/* Navigation */

.navbar-brand > a {
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar {
    padding: 0;
}

/*#page-sub-header {*/
.bg-img {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

/*body:not(.theme-preset-active) #page-sub-header h1 {*/
.bg-img h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #fff;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

/*#page-sub-header p {*/
.bg-img p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
/*body:not(.theme-preset-active) #page-sub-header p {*/
.bg-img p {
color: #fff;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .menu--close {
        display: none;
    }

    body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/* Links */
/* Menus */
#masthead nav {
  padding-left: 0;
  padding-right: 0;
  padding:10px 0;
}

/*body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #455E8B;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 14px;
}*/

/*body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #455E8B;
  font-weight: 600;
}*/

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

header#masthead {
    margin-bottom: 0;
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);*/
}

.header {
    /*
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        height: 80px;
        top: 200;
        width: 100%;
    */
    transition: all 0.5s;
}

.scroll-col {
    width: 100%;
    /*height: 50px;*/
    position: fixed;
    transition: all 1.5s ease;
    /*
        left: 0px;

        position: fixed;
        height: 50px;
        top: 200;
        width: 100%;

        transition: all 0.5s;*/
}

nav.navbar img {
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari and Chrome */
    -o-transition: all .5s; /* Opera */
}

nav.navbar.shrink {
/*
    width: 100%;
    position: fixed;
    left: 0px;
    background-color: rgba(79,102,146, 0.8);

    height: 35px;
    background-color: #111;
    box-shadow: 0 1px 0 0 #dadada;
*/
}
nav.navbar.shrink .navbar-brand img{
    height: 50px;
}


/* Sizes for the bigger menu */
header.large, header.large img{
    height: 90px;
    /*position: absolute;*/

  }


/* Sizes for the smaller menu */
header.small, header.small img {
  height: 60px;
}


/*.shrink img {
    height: 60px;
}

.navbar-brand img {
    max-height: 105px;
}*/
/* NEW MENU TOGGLE */
.menu {
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
    overflow: hidden;
}
.menu__icon {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menu__line {
    position: absolute;
    left: 0;
    background-color: #fff;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
}
.menu__line--1 {
    top: 0;
}
.menu__line--2 {
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu__line--3 {
    bottom: 0;
}


/* close */
.menu--close .menu__line--1 {
    -webkit-transition: top .2s ease-in-out .2s,  -webkit-transform .2s ease-in-out .15s;
    transition: top .2s ease-in-out .2s,  -webkit-transform .2s ease-in-out .15s;
    transition: transform .2s ease-in-out .15s,  top .2s ease-in-out .2s;
    transition: transform .2s ease-in-out .15s,  top .2s ease-in-out .2s,  -webkit-transform .2s ease-in-out .15s;
}
.menu--close .menu__line--1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.menu--close .menu__line--2 {
    -webkit-transition: opacity .0s ease-in-out .35s;
    transition: opacity .0s ease-in-out .35s;
}
.menu--close .menu__line--3 {
    -webkit-transition: opacity .0s ease-in-out .25s;
    transition: opacity .0s ease-in-out .25s;
}
.menu--close.open .menu__line--1 {
    top: 17px;
    -webkit-transform: translate3d(0, -8.5px, 0) rotate(-45deg);
    transform: translate3d(0, -8.5px, 0) rotate(-45deg);
    -webkit-transition: top .2s ease-in-out,  -webkit-transform .15s ease-in-out .2s;
    transition: top .2s ease-in-out,  -webkit-transform .15s ease-in-out .2s;
    transition: top .2s ease-in-out,  transform .15s ease-in-out .2s;
    transition: top .2s ease-in-out,  transform .15s ease-in-out .2s,  -webkit-transform .15s ease-in-out .2s;
}
.menu--close.open .menu__line--1:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .15s ease-in-out .3s;
    transition: -webkit-transform .15s ease-in-out .3s;
    transition: transform .15s ease-in-out .3s;
    transition: transform .15s ease-in-out .3s, -webkit-transform .15s ease-in-out .3s;
}
.menu--close.open .menu__line--2 {
    opacity: 0;
    -webkit-transition: opacity .0s ease-in-out .1s;
    transition: opacity .0s ease-in-out .1s;
}
.menu--close.open .menu__line--3 {
    opacity: 0;
    -webkit-transition: opacity .0s ease-in-out .2s;
    transition: opacity .0s ease-in-out .2s;
}

.close, .close:focus, .close:hover {
    opacity: 1;
}


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

.small {
    /*background-color: rgba(79,102,146, 0.8);*/
    background: rgba(3,196,235,.5);
    height: 80px !important;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .small {
    /*background-color: rgba(79,102,146, 0.8);*/
    background:transparent;
}
  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}


.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/* 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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 */
.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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/* 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;
}

/* Widgets */
.widget {
  margin: 0 0 1.5em;
  font-size: 14px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/* Content */
/* Posts and pages */
#content.site-content {
  /*padding-bottom: 3.75rem;
  padding-top: 4.125rem;*/
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.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;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

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

/* Captions */
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}

/* Plugin Compatibility */

/* Elementor */
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/* Footer */
#footer-widget {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

footer#colophon {
  font-size: 65%;
  background: #03C4EB;
  color:#ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

footer#colophon a {
  text-decoration: none;
}

/*body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}*/
#footer-widget {
  background:#4B4B4B;
}
#footer-widget .widget-title {
  border-bottom: solid 1px #7D7D7D;
  padding-bottom: 10px;

  display: none !important;
}
#footer-widget .textwidget {
  color:#ffffff;
  font-weight: 300;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

#footer-widget .nav > li > a:focus, .nav > li > a {
    padding:.5em .5em;
    color:#fff;
}

#footer-widget .nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}
.textwidget {
    padding:.5em .5em;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
    text-align: center;
    font-size: 1.3rem;
    }

    .top-cont-padding-lg {
    padding: 95px 50px !important;
    }

    header.large, header.large img {
        height: 75px;
    }
    .header {
        /*background-color: rgba(79,102,146, 0.8);*/
    }
    .top-container-mob {
        background-color: rgba(3,196,235,0.75);
    }
}
.large >.top-container-mob {
}
.small > .top-container-mob {
}
footer .site-info-cont {
    padding: 1em !important;
}
/* Media Queries */

/* Notebook */
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/* Netbook */
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/* iPad */
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/* iPad */
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/* iPad */
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}

/*	spacers */
div[class*='spacer-'] { display: block; }
.spacer-mini { height: 20px; }
.spacer-small { height: 40px; }
.spacer-medium { height: 60px; }
.spacer-big { height: 100px; }

div[class*='spacer-'] + p, div[class*='spacer-'] + div, cdiv[class*='spacer-'] + blockquote, div[class*='spacer-'] + ul,
div[class*='spacer-'] + h1, div[class*='spacer-'] + h2, div[class*='spacer-'] + h3, div[class*='spacer-'] + h4, div[class*='spacer-'] + h5, div[class*='spacer-'] + h6 { margin-top: 0px !important; }

/* reverse icon dir */
.svg-inline--fa.fa-phone {
    -webkit-transform:rotateY(180deg) !important;
    -moz-transform:rotateY(180deg) !important;
    -o-transform:rotateY(180deg) !important;
    -ms-transform:rotateY(180deg) !important;
}
/* bs centering hack */
.col-centered{
    float: none;
    margin: 0 auto;
}

/* remove margins and padding for .container-fluid */
.no-margin-lr {
    margin-left:0 !important;
    margin-right:0 !important;
}
.no-padding-lr {
    padding-left:0 !important;
    padding-right:0 !important;
}

/* main nav search func */
#menu-main-menu input {
    outline: none;
}
#menu-main-menu input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
#menu-main-menu input::-webkit-search-decoration,
#menu-main-menu input::-webkit-search-cancel-button {
    display: none;
}

#menu-main-menu input[type="search"] {
  position: relative;

  border: solid 0px #fff;
  background:transparent;
    
  padding: 9px 10px 9px 32px;
  width: 55px;

  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;

  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

#menu-main-menu input:focus {
  width: 130px;
  background-color: #fff;
  border-color: #fff;

  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}

#menu-main-menu input { font-family: 'FontAwesome'; } /* This is for the placeholder */

#nav-search p:before {
  font-family: 'FontAwesome';
  color:red;
  position: relative;
  left: -10px;
}

#menu-main-menu input:-moz-placeholder {
    color: #999;
}
#menu-main-menu input::-webkit-input-placeholder {
    color: #999;
}
/**/
#nav-search input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#nav-search input[type=search]:hover {
    background-color: transparent;
}
#nav-search input[type=search]:focus {
    width: 130px;
    padding-left: 45px;
    color: #fff;
    font-weight: 300;
    background-color: transparent;
    cursor: auto;
}
#nav-search input:-moz-placeholder {
    color: transparent;
}
#nav-search input::-webkit-input-placeholder {
    color: transparent;
}

/* homepage #get-in-touch */
#get-in-touch .small {
    color: #fff;
    font-weight: 300;
    font-size:70%;
}

/* About */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: rgba(69,94,139,0.7);
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 95%;
    float: left;
    border: 1px solid rgba(69,94,139,0.7);
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #455E8B;
    border-right: 0 solid #455E8B;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    /*background-color: #999999;*/
    z-index: 100;
    /*
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    */
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #C5C7C5 !important;
}
.timeline-badge a:hover {
    color: #000 !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading > h3 {
    color: rgba(69,94,139,1);
    padding:0 0 0 20px;
    font-size: 22px;
    font-weight: 300;
}
.timeline-body > p,
.timeline-body > ul {
    color: rgba(69,94,139,0.7);
    padding:0 20px 20px 20px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline-footer{
    padding:10px;
    background-color:rgba(69,94,139,0.1);
    border-top: solid rgba(69,94,139,0.7) 1px;
    color: rgba(69,94,139,0.7);
    font-weight: 300;
    font-size: 12px;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);

}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/

}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
    float: right;
    clear: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.timeline > li:nth-child(2){
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
    left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline > li.timeline-inverted{
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .timeline > li.timeline-inverted > .timeline-badge{
        left: 28px;
    }
}

/* gmaps */
#map {
  width: 100%; height: 400px;
}

.info-window { }
.info-content {
  color: #999;
}

/* section font styles */
.lt-font h1, .lt-font h2,  .lt-font h3,
.lt-font h4, .lt-font h5,  .lt-font h6,
.lt-font p, .lt-font ul{
  color: #fff;
}

.blue-font h1, .blue-font h2,  .blue-font h3,
.blue-font h4, .blue-font h5,  .blue-font h6,
.blue-font p, .blue-font ul{
  color:rgba(79,102,146, 1);
}

/* more spacing */
.top-cont-padding {
  padding:100px 50px;
}
.top-cont-padding-lg {
  padding:150px 50px;
}

hr {
    border-top: 1px solid rgba(239,244,228, 0.5);
}

/* section bg */
.gradient-bg-01 {
    background: rgba(69,94,139,1);
    /*background: linear-gradient(to right, rgb(69,94,139), rgb(239,244,228));*/
}

.gradient-bg-02 {
    /*background: linear-gradient(to right, rgb(172,164,110), rgb(239,244,228));*/
    background: #EBCB80;
}

/* global padding rules */
.padding-top-lg { padding-top:100px; }
.padding-top-md { padding-top:50px; }
.padding-top-sm { padding-top:25px; }
.padding-btm-lg { padding-bottom:100px; }
.padding-btm-md { padding-bottom:50px; }
.padding-btm-sm { padding-bottom:25px; }

/* img bg */

.bgimage {
    width:100%;
    min-height:500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}
.bgimage h5 {
    color:white;
    text-shadow:2px 2px #333;
}

.recaptcha-cont {
  background-color: transparent !important;
  padding: 0 0 20px 0;
  border: 0px solid #ced4da;
}

.recaptcha-cont>div {
  margin:auto;
}

/* needed */
.hero{
  width: 100%;
/*
  max-width: 1200px;
  height: 500px;*/
  text-align: center;
  margin: 0 auto;
  background: #392f28;
  position: relative; 
  color: #392f28;
}

.hero h1{
  margin: auto;
  position: absolute; 
  top: 180px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.hero p{
  font-size: 1.5em;
  margin: auto;
  position: absolute; 
  top: 240px;
  left: 0;
  bottom: 0;
   z-index: 1;
}

.hero a{
  margin: auto;
  position: absolute;
  top: 340px;
  left: 0;
  z-index: 1;
}
.hero img{
  /*width: 100%;
  height:100vh;*/

}
.bar{
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(289deg, #455E8B 25%, #ACA46E 60%, #ACA46E 100%);
  background: -webkit-linear-gradient(289deg, #455E8B 25%, #ACA46E 60%, #ACA46E 100%);
  background: -ms-linear-gradient(289deg, #455E8B 25%, #ACA46E 60%, #ACA46E 100%);
  background: linear-gradient(161deg, #455E8B 25%, #ACA46E 60%, #ACA46E 100%);
  opacity: 0.85;
  position: absolute; 
  z-index: 0;
  left: 0;
  top: 0;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
   -webkit-animation: roll-out 1.2s ease-out ;
  -moz-animation: roll-out 1.2s ease-out ;
    animation: roll-out 1.2s ease-out ; 
}
.hero h1, .hero p{
  -webkit-animation: scale-in 1.3s ease-out;
  -moz-animation: scale-in 1.3s  ease-out;
    animation: scale-in 1.3s ease-out; 
}


@media all and (max-width: 768px) {
  .hero{
  }
  .bar{
    height: 100%;
    top: 0;
  }
  .hero h1{
    font-size: 8vw;
    top: 20vw;
    right:0;
  }
  .hero p{
    font-size: 3vw;
    top: 30vw;
    right:0;
  }

  .hero a{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 40vw;
    left: 0;
    z-index: 1;
    right: 0;
    }
}
/*ani*/
/*==========SCALE-IN==========*/
@-webkit-keyframes scale-in {
     0% {transform: scale(10, 10); opacity: 0;}
    100% {transform: scale(1, 1); opacity: 1;}
}

@keyframes scale-in {
    0% {transform: scale(10, 10); opacity: 0;}
    100% {transform: scale(1, 1);  opacity: 1;}
}
/*==========ROLL-OUT==========*/
@-webkit-keyframes roll-out {
    0%   {width: 0;}
    100% {width: 100%; }
}
@keyframes roll-out {
    0%   {width: 0;}
    100% {width: 100%; }
}

.navbar-dark .navbar-nav .nav-link {
  /* nav was #002E66 */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
}

.nav-link {
  /*font-weight: 600;*/
  text-decoration: none;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color:#002E66;
  /*border-bottom: solid 1px #455E8B;*/
  border-bottom: 1px solid #002E66;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  /*color: rgba(255,255,255,.75);*/
  color: rgba(255,255,255,.25);
}

/*portfolio lightbox gal*/
.portfolio-box{
  position:relative;
  display:block;
  max-width:650px;
  margin:0 auto
}
.portfolio-box .portfolio-box-caption{
  position:absolute;
  bottom:0;
  display:block;
  width:100%;
  height:100%;
  text-align:center;
  opacity:0;
  color:#fff;
  background:rgba(79,102,146, 0.8);
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  transition:all .2s
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content{
  position:absolute;
  top:50%;
  width:100%;
  transform:translateY(-50%);
  text-align:center
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name{
  padding:0 15px;
  font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category{
  font-size:14px;
  font-weight:600;
  text-transform:uppercase
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name{
  font-size:18px
}
.portfolio-box:hover .portfolio-box-caption{
  opacity:1
}
.portfolio-box:focus{
  outline:0
}
@media (min-width:768px){
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category{
      font-size:16px
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name{
      font-size:22px
  }
}

/* change codded area */

kbd {
  padding: .5rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #8590A4;
  border-radius: .2rem;
}

/* newly added */
h1,h2,h3,h4,h5,h6{
  font-weight:300;
   letter-spacing: 1px;
}

.h2, h2{
  font-size: .75rem;
}
.overlay{
  position:absolute;
  height:100%;
  min-height:100vh;
  width:100%;
  background-color:#03c4eb;
  opacity:.75;
  z-index:-1
}
@media (min-width:768px){
  .overlay{
      min-height:0
  }
}
.masthead{
  position:relative;
  overflow:hidden;
}
.masthead .masthead-bg{
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width:100%;
  min-height:35rem;
  height:100%;
  background-color:rgba(0,46,102,.8);
  transform:skewY(4deg);
  transform-origin:bottom right
}
.masthead .masthead-content h1{
  font-size:2.5rem
}
.masthead .masthead-content p{
  /*font-size:1.2rem*/
}
.masthead .masthead-content p strong{
  font-weight:700
}
.masthead .masthead-content .input-group-newsletter input{
  font-size:1rem;
  padding:1rem
}
.masthead .masthead-content .input-group-newsletter button{
  font-size:.8rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  padding:1rem
}

div.masthead{}
div.masthead hr{
  margin-top:30px;
  margin-bottom:30px
}
div.masthead h1{
  font-size:2rem
}
div.masthead p{
  font-weight:300
}
@media (min-width:768px){
  div.masthead p{
    font-size:1rem
  }
}
@media (min-width:992px){
  div.masthead{
    height:100vh;
    min-height:650px;
    padding-top:0;
    padding-bottom:0
  }
  hedivader.masthead h1{
    font-size:3rem
  }
}
@media (min-width:1200px){
  div.masthead h1{
  }
}

@media (min-width:768px){
  .masthead{
      /*height:100%;*/
      height:100vh;
      min-height:0;
      width:40.5rem;
      padding-bottom:0
  }
  .masthead .masthead-bg{
      min-height:0;
      transform:skewX(-8deg);
      transform-origin:top right
  }
  .masthead .masthead-content{
      padding-left:3rem;
      padding-right:10rem
  }
  .masthead .masthead-content h1{
      font-size:3.5rem
  }
  .masthead .masthead-content p{
      /*font-size:1.3rem*/
  }
}
.btn-secondary{
  background-color:#cd9557;
  border-color:#cd9557
}
.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{
  background-color:#ba7c37!important;
  border-color:#ba7c37!important
}
.input{
  font-weight:300!important
}
a {
  color: #fff;
   text-decoration: underline;
}
a:hover {
  text-decoration: none;
   color: #03c4eb;
}