@font-face {
  font-family: "socialico";

  src: url("fonts/Socialico/Socialico.eot");

  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
  font-family: "socialico-plus";

  src: url("fonts/SocialicoPlus/socialico-plus.eot");

  src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
  font-family: "CenturyGothic";

  src: url("fonts/CenturyGothic/CenturyGothic.eot");

  src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("onts/CenturyGothic/CenturyGothic.svg")
      format("svg"); /* Legacy iOS */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.suspension-contain {
  max-height: 980px;

  overflow: hidden;

  position: relative;
}

html {
  scroll-behavior: smooth;
}

html.suspended {
  background: rgba(0, 0, 0, 0.6);
}

body {
  max-width: 1920px;

  min-width: 1200px;

  margin: 0 auto;

  text-align: center;

  font-family: "Open Sans", sans-serif;
}

a {
  color: inherit;

  text-decoration: none;
}

a:hover {
  text-decoration: none;

  color: inherit;

  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
a {
  padding: 0;

  margin: 0;

  line-height: 120%;
}

p {
  font-weight: 400;

  line-height: 180%;

  letter-spacing: 0.03em;
}

h3,
h4 {
  font-family: "Mr Dafoe", cursive;
}

h2 {
  color: #666666;
}

.row {
  max-width: 1200px;

  margin: 0 auto;
}

/*floats*/

.fl {
  float: left;
}

.fr {
  float: right;
}

/*typography*/

.text-primary {
  color: #b11414;
}

.text-bold {
  font-weight: 700;
}

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

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

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

/*clearings*/

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;

  padding: 5px 10px;

  position: fixed;

  display: block !important;

  transform: none !important;

  bottom: 0 !important;

  left: 20px !important;
}

/*call to action*/

.destroy-on-load,
.cta {
  display: none;
}

/*gallery*/

#content .gallery-container {
  text-align: center;
}

#content .gallery {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .thumbnail {
  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 4px;

  display: block;

  line-height: 0.42857;

  margin-bottom: 20px;

  padding: 4px;

  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
  transform: scale(1.02);
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;

  border: 1px solid #ddd;

  color: #0275d8;

  display: inline-block;

  line-height: 1.25;

  margin-left: -1px;

  padding: 0.5rem 0.75rem;

  position: relative;
}

#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;

  border-color: #ddd;

  color: #014c8c;

  text-decoration: none;
}

.buttons {
  position: relative;

  width: 230px;

  height: 60px;

  display: flex;

  justify-content: center;

  align-items: center;

  box-sizing: border-box;

  background: #ffce60;

  border: 0;

  font-weight: 800;

  font-family: "Open Sans", sans-serif;

  color: #fff;

  border-radius: 30px;
}

#hd-phone:hover,
.buttons:hover {
  background: #47984a;

  color: #fff;
}

/*------------------------------------header------------------------------------*/

#header {
  position: relative;

  padding: 20px 10px 0;
}

#header .row {
  max-width: 1604px;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

#hd-logo {
  flex-basis: 382px;

  position: relative;
}

#hd-logo img {
  width: 100%;

  max-width: 382px;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 11;
}

#hd-menu {
  flex-basis: 750px;

  padding: 33px 75px 57px 167px;
}

#header nav a#pull {
  display: none;
}

#header nav ul {
  margin: 0;

  padding: 0;

  list-style: none;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

#header nav ul li a {
  position: relative;

  font-size: 19px;

  font-weight: 800;

  color: #666666;

  padding: 54px 7px 0;

  z-index: 1;
}

#header nav ul li a::after {
  content: "";

  width: 100%;

  height: 10px;

  background: #4bb7f7;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  transition: all ease 0.5s;

  transform: scaleX(0);

  z-index: -1;
}

#header nav ul li.active-menu a,
#header nav ul li:hover a {
  color: #4bb7f7;
}

#header nav ul li.active-menu a::after,
#header nav ul li:hover a::after {
  transform: scaleY(1);
}

#hd-phone {
  width: 100%;

  max-width: 260px;

  flex-basis: 260px;

  margin: 16px auto 18px;

  height: 60px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #ffce60;

  font-weight: 800;

  border-radius: 30px;

  box-sizing: border-box;

  color: #fff;
}
#hd-phone a {
  font-size: 23px;
}

/*------------------------------------banner------------------------------------*/

#banner {
  position: relative;

  line-height: 0;
}

#banner .row {
  max-width: 100%;
}

#banner img[alt="banner"] {
  width: 100%;

  height: 800px;

  object-fit: cover;
}

#tagline {
  width: 100%;

  max-width: 750px;

  box-sizing: border-box;

  position: absolute;

  bottom: 0;

  right: 160px;

  padding: 70px 30px 50px;

  /*background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));*/

  background: #fff;
}

#tagline::before {
  content: "";

  width: 40px;

  height: 40px;

  background: url(../images/common/bn-top.png);

  position: absolute;

  top: -20px;

  left: 0;

  right: 0;

  margin: 0 auto;
}

#tagline h2 {
  font-size: 40px;

  color: #666;

  font-weight: 800;
}

#tagline h1 {
  font-family: "Mr Dafoe", cursive;

  font-size: 80px;

  /*color: #DCDCDC;*/

  margin-top: -29px;

  font-weight: 400;

  color: #ffce60;
}

#tagline p {
  /*color: #ffffff;*/

  color: #444;

  font-size: 19px;

  max-width: 561px;

  margin: 11px auto 0;
}

/*------------------------------------content------------------------------------*/

#offers {
  padding: 80px 10px;
}

#offers .row {
  max-width: 1358px;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

#offers dl {
  padding: 0;

  margin: 0;
}

#offers dl dt {
  line-height: 0;
}

#offers dl dt img {
  width: 100%;

  max-width: 150px;
}

#offers dl dd {
  margin: 30px 0 0;

  color: #888888;

  font-size: 25px;

  font-weight: 800;
}

#about {
  padding: 0 10px;
}

#about .row {
  max-width: 1600px;

  display: flex;

  justify-content: flex-start;
}

#wc-left {
  flex-basis: 850px;
}

#wl-top {
  background: linear-gradient(#4a6bd8, #4bb7f7);

  /*  background: linear-gradient(#4a6bd8,#1a3a88);*/

  padding: 50px 56px 82px;

  box-sizing: border-box;

  width: 100%;

  max-width: 850px;

  color: #fff;

  text-align: left;

  position: relative;
}

#wl-top::after {
  content: "";

  width: 67px;

  height: 67px;

  background: url(../images/common/cn-btn.png);

  position: absolute;

  bottom: 155px;

  right: -33.5px;
}

#wl-top h3 {
  font-size: 50px;

  color: #ffce60;

  font-weight: 400;
}

#wl-top h2 {
  font-size: 60px;

  font-weight: 800;

  margin-bottom: 40px;

  color: #fff !important;
}

#wl-top p {
  font-size: 19px;

  max-width: 697px;

  width: 100%;
}

#wl-bot {
  padding: 80px 30px 67px;

  width: 100%;

  max-width: 850px;

  box-sizing: border-box;

  /*background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));*/
}

#wl-bot h2 {
  font-size: 40px;

  font-weight: 800;
}

#wl-bot h3 {
  font-size: 80px;

  /*color: #dcdcdc;*/

  color: #ffce60;

  font-weight: 400;

  margin-top: -30px;
}

#wl-bot p {
  font-size: 19px;

  color: #444;
}

#wl-bot .buttons {
  margin: 40px auto 0;
}

#wc-right {
  flex-basis: 750px;
}

#wc-right img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

#services {
  padding: 47px 0 63px;

  background: url(../images/common/services.jpg) no-repeat top center;

  background-size: cover;

  color: #fff;
}

#services .row {
  max-width: 1600px;
}

#services h2 {
  font-size: 60px;

  font-weight: 800;

  line-height: 100%;

  color: #fff !important;
}

#services h3 {
  font-size: 50px;

  font-weight: 400;
}

#services .flex {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  padding: 40px 0 30px;
}

#services .svc-container {
  width: 19.5%;

  /*max-width: 385px;*/

  /*line-height: 0;*/

  /*margin: 0 10px;*/

  /*box-sizing: border-box;*/
}

#services .svc-container img {
  width: 100%;

  display: block;

  /*height: 287px;*/
}

#services .svc-container .bottom {
  width: 100%;

  /*max-width: 385px;*/

  /*height: 100px;*/

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  box-sizing: border-box;

  padding: 0 10px;

  position: relative;

  min-height: 135px;
}

#services .svc-container .bottom::before {
  content: "";

  width: 40px;

  height: 40px;

  background: url(../images/common/cn-dwn.png);

  position: absolute;

  top: -20px;

  left: 0;

  right: 0;

  margin: 0 auto;
}

#services .svc-container .bottom h4 {
  font-family: "Open Sans", sans-serif;

  font-size: 26px;

  font-weight: 800;

  color: #868686;
}

#services .buttons {
  margin: 0 auto;
}

#wwd {
  padding: 60px 10px 53px;
}

#wwd .row {
  max-width: 1600px;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

#svc-include {
  flex-basis: 478px;

  box-sizing: border-box;

  width: 100%;

  max-width: 478px;

  background: linear-gradient(#4a6bd8, #4bb7f7);

  /*background: linear-gradient(#4a6bd8,#1a3a88);*/

  color: #fff;

  padding: 51px 51px 45px;

  text-align: left;

  margin-right: 77px;
}

#svc-include h3 {
  font-size: 50px;

  color: #ffce60;

  font-weight: 400;
}

#svc-include h2 {
  font-size: 28px;

  font-weight: 800;

  color: #fff;
}

#svc-include ul {
  margin: 15px 0 0;
  font-size: 19px;
  padding: 0 0 0 15px;
}

#svc-include ul li {
  text-transform: uppercase;
}
#ww-right {
  flex-basis: 1050px;

  text-align: left;

  padding-top: 33px;
}

#ww-right h2 {
  font-size: 60px;

  font-weight: 800;

  line-height: 100%;

  color: #ffce60;
}

#ww-right p {
  color: #444444;

  font-size: 19px;

  margin: 11px auto 43px;
}

#ww-right h5 {
  font-size: 28px;

  font-weight: 700;

  color: #444444;

  letter-spacing: 0.03em;

  margin-bottom: 30px;
}

#ww-right .flex {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

#ww-right .flex > div {
  flex-basis: 24%;
}

#ww-right .flex > div img {
  width: 100%;
}

#ww-right .flex > div p {
  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

  margin: 0;
}

#specialist {
  padding: 60px 0 60px 160px;

  background: url(../images/common/specialist.jpg) no-repeat top center;

  background-size: 100% 100%;

  text-align: left;

  color: #fff;
}

#specialist .row {
  max-width: 843px;

  margin: 0 auto 0 0;
}

#specialist h2 {
  font-size: 60px;

  font-weight: 800;

  line-height: 100%;

  color: #fff;
}

#specialist p {
  font-size: 19px;
}

#contact {
  padding: 60px 10px 80px;

  /*background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));*/

  background: #fff;
}

#contact h2 {
  font-size: 60px;

  font-weight: 800;
}

#contact h3 {
  font-size: 80px;

  /*color: #dcdcdc;*/

  color: #ffce60;

  font-weight: 400;

  margin-top: -36px;
}

#contact p {
  font-size: 19px;

  width: 710px;

  margin: 10px auto 40px;

  /*color: #ffffff;*/

  color: #444444;
}

.ctc-form label {
  color: #444;
}

#gallery {
  position: relative;

  background: url(../images/common/gallery.jpg) no-repeat top center;

  background-size: 100% 100%;
}

#gallery .row {
  max-width: 1600px;
}

#gallery .flex {
  display: flex;

  justify-content: space-between;
}

#gallery .flex > div {
  flex-basis: 24%;

  line-height: 0;

  margin: 0 10px;
}

#gallery .flex > div img {
  width: 100%;

  height: 100%;
}

#galcont {
  box-sizing: border-box;

  padding: 100px 30px 80px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  background: linear-gradient(#4a6bd8, #4bb7f7);

  /*background: linear-gradient(#4a6bd8,#1a3a88);*/
}

#galcont h2 {
  font-size: 60px;

  font-weight: 800;

  color: #fff;

  margin-bottom: 60px;

  line-height: 100%;
}

/**************************************/
/*      Review page  */
/**************************************/
.testi {
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 20px;
}

.testi span {
  color: #c57e14;
  font-size: 25px;
}
.testi strong {
  font-size: 20px;
}

/*------------------------------------contact form messages-----------------------------------*/

form .messages p {
  display: none;

  font-family: Arial !important;

  font-weight: 400 !important;

  letter-spacing: 0 !important;

  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;

  margin-bottom: 20px;

  border: 1px solid transparent;

  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;

  background-color: #dff0d8;

  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;

  background-color: #f2dede;

  border-color: #ebccd1;
}

form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/

.ctc-form {
  margin: 0 auto;

  text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  line-height: 180%;

  letter-spacing: 0.03em;

  font-size: 19px;

  color: #525252;

  height: 50px;

  display: block;

  width: 100%;

  border: 1px solid #ddd;

  border-radius: 3px;

  padding: 5px 10px;

  box-sizing: border-box;

  margin: 0 auto 11px;
}

.ctc-form ::placeholder {
  color: #525252;
}

.ctc-form > div {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.ctc-form > div label {
  flex-basis: 49.5%;
}

.ctc-form textarea {
  height: 150px;

  padding-top: 10px;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
  display: none;
}

/*------------------------social media------------------------*/
#footer .socials {
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
}
#footer .socials a {
  font-family: "socialico";
  color: #ffffff;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0.6em;
}
#footer .socials a:last-of-type {
  letter-spacing: 0;
}

/*footer*/
#footer {
  position: relative;
}
#footer .ft-top {
  min-height: 740px;
  padding: 0 10px;
  position: relative;
}
#footer .ft-top .row {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  /*background: linear-gradient( left top, left bottom, from(#F5C21B), to(#D17000));*/
  /*background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));*/
  background: #fff;
  padding: 80px 30px 42px;
  /*position: absolute;*/
  /*top: -63px;*/
  /*left: 0;*/
  /*right: 0;*/
  margin: 0 auto;
}
.home #footer .ft-top .row {
  margin-top: -63px;
  position: relative;
  z-index: 2;
}
#footer .ft-top h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
}
#footer .ft-top h3 {
  font-size: 50px;
  color: #ffce60;
  font-weight: 400;
  margin-top: -20px;
}
#footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}
#footer .ft-top .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 10px 50px;
}
#footer .ft-top .column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#email,
#tel,
#location,
#socmedia {
  flex-basis: 24%;
}
#email img,
#tel img,
#location img,
#socmedia img {
  margin-bottom: 20px;
}
#footer .ft-top h4 {
  font-size: 19px;
  font-weight: 800;
  color: #d3d3d3;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 18px;
}
#footer .ft-top a,
#footer .ft-top p {
  font-size: 20px !important;
  font-weight: 800;
  color: #666;
  margin: 0;
}
#tel a {
  font-size: 40px !important;
}
#footer .ft-top img[alt="footer-logo"] {
  width: 100%;
  max-width: 344px;
}

#footer .ft-top .payment {
  margin-bottom: 30px;
}

#footer .ft-bot {
  padding: 80px 10px 30px;
  color: #fff;
  background: linear-gradient(#4a6bd8, #4bb7f7);
  /*background: linear-gradient(#4a6bd8,#1a3a88);*/
  margin-top: -63px;
}
#footer .ft-bot .row {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ft-menu {
  flex-basis: 1095px;
  margin-right: 50px;
}
#ft-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ft-menu ul li a {
  font-size: 19px;
  font-weight: 800;
}
#ft-menu ul ul.dropdown-content {
  bottom: 22px;
  z-index: 999;
  min-width: 100px;
}
#ft-menu ul ul.dropdown-content li a {
  display: block;
  color: #4bb7f7;
  padding: 5px 0;
}
#ft-menu ul ul.dropdown-content li a:hover {
  color: #666666 !important;
}
#footer .copy,
#footer .silver {
  font-weight: 800;
  font-size: 19px;
  text-transform: uppercase;
  margin: 0;
}
/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 40px 15px 80px;
}
.inner #content h1 {
  font-size: 60px;
  font-family: "Mr Dafoe", cursive;
  color: #21387e;
  letter-spacing: 0.09em;
}
.inner #content h2 {
  font-size: 50px;
  font-weight: 800;
  color: #666666;
  letter-spacing: 0.035em;
}
.inner #content h3 {
  font-size: 35px;
  line-height: 200%;
  letter-spacing: 0.06em;
  color: #454545;
  text-align: left;
}
.inner #content p {
  text-align: justify;
  margin: 10px auto;
  font-size: 16px;
  color: #535353;
}
.inner #content p strong {
  font-size: 25px;
  font-weight: 700;
}

.inner #content ul,
.inner #content ol {
  text-align: left;
  line-height: 180%;
  letter-spacing: 0.03em;
}

/*contact page*/
.contact-page #content h2 {
  font-size: 30px;
  padding: 15px 0;
}

.contact-page #content .ctc-form label {
  color: #000;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}

/* dropdown  css */
li.dropdown {
  position: relative;
  display: inline-block !important;
}

ul.dropdown-content {
  display: none !important;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  line-height: 180%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px !important;
  z-index: 1;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block !important;
}

#header nav ul.dropdown-content li a::after {
  content: unset !important;
}
#header nav ul.dropdown-content li a:hover {
  color: #666666 !important;
}
#header nav ul.dropdown-content li a {
  padding: unset !important;
  line-height: 200%;
}

.map {
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  #offers dl dd {
    font-size: 19px;
  }
  #wl-top h2,
  #services h2,
  #ww-right h2,
  #specialist h2,
  #contact h2,
  #galcont h2 {
    font-size: 48px;
  }
  #footer .ft-top h3,
  #services h3,
  #wl-top h3,
  #svc-include h3 {
    font-size: 40px;
  }

  #contact h3,
  #wl-bot h3 {
    font-size: 65px;
  }

  #svc-include h2 {
    font-size: 22px;
  }
  #ww-right h5 {
    font-size: 25px;
  }
  #ww-right .flex > div p {
    font-size: 18px;
  }

  #tel a {
    font-size: 24px !important;
  }
  #footer .socials a {
    font-size: 45px;
  }

  #footer .copy,
  #footer .silver {
    font-size: 12px;
  }

  #services .svc-container .bottom h4 {
    font-size: 18px;
  }
}

#offers img {
  transition: width 2s, height 2s, transform 2s;
}
#offers img:hover {
  transform: rotate(360deg);
}

#services .svc-container,
#hd-logo img {
  transition: transform 0.5s ease;
}
#services .svc-container:hover,
#hd-logo img:hover {
  transform: scale(1.1);
}

/* Added CSS */
.navigation-email { font-size: 20px; font-weight: 800; color: #666; padding-bottom: 18px; }

