@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,400i,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
body {
  margin: 0;
}

header {
  background: #f46f25;
}

.header-title a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

nav .nav-icon {
  width: 25px;
  margin-right: 10px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.nav-icon-line {
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
}

nav {
  background: #222;
  text-align: center;
}

#nav-ul {
  margin-bottom: 0;
  font-size: 0;
}

#nav-ul li {
  font-size: 16px;
}

#nav-ul li a {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

#nav-ul li a:hover {
  background: #ccc;
  color: #000;
}

.bread-box {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ddd;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .bread-box {
    display: none;
  }
}

#nav-breadcrumb {
  padding-left: 0;
}

#nav-breadcrumb li {
  display: inline-block;
  list-style: none;
}

#nav-breadcrumb a {
  text-decoration: none;
  color: black;
}

footer {
  background: #222;
  color: #fff;
  text-align: center;
  margin-bottom: -20px;
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  header {
    width: 100%;
    padding-top: 20px;
  }

  header .header-banner {
    width: 1281px;
    max-width: 96vw;
    margin: auto;
    padding-bottom: 20px;
  }

  header .header-banner h1, header .header-banner h2 {
    margin: 0;
  }

  ol#nav-breadcrumb {
    width: 1281px;
    max-width: 96vw;
    margin: auto;
  }

  main {
    width: 1281px;
    max-width: 96vw;
    margin: 0 auto 40px;
  }

  #nav-ul li {
    display: inline-block;
  }

  #nav-ul li a {
    padding: 10px 15px;
    display: block;
    height: 100%;
  }

  .nav-icon {
    display: none;
  }

  nav .header-title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #nav-ul {
    display: none;
    padding-left: 0;
    margin-top: 23px;
    background-color: #222;
  }

  .header-title {
    display: none;
  }

  .header-description {
    display: none;
  }

  #nav-ul li {
    text-decoration: none;
    list-style: none;
    color: black;
    text-align: center;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    padding: 5px 0;
  }

  nav {
    min-height: 40px;
    background: #f46f25;
  }

  .nav-head {
    padding: 8px 4px;
    position: relative;
  }

  nav .header-title {
    margin: 0;
    display: block;
    padding: 10px 0 10px 10px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  main > h1 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  main {
    max-width: 90vw;
    margin: 0 auto 40px;
  }
}
.country-list {
  padding-left: 0;
}

.country-list li {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  width: calc(20% - 2px);
  height: 60px;
  border: 1px solid #eee;
  margin: 0;
}

.country-list li a {
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  transition: background 0.2s;
}

.country-list li a, .country-list li a:link, .country-list li a:visited, .country-list li a:active {
  color: #444;
  outline: 0;
}

.country-list li a:hover {
  background: #444;
  color: #eee;
}

.country-list li a span {
  line-height: 1.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .country-list li {
    width: calc(100% - 2px);
    height: 60px;
  }
}
.dev-list {
  border-bottom: 2px solid #222;
}

section.dev-list a {
  height: 100%;
  text-decoration: none;
  color: #000;
  outline: 0;
}

.developer-container {
  padding: 10px;
}

.dev-list:nth-child(odd) {
  background: #f0f0f0;
}

.dev-list:first-of-type {
  border-top: 2px solid #222;
}

.developer-information a:hover, .developer-image:hover {
  background: #e0e0e0;
}

.developer-image {
  display: inline-block;
}

.developer-city {
  display: flex;
}

section.dev-list a > img {
  display: inline-block;
  width: 130px;
  height: auto;
  margin-right: 20px;
  vertical-align: top;
}

section.dev-list a > div {
  display: inline-block;
  width: calc(100% - 155px);
}

section.dev-list h3 {
  margin-top: 0;
}

section.dev-list p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .no-developers {
    padding: 0 10px;
  }
}
.dev-info > img {
  display: inline-block;
  width: 130px;
  height: auto;
  margin-right: 20px;
  vertical-align: top;
}

.dev-info a {
  text-decoration: none;
  color: #000;
}

.dev-info a:hover {
  background: #e0e0e0;
}

#developer-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

#developer-table td, #developer-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#developer-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#developer-table tr:hover {
  background-color: #ddd;
}

#developer-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: red;
  color: white;
  width: 25%;
}

@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #developer-table th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #developer-table tr {
    border: 1px solid #ccc;
  }

  #developer-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    background: linear-gradient(90deg, red 45%, #FFF 0%);
  }

  #developer-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
  }

  #developer-table td::before {
    content: attr(data-content) "";
  }
}
@media screen and (max-width: 520px) {
  #developer-table td:nth-of-type(4):before {
    content: "Certification \a Duration";
    white-space: pre;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?lwktrp");
  src: url("/fonts/icomoon.eot?lwktrp#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?lwktrp") format("truetype"), url("/fonts/icomoon.woff?lwktrp") format("woff"), url("/fonts/icomoon.svg?lwktrp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

#social {
  position: fixed;
  left: 50%;
  margin-left: -792px;
  top: 197px;
  display: block;
}

.social-list {
  font-size: 20px;
  line-height: 1.714285714286em;
  letter-spacing: .025em;
  color: #fff;
}

.social-list li {
  list-style: none;
}

.social-list .social {
  border-radius: 2px;
  margin: 10px 0 0;
}

.social-list .url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  padding: 9px 5px;
  color: inherit;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-list .twitter {
  background: #29c5f6;
}

.social-list .linkedin {
  background: #3a9bdc;
}

.social-list .facebook {
  background: #6788ce;
}

.entry-share {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f2f2f2;
  border-right-color: #f2f2f2;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-color: #f2f2f2;
  border-left-style: solid;
  border-left-width: 1px;
  border-left: 0;
  border-right: 0;
  margin: 60px 0 32px;
}

.entry-share .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-share .social {
  margin-left: 10px;
}

.entry-share .social-list .social {
  margin: 0 0 0 10px;
}

.entry-share h3 {
  font-weight: 100;
  margin: 0;
  line-height: 1.6363;
  font-size: 22px;
}

@media (max-width: 768px) {
  #social {
    display: none;
  }

  .entry-share h3 {
    display: none;
  }

  .entry-share .social-list {
    padding-left: 0;
  }
}
