@charset "UTF-8";
@import url(animate.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Encode+Sans:200,300,400,500,600,700);
@import url(fl-real-estate-3.css);
@import url(linecons.css);
@import url(foundation-icons.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #333;
  font: 300 14px/24px 'Encode Sans', sans-serif;
  -webkit-text-size-adjust: none;
  background: #dde1dc;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, .h4, h5, h6 {
  color: #333;
}

h1, .h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 70px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 400;
  position: relative;
}
@media (max-width: 479px){
 h2, .h2 {
	 text-align: center;
	 font-size: 22px;
 }
	h6 {font-size:14px;}
}

h2 span, .h2 span {
  display: inline-block;
  position: absolute;
  bottom: 9px;
}
@media (max-width: 991px) {
  h2 span, .h2 span {
    display: none;
  }
}
h2 span:before, .h2 span:before {
  position: absolute;
  content: '';
  background: url("../images/hr_img.png");
  right: 0;
  height: 5px;
  width: 2000px;
  bottom: 0;
  left: 0;
  margin-left: 11px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 41px;
  font-weight: 500;
}

h4, .h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}

h5, .h5 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

h6, .h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
h6.valuet {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 50px;
	}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

.p__mod {
  font-size: 15px;
  line-height: 20px;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
  text-decoration: none;
  color: #EF4123;
}

strong {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.camera-text {
	text-align: left;
	text-transform: uppercase;
	margin: 5px 0;
}


.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.img-style {
  width: 100%;
}

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

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
.mg-add {
  margin-top: -5px;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #A1ACB2;/*rgba(0, 0, 0, 0.8);*/
  padding: 2.5px 0;
  position: absolute;
  top:20px;
  left: 0;
  right: 0;
  z-index: 5;
}
header .brand {
  float: left;
   width:158px; /*width of image*/
   height:111px; /*height of image*/
   background-image:url('../images/Logo.png');
   margin:0; /* If you want no margin */
   padding:0; /*if your want to padding */
}
header .nav {
  float: right;
}
header .brand_title h2 {
 display:none;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .brand_title h2 {
	color:#000;
	font-size:16px;
	display:block;
	  }
}
@media (max-width: 1199px) {
  header {
    position: static;
    background: #A1ACB2;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  main q br {
    display: none;
  }
}

/*********************************************************
                BLOG SECTIONS - 8/16/2020
*********************************************************/
#blog{}
#blog h2 {}
#blog p {}
#blog ul ol {}
#blog ul li {}
#blog ol li {}

/*=======================================================
                       Main Layout
=========================================================*/
* + h4 {
  margin-top: 27px;
}

* + .row {
  margin-top: 50px;
}
@media (max-width: 991px) {
* + .row {
  margin-top: 15px;
}
}
* + .contact-row {
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
* + .contact-row {
  margin-top: 15px;
}
}
.row + * {
  margin-top: 30px;
}

.row + .row {
  margin-top: 30px;
}

* + .btn-groups {
  margin-top: 20px;
}

* + .inline-list {
  margin-top: 27px;
}

* + .marked-list {
  margin-top: 28px;
}

* + .index-list {
  margin-top: 46px;
}

* + .terms-list {
  margin-top: 40px;
}

* + .quote {
  margin-top: 15px;
}

* + .btn {
  margin-top: 40px;
}

* + .contact-info2 {
  margin-top: 45px;
}
* + .offs {
  margin-top: 57px;
}

* + p {
  margin-top: 20px;
}

* + .p__mod {
  margin-top: 8px;
}

h4 + p {
  margin-top: 16px;
}

h2 + img {
  margin-top: 25px;
}

h2 + .block {
  margin-top: 41px;
}

h2 + h6 {
  margin-top: 35px;
}

h2 + .quote {
  margin-top: 34px;
}

.icon-box + .icon-box {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .icon-box + .icon-box {
    margin-top: 30px;
  }
}

* + .offs2 {
  margin-top: 40px;
}

.row + .offs2 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .row + .offs2 {
    margin-top: 30px;
  }
}
/***======= MAILFORM CONTACT US PAGE =======*/
* + .mailform {
  margin-top: 50px;
}
@media (max-width: 767px) {
  * + .mailform {
    margin-top: 30px;
  }
}


/*=======================================================
					About us sections
=========================================================*/

p.edu-title {
	font-weight:500;
	line-height:20px;
	padding:0px 0px 5px 0px;
	}

p.edu-text {
	padding:0px;
	margin:0px;
	}
h6.cred-title {
	margin-top:44px;
	margin-bottom:15px;
}


/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 73px;
  text-align: left;
}

.brand_name {
  overflow: hidden;
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 24px;
  }
}
.brand_slogan {
  color: #EF4123;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.brand_name + .brand_slogan {
  margin-top: 0;
}
.brand__footer {
  padding-left: 48px;
  width: 251px;
  height:53px;
  margin:0;
  background-image:url(../images/footer-logo.png);
}
.brand__footer:before {
  font-size: 28px;
  line-height: 28px;
  top: 8px;
}
.brand__footer .brand_name {
  font-size: 16px;
  line-height: 20px;
}
.brand__footer .brand_slogan {
  font-size: 13px;
  line-height: 13px;
}

/** amazon book cols **/
.col-books {
	column-count:4;
	column-gap: 40px;
	column-rule-width:15px;
	width:400px;
	padding-top:20px;
	}

@media (max-width: 479px) {
  .col-books {
   padding-top:10px;
  }
  .container{
 padding-left:30px;
 padding-right:30px;
 }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #a1acb2;
}

.bg-secondary-2 {
  background: #F3F3F3;
}

.bg-subpage-top {
  height: 172px;
  background: url("../images/slide-1.jpg") center top no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.bg-subpage-top:before {
  content: "";
  display: block;
  background: url("../images/bg-img.png") repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.bg-subpage-top .overlay {
  position: relative;
}
.bg-subpage-top .overlay:before, .bg-subpage-top .overlay:after {
  content: "";
  position: absolute;
  width: 683px;
  height: 172px;
  display: block;
  -moz-transform: scale(1) skewX(33deg);
  -ms-transform: scale(1) skewX(33deg);
  -o-transform: scale(1) skewX(33deg);
  -webkit-transform: scale(1) skewX(33deg);
  transform: scale(1) skewX(33deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
}
.bg-subpage-top .overlay:before {
  left: -114px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.bg-subpage-top .overlay:after {
  width: 1000px;
  left: -266px;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
@media (max-width: 1199px) {
  .bg-subpage-top {
    display: none;
  }
}

/*==================  Colors  ======================*/
.clr-default {
  color: #000;
}

.clr-secondary {
  color: #333;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-yelp,
.fa-google-plus,
.fa-linkedin {
  width: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  background: #EF4123;
  display: inline-block;
  color: #FFF;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==================    Buttons    ======================*/
.btn-groups {
  word-spacing: 18px;
}
.btn-groups > * {
  word-spacing: normal;
}
.btn-groups .btn + .btn {
  margin-top: 0;
}

.btn {
  display: inline-block;
  font-weight: 500;
  border: 1px solid transparent;
  background: transparent;
  padding: 11px 18px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.55px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 479px){
 .btn {
	 margin-top: 15px;
	 }
}
.btn__mod {
  font-size: 20px;
  padding: 13px 10px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  width: 148px;
}

.btn-default {
  color: #fff;
  background: #EF4123;
  border: 1px solid #EF4123;
}
.btn-default:hover {
  background: #EF4123;
  color: #000;
}
.btn-default:active {
  -webkit-box-shadow: 0 0 10px #fff;
  -moz-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}

.btn-primary {
  color: #000;
  background: #EF4123;
  border: 1px solid #EF4123;
  float:right;
}
.btn-primary:hover {
  background: #ccc;
  color: #999;
  border:1px solid #ccc;
}
.btn-primary:active {
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
}
.btn-primary__mod:hover {
  color: #333;
}

.btn-secondary {
  color: #FFF;
  background: #333;
  border: 1px solid #333;
}
.btn-secondary:hover {
  background: transparent;
  color: #333;
}
.btn-secondary:active {
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================    Icon-Box      ======================*/
.icon-box:before, .icon-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.icon-box:after {
  clear: both;
}
.icon-box_aside {
  float: left;
  margin-right: 20px;
  background: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-box_aside .icon {
  color: #FFF;
  font-size: 56px;
  line-height: 110px;
}
.icon-box_cnt {
  overflow: hidden;
}
.icon-box_cnt p {
  font-size: 15px;
  line-height: 20px;
}
.icon-box_cnt a:hover {
  color: #EF4123;
}
.icon-box_cnt h6 + p {
  margin-top: 10px;
}
.icon-box:hover .icon-box_aside {
  background: #EF4123;
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.icon-box__mod .icon-box_aside {
  width: 91px;
  height: 91px;
  margin-top: 5px;
}
.icon-box__mod .icon-box_aside .icon {
  color: #FFF;
  font-size: 55px;
  line-height: 90px;
}
.icon-box__mod .icon-box_cnt h6 {
  line-height: 25px;
}

.quote_img img {
  margin-left: 35px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .quote_img img {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .quote_img img {
    margin-left: 25px;
	margin-top: 90px;
  }
}
@media (max-width: 479px) {
  .quote_img img {
    margin-left: 75px;
	margin-top: 25px;
  }
}
.quote_cnt {
  padding-top: 12px;
}
.quote_cnt q, .quote_cnt cite {
  display: block;
}
.quote_cnt q {
  font-size: 19px;
}
.quote_cnt cite {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.6px;
}
.quote_cnt q + cite {
  margin-top: 20px;
}
.quote_cnt h3 + q {
  margin-top: 25px;
}
.quote_cnt .before {
  position: relative;
  width: 20px;
  display: inline-block;
  color: #333;
}
.quote_cnt .before span {
  position: absolute;
  font-size: 30px;
  line-height: 33px;
  top: 0;
  left: 0;
}
.quote_cnt .after {
  position: relative;
  width: 25px;
  display: inline-block;
  color: #333;
}
.quote_cnt .after span {
  position: absolute;
  font-size: 30px;
  line-height: 33px;
  top: 0;
  right: 0;
}

article * + h4 {
  margin-top: 25px;
}
article * + p {
  margin-top: 12px;
}
article * + .btn {
  margin-top: 25px;
  margin-bottom: 25px;
}
article a:hover {
  color: #EF4123;
}

.footer-menu li a {
  font-size: 15px;
  line-height: 20px;
}
.footer-menu li a:hover {
  color: #EF4123;
}
.footer-menu li + li {
  margin-top: 10px;
}
.footer-menu li.active a {
  color: #EF4123;
}

.list li a {
  font-size: 15px;
  line-height: 20px;
}
.list li a:hover {
  color: #EF4123;
  text-decoration: none;
}
.list li + li {
  margin-top: 10px;
}

/*==================  Inline List  ======================*/
.inline-list {
  word-spacing: 12px;
}
.inline-list li {
  line-height: 95px;
  display: inline-block;
}
.inline-list a:hover {
  background: #141414;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 26px;
  text-align: left;
  color: #333;
  font-size: 15px;
}
.marked-list li:before {
  content: '\f0A9';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #A1ACB2;
}
/*marked list for dark bullets only*/
.dark-list li {
  position: relative;
  padding-left: 26px;
  text-align: left;
  color: #333;
  font-size: 15px;
  margin-top:10px;
  margin-bottom:10px;
}
.dark-list li:before {
  content: '\f0A9';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #333;
}
.marked-list li + li {
  margin-top: 10px;
}
.marked-list a:hover {
  color: #EF4123;
  text-decoration: none;
}
@media (max-width: 767px) {
  .marked-list__mod {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.marked-list__mod li {
  color: #333;
}
.marked-list__mod li:before {
  color: #333;
}
.marked-list__mod a:hover {
  color: #EF4123;
  text-decoration: none;
}

/*================== Services List ======================*/
.service-list li {
  position: relative;
  padding-left: 26px;
  text-align: left;
  color: #333;
  font-size: 16px;
  margin-top: 50px;
}


@media only screen and (max-width: 1199px) and (min-width: 479px)  {
.service-list li{
    font-size:14px;
  }
}
.service-list li:before {
  content: "\f0A9";
position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #333;
}
.service-list li + li {
  margin-top: 20px;
}
.service-list li a:hover {
  color: #EF4123;
}
@media (max-width: 1199px) {
  .service-list {
    padding-left: 0px;
    /*padding-right: 10px;*/
  }
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 112px;
  min-height: 94px;
}
.index-list li:before {
  content: "\f061";
  /*counter-increment: li;*/
  font-family: "FontAwesome";
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #333;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index-list li + li {
  margin-top: 27px;
}
.index-list li a:hover {
  color: #EF4123;
}
@media (max-width: 1199px) {
  .index-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*================    Terms list     =================*/
.terms-list dd {
  margin-left: 0;
}
.terms-list * + dt {
  margin-top: 27px;
}
.terms-list dt + * {
  margin-top: 12px;
}
.terms-list a[href^="mailto:"] {
  display: inline-block;
  color: #EF4123;
}
.terms-list a[href^="mailto:"]:hover {
  color: #333;
}
.terms-list dl + a[href^="mailto:"] {
  margin-top: 25px;
}

/*==================    Cont-info  ======================*/
.contact-info {
  max-width: 225px;
}
.contact-info address {
  color: #ccc;
  line-height: 20px;
}
.contact-info address + dl {
  margin-top: 18px;
}
.contact-info dl {
  text-align: right;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dt, .contact-info dl dd {
  line-height: 20px;
}
.contact-info dt + dd {
  margin-top: 0;
}
.contact-info dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-info dl + dl {
  text-align: right;
}
.contact-info dl + dl dt {
  text-align: left;
}
.contact-info dl + dl dt, .contact-info dl + dl dd {
  margin-top: 0;
  float: none;
  display: inline-block;
}
.contact-info dl + dl dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-info dl + dl dt, .contact-info dl + dl dd {
  line-height: 20px;
}
.contact-info dl + dl dd {
  margin-left: 2px;
}
.contact-info dl + dl a[href^="mailto:"] {
  color: #EF4123;
  text-decoration: underline;
}
.contact-info dl + dl a[href^="mailto:"]:hover {
  color: #ccc;
}
@media (max-width: 767px) {
  .contact-info {
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-info2 h4 + address {
  margin-top: 8px;
}
.contact-info2 dl + h4 {
  margin-top: 30px;
}
.contact-info2 address + dl {
  margin-top: 25px;
}
/*contact error list - bootstrap elements **/
.list-unstyled{
	padding-left:0;list-style:none; color: #C66;}
.alert {
	padding:10px;
	margin-bottom:0px;
	border:1px solid transparent;
	border-radius:4px
}
@media (max-width: 767px) {
  .alert {
    padding-top: 50px;
	text-align:center;
  }
}

.alert h4 {
	margin-top:0;
	color:inherit
}
.alert .alert-link {
	font-weight:700
}
.alert>p, .alert>ul {
	margin-bottom:0
}
.alert>p+p {
	margin-top:5px
}
.alert-dismissable, .alert-dismissible {
	padding-right:35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position:relative;
	top:-8px;
	right:3px;
	color:inherit
}
.alert-success {
	color:#006600;
	font-weight:500;
}
.alert-success hr {
	border-top-color:#c9e2b3
}
.alert-success .alert-link {
	color:#2b542c
}
.alert-info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.alert-info hr {
	border-top-color:#a6e1ec
}
.alert-info .alert-link {
	color:#245269
}
.alert-warning {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.alert-warning hr {
	border-top-color:#f7e1b5
}
.alert-warning .alert-link {
	color:#66512c
}
.alert-danger {
	color:#a94442;
}
.alert-danger hr {
	border-top-color:#e4b9c0
}
.alert-danger .alert-link {
	color:#843534
}

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

/* recaptcha tweak for form */
.rc-grid {
float: right;
padding-top:32px;
margin:0;
}

@media (max-width: 767px) {
	.rc-grid {
		padding-top:20px;
		margin:0;
		}
}

/*==================       Block       ===================*/
.block time {
  display: block;
  font-size: 19px;
  color: #EF4123;
}
.block + .block {
  margin-top: 25px;
}
.block * + p {
  margin-top: 10px;
}
.block * + h6 {
  margin-top: 7px;
}
.block p {
  font-size: 15px;
  line-height: 20px;
}

/*========================   Menu   ==========================*/

.nav {
  padding: 32.5px 0;
}

@media (max-width: 991px) {
.nav {
	padding:20px;
}
}
@media (max-width: 479px) {
.nav {
	padding:0px;
}
}

.sf-menu {
  display: inline-block;
  text-align: left;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 1px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #000;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 6px 25px 7px;
  letter-spacing: -0.5px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #EF4123;
}
.sf-menu > li.active > a {
  background: #EF4123;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -8px;
  width: 235px;
  margin-top: 34px;
  padding: 20px 3px 40px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFF;
  font-size: 19px;
  line-height: 39.5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-left: 28px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  background: #EF4123;
}
.sf-menu ul > li + li {
  margin-top: 1px;
}

.sf-menu ul ul {
  position: absolute;
  top: 16%;
  left: 101%;
  width: 235px;
  margin-top: 0;
  padding: 20px 3px 40px;
  z-index: 4;
}

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #FFF;
  color: #333;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #2B3643;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #313e4e;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2B3643;
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #333;
  text-align:center;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 12px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #A1ACB2;
  z-index: 999;
  padding: 10px 0;
}
.isStuck .sf-menu ul {
  margin-top: 17px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  background: transparent;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 85px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #EF4123;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
@media (max-width: 768px) {
.parallax_image, .parallax_pattern {
  max-height: 447px;
  background-position: 50% 50%;
}
}
.parallax_image:before, .parallax_image:after, .parallax_pattern:before, .parallax_pattern:after {
  content: "";
  position: absolute;
  width: 1196px;
  height: 905px;
  display: block;
  -moz-transform: scale(1) rotate(66deg) skewX(33deg);
  -ms-transform: scale(1) rotate(66deg) skewX(33deg);
  -o-transform: scale(1) rotate(66deg) skewX(33deg);
  -webkit-transform: scale(1) rotate(66deg) skewX(33deg);
  transform: scale(1) rotate(66deg) skewX(33deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .parallax_image:before, .parallax_image:after, .parallax_pattern:before, .parallax_pattern:after {
    display: none;
  }
}
.parallax_image:before, .parallax_pattern:before {
  left: -393px;
  top: -88px;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.parallax_image:after, .parallax_pattern:after {
  width: 1225;
  height: 1045px;
  left: -238px;
  top: -63px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; /*cover: scale to largest size contain: scale to fit frame*/
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  color: #FFFFFF;
}
.parallax_cnt p {
  font-size: 19px;
}
.parallax_cnt * + p {
  margin-top: 30px;
  width:65%;
  color:#FFF;
  font-weight:200;

}
@media (max-width: 991px) {
.parallax_cnt * + p {
    font-size: 16px;
    width: 95%;
  }
}
.parallax_cnt .h1 {
  display: inline-block;
  line-height: 70px;
  font-size:58px;
  text-transform: uppercase;
  color: #FFF;
  width:75%;
}
@media (max-width: 991px) {
  .parallax_cnt .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.parallax-mod .parallax_image:before, .parallax-mod .parallax_image:after, .parallax-mod .parallax_pattern:before, .parallax-mod .parallax_pattern:after {
  display: none;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.thumb_caption {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 25px 20px 35px;
  background: #f3f3f3;
}

.thumb_caption p {color: #111;}
.thumb_caption h6 {color: #000;}

/*==================      Media Query     ======================*/
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2) + .col-md-6 {
    margin-top: 30px;
  }

  .col-md-12 + .col-md-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-sm-12 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
/*==================      Well     ======================*/
.well {
  padding: 25px 0;
}

.well2 {
  padding-bottom: 50px;
  padding-top: 91px;
}


.well3 {
  padding-bottom: 50px;
  padding-top: 35px;
}

.well4 {
  padding-bottom: 144px;
  padding-top: 120px;
}

.well5 {
  padding-bottom: 113px;
  padding-top: 91px;
}

.well6 {
  padding-bottom: 88px;
  padding-top: 91px;
}
/** mobile resizing for parallax images box **/
@media (max-width: 479px) {
.well2, .well3, .well4 {
  padding-top: 35px;
  padding-bottom: 50px;
}
}


/* ==========================
   PROJECTS PAGE:
   The gallery overlay
=============================*/
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#gallerySlider .placeholder .iframe-wrap, #gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#gallerySlider .placeholder .iframe-wrap {
  width: 1280px;
}
#gallerySlider .placeholder .iframe-wrap .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#gallerySlider .placeholder .iframe-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../images/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
  opacity: 1;
}

#prevArrow {
  background-position: left top;
  left: 40px;
}

#nextArrow {
  background-position: right top;
  right: 40px;
}

/** email content - added on 10/13/2020 **/
#center-promo{
	margin:10px auto;
	width: 600px;
}
#center-promo p {
	font-family: sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
#center-promo h2 {
	font-family: sans-serif;
	color: #333;
	font-size: 24px;
	padding-top: 30px;
	text-transform: none;
	text-align: center;
}
#center-promo button {
  background-color: #ef4123; /* Green */
  border: none;
  color: #ffffff;
  padding: 15px 32px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 40px auto;
}

#center-promo sup {
	vertical-align: super;
    font-size: small;
}

#mobile-promo {display: none;}

/** for mobile **/
@media (max-width:479px)
{
	#center-promo{
		margin: 0;
		width: 90%;
	}
	#desktop-promo {display:none;}
	#mobile-promo {display:block;}
	#center-promo h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 30px;
	padding-bottom: 15px;
}
}

/** ADU stuff added on 11/7/2020 **/
/** email content - added on 10/13/2020 **/
#ADU-page button {
  background-color: #ef4123; /* Green */
  border: none;
  color: #ffffff;
  padding: 15px 32px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
}

/* The Modal (background) added 10/20/2020 */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#modal-hipbtn, #modal-gablebtn button {
  background-color: #ef4123;
  border: none;
  color: #ffffff;
  padding: 15px 32px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 40px auto;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 0px 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
  min-height: 419px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px #333;
}

.modal-ADUcontent {
  background-color: #fefefe;
  margin: 180px auto 0px auto; /* 15% from the top and centered */
  padding: 0px 20px;
  border: 1px solid #888;
  width: 630px; /* Could be more or less, depending on screen size */
  min-height: 625px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px #333;

}

.modal-content h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
}

/**** THE ADU PAGES **/
.adu_caption {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 25px 20px 35px;
  background: #f3f3f3;
}

.adu_caption p {color: #111;}
.adu_caption h6 {color: #000;}

/* The Close Button */
.xclose {
  height: 40px;
  width: 40px;
  background: #dde1dc;
  border-radius: 20px;
  color: #000;
  font-size: 28px;
  top: -17px;
  left: 586px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	justify-content: center;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/** ADU form styling **/
/** moving away from the grid stuff **/
.col-adu-1 {
	min-height:1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
	width: 50%;
}
.col-recaptcha {width:100%; margin-left: -15px;}
.col-btn {
	width:100%;
	min-height:1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;}

/** for mobile **/
@media (max-width:479px)
{
 .modal-content {
  margin: 145px auto; /* 15% from the top and centered */
	}
 .modal-ADUcontent {
	 margin: 75px auto;
	 width: 80%;
	 padding: 0px 20px;
	 min-height: 547px;
	}
.col-adu-1 {
	min-height:1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	width: 50%;
}
	.col-recaptcha {margin-left:0px;}
}
/*------ EMBEDDED CALENDAR ------------*/
@media (max-width: 550px) {
   .big-container {
       display: none;
   }
}
@media (min-width: 550px) {
   .small-container {
       display: none;
   }
}
/* Responsive iFrame */
.responsive-iframe-container {
   position: relative;
   padding-bottom: 100%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #000;
  color: #ccc;
  font-size: 15px;
}
footer .container {
  padding-top: 56px;
  padding-bottom: 81px;
}
footer h5 {
  color: #ffffff;
}
footer h5 + * {
  margin-top: 30px;
}
footer * + .copyright {
  margin-top: 13px;
  color:#ccc;
}
footer .f--headers {
font-weight: 18px;
font-weight: 800;
}