/* ======================== */
/* general                  */
/* ======================== */
/* ======================== */
/* font sizes               */
/* ======================== */
/* ======================== */
/* colors                   */
/* ======================== */
/* ======================== */
/* borders                  */
/* ======================== */
/* ======================== */
/* padding and margin sizes */
/* ======================== */
/* ======================== */
/* header bar */
/* ======================== */
/* ======================== */
/* footer bar */
/* ======================== */
/* ======================== */
/* general                  */
/* ======================== */
/* ======================== */
/* class generators         */
/* ======================== */
html {
  position: relative;
  min-height: 100%;
}
#header {
  overflow: visible;
}
a.disabled-link,
a[disabled].disabled-link,
.disabled-link a,
.disabled-table-link table * {
  pointer-events: none;
}
.alg-ctr {
  text-align: center;
}
.alg-lft {
  text-align: left;
}
.alg-rht {
  text-align: right;
}
.bg-grey-stripes {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQYV2NcvXx1PQMQhEaGNoJoZACTA4kxgjiEFIEVopsC4iObBJPHUIhNEchGFIW4FKFYjU8RXCEhRXBfo3sIWyiAgwdZIa6gQlGILzwB0J0wdw7zhe4AAAAASUVORK5CYII=) repeat;
}
.errMsgHolder {
  display: block;
  margin: 0.25em 0 0.5em;
}
.block {
  display: block;
}
.bold {
  font-weight: bold;
}
.border,
.border-top,
.border-tl,
.border-tr,
.border-tb,
.border-all {
  border-top: 1px solid #dcdee0;
}
.border,
.border-btm,
.border-bl,
.border-br,
.border-tb,
.border-all {
  border-bottom: 1px solid #dcdee0;
}
.border,
.border-lft,
.border-tl,
.border-bl,
.border-lr,
.border-all {
  border-left: 1px solid #dcdee0;
}
.border,
.border-rht,
.border-tr,
.border-br,
.border-lr,
.border-all {
  border-right: 1px solid #dcdee0;
}
.border-styled,
.border-styled-top,
.border-styled-tl,
.border-styled-tr,
.border-styled-tb,
.border-styled-all {
  border-top: 1px solid #32af7f;
}
.border-styled,
.border-styled-btm,
.border-styled-bl,
.border-styled-br,
.border-styled-tb,
.border-styled-all {
  border-bottom: 1px solid #32af7f;
}
.border-styled,
.border-styled-lft,
.border-styled-tl,
.border-styled-bl,
.border-styled-lr,
.border-styled-all {
  border-left: 1px solid #32af7f;
}
.border-styled,
.border-styled-rht,
.border-styled-tr,
.border-styled-br,
.border-styled-lr,
.border-styled-all {
  border-right: 1px solid #32af7f;
}
.border-dotted,
.border-dotted-top,
.border-dotted-tl,
.border-dotted-tr,
.border-dotted-tb,
.border-dotted-all {
  border-top: 1px dotted #dcdee0;
}
.border-dotted,
.border-dotted-btm,
.border-dotted-bl,
.border-dotted-br,
.border-dotted-tb,
.border-dotted-all {
  border-bottom: 1px dotted #dcdee0;
}
.border-dotted,
.border-dotted-lft,
.border-dotted-tl,
.border-dotted-bl,
.border-dotted-lr,
.border-dotted-all {
  border-left: 1px dotted #dcdee0;
}
.border-dotted,
.border-dotted-rht,
.border-dotted-tr,
.border-dotted-br,
.border-dotted-lr,
.border-dotted-all {
  border-right: 1px dotted #dcdee0;
}
.no-border,
.no-border-top,
.no-border-tl,
.no-border-tr,
.no-border-tb,
.no-border-all {
  border-top: 0 solid transparent !important;
}
.no-border,
.no-border-btm,
.no-border-bl,
.no-border-br,
.no-border-tb,
.no-border-all {
  border-bottom: 0 solid transparent !important;
}
.no-border,
.no-border-lft,
.no-border-tl,
.no-border-bl,
.no-border-lr,
.no-border-all {
  border-left: 0 solid transparent !important;
}
.no-border,
.no-border-rht,
.no-border-tr,
.no-border-br,
.no-border-lr,
.no-border-all {
  border-right: 0 solid transparent !important;
}
.box-shadow {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.no-box-shadow {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.clickable {
  cursor: pointer;
}
.construction {
  text-align: bold;
  font-size: 14px;
  font-weight: bold;
  min-height: 450px;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
}
.error {
  color: #a94442;
}
.expand {
  width: 100%;
}
.expand-hlf {
  width: 50%;
}
.expand-qtr {
  width: 25%;
}
.hidden {
  display: none;
}
.hidden-element {
  display: none;
}
.ico-lg {
  font-size: 2em;
  color: #a40000;
}
.inline {
  display: inline;
}
.light-grad-bg {
  background-color: #eeeeee;
  background-image: linear-gradient(#ffffff, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee);
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
}
.logo {
  position: relative;
  height: 80px;
  display: block;
}
.margin,
.margin-top,
.margin-tl,
.margin-tr,
.margin-tb,
.margin-all {
  margin-top: 10px !important;
}
.margin,
.margin-btm,
.margin-bl,
.margin-br,
.margin-tb,
.margin-all {
  margin-bottom: 10px !important;
}
.margin,
.margin-lft,
.margin-tl,
.margin-bl,
.margin-lr,
.margin-all {
  margin-left: 10px !important;
}
.margin,
.margin-rht,
.margin-tr,
.margin-br,
.margin-lr,
.margin-all {
  margin-right: 10px !important;
}
.margin-sm,
.margin-sm-top,
.margin-sm-tl,
.margin-sm-tr,
.margin-sm-tb,
.margin-sm-all {
  margin-top: 5px !important;
}
.margin-sm,
.margin-sm-btm,
.margin-sm-bl,
.margin-sm-br,
.margin-sm-tb,
.margin-sm-all {
  margin-bottom: 5px !important;
}
.margin-sm,
.margin-sm-lft,
.margin-sm-tl,
.margin-sm-bl,
.margin-sm-lr,
.margin-sm-all {
  margin-left: 5px !important;
}
.margin-sm,
.margin-sm-rht,
.margin-sm-tr,
.margin-sm-br,
.margin-sm-lr,
.margin-sm-all {
  margin-right: 5px !important;
}
.margin-big,
.margin-big-top,
.margin-big-tl,
.margin-big-tr,
.margin-big-tb,
.margin-big-all {
  margin-top: 20px !important;
}
.margin-big,
.margin-big-btm,
.margin-big-bl,
.margin-big-br,
.margin-big-tb,
.margin-big-all {
  margin-bottom: 20px !important;
}
.margin-big,
.margin-big-lft,
.margin-big-tl,
.margin-big-bl,
.margin-big-lr,
.margin-big-all {
  margin-left: 20px !important;
}
.margin-big,
.margin-big-rht,
.margin-big-tr,
.margin-big-br,
.margin-big-lr,
.margin-big-all {
  margin-right: 20px !important;
}
.margin-lg,
.margin-lg-top,
.margin-lg-tl,
.margin-lg-tr,
.margin-lg-tb,
.margin-lg-all {
  margin-top: 40px !important;
}
.margin-lg,
.margin-lg-btm,
.margin-lg-bl,
.margin-lg-br,
.margin-lg-tb,
.margin-lg-all {
  margin-bottom: 40px !important;
}
.margin-lg,
.margin-lg-lft,
.margin-lg-tl,
.margin-lg-bl,
.margin-lg-lr,
.margin-lg-all {
  margin-left: 40px !important;
}
.margin-lg,
.margin-lg-rht,
.margin-lg-tr,
.margin-lg-br,
.margin-lg-lr,
.margin-lg-all {
  margin-right: 40px !important;
}
.no-margin,
.no-margin-top,
.no-margin-tl,
.no-margin-tr,
.no-margin-tb,
.no-margin-all {
  margin-top: 0em !important;
}
.no-margin,
.no-margin-btm,
.no-margin-bl,
.no-margin-br,
.no-margin-tb,
.no-margin-all {
  margin-bottom: 0em !important;
}
.no-margin,
.no-margin-lft,
.no-margin-tl,
.no-margin-bl,
.no-margin-lr,
.no-margin-all {
  margin-left: 0em !important;
}
.no-margin,
.no-margin-rht,
.no-margin-tr,
.no-margin-br,
.no-margin-lr,
.no-margin-all {
  margin-right: 0em !important;
}
.no-pad,
.no-pad-top,
.no-pad-tl,
.no-pad-tr,
.no-pad-tb,
.no-pad-all {
  padding-top: 0em !important;
}
.no-pad,
.no-pad-btm,
.no-pad-bl,
.no-pad-br,
.no-pad-tb,
.no-pad-all {
  padding-bottom: 0em !important;
}
.no-pad,
.no-pad-lft,
.no-pad-tl,
.no-pad-bl,
.no-pad-lr,
.no-pad-all {
  padding-left: 0em !important;
}
.no-pad,
.no-pad-rht,
.no-pad-tr,
.no-pad-br,
.no-pad-lr,
.no-pad-all {
  padding-right: 0em !important;
}
.no-padding,
.no-padding-top,
.no-padding-tl,
.no-padding-tr,
.no-padding-tb,
.no-padding-all {
  padding-top: 0em !important;
}
.no-padding,
.no-padding-btm,
.no-padding-bl,
.no-padding-br,
.no-padding-tb,
.no-padding-all {
  padding-bottom: 0em !important;
}
.no-padding,
.no-padding-lft,
.no-padding-tl,
.no-padding-bl,
.no-padding-lr,
.no-padding-all {
  padding-left: 0em !important;
}
.no-padding,
.no-padding-rht,
.no-padding-tr,
.no-padding-br,
.no-padding-lr,
.no-padding-all {
  padding-right: 0em !important;
}
.no-table-pad {
  padding: 0em !important;
}
.overlay-holder {
  position: relative;
}
.overlay-trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlay-trans-calendar {
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlay-lgrey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.3;
}
.pad,
.pad-top,
.pad-tl,
.pad-tr,
.pad-tb,
.pad-all {
  padding-top: 10px !important;
}
.pad,
.pad-btm,
.pad-bl,
.pad-br,
.pad-tb,
.pad-all {
  padding-bottom: 10px !important;
}
.pad,
.pad-lft,
.pad-tl,
.pad-bl,
.pad-lr,
.pad-all {
  padding-left: 10px !important;
}
.pad,
.pad-rht,
.pad-tr,
.pad-br,
.pad-lr,
.pad-all {
  padding-right: 10px !important;
}
.pad-sm,
.pad-sm-top,
.pad-sm-tl,
.pad-sm-tr,
.pad-sm-tb,
.pad-sm-all {
  padding-top: 5px !important;
}
.pad-sm,
.pad-sm-btm,
.pad-sm-bl,
.pad-sm-br,
.pad-sm-tb,
.pad-sm-all {
  padding-bottom: 5px !important;
}
.pad-sm,
.pad-sm-lft,
.pad-sm-tl,
.pad-sm-bl,
.pad-sm-lr,
.pad-sm-all {
  padding-left: 5px !important;
}
.pad-sm,
.pad-sm-rht,
.pad-sm-tr,
.pad-sm-br,
.pad-sm-lr,
.pad-sm-all {
  padding-right: 5px !important;
}
.pad-big,
.pad-big-top,
.pad-big-tl,
.pad-big-tr,
.pad-big-tb,
.pad-big-all {
  padding-top: 20px !important;
}
.pad-big,
.pad-big-btm,
.pad-big-bl,
.pad-big-br,
.pad-big-tb,
.pad-big-all {
  padding-bottom: 20px !important;
}
.pad-big,
.pad-big-lft,
.pad-big-tl,
.pad-big-bl,
.pad-big-lr,
.pad-big-all {
  padding-left: 20px !important;
}
.pad-big,
.pad-big-rht,
.pad-big-tr,
.pad-big-br,
.pad-big-lr,
.pad-big-all {
  padding-right: 20px !important;
}
.pad-lg,
.pad-lg-top,
.pad-lg-tl,
.pad-lg-tr,
.pad-lg-tb,
.pad-lg-all {
  padding-top: 40px;
}
.pad-lg,
.pad-lg-btm,
.pad-lg-bl,
.pad-lg-br,
.pad-lg-tb,
.pad-lg-all {
  padding-bottom: 40px;
}
.pad-lg,
.pad-lg-lft,
.pad-lg-tl,
.pad-lg-bl,
.pad-lg-lr,
.pad-lg-all {
  padding-left: 40px;
}
.pad-lg,
.pad-lg-rht,
.pad-lg-tr,
.pad-lg-br,
.pad-lg-lr,
.pad-lg-all {
  padding-right: 40px;
}
.place-top {
  position: relative;
  top: 0;
}
.place-btm {
  position: relative;
  bottom: 0;
}
.place-lft {
  position: relative;
  left: 0;
}
.place-rht {
  position: relative;
  right: 0;
}
.pad-big div.no-margin-top,
.pad-big div.no-margin-tb,
.pad-big div.no-margin {
  margin-top: -20px;
}
.pad-big div.no-margin-btm,
.pad-big div.no-margin-tm,
.pad-big div.no-margin {
  margin-bottom: -20px;
}
.pad-big div.no-margin-lft,
.pad-big div.no-margin-lr,
.pad-big div.no-margin {
  margin-left: -20px;
}
.pad-big div.no-margin-rht,
.pad-big div.no-margin-lr,
.pad-big div.no-margin {
  margin-right: -20px;
}
.success {
  color: #3c763d;
}
.ui-corner,
.ui-corner-top,
.ui-corner-tl,
.ui-corner-lft,
.ui-corner-all {
  border-top-left-radius: 4px;
  -moz-border-topleft-radius: 4px;
  -webkit-border-top-left-radius: 4px;
}
.ui-corner,
.ui-corner-btm,
.ui-corner-bl,
.ui-corner-lft,
.ui-corner-all {
  border-bottom-left-radius: 4px;
  -moz-border-bottomleft-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
.ui-corner,
.ui-corner-top,
.ui-corner-tr,
.ui-corner-rht,
.ui-corner-all {
  border-top-right-radius: 4px;
  -moz-border-topright-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.ui-corner,
.ui-corner-btm,
.ui-corner-br,
.ui-corner-rht,
.ui-corner-all {
  border-bottom-right-radius: 4px;
  -moz-border-bottomright-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.no-ui-corner,
.no-ui-corner-top,
.no-ui-corner-tl,
.no-ui-corner-lft,
.no-ui-corner-all {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
}
.no-ui-corner,
.no-ui-corner-btm,
.no-ui-corner-bl,
.no-ui-corner-lft,
.no-ui-corner-all {
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
}
.no-ui-corner,
.no-ui-corner-top,
.no-ui-corner-tr,
.no-ui-corner-rht,
.no-ui-corner-all {
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
}
.no-ui-corner,
.no-ui-corner-btm,
.no-ui-corner-br,
.no-ui-corner-rht,
.no-ui-corner-all {
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.vertical-align {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.width-four-fifth {
  width: 80%;
}
.width-three-quater {
  width: 75%;
}
.width-two-third {
  width: 66.6%;
}
.width-three-fifth {
  width: 60%;
}
.width-half {
  width: 50%;
}
.width-two-fifth {
  width: 40%;
}
.width-third {
  width: 33.3%;
}
.width-quater {
  width: 25%;
}
.width-fifth {
  width: 20%;
}
.width-tenth {
  width: 10%;
}
/* line heights */
.nor-line {
  line-height: 100%;
}
.med-line {
  line-height: 150%;
}
.big-line {
  line-height: 200%;
}
/* fixed element sizes */
.AddressFormHolder {
  min-height: 8em;
}
.newOfferWizardBody {
  height: 610px;
  border: none;
  overflow-y: hidden;
}
/********************************************************************/
.custom-gradient-bg {
  background-color: #32af7f;
  background-image: linear-gradient(#6ddcb7, #32af7f);
  background-image: -moz-linear-gradient(#6ddcb7, #32af7f);
  background-image: -webkit-linear-gradient(#6ddcb7, #32af7f);
}
.custom-gradient-bg-inv {
  background-color: #6ddcb7;
  background-image: linear-gradient(#32af7f, #6ddcb7);
  background-image: -moz-linear-gradient(#32af7f, #6ddcb7);
  background-image: -webkit-linear-gradient(#32af7f, #6ddcb7);
}
.custom-link-bg {
  background-color: #278762;
  background-image: linear-gradient(#32af7f, #278762);
  background-image: -moz-linear-gradient(#32af7f, #278762);
  background-image: -webkit-linear-gradient(#32af7f, #278762);
}
.custom-link-bg-inv {
  background-color: #32af7f;
  background-image: linear-gradient(#278762, #32af7f);
  background-image: -moz-linear-gradient(#278762, #32af7f);
  background-image: -webkit-linear-gradient(#278762, #32af7f);
}
.custom-border,
.border-styled {
  border: 1px solid #32af7f;
}
.custom-shadow-border {
  border-color: #32af7f !important;
  box-shadow: 0 1px 1px rgba(50, 175, 127, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(50, 175, 127, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(50, 175, 127, 0.3);
}
/* A separator line with a caption */
.separator h6 {
  color: #999;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.separator h6:before {
  border-top: 1px solid #ccc;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.separator h6 span {
  background: #fff;
  /*set to bg of element containing separator*/
  padding: 0 5px;
}
.separator h6.double:before {
  border-top: none;
}
.separator h6.double:after {
  border-bottom: 1px solid blue;
  box-shadow: 0 1px 0 0 red 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 0 red 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 0 red 1px 1px rgba(0, 0, 0, 0.05);
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 95%;
  z-index: -1;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    z-index: 0;
  }
  to {
    opacity: 1;
    z-index: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    z-index: 0;
  }
  to {
    opacity: 1;
    z-index: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    z-index: 0;
  }
  to {
    opacity: 1;
    z-index: 0;
  }
}
.ofade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.ofade-in.one {
  -webkit-animation-delay: 0.0s;
  -moz-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.ofade-in.two {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.ofade-in.three {
  -webkit-animation-delay: 0.50s;
  -moz-animation-delay: 0.50s;
  animation-delay: 0.50s;
}
@font-face {
  font-family: SourceSansPro;
  src: url('/fonts/SourceSansPro/SourceSansPro-Regular.ttf');
}
@font-face {
  font-family: SourceSansPro;
  src: url('/fonts/SourceSansPro/SourceSansPro-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: SourceSansPro;
  src: url('/fonts/SourceSansPro/SourceSansPro-Italic.ttf');
  font-style: italic;
}
@font-face {
  font-family: SourceSansPro;
  src: url('/fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: SourceSansPro;
  src: url('/fonts/SourceSansPro/SourceSansPro-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: SourceSansPro;
  src: url('/fonts/SourceSansPro/SourceSansPro-LightItalic.ttf');
  font-style: italic;
  font-weight: 300;
}
h1,
.h1 {
  font-size: 44px !important;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 25px !important;
  font-weight: bold;
}
h3,
.h3 {
  font-size: 20px !important;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 17px !important;
  font-weight: bold;
}
/*=============================*/
html {
  width: 100%;
  height: 100%;
}
body {
  background: transparent;
  padding-top: 80px;
  font-family: 'SourceSansPro' !important;
  width: 100%;
  height: 100%;
}
.language-switcher {
  position: relative;
}
.language-switcher .bootstrap-select {
  width: 100% !important;
}
.page-header {
  background: #fff;
  border-bottom: 1px solid #32af7f;
  padding-top: 0em !important;
  padding-bottom: 0em !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}
.page-header .text-pane .navbar-nav > li > a {
  font-size: 20px;
  font-weight: bold;
  color: #32af7f;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.page-header .text-pane .navbar-nav > li > a:hover,
.page-header .text-pane .navbar-nav > li > a:focus,
.page-header .text-pane .navbar-nav > li > a.active {
  color: #fff;
  background: #32af7f;
}
.page-header .language-switcher {
  width: 160px;
  padding-top: 24px;
  padding-left: 10px !important;
}
.page-header .language-switcher .btn-group.bootstrap-select {
  width: 150px;
}
.page-header .language-switcher .btn-group.bootstrap-select .btn.btn-default {
  color: #32af7f;
  border-color: #32af7f;
  background: rgba(255, 255, 255, 0.25);
  font-weight: bold;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.web-logo {
  width: 297px;
  height: 80px;
  overflow-y: hidden;
}
.web-logo img {
  width: 297px;
}
.footer {
  height: 200px;
  display: table;
  background-color: #53585f;
  padding-top: 25px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  color: #fff;
  width: 100%;
}
.footer .text {
  width: 100%;
}
.footer .bootstrap-select * {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.footer .bootstrap-select * .btn-group,
.footer .bootstrap-select * .btn,
.footer .bootstrap-select * .btn:hover {
  background: #fff !important;
}
.footer hr {
  border-color: rgba(220, 222, 224, 0.5);
}
.footer .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .menu ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 11px 10.5px;
  display: block;
}
.footer .menu ul li a:hover {
  color: #32af7f;
  text-decoration: underline;
}
.main-slider,
.main-slider-holder {
  width: 100%;
  height: 500px;
  background-color: #dcdee0;
}
.main-slider .img,
.main-slider-holder .img {
  width: 100%;
  height: 500px;
}
.main-slider-inner {
  display: inline-block;
}
.main-slider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.home {
  background: #f7f8f8;
  padding-bottom: 80px;
  position: relative;
  min-height: 100%;
}
.home .text-pane {
  position: absolute;
  width: 100%;
  top: 200px;
}
.home .main-title-holder {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.home .main-title-holder .title {
  font-size: 44px !important;
  font-weight: bold;
  color: #fff;
}
.home .main-title-holder .links {
  margin-top: 30px;
}
.home .main-title-holder .links .btn {
  font-size: 25px !important;
  font-weight: bold;
  padding: 20px;
  margin: 5px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  border: none;
}
.home .main-title-holder .links .btn:hover {
  color: #32af7f;
  background: rgba(255, 255, 255, 0.55);
}
.section-pane {
  text-align: center;
}
.section-pane .section-title {
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: 25px;
  font-weight: bold;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.section-pane .section-title img,
.section-pane .section-title .icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin-bottom: 15px;
}
.section-pane .section-body {
  padding-top: 15px;
  padding-bottom: 30px;
  min-height: 150px;
  font-size: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.product {
  background: #f7f8f8;
  padding-bottom: 80px;
  min-height: 100%;
}
.product .product-description {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
  margin-left: 0em !important;
  margin-right: 0em !important;
  padding: 50px 80px;
  min-height: 150px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #53585f;
  color: #fff;
}
.product .product-expertise {
  color: #fff;
}
.product .product-expertise .expertise-bg {
  margin-top: 20px !important;
  position: relative;
  min-height: 280px;
}
.product .product-expertise .expertise-bg .overlay-lgrey {
  opacity: 0.65;
}
.product .product-expertise .expertise-bg .section-pane {
  position: relative;
  z-index: 2;
}
.product .product-expertise .section-pane .section-title,
.product .product-expertise .expertise-bg .section-pane .section-title {
  color: #32af7f;
  padding-top: 25px;
  padding-bottom: 25px;
}
.product .product-characteristics {
  margin-top: 20px !important;
  background-color: #53585f;
  color: #fff;
}
.product .product-characteristics .section-pane {
  min-height: 360px;
}
.product .product-characteristics .section-pane .section-title {
  padding-top: 35px;
  padding-bottom: 10px;
}
.contact .team {
  position: relative;
  height: 500px;
}
.contact .team .photo {
  height: 500px;
}
.contact .team .label {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-variant: small-caps;
  text-align: right;
  font-size: 25px !important;
  font-weight: bold;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 40px;
  padding-right: 40px;
}
.contact .contact-pane {
  min-height: 250px;
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 17px;
}
.contact .contact-pane label {
  font-size: 20px;
}
.contact .contact-pane input {
  height: 50px;
  padding: 8px;
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  line-height: 34px;
}
.contact .contact-pane textarea {
  padding: 8px;
  height: 248px;
  resize: none;
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.contact .contact-pane .contact-form-holder {
  background: #dcdee0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.contact .contact-pane .btn-pane {
  text-align: right;
  margin-top: 10px !important;
  padding-top: 20px !important;
  border-top: 0.1em solid rgba(83, 88, 95, 0.5);
}
.contact .contact-pane .btn-pane .btn {
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.contact .contact-pane .alert {
  font-size: 20px;
}
.contact .contact-pane .alert.alert-custom {
  text-align: center;
}
.contact .contact-pane .alert.alert-danger,
.contact .contact-pane .alert.alert-success {
  text-align: center;
  background: #dcdee0;
}
.blog {
  background-color: #f7f8f8;
}
.blog .blog-content {
  padding-bottom: 50px;
}
.blog .blog-summary {
  color: #53585f;
  background-color: #fff;
  font-size: 17px;
}
.blog .blog-summary.panel {
  margin-top: 50px;
  border-color: #dcdee0;
}
.blog .blog-summary.panel .panel-heading,
.blog .blog-summary.panel .panel-body {
  padding-left: 50px;
  padding-right: 50px;
}
.blog .blog-summary .title,
.blog .blog-summary .panel-heading .title {
  font-size: 25px !important;
  font-weight: bold;
  margin-top: 25px;
}
.blog .blog-summary .subtitle,
.blog .blog-summary .panel-heading .subtitle {
  font-size: 17px;
  color: #a0a0a0;
}
.blog .blog-summary .link-holder {
  margin-top: 25px;
  border-top: 1px solid #dcdee0;
  padding-top: 20px !important;
}
.blog .blog-summary .link-holder .link {
  font-size: 15px;
  font-weight: bold;
}
.blog .blog-summary p {
  padding-bottom: 20px !important;
}
.blog .blog-summary p a {
  word-wrap: break-word;
}
.static {
  background-color: #f7f8f8;
}
.static .static-content-holder {
  padding-bottom: 50px;
}
.static .static-content-holder .static-content {
  background-color: #fff;
  border-top: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
  border-left: 1px solid #dcdee0;
  border-right: 1px solid #dcdee0;
  margin-top: 50px;
  margin-botttom: 50px;
  padding: 50px;
}
.static .static-content-holder .static-content > p {
  padding-bottom: 20px !important;
}
.static .static-content-holder .panel {
  margin-top: 50px;
}
.sitemap {
  margin-top: 12.5px;
}
.sitemap li {
  list-style-type: none;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.sitemap li > a {
  font-size: 20px;
}
.sitemap li i {
  margin-right: 10px !important;
}
.about .about-title {
  font-size: 25px !important;
  font-weight: bold;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.about .about-text {
  font-size: 20px;
  padding-bottom: 50px;
}
/* login page */
.login-container {
  position: relative;
  width: 272px;
  margin: 60px auto;
  padding: 20px 20px 20px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
  border-left: 1px solid #dcdee0;
  border-right: 1px solid #dcdee0;
}
.login-container .msg-pane {
  position: absolute;
  width: 272px;
  top: -65px;
  left: 0;
  color: #fff;
  z-index: -1;
}
.login-container .msg-pane.alert-success {
  background: #19cc19;
  /**/
}
.login-container .msg-pane.alert-danger {
  background: #e46969;
  /**/
}
.login-container .login-form-box .form-success input {
  height: auto;
  padding: 10px;
  margin: 0;
  opacity: 0;
}
.login-container .login-form-box input {
  width: 100%;
  padding: 10px;
  text-align: center;
  height: 40px;
  border: 1px solid #ccc;
  background: #fafafa;
  transition: 0.2s ease-in-out;
}
.login-container .login-form-box input:focus {
  outline: 0;
  background: #eee;
}
.login-container .login-form-box input[type="text"] {
  border-radius: 5px 5px 0 0;
}
.login-container .login-form-box input[type="password"] {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}
.login-container .login-form-box button.login {
  margin-top: 15px;
  padding: 10px 20px;
}
.admin .main-menu {
  margin-top: 10px !important;
}
.admin .main-menu .panel {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.admin .admin-general-page {
  margin-top: 10px !important;
  padding-bottom: 10px !important;
}
.admin .admin-site-page {
  position: relative;
  padding-bottom: 10px !important;
}
.admin .admin-static-page {
  position: relative;
  padding-bottom: 10px !important;
}
.admin .page-heading-form {
  position: relative;
  margin-top: 10px !important;
}
.admin .teaser-form {
  position: relative;
  margin-top: 10px !important;
}
.admin .page-heading-form .tabs-left .nav-tabs,
.admin .teaser-form .tabs-left .nav-tabs {
  min-width: 100%;
  min-height: 460px;
  margin-right: 0;
}
.admin .page-heading-form .tabs-left .nav-tabs a,
.admin .teaser-form .tabs-left .nav-tabs a {
  font-weight: bold;
}
.admin .page-heading-form .tabs-left .tab-content,
.admin .teaser-form .tabs-left .tab-content {
  margin-left: 20px !important;
}
.admin .html-content-form textarea,
.admin .html-content-form .textarea {
  height: 250px;
}
.admin .blog-form .blog-summary {
  height: 80px;
  overflow-y: scroll;
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.admin .blog-form .blog-text {
  height: 200px;
  overflow-y: scroll;
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.admin .image-editor {
  position: relative;
  margin-top: 10px !important;
}
.admin .image-editor .carousel-inner .item {
  text-align: center;
  height: 320px;
  overflow-y: hide;
}
.admin .image-editor .carousel-inner .item img {
  width: 100%;
}
.admin .static-html-form {
  position: relative;
  margin-top: 10px !important;
}
.admin .html-textarea {
  height: 250px;
  overflow-y: scroll;
}
.section-heading {
  text-transform: uppercase;
  color: #fff;
  background: #32af7f;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 44px !important;
  font-weight: bold;
}
.section-heading .links {
  float: right;
  padding-top: 24px;
  font-size: 20px !important;
  font-weight: bold;
}
.section-heading .links a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.section-heading .links a:hover {
  color: #1b6045;
}
.subsection-heading {
  text-transform: uppercase;
  color: #fff;
  background: #32af7f;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 17px !important;
  font-weight: bold;
}
.minor-heading {
  text-transform: uppercase;
  background: #dcdee0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-weight: bold;
}
.link-box {
  display: block;
  background: #fff;
  color: #555;
  border-top: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
  border-left: 1px solid #dcdee0;
  border-right: 1px solid #dcdee0;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.link-box:hover {
  color: #32af7f;
  border-top: 1px solid #32af7f;
  border-bottom: 1px solid #32af7f;
  border-left: 1px solid #32af7f;
  border-right: 1px solid #32af7f;
  border: 1px solid #32af7f;
}
.link-box > .title {
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 20px !important;
  font-weight: bold;
}
.link-box > .body {
  margin-top: 10px !important;
}
.upload-input {
  float: left;
}
.upload-thumbnail {
  float: left;
  width: 280px;
  height: 200px;
  position: relative;
  border-top: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
  border-left: 1px solid #dcdee0;
  border-right: 1px solid #dcdee0;
  margin-right: 10px !important;
  text-align: center;
}
.upload-thumbnail .progress {
  width: 50%;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 25%;
}
.image-grid .thumbnail {
  width: 100%;
  height: 200px;
  position: relative;
}
.image-grid .image-controls {
  position: absolute;
  top: 6px;
  right: 6px;
  text-align: right;
}
.image-grid .image-controls button {
  display: block;
  margin-bottom: 10px !important;
}
p {
  line-height: 1.65;
}
a {
  text-decoration: none;
  color: #278762;
}
a:hover {
  text-decoration: none;
  color: #1b6045;
}
a.link:hover {
  color: #32af7f;
}
button.link {
  border: none;
  background: transparent;
  color: #278762;
}
button.link:hover {
  color: #32af7f;
}
.panel.panel-custom {
  margin: 0;
  border-color: #dcdee0;
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.panel.panel-custom > * {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.panel.panel-custom > .panel-heading {
  padding: 25px 25px 12.5px;
}
.panel.panel-custom > .panel-body {
  padding: 25px;
}
.panel.panel-custom > .panel-footer {
  padding: 25px;
}
.btn {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.btn.btn-custom {
  color: #fff;
  background: #32af7f;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.btn.btn-custom:hover {
  background: #278762;
}
.btn.btn-custom.btn-sm {
  font-size: 12px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.btn.btn-custom-default {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.btn.btn-custom-default.btn-sm {
  font-size: 12px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.alert {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.alert.alert-custom {
  background: #dcdee0;
  border-top: 1px solid #32af7f;
  border-bottom: 1px solid #32af7f;
  border-left: 1px solid #32af7f;
  border-right: 1px solid #32af7f;
  border: 1px solid #32af7f;
}
.form-horizontal .control-label {
  text-align: left !important;
}
input.form-control {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
textarea {
  padding: 8px;
  resize: none;
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.list-group.custom {
  font-weight: bold;
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-color: #dcdee0;
}
.list-group.custom .list-group-item {
  border-top-left-radius: 0px !important;
  -moz-border-topleft-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-bottomleft-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-topright-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  -moz-border-bottomright-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
}
.list-group.custom .list-group-item:hover {
  color: #32af7f;
}
.list-group.custom .list-group-item.active {
  background: #32af7f !important;
  border: inherit;
}
.list-group.custom .list-group-item.active:hover {
  color: #fff;
}
.form-holder {
  background: #fff;
  border-top: 1px solid #dcdee0;
  border-bottom: 1px solid #dcdee0;
  border-left: 1px solid #dcdee0;
  border-right: 1px solid #dcdee0;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: relative;
}
.form-holder .form-title {
  text-transform: uppercase;
  border-bottom: 1px solid #dcdee0;
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}
.form-holder > .btn-pane {
  border-top: 1px solid #dcdee0;
  text-align: right;
  margin-top: 10px !important;
  padding-top: 20px !important;
}
.btn-pane .btn {
  font-size: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.btn-pane .btn.btn-default.btn-sm {
  font-size: 12px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.avatar {
  width: 100px;
  height: 100px;
  margin: 10px auto 20px;
  border-radius: 100%;
  border: 2px solid #aaa;
  background-size: cover;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover,
.tabs-left .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover,
.tabs-left .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover,
.tabs-right .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover,
.tabs-right .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
