/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
* Less Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
@media (max-width: 1100px) {
  .hide-on-desktop {
    display: block !important;
  }
  .show-on-desktop {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .show-on-desktop {
    display: block !important;
  }
  .hide-on-desktop {
    display: none !important;
  }
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666667%;
  }
  .two.columns {
    width: 13.33333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66666667%;
  }
  .five.columns {
    width: 39.33333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666667%;
  }
  .eight.columns {
    width: 65.33333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666667%;
  }
  .eleven.columns {
    width: 91.33333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66666667%;
  }
  .two-thirds.column {
    width: 65.33333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  min-height: 100%;
}
body {
  font-size: 12px;
  line-height: 1.3;
  font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5a5a5f;
  height: 100%;
  overscroll-behavior-y: none;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #022855;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* Larger than phablet */
p {
  margin-top: 0;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #0f9cc8;
}
a:hover {
  color: #0d89b0;
  text-decoration: none;
}
/* Errors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn {
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  color: #ff711b;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 36px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #c7d4dc;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input[type="submit"],
.input[type="reset"],
.input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #ff711b;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #c7d4dc;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover {
  color: #25282f;
  border-color: #70798e;
  outline: 0;
}
.input[type="submit"]:hover,
.input[type="reset"]:hover,
.input[type="button"]:hover {
  color: #25282f;
  border-color: #70798e;
  outline: 0;
}
.btn:focus {
  color: #25282f;
  border-color: #70798e;
  outline: 0;
}
.input[type="submit"]:focus,
.input[type="reset"]:focus,
.input[type="button"]:focus {
  color: #25282f;
  border-color: #70798e;
  outline: 0;
}
.btn.btn-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.btn.btn-primary a {
  color: #fff;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #0f9cc8;
  border-color: #0f9cc8;
}
.btn.btn-primary-outline {
  color: #096481;
  border-color: #33c3f0;
  border-width: 2px;
  font-weight: 500;
  line-height: 34px;
}
.btn.btn-primary-outline:hover {
  color: white;
  border-color: #33c3f0;
  background: #33c3f0;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #ff711b;
  border-color: #ff711b;
}
.btn.btn-secondary a {
  color: #fff;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #e75700;
  border-color: #e75700;
}
.btn.btn-secondary-outline {
  color: #ff711b;
  border-color: #ff711b;
  border-width: 2px;
  font-weight: 500;
  line-height: 34px;
}
.btn.btn-secondary-outline a {
  color: #ff711b;
}
.btn.btn-secondary-outline:hover {
  color: white;
  border-color: #ff711b;
  background: #ff711b;
}
.btn.btn-secondary-outline:hover a {
  color: white;
}
.btn.btn-dark {
  color: white;
  background-color: #022855;
  border-color: #022855;
}
.btn.btn-dark-outline {
  color: #022855;
  border-color: #022855;
  border-width: 2px;
  font-weight: 500;
  line-height: 34px;
}
.btn.btn-dark-outline:hover {
  color: white;
  border-color: #022855;
  background: #022855;
}
.input[type="submit"].btn-primary,
.input[type="reset"].btn-primary,
.input[type="button"].btn-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.input[type="submit"].btn-primary:hover,
.input[type="reset"].btn-primary:hover,
.input[type="button"].btn-primary:hover {
  color: #fff;
  background-color: #0f9cc8;
  border-color: #0f9cc8;
}
.input[type="submit"].btn-primary:focus,
.input[type="reset"].btn-primary:focus,
.input[type="button"].btn-primary:focus {
  color: #fff;
  background-color: #0f9cc8;
  border-color: #0f9cc8;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.select {
  height: 32px;
  padding: 6px 20px 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border: 2px solid #e3e9ed;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url('/themes/default/img/select-arrow.png') no-repeat right center;
  background-size: contain;
}
.select:focus {
  border: 2px solid #33c3f0;
  outline: 0;
}
/* Removes awkward default styles on some inputs for iOS */
.input[type="email"],
.input[type="number"],
.input[type="search"],
.input[type="text"],
.input[type="tel"],
.input[type="url"],
.input[type="password"] {
  height: 32px;
  padding: 6px 10px;
  background-color: #fff;
  border: 2px solid #e3e9ed;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input[type="email"]:focus,
.input[type="number"]:focus,
.input[type="search"]:focus,
.input[type="text"]:focus,
.input[type="tel"]:focus,
.input[type="url"]:focus,
.input[type="password"]:focus {
  border: 2px solid #33c3f0;
  outline: 0;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #e3e9ed;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.form-label {
  height: 32px;
  line-height: 32px;
  font-weight: 500;
}
.form-row {
  max-width: 500px;
  margin: 5px auto;
}
.form-row .input {
  width: 100%;
}
fieldset {
  padding: 0;
  border-width: 0;
  border: 0px solid #C3C2C2;
  padding-left: 5px;
  box-shadow: 0 0 3px rgba(153, 159, 170, 0.5);
  padding: 10px;
  margin: 0;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.none {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.table th {
  background: #c7d4dc;
}
.table th,
.table td {
  padding: 8px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table tr:last-child td {
  border: 0;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}
.table b {
  color: #25282f;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  border-width: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/**********************************************/
/**************** MAIN IBS CSS ****************/
/**********************************************/
div.main-header {
  width: 100%;
  display: block;
  background: white;
  min-height: 70px;
}
div.logo {
  float: left;
}
div.logo img {
  max-width: 180px;
  padding: 18px;
  padding-left: 15px;
}
.main-menu {
  float: right;
  text-align: left;
}
.main-menu .selected {
  color: #ff711b;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 210;
}
.main-menu ul li {
  display: block;
  position: relative;
  float: left;
}
.main-menu ul li a {
  display: block;
  text-decoration: none;
  color: #5a5a5f;
  padding: 0 12px 0 0;
  white-space: nowrap;
  font-size: 11px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 70px;
}
.main-menu ul li a:hover {
  color: #ff711b;
}
.main-menu ul li ul {
  display: none;
  background-color: white;
  position: relative;
  z-index: 210;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.main-menu ul li ul li {
  line-height: 25px;
  border-top: 1px solid #eee;
}
.main-menu ul li ul li a {
  padding: 3px 10px;
  line-height: 25px;
  font-weight: 400;
  font-size: 11px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #333;
}
.main-menu ul li ul li a:hover {
  background: #ff711b;
  color: white;
}
.main-menu ul li:hover ul {
  display: block;
  position: absolute;
}
.main-menu ul li:hover li {
  float: none;
  font-size: 14px;
}
div.currency-menu {
  width: 65px;
  float: right;
  color: #5a5a5f;
  text-align: left;
  height: 35px;
  font-size: 11px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #c7d4dc;
  margin: 15px 10px 15px 0;
}
div.currency-menu a {
  color: #5a5a5f;
  display: inline-block;
  text-decoration: none;
}
div.currency-menu div.currency-dropdown {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
}
div.currency-menu span.currency-symbol {
  color: #ff711b;
}
div.currency-menu ul {
  display: none;
  position: absolute;
  background-color: white;
  width: 65px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-top: 2px;
}
div.currency-menu ul li {
  border-bottom: 1px solid #c7d4dc;
  line-height: 35px;
  height: 35px;
  padding: 0 12px;
}
div.currency-menu ul li:last-child {
  border: 0;
}
div.currency-menu ul li:hover {
  background-color: #ff711b;
}
div.currency-menu ul li:hover span.currency-symbol {
  color: black;
}
div.currency-menu ul li a:hover {
  text-decoration: none;
  color: white;
}
div.currency-menu ul li a:hover span.currency-symbol {
  color: white;
}
div.currency-menu:hover ul {
  display: block;
}
.language-menu {
  text-align: left;
  float: right;
  width: 120px;
  height: 35px;
  font-size: 11px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 10px 15px 0;
  border: 2px solid #c7d4dc;
}
.language-menu .language-dropdown {
  line-height: 35px;
  height: 35px;
}
.language-menu .language-dropdown a {
  text-decoration: none;
}
.language-menu a {
  background-image: url('/themes/default/img/language-flags.png');
  background-repeat: no-repeat;
  padding-left: 35px;
  min-height: 20px;
  line-height: 20px;
  display: inline-block;
  color: black;
  text-decoration: none;
}
.language-menu ul {
  display: none;
  z-index: 10;
  position: absolute;
  background-color: white;
  width: 120px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-top: 2px;
}
.language-menu ul li {
  padding: 0px 10px;
  border-bottom: 1px solid #c7d4dc;
  height: 35px;
  line-height: 35px;
}
.language-menu ul li:last-child {
  border: 0;
}
.language-menu ul li:hover {
  background: #ff711b;
  color: white !important;
}
.language-menu ul li a:hover {
  text-decoration: none;
  color: white;
}
.language-menu:hover ul {
  display: block;
}
.language-menu .language-de {
  background-position: 0px -120px;
}
.language-menu .language-en {
  background-position: 0px -140px;
}
.language-menu .language-es {
  background-position: 0px 0px;
}
.language-menu .language-fr {
  background-position: 0px -20px;
}
.language-menu .language-it {
  background-position: 0px -40px;
}
.language-menu .language-ro {
  background-position: 0px -60px;
}
.language-menu .language-ru {
  background-position: 0px -80px;
}
.language-menu .language-tr {
  background-position: 0px -100px;
}
.language-menu .language-zh {
  background-position: 0px -160px;
}
.cart-menu {
  text-align: left;
  float: right;
  width: 85px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 10px 15px 0;
  border: 2px solid #c7d4dc;
}
.cart-menu a {
  color: black;
  text-decoration: none;
}
.cart-menu i {
  color: #ff711b;
  font-size: 13px;
}
#login-menu {
  float: right;
  height: 39px;
  font-size: 12px;
  line-height: 37px;
  background: #33c3f0;
  margin: 15px 10px 15px 0;
  position: relative;
  cursor: pointer;
}
div#login-button {
  padding: 0 15px;
}
div#login-button > a {
  color: white;
  text-decoration: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}
.profilebutton {
  float: right;
  display: inline;
  font-weight: bold;
  border-right: 1px solid #999999;
  position: relative;
  cursor: pointer;
}
div#login-box {
  display: none;
  position: absolute !important;
  right: 0px !important;
  top: 64px !important;
  left: auto !important;
  cursor: auto;
  z-index: 10;
  text-transform: initial;
  width: 300px;
  padding: 10px;
  background-color: #ffffff;
  color: #555555;
}
div#login-box table {
  padding: 0px;
  margin: 0px;
  width: 100%;
  border: none;
}
.display-inline {
  display: inline;
}
.display-inlineblock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.login-icon {
  vertical-align: middle;
  padding-right: 3px;
}
.social-login-btn {
  display: inline-block;
}
.social-login-btn a {
  display: block;
  height: 43px;
  width: 43px;
  background-image: url('/themes/default/img/social/social-icons.png');
  background-size: 43px auto;
}
.social-login-btn a:hover {
  text-decoration: none;
}
.social-login-btn .facebook {
  background-position: 0px -172px;
}
.social-login-btn .twitter {
  background-position: 0px -86px;
}
.social-login-btn .google {
  background-position: 0px 0px;
}
.social-login-btn .linkedin {
  background-position: 0px -43px;
}
.social-login-btn .yahoo {
  background-position: 0px -129px;
}
.social-login-btn2 {
  display: inline-block;
}
.loginbox-links:hover {
  background-color: #ffffff !important;
  color: #1889E0 !important;
}
.accountbox-links {
  text-align: center;
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
  text-transform: initial;
}
.accountbox-links:hover {
  background-color: #f8f8f8;
}
.accountbox-links a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  color: #1889E0;
}
.lbclosebtn {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 25;
  font-size: 20px;
}
.lbclosebtn a {
  color: #ff711b;
}
.lbclosebtn a:hover {
  color: #ff711b;
}
.lightbox {
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', direction=145, strength=3);*/
  /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;*/
  background-color: #fff;
  display: none;
  z-index: 10;
  position: fixed;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.lightboxinner {
  position: relative;
  z-index: 20;
}
.lightboxtitle {
  font-weight: bold;
  color: #FF8639;
  font-size: 1.2em;
}
/****** SEARCH CONTAINER *****/
.search-container {
  height: 300px;
  position: relative;
  background: url("/themes/default/img/purple-bg.jpg") bottom center;
  background-size: cover;
  margin-bottom: 20px;
}
.search-container form#search-form {
  margin: 0px auto;
  width: 100%;
  position: absolute;
}
.search-container div.wrapper {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 10px;
  vertical-align: top;
}
.search-container div#search-textarea-wrapper {
  display: table-cell;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
}
.search-container textarea#search-textarea,
.search-container input#search-textarea {
  font-size: 14px;
  font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  padding: 10px;
  height: 50px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: block;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-container div#search-button-wrapper {
  display: table-cell;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
}
.search-container input#search-button {
  background: #ff711b;
  font-size: 13px;
  color: white;
  border: 0;
  padding: 10px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-container-small {
  height: 90px;
  background: url("/themes/default/img/purple-bg.jpg") center 200px;
  background-size: cover;
  margin-bottom: 20px;
}
.search-container-small div.wrapper {
  padding: 20px 10px;
}
.search-bar-standalone form#search-form {
  margin: 0px auto;
  width: 100%;
}
.search-bar-standalone div.wrapper {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 10px;
  vertical-align: top;
}
.search-bar-standalone div#search-textarea-wrapper,
.search-bar-standalone div#search-button-wrapper,
.search-bar-standalone div#search-wrapper {
  display: table-cell;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  height: 50px;
}
.search-bar-standalone input#search-textarea,
.search-bar-standalone textarea#search-textarea {
  font-size: 14px;
  border: 2px solid #ff711b;
  padding: 10px;
  height: 100%;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-bar-standalone input#search-button {
  background: #ff711b;
  font-size: 13px;
  color: white;
  border: 0;
  padding: 10px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*********************** FOOTER ***************************/
.footer {
  background-color: #25282f;
  color: #ffffff;
  padding: 20px 10px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
.footer ul.menu-links {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer ul.menu-links li {
  padding: 4px 0;
}
.footer ul.menu-links li b.menu-title {
  font-size: 13px;
  color: white;
}
.footer ul.menu-links li a {
  color: #acacae;
}
.footer img#payment-logos {
  margin: 10px 0;
  max-width: 100%;
}
.footer h3#needhelp {
  color: #ff711b;
  margin: 20px 0;
  font-size: 22px;
}
.footer .btn {
  margin: 10px 0;
  border: 2px solid #33c3f0;
  color: white;
  line-height: 32px;
  font-size: 12px;
}
.footer .btn:hover {
  background-color: #33c3f0;
  border: 2px solid #33c3f0;
}
.footer .btn-info {
  font-size: 13px;
  font-weight: 300;
  color: #acacae;
}
.footer div#company {
  color: #acacae;
  font-size: 12px;
}
/********************* SIDE NAV *********************/
/* The side navigation menu */
#sidebar {
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 300px;
  background-color: white;
}
#sidebar.right {
  right: -300px;
  text-align: right;
}
#sidebar.left {
  left: -300px;
}
#sidebar a {
  text-decoration: none;
  display: block;
}
#sidebar .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}
#sidebar nav ul li {
  text-align: left;
  font-size: 11px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#sidebar nav ul li ul {
  display: none;
}
#sidebar nav ul li ul li {
  border-left: 15px solid #888f99;
}
#sidebar nav ul li ul li a {
  color: #888f99;
}
#sidebar nav ul li a {
  color: #5a5a5f;
  padding: 0 20px;
  line-height: 45px;
  min-height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#sidebar nav ul li i.fa {
  font-size: 18px;
  color: #33c3f0;
  float: right;
  line-height: 45px;
  display: block;
  width: 20px;
  text-align: center;
}
#sidebar nav ul li i.fa-caret-down {
  color: #ff711b;
}
#sidebar nav ul li.title {
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  background: #25282f;
  min-height: 70px;
  line-height: 70px;
}
#sidebar nav ul li.title i.fa {
  line-height: 70px;
  color: white;
}
#sidebar nav ul li:last-child {
  border-bottom: 0px;
}
#sidebar-open-trigger {
  display: none;
  padding: 20px;
  color: #ff711b;
}
@media (max-width: 1100px) {
  .header-menu-link {
    display: none;
  }
  #sidebar-open-trigger {
    display: block;
  }
}
.searchbar {
  position: relative;
}
#viewer {
  width: 100%;
  height: 300px;
  position: absolute;
}
#overlay {
  width: 100%;
  height: 300px;
  background: url('/themes/default/img/search-mask-bull.png') center bottom;
  position: absolute;
}
/* HomePage */
#tracker-tab-menu {
  margin: 10px 0 30px 0;
  border-bottom: 2px solid #ff711c;
}
#tracker-tab-menu .btn {
  border: 0;
  color: #888f99;
  font-weight: 600;
}
#tracker-tab-menu .btn:hover {
  border: 0;
  color: #5a5a5f;
  font-weight: 600;
}
#balance-box {
  padding: 15px;
  color: #888f99;
  font-weight: 500;
}
#balance-box .amount {
  color: #ff711b;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#balance-box .number {
  color: #022855;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#balance-box .pipe {
  opacity: 0.3;
  display: inline-block;
  padding: 0 10px;
}
#balance-box b {
  font-weight: 600;
}
div.notification-alert {
  background: #33c3f0;
  color: white;
  margin: 10px 0;
}
ul#domain-toolbar {
  background: #33c3f0;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  z-index: 99999;
}
ul#domain-toolbar li {
  position: relative;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #999faa;
}
ul#domain-toolbar li a,
ul#domain-toolbar li input[type="submit"],
ul#domain-toolbar li input[type="button"],
ul#domain-toolbar li select {
  background-color: transparent;
  color: white;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
  font-weight: 500;
  font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  width: 100%;
  text-align: left;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul#domain-toolbar li option {
  color: darkslategray;
  padding: 5px;
  margin: 5px;
}


ul#domain-toolbar li select {
  background: url('/themes/default/img/select-arrow-white.png') no-repeat right center;
  background-size: contain;
}
ul#domain-toolbar li ul {
  display: none;
}
ul#domain-toolbar > li {
  border-top: 0px;
  background: #33c3f0;
  float: left;
}
ul#domain-toolbar > li > a,
ul#domain-toolbar > li > input[type="submit"],
ul#domain-toolbar > li > input[type="button"],
ul#domain-toolbar > li > select {
  height: 40px;
  line-height: 40px;
}
ul#domain-toolbar ul {
  padding: 0;
  margin: 0;
  position: absolute;
}
ul#domain-toolbar ul ul {
  left: 100%;
  top: 0;
  margin-left: 1px;
  margin-top: -1px;
  z-index: 60;
  position: absolute;
}
ul#domain-toolbar ul:before,
ul#domain-toolbar ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul#domain-toolbar ul:after {
  clear: both;
}
#domain-search-filter.search-bar-standalone textarea#search-textarea {
  border: 2px solid #888f99;
}
#domain-search-filter.search-bar-standalone input#search-button {
  background: #888f99;
}
table.dataTable thead th {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
  border-bottom: 1px solid #c7d4dc !important;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #c7d4dc !important;
}
#HomePageDomainTable .tableheader,
#HomePageDomainTable .sortHeader {
  background: none;
  border: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
#HomePageDomainTable .tableheader {
  border-bottom: 2px solid #c7d4dc;
  border-top: 1px solid #c7d4dc;
  padding: 15px 10px 11px 10px;
  height: 23px;
  color: #25282f;
}
#HomePageDomainTable {
  border: 0;
}
#HomePageDomainTable .tablecell {
  border-right: 0;
  padding: 2px;
  border-bottom: 1px solid #c7d4dc;
  height: 30px;
}
#HomePageDomainTable .kiketable-colsizable-handler {
  border: 0;
}
.loginContent {
  border: 0;
}
.blogpost:hover > div {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) !important;
}
.blogpost:hover h5 {
  color: #ff711b !important;
}
/*** .eth page specific ***/
#ens-header {
  height: 200px;
  background: #00a3d9 url('/themes/default/img/ethereum-logo-repeat.png') repeat-y;
}
@media (max-width: 1100px) {
  #ens-header {
    background: #00A3D9;
  }
}
/* The ribbons */
.corner-ribbon {
  width: 250px;
  background: #00a3d9;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 40px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-weight: 400;
  font-size: 15px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
/* Custom styles */
.corner-ribbon.sticky {
  position: fixed;
}
.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/* Different positions */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-left {
  top: auto;
  bottom: 40px;
  left: -65px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right {
  top: auto;
  right: -65px;
  bottom: 40px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}
.corner-ribbon.black {
  background: #333;
}
.corner-ribbon.grey {
  background: #999;
}
.corner-ribbon.blue {
  background: #39d;
}
.corner-ribbon.green {
  background: #2c7;
}
.corner-ribbon.turquoise {
  background: #1b9;
}
.corner-ribbon.purple {
  background: #95b;
}
.corner-ribbon.red {
  background: #e43;
}
.corner-ribbon.orange {
  background: #e82;
}
.corner-ribbon.yellow {
  background: #ec0;
}
/* box */
div.box-container {
  box-shadow: 0 0 3px rgba(153, 159, 170, 0.5);
  padding: 10px;
}
.montserrat {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
