/*
::Table Of Content

1.) Global Reset
2.) Global Typography
3.) Global Form Elements
4.) Header Section
5.) Off Canvas Menu
6.) Global Content Area
7.) Footer Section 
=======================================================*/


/*=====================================================
1.) Global Reset
=======================================================*/
:root{
    scroll-behavior: smooth;
    scroll-padding-top: 10rem;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

img, iframe, object {
  max-width: 100%;
}

img {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, ul, ol, p, address {
  margin: 0px;
  padding: 0px;
  color: #404040;
  line-height: 1;
}

.mapWrapper {
  position: relative;
  padding-top: 25px;
  height: 300px;
}

  .mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
/*=====================================================
2.) Global Typography
=======================================================*/
@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
}

/*@font-face {
  font-family: 'bebas_neue_probold';
  font-family: 'bebas_neueregular';
  src: url('../fonts/bebas_neue_pro_bold-webfont.eot');
  src: url('../fonts/bebas_neue_pro_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas_neue_pro_bold-webfont.woff2') format('woff2'), url('../fonts/bebas_neue_pro_bold-webfont.woff') format('woff'), url('../fonts/bebas_neue_pro_bold-webfont.ttf') format('truetype'), url('../fonts/bebas_neue_pro_bold-webfont.svg#bebas_neue_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

/*@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
       url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
       url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
       url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}*/


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  text-rendering: optimizeLegibility !important;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

h1, h4, .flexslider .slides > li > div > div > div,
.career > div > div > div > div > div > span,
.intro li {
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
}

/*h2, h3, h5, #footer *,*/
h2, h3, h5, #footer,
.sideBar ul li,
.mainContent > div > div:last-child > div:nth-child(2) > a,
.item > div > div > div > span,
.home .primaryContent > div > div > div:nth-child(2) > div > p {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 22px;
}

h3, h3 p {
  font-size: 18px;
  line-height: 22px;
}

h4 {
  font-size: 42px;
  color: #fff;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  margin-top: 18px;
}

p {
  line-height: 19px;
}

blockquote {
  font-family: 'PT Serif', serif;
  font-size: 24px;
  line-height: 28px;
  color: #5eb5cd;
  text-align: center;
  padding: 42px 0px 18px 0px;
  margin: 0px;
  border: none;
  font-style: italic;
}

  blockquote small, .sideBar ul li li {
    font-family: 'Open Sans', sans-serif;
    display: block;
  }

  blockquote small {
    font-size: 13px;
    margin-top: 10px;
  }

h1, h2, h3, h5, p {
  margin-top: 24px;
}

address span {
  display: block;
}

figcaption {
  font-style: italic;
  padding-top: 12px;
}

.home .primaryContent > div > div > div:first-child > p:first-child, .home .primaryContent > div > div > div:first-child > a, .home .primaryContent > div > div > div:last-child > div > ul > li > span {
  font-family: 'Lato', sans-serif;
}

.home > .secondaryContent > div > div > article > h3 {
  font-family: 'Open Sans', sans-serif;
}
/*=====================================================
3.) Global Form Elements
=======================================================*/
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input[type="text"]:-ms-placeholder, input[type="email"]:-ms-placeholder, textarea:-ms-placeholder {
  color: #000;
  opacity: 1;
}

.searchBar input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.searchBar input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.searchBar input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.searchBar input[type="text"]:-ms-placeholder {
  color: #fff;
  opacity: 1;
}

textarea {
  resize: none;
}
/*=====================================================
4.) Header Section
=======================================================*/
#header {
  width: 1190px;
}

  #header .navbar-fixed-top {
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 9990;
    position: fixed;
    top: 0px;
  }

  /*#header .navbar-fixed-top.shrink {
      padding: 5px 0px 0px 0px;
      box-shadow: 0 10px 8px -8px rgba(200, 200, 200, 0.5) !important;
    }*/

  #header .navbar {
    height: auto;
  }

  #header .navbar, #header .navbar-default {
    border-radius: 0px;
    background-image: none;
    box-shadow: none;
    margin-bottom: 0px;
  }

.navbar-brand {
  padding: 7px 15px;
  height: auto;
}

#header .navbar-fixed-top.shrink {
  box-shadow: 0 10px 8px -8px rgba(200, 200, 200, 0.5) !important;
}



#header .navbar-nav {
  /*margin-top: 16px;*/
  margin-top: 32px;
  margin-bottom: 6px;
  padding: 21px;
}



#header > nav > div > div > .navbar-nav > li, .navbar-nav > li {
  float: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}

#header .nav > li > a, #header .navbar-default .navbar-nav > li > a {
  /*color: #c52419;*/
  color: #414141;
  padding: 0px;
  display: block !important;
  width: 100% !important;
}

#header .navbar-default .navbar-nav > li > ul > li > a, #header .navbar-default .navbar-nav > li > ul > li > ul > li > a {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  padding: 7px 0;
  text-transform: capitalize;
  display: block;
}

#header .navbar-default .navbar-nav > li > ul > li:first-child {
  padding-top: 5px;
}

#header .navbar-default .navbar-nav > li > ul > li > ul > li > a {
  padding-left: 21px;
  font-weight: 400;
}

  #header .navbar-default .navbar-nav > li > ul > li > a:hover, #header .navbar-default .navbar-nav > li > ul > li > a:focus, #header .navbar-default .navbar-nav > li > ul > li > a:hover:active, #header .navbar-default .navbar-nav > li > ul > li > ul > li > a:hover, #header .navbar-default .navbar-nav > li > ul > li > ul > li > a:focus, #header .navbar-default .navbar-nav > li > ul > li > ul > li > a:active {
    color: #e78484;
    text-decoration: none;
  }

#header .navbar-default .navbar-nav > li > a:hover, #header .navbar-default .navbar-nav > li > a:focus, #header .navbar-default .navbar-nav > li > a:active {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  /*color:#e78484;*/
  color: #717171;
}

#header .navbar-default .navbar-nav > .active > a, #header .navbar-default .navbar-nav > .active > a:hover, #header .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}

#header .navbar-default .navbar-toggle, #header .navbar-default .navbar-toggle:hover, #header .navbar-default .navbar-toggle:focus {
  background-color: #69c9e4;
  border-color: transparent;
  margin: 0px -15px 0px 0px;
  /*margin: 0px 0px 0px 0px;*/
  padding: 21px;
  border-radius: 0px;
  position: relative;
  z-index: 999;
}

  #header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

#header .navbar-collapse {
  position: relative;
}

#header .lang ul li {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

#header .navbar-default .navbar-nav li a {
  display: inline;
}

.lang-fix {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-bottom: 20px;
}

.moreContent {
  display: none;
  margin-top: 24px;
}

.moreContentButton {
  width: 38px;
  height: 38px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -19px;
  background: url(../img/common/toggle.png) no-repeat;
  outline: none;
}

  .moreContentButton:hover, .moreContentButton:focus, .moreContentButton:active {
    outline: none;
  }
/*=====================================================
5.) Off Canvas Menu
=======================================================*/
body.slide-active {
  overflow-x: hidden;
}

#header .navbar-header {
  position: relative;
  width: 100%;
}

#page-content {
  position: relative;
  padding-top: 70px;
  right: 0;
}

  #page-content.slide-active {
    padding-top: 0;
  }

.navbar.navbar-fixed-top.slide-active {
  position: relative;
}

#slidemenu {
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.75);
}

#header .navbar-nav li {
  cursor: pointer;
  position: relative;
}

  #header .navbar-nav li ul.showNew {
    display: none;
  }

  #header .navbar-nav li a {
    display: inline;
  }

.subMenu i {
  background: url(../img/common/dropdown.png) right center no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  height: 40px;
  width: 60px;
  display: block;
}

.subMenuExtended {
  background: url(../img/common/dropdown2.png) right center no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  height: 40px;
  width: 60px;
  display: block;
}

.navbar-nav li li i {
  top: -1px;
  background-position: 100% center;
}

#header #slidemenu .lang ul {
  padding: 0px 21px 11px;
  width: 100%;
  display: inline-block;
}

  #header #slidemenu .lang ul li {
    margin-right: 9px;
    float: left;
  }

.parent-item > ul {
  display: none;
}
/*=====================================================
6.) Global Content Area
=======================================================*/
.primaryContent {
  width: 100%;
  padding: 44px 0px 48px 0px;
  position: relative;
  background: url(../img/common/red-strip.jpg) center top no-repeat;
}

.searchBar {
  width: 30.8%;
  position: absolute;
  right: 15px;
  top: -44px;
  background-color: #5eb5cd;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

#slidemenu .searchBar {
  position: static;
  right: 0px;
  top: 0px;
  width: 100%;
}

  #slidemenu .searchBar .btn-default {
    line-height: 66px;
  }

  #slidemenu .searchBar .form-control {
    line-height: 24px;
    padding: 21px 12px 8px;
    height: 68px;
  }

.searchBar .form-control {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  display: block;
  font-size: 14px;
  height: 60px;
  color: #fff;
  line-height: 24px;
  font-style: italic;
  padding: 18px 12px;
  transition: none;
  width: 100%;
}

.searchBar .btn-default {
  -moz-user-select: none;
  background-image: none;
  background-color: #69c9e4;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 0;
  padding: 0px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}

.secondaryContent {
  margin-top: 30px;
}

.mainContent {
  /* JS - test to ensure content section in subpages are always min 600 px height.*/
  min-height: 600px;
}

.sideBar ul li {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}

.sideBar ul li {
  padding: 14px 0px 14px 0px;
}

  .sideBar ul li ul {
    padding-top: 14px;
    padding-bottom: 6px;
  }

    .sideBar ul li ul li {
      padding: 0px 0px 0px 0px;
    }


.sideBar > ul li a {
  line-height: 22px !important;
}

.sideBar ul li:last-child {
  border-bottom: none;
}

.sideBar ul li a {
  color: #000;
}

  .sideBar ul li a:hover, .sideBar ul li a:focus, .sideBar ul li a:active {
    color: #6f6f6f;
    text-decoration: none;
  }

  .sideBar ul li a.active {
    color: #c52419;
  }

.sideBar ul ul {
  padding-bottom: 20px;
}

.sideBar ul li li {
  font-size: 14px;
  line-height: 26px;
  text-transform: none;
  border: none;
  font-weight: 400;
}

.breadcrumb {
  background-color: transparent;
  border-radius: none;
  padding: 0px;
  margin: 18px 0px;
}

  .breadcrumb li {
    font-size: 13px;
    font-weight: 700;
  }

  .breadcrumb > li + li:before {
    padding: 0px;
  }

  .breadcrumb li a, .breadcrumb > li + li:before, .breadcrumb li span {
    color: #000;
  }

    .breadcrumb li a:hover, .breadcrumb li a:focus, .breadcrumb li a:active, .breadcrumb li.active {
      color: #c52419;
      
    }

#slide1 {
  background-color: #c52419;
  background-image: url(../img/common/parallax.png);
  background-repeat: repeat-x;
  color: #ffffff;
}

.slide {
  background-attachment: fixed;
  height: auto;
  padding: 44px 0 42px;
  position: relative;
}

#slide2 {
  background-color: #c52419;
  background-image: url(../img/common/parallax-home.png);
  background-position: center bottom;
  padding: 48px 0px;
}

.startpageTopSection {
  /*height: 400px;*/
}

#topSectionLeft, #topSectionRight {
    height: 480px;
}

#topSectionLeft {
  /*background-image: url(../img/common/topsection_c-load.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


#topSectionRight {
  background-color: #c52419;
  background-image: url(../img/common/lines_red.png);
  background-repeat: revert;
  background-attachment: fixed;
  /*background-size: cover;*/
  position: relative;
  background-position: right top;
  /*background:url(../img/lines_red.png) center top no-repeat;*/
}

#topSectionRightContent {
  padding: 80px 40px 70px 80px;
  /*width: 600px !important;*/
    /*hyphens: auto;*/
}

  #topSectionRightContent h1 {
    font-size: 60px;
    color: #ffffff;
    margin-top: 0px;
  }

  #topSectionRightContent h2 {
    font-size: 17px;
    color: #ffffff;
    margin-left: 6px;
  }

#topSectionLoginContainer {
  margin-top: 20px;
  /*width: 500px;*/
}

  #topSectionLoginContainer input {
    float: left;
    width: 170px;
    margin-right: 20px;
  }

  #topSectionLoginContainer button {
    float: left;
    width: 170px;
    color: #c52419;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
    margin-right: 20px;
  }

/*.button {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  background-color: #65c8e6;
  border-radius: 5px;
  height: 45px;
  padding: 0 20px;
  color: #fff;
  margin: 6px 8px;
  min-width: 88px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-style: none;
}*/

.link-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 18px;
  height: 45px;
  padding: 13px 20px;
  color: #fff;
  min-width: 120px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-style: none;
  background-color: #fff;
  cursor: pointer;
  float: left;
  color: #c52419;
  border-radius: 20px;
  text-transform: uppercase;
  margin-right: 20px;
  display: block;
  margin: 0px;
  text-align: center;
}

.link-button:focus {
  outline: none;
}

.link-button:active {
  outline: none;
  background-color: #fafafa;
}

  .link-button:focus, .link-button:hover {
    color: #c52419;
  }

.link-button:focus {
}

.login-button {
  min-width: 160px;
}

    #topSectionLoginContainer a {
      float: left;
      color: white;
      margin-top: 10px;
      text-decoration: underline;
    }

.productIntroductionSection {
  padding-bottom: 40px;
}

#productIntroductionSection div {
  margin-left: auto;
  margin-right: auto;
}

#productIntroductionSection,
#productIntroductionSection h1,
#productIntroductionSection h3,
#productIntroductionSection p {
  text-align: center;
  color: #414141 !important;
}

  #productIntroductionSection button {
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    color: white !important;
    background-color: #69c9e4;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
  }

#productBulletSection {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

  #productBulletSection:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
  }

  #productBulletSection div {
  }


.productBulletSectionInner{
    max-width:1170px;
}

.productBullet {
  display: inline-block;
  vertical-align: top; /* vertical alignment of the inline element */
  /*padding: 10px;*/
  /*border: 2px solid red;*/
  max-width: 320px;
  font-size: 12px;
  padding: 0px 10px 30px 10px;
  min-height: 250px;
}

@media screen and (min-width: 768px) {
    /*.productBullet:not(:last-child) {*/
    .productBullet {
        margin-right: 30px;
    }
}

#productBulletSection div h1 {
  margin-top: 10px;
  font-size: 24px;
  color: #414141;
}


.productBulletIconBackground {
  /*font-size: 40px !important;*/
  color: #ffffff;
}

.productBulletIcon {
  /*font-size: 20px !important;*/
  color: #c52419;
  font-size: 0.85em;
}

.productBulletText {
  color: #414141;
  margin-top: 10px;
}

#productReferencesSection {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

  #productReferencesSection > div {
    margin-left: auto;
    margin-right: auto;
  }

  #productReferencesSection h1 {
    font-size: 30px;
    color: #414141;
    margin-top: 0px;
  }

#productReferencesSection .introduction{
    display:flex;
    justify-content: center;
}

.shortDelimiterRow {
  width: 80px;
  border-top: solid 1px #dddddd;
  margin-top: 25px;
  margin-bottom: 30px;
}

.productReferencesImagesSection {
  max-width: 900px;
}

  .productReferencesImagesSection figure {
    padding: 0px 20px 0px 20px;
  }

.productReferencesQuote {
  max-width: 680px;
  padding: 0px 20px 0px 20px;
}

#productContactSection {
  background-color: #69c9e4;
  text-align: center;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  padding-inline: 10px;
  padding-block: 0rem;

  /*min-height: 265px;*/
}

  #productContactSection > div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #productContactSection h1 {
    font-size: 35px;
    color: #ffffff;
    margin-top: 0px;
  }

.productContactSectionLeft {
  text-align: right !important;
  position: absolute;
  bottom: 0px;
}

  .productContactSectionLeft > img {
    width: 380px;
    margin-top: -25px;
  }

.productContactSectionRight {
  text-align: left !important;
  float: right;
  padding-top: 30px;
  padding-left: 20px;
}

  .productContactSectionRight > p,
  .productContactSectionRight > h6 {
    margin-top: 10px;
    color: white;
  }

  .productContactSectionRight > button {
    margin-top: 25px;
    width: auto;
    min-width: 170px;
    color: #69c9e4 !important;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 20px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
  }


/*=====================================================
7.) Footer Section 
=======================================================*/
#footer {
  margin-top: 72px;
  /*border-top: 10px solid #69c9e4;*/
  background-color: #4c4c4c;
}

  #footer * {
    font-size: 13px;
    line-height: 18px;
    color: #b4b4b4;
  }

  #footer h5, #footer h5 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #a6a6a6;
    margin-top: 0;
  }

  #footer ul {
    margin-top: 12px;
  }

  #footer a {
    color: #b4b4b4;
  }

    #footer a:hover, #footer a:focus, #footer a:active, .footerSecondry > div > div > ul > li > a:hover, .footerSecondry > div > div > ul > li > a:focus, .footerSecondry > div > div > ul > li > a:active {
      color: #69c9e4;
      text-decoration: none;
    }

  #footer > .footerSecondry > div > div > address span a:hover {
    color: #69c9e4 !important;
  }

  #footer > .footerSecondry > .row > div {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #707070;
  }

  #footer > .footerSecondry > div > div:first-child > img {
    float: left;
    margin-right: 15px;
  }

  #footer > .footerSecondry > div > div > h5 {
    margin-top: 0px;
  }

  #footer > .footerSecondry > div > div:first-child > p {
    overflow: hidden;
  }

  #footer > .footerSecondry > div > div > address {
    margin-top: 15px;
  }

  #footer > .footerSecondry > div > div > ul {
    margin-top: 0px;
  }

    #footer > .footerSecondry > div > div > ul > li > a {
      font-size: 16px;
      line-height: 30px;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      padding: 9px 0px;
    }

    #footer > .footerSecondry > div > div > ul > li:first-child > a {
      /*border-bottom: 1px solid #707070;*/
      line-height: 30px;
    }

    #footer > .footerSecondry > div > div > ul > li > a > .fa {
      width: 31px;
      height: 31px;
      background: url(../img/common/facebook-icon.png) no-repeat 0 0;
      text-indent: -100px;
      overflow: hidden;
      font-size: 30px;
      line-height: 1;
      margin-right: 14px;
      vertical-align: top;
    }

      #footer > .footerSecondry > div > div > ul > li > a > .fa.linkdin {
        background: url(../img/common/linkdin-icon.png) no-repeat 0 0;
      }

  #footer > .footerTertiary {
    padding: 24px;
  }

    #footer > .footerTertiary > div > div > ul {
      text-align: center;
      margin-top: 0px;
    }

      #footer > .footerTertiary > div > div > ul > li {
        display: inline;
        border-right: 1px solid #707070;
        padding: 0px 9px;
      }

        #footer > .footerTertiary > div > div > ul > li:last-child {
          border: none;
        }

  #footer > .footerSecondry > .row {
    border-bottom: 1px solid #707070;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  #footer > .footerSecondry > div > div p {
    margin-top: 9px;
  }

.falun img {
  margin-right: -22px;
}

.triona img {
  float: left;
  margin-right: 15px;
}

.triona p, .triona h5 {
  overflow: hidden;
}

.triona h5 {
  margin-top: 0px;
}

.triona p {
  margin-top: 9px;
}

.footerHome {
  margin-top: 0px !important;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
}
