/* General body settings */

body {
  color: #3e4d5c;
  direction: ltr;
  font: 400 13px 'PF Din Display', Arial, sans-serif;
  background: #fff;
}


/* NO FULLWIDTH BLACK BORDERS START
   IF YOU DON'T WANT BLACK BORDERS TO BE FULLWIDTH PLEASE
   UNCOMMENT THE FOLLOWING LINES                          */
/*body {
  width: 1280px;
  margin: 0 auto !important;
}

body .header {
  box-shadow: none !important;
}*/

/* OR ADD no-fullscreen class to body element */
body.no-fullscreen {
  width: 1280px;
  margin: 0 auto !important;
}

body.no-fullscreen .header {
  box-shadow: none !important;
}

/* FULLWIDTH BLACK BORDERS END*/

/* Firefox specific issues */
@-moz-document url-prefix() {
  .fullwidth-container .gray-box {
    height: 20px;
    top: -20px;
  }

  .headline .bullet {
    top: 48% !important;
  }
}

/* Firefox specific issues END  */


/***
General typography
***/

h1,
h2,
h3,
h4,
h5 {
  font: 300 'PF Din Display', sans-serif;
  margin: 0 0 10px;
}

h1 {
  margin-bottom: 15px;
}

.main h1 {
  margin-top: -6px;
}

/***
Fix link outlines after click
***/

a {
  color: #E02222;
}

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

a:hover {
  color: #E02222;
  text-decoration: underline;
}

/***
Misc tools
***/

.top-align {
  vertical-align: top;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-27 {
  padding-left: 27px !important;
}

.no-decoration {
  text-decoration: none !important;
}

input.form-control {
  border-color: #dbdbdb;
  color: #777;
  font: 14px Arial, sans-serif;
  border-radius: 0;
  box-shadow: none;
}

input.form-control:focus {
  box-shadow: none;
  border: solid 1px #dbdbdb;
}

*html .clearfix {
  zoom: 1;
}

.font-transform-inherit {
  text-transform: inherit !important;
}

/***
Custom Scrollbars
***/

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */

@-ms-viewport {
  width: auto !important;
}

::-moz-selection {
  color: #fff;
  background: #e45000;
}

::selection {
  color: #fff;
  background: #e45000;
}

/* Global classes */

.fullwidth-container {
  width: 100%;
  position: relative;
  padding: 0;
  background: #000;
}

.fullwidth-container .gray-box {
  position: absolute;
  right: 0;
  width: 500px;
  height: 19px;
  top: -19px;
  z-index: 1;
  background: #6e6d6d;
  border-top: 1px solid #b6b6b6;
}

.rightwidth-container {
  margin-left: 100px;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #6e6d6d;
  border-top: 1px solid #b6b6b6;
  z-index: 2;
}

.rightwidth-container .header-navigation {
  background: #6e6d6d;
}

.fullwidth-container .empty-menu {
  height: 24px;
}

/***
Header and header elements
***/

.header {
  box-shadow: 0 1px 3px #ddd;
  background: #fff;
  border-radius: 0;
  z-index: 999;
  position: relative;
}

/*
.header .social {
  padding-top: 80px;
  margin: 0;
}
*/

.header .social {
  margin-bottom: 20px;
}

.header .social .form-control {
  height: 17px;
  width: 160px;
  font-size: 11px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.header .social .form-group {
  margin: 0;
}

.header .social input {
  background: #000;
}

.header .social li {
  padding: 0 0 0 4px;
  overflow: hidden;
}

.header .social li a {
  display: inline-block;
  border-radius: 50%;
  padding: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.header .social li a i {
  font-size: 11px;
}

.header .container {
  position: relative;
}

.site-logo {
  float: left;
  font-size: 23px;
  font-weight: 400;
  margin-right: 67px;
  padding-top: 22px;
  padding-bottom: 5px;
}

.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 25px 0 0 30px;
  position: relative;
  background: #fff url(../img/icons/toggler.png) no-repeat 6px 8px;
}

.header .mobi-toggler i {
  display: none;
}

.header .mobi-toggler:hover {
  background: #e34f00 url(../img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #e34f00;
  color: #fff;
}

/* Navigation */

.header-navigation {
  font: 14px 'PF Din Display', sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.header-navigation.first-level li a {
  font-size: 13px;
}

.header-navigation.second-level {
  margin-left: 85px;
}

.header-navigation.second-level li a {
  font-size: 17px;
}

.header-navigation.third-level {
  margin: 0 auto;
  width: 50%;
}

.header-navigation.third-level li a {
  font-size: 14px;
}

/* .header-navigation.third-level > ul > li {
  max-width: 120px;
} */

.header-navigation ul {
  margin: 0;
  list-style: none;
}

.header-navigation > ul > li {
  float: left;
  margin: 5px 0;
  text-align: center;
}

.header-navigation > ul > li > a {
  display: block;
  padding: 0px 10px;
}

.header-navigation.less-height > ul > li > a {
  line-height: 14px;
}

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus {
  color: #e02222;
  background: #fcfcfc;
  text-decoration: none;
}

.header-navigation.dotted > ul > li {
  border-left: 1px dotted #9f9f9f;
}

.header-navigation.dotted > ul > li:last-child {
  border-right: 1px dotted #9f9f9f;
}

.header-navigation.solid > ul > li {
  border-right: 1px solid #9f9f9f;
}

.header-navigation.solid > ul > li:last-child {
  border: none;
}

.rightwidth-container .header-navigation > ul > li {
  margin: 2px 0 0;
}

/* dropdown menu */

@media (min-width: 1025px) {
  .header-navigation > ul > li:hover > .dropdown-menu {
    display: block;
  }
}

.header-navigation,
.header-navigation .dropdown {
  position: static;
}

.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;
  padding: 0;
  position: absolute;
  border: none;
  /*box-shadow: 5px 5px rgba(91, 91, 91, 0.2);*/
  box-shadow: none;
  text-transform: none;
  font: 14px 'PF Din Display', sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  z-index: 9999;
}

.header-navigation > ul > li > .dropdown-menu {
  margin-top: -5px;
  z-index: 1001;
  box-shadow: none;
}

.header-navigation .dropdown-menu li {
  padding: 0;
  margin: 0;
  position: relative;
  float: none;
}

.header-navigation .dropdown-menu li:last-child {
  border: none;
}

.header-navigation .dropdown-menu li > a {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  text-align: center;
}

.header-navigation .dropdown-menu li > a strong {
  display: inline-block;
  margin-top: 5px;
}

.header-navigation .dropdown-menu > li > a:hover {
  background: #e6400c;
  color: #fff;
}

.header-navigation .dropdown-menu a {
  position: relative;
}


/* page slider */

.page-slider {
  clear: both;
}


.steps-block ::-moz-selection {
  color: #e45000;
  background: #fff;
}


/* paginations */

.pagination {
  border-radius: 0;
  margin: 0;
}

.pagination > li {
  display: inline-block;
  margin-left: 5px;
}

.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 25px !important;
  border: none;
  color: #868c93;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  padding: 4px 12px 8px;
}

/* content page */

.content-page {
  background: #fff;
  padding: 20px;
  margin-right: 10px;
}

.corporate .content-page {
  padding: 0 0 20px;
}

.content-page a {
  color: #000;
}

.content-page a:hover {
  color: #E02222;
}

.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5 {
  /*text-transform: inherit;*/
  padding-top: 10px;
}

.content-page h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 7px;
}

.content-page h4 {
  font-size: 17px;
  margin-bottom: 4px;
}

.content-page h5 {
  font: 700 15px 'PF Din Display', Arial, sans-serif;
  margin-bottom: 2px;
}

.content-page p,
.content-page .list-unstyled {
  margin-bottom: 20px;
}

.content-page .list-unstyled li {
  margin-bottom: 3px;
  padding-bottom: 15px;
}


/***
Pre-Footer and pre-footer elem
***/

.pre-footer {
  border-top: 3px solid #96181c;
  margin: 40px 0px; /* if you don't like you can add 20px left right margin using: 40px 20px */
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.bg-textured {
  background: url('../img/textures/gray-pattern.png') left top repeat transparent;
  overflow: hidden;
}

.row.shadowed {
  position: relative;
}

.row.shadowed.sitemap {
  margin-right: 0;
  margin-left: 0;
}

.row.shadowed:after {
  content: " ";
  background: url('../img/textures/shadow.png') left top no-repeat transparent;
  background-size: 100% 100%;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: -34px;
}


/* footer */

.footer {
  color: #000;
  padding: 0px 20px 5px 0;
  font-size: 12px;
}

.footer.bordered {
  border-top: 3px solid #000;
}

.footer a {
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

.footer .list-inline > li:last-child {
  padding-right: 0;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul.terms li {
  border-right: 1px solid #868685;
}

.footer ul.terms li:first-child {
  padding-left: 0;
}

.footer ul.terms li:last-child {
  border: none;
}

.footer ul.terms li a {
  color: #868685;
  text-decoration: none;
}

.footer ul.terms li a:hover {
  color: #BC1018;
}


/***
Font awesome icons styles
***/

li [class^="fa-"],
li [class*=" fa-"] {
  display: inline-block;
  /* width: 1.25em; */
  text-align: center;
}

/* Services Box */

.promo {
  margin: 60px 60px 20px;
}

.promo .separator {
  border: 1px dashed #c8c9ca;
  margin: 29px 40% 20px;
}

.service-box-container {
  padding: 0 60px;
  overflow: hidden;
}

.service-box {
  margin: 0 40px 40px;
  display: flex;
  justify-content: center;
}

.service-box .service-box-heading {
  padding: 5px 0;
}

.service-box .service-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size: 20px;
  height: 32px;
  width: 20px;
  line-height: 32px;
  text-align: center;
  vertical-align: baseline;
}

.service-box .service-box-heading span {
  color: #444;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-left: 0px;
  display: inline-block;
}

.service-box ul {
  padding-left: 20px;
  list-style: none;
}

.service-box ul li {
  margin-bottom: 10px;
}

.service-box ul li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  margin: 0 5px 0 -15px;
}

/* Headlines */

.headline {
  margin: 65px 40px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.headline span {
  display: inline-block;
}

.headline .strike-border {
  background: #000;
  padding: 1px;
  margin: 12px 0;
  width: 38.4%;
}

.headline .text {
  width: 160px;
  margin: 0 2%;
  font-size: 42px;
  font-weight: 100;
}

.headline .bullet {
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 49%;
  border-radius: 50%;
}

/* Contact Box */

.contact-box-heading h1 {
  margin: 10px;
  font-weight: 400;
}

.contact-box ul li {
  margin-bottom: 10px;
  font-weight: 700;
}

/* PGP */

.pgp .contact-box-heading:before {
  content: " ";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  top: 50px;
  left: 30%;
  width: 25px;
  height: 25px;
}

.pgp .contact-box-heading:after {
  content: " ";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0px;
  right: 28%;
  width: 25px;
  height: 25px;
}

/* Content Pages */

.section-header {
  margin: 60px 20px 20px !important;
  position: relative;
  font-weight: 100;
}

.section-header span.line {
  background: #000;
  width: 99.5%;
  height: 2px;
  display: flex;
  align-items: center;
}

.section-header span.line:after {
  content: " ";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: absolute;
}

.section-header span.text {
  font-size: 38px;
  font-weight: 100;
  display: block;
  position: absolute;
  bottom: -12px;
  background: #fff;
}

.section-header.left span.line:after {
  right: 0;
}

.section-header.left span.text {
  left: 0;
  padding-right: 15px;
}

.section-header.right span.line:after {
  left: 0;
}

.section-header.right span.text {
  right: 0;
  padding-left: 15px;
}


/* Front Carousel */

.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}

.front-carousel .carousel-control:hover {
  opacity: 0.6;
}

.front-carousel .carousel-control i {
  font-size: 27px;
  position: relative;
  top: 6px;
  color: #fff;
}

.front-carousel .carousel-control.right i
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}

.front-carousel .carousel-control.left {
  left: 0;
}

.front-carousel .carousel-control.right {
  right: 0;
}


/* Blog Page */

.blog-posts {
  color: #575756;
  font-weight: 400;
  font-size: 12pt;
  padding-right: 30px;
}

.blog-posts p {
  text-align: justify;
  font-size: 12pt;
  line-height: 19px;
}

.advisories .blog-posts p {
  text-align: left;
}

.advisories .blog-posts .row.entry {
  padding-left: 0;
}

.blog-posts .carousel {
  margin-bottom: 0;
}

.blog-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left: 0;
}

.blog-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
}

.blog-posts .pagination li {
  margin-left: 0px;
  margin-right: 0px;
}

.blog-posts .pagination>li>a {
  padding: 2px;
}

.blog-posts .pagination .active > a,
.blog-posts .pagination .active > a:hover {
  background: none;
  color: #BC1018;
}

.blog-posts .more {
  color: #E84D1C;
}

.blog-posts .row.entry {
  padding: 20px;
  margin-bottom: 20px;
}

.blog-posts .row-container:nth-child(odd) {
  background: url('../img/textures/gray-pattern.png') left top repeat transparent;
  position:relative;
}

.blog-posts .row-container:nth-child(odd):after {
  content: " ";
  background: url('../img/textures/shadow.png') top left no-repeat transparent;
  position: absolute;
  background-size: 100% 100%;
  height: 35px;
  width: 100%;
  left: 0;
  bottom: -34px;
}

.blog-sidebar {
  padding-right: 5px;
}

/* Advisories */

.advisories h1,
.advisories h2,
.advisories h3,
.advisories h5 {
  font-weight: 900;
}

.advisories table {
  margin: 20px 0;
}

.advisories table td {
  padding: 5px 20px 2px 0;
  border-bottom: 1px solid #000;
}

.advisories table td:nth-child(2) {
  text-align: left;
}

.advisories table.no-border td {
  border: none;
}

.advisories hr.sep {
  background: url('../img/separator.png') top left no-repeat transparent;
  width: 250px;
  height: 1px;
  border-top: 0;
  margin: 5px auto 20px;
}

/* Services */

.services-info {
  padding-left: 0px;
  padding-right: 0px;
}

.services-info h1,
.services-info h2,
.services-info h3,
.services-info h4,
.services-info h5 {
  color: #000;
  font-weight: 400;
}

/* Promo Services */

.promo-services li {
  width: 240px;
  margin: 0 0 10px 0;
}

.promo-services li a {
  font-size: 25px;
  line-height: 25px;
  font-weight: 100;
  color: #bc1018;
  display: block;
}

/* Blog Sidebar */

.recent-news {
  overflow: hidden;
  clear: both;
}

.recent-news h4 {
  background: #000;
  color: #f1cb0c;
  padding: 5px;
  font-weight: 400;
  font-size: 22px;
  font-family: 'PF Din Text', Arial, sans-serif;
}

.recent-news h2 {
  font-weight: 100;
  font-size: 40px;
  font-family: 'PF Din Text', Arial, sans-serif;
}

.recent-news ul > li {
  border-bottom: 1px dashed #9b9b9b;
  padding: 10px 0;
  position: relative;
  font-family: 'PF Din Text', Arial, sans-serif;
}

.recent-news ul > li .details {
  margin: 0 0 0 30px;
  font-size: 15px;
}

.recent-news ul > li .details a {
  color: #3d3d3c;
  font-weight: 400;

}

.recent-news ul > li .details span {
  color: #575756;
  font-weight: 200;
}

.recent-news ul > li i {
  position: absolute;
  left: -5px;
  top: 17px;
  color: #999999;
}


/* Blog Item */

.blog-item {
  color: #575756 !important;
  font-weight: 300;
  font-size: 12pt;
  padding-right: 30px;
  text-align: justify;
}

.blog-item h1,
.blog-item h2,
.blog-item h3,
.blog-item h5 {
  color: #000;
  font-weight: 400;
  text-align: left;
}

.blog-item h1 {
  font-size: 38px;
}

.blog-item .blog-item-img {
  margin: 6px 0 25px;
  position: relative;
}

.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}

.blog-item .blog-item-img .carousel:before {
  content: " ";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 25px;
  height: 25px;
}

.blog-item .blog-item-img .carousel:after {
  content: " ";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
}

.blog-item blockquote {
  margin: 20px 40px 18px;
  border-color: #E84D1C;
}

.blog-item .blog-info {
  margin: 20px 0;
  padding: 8px 0;
}

.blog-item .blog-info li {
  padding-left: 13px;
  border-left: solid 1px #ECEBEB;
}

.blog-item .blog-info li:first-child {
  padding-left: 0;
  border-left: none;
}

.blog-item .blog-item-img .carousel-control {
  top: 45%;
}

/* Social */

.social ul li {
  border-right: 1px solid #9b9b9b;
  padding: 0 10px;
}

.social ul li:last-child {
  border-right: none;
}

.social ul li i {
  font-size: 20px;
}

.social ul li span {
  display: block;
  color: #E84D1C;
}

.social ul li svg {
  fill: #000;
}

.social ul li svg:hover {
  fill: #BC1018;
}

/* Header Contact Button */
.header .contact-button a {
  color: #FFF 
}

.header .contact-button a:hover {
  color: #e02222;
  text-decoration: none;
}