/*
Theme Name: TX Solution
*/
/* line 9, style.scss */
html,
body {
  height: 100%;
  background: black url("./img/body.png");
  color: white;
  font-family: 'Open Sans', sans-serif;
}

/* line 16, style.scss */
.lead {
  font-size: 18px;
}

/* line 20, style.scss */
.container {
  max-width: 1000px;
}

/* line 24, style.scss */
.hr {
  overflow: hidden;
  border-top: 1px solid #cc4e00;
  background: #ff8133;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 33, style.scss */
.header {
  margin: 18px 0;
  position: relative;
}
/* line 37, style.scss */
.header .home-link {
  color: white;
  font-size: 24px;
  text-decoration: none;
  padding-top: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 46, style.scss */
.header .home-link:hover {
  color: #ff6200;
}
/* line 51, style.scss */
.header .info {
  color: gray;
  font-size: 9px;
}
/* line 56, style.scss */
.header .lang {
  margin-bottom: 6px;
  position: absolute;
  top: -12px;
  right: 0;
  text-transform: uppercase;
}
/* line 63, style.scss */
.header .lang a {
  display: inline-block;
  padding: 2px;
  color: #cccccc;
}
/* line 69, style.scss */
.header .lang .active {
  box-shadow: none;
  color: #ff6200;
  font-weight: bold;
}
/* line 76, style.scss */
.header .navigation {
  text-align: right;
  float: right;
  margin-top: 20px;
  margin-bottom: 6px;
}
/* line 82, style.scss */
.header .navigation .btn {
  border: 0;
}
/* line 85, style.scss */
.header .navigation .btn:hover {
  background-color: #cccccc;
}
/* line 90, style.scss */
.header .navigation .active {
  box-shadow: none;
  color: white;
  background-color: #ff6200;
}

/* line 98, style.scss */
.content {
  background: #ff6200;
  padding: 10px 30px 20px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 104, style.scss */
.content a {
  color: white;
  text-decoration: underline;
}
/* line 108, style.scss */
.content a:hover {
  color: #e6e6e6;
  text-decoration: none;
}

/* line 115, style.scss */
.img-contact {
  float: left;
  margin-right: 12px;
}

/* line 120, style.scss */
.jumbotron-riga {
  height: 300px;
  background: #003366 url("./img/riga.jpg?0");
  background-size: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-top: 12px;
  opacity: 0;
}

/* line 129, style.scss */
.jumbotron-home {
  background: black url("./img/manhattan.jpg");
  background-size: cover;
  padding: 10px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 12px;
}
/* line 137, style.scss */
.jumbotron-home .jumbotron-home-back {
  background: black;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 149, style.scss */
.jumbotron-home br {
  display: none;
}
/* line 153, style.scss */
.jumbotron-home .customer-country {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 24%;
  text-align: center;
  padding: 12px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 16px;
}

/* line 165, style.scss */
.press {
  padding: 12px 12px 12px 122px;
  background: #ff6200;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 170, style.scss */
.press .press-text a {
  color: #662700;
}
/* line 174, style.scss */
.press:hover {
  background: #b34500;
}
/* line 177, style.scss */
.press:hover .press-text a {
  color: black;
}
/* line 182, style.scss */
.press a {
  text-decoration: none;
}
/* line 186, style.scss */
.press .press-date {
  float: left;
  margin-top: 0;
  margin-left: -110px;
}
/* line 192, style.scss */
.press .press-title {
  margin-bottom: 6px;
}

/* line 199, style.scss */
.contacts {
  float: left;
  width: 49%;
  margin-bottom: 12px;
}
/* line 205, style.scss */
.contacts .img-thumbnail {
  margin-right: 12px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

/* line 213, style.scss */
.footer {
  margin: 12px 0;
  padding-bottom: 20px;
  text-align: center;
}

.easy-table tbody tr:hover td, .easy-table tbody tr:hover th {
background-color: #FF8437 !important;
}