@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3; }

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4); }

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0; }

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

.introjs-bullets {
  text-align: center; }

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }

.iti-flag {
  width: 16px;
  height: 11px;
  background: url("../img/flags.png"); }

.iti-flag.ad {
  background-position: -16px 0; }

.iti-flag.ae {
  background-position: -32px 0; }

.iti-flag.af {
  background-position: -48px 0; }

.iti-flag.ag {
  background-position: -64px 0; }

.iti-flag.ai {
  background-position: -80px 0; }

.iti-flag.al {
  background-position: -96px 0; }

.iti-flag.am {
  background-position: -112px 0; }

.iti-flag.ao {
  background-position: -128px 0; }

.iti-flag.ar {
  background-position: -144px 0; }

.iti-flag.as {
  background-position: -160px 0; }

.iti-flag.at {
  background-position: -176px 0; }

.iti-flag.au {
  background-position: -192px 0; }

.iti-flag.aw {
  background-position: -208px 0; }

.iti-flag.az {
  background-position: -224px 0; }

.iti-flag.ba {
  background-position: -240px 0; }

.iti-flag.bb {
  background-position: 0 -11px; }

.iti-flag.bd {
  background-position: -16px -11px; }

.iti-flag.be {
  background-position: -32px -11px; }

.iti-flag.bf {
  background-position: -48px -11px; }

.iti-flag.bg {
  background-position: -64px -11px; }

.iti-flag.bh {
  background-position: -80px -11px; }

.iti-flag.bi {
  background-position: -96px -11px; }

.iti-flag.bj {
  background-position: -112px -11px; }

.iti-flag.bm {
  background-position: -128px -11px; }

.iti-flag.bn {
  background-position: -144px -11px; }

.iti-flag.bo {
  background-position: -160px -11px; }

.iti-flag.br {
  background-position: -176px -11px; }

.iti-flag.bs {
  background-position: -192px -11px; }

.iti-flag.bt {
  background-position: -208px -11px; }

.iti-flag.bw {
  background-position: -224px -11px; }

.iti-flag.by {
  background-position: -240px -11px; }

.iti-flag.bz {
  background-position: 0 -22px; }

.iti-flag.ca {
  background-position: -16px -22px; }

.iti-flag.cd {
  background-position: -32px -22px; }

.iti-flag.cf {
  background-position: -48px -22px; }

.iti-flag.cg {
  background-position: -64px -22px; }

.iti-flag.ch {
  background-position: -80px -22px; }

.iti-flag.ci {
  background-position: -96px -22px; }

.iti-flag.ck {
  background-position: -112px -22px; }

.iti-flag.cl {
  background-position: -128px -22px; }

.iti-flag.cm {
  background-position: -144px -22px; }

.iti-flag.cn {
  background-position: -160px -22px; }

.iti-flag.co {
  background-position: -176px -22px; }

.iti-flag.cr {
  background-position: -192px -22px; }

.iti-flag.cu {
  background-position: -208px -22px; }

.iti-flag.cv {
  background-position: -224px -22px; }

.iti-flag.cw {
  background-position: -240px -22px; }

.iti-flag.cy {
  background-position: 0 -33px; }

.iti-flag.cz {
  background-position: -16px -33px; }

.iti-flag.de {
  background-position: -32px -33px; }

.iti-flag.dj {
  background-position: -48px -33px; }

.iti-flag.dk {
  background-position: -64px -33px; }

.iti-flag.dm {
  background-position: -80px -33px; }

.iti-flag.do {
  background-position: -96px -33px; }

.iti-flag.dz {
  background-position: -112px -33px; }

.iti-flag.ec {
  background-position: -128px -33px; }

.iti-flag.ee {
  background-position: -144px -33px; }

.iti-flag.eg {
  background-position: -160px -33px; }

.iti-flag.er {
  background-position: -176px -33px; }

.iti-flag.es {
  background-position: -192px -33px; }

.iti-flag.et {
  background-position: -208px -33px; }

.iti-flag.fi {
  background-position: -224px -33px; }

.iti-flag.fj {
  background-position: -240px -33px; }

.iti-flag.fk {
  background-position: 0 -44px; }

.iti-flag.fm {
  background-position: -16px -44px; }

.iti-flag.fo {
  background-position: -32px -44px; }

.iti-flag.fr, .iti-flag.bl, .iti-flag.mf {
  background-position: -48px -44px; }

.iti-flag.ga {
  background-position: -64px -44px; }

.iti-flag.gb {
  background-position: -80px -44px; }

.iti-flag.gd {
  background-position: -96px -44px; }

.iti-flag.ge {
  background-position: -112px -44px; }

.iti-flag.gf {
  background-position: -128px -44px; }

.iti-flag.gh {
  background-position: -144px -44px; }

.iti-flag.gi {
  background-position: -160px -44px; }

.iti-flag.gl {
  background-position: -176px -44px; }

.iti-flag.gm {
  background-position: -192px -44px; }

.iti-flag.gn {
  background-position: -208px -44px; }

.iti-flag.gp {
  background-position: -224px -44px; }

.iti-flag.gq {
  background-position: -240px -44px; }

.iti-flag.gr {
  background-position: 0 -55px; }

.iti-flag.gt {
  background-position: -16px -55px; }

.iti-flag.gu {
  background-position: -32px -55px; }

.iti-flag.gw {
  background-position: -48px -55px; }

.iti-flag.gy {
  background-position: -64px -55px; }

.iti-flag.hk {
  background-position: -80px -55px; }

.iti-flag.hn {
  background-position: -96px -55px; }

.iti-flag.hr {
  background-position: -112px -55px; }

.iti-flag.ht {
  background-position: -128px -55px; }

.iti-flag.hu {
  background-position: -144px -55px; }

.iti-flag.id {
  background-position: -160px -55px; }

.iti-flag.ie {
  background-position: -176px -55px; }

.iti-flag.il {
  background-position: -192px -55px; }

.iti-flag.in {
  background-position: -208px -55px; }

.iti-flag.io {
  background-position: -224px -55px; }

.iti-flag.iq {
  background-position: -240px -55px; }

.iti-flag.ir {
  background-position: 0 -66px; }

.iti-flag.is {
  background-position: -16px -66px; }

.iti-flag.it {
  background-position: -32px -66px; }

.iti-flag.jm {
  background-position: -48px -66px; }

.iti-flag.jo {
  background-position: -64px -66px; }

.iti-flag.jp {
  background-position: -80px -66px; }

.iti-flag.ke {
  background-position: -96px -66px; }

.iti-flag.kg {
  background-position: -112px -66px; }

.iti-flag.kh {
  background-position: -128px -66px; }

.iti-flag.ki {
  background-position: -144px -66px; }

.iti-flag.km {
  background-position: -160px -66px; }

.iti-flag.kn {
  background-position: -176px -66px; }

.iti-flag.kp {
  background-position: -192px -66px; }

.iti-flag.kr {
  background-position: -208px -66px; }

.iti-flag.kw {
  background-position: -224px -66px; }

.iti-flag.ky {
  background-position: -240px -66px; }

.iti-flag.kz {
  background-position: 0 -77px; }

.iti-flag.la {
  background-position: -16px -77px; }

.iti-flag.lb {
  background-position: -32px -77px; }

.iti-flag.lc {
  background-position: -48px -77px; }

.iti-flag.li {
  background-position: -64px -77px; }

.iti-flag.lk {
  background-position: -80px -77px; }

.iti-flag.lr {
  background-position: -96px -77px; }

.iti-flag.ls {
  background-position: -112px -77px; }

.iti-flag.lt {
  background-position: -128px -77px; }

.iti-flag.lu {
  background-position: -144px -77px; }

.iti-flag.lv {
  background-position: -160px -77px; }

.iti-flag.ly {
  background-position: -176px -77px; }

.iti-flag.ma {
  background-position: -192px -77px; }

.iti-flag.mc {
  background-position: -208px -77px; }

.iti-flag.md {
  background-position: -224px -77px; }

.iti-flag.me {
  background-position: -112px -154px;
  height: 12px; }

.iti-flag.mg {
  background-position: 0 -88px; }

.iti-flag.mh {
  background-position: -16px -88px; }

.iti-flag.mk {
  background-position: -32px -88px; }

.iti-flag.ml {
  background-position: -48px -88px; }

.iti-flag.mm {
  background-position: -64px -88px; }

.iti-flag.mn {
  background-position: -80px -88px; }

.iti-flag.mo {
  background-position: -96px -88px; }

.iti-flag.mp {
  background-position: -112px -88px; }

.iti-flag.mq {
  background-position: -128px -88px; }

.iti-flag.mr {
  background-position: -144px -88px; }

.iti-flag.ms {
  background-position: -160px -88px; }

.iti-flag.mt {
  background-position: -176px -88px; }

.iti-flag.mu {
  background-position: -192px -88px; }

.iti-flag.mv {
  background-position: -208px -88px; }

.iti-flag.mw {
  background-position: -224px -88px; }

.iti-flag.mx {
  background-position: -240px -88px; }

.iti-flag.my {
  background-position: 0 -99px; }

.iti-flag.mz {
  background-position: -16px -99px; }

.iti-flag.na {
  background-position: -32px -99px; }

.iti-flag.nc {
  background-position: -48px -99px; }

.iti-flag.ne {
  background-position: -64px -99px; }

.iti-flag.nf {
  background-position: -80px -99px; }

.iti-flag.ng {
  background-position: -96px -99px; }

.iti-flag.ni {
  background-position: -112px -99px; }

.iti-flag.nl, .iti-flag.bq {
  background-position: -128px -99px; }

.iti-flag.no {
  background-position: -144px -99px; }

.iti-flag.np {
  background-position: -160px -99px; }

.iti-flag.nr {
  background-position: -176px -99px; }

.iti-flag.nu {
  background-position: -192px -99px; }

.iti-flag.nz {
  background-position: -208px -99px; }

.iti-flag.om {
  background-position: -224px -99px; }

.iti-flag.pa {
  background-position: -240px -99px; }

.iti-flag.pe {
  background-position: 0 -110px; }

.iti-flag.pf {
  background-position: -16px -110px; }

.iti-flag.pg {
  background-position: -32px -110px; }

.iti-flag.ph {
  background-position: -48px -110px; }

.iti-flag.pk {
  background-position: -64px -110px; }

.iti-flag.pl {
  background-position: -80px -110px; }

.iti-flag.pm {
  background-position: -96px -110px; }

.iti-flag.pr {
  background-position: -112px -110px; }

.iti-flag.ps {
  background-position: -128px -110px; }

.iti-flag.pt {
  background-position: -144px -110px; }

.iti-flag.pw {
  background-position: -160px -110px; }

.iti-flag.py {
  background-position: -176px -110px; }

.iti-flag.qa {
  background-position: -192px -110px; }

.iti-flag.re {
  background-position: -208px -110px; }

.iti-flag.ro {
  background-position: -224px -110px; }

.iti-flag.rs {
  background-position: -240px -110px; }

.iti-flag.ru {
  background-position: 0 -121px; }

.iti-flag.rw {
  background-position: -16px -121px; }

.iti-flag.sa {
  background-position: -32px -121px; }

.iti-flag.sb {
  background-position: -48px -121px; }

.iti-flag.sc {
  background-position: -64px -121px; }

.iti-flag.sd {
  background-position: -80px -121px; }

.iti-flag.se {
  background-position: -96px -121px; }

.iti-flag.sg {
  background-position: -112px -121px; }

.iti-flag.sh {
  background-position: -128px -121px; }

.iti-flag.si {
  background-position: -144px -121px; }

.iti-flag.sk {
  background-position: -160px -121px; }

.iti-flag.sl {
  background-position: -176px -121px; }

.iti-flag.sm {
  background-position: -192px -121px; }

.iti-flag.sn {
  background-position: -208px -121px; }

.iti-flag.so {
  background-position: -224px -121px; }

.iti-flag.sr {
  background-position: -240px -121px; }

.iti-flag.ss {
  background-position: 0 -132px; }

.iti-flag.st {
  background-position: -16px -132px; }

.iti-flag.sv {
  background-position: -32px -132px; }

.iti-flag.sx {
  background-position: -48px -132px; }

.iti-flag.sy {
  background-position: -64px -132px; }

.iti-flag.sz {
  background-position: -80px -132px; }

.iti-flag.tc {
  background-position: -96px -132px; }

.iti-flag.td {
  background-position: -112px -132px; }

.iti-flag.tg {
  background-position: -128px -132px; }

.iti-flag.th {
  background-position: -144px -132px; }

.iti-flag.tj {
  background-position: -160px -132px; }

.iti-flag.tk {
  background-position: -176px -132px; }

.iti-flag.tl {
  background-position: -192px -132px; }

.iti-flag.tm {
  background-position: -208px -132px; }

.iti-flag.tn {
  background-position: -224px -132px; }

.iti-flag.to {
  background-position: -240px -132px; }

.iti-flag.tr {
  background-position: 0 -143px; }

.iti-flag.tt {
  background-position: -16px -143px; }

.iti-flag.tv {
  background-position: -32px -143px; }

.iti-flag.tw {
  background-position: -48px -143px; }

.iti-flag.tz {
  background-position: -64px -143px; }

.iti-flag.ua {
  background-position: -80px -143px; }

.iti-flag.ug {
  background-position: -96px -143px; }

.iti-flag.us {
  background-position: -112px -143px; }

.iti-flag.uy {
  background-position: -128px -143px; }

.iti-flag.uz {
  background-position: -144px -143px; }

.iti-flag.va {
  background-position: -160px -143px; }

.iti-flag.vc {
  background-position: -176px -143px; }

.iti-flag.ve {
  background-position: -192px -143px; }

.iti-flag.vg {
  background-position: -208px -143px; }

.iti-flag.vi {
  background-position: -224px -143px; }

.iti-flag.vn {
  background-position: -240px -143px; }

.iti-flag.vu {
  background-position: 0 -154px; }

.iti-flag.wf {
  background-position: -16px -154px; }

.iti-flag.ws {
  background-position: -32px -154px; }

.iti-flag.ye {
  background-position: -48px -154px; }

.iti-flag.za {
  background-position: -64px -154px; }

.iti-flag.zm {
  background-position: -80px -154px; }

.iti-flag.zw {
  background-position: -96px -154px; }

.intl-tel-input {
  position: relative;
  display: inline-block; }

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.intl-tel-input .hide {
  display: none; }

.intl-tel-input .v-hide {
  visibility: hidden; }

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 44px;
  margin-left: 0;
  transition: background-color 100ms ease-out; }

.intl-tel-input input.iti-invalid-key {
  transition: background-color 0;
  background-color: #FFC7C7; }

.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px; }

.intl-tel-input .flag-dropdown:hover {
  cursor: pointer; }

.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input input[disabled] + .flag-dropdown:hover, .intl-tel-input input[readonly] + .flag-dropdown:hover {
  cursor: default; }

.intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag, .intl-tel-input input[readonly] + .flag-dropdown:hover .selected-flag {
  background-color: transparent; }

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px; }

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 50%;
  margin-top: -5px; }

.intl-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }

.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll; }

.intl-tel-input .country-list .iti-flag {
  display: inline-block; }

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.intl-tel-input .country-list .country {
  padding: 5px 10px; }

.intl-tel-input .country-list .country .dial-code {
  color: #999; }

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input .country-list .iti-flag, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

* *:focus {
  outline: 0 none; }

.cf:before, .cf:after, .col-row:before, .col-row:after {
  content: " ";
  display: table; }

.cf:after, .col-row:after {
  clear: both; }

.col-row {
  margin-bottom: 20px; }

.col-row .col-row {
  margin-bottom: 0; }

#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11000; }

#status {
  background-image: url("/static/img/status.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px; }

.no-js #preloader {
  display: none; }

p {
  padding-bottom: 20px; }

a {
  color: #006699;
  text-decoration: none !important;
  transition: color 0.1s linear 0s; }

a:hover, a:focus {
  color: #1f1f1f; }

ul {
  list-style: outside none none; }

.custom-list {
  line-height: 24px; }

.ui-tooltip {
  background: none repeat scroll 0 0 #111;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  max-width: 300px;
  opacity: 0.8;
  padding: 4px 8px;
  position: absolute;
  text-align: center;
  z-index: 9999; }

.ui-tooltip, .arrow:after {
  background: none repeat scroll 0 0 #111; }

.arrow {
  bottom: -16px;
  height: 16px;
  left: 50%;
  margin-left: -35px;
  overflow: hidden;
  position: absolute;
  width: 70px; }

.arrow.top {
  bottom: auto;
  top: -16px; }

.arrow.left {
  left: 20%; }

.arrow:after {
  content: "";
  height: 25px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: rotate(45deg);
  width: 25px; }

.arrow.top:after {
  bottom: -20px;
  top: auto; }

.author {
  color: #006699;
  font-size: 13px;
  font-style: normal;
  margin-top: -10px;
  text-align: right; }

.quote-left .author {
  text-align: left; }

.quote-left {
  background: url("/static/img/quotes.png") no-repeat scroll right top rgba(0, 0, 0, 0);
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 40px;
  width: 240px; }

.quote-right {
  background: url("/static/img/quotes.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  float: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 40px;
  width: 240px; }

.highlight-1, .highlight-2, .highlight-3 {
  padding: 1px 5px; }

.highlight-1 {
  background: none repeat scroll 0 0 #fbffa3;
  color: #2f2f2f; }

.highlight-2 {
  background: none repeat scroll 0 0 #2f2f2f;
  color: #f7f7f7; }

.highlight-3 {
  background: none repeat scroll 0 0 #006699;
  color: #f7f7f7; }

abbr, acronym {
  border-bottom: 1px solid #929292; }

del {
  color: #929292; }

pre, code, tt {
  font-family: "lucida console",monospace; }

ol li {
  font-size: 12px; }

strong {
  color: #373737; }

.separator-1, .separator-2, .separator-3, .separator-4, .separator-5, .separator-6, .separator-7 {
  border: medium none;
  clear: both;
  height: 27px;
  margin-bottom: 40px;
  margin-top: 0; }

.separator-1 {
  background: url("/static/img/sign.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.separator-2 {
  background: url("/static/img/waves.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.separator-3 {
  background: url("/static/img/star.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.separator-4 {
  background: url("/static/img/jigsaw.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.separator-5 {
  background: url("/static/img/crown.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.separator-6 {
  background: url("/static/img/arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.separator-7 {
  background: url("/static/img/diamond.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-1 {
  background: url("/static/img/sign-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-2 {
  background: url("/static/img/waves-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-3 {
  background: url("/static/img/star-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-4 {
  background: url("/static/img/jigsaw-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-5 {
  background: url("/static/img/crown-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-6 {
  background: url("/static/img/arrow-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-7 {
  background: url("/static/img/diamond-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.left-img {
  float: left;
  margin-bottom: 0;
  margin-right: 15px; }

.right-img {
  float: right;
  margin-bottom: 0;
  margin-left: 15px; }

.image-container {
  position: relative; }

.img-absolute {
  position: absolute; }

.frame {
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding: 4px; }

.rounded {
  border-radius: 5px; }

.button {
  background: none repeat scroll 0 0 #006699;
  color: #f7f7f7;
  display: inline-block;
  margin-bottom: 20px;
  transition: background-color 0.2s linear 0s; }

.button-secondary {
  background: none repeat scroll 0 0 #373737;
  color: #f7f7f7;
  display: inline-block;
  margin-bottom: 20px;
  transition: background-color 0.2s linear 0s; }

.button-secondary:hover {
  background: none repeat scroll 0 0 #757575;
  color: #fff; }

.button:hover {
  background: none repeat scroll 0 0 #2f2f2f;
  color: #f7f7f7; }

.border {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid;
  color: #757575;
  transition: all 0.2s linear 0s; }

.border:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #006699; }

.button i, .button-secondary i {
  padding-right: 5px; }

table {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: left;
  width: 100%; }

th {
  border-bottom: 2px solid #c1c1c1;
  border-right: 1px solid #e1e1e1;
  color: #006699;
  font-size: 14px;
  text-transform: uppercase; }

thead, tfoot {
  font-weight: 700; }

th {
  padding: 8px; }

td, caption {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }

th, td, caption {
  padding: 8px; }

tr.even td {
  background: none repeat scroll 0 0 #f4f4f4; }

caption {
  border-collapse: collapse;
  color: #006699; }

.dropcap-1 {
  color: #006699;
  display: block;
  float: left;
  font-size: 36px;
  line-height: 36px;
  margin: 2px 8px 0 0; }

.dropcap-2 {
  background-color: #2f2f2f;
  border-radius: 50%;
  color: #f7f7f7;
  display: block;
  float: left;
  font-size: 23px;
  height: 27px;
  margin: 4px 8px 0 0;
  padding-top: 7px;
  text-align: center;
  width: 33px; }

.skill-list {
  margin-bottom: 15px; }

.skillbar {
  background: none repeat scroll 0 0 #f4f4f4;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  height: 35px;
  margin-bottom: 5px;
  position: relative;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: width, background-color;
  transition-timing-function: linear;
  width: 100%; }

.skillbar-title {
  color: #fff;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.skillbar-title span {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px; }

.skillbar-title i {
  float: left;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px; }

.skillbar-bar {
  background: none repeat scroll 0 0 #006699;
  border-bottom: 1px solid #006699;
  height: 35px;
  width: 0; }

.skill-bar-percent {
  color: #373737;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  top: 0; }

.logo {
  float: left;
  margin-bottom: 26px;
  margin-top: 26px;
  transition: all 0.2s linear 0s; }

.logo img {
  vertical-align: bottom; }

header {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 300; }

.boxshadow header {
  border: medium none;
  box-shadow: 0 3px 4px -3px #999; }

.header-top {
  background: none repeat scroll 0 0 #f7f7f7;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s linear 0s; }

.header-top ul li, .header-top ul li a {
  color: #999;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px; }

.header-top ul li a:hover {
  color: #006699; }

.header-top-links {
  margin-top: 10px; }

/*.navigation ul li {
    display: block;
    float: left;
    position: relative;
}
.navigation ul li a {
    border-bottom: 2px solid #fff;
    color: #4d4d4d;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 34px 9px 34px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s linear 0s, padding-top 0.2s linear 0s;
}
.navigation ul li a:hover, .navigation .active-nav {
    background-color: #373737;
    box-shadow: 0 3px 0 #006699;
    color: #f7f7f7 !important;
    text-shadow: none;
}
.navigation ul li a span {
    color: #9f9f9f;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 9px;
    line-height: 14px;
    text-transform: uppercase;
}
.navigation ul .dropdown > a {
    background-color: #373737;
    box-shadow: 0 3px 0 #006699;
    color: #f7f7f7;
    text-shadow: none;
}
.navigation ul ul {
    background: none repeat scroll 0 0 #fff;
    border-top: 3px solid #006699;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    margin-top: 48px;
    position: absolute;
    top: -999em;
    width: 180px;
}
.navigation ul ul li a:hover {
    background-color: #373737;
    box-shadow: none;
}
.navigation ul {
    float: right;
    margin-right: 15px;
    position: relative;
    z-index: 1200;
}
.navigation-simple ul li {
    display: inline-block;
    margin-left: 10px;
    padding: 6px;
    position: relative;
}
.navigation-simple ul li a {
    color: #373737;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s linear 0s;
}
.navigation-simple ul ul li a:hover {
    background-color: #006699;
    color: #fff;
}
.navigation-light ul li {
    display: inline-block;
    margin-left: 20px;
    padding: 6px;
    position: relative;
}
.navigation-light ul li a {
    color: #757575;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: background-color 0.2s linear 0s;
}
.navigation-light ul ul li a {
    border: medium none;
    color: #707070;
    font-size: 13px;
    margin-left: 0;
    padding: 8px 15px;
    transition: none 0s ease 0s ;
    width: 150px;
}
.navigation-light ul ul li a:hover {
    color: #006699;
}
.navigation ul ul li a, .navigation-simple ul ul li a {
    border: medium none;
    color: #707070;
    font-size: 11px;
    margin-left: 0;
    padding: 8px 15px;
    transition: none 0s ease 0s ;
    display:block;
}
.navigation ul ul .dropdown a, .navigation-simple ul ul .dropdown a, .navigation-light ul ul .dropdown a {
    box-shadow: none;
}
.navigation ul ul li, .navigation-simple ul ul li ul, .navigation-light ul ul li ul {
    border: medium none;
    margin-top:0 !important;
}

.navigation li ul li ul li a:hover ul {
    left:190px;
}
.navigation ul ul li, .navigation-simple ul ul li, .navigation-light ul ul li {
    margin-left: 0;
    padding: 0;
    width: 100%;
}
.navigation ul li:hover, .navigation-simple ul li:hover, .navigation-light ul li:hover {
    visibility: inherit;
}
.navigation ul a, .navigation-simple ul a, .navigation-light ul a {
    position: relative;
}
.navigation ul li:hover ul, .navigation ul li.sfHover ul, .navigation-simple ul li:hover ul, .navigation-simple ul li.sfHover ul, .navigation-light ul li:hover ul, .navigation-light ul li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99;
}
.navigation ul li:hover li ul, .navigation ul li.sfHover li ul, .navigation-simple ul li:hover li ul, .navigation-simple ul li.sfHover li ul, .navigation-light ul li:hover li ul, .navigation-light ul li.sfHover li ul {
    margin-top: 0;
    top: -999em;
}
.navigation ul li li:hover ul, .navigation ul li li.sfHover ul, .navigation ul li li li:hover ul, .navigation ul li li li.sfHover ul, .navigation-simple ul li li:hover ul, .navigation-simple ul li li.sfHover ul, .navigation-simple ul li li li:hover ul, .navigation-simple ul li li li.sfHover ul, .navigation-light ul li li:hover ul, .navigation-light ul li li.sfHover ul, .navigation-light ul li li li:hover ul, .navigation-light ul li li li.sfHover ul {
    left: 180px;
    top: -45px;
}
.navigation ul li li:hover li ul, .navigation ul li li.sfHover li ul, .navigation-simple ul li li:hover li ul, .navigation-simple ul li li.sfHover li ul, .navigation-light ul li li:hover li ul, .navigation-light ul li li.sfHover li ul {
    top: -999em;
}
.navigation ul ul li a i, .navigation ul ul li a i, .navigation-light ul ul li a i, .navigation-simple ul ul li a i {
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    right: 10px;
    top:2px;
}
.navigation-simple ul, .navigation-light ul {
    float: right;
    margin-right: 15px;
    margin-top: 35px;
    position: relative;
    z-index: 1200;
}
.navigation-simple ul li a:hover, .navigation-simple .active-nav, .navigation-simple ul .dropdown > a, .navigation-light ul li a:hover, .navigation-light .active-nav, .navigation-light ul .dropdown > a {
    color: #006699;
    text-shadow: none;
}
.navigation-simple ul ul, .navigation-light ul ul {
    background: none repeat scroll 0 0 #fff;
    border-top: 3px solid #006699;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    margin-left: 5px;
    margin-top: 0;
    position: absolute;
    top: -999em;
    width: 180px;
}
.navigation-simple ul ul ul, .navigation-light ul ul ul {
    margin-left: 0;
}
.navigation-light ul ul li a {
    border-bottom: 1px solid #ebebeb;
}
.navigation-light ul ul li ul {
    border-left: 1px solid #ebebeb;
}*/
.responsive-nav select {
  -moz-appearance: none;
  background: url("/static/img/nav.png") no-repeat scroll 97% center #fff;
  border: 1px solid #eee;
  color: #676767;
  cursor: pointer;
  display: none;
  padding: 10px 5px;
  text-indent: 0.01px;
  text-overflow: ""; }

.responsive-nav {
  background: none repeat scroll 0 0 #fff;
  display: none;
  padding-bottom: 15px;
  transition: all 0.2s linear 0s;
  width: 100%; }

.stuck {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 15px;
  position: fixed;
  top: 0; }

.sticky-wrapper {
  height: 0 !important; }

.boxshadow .stuck {
  border: medium none;
  box-shadow: 0 3px 4px -3px #999; }

.search-button {
  border: 1px solid #ccc;
  color: #ccc;
  display: block;
  font-size: 19px;
  height: 38px;
  line-height: 36px;
  margin-top: 32px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 38px; }

.search-open:hover {
  background: none repeat scroll 0 0 #006699;
  border-color: #006699;
  color: #fff; }

.search-open {
  border-radius: 50%; }

.search-close {
  border-radius: 50%;
  opacity: 0.4; }

.search-container {
  float: right;
  position: relative; }

.search-panel {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: -moz-use-text-color #eee #eee;
  border-image: none;
  border-right: 1px solid #eee;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  display: none;
  left: -260px;
  padding: 10px;
  position: absolute;
  top: 104px;
  width: 278px; }

#header-search-box {
  border-color: -moz-use-text-color -moz-use-text-color #dedede;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #888;
  float: left;
  font-family: inherit;
  font-size: 13px;
  height: 39px;
  padding: 0 0 0 5px;
  width: 223px; }

#header-search-button:hover {
  color: #006699; }

#header-search-button {
  background-color: #fff;
  border: medium none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  transition: background-color 0.2s linear 0s;
  width: 50px; }

.inner-col {
  padding: 0 30px 0 0; }

img {
  height: auto; }

.one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth {
  float: left;
  margin-right: 24px; }

.one-fourth {
  width: 234px; }

.three-fourth {
  width: 750px; }

.one-third {
  width: 320px; }

.two-third {
  width: 664px; }

.one-half {
  width: 492px; }

.one-sixth {
  width: 148px; }

.five-sixth {
  width: 836px; }

.full-width {
  width: 100%; }

.main-content-right .full-width, .main-content-left .full-width {
  width: 664px; }

.last {
  margin-right: 0 !important; }

.col-row {
  margin-right: -24px; }

.five-sixth img, .three-fourth img, .two-third img, .one-half img, .one-third img, .one-fourth img, .one-sixth img {
  max-width: 100%; }

.container-center {
  margin: 0 auto;
  width: 1008px; }

#slider-block {
  height: 700px; }

.tp-rightarrow, .tp-leftarrow {
  border: 2px solid;
  border-radius: 50%;
  color: #bbb;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin-left: 2px;
  margin-top: -24px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.2s linear 0s;
  width: 48px;
  z-index: 100; }

.tp-rightarrow {
  right: 24px; }

.tp-rightarrow:before {
  content: "";
  font-family: FontAwesome; }

.tp-leftarrow {
  left: 24px; }

.tp-leftarrow:before {
  content: "";
  font-family: FontAwesome; }

.tp-rightarrow:hover, .tp-leftarrow:hover {
  background: none repeat scroll 0 0 #006699;
  border-color: #006699;
  color: #fff; }

.slider-bg-color {
  background: none repeat scroll 0 0 #006699; }

.big-title-row {
  color: #212121;
  font-size: 73px;
  font-weight: 800;
  line-height: 58px;
  text-align: right;
  text-transform: uppercase; }

.big-title-description {
  color: #4c4c4c;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  width: 400px; }

.layer-h2-no {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px; }

.layer-h3 {
  border-bottom: 1px solid #bbb;
  color: #888;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  text-transform: capitalize; }

.layer-h2 {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  line-height: 50px;
  padding: 20px 30px; }

.layer-h2-boxed {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  display: inline-block;
  font-size: 44px;
  line-height: 50px;
  padding: 20px 30px;
  text-transform: none; }

.layer-h2-tran {
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  text-shadow: 1px 1px 0 #333; }

.layer-description {
  background: none repeat scroll 0 0 #373737;
  color: #fff;
  font-size: 16px;
  max-width: 540px;
  padding: 20px 30px;
  text-align: center;
  white-space: normal; }

.layer-description-tran {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  text-shadow: 1px 1px 0 #333;
  white-space: normal;
  width: 560px; }

.layer-description-transparent {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #333;
  white-space: normal;
  width: 660px; }

.layer-description-transparent p {
  font-size: 17px;
  line-height: 24px; }

.layer-description p {
  padding-bottom: 0; }

.layer-buttons a {
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: background-color 0.2s linear 0s; }

.primary {
  background: none repeat scroll 0 0 #006699; }

.secondary, .primary:hover {
  background: none repeat scroll 0 0 #373737; }

.secondary:hover {
  background: none repeat scroll 0 0 #757575; }

.slider-bullets {
  color: #fff; }

.slider-bullets i {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 21px;
  height: 43px;
  line-height: 43px;
  position: relative;
  text-align: center;
  width: 43px; }

.slider-bullets span {
  background: none repeat scroll 0 0 #fff;
  color: #373737;
  display: inline-block;
  font-size: 14px;
  line-height: 43px;
  opacity: 0.8;
  padding: 0 10px; }

.content-slider .big-title-row {
  line-height: 56px;
  margin-top: 70px; }

.content-slider {
  position: relative; }

.color-section .big-message, .dark-section .big-message {
  color: #fff; }

.big-message {
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  text-align: center; }

.light-section .big-message {
  color: #757575; }

.section-title {
  margin-bottom: 30px; }

.section-title h2 {
  margin-bottom: 0; }

.main-content-left, .main-content-right {
  padding-bottom: 30px;
  width: 664px; }

.main-content-left {
  float: left !important;
  margin-right: 72px; }

.main-content-right {
  float: right !important;
  margin-left: 72px; }

.heading-small {
  font-size: 12px;
  font-weight: 700; }

.heading-medium {
  font-size: 16px;
  font-weight: 700; }

.heading-big {
  font-size: 20px;
  font-weight: 700; }

.heading-extra-big {
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px; }

.section-bg-1 {
  background: url("/static/img/001a.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.section-bg-2 {
  background: url("/static/img/002a.jpg") no-repeat scroll center center rgba(0, 0, 0, 0); }

.section-bg-3 {
  background: url("/static/img/003a.jpg") no-repeat scroll center center rgba(0, 0, 0, 0); }

.section-bg-4 {
  background: url("/static/img/004a.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

.section-bg-5 {
  background: url("/static/img/005a.jpg") no-repeat scroll center center rgba(0, 0, 0, 0); }

.dark-section, .light-section, .color-section {
  margin-bottom: 40px;
  padding: 50px 0 10px; }

.dark-section, .color-section {
  color: #fff; }

.color-section {
  background-color: #006699; }

.dark-section {
  background-color: #373737; }

.dark-section h2, .color-section h2 {
  color: #fff; }

.dark-section h3 {
  color: #ccc; }

.color-section h3 {
  color: #fff; }

.light-section {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5; }

.tilted h4 {
  transition-duration: 0.4s;
  transition-property: transform; }

.classic-box {
  margin-bottom: 20px;
  text-align: center;
  transition: background-color 0.2s ease-out 0s; }

.classic-box h3 {
  color: #373737;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0; }

.classic-box h4 {
  color: #999;
  font-size: 10px;
  margin-bottom: 0;
  margin-top: -4px;
  text-transform: uppercase; }

.classic-box img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px; }

.classic-box i {
  border: 5px solid;
  border-radius: 50%;
  color: #373737;
  display: block;
  font-size: 28px;
  height: 32px;
  line-height: 33px;
  margin: 10px auto 15px;
  overflow: visible;
  padding: 14px;
  width: 32px; }

.classic-box .button {
  margin-bottom: 0; }

.classic-box-title {
  margin-bottom: 20px; }

.p-item {
  margin-bottom: 24px;
  overflow: hidden;
  text-align: center; }

.p-item img {
  display: block; }

.p-item figcaption {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  transition: all 0.2s ease-in 0s; }

.p-item:hover figcaption {
  background: none repeat scroll 0 0 #006699;
  color: #fff; }

.p-item:hover figcaption span {
  color: #fff; }

.p-item h5 {
  font-weight: normal;
  margin-bottom: 0; }

.p-item figure {
  position: relative; }

.csstransitions .p-item:hover .overlay {
  opacity: 1; }

.p-item:hover .overlay-bg {
  height: 100%; }

.no-csstransitions .p-item:hover .overlay {
  display: block; }

.overlay-container {
  height: 100%;
  position: relative; }

.overlay {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s linear 0s;
  width: 100%; }

.no-csstransitions .overlay {
  display: none; }

.overlay-bg {
  background: none repeat scroll 0 0 #121212;
  height: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 4; }

.overlay-buttons {
  height: 42px;
  left: 50%;
  margin: -21px auto 0 -46px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 94px;
  z-index: 5; }

.overlay-buttons a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  font-size: 19px;
  height: 37px;
  line-height: 37px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 37px; }

.overlay-buttons a i {
  padding-right: 1px; }

.overlay-buttons a:hover {
  background: none repeat scroll 0 0 #006699;
  border-color: #006699;
  color: #fff; }

.carousel-container {
  margin-bottom: 20px; }

.carousel-container .p-item {
  margin-bottom: 0; }

.carousel-wrap {
  margin-top: 3px;
  position: relative; }

.flex-direction-nav {
  margin-top: 20px; }

.flex-nav-left .flex-direction-nav {
  bottom: 60px;
  left: -258px;
  margin-top: 0;
  position: absolute;
  text-align: left; }

.flex-direction-nav {
  text-align: center; }

.flex-direction-nav li a {
  position: relative;
  z-index: 10; }

.flex-direction-nav li {
  display: inline-block;
  margin-right: 3px; }

.flex-prev, .flex-next {
  border: 2px solid;
  border-radius: 50%;
  color: #bbb;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 30px; }

.flex-prev i {
  font-weight: 700; }

.flex-next i {
  font-weight: 700; }

.flex-next:hover, .flex-prev:hover, .portfolio-link:hover {
  background-color: #006699;
  border-color: #006699;
  color: #fff; }

.feature-box-icon, .feature-box-icon-o {
  border-radius: 50%;
  display: block;
  float: left;
  font-size: 21px;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 44px; }

.feature-box-icon {
  background-color: #006699;
  background-repeat: no-repeat;
  color: #fff; }

.feature-box-icon-o {
  border: 2px solid;
  color: #006699; }

.feature-box:hover .feature-box-icon, .feature-box-right:hover .feature-box-icon {
  background-color: #373737; }

.feature-box:hover .feature-box-icon-o {
  background-color: #006699;
  border-color: #006699;
  color: #fff; }

.feature-box-right .feature-box-icon, .feature-box-right .feature-box-icon-o {
  float: right;
  margin-left: 10px; }

.feature-box-right {
  text-align: right; }

.feature-box-right h4 {
  float: right; }

.custom-list .fa-li {
  line-height: 21px; }

.custom-list {
  margin-bottom: 15px;
  margin-top: -5px; }

.fa-li {
  color: #373737; }

.green-list .fa-li {
  color: #6ebf4d; }

.red-list .fa-li {
  color: #e34545; }

.blue-list .fa-li {
  color: #5c95f2; }

.primary-list .fa-li {
  color: #006699; }

ol li {
  list-style: inside none decimal; }

.twitter-holder, .t-holder {
  background-color: #006699;
  padding-bottom: 30px; }

.twitter-icon img {
  display: block;
  margin: 0 auto; }

.twitter-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 58px;
  line-height: 59px;
  margin: 10px auto 0;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 58px; }

.twitter-icon:hover {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0; }

.twitter-icon a {
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s linear 0s; }

.twitter-feed {
  color: #fff;
  margin: 0 auto;
  width: 800px;
  text-align: center; }

.twitter-feed ul li {
  color: #fff;
  font-family: "Open-Sans",sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px 10px;
  text-align: center; }

.tweet_list li a {
  color: #fff;
  font-style: italic;
  transition: all 0.2s linear 0s; }

.tweet_list li a:hover {
  text-decoration: underline; }

.sidebar-twitter .tweet_list li a {
  color: #006699; }

.sidebar-twitter {
  background: none repeat scroll 0 0 #f4f4f4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px;
  transition: all 0.2s linear 0s; }

.sidebar-twitter:hover {
  border-bottom: 1px solid #006699; }

.footer-twitter-holder {
  position: relative; }

.twitter-follow i {
  border: 1px solid;
  border-radius: 50%;
  color: #9f9f9f;
  float: left;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  padding: 3px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 30px; }

.footer-twitter li a {
  color: #9f9f9f; }

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

.twitter-follow:hover i {
  border-color: #fff;
  color: #fff; }

.twitter-follow a {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 24px; }

.stream-portfolio {
  list-style: outside none none;
  margin-bottom: 17px;
  position: relative;
  z-index: 10; }

.col-row .col-row .stream-portfolio {
  margin-bottom: 37px; }

.stream-portfolio li {
  display: block;
  float: left;
  height: 76px;
  list-style-type: none;
  margin-bottom: 3px;
  margin-right: 3px;
  position: relative;
  width: 76px; }

.sidebar .stream-portfolio li {
  height: 88px;
  margin-bottom: 4px;
  margin-right: 4px;
  width: 88px; }

.sidebar .stream-portfolio-overlay {
  height: 100%;
  line-height: 88px;
  width: 100%; }

.sidebar .stream-portfolio li img {
  box-shadow: 0 0 0 #000;
  height: 88px;
  transition: all 0.3s ease 0s;
  width: 88px; }

footer .stream-portfolio li img {
  box-shadow: 0 0 0 #000;
  height: 76px;
  transition: all 0.3s ease 0s;
  width: 76px; }

.stream-portfolio-overlay {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  display: block;
  font-size: 19px;
  height: 76px;
  left: 0;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 76px; }

.stream-portfolio li a {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 4000; }

.no-csstransitions .stream-portfolio-overlay {
  display: none; }

.no-csstransitions .stream-portfolio li:hover .stream-portfolio-overlay {
  display: block; }

.stream-portfolio-overlay i {
  color: #fff; }

.csstransitions .stream-portfolio li img:hover {
  opacity: 0.2; }

.stream-portfolio li a:hover {
  text-decoration: none; }

.bottom-left {
  float: left; }

.bottom-right {
  float: right; }

#footer-nav {
  list-style: outside none none;
  margin-top: 2px; }

#footer-nav li {
  display: inline;
  margin-right: 8px; }

#footer-nav li a {
  color: #9f9f9f;
  font-family: Arial,sans-serif;
  font-size: 10px;
  text-transform: uppercase; }

#footer-nav li a:hover {
  color: #fff; }

.scroll-top {
  display: none; }

.scroll-top a {
  background: none repeat scroll 0 0 #000;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  height: 44px;
  line-height: 43px;
  opacity: 0.3;
  position: fixed;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  width: 44px;
  z-index: 21; }

.scroll-top a:hover {
  background-color: #006699;
  color: #fff;
  opacity: 1;
  text-decoration: none; }

.footer-links {
  list-style: outside none none; }

.footer-links li:first-child {
  padding-top: 0; }

.footer-links {
  list-style: outside none none;
  margin-bottom: 12px; }

.footer-links li {
  padding-bottom: 8px;
  position: relative;
  z-index: 10; }

.footer-links li i {
  color: #9f9f9f;
  margin-right: 10px;
  transition: all 0.1s linear 0s; }

.footer-links li a {
  color: #9f9f9f; }

.footer-links li a:hover {
  color: #fff;
  text-decoration: none; }

.accordion {
  margin-bottom: 20px; }

.ui-accordion-header {
  background: none repeat scroll 0 0 #f4f4f4;
  border-bottom: 1px solid #ccc;
  color: #006699;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s; }

.ui-accordion-header:hover {
  border-bottom: 1px solid #006699;
  color: #373737; }

.ui-accordion-header-icon {
  background: url("../img/toggle.png") no-repeat scroll center top #006699;
  display: block;
  float: left;
  height: 15px;
  margin-right: 10px;
  margin-top: 3px;
  transition: all 0.2s linear 0s;
  width: 15px; }

.ui-accordion-header-active {
  background: none repeat scroll 0 0 #006699;
  border-bottom: 1px solid #006699;
  color: #fff; }

.ui-accordion-header-active:hover {
  color: #fff; }

.ui-accordion-header-active .ui-accordion-header-icon {
  background: url("../img/toggle.png") no-repeat scroll center bottom #006699; }

.ui-accordion-content {
  padding: 15px 0; }

.tabs-top .ui-tabs-nav li, .tabs-top-2 .ui-tabs-nav li {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 0; }

.tabs-top .ui-tabs-nav a, .tabs-top-2 .ui-tabs-nav a {
  border-left: 1px solid #dedede;
  color: #757575;
  cursor: pointer;
  padding: 8px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s; }

.tabs-top .ui-tabs-nav a {
  font-size: 10px; }

.tabs-top .ui-tabs-nav li a:hover, .tabs-top-2 .ui-tabs-nav li a:hover {
  color: #006699; }

.tabs-top .ui-tabs-active a {
  border-left: 1px solid #006699;
  color: #006699;
  padding-right: 30px; }

.tabs-top .ui-tabs-panel, .tabs-top-2 .ui-tabs-panel {
  padding-top: 15px; }

.tabs-top-2 .ui-tabs-nav a {
  color: #373737;
  font-size: 13px;
  font-weight: 800; }

.tabs-top-2 .ui-tabs-active a {
  border-left: 1px solid #006699;
  color: #006699;
  padding-right: 30px; }

.tabs-side, .tabs-side-2 {
  margin-bottom: 20px; }

.tabs-side .ui-tabs-nav {
  float: left;
  width: 30%; }

.tabs-side .ui-tabs-nav a {
  background: none repeat scroll 0 0 #f4f4f4;
  border-bottom: 1px solid #ccc;
  color: #373737;
  cursor: pointer;
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s; }

.tabs-side .ui-tabs-nav li a:hover, .tabs-side .ui-tabs-active a {
  background: none repeat scroll 0 0 #006699;
  border-bottom: 1px solid #006699;
  color: #fff; }

.tabs-side .ui-tabs-nav li a i {
  font-size: 14px;
  padding-right: 8px; }

.tabs-side .ui-tabs-panel {
  border-bottom: 1px solid #e4e4e4;
  float: left;
  margin: 0 5%;
  width: 60%; }

.tabs-side-2 .ui-tabs-nav {
  float: left;
  min-width: 90px;
  width: 30%; }

.tabs-side-2 .ui-tabs-nav a {
  background: none repeat scroll 0 0 #f8f8f8;
  border-left: 1px solid #ccc;
  color: #373737;
  cursor: pointer;
  display: block;
  font-size: 11px;
  margin-bottom: 1px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s; }

.tabs-side-2 .ui-tabs-nav li a:hover, .tabs-side-2 .ui-tabs-active a {
  border-left: 1px solid #006699;
  color: #006699; }

.tabs-side-2 .ui-tabs-active a {
  padding-left: 15px; }

.tabs-side-2 .ui-tabs-nav li a i {
  font-size: 14px;
  padding-right: 8px; }

.tabs-side-2 .ui-tabs-panel {
  border-bottom: 1px solid #e4e4e4;
  float: left;
  margin: 0 4%;
  width: 60%; }

.latest-blog-posts {
  margin-bottom: 20px; }

.latest-blog-posts li {
  padding: 8px 0; }

#sidebar .latest-blog-posts li {
  padding: 7px 0; }

.latest-blog-posts li:first-child {
  padding-top: 0; }

.latest-blog-posts li:last-child, #sidebar .latest-blog-posts li:last-child {
  padding-bottom: 0; }

.latest-blog-posts li img {
  border: 1px solid #dedede;
  float: left;
  margin-right: 10px;
  max-height: 70px;
  max-width: 70px;
  padding: 5px; }

.post-date {
  color: #969696;
  font-size: 10px;
  font-style: italic; }

#sidebar .latest-blog-posts li img {
  border: 1px solid #dedede; }

footer .latest-blog-posts li h5 a {
  color: #ccc; }

footer .latest-blog-posts li a:hover {
  color: #fff; }

.latest-blog-posts li h5 {
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 0;
  padding-top: 4px; }

.latest-blog-posts li p {
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 0; }

.latest-blog-posts li a {
  color: #373737; }

.latest-blog-posts li a:hover {
  color: #006699;
  text-decoration: none; }

#sidebar .latest-blog-posts li a:hover {
  color: #323232; }

.blog-icon {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  display: inline-block;
  float: left;
  height: 43px;
  line-height: 43px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 43px; }

.blog-icon i {
  font-size: 21px;
  line-height: 43px; }

.page-title {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.page-title .page-title-inner {
  padding-bottom: 0; }

.page-title h1 {
  color: #373737;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 14px;
  text-transform: uppercase; }

.page-title .one-line {
  margin-top: 34px; }

.page-title-icon {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  float: left;
  font-size: 42px;
  height: 110px;
  line-height: 110px;
  margin-right: 20px;
  text-align: center;
  width: 110px; }

.page-title-4 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px; }

.page-title-inner {
  padding: 30px 0;
  position: relative; }

.page-title-4 h1 {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  margin-bottom: 3px;
  padding: 5px 15px;
  position: relative;
  text-transform: uppercase; }

.angled h1 {
  padding-right: 5px; }

.angled h1:after {
  border-right: 50px solid transparent;
  border-top: 50px solid #006699;
  content: "";
  height: 0;
  position: absolute;
  right: -50px;
  top: 0;
  width: 0; }

.title-caption span {
  background: none repeat scroll 0 0 #373737;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase; }

.angled .title-caption span:after {
  border-right: 40px solid transparent;
  border-top: 40px solid #373737;
  content: "";
  height: 0;
  position: absolute;
  right: -40px;
  top: 0;
  width: 0; }

.breadcrumbs-2 span {
  margin-right: 5px; }

.breadcrumbs-2 {
  background: none repeat scroll 0 0 #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: -1px;
  display: inline-block;
  font-size: 11px;
  padding: 12px 16px;
  position: absolute;
  right: 0;
  text-transform: uppercase; }

.page-title .breadcrumbs-2, .page-title-2 .breadcrumbs-2 {
  bottom: -31px; }

.page-title-2 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px; }

.page-title-2 h1 {
  color: #006699;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0; }

.page-subtitle {
  color: #aaa;
  display: block;
  font-size: 14px;
  margin-top: -4px; }

.page-title-2 .breadcrumbs {
  margin-top: -10px; }

.page-title-3 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px; }

.page-title-3 h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 14px;
  text-shadow: 2px 2px 0 #121212;
  text-transform: uppercase; }

.page-title-3 .page-title-icon {
  box-shadow: 4px 4px 0 #121212; }

.page-title-3 .breadcrumbs-2 {
  bottom: -31px; }

.sidebar {
  width: 272px; }

.sb-left {
  float: left; }

.sb-right {
  float: right; }

.sidebar-box {
  margin-bottom: 40px; }

.boxed, .circled {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  width: 28px; }

.boxed {
  background: none repeat scroll 0 0 #006699;
  color: #fff; }

.circled {
  border: 1px solid;
  border-radius: 50%;
  color: #006699; }

#search-box {
  background-color: #f4f4f4;
  border-color: -moz-use-text-color -moz-use-text-color #dedede;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #888;
  float: left;
  font-family: inherit;
  font-size: inherit;
  height: 39px;
  padding: 0 8px;
  width: 206px; }

#search-button {
  background-color: #006699;
  border: medium none;
  color: #f7f7f7;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  transition: background-color 0.2s linear 0s;
  width: 50px; }

#search-button:hover {
  background-color: #323232; }

.video {
  margin-bottom: 20px; }

.video-title {
  margin-top: -6px; }

.video-title h5 {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 44px; }

.video-title h5 i {
  background: none repeat scroll 0 0 #373737;
  font-size: 17px;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  text-align: center;
  width: 48px; }

.five-sixth .video iframe {
  max-height: 470px;
  max-width: 836px; }

.three-fourth .video iframe {
  max-height: 422px;
  max-width: 750px; }

.two-third .video iframe {
  max-height: 374px;
  max-width: 664px; }

.one-half .video iframe {
  max-height: 277px;
  max-width: 492px; }

.one-third .video iframe {
  max-height: 170px;
  max-width: 320px; }

.one-fourth .video iframe {
  max-height: 132px;
  max-width: 234px; }

.one-sixth .video iframe {
  max-height: 83px;
  max-width: 148px; }

.five-sixth .ratio43 iframe {
  max-height: 627px;
  max-width: 836px; }

.three-fourth .ratio43 iframe {
  max-height: 563px;
  max-width: 750px; }

.two-third .ratio43 iframe {
  max-height: 498px;
  max-width: 664px; }

.one-half .ratio43 iframe {
  max-height: 369px;
  max-width: 492px; }

.one-third .ratio43 iframe {
  max-height: 240px;
  max-width: 320px; }

.one-fourth .ratio43 iframe {
  max-height: 176px;
  max-width: 234px; }

.one-sixth .ratio43 iframe {
  max-height: 11px;
  max-width: 148px; }

.team-member {
  margin-top: 6px; }

.boxshadow .portrait, .boxshadow .content-box-icon {
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff, 0 0 1px 5px #888, 0 0 0 12px #fff; }

.testimony-inner:hover .portrait, .post-author:hover .portrait {
  left: -75px; }

.testimony {
  margin-bottom: 20px; }

.testimony-inner, .post-author-inner {
  border: 1px solid #f0f0f0;
  margin-left: 54px;
  padding: 15px 15px 15px 75px;
  position: relative; }

.post-author p {
  padding-bottom: 10px; }

.post-author {
  background: url("/static/img/cog-br.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  margin-bottom: 40px; }

.testimony-inner {
  background: url("/static/img/quotes.png") no-repeat scroll right bottom rgba(0, 0, 0, 0); }

.testimony .portrait, .post-author .portrait {
  left: -54px;
  margin-top: -54px;
  position: absolute;
  top: 50%;
  transition: all 0.2s linear 0s; }

.team-member .portrait {
  float: left;
  margin-right: 25px; }

.member-details h4, .testimony-author h4, .post-author h4 {
  color: #373737;
  text-transform: uppercase; }

.box-title h3 {
  color: #373737;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.member-details h4, .testimony-author h4, .box-title h3 {
  margin-bottom: 0; }

.member-details h4, .box-title h3 {
  margin-top: 15px; }

.member-details, .box-title {
  float: left; }

.role, .testimony-author span, .content-box-subtitle {
  color: #006699;
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
  margin-top: -3px;
  text-transform: uppercase; }

.testimony-text {
  border-bottom: 1px solid #006699;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.team-member p {
  clear: both;
  padding-top: 25px; }

.content-box, .team-member-type-2 {
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  margin-top: 60px;
  padding: 60px 20px 20px;
  position: relative;
  text-align: center; }

.content-box-icon {
  background: none repeat scroll 0 0 #f4f4f4;
  color: #373737;
  font-size: 48px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 110px; }

.content-box:hover .content-box-icon {
  background: none repeat scroll 0 0 #006699;
  color: #fff; }

.cog-tl {
  background: url("/static/img/cog-tl.png") no-repeat scroll left top rgba(0, 0, 0, 0); }

.cog-tr {
  background: url("/static/img/cog-tr.png") no-repeat scroll right top rgba(0, 0, 0, 0); }

.cog-bl {
  background: url("/static/img/cog-bl.png") no-repeat scroll left bottom rgba(0, 0, 0, 0); }

.cog-br {
  background: url("/static/img/cog-br.png") no-repeat scroll right bottom rgba(0, 0, 0, 0); }

.content-box-icon, .team-member-type-2 .portrait {
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: -60px; }

.content-box .box-title, .team-member-type-2 .member-details {
  float: none;
  margin-bottom: 10px;
  text-align: center; }

.content-box p, .team-member-type-2 p {
  border-bottom: 1px solid #006699;
  margin-bottom: 30px;
  text-align: center; }

.team-member-type-2 .button {
  margin-top: 25px; }

.social-links-circle-2, .social-links-circle li {
  cursor: pointer; }

.social-links-circle-2 li, .social-links-circle li {
  display: inline; }

.social-links-circle-2 li a, .social-links-circle li a {
  border: 1px solid #bbb;
  border-radius: 50%;
  color: #bbb;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
  text-align: center;
  transition: all 0.2s linear 0s; }

.social-links-circle-2 li a:hover, .social-links-circle li a:hover {
  background: none repeat scroll 0 0 #006699;
  border-color: #006699;
  color: #fff; }

.social-links-circle li a {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  width: 28px; }

.social-links-circle-2 li a {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  width: 34px; }

footer .social-links-circle-2 li a, footer .social-links-circle li a {
  border-color: #888;
  color: #888; }

.social-links-round, .social-links-square, .social-links-square-2, .social-links-round-2 {
  margin-bottom: 18px; }

.social-links-round li, .social-links-square li, .social-links-square-2 li, .social-links-round-2 li {
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s linear 0s; }

.social-links-round li, .social-links-square li, .social-links-square-2 li, .social-links-round-2 li {
  background: none repeat scroll 0 0 #006699;
  color: #fff; }

.social-links-round li, .social-links-round-2 li {
  border-radius: 50%; }

.social-links-round li:hover, .social-links-square li:hover, .social-links-square-2 li:hover, .social-links-round-2 li:hover {
  background-color: #373737; }

.social-links-round li a, .social-links-square li a {
  display: block;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  width: 28px; }

.social-links-round li a, .social-links-square li a {
  color: #fff; }

.social-links-round-2 li a, .social-links-square-2 li a {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  width: 34px; }

.social-links-square li, .social-links-square-2 li {
  margin-bottom: 2px;
  margin-right: 2px; }

.social-links-round li, .social-links-round-2 li {
  margin-bottom: 6px;
  margin-right: 6px; }

.blog-post, .blog-post-full {
  margin-bottom: 20px; }

.post-img {
  margin-bottom: 15px; }

.post-img img {
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 6px; }

.post-video {
  border: 1px solid #d7d7d7;
  display: block;
  margin-bottom: 15px;
  padding: 6px 6px 0; }

.post-excerpt .post-title h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
  text-transform: none; }

.post-excerpt .post-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.post-title h1, .post-title h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 3px;
  text-transform: none; }

.post-title h3 a, .post-title h1 a {
  color: #373737; }

.post-title h3 a:hover, .post-title h1 a:hover {
  color: #006699; }

.post-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.meta {
  float: left;
  position: relative;
  width: 48px; }

.date {
  background: none repeat scroll 0 0 #2f2f2f;
  color: #f7f7f7;
  margin-bottom: 2px;
  padding: 6px 5px 3px;
  text-align: center; }

.date span {
  display: block; }

.date .day {
  font-size: 18px;
  font-weight: 700;
  margin-top: 3px; }

.date .month {
  font-size: 10px;
  text-transform: uppercase; }

.tags i {
  color: #bbb;
  margin-right: 8px; }

.tags a {
  font-size: 11px; }

.tags span {
  display: inline-block;
  margin-right: 10px; }

.post-content {
  float: left;
  margin-left: 20px;
  width: 596px; }

.post-intro {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: none; }

.blog-style-2 .post-img, .blog-style-2 .post-video, .blog-style-2 .image-gallery {
  float: left;
  margin-left: 14px; }

.blog-style-2 .post-img img {
  height: auto;
  max-width: 234px; }

.blog-style-2 .post-video iframe {
  max-height: 200px;
  max-width: 234px; }

.blog-style-2 .post-content {
  float: left;
  margin-left: 20px;
  width: 334px; }

.blog-style-2 .image-gallery {
  max-width: 234px; }

.blog-post-full .post-content {
  width: 940px; }

.share-post {
  margin-top: 2px;
  position: absolute;
  top: 102px;
  width: 48px;
  z-index: 10; }

.share-btn {
  color: #f7f7f7;
  display: block;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s linear 0s; }

.closed:hover {
  background: none repeat scroll 0 0 #006699;
  color: #f7f7f7; }

.closed {
  background: none repeat scroll 0 0 #373737; }

.opened {
  background: none repeat scroll 0 0 #006699; }

.opened:hover {
  background: none repeat scroll 0 0 #373737;
  color: #f7f7f7; }

.share-networks {
  z-index: 10; }

.share-networks li {
  display: block;
  font-size: 19px;
  text-align: center;
  transition: background-color 0.2s linear 0s; }

.share-networks li:hover {
  background-color: #373737; }

.share-networks li a i {
  color: #fff; }

.share {
  background-color: #006699;
  display: block;
  font-size: 19px;
  height: 48px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 48px; }

.share i {
  color: #fff;
  line-height: 48px; }

.share:hover {
  background-color: #373737 !important;
  cursor: pointer; }

.blog-type {
  background-color: #006699;
  color: #fff;
  height: 48px;
  text-align: center;
  width: 48px; }

.blog-type i {
  font-size: 21px;
  line-height: 48px; }

.image-gallery {
  border: 1px solid #d7d7d7;
  display: block;
  margin-bottom: 20px;
  padding: 6px;
  position: relative; }

.image-gallery .post-img {
  margin-bottom: 0; }

.image-gallery .flex-direction-nav, .content-slider .flex-direction-nav {
  height: 0;
  margin: 0; }

.image-gallery .flex-prev, .content-slider .flex-prev {
  margin-left: 0;
  position: absolute;
  top: 50%; }

.image-gallery .flex-next, .content-slider .flex-next {
  margin-left: 0;
  position: absolute;
  top: 50%; }

.image-gallery .flex-prev, .image-gallery .flex-next, .content-slider .flex-prev, .content-slider .flex-next {
  transition: all 0.2s linear 0s; }

.image-gallery .flex-prev {
  left: 25px;
  margin-top: -21px; }

.image-gallery .flex-next {
  margin-top: -21px;
  right: 25px; }

.image-gallery .flex-prev, .image-gallery .flex-next {
  color: #fff;
  height: 36px;
  line-height: 36px;
  width: 36px; }

.gallery-title {
  border-left: 2px solid #fff;
  left: 30px;
  padding: 20px;
  position: absolute;
  top: 5%; }

.gallery-title h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #323232; }

.gallery-title .button {
  margin-bottom: 0; }

.gallery-description {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  max-width: 40%;
  padding: 20px;
  position: absolute;
  right: 0; }

.content-slider .flex-direction-nav {
  opacity: 0; }

.content-slider .flex-prev, .content-slider .flex-next {
  color: #bbb;
  height: 48px;
  line-height: 48px;
  width: 48px; }

.content-slider .flex-prev {
  left: -90px;
  margin-top: -27px; }

.content-slider .flex-next {
  margin-top: -27px;
  right: -90px; }

.content-slider .flex-prev:hover, .content-slider .flex-next:hover {
  color: #fff; }

.gallery-item {
  float: left; }

.gallery-item img {
  box-shadow: 0 0 0 #000;
  float: left;
  max-width: 100%; }

.comments-section {
  margin-bottom: 10px; }

.comment {
  margin-bottom: 30px; }

.comment-text {
  background: none repeat scroll 0 0 #f4f4f4;
  border-bottom: 1px solid #ddd;
  margin-left: 110px;
  padding: 15px 15px 0;
  position: relative; }

.comments-section h3 {
  color: #373737;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px; }

.comment-reply {
  margin-left: 60px; }

.avatar {
  float: left;
  margin-right: 20px; }

.comment-date {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: -3px; }

.comment-author {
  color: #006699;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase; }

.reply {
  position: absolute;
  right: 15px;
  top: 15px; }

.blog-pagination, .portfolio-pagination {
  list-style: outside none none; }

.portfolio-pagination {
  margin-top: -4px;
  padding: 0 0 40px; }

.main-content-left .blog-pagination, .main-content-right .blog-pagination {
  margin-top: -5px;
  padding: 0 0 10px; }

.blog-pagination {
  margin-top: -5px;
  padding: 0 0 40px; }

.blog-pagination li, .portfolio-pagination li {
  display: inline;
  margin-right: 2px; }

.blog-pagination li a, .portfolio-pagination li a {
  background: none repeat scroll 0 0 #373737;
  color: #f7f7f7;
  display: inline-block;
  font-size: 11px;
  padding: 3px 10px;
  transition: background-color 0.2s linear 0s; }

.blog-pagination li a:hover, .portfolio-pagination li a:hover {
  background: none repeat scroll 0 0 #006699;
  text-decoration: none; }

.blog-pagination li a.active-page, .portfolio-pagination li a.active-page {
  background: none repeat scroll 0 0 #006699; }

.portfolio-items {
  list-style: outside none none; }

.portfolio-items .one-third, .portfolio-items .one-fourth, .portfolio-items .one-half {
  margin-bottom: 0; }

.portfolio-items li {
  display: block; }

.filter-container {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 8px;
  padding-top: 8px; }

.isotope {
  overflow: hidden; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  transition-duration: 0.8s; }

.isotope {
  transition-property: height, width; }

.isotope .isotope-item {
  transition-property: transform, opacity; }

.filter-container span {
  display: inline;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase; }

.filters {
  font-size: 12px;
  margin-left: 0; }

.filters li {
  display: inline;
  line-height: 16px;
  margin-right: 20px; }

.filters .current {
  color: #006699; }

.filters li a {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  transition: background-color 0.2s linear 0s; }

.filters li a:hover {
  color: #006699;
  text-decoration: none; }

.project-skills {
  margin-bottom: 16px;
  margin-left: 20px; }

.project-skills li {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 30px; }

.project-skills li i {
  background: none repeat scroll 0 0 #006699;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  height: 14px;
  line-height: 14px;
  margin-top: 3px;
  width: 14px; }

#google-map {
  border-top: 1px solid #fff;
  margin-bottom: 30px;
  margin-top: -30px; }

#google-map iframe {
  width: 100%; }

.contact-info {
  margin-bottom: 20px; }

.contact-info h2 {
  color: #373737;
  font-size: 20px;
  font-weight: 700; }

.contact-info h3 {
  color: #006699;
  font-size: 16px;
  text-transform: none; }

.contact-info strong {
  padding-right: 5px; }

.header-top .contact-info {
  margin: 10px 0; }

.contact-info ul li, .contact-info ul li a {
  color: #999;
  display: inline-block;
  margin-left: 0;
  margin-right: 40px; }

.contact-info ul li i {
  color: #999;
  font-size: 15px;
  line-height: 18px; }

footer .contact-info strong {
  color: #fff;
  font-weight: 700; }

footer .contact-info {
  background: url("/static/img/world.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

#contact-form {
  margin-top: 15px;
  width: 450px; }

.textbox {
  background-color: #f4f4f4;
  border-color: -moz-use-text-color -moz-use-text-color #dedede;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 15px;
  padding: 10px;
  width: 316px; }

.textbox:focus, #check:focus {
  border-bottom: 1px solid #006699; }

#contact-form label, #comment-form label {
  float: left;
  overflow: hidden;
  padding-top: 6px;
  width: 111px; }

#check {
  background-color: #f4f4f4;
  border-color: -moz-use-text-color -moz-use-text-color #dedede;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 15px;
  padding: 10px;
  width: 60px; }

#message, #comment-message {
  height: 135px;
  margin-bottom: 8px;
  margin-top: 2px;
  width: 316px; }

#submit, #post-comment {
  border: medium none;
  cursor: pointer;
  float: left;
  margin-bottom: 15px;
  margin-left: 111px;
  padding: 10px 15px; }

#submit:hover, #post-comment:hover {
  background: none repeat scroll 0 0 #2f2f2f; }

#message-outcome {
  background: none repeat scroll 0 0 #f1d76e;
  border: 1px dashed #bbb63b;
  clear: both;
  color: #746417;
  display: none;
  margin-left: 111px;
  padding: 15px; }

#comment-form .textbox {
  width: 533px; }

#comment-form {
  width: 664px; }

.info-box {
  margin-bottom: 20px;
  padding: 20px 20px 0;
  position: relative; }

.info-close {
  display: block;
  font-size: 10px;
  height: 19px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 19px; }

.info-box h4 {
  font-size: 16px;
  margin-bottom: 10px; }

.yellow-info {
  background: none repeat scroll 0 0 #fff6bf;
  border: 1px solid #e0d594;
  color: #62523a; }

.yellow-info .info-close {
  border: 1px solid #e0d594;
  color: #62523a; }

.yellow-info h4 {
  color: #62523a; }

.green-info {
  background: none repeat scroll 0 0 #bbdd8c;
  border: 1px solid #a0c272;
  color: #404e2e; }

.green-info .info-close {
  border: 1px solid #a0c272;
  color: #404e2e; }

.green-info h4 {
  color: #404e2e; }

.red-info {
  background: none repeat scroll 0 0 #f1d5d6;
  border: 1px solid #f2b1b4;
  color: #5f393a; }

.red-info .info-close {
  border: 1px solid #f2b1b4;
  color: #5f393a; }

.red-info h4 {
  color: #5f393a; }

.blue-info {
  background: none repeat scroll 0 0 #c2e1ee;
  border: 1px solid #9fc6d7;
  color: #4c6671; }

.blue-info .info-close {
  border: 1px solid #9fc6d7;
  color: #4c6671; }

.blue-info h4 {
  color: #4c6671; }

.plan-type h3 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  text-transform: none; }

.plan-type h3 {
  line-height: 28px; }

.plan-type {
  padding: 14px 0; }

.plan-pricing {
  color: #373737;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
  text-transform: none; }

.plan-pricing span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: -10px; }

.plan-features ul li {
  background: none repeat scroll 0 0 #f8f8f8;
  border-top: 1px solid #e4e4e4;
  display: block;
  font-size: 13px;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase; }

.plan-features ul li:nth-child(2n) {
  background: none repeat scroll 0 0 #f1f1f1; }

.premium-plan .plan-type {
  background: none repeat scroll 0 0 #006699;
  border: 1px solid #006699; }

.premium-plan-big {
  margin-bottom: 41px;
  margin-top: -10px; }

.premium-plan-big .plan-type {
  background: none repeat scroll 0 0 #006699;
  border: 1px solid #006699; }

.premium-plan-big .plan-pricing {
  padding: 26px 0; }

.standard-plan .plan-type {
  background: none repeat scroll 0 0 #373737;
  border: 1px solid #373737; }

.plan-type-2 {
  color: #373737;
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center; }

.plan-pricing-2 {
  color: #373737;
  margin-bottom: 0;
  text-align: center;
  text-transform: none; }

.plan-type-2 h3 {
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none; }

.plan-type-2 i {
  background: none repeat scroll 0 0 #373737;
  color: #fff;
  font-size: 48px;
  height: 80px;
  line-height: 80px;
  margin: 20px 0;
  text-align: center;
  transition: all 0.1s linear 0s;
  width: 80px; }

.table:hover .plan-type-2 i {
  border-radius: 50%; }

.premium-plan-2 .plan-type-2 i, .premium-plan-big-2 .plan-type-2 i {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  font-size: 48px;
  margin: 20px 0;
  text-align: center; }

.premium-plan-big-2 .plan-type-2 i {
  height: 100px;
  line-height: 100px;
  width: 100px; }

.price {
  display: block;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px; }

.period {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px; }

.standard-plan-2 .price {
  font-size: 30px; }

.premium-plan-2 .price, .premium-plan-big-2 .price {
  color: #006699; }

.plan-features-2 ul li {
  border-top: 1px solid #e4e4e4;
  display: block;
  font-size: 13px;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase; }

.premium-plan-big-2 {
  margin-bottom: 41px;
  margin-top: -10px; }

.order-btn, .order-btn-primary {
  border-top: 1px solid #e4e4e4; }

.order-btn, .order-btn-primary {
  padding: 22px 0 !important;
  text-align: center; }

.order-btn .button {
  background-color: #999;
  margin-bottom: 0; }

.order-btn .button:hover {
  background-color: #373737; }

.order-btn-primary .button {
  background: none repeat scroll 0 0 #006699;
  margin-bottom: 0; }

.order-btn-primary .button:hover {
  background: none repeat scroll 0 0 #121212; }

.table {
  border: 1px solid #e4e4e4;
  margin-bottom: 30px; }

.pricing-tables .one-third {
  width: 318px; }

.pricing-tables .two-third {
  width: 662px; }

.pricing-tables .one-fourth {
  width: 232px; }

.pricing-tables .three-fourth {
  width: 748px; }

.pricing-tables .one-half {
  width: 490px; }

.pricing-tables .one-sixth {
  width: 146px; }

.pricing-tables .five-sixth {
  width: 834px; }

.error-message {
  padding: 15px 0 55px;
  text-align: center; }

.error-message h2 {
  font-size: 180px;
  line-height: 180px; }

.error-message h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 20px;
  text-transform: none; }

.error-message p {
  font-size: 15px;
  padding-bottom: 30px; }

.counter {
  color: #373737;
  margin-bottom: 20px;
  text-align: center; }

.counter:hover .timer {
  border-color: #006699; }

.counter:hover .count-type {
  color: #006699; }

.timer {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  transition: all 0.2s linear 0s; }

.count-type {
  color: #bbb;
  font-size: 14px;
  transition: all 0.2s linear 0s; }

.counter i {
  border: 3px solid;
  border-radius: 50%;
  font-size: 40px;
  height: 70px;
  line-height: 70px;
  padding: 10px;
  text-align: center;
  width: 70px; }

.color-section .counter, .dark-section .counter, .color-section .count-type, .dark-section .count-type {
  color: #fff; }

.color-section .timer {
  border-color: #fff; }

.dark-section .timer {
  border-color: #fff; }

.color-section .counter:hover .timer {
  border-color: #fff; }

.color-section .counter:hover .count-type {
  color: #fff; }

.dark-section .counter:hover .timer {
  border-color: #fff; }

.dark-section .counter:hover .count-type {
  color: #fff; }

.no-touch .animated, .no-touch .animated-start {
  opacity: 0; }

.no-touch .animated-hover {
  opacity: 1 !important; }

.step-icon, .step-icon-last {
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff, 0 0 1px 5px #888;
  font-size: 48px;
  height: 150px;
  line-height: 150px;
  margin: 0 auto 30px;
  position: relative;
  transition: all 0.2s linear 0s;
  width: 150px; }

.step-icon {
  background: none repeat scroll 0 0 #f4f4f4;
  color: #373737; }

.step-icon-last {
  background: none repeat scroll 0 0 #006699;
  color: #fff; }

.step-icon:hover {
  background: none repeat scroll 0 0 #006699;
  color: #fff; }

.step h4 {
  color: #373737;
  text-transform: uppercase; }

.step span {
  display: block;
  font-size: 15px; }

.step {
  margin-top: 6px;
  text-align: center; }

.color-1 {
  background: none repeat scroll 0 0 #006699; }

.color-2 {
  background: none repeat scroll 0 0 #ff8833; }

.color-3 {
  background: none repeat scroll 0 0 #00aff0; }

.color-4 {
  background: none repeat scroll 0 0 #99ad5d; }

.color-5 {
  background: none repeat scroll 0 0 #3bb001; }

.color-6 {
  background: none repeat scroll 0 0 #55537d; }

.pattern-1 {
  background-image: url("/static/img/pattern-1.jpg"); }

.pattern-2 {
  background-image: url("/static/img/pattern-2.jpg"); }

.pattern-3 {
  background-image: url("/static/img/pattern-3.png"); }

.pattern-4 {
  background-image: url("/static/img/pattern-4.png"); }

.pattern-5 {
  background-image: url("/static/img/pattern-5.png"); }

.pattern-6 {
  background-image: url("/static/img/pattern-6.png"); }

.pattern-7 {
  background-image: url("/static/img/pattern-7.png"); }

.pattern-8 {
  background-image: url("/static/img/pattern-8.png"); }

.pattern-9 {
  background-image: url("/static/img/pattern-9.png"); }

.pattern-10 {
  background-image: url("/static/img/pattern-10.png"); }

.pattern-11 {
  background-image: url("/static/img/pattern-11.png"); }

.pattern-12 {
  background-image: url("/static/img/pattern-12.png"); }

.pattern-13 {
  background-image: url("/static/img/pattern-13.png"); }

.pattern-14 {
  background-image: url("/static/img/pattern-14.png"); }

.pattern-15 {
  background-image: url("/static/img/pattern-15.jpg"); }

.pattern-16 {
  background-image: url("/static/img/pattern-16.png"); }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.top-0 {
  margin-top: 0; }

.top-5 {
  margin-top: 5px; }

.top-10 {
  margin-top: 10px; }

.top-15 {
  margin-top: 15px; }

.top-20 {
  margin-top: 20px; }

.top-25 {
  margin-top: 25px; }

.top-30 {
  margin-top: 30px; }

.top-35 {
  margin-top: 35px; }

.top-40 {
  margin-top: 40px; }

.top-45 {
  margin-top: 45px; }

.top-50 {
  margin-top: 50px; }

.top-55 {
  margin-top: 55px; }

.top-60 {
  margin-top: 60px; }

.bottom-0 {
  margin-bottom: 0; }

.bottom-5 {
  margin-bottom: 5px; }

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

.bottom-15 {
  margin-bottom: 15px; }

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

.bottom-25 {
  margin-bottom: 25px; }

.bottom-30 {
  margin-bottom: 30px; }

.bottom-35 {
  margin-bottom: 35px; }

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

.bottom-45 {
  margin-bottom: 45px; }

.bottom-50 {
  margin-bottom: 50px; }

.bottom-55 {
  margin-bottom: 55px; }

.bottom-60 {
  margin-bottom: 60px; }

.negative-top-5 {
  margin-top: -5px; }

.negative-top-10 {
  margin-top: -10px; }

.negative-top-15 {
  margin-top: -15px; }

.negative-top-20 {
  margin-top: -20px; }

.negative-top-25 {
  margin-top: -25px; }

.negative-top-30 {
  margin-top: -30px; }

.negative-top-35 {
  margin-top: -35px; }

.negative-top-40 {
  margin-top: -40px; }

.negative-top-45 {
  margin-top: -45px; }

.negative-top-50 {
  margin-top: -50px; }

.negative-top-55 {
  margin-top: -55px; }

.negative-top-60 {
  margin-top: -60px; }

.negative-bottom-5 {
  margin-bottom: -5px; }

.negative-bottom-10 {
  margin-bottom: -10px; }

.negative-bottom-15 {
  margin-bottom: -15px; }

.negative-bottom-20 {
  margin-bottom: -20px; }

.negative-bottom-25 {
  margin-bottom: -25px; }

.negative-bottom-30 {
  margin-bottom: -30px; }

.negative-bottom-35 {
  margin-bottom: -35px; }

.negative-bottom-40 {
  margin-bottom: -40px; }

.negative-bottom-45 {
  margin-bottom: -45px; }

.negative-bottom-50 {
  margin-bottom: -50px; }

.negative-bottom-55 {
  margin-bottom: -55px; }

.negative-bottom-60 {
  margin-bottom: -60px; }

.ordering {
  float: left;
  margin-right: 15px; }

.order {
  color: #ccc;
  font-size: 21px;
  line-height: 21px; }

.order i {
  padding-top: 10px; }

.shop-options {
  margin-bottom: 20px; }

.product {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative; }

.image-holder {
  position: relative; }

.image-holder img:first-child {
  position: absolute;
  top: 0;
  transition: all 0.2s linear 0s;
  z-index: 5; }

.image-holder img:first-child:hover {
  opacity: 0; }

.product img {
  display: inline;
  vertical-align: middle; }

.sale {
  border: 3px solid #006699; }

.on-sale {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  display: block;
  padding: 8px;
  position: absolute;
  right: 5px;
  top: -5px;
  z-index: 10; }

.product figcaption {
  background: none repeat scroll 0 0 #f4f4f4;
  padding: 20px 20px 0; }

.product-info {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.product-name {
  color: #373737;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase; }

h1.product-name {
  color: #373737;
  font-size: 30px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: none; }

.ex-price {
  float: right;
  font-size: 21px;
  font-weight: 300;
  padding-right: 12px; }

.product-price {
  color: #373737;
  display: block;
  float: right;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px; }

.product-actions a {
  font-size: 11px; }

.product-actions .button {
  float: right;
  margin-top: 5px; }

.product-actions ul {
  float: left; }

.product-buy span {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 80px;
  top: -5px; }

.to-cart {
  display: block;
  float: right; }

.to-cart:hover i {
  background: none repeat scroll 0 0 #373737; }

.to-cart i {
  background: none repeat scroll 0 0 #006699;
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 40px; }

.shopping-cart > li {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 18px;
  position: relative; }

.shopping-cart li:hover .sb-product-image {
  border-color: #006699; }

.shopping-cart li:hover .remove-item {
  opacity: 1; }

.remove-item {
  color: #747474;
  font-size: 10px;
  padding: 0 6px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.1s linear 0s; }

.no-touch .remove-item {
  opacity: 0; }

.remove-item:hover {
  background: none repeat scroll 0 0 #f4f4f4; }

.sb-product-image {
  border-right: 1px solid #e4e4e4;
  float: left;
  margin-right: 12px;
  padding-right: 12px;
  transition: all 0.2s linear 0s; }

.cart-price {
  display: block;
  font-size: 18px;
  margin-bottom: 5px; }

.shopping-cart h5 {
  margin-bottom: 5px; }

.shopping-cart h5 a {
  font-size: 13px;
  font-weight: 300; }

.cart-details {
  font-size: 15px;
  padding: 10px 0; }

.cart-details p {
  padding: 0; }

.cart-details span {
  color: #006699; }

.cart-actions a {
  margin: 10px 10px 0 0; }

.rating li, .rating-big li {
  color: #ffb800;
  display: block;
  float: left;
  margin-right: 3px; }

.rating-big li {
  font-size: 18px; }

.price-big {
  color: #373737;
  display: block;
  float: left;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  margin-right: 15px; }

.stock {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase; }

.in-stock {
  color: #2cb800; }

.out-of-stock {
  color: #e90000; }

input.qtyminus, input.qtyplus {
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  height: 28px;
  text-align: center;
  width: 28px; }

.quantity {
  float: left;
  margin-right: 20px; }

.image-gallery-thumbs {
  margin-bottom: 20px; }

.flex-control-thumbs {
  margin-top: -14px;
  z-index: 200; }

.flex-control-thumbs li {
  list-style: outside none none;
  margin-right: 6px;
  margin-top: 6px; }

.flex-control-thumbs li {
  border: 1px solid #e4e4e4;
  cursor: pointer;
  float: left;
  opacity: 0.7;
  padding: 4px;
  transition: all 0.2s linear 0s;
  width: 20%; }

.flex-control-thumbs li:hover {
  border-color: #d4d4d4;
  opacity: 1; }

.flex-control-thumbs li img {
  display: block; }

.flex-control-thumbs li img {
  -moz-user-select: none;
  outline: medium none; }

.reviews .comment-text {
  margin-left: 0; }

.reviews .rating li {
  display: inline;
  float: none;
  margin-right: 1px; }

.reviews .rating {
  margin-bottom: 10px; }

.review-rating, .select {
  -moz-appearance: none;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  color: #676767;
  cursor: pointer;
  margin-bottom: 15px;
  text-indent: 0.01px; }

.review-rating {
  padding: 10px 5px; }

.select {
  padding: 10px 15px 10px 5px; }

.reviews #comment-form .textbox {
  display: block;
  max-width: 100%;
  width: 350px; }

#comment-form select {
  display: block; }

#shopping-cart * {
  box-sizing: border-box; }

.remove-from-cart, .table-cart-price, .cart-quantity {
  text-align: center;
  vertical-align: middle; }

.cart-quantity {
  width: 10px; }

.cart-quantity input {
  width: 40px; }

.remove-from-cart {
  width: 10px; }

.remove-from-cart a {
  color: #747474; }

.remove-from-cart a:hover {
  color: #006699; }

.cart-item {
  vertical-align: middle; }

.cart-item h3 {
  font-size: 13px;
  font-weight: normal;
  text-transform: none; }

.cart-item img {
  max-width: 60px; }

.table-cart-price {
  width: 10%; }

.cart-total-row {
  border-top: 2px solid #006699; }

.total-title {
  color: #006699;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle; }

.cart-total, .cart-subtotal {
  text-align: right;
  vertical-align: middle; }

.cart-subtotal {
  width: 10%; }

.cart-total {
  color: #373737;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 8px; }

.new-pages {
  bottom: 7px;
  color: red;
  font-size: 10px;
  position: absolute;
  right: 78px; }

.navigation .active-trail {
  background-color: #373737;
  box-shadow: 0 3px 0 #006699;
  color: #f7f7f7 !important;
  text-shadow: none; }

.md-arrow-left:hover, .md-arrow-right:hover {
  background: none repeat scroll 0 0 #006699 !important;
  border-color: #006699;
  color: #ffffff; }

.md-arrow-left, .md-arrow-right {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }

.navigation ul#superfish-2 a.active {
  color: #006699 !important; }

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("../font/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  text-align: center;
  width: 1.28571em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.14286em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 0.142857em;
  width: 2.14286em; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }

.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  animation: 2s linear 0s normal none infinite running spin; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before, .fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before, .fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before, .fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before, .fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before, .fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before, .fa-users:before {
  content: ""; }

.fa-chain:before, .fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before, .fa-scissors:before {
  content: ""; }

.fa-copy:before, .fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before, .fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before, .fa-sort:before {
  content: ""; }

.fa-sort-down:before, .fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before, .fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before, .fa-undo:before {
  content: ""; }

.fa-legal:before, .fa-gavel:before {
  content: ""; }

.fa-dashboard:before, .fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before, .fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before, .fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before, .fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before, .fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before, .fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before, .fa-usd:before {
  content: ""; }

.fa-rupee:before, .fa-inr:before {
  content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: ""; }

.fa-won:before, .fa-krw:before {
  content: ""; }

.fa-bitcoin:before, .fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before, .fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  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); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-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; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95); }
  80%, 100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1); } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95); }
  80%, 100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1); } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  100% {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  0%, 100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg); }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  40%, 80% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg); }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  40%, 80% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.nivo-lightbox-overlay {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99998; }

.nivo-lightbox-overlay.nivo-lightbox-open {
  opacity: 1;
  visibility: visible; }

.nivo-lightbox-wrap {
  bottom: 10%;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 10%; }

.nivo-lightbox-content {
  height: 100%;
  width: 100%; }

.nivo-lightbox-title-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99999; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  left: 0;
  position: absolute;
  top: 50%; }

.nivo-lightbox-next {
  position: absolute;
  right: 0;
  top: 50%; }

.nivo-lightbox-close {
  position: absolute;
  right: 2%;
  top: 2%; }

.nivo-lightbox-image {
  text-align: center; }

.nivo-lightbox-image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto; }

.nivo-lightbox-content iframe {
  height: 100%;
  width: 100%; }

.nivo-lightbox-inline, .nivo-lightbox-ajax {
  box-sizing: border-box;
  max-height: 100%;
  overflow: auto; }

.nivo-lightbox-error {
  color: #fff;
  display: table;
  height: 100%;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  width: 100%; }

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle; }

.nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale, .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight, .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown, .nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out 0s; }

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transform: scale(0.7);
  transition: all 0.3s ease 0s; }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: scale(1); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s; }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateX(0px); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  transform: translateY(10%); }

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateY(0px); }

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transform: translateZ(300px);
  transition: all 0.3s ease-out 0s; }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateZ(0px); }

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); }

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url("/static/img/loading.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0); }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 80%;
  opacity: 0.5;
  text-indent: -9999px;
  top: 10%;
  width: 8%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url("/static/img/prev.png");
  border-radius: 0 3px 3px 0; }

.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url("/static/img/next.png");
  border-radius: 3px 0 0 3px; }

.nivo-lightbox-theme-default .nivo-lightbox-close {
  background: url("/static/img/close.png") no-repeat scroll 5px 5px rgba(0, 0, 0, 0);
  display: block;
  height: 16px;
  opacity: 0.5;
  padding: 5px;
  text-indent: -9999px;
  width: 16px; }

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%; }

.nivo-lightbox-theme-default .nivo-lightbox-title {
  background: none repeat scroll 0 0 #000;
  border-radius: 30px;
  color: #fff;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 7px 15px; }

.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  padding: 40px; }

@media not all, not all, (min--moz-device-pixel-ratio: 1.3), not all, (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url("/static/img/loading@2x.gif");
    background-size: 32px 32px; }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url("/static/img/prev@2x.png");
    background-size: 48px 48px; }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url("/static/img/next@2x.png");
    background-size: 48px 48px; }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url("/static/img/close@2x.png");
    background-size: 16px 16px; } }

.wrapper {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 4px 0 10px -8px rgba(0, 0, 0, 0.4), -4px 0 10px -8px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  width: 1128px; }

.sf-menu.sf-style-space-orange span.sf-description {
  color: #9f9f9f;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 9px;
  line-height: 14px;
  text-transform: uppercase; }

.md-arrow-left, .md-arrow-right {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid;
  border-radius: 50%;
  color: #bbbbbb;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  height: 48px !important;
  line-height: 48px;
  margin-left: 2px;
  margin-top: -24px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.2s linear 0s;
  width: 48px !important;
  z-index: 100; }

.md-arrow-left {
  left: 24px; }

.md-arrow-right {
  right: 24px; }

.md-arrow-left:before {
  content: "";
  font-family: FontAwesome; }

.md-arrow-right:before {
  content: "";
  font-family: FontAwesome; }

.tabs.primary {
  border-bottom: 1px solid #ddd;
  margin: 0 0 -1px;
  padding-left: 31px; }

.tabs.primary li > a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #f7f7f7;
  border-bottom: medium none !important;
  border-image: none;
  border-left: 1px solid transparent;
  border-radius: 0;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #6d6d6d;
  display: block;
  line-height: 1.42857;
  padding: 12px 13px;
  position: relative; }

.tabs.primary li {
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 50; }

.tabs.primary li.active {
  border-bottom: 0 none;
  bottom: -2px; }

.tabs.primary a:hover {
  text-decoration: none; }

div.d-tabs .primary {
  background: none repeat scroll 0 0 #ffffff; }

ul.primary li a {
  margin-right: 0 !important; }

ul.menu li {
  margin: 0 !important; }

p.tagline {
  color: #9f9f9f;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 9px;
  line-height: 14px;
  padding-bottom: 0 !important;
  text-transform: uppercase; }

.mediaholder {
  border: 1px solid #d7d7d7;
  display: block;
  margin-bottom: 15px;
  padding: 6px 6px 0; }

.mediaholder, .mediaholder img {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%; }

iframe {
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.boxed.fa {
  line-height: 1.9; }

ul.contextual-links li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  font-size: 12px;
  text-transform: none; }

input, textarea, select, .uneditable-input {
  background-color: #f4f4f4;
  border-color: -moz-use-text-color -moz-use-text-color #dedede;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 15px;
  padding: 10px; }

.page-contact input#edit-name, .page-contact input#edit-mail, .page-contact input#edit-subject {
  width: 416px; }

.page-contact textarea#edit-message {
  width: 436px; }

.page-contact .grippie {
  width: 434px; }

h1#pt {
  display: none; }

input:focus, textarea:focus {
  border-bottom: 1px solid #006699; }

#header .form-item-search-block-form {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: medium none;
  color: #888;
  float: left;
  font-family: inherit;
  font-size: 13px;
  height: 39px;
  padding: 0 0 0 5px;
  width: 180px; }

div.form-item-search-block-form {
  border-bottom: 1px solid #dedede;
  margin: 0; }

div.form-item-search-block-form input#edit-search-block-form--2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }

#header-search-button:hover {
  color: #006699; }

#header-search-button {
  background-color: #fff;
  border: medium none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  transition: background-color 0.2s linear 0s;
  width: 50px; }

#isotope-options {
  background-color: #fff !important; }

.f-width {
  width: 98%; }

.block {
  margin-bottom: 40px; }

.page-taxonomy-term .node-portfolio {
  margin-bottom: 40px; }

.page-blog .main-content-left, .page-blog .main-content-right {
  padding-bottom: 0 !important; }

#block-superfish-1.block, #block-superfish-2.block, #block-superfish-3.block {
  margin-bottom: 0 !important; }

.navigation ul ul li a:hover {
  /* width: 150px !important;*/ }

.field-name-field-portfolio-image img {
  border: 1px solid #d7d7d7;
  display: block;
  margin-bottom: 20px;
  padding: 6px;
  position: relative; }

div.grippie {
  display: none; }

.tag-cloud .item-list ul li {
  margin: 0; }

.tag-cloud .item-list ul li a.active {
  color: #fff; }

.t-holder h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  padding: 30px 0 10px;
  text-align: center; }

.twitter-feed p {
  text-align: center; }

.view-latest-blog-posts ul.latest-blog-posts li, #block-block-15 ul.latest-blog-posts li {
  padding: 8px 0 !important; }

.view-latest-blog-posts ul.latest-blog-posts {
  margin-top: -5px; }

.blog-style-2 .post-media {
  border: 1px solid #d7d7d7;
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-left: 14px;
  padding: 6px 6px 0; }

.blog-style-2 .post-media img {
  height: 200px;
  max-width: 234px; }

.blog-style-2 .post-media iframe {
  max-height: 200px;
  max-width: 234px; }

.boxshadow .av img {
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff, 0 0 1px 5px #888, 0 0 0 12px #fff; }

.rad ul.links.inline {
  position: absolute;
  right: 15px;
  top: 15px; }

@media only screen and (max-width: 1200px) {
  .content-slider .flex-prev {
    left: -30px; }
  .content-slider .flex-next {
    right: -30px; } }

@media only screen and (max-width: 1150px) {
  .wrapper {
    width: auto; } }

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .wrapper {
    width: auto; }
  header {
    transition: all 0.2s linear 0s; }
  .content {
    width: 100%; }
  .color-box {
    box-sizing: border-box; }
  .color-box .button {
    border: 1px solid #fff; }
  .color-box:hover .button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0); }
  .carousel-container .one-half, .carousel-container .one-third, .carousel-container .two-third, .carousel-container .two-third-outer, .carousel-container .one-fourth, .carousel-container .three-fourth, .carousel-container .one-sixth, .carousel-container .five-sixth {
    float: left;
    margin: 0 24px 0 0; }
  .carousel-container {
    margin-left: auto;
    margin-right: auto;
    width: 492px; }
  .carousel-full .carousel-container {
    margin-left: auto;
    margin-right: auto;
    width: 750px; }
  .flex-nav-left .flex-direction-nav {
    display: block;
    left: -240px; }
  .no-touch .image-gallery .flex-direction-nav {
    display: block; }
  .content-slider .flex-prev {
    left: -20px;
    margin-top: -27px; }
  .content-slider .flex-next {
    margin-top: -27px;
    right: -20px; }
  .twitter-feed {
    width: 100%; }
  .scroll-top {
    display: none !important;
    opacity: 0; }
  .sb-left {
    padding-left: 15px; }
  .sb-right {
    padding-right: 15px; }
  .post-video {
    border: medium none;
    padding: 0; }
  .post-content {
    width: 542px; }
  .blog-post-full .post-content {
    width: 892px; }
  .blog-style-2 .post-img img {
    height: auto;
    max-width: 184px; }
  .blog-style-2 .image-gallery {
    height: auto;
    max-width: 170px; }
  .blog-style-2 .post-video iframe {
    max-height: 160px;
    max-width: 184px; }
  .share-btn {
    padding: 10px 0; }
  .p-item img {
    max-width: 450px !important; }
  .portfolio-pagination {
    margin-left: 15px; }
  .error-message h2 {
    font-size: 130px;
    line-height: 130px; }
  .container-center {
    width: 960px; }
  .header-top .container-center {
    width: 930px; }
  .wrapper .color-box-holder .container-center {
    box-sizing: border-box;
    padding: 0 15px;
    width: 960px; }
  header .container-center {
    width: 930px; }
  .col-row {
    margin-right: 0; }
  .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth {
    margin-left: 15px;
    margin-right: 15px; }
  .one-fourth {
    width: 210px; }
  .three-fourth {
    width: 690px; }
  .one-third {
    width: 290px; }
  .two-third {
    width: 610px; }
  .one-half {
    width: 450px; }
  .one-sixth {
    width: 130px; }
  .five-sixth {
    width: 770px; }
  .full-width {
    width: 930px; }
  .main-content-left .one-third, .main-content-left .one-sixth {
    margin-left: 0;
    margin-right: 30px; }
  .main-content-right .one-third, .main-content-right .one-sixth {
    margin-left: 0;
    margin-right: 30px; }
  .main-content-left {
    margin-right: 18px;
    padding-left: 15px;
    width: 610px; }
  .main-content-right {
    margin-left: 18px;
    padding-right: 15px;
    width: 610px; }
  .main-content-right .full-width, .main-content-left .full-width {
    width: 610px; }
  .main-content-left .col-row .one-third:nth-child(2n), .main-content-right .col-row .one-third:nth-child(2n) {
    margin-right: 0; }
  .main-content-left .col-row .one-sixth:nth-child(4n+4), .main-content-right .col-row .one-sixth:nth-child(4n+4) {
    margin-right: 0; }
  .main-content-left .col-row .one-third:nth-child(3n+3), .main-content-right .col-row .one-third:nth-child(3n+3) {
    margin-right: 30px; }
  .one-half .one-third, .one-half .one-fourth, .one-half .one-sixth, .one-half .one-half, .one-third .one-third, .one-third .one-fourth, .one-third .one-sixth, .one-fourth .one-sixth, .two-third .one-third, .two-third .one-fourth, .two-third .one-sixth, .two-third .one-half, .three-fourth .one-third, .three-fourth .one-fourth, .three-fourth .one-sixth, .three-fourth .two-third, .three-fourth .one-half, .five-sixth .one-sixth, .five-sixth .one-fourth, .five-sixth .three-fourth, .five-sixth .one-third, .five-sixth .two-third, .five-sixth .one-half, .five-sixth .one-half, .full-width .one-sixth, .full-width .one-fourth, .full-width .three-fourth, .full-width .one-third, .full-width .two-third, .full-width .one-half {
    margin-left: 0;
    margin-right: 30px; }
  .one-half .col-row, .two-third .col-row, .three-fourth .col-row, .five-sixth .col-row, .one-third .col-row, .one-fourth .col-row {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: -30px; }
  .one-half .col-row {
    width: 480px; }
  .two-third .col-row {
    width: 640px; }
  .three-fourth .col-row {
    width: 720px; }
  .five-sixth .col-row {
    width: 800px; }
  .one-third .col-row {
    width: 320px; }
  .one-fourth .col-row {
    width: 240px; }
  #search-box {
    width: 206px; }
  .video, .post-video {
    overflow: hidden; }
  .sidebar .video iframe {
    max-height: 180px;
    width: 272px; }
  .one-half .video iframe {
    max-width: 450px; }
  .one-third .video iframe {
    max-width: 290px; }
  .two-third .video iframe {
    max-width: 610px; }
  .one-fourth .video iframe {
    max-width: 210px; }
  .three-fourth .video iframe {
    max-width: 690px; }
  .one-sixth .video iframe {
    max-width: 130px; }
  .five-sixth .video iframe {
    max-width: 770px; }
  .post-video iframe {
    max-height: 350px;
    max-width: 640px; }
  .blog-post-full iframe {
    max-height: 540px;
    max-width: 960px; }
  .blog-style-2 .post-content {
    width: 344px; }
  .pricing-tables .one-third {
    width: 288px; }
  .pricing-tables .two-third {
    width: 608px; }
  .pricing-tables .one-fourth {
    width: 208px; }
  .pricing-tables .three-fourth {
    width: 688px; }
  .pricing-tables .one-half {
    width: 448px; }
  .pricing-tables .one-sixth {
    width: 128px; }
  .pricing-tables .five-sixth {
    width: 768px; }
  img {
    height: auto;
    max-width: 100%; }
  .frame {
    box-sizing: border-box;
    padding: 3px; }
  .tp-rightarrow, .tp-leftarrow {
    display: none; }
  .page-title .page-title-inner, .page-title-4 .page-title-inner, .page-title-2 .page-title-inner {
    width: 930px; }
  .stream-portfolio li img, footer .stream-portfolio li img, .stream-portfolio-overlay, .stream-portfolio li {
    height: 68px;
    width: 68px; }
  .stream-portfolio li {
    margin-bottom: 3px;
    margin-right: 3px; }
  .stream-portfolio-overlay {
    line-height: 68px; }
  .sidebar .stream-portfolio li img, .sidebar .stream-portfolio li {
    height: 86px;
    width: 86px; }
  .sidebar .stream-portfolio li {
    margin-bottom: 4px;
    margin-right: 4px; }
  .sidebar .stream-portfolio-overlay {
    line-height: 86px; }
  .tweet_list li {
    overflow: hidden; }
  .carousel-container .slides li {
    margin-right: 24px; }
  .team-member {
    text-align: center; }
  .member-details {
    float: none; }
  .team-member .portrait {
    float: none;
    margin-right: 0; }
  #comment-form {
    width: 610px; }
  #comment-form .textbox {
    width: 478px; }
  .shop-full .ex-price {
    font-size: 16px;
    padding-right: 10px; }
  .shop-full .product-actions ul {
    margin-bottom: 20px; }
  .shop-full .one-third .product-buy {
    float: none; }
  .shop-full .product-price {
    font-size: 26px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait), (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    width: auto; }
  #superfish-1-select {
    display: none; }
  header {
    transition: all 0.2s linear 0s; }
  .logo {
    float: none; }
  #header .logo {
    text-align: center; }
  .header-top ul li, .header-top ul li a {
    margin-left: 5px; }
  .contact-info ul li, .contact-info ul li a {
    margin-right: 30px; }
  .navigation ul li, .navigation-simple ul li, .navigation-light ul li {
    display: inline-block;
    float: none;
    position: relative;
    text-align: left; }
  .navigation ul {
    margin-top: -16px; }
  .navigation-light, .navigation-simple {
    padding-bottom: 20px; }
  .navigation-light ul, .navigation-simple ul {
    margin-top: 0; }
  .navigation ul, .navigation-simple ul, .navigation-light ul {
    float: none;
    margin-right: 0;
    text-align: center; }
  .navigation ul li a:hover, .navigation .active-nav {
    background-color: transparent;
    color: #373737 !important; }
  .navigation ul .dropdown > a {
    background-color: transparent;
    color: #373737 !important; }
  .navigation ul ul li a:hover {
    color: #fff !important; }
  .navigation ul li a {
    padding: 10px 9px; }
  .navigation ul ul {
    margin-top: 24px; }
  .search-container {
    display: none; }
  .content {
    width: 100%; }
  .carousel-container .one-half, .carousel-container .one-third, .carousel-container .two-third, .carousel-container .two-third-outer, .carousel-container .one-fourth, .carousel-container .three-fourth, .carousel-container .one-sixth, .carousel-container .five-sixth {
    float: left;
    margin: 0 24px 0 0; }
  .carousel-container {
    margin-left: auto;
    margin-right: auto;
    width: 234px; }
  .carousel-full .carousel-container {
    margin-left: auto;
    margin-right: auto;
    width: 492px; }
  .flex-nav-left .flex-direction-nav {
    margin-left: 3px;
    margin-top: 20px;
    position: static;
    text-align: center; }
  .no-touch .image-gallery .flex-direction-nav {
    display: block; }
  .twitter-feed {
    width: 100%; }
  .scroll-top {
    display: none !important;
    opacity: 0; }
  .sidebar {
    margin: 0; }
  #search-box {
    width: 206px; }
  .post-video {
    border: medium none;
    padding: 0; }
  .testimony-inner, .post-author-inner {
    border: medium none;
    margin-left: 0;
    padding: 15px;
    position: relative;
    text-align: center; }
  .testimony .portrait, .post-author .portrait {
    display: block;
    left: 0;
    margin: 0 auto 20px;
    position: static;
    top: 0; }
  .team-member .portrait {
    float: none;
    margin-right: 0; }
  .team-member .member-details h4 {
    margin-top: 8px; }
  .team-member {
    text-align: center; }
  .member-details {
    float: none; }
  .blog-post-full .post-content, .post-content {
    margin-left: 20px; }
  .share-btn {
    padding: 10px 0; }
  #comment-form .textbox, #contact-form .textbox {
    box-sizing: border-box;
    width: 100%; }
  #comment-form, #contact-form {
    box-sizing: border-box;
    width: 100%; }
  #submit, #post-comment {
    float: none;
    margin-left: 0;
    padding: 14px 15px; }
  #message-outcome {
    margin-left: 0; }
  .error-message h2 {
    font-size: 130px;
    line-height: 130px; }
  .container-center, .full-width {
    width: 720px; }
  .wrapper .color-box-holder .container-center {
    box-sizing: border-box;
    width: 720px; }
  .col-row {
    margin-right: 0; }
  .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth {
    margin: 0 24px 0 0; }
  .one-fourth {
    width: 348px; }
  .three-fourth {
    width: 348px; }
  .one-third {
    width: 224px; }
  .two-third {
    width: 348px; }
  .one-half {
    width: 348px; }
  .one-sixth {
    width: 348px; }
  .five-sixth {
    width: 348px; }
  .main-content-left .one-third, .main-content-right .one-third {
    width: 348px; }
  .main-content-left .col-row .one-third:nth-child(2n), .main-content-right .col-row .one-third:nth-child(2n) {
    margin-right: 0; }
  .main-content-left .col-row .one-third:nth-child(3n+3), .main-content-right .col-row .one-third:nth-child(3n+3) {
    margin-right: 24px; }
  .main-content-left, .main-content-right {
    width: 720px; }
  .main-content-right .full-width, .main-content-left .full-width {
    width: 720px; }
  .col-row .one-third:nth-child(3n+3), .col-row .one-fourth:nth-child(2n), .col-row .one-half:nth-child(2n), .col-row .two-third:nth-child(2n), .col-row .three-fourth:nth-child(2n), .col-row .one-sixth:nth-child(2n), .col-row .five-sixth:nth-child(2n) {
    margin-right: 0; }
  .pricing-tables .one-third {
    width: 222px; }
  .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
    width: 346px; }
  .carousel-container .slides li {
    margin-right: 24px !important; }
  img {
    height: auto;
    max-width: 100%; }
  .frame {
    box-sizing: border-box;
    padding: 3px; }
  .color-box {
    box-sizing: border-box; }
  .color-box .button {
    border: 1px solid #fff; }
  .color-box:hover .button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0); }
  .classic-box {
    margin-bottom: 30px; }
  .layer-h2 {
    font-size: 45px;
    line-height: 22px;
    margin-top: -300px;
    padding: 26px; }
  .layer-description {
    font-size: 15px;
    line-height: 20px;
    margin-top: 6px; }
  #slider-block .layer-buttons a {
    margin-top: 60px;
    padding: 12px; }
  .slider-bullets i {
    height: 32px;
    width: 32px; }
  .tp-rightarrow, .tp-leftarrow {
    display: none; }
  .page-title {
    padding-bottom: 20px; }
  .page-title h1 {
    margin-bottom: 16px; }
  .page-title-4 .breadcrumbs-2 {
    text-align: left; }
  .page-title-4 .page-title-inner {
    padding-bottom: 10px; }
  .breadcrumbs {
    position: static;
    right: 0;
    top: 0; }
  .page-title-2 {
    text-align: center; }
  .page-title-2 .breadcrumbs {
    margin-top: 20px; }
  .breadcrumbs-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inherit;
    padding: 12px 0;
    position: static; }
  .page-title-3 .breadcrumbs, .page-title-3 .breadcrumbs-2 {
    display: none; }
  .stream-portfolio li img, footer .stream-portfolio li img, .stream-portfolio-overlay, .stream-portfolio li {
    height: 84px;
    width: 84px; }
  .stream-portfolio li {
    margin-bottom: 3px;
    margin-right: 3px; }
  .stream-portfolio-overlay {
    line-height: 84px; }
  .sidebar {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    width: 735px; }
  .sidebar-box {
    float: left;
    margin-left: 10px;
    margin-right: 25px;
    width: 210px; }
  #search-box {
    width: 144px; }
  .video, .post-video {
    overflow: hidden; }
  .sidebar .video iframe {
    max-height: 130px;
    width: 210px !important; }
  .video iframe {
    max-height: 200px;
    max-width: 348px; }
  .post-video iframe {
    max-height: 400px;
    width: 720px !important; }
  .full-width .video iframe {
    max-height: 405px;
    max-width: 720px; }
  .five-sixth .video iframe, .three-fourth .video iframe, .two-third .video iframe, .one-half .video iframe, .one-fourth .video iframe, .one-sixth .video iframe {
    max-height: 196px;
    max-width: 348px; }
  .one-third .video iframe {
    max-height: 126px;
    max-width: 224px; }
  .full-width .ratio43 iframe {
    max-height: 540px;
    max-width: 720px; }
  .five-sixth .ratio43 iframe, .three-fourth .ratio43 iframe, .two-third .ratio43 iframe, .one-half .ratio43 iframe, .one-fourth .ratio43 iframe, .one-sixth .ratio43 iframe {
    max-height: 261px;
    max-width: 348px; }
  .one-third .ratio43 iframe {
    max-height: 168px;
    max-width: 224px; }
  .blog-post-full .post-content, .post-content {
    width: 652px; }
  .blog-style-2 .post-content {
    width: 439px; }
  .blog-style-2 .post-img img {
    height: auto;
    max-width: 184px; }
  .blog-style-2 .image-gallery {
    height: auto;
    max-width: 170px; }
  .blog-style-2 .post-video iframe {
    height: auto;
    max-width: 184px; }
  .content-slider .flex-direction-nav {
    display: none; }
  .pricing-tables .one-third, .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
    box-sizing: border-box; }
  .tweet_list li {
    overflow: hidden; }
  .one-fourth .p-item {
    margin-left: auto;
    margin-right: auto;
    width: 234px; }
  .one-half .p-item {
    width: 348px; }
  .one-third .p-item {
    margin-left: auto;
    margin-right: auto;
    width: 224px; }
  .p-item {
    width: 348px; }
  .p-item img {
    max-width: 100%; }
  .one-third .ex-price {
    font-size: 16px;
    padding-right: 10px; }
  .one-third .product-actions ul {
    float: none;
    margin-bottom: 20px; }
  .one-third .product .button {
    float: none;
    margin-top: -5px; }
  .one-third .product-price {
    font-size: 26px; }
  .main-content-left .ex-price, .main-content-right .ex-price {
    font-size: 22px;
    padding-right: 15px; }
  .main-content-left .product-actions ul, .main-content-right .product-actions ul {
    float: left;
    margin-bottom: 0; }
  .main-content-left .one-third .product .button, .main-content-right .one-third .product .button {
    float: right;
    margin-top: 5px; }
  .main-content-left .product-price, .main-content-right .product-price {
    font-size: 32px; }
  .sb-product-image {
    max-width: 64px; } }

@media only screen and (min-width: 480px) and (max-width: 767px), (min-width: 320px) and (max-width: 480px), (max-width: 320px) {
  .wrapper {
    width: auto; }
  #superfish-1-select {
    display: none; }
  .quote-left {
    float: left;
    margin-right: 20px;
    padding-right: 0;
    width: 100%; }
  .quote-right {
    float: right;
    margin-left: 20px;
    padding-left: 0;
    width: 100%; }
  header {
    transition: all 0.2s linear 0s; }
  .header-top {
    display: none; }
  .logo {
    float: none; }
  #header .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .navigation span {
    display: none; }
  .responsive-nav select {
    display: block;
    margin: 0 auto;
    width: 300px; }
  .sticky-wrapper {
    height: auto !important;
    transition: all 0.2s linear 0s; }
  .responsive-nav {
    display: block; }
  #main-navigation ul {
    display: none; }
  .search-container {
    display: none; }
  .col-row {
    margin-right: 0; }
  .content {
    width: 100%; }
  .s-hide {
    display: none; }
  .content-slider .flex-direction-nav {
    display: none; }
  .gallery-description {
    display: none; }
  .gallery-title {
    padding: 10px; }
  .gallery-title h2 {
    font-size: 26px;
    line-height: 26px; }
  .main-content-left {
    float: none !important; }
  .main-content-right {
    float: none !important; }
  .color-box {
    box-sizing: border-box; }
  .color-box .button {
    border: 1px solid #fff; }
  .color-box:hover .button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0); }
  .box-4 .color-box, .box-3 .color-box, .box-2 .color-box {
    margin-bottom: 0;
    width: 100%; }
  .carousel-container .one-half, .carousel-container .one-third, .carousel-container .two-third, .carousel-container .two-third-outer, .carousel-container .one-fourth, .carousel-container .three-fourth, .carousel-container .one-sixth, .carousel-container .five-sixth {
    clear: none;
    float: left;
    margin: 0 24px 0 0; }
  .carousel-container {
    margin-left: auto;
    margin-right: auto;
    width: 234px; }
  .no-touch .flex-nav-left .flex-direction-nav {
    margin-left: 3px;
    margin-top: 20px;
    position: static;
    text-align: center; }
  .no-touch .image-gallery .flex-direction-nav {
    display: block; }
  .twitter-feed {
    width: 100%; }
  .scroll-top {
    display: none !important;
    opacity: 0; }
  .bottom-left, .bottom-right {
    float: none;
    text-align: center; }
  .sidebar {
    border-top: 1px solid #e4e4e4;
    float: none;
    margin: 0;
    padding-top: 30px; }
  .sb-left {
    border: medium none;
    margin-top: 0;
    padding-top: 0; }
  #search-box {
    width: 206px; }
  .post-video {
    border: medium none;
    padding: 0; }
  .testimony-inner, .post-author-inner {
    border: medium none;
    margin-left: 0;
    padding: 15px;
    position: relative;
    text-align: center; }
  .testimony .portrait, .post-author .portrait {
    display: block;
    left: 0;
    margin: 0 auto 20px;
    position: static;
    top: 0; }
  .team-member .portrait {
    margin-right: 20px;
    width: 80px; }
  .team-member .member-details h4 {
    margin-top: 8px; }
  .blog-post-full .post-content, .post-content {
    margin-left: 10px; }
  .blog-style-2 .post-content {
    margin-left: 0; }
  .blog-style-2 .post-title {
    text-align: center; }
  .share-btn {
    padding: 10px 0; }
  .comment-text {
    margin-left: 0; }
  .comment-reply {
    margin-left: 30px; }
  .avatar {
    display: none; }
  .reply {
    right: 10px;
    top: 10px; }
  #comment-form .textbox, #contact-form .textbox {
    box-sizing: border-box;
    width: 100%; }
  #comment-form, #contact-form {
    box-sizing: border-box;
    width: 100%; }
  #submit, #post-comment {
    float: none;
    margin-left: 0;
    padding: 14px 15px;
    width: 100%; }
  #message-outcome {
    margin-left: 0; }
  #google-map iframe {
    max-height: 200px; }
  .reviews #comment-form .textbox {
    box-sizing: border-box;
    display: block;
    width: 100%; }
  .error-message h2 {
    font-size: 130px;
    line-height: 130px; }
  .page-title .breadcrumbs-2 {
    text-align: left; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container-center, .full-width {
    width: 450px; }
  #superfish-1-select {
    display: none; }
  .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth, .color-box, .main-content-left, .main-content-right {
    clear: both;
    float: none; }
  .main-content-right .full-width, .main-content-left .full-width {
    width: 450px; }
  img {
    height: auto;
    max-width: 100%; }
  .frame {
    box-sizing: border-box;
    padding: 3px; }
  .layer-h2 {
    font-size: 30px;
    line-height: 22px;
    margin-top: -300px;
    padding: 15px; }
  .layer-description {
    font-size: 13px;
    line-height: 20px;
    margin-top: 35px;
    max-width: 380px;
    padding: 10px; }
  #slider-block .layer-buttons a {
    font-size: 10px;
    margin-top: 115px;
    padding: 12px; }
  .slider-bullets i {
    height: 24px;
    width: 24px; }
  .tp-rightarrow, .tp-leftarrow {
    display: none; }
  .page-title {
    padding-bottom: 20px; }
  .page-title-icon {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    width: 80px; }
  .page-title .one-line {
    font-size: 40px;
    margin-bottom: 36px; }
  .page-title h1 {
    font-size: 34px;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 11px; }
  .page-title-4 {
    padding-bottom: 0; }
  .page-title-4 .breadcrumbs-2 {
    text-align: left; }
  .page-title-4 .page-title-inner {
    padding-bottom: 10px; }
  .angled h1 {
    padding-right: 5px; }
  .page-title-2 {
    text-align: center; }
  .page-title-2 h1 {
    font-size: 24px; }
  .page-title-2 .breadcrumbs {
    margin-top: 20px; }
  .breadcrumbs {
    position: static;
    right: 0;
    top: 0; }
  .breadcrumbs-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inherit;
    padding: 12px 0;
    position: static;
    text-align: center; }
  .page-title-3 {
    padding: 0; }
  .page-title-3 .breadcrumbs, .page-title-3 .breadcrumbs-2 {
    display: none; }
  .page-title-3 h1 {
    font-size: 34px;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 11px; }
  .stream-portfolio li img, footer .stream-portfolio li img, .stream-portfolio-overlay, .stream-portfolio li {
    height: 90px;
    width: 90px; }
  .stream-portfolio li {
    margin-bottom: 3px;
    margin-right: 3px; }
  .stream-portfolio-overlay {
    line-height: 90px; }
  .sidebar {
    width: 450px; }
  #search-box {
    width: 384px; }
  .video, .post-video {
    overflow: hidden;
    width: 450px; }
  .video iframe {
    max-height: 240px;
    width: 450px !important; }
  .post-video iframe {
    max-height: 240px;
    width: 450px !important; }
  .full-width .video iframe, .five-sixth .video iframe, .three-fourth .video iframe, .two-third .video iframe, .one-half .video iframe, .one-fourth .video iframe, .one-sixth .video iframe, .one-third .video iframe {
    max-height: 253px;
    max-width: 450px; }
  .full-width .ratio43 iframe, .five-sixth .ratio43 iframe, .three-fourth .ratio43 iframe, .two-third .ratio43 iframe, .one-half .ratio43 iframe, .one-fourth .ratio43 iframe, .one-sixth .ratio43 iframe, .one-third .ratio43 iframe {
    max-height: 338px;
    max-width: 450px; }
  .blog-post-full .post-content, .post-content {
    width: 390px; }
  .blog-style-2 .post-content {
    width: 450px; }
  .blog-style-2 .post-img img {
    height: auto;
    max-width: 388px; }
  .blog-style-2 .image-gallery {
    height: auto;
    max-width: 374px; }
  .blog-style-2 .post-video iframe {
    max-height: 290px;
    max-width: 388px; }
  .blog-style-2 .post-video {
    max-width: 388px; }
  .pricing-tables .one-third, .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
    width: 450px; }
  .classic-box {
    margin-bottom: 30px; }
  .one-fourth .p-item {
    margin-left: auto;
    margin-right: auto;
    width: 234px; }
  .one-half .p-item {
    margin-left: auto;
    margin-right: auto;
    width: 450px; }
  .p-item {
    margin-left: auto;
    margin-right: auto;
    width: 320px; }
  .p-item img {
    max-width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 480px), (max-width: 320px) {
  .container-center, .full-width {
    width: 290px; }
  #superfish-1-select {
    display: none; }
  .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth, .color-box, .main-content-left, .main-content-right {
    clear: both;
    float: none; }
  .main-content-right .full-width, .main-content-left .full-width {
    width: 290px; }
  img {
    height: auto;
    max-width: 100%; }
  .classic-box {
    margin-bottom: 30px; }
  .frame {
    box-sizing: border-box;
    padding: 3px; }
  .content-slider .big-title-row {
    font-size: 50px;
    line-height: 44px;
    margin-top: 20px; }
  .big-title-description {
    font-size: 22px;
    line-height: 28px;
    width: 290px; }
  .layer-h2 {
    font-size: 20px;
    line-height: 22px;
    margin-top: -300px;
    padding: 5px; }
  .layer-description {
    font-size: 11px;
    line-height: 16px;
    margin-top: 30px;
    max-width: 290px;
    padding: 5px; }
  #slider-block .layer-buttons a {
    font-size: 10px;
    margin-top: 100px;
    padding: 12px; }
  .slider-bullets i {
    display: none; }
  .tp-rightarrow, .tp-leftarrow {
    display: none !important; }
  .tagline {
    padding-top: 20px; }
  .tagline h2 {
    color: #373737;
    font-size: 16px;
    line-height: 20px; }
  .page-title {
    padding-bottom: 20px; }
  .page-title-icon {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    width: 60px; }
  .page-title h1 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 16px;
    margin-top: 8px; }
  .page-title .one-line {
    margin-bottom: 19px;
    margin-top: 19px; }
  .page-title-4 .page-title-inner {
    padding-bottom: 10px; }
  .page-title-4 {
    padding-bottom: 0;
    text-align: center; }
  .angled h1 {
    padding-right: 15px; }
  .page-title-4 h1 {
    font-size: 20px; }
  .angled h1:after, .angled .title-caption span:after {
    display: none; }
  .page-title-2 {
    text-align: center; }
  .page-title-2 h1 {
    font-size: 24px; }
  .page-title-2 .breadcrumbs {
    margin-top: 20px; }
  .breadcrumbs-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inherit;
    padding: 12px 0;
    position: static;
    text-align: center; }
  .breadcrumbs {
    position: static;
    right: 0;
    top: 0; }
  .page-title-3 {
    padding: 0; }
  .page-title-3 .breadcrumbs, .page-title-3 .breadcrumbs-2 {
    display: none; }
  .page-title-3 h1 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 16px;
    margin-top: 8px; }
  .big-message {
    font-size: 18px;
    line-height: 28px; }
  .stream-portfolio li {
    height: 90px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 90px; }
  .stream-portfolio-overlay {
    height: 90px;
    line-height: 90px;
    width: 90px; }
  .stream-portfolio li img, footer .stream-portfolio li img {
    height: 90px;
    width: 90px; }
  .sidebar {
    width: 290px; }
  #search-box {
    width: 216px; }
  .video, .post-video {
    overflow: hidden;
    width: 290px; }
  .video iframe, .post-video iframe {
    max-height: 180px;
    width: 290px; }
  .full-width .video iframe, .five-sixth .video iframe, .three-fourth .video iframe, .two-third .video iframe, .one-half .video iframe, .one-fourth .video iframe, .one-sixth .video iframe, .one-third .video iframe {
    max-height: 163px;
    max-width: 290px; }
  .full-width .ratio43 iframe, .five-sixth .ratio43 iframe, .three-fourth .ratio43 iframe, .two-third .ratio43 iframe, .one-half .ratio43 iframe, .one-fourth .ratio43 iframe, .one-sixth .ratio43 iframe, .one-third .ratio43 iframe {
    max-height: 218px;
    max-width: 290px; }
  .blog-post-full .post-content, .post-content {
    width: 230px; }
  .blog-style-2 .post-content {
    width: 290px; }
  .blog-style-2 .post-img img {
    height: auto;
    max-width: 228px; }
  .blog-style-2 .image-gallery {
    height: auto;
    max-width: 214px; }
  .blog-style-2 .post-video iframe {
    max-height: 180px;
    max-width: 228px; }
  .blog-style-2 .post-video {
    max-width: 228px; }
  .pricing-tables .one-third, .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
    width: 290px; }
  th {
    border-bottom: 2px solid #c1c1c1;
    border-right: 1px solid #e1e1e1;
    font-size: 12px; }
  thead, tfoot {
    font-weight: 300; }
  th {
    padding: 4px; }
  th, td, caption {
    padding: 4px; }
  .cart-total {
    font-size: 13px; }
  .cart-item img {
    border: medium none; } }

@media (min--moz-device-pixel-ratio: 1.5), not all, not all, not all, (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .separator-1, .separator-2, .separator-3, .separator-4, .separator-5, .separator-6, .separator-7, footer .separator-1, footer .separator-2, footer .separator-3, footer .separator-4, footer .separator-5, footer .separator-6, footer .separator-7, footer .separator-7 {
    background-repeat: no-repeat;
    background-size: auto 27px; }
  .separator-1 {
    background-image: url("/static/img/sign@2x.png"); }
  .separator-2 {
    background-image: url("/static/img/waves@2x.png"); }
  .separator-3 {
    background-image: url("/static/img/star@2x.png"); }
  .separator-4 {
    background-image: url("/static/img/jigsaw@2x.png"); }
  .separator-5 {
    background-image: url("/static/img/crown@2x.png"); }
  .separator-6 {
    background-image: url("/static/img/arrow@2x.png"); }
  .separator-7 {
    background-image: url("/static/img/diamond@2x.png"); }
  footer .separator-1 {
    background-image: url("/static/img/sign-footer@2x.png"); }
  footer .separator-2 {
    background-image: url("/static/img/waves-footer@2x.png"); }
  footer .separator-3 {
    background-image: url("/static/img/star-footer@2x.png"); }
  footer .separator-4 {
    background-image: url("/static/img/jigsaw-footer@2x.png"); }
  footer .separator-5 {
    background-image: url("/static/img/crown-footer@2x.png"); }
  footer .separator-6 {
    background-image: url("/static/img/arrow-footer@2x.png"); }
  footer .separator-7 {
    background-image: url("/static/img/diamond-footer@2x.png"); }
  .ui-accordion-header-icon {
    background-image: url("/static/img/toggle@2x.png");
    background-size: 15px 30px; }
  .ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url("/static/img/toggle@2x.png");
    background-size: 15px 30px; }
  footer .contact-info {
    background: url("/static/img/world@2x.png") no-repeat scroll center center/203px 101px rgba(0, 0, 0, 0); }
  #status {
    background-image: url("/static/img/status@2x.gif");
    background-size: 48px 49px; }
  .cog-tl {
    background: url("/static/img/cog-tl@2x.png") no-repeat scroll left top rgba(0, 0, 0, 0); }
  .cog-tr {
    background: url("/static/img/cog-tr@2x.png") no-repeat scroll right top rgba(0, 0, 0, 0); }
  .cog-bl {
    background: url("/static/img/cog-bl@2x.png") no-repeat scroll left bottom rgba(0, 0, 0, 0); }
  .cog-br {
    background: url("/static/img/cog-br@2x.png") no-repeat scroll right bottom rgba(0, 0, 0, 0); }
  .post-author {
    background: url("/static/img/cog-br@2x.png") no-repeat scroll right bottom rgba(0, 0, 0, 0); }
  .cog-tl, .cog-tr, .cog-bl, .cog-br, .post-author {
    background-size: 161px 161px; }
  .testimony-inner {
    background: url("/static/img/quotes@2x.png") no-repeat scroll right bottom/69px 45px rgba(0, 0, 0, 0); }
  .quote-left {
    background: url("/static/img/quotes@2x.png") no-repeat scroll right top/69px 45px rgba(0, 0, 0, 0); }
  .quote-right {
    background: url("/static/img/quotes@2x.png") no-repeat scroll left top/69px 45px rgba(0, 0, 0, 0); }
  .responsive-nav select {
    background: url("/static/img/nav@2x.png") no-repeat scroll 97% center/21px 14px #fff; }
  .pattern-1 {
    background-image: url("/static/img/pattern-1@2x.jpg");
    background-size: 500px 500px; }
  .pattern-2 {
    background-image: url("/static/img/pattern-2@2x.jpg");
    background-size: 200px 200px; }
  .pattern-3 {
    background-image: url("/static/img/pattern-3@2x.png");
    background-size: 46px 29px; }
  .pattern-4 {
    background-image: url("/static/img/pattern-4@2x.png");
    background-size: 110px 69px; }
  .pattern-5 {
    background-image: url("/static/img/pattern-5@2x.png");
    background-size: 16px 16px; }
  .pattern-6 {
    background-image: url("/static/img/pattern-6@2x.png");
    background-size: 400px 400px; }
  .pattern-7 {
    background-image: url("/static/img/pattern-7@2x.png");
    background-size: 70px 70px; }
  .pattern-8 {
    background-image: url("/static/img/pattern-8@2x.png");
    background-size: 162px 15px; }
  .pattern-9 {
    background-image: url("/static/img/pattern-9@2x.png");
    background-size: 297px 297px; }
  .pattern-10 {
    background-image: url("/static/img/pattern-10@2x.png");
    background-size: 100px 100px; }
  .pattern-11 {
    background-image: url("/static/img/pattern-11@2x.png");
    background-size: 100px 100px; }
  .pattern-12 {
    background-image: url("/static/img/pattern-12@2x.png");
    background-size: 270px 289px; }
  .pattern-13 {
    background-image: url("/static/img/pattern-13@2x.png");
    background-size: 160px 160px; }
  .pattern-14 {
    background-image: url("/static/img/pattern-14@2x.png");
    background-size: 412px 412px; }
  .pattern-15 {
    background-image: url("/static/img/pattern-15@2x.jpg");
    background-size: 188px 178px; }
  .pattern-16 {
    background-image: url("/static/img/pattern-16@2x.png");
    background-size: 43px 50px; } }

#sequence > .sequence-canvas {
  height: 100%;
  width: 100%; }

#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0%; }

#sequence > .sequence-canvas > li img {
  height: 100%; }

#sequence > .sequence-canvas li > * {
  position: absolute;
  /* only cause the left and opacity properties to transition */
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity; }

.sequence-next,
.sequence-prev {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid;
  border-radius: 50%;
  color: #bbbbbb;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  height: 48px !important;
  line-height: 48px;
  margin-left: 2px;
  margin-top: -24px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.2s linear 0s;
  width: 48px !important;
  z-index: 100; }

.sequence-prev {
  left: 24px; }

.sequence-next {
  right: 24px; }

.sequence-prev:before {
  content: "";
  font-family: FontAwesome; }

.sequence-next:before {
  content: "";
  font-family: FontAwesome; }

.sequence-prev:hover, .sequence-next:hover {
  background: none repeat scroll 0 0 #006699 !important;
  border-color: #006699;
  color: #ffffff; }

.sequence-prev, .sequence-next {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }

.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000; }

.sequence-paused {
  opacity: 0.3; }

.sequence-prev {
  left: 3%; }

.sequence-next {
  right: 3%; }

.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto; }

#sequence-preloader {
  background: #d9d9d9; }

.sequence-pagination {
  bottom: 1%;
  display: none;
  right: 6%;
  position: absolute;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.sequence-pagination li {
  display: inline-block;
  *display: inline;
  /* Hack for IE7 and below as they don't support inline-block */
  height: 140px; }

.sequence-pagination li img {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: margin-bottom, opacity;
  -moz-transition-property: margin-bottom, opacity;
  -ms-transition-property: margin-bottom, opacity;
  -o-transition-property: margin-bottom, opacity;
  transition-property: margin-bottom, opacity; }

.sequence-pagination li img:hover {
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.sequence-pagination li.current img {
  opacity: 1; }

h2 {
  color: white;
  font-family: "Sirin Stencil", serif;
  font-weight: bold;
  text-transform: uppercase; }

h3 {
  font-family: "Ruluko", serif; }

.sequence-next,
.sequence-prev {
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.sequence-next:hover,
.sequence-prev:hover {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.title {
  font-size: 3.4em;
  left: 10%;
  width: 28% !important;
  opacity: 0;
  top: 10%;
  z-index: 50;
  color: #fff !important; }

.title-2 {
  font-size: 3.4em;
  right: 10%;
  color: #fff !important;
  width: 35%;
  opacity: 0;
  bottom: 10%;
  z-index: 50; }

.animate-in .title {
  left: 10%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-out .title {
  left: 15%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-in .title-2 {
  right: 10%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-out .title-2 {
  right: 15%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.subtitle {
  color: #fff !important;
  font-size: 2em;
  left: 10%;
  width: 28%;
  opacity: 0;
  top: 25%;
  z-index: 100;
  font-style: italic;
  text-transform: none !important; }

.animate-in .subtitle {
  left: 10%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-out .subtitle {
  left: 15%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-in .model {
  left: 0;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.animate-out .model {
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

@media only screen and (min-width: 992px) {
  #sequence .title {
    width: 42%; } }

@media only screen and (max-width: 838px) {
  #sequence {
    height: 550px; }
  #sequence .model {
    max-height: 530px !important;
    width: auto; } }

@media only screen and (max-width: 768px) {
  #sequence {
    height: 500px; }
  #sequence .title {
    font-size: 2.8em; }
  #sequence .subtitle {
    font-size: 1.6em; }
  #sequence .sequence-next,
  #sequence .sequence-prev {
    height: 60px;
    margin-top: -40px; }
  #sequence .model {
    max-height: 480px !important;
    width: auto; } }

@media only screen and (max-width: 568px) {
  #sequence .model {
    left: 50%;
    min-width: 40%;
    /*prevents the model from shrinking when the browser is resized*/
    width: 40%; }
  #sequence .animate-in .model {
    /*left: 50%;
    margin-left: -20%;*/ }
  #sequence .animate-out .model {
    left: 50%;
    margin-left: -20%; }
  #sequence .title {
    background: #a1a1a1;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 100%;
    padding: 4%;
    bottom: -50%;
    width: 100%;
    z-index: 10; }
  #sequence .animate-in .title {
    left: 0%; }
  #sequence .animate-out .title {
    left: -100%; }
  #sequence .subtitle {
    visibility: hidden; }
  #sequence .sequence-pagination {
    bottom: 40px; }
  #sequence .sequence-pagination li img {
    height: 100px; } }

@media only screen and (max-width: 518px) {
  #sequence {
    height: 450px; } }

@media only screen and (max-width: 468px) {
  #sequence {
    height: 415px; }
  #sequence .sequence-pagination {
    opacity: 0;
    visibility: hidden; } }

@media only screen and (max-width: 418px) {
  #sequence {
    height: 375px; } }

@media only screen and (max-width: 368px) {
  #sequence {
    height: 325px; }
  #sequence .title {
    font-size: 2.2em; } }

@media only screen and (max-width: 320px) and (orientation: portrait) {
  /*iphone portrait*/
  #sequence {
    height: 320px; }
  #sequence .model {
    min-width: 45%;
    width: 45%; }
  #sequence .animate-in .model {
    margin-left: -22.5%; }
  #sequence .animate-out .model {
    margin-left: -22.5%; } }

@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
  #sequence {
    height: 260px; }
  #sequence .model {
    min-width: 24%;
    width: 24%; }
  #sequence .animate-in .model {
    left: 17.5%;
    margin-left: 0; }
  #sequence .animate-out .model {
    left: 17.5%;
    margin-left: 0; }
  #sequence .sequence-pagination {
    right: 17.5%; } }

/* To be added in proper places */
div.pricing-page p.footnote {
  padding: 0;
  text-align: left;
  margin: 5px 0;
  color: #fff;
  font-size: 15px;
  line-height: 17px; }

.big-button.biggest {
  width: 95%; }

/* ----------------------------------------------- Tools style ---------------------------------------------- */
div.analysis,
div.analysis p,
div.analysis div,
div.analysis table {
  font-family: 'Open Sans', sans-serif !important; }

div.analysis table {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 12px;
  background: #eaebec;
  width: 100%;
  font-weight: bold; }

table.tool, table.indicators {
  display: none; }

.analysis th.left {
  border-left: 1px solid #666; }

.analysis th.right, .analysis td.right {
  border-right: 1px solid #666; }

.analysis td.super_strong_buy,
.analysis td.super_strong_sell,
.analysis td.strong_buy,
.analysis td.strong_sell,
.analysis td.buy,
.analysis td.sell,
.analysis td.neutral,
.analysis td.overbought,
.analysis td.oversold {
  font-size: 16px;
  font-weight: bold; }

.analysis td.super_strong_buy,
.analysis td.strong_buy,
.analysis td.buy,
.analysis td.oversold,
.analysis th.buy {
  color: green; }

.analysis td.super_strong_sell,
.analysis td.strong_sell,
.analysis td.sell,
.analysis td.overbought,
.analysis th.sell {
  color: red; }

.instrument_name,
.momentum,
.high_price,
.low_price,
.change_daily,
.exchange_rate,
.time {
  font-size: 16px; }

[class*="_r1"],
[class*="_r2"],
[class*="_r3"],
[class*="_r4"] {
  color: green; }

[class*="_s1"],
[class*="_s2"],
[class*="_s3"],
[class*="_s4"] {
  color: red; }

[class*="upper_level"],
[class*="lower_level"] {
  color: blue; }

.analysis table th {
  font-size: 14px;
  padding: 21px 25px 22px 25px;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
  color: #666;
  text-transform: none;
  text-align: center; }

.analysis table.super th {
  padding: 21px 18px 22px 18px; }

.analysis table tr {
  text-align: center;
  padding-left: 20px;
  background: #fafafa; }

.analysis table td {
  border: 0;
  width: 9%;
  font-size: 14px;
  padding: 16px; }

.analysis table td:first-child {
  padding-left: 20px;
  border-left: 0; }

.analysis table tr:last-child td {
  border-bottom: 0; }

.analysis table tr.head td {
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb); }

.analysis table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); }

.analysis table tr.header td {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); }

.analysis table tr th.up {
  background: url("/static/img/arrow_up_green.gif") no-repeat;
  background-size: 27px;
  background-position: 50%; }

.analysis table tr th.down {
  background: url("/static/img/arrow_down_red.png") no-repeat;
  background-size: 27px;
  background-position: 50%; }

.analysis table tr td.up {
  background: url("/static/img/arrow_up_green.gif") no-repeat;
  background-size: 27px;
  background-position: 50%; }

.analysis table tr td.down {
  background: url("/static/img/arrow_down_red.png") no-repeat;
  background-size: 27px;
  background-position: 50%; }

.analysis table tr td.false {
  background: url("/static/img/cross_red.png") no-repeat;
  background-size: 25px;
  background-position: 50%; }

.analysis table tr td.true {
  background: url("/static/img/checkmark_green.png") no-repeat;
  background-size: 32px;
  background-position: 50%; }

.analysis .tab {
  text-transform: uppercase;
  font-size: 16px; }

.analysis .tab a:focus {
  outline: none !important; }

/* START - custom jQuery UI styles*/
.analysis .ui-accordion-header:hover {
  border: 1px solid #555;
  color: #fff !important;
  background-color: #555 !important; }

.analysis .ui-state-active,
.analysis .ui-widget-content .ui-state-active,
.analysis .ui-widget-header .ui-state-active {
  border: 0;
  /*background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;*/
  font-weight: bold;
  color: #555; }

.analysis .ui-state-active a,
.analysis .ui-state-active a:link,
.analysis .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

#tab-container {
  border: 0; }

.centered .ui-tabs-nav {
  height: 2.35em;
  text-align: center; }

.centered .ui-tabs-nav.correlation {
  margin: 20px 0; }

.centered .ui-tabs-nav li {
  display: inline-block;
  float: none;
  margin: 0em; }

.analysis.ui-tabs .ui-tabs-nav li, .analysis .ui-tabs .ui-tabs-nav li {
  border-bottom-width: 1px; }

.analysis .ui-tabs .ui-tabs-panel {
  padding: 0.5em 0.4em !important; }

/* END - custom jQuery UI styles */
@media all and (max-width: 1028px) {
  table th {
    padding: 21px 10px 22px; }
  table td {
    padding: 18px 10px 18px; }
  table td:first-child {
    padding-left: 10px; } }

@media all and (max-width: 600px) {
  .centered .ui-tabs-nav {
    height: auto; }
  .analysis .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 5px;
    font-size: 16px; }
  .analysis .ui-tabs .ui-tabs-panel {
    padding: 5px; }
  .analysis .ui-accordion .ui-accordion-header {
    font-size: 16px; }
  .analysis .ui-accordion .ui-accordion-content {
    padding: 5px !important; }
  .analysis table th {
    font-size: 10px;
    padding: 5px 0px; }
  .analysis table td:first-child {
    padding-left: 5px;
    font-size: 10px; }
  .analysis table tr td.symbol {
    font-size: 8px; }
  .analysis table td {
    font-size: 10px;
    padding: 10px 0; }
  .analysis table tr.header td {
    font-size: 10px; }
  .analysis table tr td.up {
    background-size: 15px auto; }
  .analysis table tr td.down {
    background-size: 15px auto; }
  .analysis table tr td.false {
    background-size: 13px auto; }
  .analysis table tr td.true {
    background-size: 20px auto; }
  .analysis table td.super_strong_buy,
  .analysis table td.super_strong_sell,
  .analysis table td.strong_buy,
  .analysis table td.strong_sell,
  .analysis table td.buy,
  .analysis table td.sell,
  .analysis table td.neutral,
  .analysis table td.overbought,
  .analysis table td.oversold {
    font-size: 10px; }
  .instrument_name,
  .momentum,
  .high_price,
  .low_price,
  .change_daily,
  .exchange_rate,
  .time {
    font-size: 10px; } }

.analysis .ui-accordion .ui-accordion-header {
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px; }

.analysis .ui-accordion .ui-accordion-content {
  padding: 0; }

.analysis .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .analysis .ui-widget-content {
  background: none; }

.analysis .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: #555;
  color: #fff;
  border: 0; }

.analysis .ui-state-hover a, .analysis .ui-state-hover a:hover, .analysis .ui-state-hover a:link {
  color: #fff;
  border: 0;
  outline: none !important; }

.analysis .ui-state-active.ui-accordion-header.top_level, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #555;
  color: #fff; }

.analysis .ui-state-focus {
  background: #555 !important;
  border: 0;
  color: #fff !important; }

.analysis.ui-widget-content, .ui-widget-header {
  background: none; }

.analysis .ui-widget-header {
  border: 0; }

.analysis.ui-tabs .ui-tabs-panel {
  padding: 0;
  padding-top: 15px; }

.analysis.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 5px 15px; }

.analysis table tr:hover {
  background: rgba(0, 0, 0, 0.1); }

.analysis .inner-accordion.ui-accordion h3.ui-accordion-header {
  text-align: left;
  background-color: #fff; }

.analysis .inner-accordion.ui-accordion .ui-accordion-content {
  padding: 0 !important; }

.analysis .ui-accordion-header {
  outline: none !important;
  color: #555; }

.analysis .ui-corner-all,
.analysis .ui-corner-top,
.analysis .ui-corner-left,
.analysis .ui-corner-tl {
  border-radius: 0; }

.analysis .ui-accordion-header-icon {
  background: url("../img/toggle.png") no-repeat scroll center top #555; }

.analysis .ui-accordion-header-active .ui-accordion-header-icon {
  background: url("../img/toggle.png") no-repeat scroll center bottom #555; }

.analysis .info {
  display: none;
  font-size: 20px;
  margin-top: 20px;
  text-align: center; }

.analysis .reached_level {
  color: #e0e0e0; }

.analysis .reached_trade_zone {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.analysis.super_trades [class*='_buy_tp'],
.analysis.super_trades [class*='_sell_tp'] {
  color: green; }

.analysis.super_trades [class*='_buy_sl'],
.analysis.super_trades [class*='_sell_sl'] {
  color: red; }

/* Converter tool */
table#converter td.hovered {
  background: rgba(0, 0, 0, 0.1); }

table#converter th {
  font-size: 14px;
  padding: 20px 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #555;
  background: #ededed; }

table#converter td:first-child {
  padding-left: 10px;
  border-left: 0;
  color: #555; }

/* HEATMAP TOOL *********************************************************/
table.heatmap td {
  font-weight: bold; }

/**/
table.heatmap td.strong_buy {
  background-color: green;
  color: #fafafa; }

table.heatmap td.strong_buy_font {
  background-color: transparent;
  color: green; }

table.heatmap td.strong_buy_bgr {
  background-color: green;
  color: green; }

/**/
table.heatmap td.buy {
  background-color: #75AD75;
  color: #fafafa; }

table.heatmap td.buy_font {
  background-color: transparent;
  color: #75AD75; }

table.heatmap td.buy_bgr {
  background-color: #75AD75;
  color: #75AD75; }

/**/
table.heatmap td.sell {
  background-color: #76C5EC;
  color: white; }

table.heatmap td.strong_sell {
  color: #76C5EC;
  background-color: transparent; }

/**/
table.heatmap td.neutral {
  background-color: #C7C4C7;
  color: #fafafa; }

table.heatmap td.neutral_font {
  color: #C7C4C7;
  background-color: transparent; }

table.heatmap td.neutral_bgr {
  color: #C7C4C7;
  background-color: #C7C4C7; }

/**/
table.heatmap td.sell {
  background-color: #EA8475;
  color: #fafafa; }

table.heatmap td.sell_font {
  color: #EA8475;
  background-color: transparent; }

table.heatmap td.sell_bgr {
  color: #EA8475;
  background-color: #EA8475; }

/**/
table.heatmap td.strong_sell {
  background-color: #B31F23;
  color: #fafafa; }

table.heatmap td.strong_sell_font {
  color: #B31F23;
  background-color: transparent; }

table.heatmap td.strong_sell_bgr {
  color: #B31F23;
  background-color: #B31F23; }

/**/
div.list_container {
  display: inline; }

td.no_background {
  background-color: transparent;
  color: #333; }

form#state {
  font-size: 16px;
  display: inline-block;
  right: 10px;
  position: absolute;
  top: 15px; }

form#state label {
  font-weight: normal; }

form#state input {
  margin-right: 4px; }

ul#heatmap_tabs {
  float: left;
  margin-bottom: 10px; }

.analysis table.heatmap tr:hover {
  background: #fafafa; }

.analysis table.heatmap td {
  border: 2px solid #eaebec; }

div.info {
  text-align: left; }

div.info ul {
  font-size: 16px;
  list-style: disc inside; }

div.info ul li {
  padding: 10px 0; }

div.info h4 {
  text-transform: none;
  text-decoration: underline;
  font-weight: bold;
  color: #333; }

/* CORRELATION TOOL *******************************/
/* Accordion Pro */
.accordionPro {
  margin-top: 40px; }

.accordionPro .instrument_list {
  margin-left: 10px; }

.accordionPro .instrument_list li {
  display: inline-block;
  margin: 10px 30px; }

.accordionPro #state {
  position: relative;
  margin: 0 20px; }

.accordionPro #state input {
  margin: 10px; }

.accordionPro #state label {
  font-size: 16px; }

.accordionPro input[type="checkbox"] {
  margin-right: 10px; }

.accordionPro input.category {
  margin: 25px 5px 20px 40px; }

.accordionPro label {
  font-weight: normal;
  font-size: 16px; }

.accordionPro label.category {
  font-weight: bold;
  font-size: 22px;
  margin: 0; }

#instructions {
  margin: 40px auto;
  width: 80%;
  background-color: #eaebec;
  color: #666666;
  display: table;
  font-size: 14px;
  font-weight: bold; }

#instructions tr {
  text-align: center;
  padding-left: 20px;
  background: #fafafa; }

#instructions td {
  width: 50%;
  padding: 5px; }

table.correlation td {
  font-weight: bold; }

/**/
table.correlation td.highest_positive {
  background-color: #006699;
  color: white; }

table.correlation td.highest_positive_font {
  color: #006699;
  background-color: transparent; }

table.correlation td.highest_positive_bgr {
  color: #006699;
  background-color: #006699; }

/**/
table.correlation td.high_positive {
  background-color: #76C5EC;
  color: white; }

table.correlation td.high_positive_font {
  color: #76C5EC;
  background-color: transparent; }

table.correlation td.high_positive_bgr {
  color: #76C5EC;
  background-color: #76C5EC; }

/**/
table.correlation td.neutral {
  background-color: #C7C4C7;
  color: white; }

table.correlation td.neutral_font {
  color: #C7C4C7;
  background-color: transparent; }

table.correlation td.neutral_bgr {
  color: #C7C4C7;
  background-color: #C7C4C7; }

/**/
table.correlation td.high_negative {
  background-color: #FD634C;
  color: white; }

table.correlation td.high_negative_font {
  color: #FD634C;
  background-color: transparent; }

table.correlation td.high_negative_bgr {
  color: #FD634C;
  background-color: #FD634C; }

/**/
table.correlation td.highest_negative {
  background-color: #B31F23;
  color: white; }

table.correlation td.highest_negative_font {
  color: #B31F23;
  background-color: transparent; }

table.correlation td.highest_negative_bgr {
  color: #B31F23;
  background-color: #B31F23; }

.analysis table.correlation tr:hover {
  background: #fafafa; }

.analysis table.correlation td {
  border: 2px solid #eaebec; }

#footer-nav {
  list-style: outside none none;
  margin-top: 2px; }

#footer-nav li {
  display: inline;
  margin-right: 8px; }

#footer-nav li a {
  color: #9f9f9f;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase; }

#footer-nav li a:hover {
  color: #fff; }

.section-bg-1 {
  background: url("/static/img/001a.jpg") no-repeat scroll center center rgba(0, 0, 0, 0); }

footer .separator-1 {
  background: url("/static/img/sign-footer.png") no-repeat scroll center center rgba(0, 0, 0, 0); }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**************************************************************************
*	@name		    Zozo UI Accordion
*	@descripton	    Create awesome accordion
*	@version	    4.4
*   @requires       jQuery v1.7 or later
*	@copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*   @URL:           http://www.zozoui.com
**************************************************************************/
/*#region ==========================================================================
CORE - Global Reset
========================================================================== */
/* cross browser compatibility html5 tags */
article, aside, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

/*reset*/
.z-slider-wrapper,
.z-accordion,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header > .z-title,
.z-accordion > .z-section > .z-header > .z-arrow,
.z-accordion > .z-section > .z-content {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  margin: 0; }

.z-slider-wrapper,
.z-accordion,
.z-accordion:before,
.z-accordion:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.z-accordion > .z-section > .z-header {
  position: relative;
  margin: 0;
  display: block;
  color: #666;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  outline: none;
  cursor: pointer;
  text-decoration: none; }

.z-accordion > .z-section > .z-header .z-arrow {
  position: absolute;
  background-image: url(../img/arrow-down.png);
  background: url(../img/zozo-accordion.png) no-repeat top left;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -webkit-transition: all 0.2s ease-in-out; }

.z-accordion > .z-section.z-active > .z-header > .z-arrow,
.z-accordion > .z-section > .z-header:hover > .z-arrow {
  opacity: 1; }

.z-accordion > .z-section > .z-header > .z-arrow.z-loading {
  background: url("../image/wlants/zozo-accordion-loading.gif");
  height: 16px;
  width: 16px; }

.z-accordion > .z-section > .z-content {
  background: white; }

/*#endregion*/
/*#region ==========================================================================
Vertical Structure
========================================================================== */
.z-accordion.vertical {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

.z-accordion.vertical > .z-section > .z-header {
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  padding: 0 1em; }

.z-accordion > .z-section > .z-header.z-focus {
  z-index: 9999 !important; }

.z-accordion.z-focus,
.z-accordion.vertical > .z-section > .z-header.z-focus,
.z-accordion.horizontal > .z-section > .z-header.z-focus .z-title {
  font-weight: bold !important;
  color: black;
  background-color: white !important;
  background: white !important;
  border-bottom: 2px solid red !important; }

.z-accordion.vertical > .z-section > .z-header > .z-arrow {
  right: 14px;
  top: 50%; }

.z-accordion.vertical > .z-section > .z-header > .z-arrow.z-loading {
  margin-top: -8px; }

.z-accordion.vertical > .z-section.z-active > .z-header {
  font-weight: bold; }

.z-accordion.vertical > .z-section.z-active > .z-header > .z-arrow,
.z-accordion.vertical > .z-section > .z-header:hover > .z-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 14px; }

.z-accordion.vertical > .z-section > .z-content {
  display: none; }

.z-accordion.transition.vertical > .z-section > .z-content {
  height: 0px;
  overflow: hidden;
  display: block !important; }

.z-accordion.transition.vertical.z-grouped.z-bordered > .z-section > .z-content,
.z-accordion.transition.vertical.z-ungrouped.z-bordered > .z-section > .z-content {
  border-bottom-width: 0; }

.z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
  padding: 20px 15px 10px 15px; }

.z-slider-wrapper > .z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
  padding: 0; }

.z-accordion.transition.vertical.z-grouped.z-bordered > .z-section.z-active > .z-content,
.z-accordion.transition.vertical.z-ungrouped.z-bordered > .z-section.z-active > .z-content {
  border-bottom-width: 1px; }

/* .ie7 .z-accordion.vertical > .z-section > .z-header  {line-height: 22px;height:22px;}*/
/*#endregion*/
/*#region ==========================================================================
Horizontal Structure
========================================================================== */
.z-accordion.horizontal {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #FFF; }

.z-accordion.horizontal > .z-section > .z-header {
  position: absolute;
  background: #FFF;
  z-index: 20;
  top: 0;
  left: 0;
  width: 320px;
  height: 50px;
  line-height: 49px;
  font-size: 16px;
  text-align: right;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform: translateX(-100%) rotate(-90deg);
  -moz-transform-origin: right top;
  -o-transform: translateX(-100%) rotate(-90deg);
  -o-transform-origin: right top;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top;
  bottom: 0; }

.z-accordion.horizontal > .z-section {
  display: inline;
  overflow: hidden;
  height: 100%;
  position: absolute;
  background: #FFF; }

.z-accordion.horizontal > .z-section.z-active > .z-header {
  cursor: default; }

.z-accordion.horizontal > .z-section > .z-header .z-title {
  display: block;
  padding-right: 5%;
  text-align: right;
  height: 49px;
  line-height: 48px;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-out; }

.z-accordion.horizontal > .z-section > .z-header .z-arrow {
  left: 14px;
  left: 6%;
  z-index: 20;
  top: 50%;
  display: inline-block; }

.z-accordion.horizontal > .z-section > .z-header > .z-arrow.z-loading {
  margin-left: -4px;
  margin-top: -8px; }

.z-accordion.horizontal > .z-section.z-active > .z-header > .z-arrow,
.z-accordion.horizontal > .z-section > .z-header:hover > .z-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.z-accordion.horizontal > .z-section > .z-content {
  height: 96%;
  position: absolute;
  top: 0;
  /*z-index: 10; version 3.0*/
  overflow: hidden;
  background: white;
  margin: 6px 0 0 0;
  /*version 3.0*/
  height: 100%;
  margin: 0;
  /*new*/
  bottom: 0;
  left: 48px;
  /* Matches the width of .slide_handle */
  right: 0; }

.z-accordion.horizontal > .z-section > .z-content > div {
  padding: 10px 10px 10px 20px; }

.z-accordion.horizontal > .z-section.z-active > .z-content {
  height: 100%; }

.z-accordion.horizontal > section.z-active.z-last > .z-content {
  height: 96%;
  margin: 6px 0 0 0;
  /*version 3.0*/
  height: 100%;
  margin: 0; }

/*#endregion*/
/*#region ==========================================================================
Scrolling
========================================================================== */
.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar {
  width: 9px;
  height: 9px; }

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border: thin solid rgba(0, 0, 0, 0.1); }

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border: thin solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset; }

.z-accordion.horizontal.z-scrollable > .z-section.z-active > .z-content:hover,
.z-accordion.horizontal.z-scrollable > .z-section.z-active > .z-content > div:hover,
.z-accordion.vertical.z-scrollable > .z-section.z-active > .z-content:hover {
  overflow: auto; }

.z-accordion.z-scrollable > .z-section.z-active > .z-content,
.z-accordion.z-scrollable > .z-section.z-active > .z-content > div {
  overflow: hidden; }

/*#endregion*/
/*#region ==========================================================================
Shadows
========================================================================== */
.z-accordion.horizontal.z-shadows {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(111, 111, 111, 0.25); }

.z-accordion.z-shadows.vertical.z-grouped {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(111, 111, 111, 0.25); }

/*vertical ungrouped*/
.z-accordion.vertical.z-ungrouped.z-shadows > .z-section {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(111, 111, 111, 0.25); }

/*#endregion*/
/*#region ==========================================================================
Bordered
========================================================================== */
.z-accordion,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header .z-title,
.z-accordion > .z-section > .z-content {
  border-width: 0;
  border-style: solid;
  border-color: #B4B4B4;
  border-color: #CECECE; }

/*vertical*/
/*grouped*/
.z-accordion.vertical.z-grouped.z-bordered > .z-section > .z-header {
  border-width: 1px;
  margin-top: -1px; }

.z-accordion.vertical.z-grouped.z-bordered > .z-section.z-first > .z-header {
  border-top-width: 1px; }

.z-accordion.vertical.z-grouped.z-bordered > .z-section.z-last > .z-header {
  border-bottom-width: 1px; }

.z-accordion.vertical.z-grouped.z-bordered > .z-section > .z-content {
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px; }

/*ungrouped*/
.z-accordion.vertical.z-ungrouped > .z-section {
  margin: 5px 0; }

.z-accordion.vertical.z-ungrouped.z-bordered > .z-section > .z-header {
  border-width: 1px; }

.z-accordion.vertical.z-ungrouped.z-bordered > .z-section > .z-content {
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px; }

/* horizontal: grouped*/
.z-accordion.horizontal.z-bordered {
  border-width: 1px; }

.z-accordion.horizontal.z-bordered > .z-section > .z-header > .z-title {
  border-width: 1px 0 1px 0; }

.z-accordion.horizontal.z-bordered > .z-section.z-last > .z-header > .z-title {
  border-bottom-width: 0; }

.z-accordion.horizontal.z-bordered > .z-section.z-first > .z-header > .z-title {
  border-top: none; }

.z-accordion.horizontal.z-bordered > .z-section.z-active.z-last > .z-header > .z-title {
  border-bottom-width: 1px; }

/*#endregion*/
/*#region ==========================================================================
Theming
========================================================================== */
/* deepblue */
.z-accordion.deepblue.z-bordered,
.z-accordion.deepblue.z-bordered > .z-section > .z-header,
.z-accordion.deepblue.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.deepblue.z-bordered > .z-section > .z-content {
  border-color: #003E7C; }

.z-accordion.deepblue.vertical > .z-section > .z-header,
.z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #6891E7;
  background-image: -moz-linear-gradient(top, #096BD2 0, #0053A6 100%);
  background-image: -ms-linear-gradient(top, #096BD2 0, #0053A6 100%);
  background-image: -o-linear-gradient(top, #096BD2 0, #0053A6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #096BD2), color-stop(100%, #0053A6));
  background-image: -webkit-linear-gradient(top, #096BD2 0, #0053A6 100%);
  background-image: linear-gradient(to bottom, #096BD2 0, #0053A6 100%); }

.z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title {
  background-image: -moz-linear-gradient(left, #096BD2 0, #0053A6 100%); }

.z-accordion.deepblue > .z-section > .z-header > .z-arrow {
  color: #002D59;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.ie7 .z-accordion.deepblue.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.deepblue.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.deepblue.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #3569d7; }

.ie7 .z-accordion.deepblue.vertical > .z-section > .z-header,
.ie8 .z-accordion.deepblue.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#096BD2', endColorstr='#0053A6');
  /*For IE7-8-9*/ }

.z-accordion.deepblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(0, 62, 124, 0.75);
  border-color: rgba(0, 62, 124, 0.25);
  box-shadow: 1px 1px 5px rgba(0, 62, 124, 0.25) inset; }

.z-accordion.deepblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(0, 62, 124, 0.05);
  border-color: rgba(0, 62, 124, 0.06);
  box-shadow: 0 0 3px rgba(0, 62, 124, 0.05) inset; }

.z-accordion.deepblue > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/* orange */
.z-accordion.orange.z-bordered,
.z-accordion.orange.z-bordered > .z-section > .z-header,
.z-accordion.orange.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.orange.z-bordered > .z-section > .z-content {
  border-color: #D64817; }

.z-accordion.orange.vertical > .z-section > .z-header,
.z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
  color: white;
  text-shadow: 0 1px #5E1902;
  background: #F2825B;
  background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2825B), color-stop(50%, #E55B2B), color-stop(100%, #F07146));
  background: -webkit-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -o-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: -ms-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
  background: linear-gradient(to bottom, #F2825B 0%, #E55B2B 50%, #F07146 100%); }

.z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
  background: -moz-linear-gradient(left, #F2825B 0%, #E55B2B 50%, #F07146 100%); }

.z-accordion.orange > .z-section > .z-header > .z-arrow {
  color: #fff; }

.ie7 .z-accordion.orange.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.orange.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.orange.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #F2825B; }

.ie7 .z-accordion.orange.vertical > .z-section > .z-header,
.ie8 .z-accordion.orange.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2825b', endColorstr='#f07146');
  /*For IE7-8-9*/ }

.z-accordion.orange.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(234, 89, 39, 0.75);
  border-color: rgba(234, 89, 39, 0.25);
  box-shadow: 1px 1px 5px rgba(234, 89, 39, 0.25) inset; }

.z-accordion.orange.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(234, 89, 39, 0.05);
  border-color: rgba(234, 89, 39, 0.06);
  box-shadow: 0 0 3px rgba(234, 89, 39, 0.05) inset; }

.z-accordion.orange > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/* deepred */
.z-accordion.deepred.z-bordered,
.z-accordion.deepred.z-bordered > .z-section > .z-header,
.z-accordion.deepred.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.deepred.z-bordered > .z-section > .z-content {
  border-color: #BB2B3A; }

.z-accordion.deepred.vertical > .z-section > .z-header,
.z-accordion.deepred.horizontal > .z-section > .z-header > .z-title {
  color: #1B0000;
  text-shadow: 1px 1px 1px rgba(235, 184, 184, 0.25);
  background-color: #C43646;
  background: -moz-linear-gradient(top, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFC5CA), color-stop(50%, #D24B5A), color-stop(51%, #BA2737), color-stop(100%, #F18E99));
  background: -webkit-linear-gradient(top, #DA6572 0%, #D24B5A 50%, #BA2737 51%, #D24B5A 100%);
  background: -o-linear-gradient(top, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
  background: -ms-linear-gradient(top, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%);
  background: linear-gradient(to bottom, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%); }

.z-accordion.deepred.horizontal > .z-section > .z-header > .z-title {
  background: -moz-linear-gradient(left, #EFC5CA 0%, #D24B5A 50%, #BA2737 51%, #F18E99 100%); }

.z-accordion.deepred > .z-section > .z-header > .z-arrow {
  color: #1B0000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }

.ie7 .z-accordion.deepred.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.deepred.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.deepred.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.orange.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #dc4e5e; }

.ie7 .z-accordion.deepred.vertical > .z-section > .z-header,
.ie8 .z-accordion.deepred.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D24B5A', endColorstr='#CF3F4F');
  /*For IE7-8-9*/ }

.z-accordion.deepred.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(187, 43, 58, 0.75);
  border-color: rgba(47, 138, 168, 0.25);
  box-shadow: 1px 1px 5px rgba(47, 138, 168, 0.25) inset; }

.z-accordion.deepred.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(194, 55, 55, 0.05);
  border-color: rgba(55, 159, 194, 0.06);
  box-shadow: 0 0 3px rgba(55, 159, 194, 0.05) inset; }

/* lightblue */
.z-accordion.lightblue.z-bordered,
.z-accordion.lightblue.z-bordered > .z-section > .z-header,
.z-accordion.lightblue.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.lightblue.z-bordered > .z-section > .z-content {
  border-color: #38A1BB; }

.z-accordion.lightblue.vertical > .z-section > .z-header,
.z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title {
  color: #004B5E;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #ADD9E4;
  background: -moz-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7FBFC), color-stop(40%, #D9EDF2), color-stop(100%, #ADD9E4));
  background: -webkit-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
  background: -o-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
  background: -ms-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
  background: linear-gradient(to bottom, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%); }

.z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title {
  background: -moz-linear-gradient(left, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%); }

.z-accordion.lightblue > .z-section > .z-header > .z-arrow {
  color: #004B5E; }

.ie7 .z-accordion.lightblue.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.lightblue.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.lightblue.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #ADD9E4; }

.ie7 .z-accordion.lightblue.vertical > .z-section > .z-header,
.ie8 .z-accordion.lightblue.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f7fbfc', endColorstr='#add9e4');
  /*For IE7-8-9*/ }

.z-accordion.lightblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(55, 159, 194, 0.75);
  border-color: rgba(47, 138, 168, 0.25);
  box-shadow: 1px 1px 5px rgba(47, 138, 168, 0.25) inset; }

.z-accordion.lightblue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(55, 159, 194, 0.05);
  border-color: rgba(55, 159, 194, 0.06);
  box-shadow: 0 0 3px rgba(55, 159, 194, 0.05) inset; }

/* black */
.z-accordion.black.z-bordered,
.z-accordion.black.z-bordered > .z-section > .z-header,
.z-accordion.black.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.black.z-bordered > .z-section > .z-content {
  border-color: #444; }

.z-accordion.black.vertical > .z-section > .z-header,
.z-accordion.black.horizontal > .z-section > .z-header > .z-title {
  color: #fff;
  text-shadow: 1px 1px 1px black;
  box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset;
  background-color: #555555;
  background: #555555;
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiM1NTU1NTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiM2OTY5NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(85,85,85,1) 39%, rgba(105,105,105,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,rgba(85,85,85,1)), color-stop(70%,rgba(105,105,105,1)));
    background: -webkit-linear-gradient(top, rgba(85,85,85,1) 39%,rgba(105,105,105,1) 70%);
    background: -o-linear-gradient(top, rgba(85,85,85,1) 39%,rgba(105,105,105,1) 70%);
    background: -ms-linear-gradient(top, rgba(85,85,85,1) 39%,rgba(105,105,105,1) 70%);
    background: linear-gradient(to bottom, rgba(85,85,85,1) 39%,rgba(105,105,105,1) 70%);*/ }

.z-accordion.black.horizontal > .z-section > .z-header > .z-title {
  background: -moz-linear-gradient(left, #555555 39%, dimgray 70%); }

.z-accordion.black > .z-section > .z-header > .z-arrow {
  color: #bfbfbf; }

.ie7 .z-accordion.black.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.black.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.black.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.black.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #555555; }

.ie7 .z-accordion.black.vertical > .z-section > .z-header,
.ie8 .z-accordion.black.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#696969');
  /*For IE7-8-9*/ }

.z-accordion.black.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(68, 68, 68, 0.75);
  border-color: rgba(68, 68, 68, 0.25);
  box-shadow: 1px 1px 5px rgba(68, 68, 68, 0.25) inset; }

.z-accordion.black.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(68, 68, 68, 0.05);
  border-color: rgba(68, 68, 68, 0.06);
  box-shadow: 0 0 3px rgba(68, 68, 68, 0.05) inset; }

.z-accordion.black > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/* crystal */
.z-accordion.crystal.z-bordered,
.z-accordion.crystal.z-bordered > .z-section > .z-header,
.z-accordion.crystal.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.crystal.z-bordered > .z-section > .z-content {
  border-color: #b4b4b4; }

.z-accordion.crystal.vertical > .z-section > .z-header,
.z-accordion.crystal.horizontal > .z-section > .z-header > .z-title {
  background-color: #f8f8f8;
  color: #444;
  background-color: white;
  background-image: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, white));
  background-image: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background-image: -o-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background-image: -ms-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background-image: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%); }

.ie7 .z-accordion.crystal.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.crystal.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.crystal.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.crystal.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #F2F0F0; }

.ie7 .z-accordion.crystal.vertical > .z-section > .z-header,
.ie8 .z-accordion.crystal.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f5f5f5');
  /*For IE7-8-9*/ }

/* silver */
.z-accordion.silver.z-bordered,
.z-accordion.silver.z-bordered > .z-section > .z-header,
.z-accordion.silver.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.silver.z-bordered > .z-section > .z-content {
  border-color: #C3C3C3;
  border-color: #CECECE; }

.z-accordion.silver.vertical > .z-section > .z-header,
.z-accordion.silver.horizontal > .z-section > .z-header > .z-title {
  color: #444;
  text-shadow: 0 1px white;
  background-color: #F2F0F0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
  background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
  background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0); }

.ie7 .z-accordion.silver.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.silver.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.silver.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.silver.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #F2F0F0; }

.ie7 .z-accordion.silver.vertical > .z-section > .z-header,
.ie8 .z-accordion.silver.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDFCFC', endColorstr='#FBF9F9');
  /*For IE7-8-9*/ }

/* gray */
.z-accordion.gray.z-bordered,
.z-accordion.gray.z-bordered > .z-section > .z-header,
.z-accordion.gray.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.gray.z-bordered > .z-section > .z-content {
  border-color: #b4b4b4; }

.z-accordion.gray.vertical > .z-section > .z-header,
.z-accordion.gray.horizontal > .z-section > .z-header > .z-title {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background-image: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
  color: #444; }

.ie7 .z-accordion.gray.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.gray.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.gray.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.gray.horizontal > .z-section > .z-header > .z-title {
  filter: none;
  background-color: #f8f8f8; }

.ie7 .z-accordion.gray.vertical > .z-section > .z-header,
.ie8 .z-accordion.gray.vertical > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dbdbdb', endColorstr='#f2f2f2');
  /*For IE7-8-9*/ }

/* white */
.z-accordion.white.z-bordered,
.z-accordion.white.z-bordered > .z-section > .z-header,
.z-accordion.white.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.white.z-bordered > .z-section > .z-content {
  border-color: #C3C3C3;
  border-color: #CECECE; }

.z-accordion.white.vertical > .z-section > .z-header,
.z-accordion.white.horizontal > .z-section > .z-header > .z-title {
  color: #333;
  text-shadow: 0 1px white;
  background-color: #fff; }

.z-accordion.white.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100, 0.15);
  border-color: rgba(100, 100, 100, 0.15);
  box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.15) inset; }

.z-accordion.white.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(100, 100, 100, 0.15);
  border-color: rgba(100, 100, 100, 0.15);
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.15) inset; }

/* blue */
.z-accordion.blue.z-bordered,
.z-accordion.blue.z-bordered > .z-section > .z-header,
.z-accordion.blue.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.blue.z-bordered > .z-section > .z-content {
  border-color: #248CB1; }

.z-accordion.blue > .z-section > .z-header > .z-arrow,
.z-accordion.blue > .z-section > .z-header {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.z-accordion.blue.vertical > .z-section > .z-header,
.z-accordion.blue.horizontal > .z-section > .z-header > .z-title {
  background-color: #2AA4CF;
  box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset; }

.z-accordion.blue > .z-section > .z-header > .z-arrow {
  color: #fff; }

.z-accordion.blue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(55, 159, 194, 0.75);
  border-color: rgba(47, 138, 168, 0.25);
  box-shadow: 1px 1px 5px rgba(47, 138, 168, 0.25) inset; }

.z-accordion.blue.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(55, 159, 194, 0.05);
  border-color: rgba(55, 159, 194, 0.06);
  box-shadow: 0 0 3px rgba(55, 159, 194, 0.05) inset; }

.z-accordion.blue > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/* green */
.z-accordion.green.z-bordered,
.z-accordion.green.z-bordered > .z-section > .z-header,
.z-accordion.green.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.green.z-bordered > .z-section > .z-content {
  border-color: #009B70; }

.z-accordion.green > .z-section > .z-header {
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }

.z-accordion.green > .z-section > .z-header,
.z-accordion.green > .z-section > .z-header > .z-title2 {
  background-color: #00c08b;
  box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset; }

.z-accordion.green > .z-section > .z-header > .z-arrow {
  color: #127a5d; }

.z-accordion.green.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(0, 155, 122, 0.35);
  border-color: rgba(0, 155, 122, 0.15);
  box-shadow: 1px 1px 5px rgba(0, 155, 122, 0.15) inset; }

.z-accordion.green.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(0, 155, 122, 0.15);
  border-color: rgba(0, 155, 122, 0.15);
  box-shadow: 0 0 3px rgba(0, 155, 122, 0.15) inset; }

.z-accordion.green > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/* red */
.z-accordion.red.z-bordered,
.z-accordion.red.z-bordered > .z-section > .z-header,
.z-accordion.red.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.red.z-bordered > .z-section > .z-content {
  border-color: #C72C2C; }

.z-accordion.red > .z-section > .z-header {
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }

.z-accordion.red > .z-section > .z-header,
.z-accordion.red > .z-section > .z-header > .z-title2 {
  background-color: #E44848;
  box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset; }

.z-accordion.red > .z-section > .z-header > .z-arrow {
  color: #aa2a52; }

.z-accordion.red.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(228, 35, 35, 0.35);
  border-color: rgba(228, 35, 35, 0.15);
  box-shadow: 1px 1px 5px rgba(228, 35, 35, 0.05) inset; }

.z-accordion.red.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(228, 35, 35, 0.15);
  border-color: rgba(228, 35, 35, 0.15);
  box-shadow: 0 0 3px rgba(228, 35, 35, 0.15) inset; }

.z-accordion.red > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/* yellow */
.z-accordion.yellow.z-bordered,
.z-accordion.yellow.z-bordered > .z-section > .z-header,
.z-accordion.yellow.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.yellow.z-bordered > .z-section > .z-content {
  border-color: #C7941F; }

.z-accordion.yellow > .z-section > .z-header {
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }

.z-accordion.yellow > .z-section > .z-header,
.z-accordion.yellow > .z-section > .z-header > .z-title2 {
  background-color: #f8c54d;
  box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset; }

.z-accordion.yellow > .z-section > .z-header .z-arrow {
  color: #ab8426; }

.z-accordion.yellow.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(193, 148, 31, 0.35);
  border-color: rgba(193, 148, 31, 0.15);
  box-shadow: 1px 1px 5px rgba(193, 148, 31, 0.15) inset; }

.z-accordion.yellow.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(193, 148, 31, 0.15);
  border-color: rgba(193, 148, 31, 0.15);
  box-shadow: 0 0 3px rgba(193, 148, 31, 0.15) inset; }

.z-accordion.yellow > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/* purple */
.z-accordion.purple.z-bordered,
.z-accordion.purple.z-bordered > .z-section > .z-header,
.z-accordion.purple.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.purple.z-bordered > .z-section > .z-content {
  border-color: #B15299; }

.z-accordion.purple > .z-section > .z-header {
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }

.z-accordion.purple > .z-section > .z-header,
.z-accordion.purple > .z-section > .z-header > .z-title2 {
  background-color: #df6dc2;
  box-shadow: 5px 10px 100px rgba(100, 100, 100, 0.15) inset; }

.z-accordion.purple > .z-section > .z-header .z-arrow {
  color: #9f3c85; }

.z-accordion.purple.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
  background: rgba(177, 82, 153, 0.35);
  border-color: rgba(177, 82, 153, 0.15);
  box-shadow: 1px 1px 5px rgba(177, 82, 153, 0.15) inset; }

.z-accordion.purple.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
  background: rgba(177, 82, 153, 0.15);
  border-color: rgba(177, 82, 153, 0.15);
  box-shadow: 0 0 3px rgba(177, 82, 153, 0.15) inset; }

.z-accordion.purple > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/*fixed for all browsers*/
.z-accordion.vertical > .z-section > .z-header > .z-title2 {
  background-color: none !important;
  background: none !important;
  box-shadow: none; }

/*#endregion*/
/*#region ==========================================================================
Browser Fixes
========================================================================== */
.ie7 .z-accordion.horizontal > .z-section > .z-header > .z-title,
.ie7 .z-accordion.vertical > .z-section > .z-header,
.ie8 .z-accordion.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.vertical > .z-section > .z-header {
  zoom: 1;
  /*For IE7-8*/ }

.ie7 .z-accordion.horizontal.z-bordered > .z-section > div,
.ie8 .z-accordion.horizontal.z-bordered > .z-section > div {
  border-left-width: 1px; }

.ie7 .z-accordion.horizontal > .z-section > .z-header {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.ie8 .z-accordion.horizontal > .z-section > .z-header {
  filter: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: none; }

.ie9 .z-accordion.horizontal > .z-section > .z-header {
  filter: none;
  -ms-filter: none;
  -ms-transform: translateX(-100%) rotate(-90deg);
  -ms-transform-origin: right top; }

.ie .z-accordion.horizontal > .z-section > .z-header {
  height: 50px; }

.ie .z-accordion.horizontal > .z-section > .z-header > .z-title {
  height: 48px; }

/* version 3.0 .ie9 .z-accordion.horizontal > .z-section > .z-content {display: none;}
.ie9 .z-accordion.horizontal > .z-section.z-active > .z-content {display:block;}*/
/* IE fixes for themes*/
.ie .z-accordion.vertical > .z-section > .z-header {
  height: 1%; }

/*For IE7*/
.ie8 .z-accordion.horizontal {
  padding-right: 1px; }

/*For IE8*/
/*#endregion*/
/*#region ==========================================================================
Rounded
========================================================================== */
/* vertical*/
/*ungrouped*/
.z-accordion.z-ungrouped.z-rounded > .z-section {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.z-accordion.z-ungrouped.z-rounded > .z-section > .z-header {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.z-accordion.z-ungrouped.z-rounded > .z-section > .z-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active > .z-header {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active > .z-content {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/*grouped*/
.z-accordion.z-grouped.z-rounded {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.z-accordion.z-grouped.z-rounded > .z-section:last-child .z-content {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.z-accordion.z-grouped.z-rounded > .z-section:first-child,
.z-accordion.z-grouped.z-rounded > .z-section:first-child h3 {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.z-accordion.z-grouped.z-rounded > .z-section:last-child,
.z-accordion.z-grouped.z-rounded > .z-section:last-child h3 {
  -moz-border-radius: 0 0px 5px 5px;
  -webkit-border-radius: 0 0px 5px 5px;
  border-radius: 0 0px 5px 5px; }

.z-accordion.z-grouped.z-rounded > .z-section.z-active:last-child,
.z-accordion.z-grouped.z-rounded > .z-section.z-active:last-child h3 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* horizontal*/
.z-accordion.horizontal.z-rounded {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.z-accordion.horizontal.z-rounded section.z-active:last-child .z-content {
  border-radius: 0px 5px 5px 0px; }

.z-accordion.horizontal.z-rounded > .z-section:first-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section:first-child h3 > .z-title {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.z-accordion.horizontal.z-rounded > .z-section:last-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section:last-child .z-title {
  -moz-border-radius: 0 0px 5px 5px;
  -webkit-border-radius: 0 0px 5px 5px;
  border-radius: 0 0px 5px 5px; }

.z-accordion.horizontal.z-rounded > .z-section.z-active:last-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section.z-active:last-child > .z-header > .z-title {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/*#endregion*/
/*#region ==========================================================================
Icons
========================================================================== */
.z-accordion.black > .z-section > .z-header > .z-arrow {
  background-position: 0 -62px; }

/*#endregion*/
/*#region ==========================================================================
Clean beta
========================================================================== */
/*clean*/
.z-accordion.clean.vertical,
.z-accordion.clean.vertical > .z-section,
.z-accordion.clean.vertical > .z-section > .z-header,
.z-accordion.clean.vertical > .z-section > .z-header .z-title,
.z-accordion.clean.vertical > .z-section > .z-content,
.z-accordion.clean.vertical.z-bordered > .z-section,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-header,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-content {
  border-width: 0;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.z-accordion.clean.vertical > .z-section, .z-accordion.clean.vertical.z-ungrouped.z-bordered > .z-section {
  margin: 2px 0 2px 0; }

.z-accordion.clean.vertical > .z-section > .z-header, .z-accordion.clean.vertical.z-bordered > .z-section > .z-header {
  font-size: 16px;
  border-bottom: 1px solid #E7E7E7;
  border-bottom: 1px solid rgba(207, 207, 207, 0.7);
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
  background: white; }

/*#endregion*/
/*#region ==========================================================================
Slider
========================================================================== */
.z-slider-wrapper {
  position: relative;
  background-color: #FFF;
  margin-bottom: 60px; }

.z-slider-wrapper.z-shadows {
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.12); }

.z-slider-wrapper.z-rounded .z-accordion.z-ungrouped.z-rounded > .z-section > .z-header {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.z-slider-wrapper.z-rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.z-slider-wrapper > .z-accordion.horizontal,
.z-slider-wrapper > .z-accordion.vertical,
.z-slider-wrapper > .z-accordion.vertical.z-shadows.z-grouped,
.z-slider-wrapper > .z-accordion.vertical.z-ungrouped.z-shadows > .z-section {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.z-slider-wrapper > .z-accordion.horizontal,
.z-slider-wrapper > .z-accordion.horizontal > .z-section > .z-content,
.z-slider-wrapper > .z-accordion.vertical,
.z-slider-wrapper > .z-accordion.vertical > .z-section > .z-content,
.z-accordion.z-content-nav > .z-section > .z-content,
.z-accordion.z-content-nav > .z-section > .z-content ul,
.z-accordion.z-content-nav > .z-section > .z-content ul li {
  /*margin: 0 !important;*/
  padding: 0;
  margin: 0; }

.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > img,
.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > embed,
.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > object,
.z-slider-wrapper > .z-accordion > .z-section > .z-content > .z-auto-g > video {
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  border-radius: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -moz-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -o-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  visibility: visible;
  display: block; }

.z-slider-wrapper > .z-accordion.transition.vertical > .z-section.z-active > .z-content {
  padding: 0; }

.z-slider-wrapper .z-accordion > .z-section > .z-content > .z-auto-g > img2 {
  visibility: hidden; }

.z-slider-wrapper .z-accordion > .z-section.z-active > .z-content > .z-auto-g > img {
  visibility: visible; }

.z-slider-wrapper .z-accordion.horizontal > .z-section > .z-content > div {
  padding: 0 0 0 12px;
  padding: 0;
  /*version 3.0*/ }

.z-slider-wrapper .z-accordion.horizontal > .z-section > .z-content,
.z-slider-wrapper .z-accordion.horizontal > .z-section.z-active > .z-content,
.z-slider-wrapper .z-accordion.horizontal > .z-section.z-active.z-last > .z-content {
  height: 100%;
  margin: 0; }

.wrapper {
  width: 1400px;
  margin: 0px auto; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/*slider*/
.nav-arrows {
  display: none; }

.nav-arrows a {
  position: absolute;
  top: 50%;
  left: 10px;
  cursor: pointer;
  margin-top: -10px;
  opacity: 0.9;
  color: black;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
  z-index: 8000; }

.nav-arrows a:first-child {
  left: auto;
  right: 2px;
  background-position: top right; }

.nav-arrows a:hover {
  opacity: 1; }

/*nav dots*/
.z-dot-nav {
  text-align: center;
  position: absolute;
  bottom: -50px;
  height: 30px;
  width: 100%;
  left: 0;
  z-index: 10;
  zoom: 1; }

.z-dot-nav span {
  display: inline-block;
  cursor: pointer;
  background: #E2E5E9;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 4px 0 0 7px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0px 1px 3px #515B6A,0 0 1px white;
  -moz-box-shadow: inset 0px 1px 3px #515b6a,0 0 1px #fff;
  box-shadow: inset 0px 1px 3px #515B6A,0 0 1px white;
  -webkit-transition-property: box-shadow,border;
  -webkit-transition-duration: 300ms;
  -moz-transition-property: box-shadow,border;
  -moz-transition-duration: 300ms;
  transition-property: box-shadow,border;
  transition-duration: 300ms; }

.z-dot-nav span.z-active {
  margin-top: 3px;
  background: #AAA;
  width: 9px;
  height: 9px;
  border: 1px solid #B1BBC8;
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D1D6DD), to(white));
  background-image: -webkit-linear-gradient(top, #D1D6DD, white);
  background-image: -moz-linear-gradient(top, #D1D6DD, white);
  background-image: -ms-linear-gradient(top, #D1D6DD, white);
  background-image: -o-linear-gradient(top, #D1D6DD, white);
  background-image: linear-gradient(top, #D1D6DD, white);
  -webkit-box-shadow: inset 0px 2px 2px white, 0 1px 1px rgba(204, 210, 218, 0.41);
  -moz-box-shadow: inset 0px 2px 2px #fff, 0 1px 1px rgba(204, 210, 218, 0.41);
  box-shadow: inset 0px 2px 2px white, 0 1px 1px rgba(204, 210, 218, 0.41); }

.nav-options {
  width: 70px;
  height: 30px;
  position: absolute;
  right: 70px;
  bottom: 0px;
  display: none; }

.nav-options span {
  width: 30px;
  height: 30px;
  background: #cbbfae url(../images/wlants/options.png) no-repeat top left;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.7;
  display: inline-block;
  border-radius: 50%; }

.nav-options span:first-child {
  background-position: -30px 0px;
  margin-right: 3px; }

.nav-options span:hover {
  opacity: 1; }

/*#endregion*/
/*#region ==========================================================================
Responsive
========================================================================== */
@media screen and (max-width: 320px) {
  .z-accordion > .z-section > a {
    font-size: 14px; } }

/*#endregion*/
/*#region ==========================================================================
Mobile Fixes
========================================================================== */
.z-accordion,
.z-accordion *,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header > .z-title,
.z-accordion > .z-section > .z-header > .z-arrow,
.z-accordion > .z-section > .z-content {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  outline: none; }

.z-accordion.z-mobile,
.z-accordion.z-mobile > .z-section,
.z-accordion.z-mobile > .z-section > .z-header,
.z-accordion.z-mobile > .z-section > .z-header > .z-title,
.z-accordion.z-mobile > .z-section > .z-header > .z-arrow,
.z-accordion.z-mobile > .z-section > .z-content {
  box-shadow: none !important;
  text-shadow: none !important; }

/*#endregion*/
/*#region ==========================================================================
Navitation Accordion
========================================================================== */
.z-accordion.z-content-nav.vertical > .z-section > .z-content > .z-auto-g {
  padding: 0; }

.z-accordion.z-content-nav,
.z-accordion.z-content-nav > .z-section > .z-content {
  background: none; }

.z-accordion > .z-section > .z-header {
  font-size: 1.1em; }

/*.z-accordion > .z-section > .z-header a{color:#fff;}*/
.z-accordion.white > .z-section > .z-header a {
  color: #333; }

.z-accordion.silver > .z-section > .z-header a {
  color: #444; }

.z-accordion.crystal > .z-section > .z-header a {
  color: #555; }

.z-accordion.gray > .z-section > .z-header a {
  color: #444; }

.z-accordion .z-sub-nav li a:hover {
  background: #399FF3; }

.z-accordion .z-sub-nav li a {
  text-decoration: none;
  padding: 12px 0px 12px 20px;
  color: #fff;
  display: block;
  background: #1D89E2;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  box-shadow: 2px 4px 100px rgba(100, 100, 100, 0.05) inset; }

.z-accordion > .z-section > .z-header a {
  text-decoration: none; }

.z-accordion.silver .z-sub-nav li a {
  background: #fDFDFD;
  color: #555; }

.z-accordion.silver .z-sub-nav li a:hover {
  background: #f8f8f8; }

.z-accordion.crystal .z-sub-nav li a {
  background: #fDFDFD;
  color: #555; }

.z-accordion.crystal .z-sub-nav li a:hover {
  background: #f8f8f8; }

.z-accordion.gray .z-sub-nav li a {
  background: #eee;
  color: #555; }

.z-accordion.gray .z-sub-nav li a:hover {
  background: #ddd; }

.z-accordion.white .z-sub-nav li a {
  background: #fDFDFD;
  color: #555; }

.z-accordion.white .z-sub-nav li a:hover {
  background: #f8f8f8; }

.z-accordion.black .z-sub-nav li a {
  background: #666;
  color: #fff; }

.z-accordion.black .z-sub-nav li a:hover {
  background: #777; }

.z-accordion.orange .z-sub-nav li a {
  background: #F2825B; }

.z-accordion.orange .z-sub-nav li a:hover {
  background: #F7926F; }

.z-accordion.red .z-sub-nav li a {
  background: #C44242; }

.z-accordion.red .z-sub-nav li a:hover {
  background: #F86666; }

.z-accordion.green .z-sub-nav li a {
  background: #26AC87; }

.z-accordion.green .z-sub-nav li a:hover {
  background: #4DD8B1; }

.z-accordion.blue .z-sub-nav li a {
  background: #2A8CAF; }

.z-accordion.blue .z-sub-nav li a:hover {
  background: #5BC4E9; }

.z-accordion.lightblue .z-sub-nav li a {
  background: #49B9D5; }

.z-accordion.lightblue .z-sub-nav li a:hover {
  background: #59C5E0; }

.z-accordion.deepblue .z-sub-nav li a {
  background: #207BDB; }

.z-accordion.deepblue .z-sub-nav li a:hover {
  background: #2E87E4; }

.z-accordion.yellow .z-sub-nav li a {
  background: #E4B13A; }

.z-accordion.yellow .z-sub-nav li a:hover {
  background: #FFD46F; }

.z-accordion.purple .z-sub-nav li a {
  background: #E468C5; }

.z-accordion.purple .z-sub-nav li a:hover {
  background: #F182D6; }

/*shadows*/
.z-accordion.z-content-nav.vertical.z-ungrouped.z-shadows > .z-section {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(111, 111, 111, 0.25);
  box-shadow: none; }

.z-accordion.z-content-nav.vertical.z-shadows .z-sub-nav li a {
  box-shadow: 0 2px 3px rgba(111, 111, 111, 0.25), 2px 4px 100px rgba(100, 100, 100, 0.05) inset; }

.z-accordion.z-content-nav.z-ungrouped.z-shadows > .z-section > .z-header {
  box-shadow: 0 2px 3px rgba(111, 111, 111, 0.25); }

/*rounded*/
.z-accordion.z-content-nav.z-ungrouped.z-rounded > .z-section > .z-header,
.z-accordion.z-content-nav.z-ungrouped.z-rounded .z-sub-nav li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/*#endregion*/
/*#region ==========================================================================
    AJAX Support
========================================================================== */
.z-accordion-loading {
  position: relative;
  width: 100%;
  min-height: 120px; }

.z-accordion-loading > * {
  display: none; }

.z-accordion-loading > .z-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  text-indent: -999em;
  display: block;
  width: 55px;
  height: 55px;
  margin: -28px 0 0 -50px;
  padding: 24px;
  background: white url("../images/wlants/zozo-accordion-loading-lg.gif") no-repeat 50% 50%; }

.z-accordion-loading.z-rounded .z-spinner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/*#endregion*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.demo-timer-holder {
  text-align: center;
  float: right;
  width: 22%;
  margin-top: -13px; }
  .demo-timer-holder .demo-timer {
    color: #fff;
    font-size: 24px;
    font-weight: bold; }
  .demo-timer-holder a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    padding: 2px 15px; }
    .demo-timer-holder a:hover {
      background: #fff;
      color: #072f52; }

.demo-init-modal .modal-content {
  border-color: #11436f; }
  .demo-init-modal .modal-content .modal-body p .red-txt {
    color: #b4132a;
    font-weight: bold;
    font-size: 18px; }
  .demo-init-modal .modal-content .modal-body p i {
    color: #b4132a;
    margin-left: 20px; }

.demo-init-modal .btn:hover {
  border-color: #11436f; }

.demo-init-modal .btn:focus {
  background: #fff; }

.demo-init-modal .modal-footer .btn-group .btn {
  margin: 0 10px; }

.demo-init-modal .modal-header {
  border-bottom: none;
  padding: 0;
  text-align: right; }
  .demo-init-modal .modal-header .btn {
    margin-top: -10px;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 35px; }

.courses-page {
  margin-top: -45px; }
  .courses-page .boxed {
    background: #3cbc75; }
  .courses-page .one-course-table {
    text-align: center; }
    .courses-page .one-course-table .one-course-top {
      background: #3cbc75;
      color: #fff;
      padding: 10px 0; }
      .courses-page .one-course-table .one-course-top h4 {
        font-size: 20px;
        padding: 0 20px; }
      .courses-page .one-course-table .one-course-top h5 {
        font-weight: 800;
        font-size: 24px;
        margin: 15px 0; }
      .courses-page .one-course-table .one-course-top .buy-btn-block a {
        background: #fff;
        color: #3cbc75;
        font-weight: 600;
        font-size: 14px;
        padding: 7px 30px;
        border: 2px solid #fff;
        margin: 10px 0; }
        .courses-page .one-course-table .one-course-top .buy-btn-block a:hover, .courses-page .one-course-table .one-course-top .buy-btn-block a:focus {
          background: transparent;
          color: #fff; }
    .courses-page .one-course-table .course-description {
      padding: 20px 10px;
      min-height: 345px;
      text-align: center;
      background: #f2f2f2; }
    .courses-page .one-course-table .lessons-list {
      background: #f2f2f2;
      padding: 20px 10px; }
      .courses-page .one-course-table .lessons-list .lessons-list-title p {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #9f9f9f;
        font-weight: 800; }
      .courses-page .one-course-table .lessons-list ul {
        list-style: inside disc;
        text-align: left;
        padding: 0 0 0 15px; }
        .courses-page .one-course-table .lessons-list ul li {
          font-size: 14px;
          line-height: 18px;
          padding: 5px 0; }
  .courses-page .course-sidebar h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 15px; }
  .courses-page .course-sidebar .courses-list {
    max-width: 80%; }
    .courses-page .course-sidebar .courses-list li {
      border-bottom: 1px solid #e4e4e4;
      margin-top: 8px;
      padding-bottom: 8px; }
      .courses-page .course-sidebar .courses-list li a {
        font-size: 13px;
        text-decoration: none;
        color: #444;
        text-transform: uppercase; }
        .courses-page .course-sidebar .courses-list li a:hover, .courses-page .course-sidebar .courses-list li a:focus {
          color: #3cbc75; }
  .courses-page .course-lessons-list .one-lesson {
    border: 4px solid #3cbc75;
    padding: 15px;
    transition: all 0.2s ease-out;
    text-align: center;
    min-height: 520px;
    margin-bottom: 10px; }
    .courses-page .course-lessons-list .one-lesson:hover, .courses-page .course-lessons-list .one-lesson:focus {
      border-color: #444; }
    .courses-page .course-lessons-list .one-lesson .color-box-title {
      margin-bottom: 25px; }
      .courses-page .course-lessons-list .one-lesson .color-box-title h3 {
        font-size: 18px;
        font-weight: 700; }
    .courses-page .course-lessons-list .one-lesson img {
      margin-bottom: 20px; }
    .courses-page .course-lessons-list .one-lesson a {
      background-color: #3cbc75;
      padding: 8px 25px; }
      .courses-page .course-lessons-list .one-lesson a:hover, .courses-page .course-lessons-list .one-lesson a:focus {
        background-color: #444; }
  .courses-page .one-lesson-content .one-lesson-title {
    margin-bottom: 30px; }
    .courses-page .one-lesson-content .one-lesson-title h2 {
      display: inline-block;
      width: 80%;
      vertical-align: top;
      margin-top: 0; }
    .courses-page .one-lesson-content .one-lesson-title .pdf-view {
      display: inline-block;
      width: 19%;
      vertical-align: top; }
      .courses-page .one-lesson-content .one-lesson-title .pdf-view ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right; }
        .courses-page .one-lesson-content .one-lesson-title .pdf-view ul li {
          display: inline-block;
          vertical-align: middle;
          margin: 0 10px; }
          .courses-page .one-lesson-content .one-lesson-title .pdf-view ul li a span {
            display: inline-block;
            vertical-align: middle; }
          .courses-page .one-lesson-content .one-lesson-title .pdf-view ul li a i {
            display: inline-block;
            vertical-align: middle;
            background: url("/static/img/flags.png") no-repeat -80px -44px;
            width: 16px;
            height: 11px;
            margin-left: 10px; }
            .courses-page .one-lesson-content .one-lesson-title .pdf-view ul li a i.gr {
              background-position: 0 -55px; }
            .courses-page .one-lesson-content .one-lesson-title .pdf-view ul li a i.ar {
              background-position: -32px -121px; }
  .courses-page .one-lesson-content .single-lesson .video-block {
    margin-bottom: 20px; }
  .courses-page .one-lesson-content .description-block {
    margin-bottom: 20px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.2, 0.2, 0.2);
    transform: scale3d(0.2, 0.2, 0.2); }
  50% {
    opacity: 1; } }

.pricing-plans h1 {
  text-align: center;
  margin: 20px 0 70px;
  color: #3cbc75; }

.pricing-plans-buttons {
  margin: 0 auto 50px;
  width: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pricing-plans-buttons input {
    display: none; }
  .pricing-plans-buttons label {
    width: auto;
    height: 100%;
    margin: 0;
    text-align: center; }
  .pricing-plans-buttons .btn {
    font-size: 19px;
    cursor: pointer;
    width: auto;
    padding: 10px 20px;
    border: none;
    text-transform: none;
    vertical-align: middle;
    font-weight: 500;
    color: #FFF;
    transition: all 0.3s linear;
    background: #1393ba; }
    .pricing-plans-buttons .btn:hover, .pricing-plans-buttons .btn:focus {
      background: #1393ba;
      background: -moz-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
      background: -webkit-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
      background: linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1393ba",endColorstr="#13bab7",GradientType=1);
      color: #FFF; }
    .pricing-plans-buttons .btn.first {
      border-radius: 40px 0 0 40px; }
    .pricing-plans-buttons .btn.last {
      border-radius: 0 40px 40px 0; }
  .pricing-plans-buttons input:checked + .btn {
    color: #fff;
    text-shadow: none;
    background: #1393ba;
    background: -moz-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
    background: -webkit-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
    background: linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1393ba",endColorstr="#13bab7",GradientType=1); }
  .pricing-plans-buttons .save-badge {
    margin-left: 15px;
    background-color: #ffca0c;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative; }
    .pricing-plans-buttons .save-badge:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-right-color: #ffca0c;
      border-width: 10px;
      margin-top: -10px; }

.pricing-plans-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
  padding: 0 15%; }
  .pricing-plans-inside .one-pricing-plan {
    display: block;
    width: calc(33.33% - 6px);
    margin: 0 3px; }
    .pricing-plans-inside .one-pricing-plan .pricing-plans-details {
      text-align: left;
      margin: 0 40px; }
      .pricing-plans-inside .one-pricing-plan .pricing-plans-details span {
        display: block;
        margin: 10px 0;
        line-height: 1.5;
        color: #5a6466;
        position: relative;
        padding-left: 20px; }
        .pricing-plans-inside .one-pricing-plan .pricing-plans-details span.line-through {
          text-decoration: line-through; }
        .pricing-plans-inside .one-pricing-plan .pricing-plans-details span:before {
          content: "\f00c";
          font-family: 'FontAwesome';
          text-decoration: none;
          position: absolute;
          left: -5px;
          top: 0; }
    .pricing-plans-inside .one-pricing-plan:nth-child(2) .pricing-plan .pricing-plan-title {
      background: #ac69ac; }
      .pricing-plans-inside .one-pricing-plan:nth-child(2) .pricing-plan .pricing-plan-title .pricing-icon {
        color: #f3e11d; }
        .pricing-plans-inside .one-pricing-plan:nth-child(2) .pricing-plan .pricing-plan-title .pricing-icon .package-icon {
          background: url(/static/img/pricing-icons/icon-2.svg) no-repeat;
          width: 45px;
          height: 45px;
          display: inline-block; }
    .pricing-plans-inside .one-pricing-plan:nth-child(2) .pricing-plan .bundle-btn .btn {
      border-color: #ac69ac;
      color: #ac69ac; }
      .pricing-plans-inside .one-pricing-plan:nth-child(2) .pricing-plan .bundle-btn .btn:hover, .pricing-plans-inside .one-pricing-plan:nth-child(2) .pricing-plan .bundle-btn .btn:focus {
        color: #fff;
        border-color: #fff;
        background: #ac69ac;
        background: -moz-linear-gradient(176deg, #ac69ac 0%, rgba(172, 144, 175, 0.72) 100%);
        background: -webkit-linear-gradient(176deg, #ac69ac 0%, rgba(172, 144, 175, 0.72) 100%);
        background: linear-gradient(176deg, #ac69ac 0%, rgba(172, 144, 175, 0.72) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac69ac",endColorstr="#ac90af",GradientType=1); }
    .pricing-plans-inside .one-pricing-plan:last-child .pricing-plan .pricing-plan-title {
      background: #132c48; }
      .pricing-plans-inside .one-pricing-plan:last-child .pricing-plan .pricing-plan-title .pricing-icon {
        color: #8ed6ef; }
        .pricing-plans-inside .one-pricing-plan:last-child .pricing-plan .pricing-plan-title .pricing-icon .package-icon {
          background: url(/static/img/pricing-icons/icon-3.svg) no-repeat;
          width: 45px;
          height: 45px;
          display: inline-block; }
      .pricing-plans-inside .one-pricing-plan:last-child .pricing-plan .pricing-plan-title .best-value-badge {
        visibility: visible;
        display: block; }
    .pricing-plans-inside .one-pricing-plan:last-child .pricing-plan .bundle-btn .btn {
      border-color: #132c48;
      color: #132c48; }
      .pricing-plans-inside .one-pricing-plan:last-child .pricing-plan .bundle-btn .btn:hover, .pricing-plans-inside .one-pricing-plan:last-child .pricing-plan .bundle-btn .btn:focus {
        color: #fff;
        border-color: #fff;
        background: #1393ba;
        background: -moz-linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
        background: -webkit-linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
        background: linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1393ba",endColorstr="#13bab7",GradientType=1); }
    .pricing-plans-inside .one-pricing-plan:hover .pricing-plan, .pricing-plans-inside .one-pricing-plan:focus .pricing-plan, .pricing-plans-inside .one-pricing-plan.active .pricing-plan {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 2; }
      .pricing-plans-inside .one-pricing-plan:hover .pricing-plan .pricing-plan-title, .pricing-plans-inside .one-pricing-plan:focus .pricing-plan .pricing-plan-title, .pricing-plans-inside .one-pricing-plan.active .pricing-plan .pricing-plan-title {
        background: #ef6a85;
        background: -moz-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
        background: -webkit-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
        background: linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6a85",endColorstr="#ef9188",GradientType=1); }
        .pricing-plans-inside .one-pricing-plan:hover .pricing-plan .pricing-plan-title .pricing-icon .package-icon, .pricing-plans-inside .one-pricing-plan:focus .pricing-plan .pricing-plan-title .pricing-icon .package-icon, .pricing-plans-inside .one-pricing-plan.active .pricing-plan .pricing-plan-title .pricing-icon .package-icon {
          animation: spin 1s forwards; }
      .pricing-plans-inside .one-pricing-plan:hover .pricing-plan .bundle-btn .btn, .pricing-plans-inside .one-pricing-plan:focus .pricing-plan .bundle-btn .btn, .pricing-plans-inside .one-pricing-plan.active .pricing-plan .bundle-btn .btn {
        border: 1px solid #fff;
        color: #fff;
        background: #ef6a85;
        background: -moz-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
        background: -webkit-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
        background: linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6a85",endColorstr="#ef9188",GradientType=1); }
        .pricing-plans-inside .one-pricing-plan:hover .pricing-plan .bundle-btn .btn:hover, .pricing-plans-inside .one-pricing-plan:hover .pricing-plan .bundle-btn .btn:focus, .pricing-plans-inside .one-pricing-plan:focus .pricing-plan .bundle-btn .btn:hover, .pricing-plans-inside .one-pricing-plan:focus .pricing-plan .bundle-btn .btn:focus, .pricing-plans-inside .one-pricing-plan.active .pricing-plan .bundle-btn .btn:hover, .pricing-plans-inside .one-pricing-plan.active .pricing-plan .bundle-btn .btn:focus {
          color: #fff;
          background: #ef6a85;
          background: -moz-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
          background: -webkit-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
          background: linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6a85",endColorstr="#ef9188",GradientType=1); }
    .pricing-plans-inside .one-pricing-plan:hover:nth-child(2) .pricing-plan .pricing-plan-title, .pricing-plans-inside .one-pricing-plan:focus:nth-child(2) .pricing-plan .pricing-plan-title, .pricing-plans-inside .one-pricing-plan.active:nth-child(2) .pricing-plan .pricing-plan-title {
      background: #ac69ac;
      background: -moz-linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
      background: -webkit-linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
      background: linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac69ac",endColorstr="#ef64fe",GradientType=1); }
      .pricing-plans-inside .one-pricing-plan:hover:nth-child(2) .pricing-plan .pricing-plan-title .pricing-icon .package-icon, .pricing-plans-inside .one-pricing-plan:focus:nth-child(2) .pricing-plan .pricing-plan-title .pricing-icon .package-icon, .pricing-plans-inside .one-pricing-plan.active:nth-child(2) .pricing-plan .pricing-plan-title .pricing-icon .package-icon {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn; }
    .pricing-plans-inside .one-pricing-plan:hover:nth-child(2) .pricing-plan .bundle-btn .btn, .pricing-plans-inside .one-pricing-plan:focus:nth-child(2) .pricing-plan .bundle-btn .btn, .pricing-plans-inside .one-pricing-plan.active:nth-child(2) .pricing-plan .bundle-btn .btn {
      background: #ac69ac;
      background: -moz-linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
      background: -webkit-linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
      background: linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac69ac",endColorstr="#ef64fe",GradientType=1); }
    .pricing-plans-inside .one-pricing-plan:hover:last-child .pricing-plan .pricing-plan-title, .pricing-plans-inside .one-pricing-plan:focus:last-child .pricing-plan .pricing-plan-title, .pricing-plans-inside .one-pricing-plan.active:last-child .pricing-plan .pricing-plan-title {
      background: #1393ba;
      background: -moz-linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
      background: -webkit-linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
      background: linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1393ba",endColorstr="#13bab7",GradientType=1); }
      .pricing-plans-inside .one-pricing-plan:hover:last-child .pricing-plan .pricing-plan-title .pricing-icon .package-icon, .pricing-plans-inside .one-pricing-plan:focus:last-child .pricing-plan .pricing-plan-title .pricing-icon .package-icon, .pricing-plans-inside .one-pricing-plan.active:last-child .pricing-plan .pricing-plan-title .pricing-icon .package-icon {
        -webkit-animation-name: heartBeat;
        animation-name: heartBeat;
        -webkit-animation-duration: 1.3s;
        animation-duration: 1.3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
    .pricing-plans-inside .one-pricing-plan:hover:last-child .pricing-plan .bundle-btn .btn, .pricing-plans-inside .one-pricing-plan:focus:last-child .pricing-plan .bundle-btn .btn, .pricing-plans-inside .one-pricing-plan.active:last-child .pricing-plan .bundle-btn .btn {
      background: #1393ba;
      background: -moz-linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
      background: -webkit-linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
      background: linear-gradient(176deg, #1393ba 0%, rgba(19, 186, 183, 0.72) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1393ba",endColorstr="#13bab7",GradientType=1); }
  .pricing-plans-inside .pricing-plan {
    background: #fff;
    border-radius: 10px;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-bottom: 40px; }
    .pricing-plans-inside .pricing-plan .pricing-plan-title {
      background: #ef6a85;
      padding: 60px 0 70px;
      border-radius: 10px 10px 0 0;
      transition: all 0.3s linear;
      text-align: center;
      position: relative; }
      .pricing-plans-inside .pricing-plan .pricing-plan-title .pricing-icon {
        background: #fff;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        font-size: 30px;
        margin: 0 auto;
        bottom: -35px;
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
        color: #8c8e91; }
        .pricing-plans-inside .pricing-plan .pricing-plan-title .pricing-icon .package-icon {
          background: url(/static/img/pricing-icons/icon-1.svg) no-repeat;
          width: 45px;
          height: 45px;
          display: inline-block; }
      .pricing-plans-inside .pricing-plan .pricing-plan-title .best-value-badge {
        position: absolute;
        transform: rotate(45deg) scale(0.777, 0.82);
        transform-origin: 100% 100%;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        background: #f2962f;
        background: -moz-linear-gradient(176deg, #f2962f 0%, #f2c72f 100%);
        background: -webkit-linear-gradient(176deg, #f2962f 0%, #f2c72f 100%);
        background: linear-gradient(176deg, #f2962f 0%, #f2c72f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2962f",endColorstr="#f2c72f",GradientType=1);
        width: 170px;
        height: 28px;
        line-height: 30px;
        top: 66px;
        font-size: 15px;
        letter-spacing: 1px;
        text-indent: 4px;
        transition: all .15s ease;
        visibility: hidden;
        display: none; }
    .pricing-plans-inside .pricing-plan h2 {
      color: #fff;
      margin: 0;
      line-height: 1;
      text-transform: uppercase;
      font-size: 24px; }
    .pricing-plans-inside .pricing-plan .pricing-plan-content {
      padding: 60px 0 40px 0;
      text-align: center; }
      .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block {
        margin: 20px 0; }
        .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside {
          display: flex;
          justify-content: center;
          align-items: center; }
          .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-currency {
            font-size: 10px;
            align-self: flex-start;
            margin-top: 5px; }
          .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-value {
            font-size: 50px;
            font-weight: bold;
            line-height: 1; }
          .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-right-block {
            margin-left: 5px; }
            .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-right-block .price-saving {
              display: block;
              background: #f31d1d;
              border-radius: 12px;
              padding: 1px 5px;
              color: #fff;
              position: relative; }
              .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-right-block .price-saving:after {
                content: "";
                display: block;
                width: 75%;
                height: 1px;
                background: #fff;
                position: absolute;
                left: 6px;
                bottom: 50%;
                z-index: 10;
                transform: rotate(-22deg); }
            .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-right-block .price-month {
              font-size: 20px;
              font-weight: 600; }
        .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-saving-anually {
          font-size: 13px;
          color: #a6abae; }
        .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block p {
          font-size: 18px;
          margin: 0; }
          .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block p .bold-txt {
            font-weight: bold; }
      .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text {
        margin: 40px 0 40px 0;
        position: relative;
        min-height: 50px; }
        .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text .plan-text-inside {
          transition: all 0.7s ease; }
          .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text .plan-text-inside p {
            margin: 0 0 5px 0;
            padding: 0;
            color: #5a6466; }
            .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text .plan-text-inside p span {
              font-weight: bold; }
        .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text .plan-text-hover {
          opacity: 0;
          visibility: hidden;
          transition: all 0.8s linear;
          position: absolute;
          background: #fff;
          top: 0; }
          .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text .plan-text-hover p {
            margin: 0;
            padding: 0;
            color: #5a6466; }
        .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text:hover .plan-text-inside {
          opacity: 0; }
        .pricing-plans-inside .pricing-plan .pricing-plan-content .plan-text:hover .plan-text-hover {
          opacity: 1;
          visibility: visible;
          top: 0; }
    .pricing-plans-inside .pricing-plan .bundle-btn {
      text-align: center;
      padding-bottom: 40px; }
      .pricing-plans-inside .pricing-plan .bundle-btn .btn {
        padding: 10px 30px;
        margin: 0 auto;
        width: 70%;
        border-radius: 20px;
        color: #ef6a85;
        border: 1px solid #ef6a85;
        background: #fff;
        transition: all 0.3s linear; }
        .pricing-plans-inside .pricing-plan .bundle-btn .btn:hover, .pricing-plans-inside .pricing-plan .bundle-btn .btn:focus {
          color: #fff;
          background: #ef6a85;
          background: -moz-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
          background: -webkit-linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
          background: linear-gradient(176deg, #ef6a85 0%, rgba(239, 145, 136, 0.72) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6a85",endColorstr="#ef9188",GradientType=1);
          outline: none;
          border-color: #fff; }

.pricing-plans-info-bottom {
  padding: 40px 15% 0; }
  .pricing-plans-info-bottom p {
    color: #5a6466;
    margin: 0; }
    .pricing-plans-info-bottom p span {
      font-size: 16px;
      color: #000;
      font-weight: bold; }
  .pricing-plans-info-bottom ol li {
    line-height: 1.6;
    color: #5a6466;
    font-size: 14px; }

.pricing-plans-info {
  padding: 40px 15% 0; }
  .pricing-plans-info .accordion-info {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .pricing-plans-info .accordion-info h4 {
      font-weight: bold;
      color: #fff;
      font-size: 20px;
      margin: 0 0 30px 0;
      text-align: center; }
      .pricing-plans-info .accordion-info h4 span {
        display: inline-block;
        padding: 10px 30px 12px;
        border-radius: 20px;
        background: #208f58;
        background: -moz-linear-gradient(176deg, #208f58 0%, rgba(20, 191, 122, 0.886992) 100%);
        background: -webkit-linear-gradient(176deg, #208f58 0%, rgba(20, 191, 122, 0.886992) 100%);
        background: linear-gradient(176deg, #208f58 0%, rgba(20, 191, 122, 0.886992) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#208f58",endColorstr="#14bf7a",GradientType=1); }
    .pricing-plans-info .accordion-info .reason-block {
      text-align: left; }
    .pricing-plans-info .accordion-info .text-with-icon {
      display: flex;
      align-items: center;
      text-align: left;
      margin-bottom: 15px; }
      .pricing-plans-info .accordion-info .text-with-icon .icon-reason {
        display: inline-block;
        width: 96px;
        height: 96px;
        background-size: 96px 96px;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-position: left center; }
        .pricing-plans-info .accordion-info .text-with-icon .icon-reason.reason-1 {
          background-image: url(/static/img/reasons1.png); }
        .pricing-plans-info .accordion-info .text-with-icon .icon-reason.reason-2 {
          background-image: url(/static/img/reasons2.png); }
        .pricing-plans-info .accordion-info .text-with-icon .icon-reason.reason-3 {
          background-image: url(/static/img/reasons3.png); }
        .pricing-plans-info .accordion-info .text-with-icon .icon-reason.reason-4 {
          background-image: url(/static/img/reasons4.png); }
        .pricing-plans-info .accordion-info .text-with-icon .icon-reason.reason-5 {
          background-image: url(/static/img/reasons5.png); }
      .pricing-plans-info .accordion-info .text-with-icon span {
        color: #5a6466;
        font-size: 18px; }
    .pricing-plans-info .accordion-info ul {
      list-style: none;
      list-style-position: outside;
      margin: 0 0 30px 0; }
      .pricing-plans-info .accordion-info ul li {
        line-height: 1.6;
        color: #5a6466;
        font-size: 16px; }
        .pricing-plans-info .accordion-info ul li:before {
          content: '✓';
          color: #3cbc75;
          font-size: 15px;
          margin-right: 10px; }
    .pricing-plans-info .accordion-info h5 {
      text-align: left;
      color: #5a6466;
      margin-bottom: 20px;
      align-self: flex-start; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item {
    border-bottom: 1px solid #13bab7; }
    .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-thumb {
      margin: 0;
      padding: .8rem 0;
      cursor: pointer;
      font-weight: normal;
      background: #3cbc75;
      color: #fff;
      font-weight: bold; }
      .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-thumb::before {
        content: '';
        display: inline-block;
        height: 7px;
        width: 7px;
        margin: -5px 10px 0 8px;
        vertical-align: middle;
        border-right: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(-45deg);
        transition: transform .2s ease-out; }
    .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel {
      margin: 0;
      padding: 40px 20px;
      display: none; }
      .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel p {
        color: #5a6466; }
      .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line {
        display: flex;
        justify-content: center;
        align-items: stretch;
        text-align: center; }
        .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span {
          flex: 1 0 20%;
          padding: 5px 0;
          -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          color: #5a6466; }
          .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span.plan-name {
            font-weight: bold;
            font-size: 18px;
            text-transform: uppercase;
            color: #3cbc75; }
          .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span i {
            color: #ef6a85; }
          .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span:first-child {
            flex: 1 0 40%; }
    .pricing-plans-info .pricing-plans-accordion .accordion-item.is-active .accordion-thumb {
      background: #1393ba;
      background: -moz-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
      background: -webkit-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
      background: linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1393ba",endColorstr="#13bab7",GradientType=1); }
      .pricing-plans-info .pricing-plans-accordion .accordion-item.is-active .accordion-thumb::before {
        transform: rotate(45deg); }
    .pricing-plans-info .pricing-plans-accordion .accordion-item.purple-color {
      border-bottom: 1px solid #ef64fe; }
      .pricing-plans-info .pricing-plans-accordion .accordion-item.purple-color .accordion-thumb {
        background: #ac69ac; }
      .pricing-plans-info .pricing-plans-accordion .accordion-item.purple-color.is-active .accordion-thumb {
        background: #ac69ac;
        background: -moz-linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
        background: -webkit-linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
        background: linear-gradient(176deg, #ac69ac 0%, rgba(239, 100, 254, 0.72) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ac69ac",endColorstr="#ef64fe",GradientType=1); }

.after-pricing-content h1 {
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0; }

.after-pricing-content h5 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #5a6466;
  margin: 0 0 20px 0; }

.after-pricing-content .after-pricing-one-block {
  margin-bottom: 20px; }
  .after-pricing-content .after-pricing-one-block p {
    padding: 0;
    color: #5a6466;
    margin: 0 0 5px 0;
    font-size: 16px; }
    .after-pricing-content .after-pricing-one-block p b {
      color: #3cbc75;
      font-size: 18px; }
  .after-pricing-content .after-pricing-one-block.center-align {
    text-align: center; }

.after-pricing-content .btn-block {
  text-align: center; }
  .after-pricing-content .btn-block .btn {
    border: none;
    color: #fff;
    padding: 10px 40px;
    margin: 0 auto;
    border-radius: 20px;
    transition: all 0.5s linear;
    background: #1393ba;
    background: -moz-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
    background: -webkit-linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
    background: linear-gradient(151deg, rgba(19, 147, 186, 0.959821) 0%, rgba(19, 186, 183, 0.724527) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1393ba",endColorstr="#13bab7",GradientType=1); }
    .after-pricing-content .btn-block .btn:hover, .after-pricing-content .btn-block .btn:focus {
      color: #fff;
      background: #1393ba;
      outline: none; }

@media all and (max-width: 1679px) {
  .pricing-plans-inside {
    padding: 0 5%; }
  .pricing-plans-info-bottom,
  .pricing-plans-info {
    padding: 0 5%; } }

@media all and (max-width: 1100px) {
  .main-content .container-center {
    width: 90% !important; }
  .pricing-plans-inside {
    padding: 0; }
    .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-value {
      font-size: 36px; }
    .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-right-block .price-saving {
      font-size: 11px; }
    .pricing-plans-inside .pricing-plan .pricing-plan-content .price-block .price-block-inside .price-right-block .price-month {
      font-size: 14px; }
  .pricing-plans-info-bottom,
  .pricing-plans-info {
    padding: 0; } }

@media all and (max-width: 919px) {
  #header-simple .logo {
    text-align: left; } }

@media all and (max-width: 767px) {
  .pricing-plans {
    flex-direction: column; }
    .pricing-plans .one-pricing-plan {
      width: calc(100% - 40px);
      margin-bottom: 30px; }
  .pricing-plans-buttons .btn {
    font-size: 16px;
    padding: 10px; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-thumb {
    font-size: 16px; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span.plan-name {
    font-size: 14px; } }

@media all and (max-width: 599px) {
  body #header-simple .contact-link {
    position: initial;
    text-align: center;
    margin-top: 5px; }
  .pricing-plans-buttons {
    flex-direction: column;
    align-items: flex-start;
    position: relative; }
    .pricing-plans-buttons label {
      display: block;
      width: 60%;
      margin-bottom: 3px; }
    .pricing-plans-buttons .btn {
      border-radius: 40px;
      padding: 10px 20px;
      width: 100%; }
      .pricing-plans-buttons .btn.last, .pricing-plans-buttons .btn.first {
        border-radius: 40px; }
    .pricing-plans-buttons .save-badge {
      position: absolute;
      right: 0;
      top: 38%; }
  .pricing-plans-info .accordion-info .text-with-icon .icon-reason {
    background-size: 50px 50px;
    width: 55px;
    height: 50px; }
    .pricing-plans-info .accordion-info .text-with-icon .icon-reason.reason-2 {
      width: 70px; }
    .pricing-plans-info .accordion-info .text-with-icon .icon-reason.reason-5 {
      width: 50px; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-thumb {
    font-size: 12px; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span.plan-name {
    font-size: 10px;
    padding: 5px 5px; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span {
    padding: 5px 10px;
    font-size: 9px; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel {
    padding: 25px 5px; }
  .pricing-plans-info .pricing-plans-accordion .accordion-item .accordion-panel .accordion-panel-line span:first-child {
    flex: 1 0 25%; } }

@media all and (max-width: 399px) {
  .pricing-plans-info .accordion-info .text-with-icon {
    position: relative; }
    .pricing-plans-info .accordion-info .text-with-icon:before {
      content: "\f00c";
      font-family: 'FontAwesome';
      text-decoration: none;
      position: absolute;
      top: 30%;
      font-size: 1.8rem;
      color: #208f58; }
    .pricing-plans-info .accordion-info .text-with-icon .icon-reason {
      background-image: none !important;
      width: 25px !important;
      height: 45px !important; }
    .pricing-plans-info .accordion-info .text-with-icon span {
      width: calc(100% - 45px); } }

@font-face {
  font-family: 'futura_mdcn_btmedium';
  src: url("../font/4004-webfont.eot");
  src: url("../font/4004-webfont.eot?#iefix") format("embedded-opentype"), url("../font/4004-webfont.woff2") format("woff2"), url("../font/4004-webfont.woff") format("woff"), url("../font/4004-webfont.ttf") format("truetype"), url("../font/4004-webfont.svg#futura_mdcn_btmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "oxants";
  src: url("../font/oxants.eot");
  src: url("../font/oxants.eot?#iefix") format("embedded-opentype"), url("../font/oxants.woff") format("woff"), url("../font/oxants.ttf") format("truetype"), url("../font/oxants.svg#wlants") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  margin: 0 auto !important;
  position: relative;
  font-size: 14px;
  padding-top: 0;
  color: #0f0f0f; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 10px; }

h1 {
  color: #006699;
  font-size: 38px;
  line-height: 40px; }

h2 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase; }

h3 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase; }

h4 {
  font-size: 16px;
  font-weight: normal; }

h5 {
  font-size: 16px; }

h6 {
  color: #006699;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 0; }

h1.site-name a {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }

/*Header*/
#header-simple {
  box-shadow: none;
  border-bottom: none;
  background: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  border-radius: 0;
  border: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
  border-bottom: 5px solid #132c48;
  -webkit-box-shadow: 0px 5px 15px -8px #5a6466;
  -moz-box-shadow: 0px 5px 15px -8px #5a6466;
  box-shadow: 0px 5px 15px -8px #5a6466; }
  #header-simple .logo {
    margin-top: 5px; }
  #header-simple .container-center {
    position: relative; }
  #header-simple .contact-link {
    position: absolute;
    right: 20px;
    top: 26px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    #header-simple .contact-link a {
      color: #5a6466; }
      #header-simple .contact-link a i {
        margin-right: 5px; }
  #header-simple.fixed-header {
    padding: 10px 0; }
    #header-simple.fixed-header .logo a img {
      height: 45px;
      width: auto; }
    #header-simple.fixed-header .contact-link {
      font-size: 14px;
      top: 18px; }

#header {
  background: #fff;
  padding: 0;
  border-radius: 0;
  border: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
  border-bottom: 5px solid #132c48;
  -webkit-box-shadow: 0px 5px 15px -8px #5a6466;
  -moz-box-shadow: 0px 5px 15px -8px #5a6466;
  box-shadow: 0px 5px 15px -8px #5a6466; }
  #header .logo {
    float: left;
    width: 22%; }
    #header .logo a {
      display: inline-block;
      padding: 10px; }
      #header .logo a img {
        width: auto;
        height: 57px;
        transition: all 0.5s ease; }
  #header .page-title {
    float: left;
    width: 52%;
    margin: 0 2%;
    text-align: center;
    padding: 21px 0;
    border-bottom: none; }
    #header .page-title h1 {
      border-bottom: none;
      color: #5a6466;
      font-size: 24px;
      line-height: 36px;
      margin: 0;
      font-weight: normal; }
  #header .my-profile {
    float: right;
    width: 22%;
    text-align: right;
    padding-top: 28px; }
    #header .my-profile a {
      color: #5a6466;
      border-bottom: 1px solid #5a6466;
      display: inline-block; }
      #header .my-profile a:last-child {
        margin-left: 30px; }
      #header .my-profile a:hover, #header .my-profile a:focus {
        color: #5a6466;
        outline: none;
        border-color: #5a6466; }
  #header.fixed-header {
    padding: 5px 0; }
    #header.fixed-header .logo {
      text-align: left; }
      #header.fixed-header .logo a {
        border: none;
        display: inline-block;
        border: 2px solid #fff; }
        #header.fixed-header .logo a img {
          width: auto;
          height: 40px; }
    #header.fixed-header .page-title {
      padding: 2px 0; }
      #header.fixed-header .page-title h1 {
        font-size: 20px; }
    #header.fixed-header .my-profile {
      padding-top: 11px; }
  #header .tools-header-inside {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #header .tools-header-inside .logo {
      float: none;
      width: auto; }
    #header .tools-header-inside .page-title {
      float: none;
      width: auto;
      margin: 0 2%;
      padding: 0; }
    #header .tools-header-inside .tools-navigation {
      text-align: right; }
      #header .tools-header-inside .tools-navigation .nav-bar {
        margin-bottom: 0; }
        #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu {
          height: 100%;
          list-style: none; }
          #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li {
            display: inline-block;
            position: relative;
            line-height: 77px;
            z-index: 20;
            text-align: left; }
            #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a {
              display: block;
              text-decoration: none;
              border-bottom: none;
              text-transform: uppercase;
              font-weight: bold;
              padding: 0 20px;
              background-color: #fff; }
              #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a:hover, #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a:focus {
                background-color: #1a313f;
                color: #fff; }
            #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li.demo-timer-holder {
              float: none;
              width: auto;
              margin-top: 0;
              padding: 0 20px;
              color: #0f0f0f;
              font-style: italic; }
            #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li ul.submenu {
              position: absolute;
              visibility: hidden;
              opacity: 0;
              text-align: left;
              background-color: #fff;
              transition: all 0.3s linear;
              z-index: 10;
              min-width: 150px;
              box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
              #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li ul.submenu li {
                display: block;
                line-height: 30px; }
                #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li ul.submenu li a {
                  margin: 0; }
            #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li:hover ul.submenu {
              border-top: 5px solid #132c48;
              visibility: visible;
              opacity: 1; }
              #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li:hover ul.submenu li a {
                background-color: #fff;
                color: #132c48; }
                #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li:hover ul.submenu li a:hover, #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li:hover ul.submenu li a:focus {
                  background-color: #1a313f;
                  color: #fff; }
            #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li:hover a {
              background-color: #1a313f;
              color: #fff; }
      #header .tools-header-inside .tools-navigation .toggle-nav {
        vertical-align: middle;
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #3cbc75;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.5;
        margin: 0 auto;
        padding: 0;
        text-shadow: none;
        position: relative;
        z-index: 5000;
        width: auto;
        max-width: 65px;
        text-align: center;
        float: none;
        cursor: pointer;
        left: 0;
        right: 0;
        display: none; }
        #header .tools-header-inside .tools-navigation .toggle-nav:focus, #header .tools-header-inside .tools-navigation .toggle-nav:hover {
          outline: none;
          box-shadow: none; }
        #header .tools-header-inside .tools-navigation .toggle-nav span {
          position: relative;
          left: 0;
          display: block;
          width: 34px;
          height: 2px;
          border-radius: 16px;
          background: #3cbc75;
          transition: .5s all ease;
          -webkit-transform-origin: left center;
          -moz-transform-origin: left center;
          -o-transform-origin: left center;
          transform-origin: left center; }
          #header .tools-header-inside .tools-navigation .toggle-nav span.nf {
            margin-top: 6px; }
        #header .tools-header-inside .tools-navigation .toggle-nav.active span {
          width: 31px;
          height: 2px;
          top: 2px;
          left: 10px; }
          #header .tools-header-inside .tools-navigation .toggle-nav.active span.nf {
            margin-top: 8px; }
          #header .tools-header-inside .tools-navigation .toggle-nav.active span:nth-child(1) {
            -webkit-transform: rotate(40deg);
            -moz-transform: rotate(40deg);
            -o-transform: rotate(40deg);
            transform: rotate(40deg); }
          #header .tools-header-inside .tools-navigation .toggle-nav.active span:nth-child(2) {
            width: 0;
            opacity: 0; }
          #header .tools-header-inside .tools-navigation .toggle-nav.active span:nth-child(3) {
            -webkit-transform: rotate(-40deg);
            -moz-transform: rotate(-40deg);
            -o-transform: rotate(-40deg);
            transform: rotate(-40deg); }

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none; }

a {
  color: #3cbc75;
  transition: all 0.5s ease; }
  a:hover {
    color: #444; }

.section-bg-1 {
  padding: 150px 0; }

.btn {
  border-radius: 0;
  float: none;
  display: inline-block;
  padding: 5px 30px;
  text-transform: uppercase;
  width: auto;
  border: 4px solid #3cbc75;
  background: #3cbc75;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease; }
  .btn:hover, .btn:focus {
    background: #fff;
    color: #3cbc75; }
  .btn.white {
    background: #fff;
    color: #3cbc75; }
    .btn.white:hover, .btn.white:focus {
      background: #3cbc75;
      color: #fff; }

.checkbox-style {
  position: relative;
  margin: 0 0 0 29%; }
  .checkbox-style p {
    margin: 0 0 0 20px !important;
    display: inline-block;
    line-height: 22px;
    padding: 3px 0 0 0;
    float: right;
    width: 89%;
    text-align: justify; }
  .checkbox-style label {
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0; }
    .checkbox-style label:after {
      content: '';
      width: 18px;
      height: 10px;
      position: absolute;
      top: 5px;
      left: 4px;
      border: 4px solid #3cbc75;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-50deg); }
  .checkbox-style input[type=checkbox] {
    visibility: hidden; }
    .checkbox-style input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .checkbox-style.large p {
    position: relative;
    left: 20px;
    top: -22px;
    width: 90%; }

.dark-section, .light-section, .color-section {
  padding: 40px 0;
  margin-bottom: 0; }

.main-content {
  margin-top: 80px; }

.border-block {
  border: 1px solid #3cbc75; }
  .border-block h2.heading-wbckg {
    background: #3cbc75;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff; }
  .border-block form {
    padding: 30px; }
  .border-block .login-block {
    text-align: center;
    padding: 25px;
    border-top: 1px solid #3cbc75; }
    .border-block .login-block .btn {
      margin: 0 10px; }

.modal {
  top: 0; }
  .modal .modal-dialog {
    width: 400px;
    margin: 200px auto; }
    .modal .modal-dialog .modal-content {
      padding: 30px 15px;
      border: 4px solid #3cbc75;
      border-radius: 0; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 0; }
        .modal .modal-dialog .modal-content .modal-body p {
          font-size: 16px;
          line-height: 20px;
          text-align: center; }
      .modal .modal-dialog .modal-content .modal-footer {
        border-top: none;
        padding: 20px 0 0;
        text-align: center; }
        .modal .modal-dialog .modal-content .modal-footer .btn-default {
          display: inline-block;
          text-transform: uppercase;
          padding: 1px 20px;
          border-radius: 0;
          width: auto;
          margin: 0 auto;
          border: 4px solid #3cbc75;
          background: #3cbc75;
          color: #fff; }
          .modal .modal-dialog .modal-content .modal-footer .btn-default:hover {
            background: #fff;
            color: #3cbc75; }
  .modal .modal-backdrop.in {
    height: 100% !important; }
  .modal#multiTime .modal-dialog {
    width: 800px;
    height: 800px;
    margin: 4% auto; }
    @media all and (max-width: 810px) {
      .modal#multiTime .modal-dialog {
        width: 90%; } }
    .modal#multiTime .modal-dialog .modal-content {
      overflow-x: hidden;
      height: 780px;
      padding: 10px 15px; }
    .modal#multiTime .modal-dialog .modal-body {
      padding: 0; }
      .modal#multiTime .modal-dialog .modal-body p {
        font-size: 16px;
        line-height: 20px;
        text-align: left; }
      .modal#multiTime .modal-dialog .modal-body ol li {
        font-size: 16px;
        line-height: 20px;
        text-align: left; }
      @media all and (max-width: 605px) {
        .modal#multiTime .modal-dialog .modal-body ol {
          padding-left: 10px; } }
      .modal#multiTime .modal-dialog .modal-body h4 {
        font-weight: bold;
        text-decoration: underline;
        margin: 20px 0; }
      .modal#multiTime .modal-dialog .modal-body h3 {
        text-align: center;
        font-size: 24px;
        margin: 20px 0;
        font-weight: bold; }
    .modal#multiTime .modal-dialog .modal-footer button {
      margin-bottom: 20px; }
  .modal#registerSuccess .modal-dialog {
    margin: 50px auto;
    width: 550px; }

.register-section, .login-section {
  margin-bottom: 70px; }
  .register-section .register-form .forgot-pass, .register-section .login-form .forgot-pass, .login-section .register-form .forgot-pass, .login-section .login-form .forgot-pass {
    text-align: center; }
  .register-section .register-form .intl-tel-input, .register-section .login-form .intl-tel-input, .login-section .register-form .intl-tel-input, .login-section .login-form .intl-tel-input {
    display: block; }
    .register-section .register-form .intl-tel-input .arrow, .register-section .login-form .intl-tel-input .arrow, .login-section .register-form .intl-tel-input .arrow, .login-section .login-form .intl-tel-input .arrow {
      margin-left: 2px; }
  .register-section .register-form .checkbox-style p span, .register-section .register-form .checkbox-style p a, .register-section .login-form .checkbox-style p span, .register-section .login-form .checkbox-style p a, .login-section .register-form .checkbox-style p span, .login-section .register-form .checkbox-style p a, .login-section .login-form .checkbox-style p span, .login-section .login-form .checkbox-style p a {
    color: #444;
    cursor: pointer;
    transition: all 0.1s linear 0s;
    text-decoration: underline;
    font-weight: 700; }
    .register-section .register-form .checkbox-style p span:hover, .register-section .register-form .checkbox-style p a:hover, .register-section .login-form .checkbox-style p span:hover, .register-section .login-form .checkbox-style p a:hover, .login-section .register-form .checkbox-style p span:hover, .login-section .register-form .checkbox-style p a:hover, .login-section .login-form .checkbox-style p span:hover, .login-section .login-form .checkbox-style p a:hover {
      color: #3cbc75; }

form .form-group.with-tooltip .fa {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: -6px;
  top: 3px; }

form .form-group.with-tooltip .pass-info {
  position: absolute;
  right: -8px;
  bottom: 34px;
  background: #fff;
  border: 1px solid #3cbc75;
  color: #666;
  z-index: -1;
  padding: 5px;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden; }
  form .form-group.with-tooltip .pass-info:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #3cbc75 transparent transparent transparent;
    position: absolute;
    right: 3px;
    bottom: -10px;
    z-index: 2;
    display: block; }
  form .form-group.with-tooltip .pass-info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 4px;
    bottom: -8px;
    z-index: 4;
    display: block; }
  form .form-group.with-tooltip .pass-info p {
    margin: 0;
    padding: 0;
    font-size: 12px; }

form .form-group.with-tooltip.active .pass-info {
  opacity: 1;
  bottom: 40px;
  z-index: 1;
  visibility: visible; }

form .form-group.with-tooltip.active .fa {
  color: #3cbc75; }

form .form-group.has-error .control-label {
  color: #3cbc75; }

form .form-group.has-error .form-control {
  border-color: #3cbc75; }

form .form-group.has-error .help-block {
  margin-left: 37%;
  font-size: 10px;
  color: #3cbc75;
  margin-top: 0;
  margin-bottom: 0; }

form .form-group .form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none; }
  form .form-group .form-control:hover, form .form-group .form-control:focus {
    outline: none;
    border-color: #444 !important; }

form .form-group .control-label {
  font-weight: normal;
  font-size: 14px;
  padding-top: 4px;
  position: relative; }
  form .form-group .control-label.required:after {
    content: "*";
    right: 5px;
    top: 6px;
    color: #3cbc75 !important;
    position: absolute;
    display: block; }

form .col-md-4 {
  padding-left: 0; }

form input {
  border: 1px solid #ddd;
  border-radius: 0; }
  form input:focus {
    border-color: #3cbc75;
    box-shadow: none;
    outline: none; }

form .btn-group {
  margin: 10px 0 20px 0;
  display: block;
  text-align: center; }
  form .btn-group .btn {
    float: none; }
    form .btn-group .btn.white {
      margin-left: 20px; }
    form .btn-group .btn:focus {
      outline: none; }

.alert-warning {
  padding: 5px 15px; }
  .alert-warning ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px; }

.iframe-block .block {
  margin-bottom: 0; }

.alert-messages {
  padding-top: 60px; }

/* Main profile home*/
.main-p-home {
  padding: 60px 0 60px;
  border: none;
  background: #fff; }
  .main-p-home .col-xs-3 {
    text-align: center; }
    .main-p-home .col-xs-3 .one-nav-block {
      background: #3cbc75;
      width: 150px;
      height: 150px;
      display: inline-block;
      text-align: center;
      margin-bottom: 40px;
      padding: 15px 0;
      border: 4px solid #3cbc75; }
      .main-p-home .col-xs-3 .one-nav-block a {
        color: #fff;
        display: block; }
        .main-p-home .col-xs-3 .one-nav-block a h4 {
          font-size: 18px;
          line-height: 24px;
          margin: 0;
          min-height: 48px; }
        .main-p-home .col-xs-3 .one-nav-block a .icon {
          color: #fff;
          display: block; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-multitimeframe {
            font-size: 60px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-correlation {
            font-size: 68px;
            margin-top: -13px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-heatmap {
            font-size: 65px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-converter {
            font-size: 68px;
            margin-top: -11px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-scalping {
            font-size: 65px;
            margin-top: -11px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-wifi {
            font-size: 65px;
            margin-top: -11px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-target-two {
            font-size: 65px;
            margin-top: -11px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-search {
            font-size: 65px;
            margin-top: -11px; }
          .main-p-home .col-xs-3 .one-nav-block a .icon.icon-calendar {
            font-size: 65px;
            margin-top: -11px; }
        .main-p-home .col-xs-3 .one-nav-block a:focus {
          outline: none; }
      .main-p-home .col-xs-3 .one-nav-block:hover {
        background: #fff; }
        .main-p-home .col-xs-3 .one-nav-block:hover a {
          color: #3cbc75; }
          .main-p-home .col-xs-3 .one-nav-block:hover a h4 {
            color: #3cbc75; }
          .main-p-home .col-xs-3 .one-nav-block:hover a .icon {
            color: #3cbc75; }

/*Tools page */
.with-sidebar {
  padding: 0 15px;
  background: #fff;
  border: none;
  box-shadow: none; }
  .with-sidebar .left-sidebar {
    background: #f2f2f2;
    border-right: none;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 80px 0 0 0;
    position: fixed;
    top: 0;
    z-index: 500;
    transition: all 0.5s ease;
    width: 140px; }
    .with-sidebar .left-sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .with-sidebar .left-sidebar ul li {
        display: block;
        text-align: center;
        position: relative; }
        .with-sidebar .left-sidebar ul li a {
          color: #132c48;
          font-size: 14px;
          display: block;
          padding: 35px 10px; }
          .with-sidebar .left-sidebar ul li a .icon {
            font-size: 40px;
            line-height: 20px; }
          .with-sidebar .left-sidebar ul li a p {
            margin: 10px 0 0 0;
            padding: 0; }
          .with-sidebar .left-sidebar ul li a:hover, .with-sidebar .left-sidebar ul li a:focus {
            outline: none;
            background: #3cbc75;
            color: #fff; }
        .with-sidebar .left-sidebar ul li.active a {
          background: #3cbc75;
          color: #fff; }
    .with-sidebar .left-sidebar.scrolled {
      padding-top: 70px; }
  .with-sidebar .main-content-left {
    min-height: 800px;
    padding: 30px 15px 61px;
    margin-left: 150px;
    width: 85%; }
    .with-sidebar .main-content-left .analysis #list_container .z-auto-g {
      text-align: center; }
      .with-sidebar .main-content-left .analysis #list_container .z-auto-g label {
        font-size: 16px;
        font-weight: normal; }
        .with-sidebar .main-content-left .analysis #list_container .z-auto-g label.category {
          font-weight: bold;
          font-size: 22px; }
      .with-sidebar .main-content-left .analysis #list_container .z-auto-g input[type="checkbox"] {
        margin: 4px 10px 0 0; }
      .with-sidebar .main-content-left .analysis #list_container .z-auto-g .instrument_list li {
        display: inline-block;
        margin: 10px 30px; }
      .with-sidebar .main-content-left .analysis #list_container .z-auto-g #state {
        position: relative;
        margin: 0 20px; }
        .with-sidebar .main-content-left .analysis #list_container .z-auto-g #state input {
          margin: 10px; }
        .with-sidebar .main-content-left .analysis #list_container .z-auto-g #state label {
          font-size: 16px; }
    .with-sidebar .main-content-left .analysis #list_container .z-content {
      text-align: center; }
    .with-sidebar .main-content-left .my_target_calculator tr td {
      padding: 7px 15px;
      vertical-align: middle;
      height: 50px;
      font-size: 0.9em; }
      .with-sidebar .main-content-left .my_target_calculator tr td.right {
        padding: 0 10px 0 0;
        text-align: right; }
      .with-sidebar .main-content-left .my_target_calculator tr td.center {
        text-align: center; }
      .with-sidebar .main-content-left .my_target_calculator tr td.strong {
        font-weight: bold; }
      .with-sidebar .main-content-left .my_target_calculator tr td.months {
        width: 250px; }
      .with-sidebar .main-content-left .my_target_calculator tr td.odd {
        background-color: #eac4c4; }
      .with-sidebar .main-content-left .my_target_calculator tr td.withdrawals {
        background-color: #add6f7; }
      .with-sidebar .main-content-left .my_target_calculator tr td.yearly_performance, .with-sidebar .main-content-left .my_target_calculator tr td.yearly_performance_exc_withdrawal, .with-sidebar .main-content-left .my_target_calculator tr td.total_withdrawals, .with-sidebar .main-content-left .my_target_calculator tr td.withdrawals_to_deposit, .with-sidebar .main-content-left .my_target_calculator tr td.yearly_performance_label {
        font-weight: bold; }

/* Edit profile */
.edit-profile {
  margin-top: 30px; }
  .edit-profile .col-md-4 {
    padding-left: 0; }
  .edit-profile .col-md-8 {
    position: relative; }
    .edit-profile .col-md-8 i {
      position: absolute;
      right: -6px;
      top: 3px;
      font-size: 30px; }
  .edit-profile .btn-group {
    margin: 10px 0 0 0;
    display: block;
    text-align: center; }
    .edit-profile .btn-group .btn {
      float: none;
      margin-left: 20px; }

.notification {
  background-color: #d4af37;
  left: 255px;
  top: -16px;
  padding: 5px 6px;
  border-radius: 15px;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  z-index: 999;
  display: none;
  -webkit-box-shadow: 0px 10px 20px -8px #5a6466;
  -moz-box-shadow: 0px 10px 20px -8px #5a6466;
  box-shadow: 0px 10px 20px -8px #5a6466; }
  .notification.nav {
    left: 120px;
    top: 111px;
    /*display: block;*/ }
  .notification.platinum {
    left: 130px;
    top: -10px;
    display: block; }
    .notification.platinum.sidenav {
      left: 90px;
      top: 4px; }
  .notification.forex, .notification.metals, .notification.commodities, .notification.futures, .notification.stocks {
    left: 80%; }
  .notification.forex_majors, .notification.forex_minors, .notification.forex_exotics, .notification.index_futures, .notification.spot_indices, .notification.us_stocks, .notification.uk_stocks, .notification.french_stocks, .notification.german_stocks {
    left: 1%;
    top: 0;
    position: relative;
    padding: 3px 10px; }
  .notification.instrument, .notification.bullish, .notification.bearish {
    top: 0;
    position: relative;
    left: 1%;
    padding: 5px 14px; }
  .notification.bullish, .notification.bearish {
    color: aliceblue;
    padding: 5px 10px;
    left: 2%; }
  .notification.bullish {
    background-color: darkgreen; }
  .notification.bearish {
    background-color: darkred;
    color: aliceblue; }

.mtf-btns {
  margin-bottom: 25px;
  position: relative;
  z-index: 1; }
  .mtf-btns a {
    border-radius: 0;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    color: #3cbc75;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    outline: none;
    border: 1px solid #3cbc75; }
    .mtf-btns a span {
      background: #fff;
      display: block;
      padding: 10px 20px;
      transition: transform 0.3s ease 0s;
      border: 1px solid #3cbc75; }
    .mtf-btns a:before {
      background: #3cbc75;
      color: #fff;
      content: attr(data-hover);
      height: 100%;
      left: 0;
      padding: 10px 20px;
      position: absolute;
      top: 0;
      transition: transform 0.3s ease 0s;
      width: 100%;
      z-index: -1; }
    .mtf-btns a:hover:before, .mtf-btns a:focus:before {
      transform: translateX(0%); }
    .mtf-btns a:hover span, .mtf-btns a:focus span {
      transform: translateX(100%); }
    .mtf-btns a.active span {
      background: #3cbc75;
      color: #fff; }
    .mtf-btns a.active:hover:before, .mtf-btns a.active:focus:before {
      display: none; }
    .mtf-btns a.active:hover span, .mtf-btns a.active:focus span {
      transform: translateX(0%); }
  .mtf-btns .notification {
    display: inline-block !important; }
    .mtf-btns .notification.futures {
      display: none !important; }

/* Contact page */
.contact-block {
  margin-bottom: 70px; }
  .contact-block .text-content {
    text-align: justify; }
    .contact-block .text-content ul {
      list-style: disc;
      margin-bottom: 20px; }
      .contact-block .text-content ul ul {
        list-style: circle; }
    .contact-block .text-content p {
      padding: 5px 0;
      padding: 0;
      margin: 0 0 20px 0; }

/* Alert messages */
.alert-messages {
  margin-top: 0px; }
  .alert-messages .alert-warning {
    background-color: rgba(231, 60, 60, 0.2);
    border-color: rgba(231, 60, 60, 0.3);
    color: #666;
    text-align: center; }
    .alert-messages .alert-warning p a {
      text-decoration: underline !important;
      color: #444; }

body.nav-opened:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999; }

/* Oxants icons */
[data-icon]:before {
  font-family: "oxants" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "oxants" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-target-two:before {
  content: "a"; }

.icon-converter:before {
  content: "b"; }

.icon-correlation:before {
  content: "c"; }

.icon-heatmap:before {
  content: "d"; }

.icon-multitimeframe:before {
  content: "e"; }

.icon-scalping:before {
  content: "f"; }

.icon-wifi:before {
  content: "g"; }

.icon-search:before {
  content: "h"; }

.icon-calendar:before {
  content: "i"; }

.text-content ul {
  list-style-image: url("../img/check-mark.png");
  list-style-position: outside;
  margin-left: 40px; }
  .text-content ul li {
    margin: 5px 0; }

.scroll-top a {
  z-index: 1005; }
  .scroll-top a:hover, .scroll-top a:focus {
    background-color: #3cbc75; }

.qty {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  height: 40px;
  text-align: center;
  width: 60px; }

.medium-btn {
  border: medium none;
  cursor: pointer;
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 11px;
  padding: 7px 11px;
  text-transform: uppercase; }

.tiny-btn {
  font-size: 12px;
  padding: 2px 6px;
  text-transform: uppercase; }

.small-btn {
  font-size: 13px;
  padding: 3px 8px;
  text-transform: uppercase; }

.large-btn {
  font-size: 20px;
  padding: 9px 14px;
  text-transform: uppercase; }

.large-btn i {
  font-size: 13px; }

.big-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 15px 0 15px 12px;
  width: 70%;
  font-size: 14px;
  background: #006699;
  color: #fff;
  display: block;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out 0s; }
  .big-button:hover {
    background: #000;
    color: #fff; }

.btn-arrow {
  height: 62px;
  line-height: 60px;
  margin-top: -15px;
  width: 54px;
  background: #000;
  color: #fff;
  display: block;
  float: right;
  font-weight: 700;
  text-align: center; }
  .btn-arrow i {
    font-size: 15px;
    height: 26px;
    padding-left: 1px;
    padding-top: 0px;
    width: 26px;
    line-height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-weight: 700; }

#footer .copyright {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  padding-bottom: 0; }

#footer-nav li a {
  color: #fff;
  white-space: nowrap;
  text-decoration: underline !important; }

#footer {
  background-color: #132c48;
  border-top: 10px solid #3cbc75;
  color: #fff;
  padding-top: 10px; }
  #footer .block {
    margin-bottom: 10px; }

footer a {
  color: #9f9f9f; }
  footer a:hover {
    color: #fff; }

footer h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase; }

footer .logo {
  margin-top: 0; }

.footer-main {
  border-bottom: 1px solid #2a2a2a; }
  .footer-main h2.block-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase; }

.footer-bottom {
  border-top: 1px solid #4d4d4d;
  padding: 20px 0;
  position: relative; }

/* ======= Cookie popup =============*/
.cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #373737; }
  .cookie-popup .cookie-popup-inside {
    display: flex;
    max-width: 60%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between; }
    .cookie-popup .cookie-popup-inside p {
      margin: 0;
      flex: 1 0 50%;
      padding: 0;
      color: #fff;
      max-width: 50%;
      text-align: left;
      line-height: 1.2; }
    .cookie-popup .cookie-popup-inside .button {
      margin-bottom: 0; }
      .cookie-popup .cookie-popup-inside .button.cookie-more {
        margin-right: 0; }

.feature-box-title {
  margin-bottom: 15px;
  margin-top: 10px; }

.feature-box-title h4 {
  color: #006699;
  float: left;
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  text-transform: uppercase;
  width: 81%;
  margin-top: 6px; }

.home-about a {
  color: #000; }

.market-review-page {
  margin: 0 10%; }
  .market-review-page .market-header {
    border-bottom: none;
    box-shadow: none;
    width: 100%; }
    .market-review-page .market-header .market-filter {
      text-align: right;
      padding-right: 0;
      margin-top: 3px; }
      .market-review-page .market-header .market-filter form .form-group {
        width: 130px;
        margin-right: 15px;
        vertical-align: bottom; }
        .market-review-page .market-header .market-filter form .form-group label {
          display: block;
          text-align: left;
          margin-bottom: 0;
          font-weight: normal;
          font-size: 12px;
          text-transform: uppercase; }
        .market-review-page .market-header .market-filter form .form-group .select-style {
          padding: 0;
          margin: 0;
          border: 1px solid #000;
          width: 100%;
          border-radius: 0px;
          overflow: hidden;
          background-color: #fff;
          background: #fff url("../img/arrow-down.png") no-repeat 98% 11px; }
          .market-review-page .market-header .market-filter form .form-group .select-style select {
            padding: 0 21px 0 5px;
            width: 100%;
            border: none;
            box-shadow: none;
            background-color: transparent;
            background-image: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
      .market-review-page .market-header .market-filter form .btn {
        margin-top: 5px;
        padding: 3px 30px; }
        .market-review-page .market-header .market-filter form .btn:hover {
          border-color: #3cbc75; }
  .market-review-page h1 {
    text-transform: uppercase;
    color: #3cbc75;
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0; }
  .market-review-page .market-list {
    margin: 0 0 30px 0; }
    .market-review-page .market-list li {
      padding: 15px 0;
      border-bottom: 1px solid #3cbc75; }
      .market-review-page .market-list li a {
        color: #000;
        font-size: 18px;
        font-weight: bold; }
        .market-review-page .market-list li a:hover {
          color: #3cbc75;
          text-decoration: underline !important; }
      .market-review-page .market-list li .mt-date {
        display: inline-block;
        margin-left: 20px; }
  .market-review-page nav .pagination li a {
    border: 1px solid #000;
    color: #000; }
    .market-review-page nav .pagination li a span {
      border: none; }
    .market-review-page nav .pagination li a:hover {
      color: #fff;
      background: #3cbc75; }
  .market-review-page nav .pagination li span {
    border: 1px solid #000;
    color: #000; }
  .market-review-page nav .pagination li.active a {
    color: #fff;
    background: #3cbc75; }

.container-center.wider {
  width: 100%;
  padding: 0 2%; }

.tools-index-page .container-center {
  width: 1008px; }
  .tools-index-page .container-center.wider {
    width: 100%;
    padding: 0 2%; }
  .tools-index-page .container-center .tool-block {
    text-align: center;
    width: 33%;
    float: left; }
    .tools-index-page .container-center .tool-block .one-nav-block {
      background: #3cbc75;
      width: 150px;
      height: 150px;
      display: inline-block;
      text-align: center;
      margin: 0 30px 40px 30px;
      padding: 15px 0;
      border: 4px solid #3cbc75;
      position: relative; }
      .tools-index-page .container-center .tool-block .one-nav-block a {
        color: #fff;
        display: block; }
        .tools-index-page .container-center .tool-block .one-nav-block a h4 {
          font-size: 18px;
          line-height: 24px;
          margin: 0;
          min-height: 48px; }
        .tools-index-page .container-center .tool-block .one-nav-block a .icon {
          color: #fff;
          display: block; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-multitimeframe {
            font-size: 60px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-correlation {
            font-size: 68px;
            margin-top: -13px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-heatmap {
            font-size: 65px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-converter {
            font-size: 68px;
            margin-top: -11px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-scalping {
            font-size: 65px;
            margin-top: -11px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-wifi {
            font-size: 65px;
            margin-top: -11px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-target-two {
            font-size: 65px;
            margin-top: -11px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-search {
            font-size: 65px;
            margin-top: -11px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-calendar {
            font-size: 65px;
            margin-top: -11px; }
          .tools-index-page .container-center .tool-block .one-nav-block a .icon.icon-question-mark {
            font-size: 65px;
            margin-top: -11px; }
        .tools-index-page .container-center .tool-block .one-nav-block a:focus {
          outline: none; }
      .tools-index-page .container-center .tool-block .one-nav-block:hover {
        background: #fff; }
        .tools-index-page .container-center .tool-block .one-nav-block:hover a {
          color: #3cbc75; }
          .tools-index-page .container-center .tool-block .one-nav-block:hover a h4 {
            color: #3cbc75; }
          .tools-index-page .container-center .tool-block .one-nav-block:hover a .icon {
            color: #3cbc75; }

/* Tooltip*/
.intro-link-block {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1; }
  .intro-link-block a {
    border-radius: 0;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    color: #3cbc75;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    outline: none;
    border: 1px solid #3cbc75; }
    .intro-link-block a span {
      background: #fff;
      display: block;
      padding: 10px 20px;
      transition: transform 0.3s ease 0s;
      border: 1px solid #3cbc75; }
    .intro-link-block a:before {
      background: #3cbc75;
      color: #fff;
      content: attr(data-hover);
      height: 100%;
      left: 0;
      padding: 10px 20px;
      position: absolute;
      top: 0;
      transition: transform 0.3s ease 0s;
      width: 100%;
      z-index: -1; }
    .intro-link-block a:hover:before, .intro-link-block a:focus:before {
      transform: translateX(0%); }
    .intro-link-block a:hover span, .intro-link-block a:focus span {
      transform: translateX(100%); }

.introjs-overlay {
  z-index: 1000; }

.introjs-helperLayer {
  z-index: 1020; }

.introjs-tooltipReferenceLayer {
  z-index: 1050; }
  .introjs-tooltipReferenceLayer .introjs-helperNumberLayer {
    z-index: 1060 !important; }

.introjs-tooltip {
  max-width: 500px;
  min-width: 400px;
  border-radius: 0;
  border: 2px solid #3cbc75; }
  .introjs-tooltip .introjs-tooltiptext p {
    padding-bottom: 0;
    text-align: justify; }
    .introjs-tooltip .introjs-tooltiptext p a {
      background: #3cbc75;
      border: 2px solid #3cbc75;
      border-radius: 0;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      padding: 5px 10px;
      text-transform: uppercase;
      transition: all 0.2s ease 0s;
      text-shadow: none;
      width: auto; }
      .introjs-tooltip .introjs-tooltiptext p a:hover {
        background: #fff;
        color: #3cbc75; }
  .introjs-tooltip .introjs-tooltiptext ul {
    list-style: none;
    margin-left: 5px; }
    .introjs-tooltip .introjs-tooltiptext ul li {
      position: relative;
      padding-left: 20px; }
      .introjs-tooltip .introjs-tooltiptext ul li:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        text-decoration: none;
        position: absolute;
        left: -5px;
        top: 0;
        color: #3cbc75; }
      .introjs-tooltip .introjs-tooltiptext ul li ul {
        list-style: none; }
  .introjs-tooltip .introjs-tooltiptext a {
    color: #3cbc75;
    text-decotration: underline; }
  .introjs-tooltip .introjs-tooltipbuttons a {
    background: #3cbc75;
    border: 2px solid #3cbc75;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    text-shadow: none;
    width: auto; }
    .introjs-tooltip .introjs-tooltipbuttons a:hover {
      background: #fff;
      color: #3cbc75; }
    .introjs-tooltip .introjs-tooltipbuttons a.introjs-skipbutton {
      color: #fff;
      margin-right: 5px; }
      .introjs-tooltip .introjs-tooltipbuttons a.introjs-skipbutton:hover {
        color: #3cbc75; }
    .introjs-tooltip .introjs-tooltipbuttons a.introjs-prevbutton {
      border-radius: 0; }
    .introjs-tooltip .introjs-tooltipbuttons a.introjs-disabled, .introjs-tooltip .introjs-tooltipbuttons a.introjs-disabled:hover, .introjs-tooltip .introjs-tooltipbuttons a.introjs-disabled:focus {
      background: #fff;
      color: #3cbc75;
      border: 2px solid #3cbc75; }
    .introjs-tooltip .introjs-tooltipbuttons a.introjs-nextbutton {
      border-radius: 0;
      margin-left: 5px; }

.introjs-helperLayer,
.introjs-helperNumberLayer {
  display: none; }

#scrollingbar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000000000000000; }

@media all and (min-width: 1350px) and (max-width: 1425px) {
  .container-center {
    width: 1024px; }
    .container-center.wider {
      width: 100%;
      padding: 0 2%; } }

@media all and (min-width: 1426px) and (max-width: 1660px) {
  .container-center {
    width: 1075px; }
    .container-center.wider {
      width: 100%;
      padding: 0 2%; }
  .with-sidebar .left-sidebar ul li a {
    padding: 25px 10px; }
  .checkbox-style.large p {
    left: 0;
    top: 0; } }

@media all and (min-width: 1661px) and (max-width: 1919px) {
  .container-center {
    width: 1340px; }
    .container-center.wider {
      width: 100%;
      padding: 0 2%; }
  .with-sidebar .left-sidebar ul li a {
    padding: 25px 10px; }
  .checkbox-style p {
    margin: 0 0 0 27px !important; }
  .checkbox-style.large p {
    left: 0;
    top: 0; } }

@media all and (min-width: 1920px) {
  .container-center {
    width: 1585px; }
    .container-center.wider {
      width: 100%;
      padding: 0 2%; }
  .checkbox-style p {
    margin: 0 0 0 30px !important; }
  .checkbox-style.large p {
    left: 0;
    top: 0; } }

#sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  color: white;
  font-size: 0.625em;
  margin: 0 auto;
  position: relative;
  height: 480px; }

.model {
  left: 0%;
  bottom: 0%;
  opacity: 0;
  position: relative;
  height: auto !important;
  /*max-height: 100% !important;*/
  width: 100%;
  min-width: 225px;
  /* prevents the model from shrinking when the browser is resized */
  /*max-width: 100%;*/ }

.container-slider {
  margin-bottom: 40px;
  max-height: 640px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100% !important; }

.get-started img {
  width: 100%;
  height: auto; }

.risk-disclosure p {
  font-size: 12px;
  padding: 0;
  text-align: justify; }

.legal-docs h2 {
  text-align: center;
  color: #fff; }

.legal-docs ul {
  text-align: center;
  margin-top: 0; }
  .legal-docs ul li {
    display: inline-block;
    padding: 0 10px; }

.no-sidebar .main-content-left {
  float: none !important;
  margin-right: 0;
  width: 100%; }

.profile-page h3 {
  text-transform: none;
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 25px; }

.profile-page h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin: 25px 0;
  text-decoration: underline; }

.profile-page p {
  padding: 0; }
  .profile-page p input {
    width: 100%; }
  .profile-page p .medium-btn {
    margin-top: 20px; }

.profile-page table {
  width: 100%; }
  .profile-page table tr td, .profile-page table tr th {
    padding: 8px;
    text-align: center; }
    .profile-page table tr td:first-child, .profile-page table tr th:first-child {
      text-align: left; }
  .profile-page table tr th {
    background: #006699;
    color: #fff;
    border: none;
    border-right: 1px solid #ccc; }
    .profile-page table tr th:last-child {
      border-right: none; }
  .profile-page table tr td {
    font-size: 13px; }
  .profile-page table tr:nth-child(2n) td {
    background: #eee; }

.profile-page img {
  width: 100%;
  height: auto; }

.profile-page .member-product-info h2 {
  background: #006699;
  color: #fff;
  padding: 10px 15px;
  text-transform: none;
  margin: 0;
  font-size: 20px; }
  .profile-page .member-product-info h2 a {
    color: #fff;
    text-decoration: underline !important;
    font-style: italic;
    font-weight: normal; }
    .profile-page .member-product-info h2 a:hover {
      text-decoration: underline; }
  .profile-page .member-product-info h2 .left {
    float: left; }
  .profile-page .member-product-info h2 .right {
    float: right;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-style: italic; }
    .profile-page .member-product-info h2 .right b {
      font-style: normal; }

.profile-page .affiliate-tools-block .one-fourth .content-box {
  padding-top: 20px;
  margin-top: 20px; }
  .profile-page .affiliate-tools-block .one-fourth .content-box .box-title {
    height: 52px; }
    .profile-page .affiliate-tools-block .one-fourth .content-box .box-title h3 {
      margin-top: 0; }
  .profile-page .affiliate-tools-block .one-fourth .content-box .box-content {
    margin-bottom: 0;
    border-bottom: 0; }
    .profile-page .affiliate-tools-block .one-fourth .content-box .box-content p {
      margin-bottom: 0;
      border-bottom: none; }
    .profile-page .affiliate-tools-block .one-fourth .content-box .box-content input {
      text-align: center; }
    .profile-page .affiliate-tools-block .one-fourth .content-box .box-content .medium-btn {
      margin-top: 15px;
      margin-right: 0; }

.edit-profile-page {
  margin-bottom: 150px; }
  .edit-profile-page h3 {
    text-transform: none;
    text-decoration: underline;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center; }
  .edit-profile-page .btn-group {
    display: block;
    text-align: center; }
    .edit-profile-page .btn-group .medium-btn {
      float: right;
      text-align: center;
      margin: 0; }
  .edit-profile-page .form-group input {
    width: 100%; }

.iframe-pages .large-btn {
  font-size: 14px;
  width: 100%;
  padding: 6px 0px;
  text-align: center; }

.cookies-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 1000;
  padding: 15px 0; }
  .cookies-block p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px; }
  .cookies-block .btn-inline {
    text-align: right; }
    .cookies-block .btn-inline .medium-btn {
      margin-bottom: 0;
      margin-top: 3px; }
  .cookies-block.hide {
    display: none; }

.home-overlay-new,
.home-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11000;
  display: none;
  padding-top: 100px;
  text-align: center; }
  .home-overlay-new .video-ok-new,
  .home-overlay-new .video-ok,
  .home-overlay .video-ok-new,
  .home-overlay .video-ok {
    margin-top: 50px; }
  .home-overlay-new.show,
  .home-overlay.show {
    display: block; }
  .home-overlay-new iframe,
  .home-overlay iframe {
    width: 100%; }

.color-box h3 p {
  margin: 0;
  padding: 0;
  font-size: 18px; }

.color-box h4 p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #757575; }

.main-content-left .info {
  text-align: justify; }

.main-content-left .analysis .ui-widget-header .ui-state-default {
  color: #1a313f;
  border-color: #1a313f; }
  .main-content-left .analysis .ui-widget-header .ui-state-default a {
    color: #1a313f; }
  .main-content-left .analysis .ui-widget-header .ui-state-default.ui-state-hover, .main-content-left .analysis .ui-widget-header .ui-state-default.ui-state-active {
    color: #fff;
    background: #1a313f;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 1px solid #1a313f; }
    .main-content-left .analysis .ui-widget-header .ui-state-default.ui-state-hover a, .main-content-left .analysis .ui-widget-header .ui-state-default.ui-state-active a {
      color: #fff; }

.main-content-left .analysis .ui-widget-content .ui-accordion-header {
  color: #1a313f;
  border-color: #1a313f; }
  .main-content-left .analysis .ui-widget-content .ui-accordion-header .ui-accordion-header-icon {
    background-color: #1a313f; }
  .main-content-left .analysis .ui-widget-content .ui-accordion-header:hover, .main-content-left .analysis .ui-widget-content .ui-accordion-header:focus {
    background: #1a313f;
    color: #fff !important; }
  .main-content-left .analysis .ui-widget-content .ui-accordion-header.ui-state-hover, .main-content-left .analysis .ui-widget-content .ui-accordion-header.ui-state-active {
    background: #1a313f !important;
    color: #fff !important; }

.main-content-left .analysis .ui-widget-content .ui-widget-content .ui-widget-content {
  border: 1px solid #1a313f; }

.main-content-left .analysis table th {
  background: #f2f2f2;
  color: #0f0f0f; }

.main-content-left .user-edit-plan-info {
  font-size: 2rem; }
  .main-content-left .user-edit-plan-info span {
    font-style: italic; }
    .main-content-left .user-edit-plan-info span.bolder-text {
      color: #3cbc75;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 5px;
      font-style: initial; }

.main-content-left .registration-info {
  margin-top: 30px;
  text-align: justify; }
  .main-content-left .registration-info ol li {
    font-size: unset;
    margin-bottom: 10px; }

.wl-footer .bottom-left {
  float: none;
  width: 100%;
  text-align: center; }

.wl-footer .bottom-right {
  float: none;
  width: 100%;
  text-align: center; }

.wl-footer .bottom-second-nav {
  width: 100%;
  text-align: center; }

#instructions {
  border-color: #000; }
  #instructions tr {
    background: #fff; }
    #instructions tr td {
      border-color: #000;
      color: #0f0f0f; }

@media all and (max-width: 1680px) {
  #sequence {
    height: 420px; } }

@media all and (max-width: 1440px) {
  #sequence {
    height: 360px; } }

@media all and (max-width: 1366px) {
  #sequence {
    height: 340px; } }

@media all and (max-width: 1280px) {
  #sequence {
    height: 320px; } }

@media all and (max-width: 1200px) {
  .table .btn-block .center-block {
    width: auto;
    display: block; } }

@media all and (min-width: 1000px) and (max-width: 1100px) {
  .container-center {
    width: 700px !important; }
    .container-center.wider {
      width: 100% !important;
      padding: 0 2%; }
  .full-width {
    width: 100%; }
  .with-sidebar .left-sidebar {
    width: 135px; }
    .with-sidebar .left-sidebar .tools-nav li a {
      padding: 25px 10px; }
  .with-sidebar .main-content-left .col-md-6 {
    width: 80%;
    margin: 0 auto; }
  .main-content .login-section .col-md-6,
  .main-content .register-section .col-md-6,
  .main-content .contact-block .col-md-6 {
    width: 80%;
    margin: 0 0 0 10%; }
  .checkbox-style p {
    margin-left: 22px !important; }
  .checkbox-style.large p {
    top: -20px;
    left: 17px; } }

@media all and (max-width: 1100px) {
  #header {
    position: relative; }
    #header.nonprotected-content {
      position: fixed; }
    #header .tools-header-inside {
      position: relative;
      flex-wrap: wrap; }
      #header .tools-header-inside .logo {
        text-align: left;
        flex: 1 0 30%; }
        #header .tools-header-inside .logo a img {
          height: 55px; }
      #header .tools-header-inside .page-title {
        flex: 1 0 50%; }
      #header .tools-header-inside .tools-navigation {
        width: 100%;
        flex: 2 0 100%; }
        #header .tools-header-inside .tools-navigation .nav-bar {
          display: none;
          width: 100%;
          background-color: #fff;
          text-align: left;
          height: 0;
          transition: all 0.3s linear;
          z-index: 1000; }
          #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li:hover ul.submenu, #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li:focus ul.submenu {
            border-top: none; }
          #header .tools-header-inside .tools-navigation .nav-bar.show {
            display: block;
            height: auto; }
            #header .tools-header-inside .tools-navigation .nav-bar.show .navigation-menu {
              display: block; }
              #header .tools-header-inside .tools-navigation .nav-bar.show .navigation-menu li {
                line-height: 30px;
                display: block; }
                #header .tools-header-inside .tools-navigation .nav-bar.show .navigation-menu li .submenu {
                  position: initial;
                  visibility: visible;
                  opacity: 1;
                  box-shadow: none;
                  margin-left: 10px;
                  display: none;
                  border-top: none; }
                  #header .tools-header-inside .tools-navigation .nav-bar.show .navigation-menu li .submenu.open-subnav {
                    display: block; }
        #header .tools-header-inside .tools-navigation .toggle-nav {
          display: inline-block;
          position: absolute;
          left: 94%;
          top: 25px; }
  .with-sidebar {
    margin-top: 0px; }
    .with-sidebar .left-sidebar {
      padding-top: 80px;
      position: absolute; }
      .with-sidebar .left-sidebar .tools-nav li a {
        padding: 15px 10px; }
        .with-sidebar .left-sidebar .tools-nav li a .notification {
          width: 25px;
          height: 25px;
          line-height: 25px;
          padding: 0;
          display: inline-block; }
        .with-sidebar .left-sidebar .tools-nav li a .icon {
          font-size: 30px;
          line-height: 15px; }
        .with-sidebar .left-sidebar .tools-nav li a p {
          margin-top: 5px; }
    .with-sidebar .main-content-left .analysis .correlation-accordion {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .with-sidebar .main-content-left .analysis.signals-page .tab-container .inner-accordion .accordion_table_wrapper {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding: 5px 0 15px; }
    .with-sidebar .main-content-left .analysis.mtfa-page .tab-container .inner-accordion .accordion_table_wrapper {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding: 5px 0 15px; }
    .with-sidebar .main-content-left .responsive-table {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .with-sidebar .main-content-left .market-review-page {
      margin: 0; }
  .main-content {
    margin-top: 0;
    padding-top: 6em; }
  .cookie-popup .cookie-popup-inside {
    max-width: 90%; } }

@media all and (max-width: 999px) {
  .responsive-nav {
    display: none !important; }
  #header .logo a {
    border-width: 0px;
    padding: 0; }
    #header .logo a img {
      height: 30px; }
  #header .page-title {
    margin: 0;
    padding: 0; }
    #header .page-title h1 {
      font-size: 18px;
      line-height: 40px; }
  #header .my-profile {
    padding-top: 4px; }
  .tools-header-inside {
    min-height: 50px; }
    .tools-header-inside .logo {
      flex: 1 0 20%; }
      .tools-header-inside .logo a img {
        height: auto;
        max-width: 100%; }
    .tools-header-inside .page-title {
      flex: 1 0 56%; }
    .tools-header-inside .tools-navigation {
      flex: 1 0 20%; }
      .tools-header-inside .tools-navigation .nav-bar.show {
        top: 56px !important; }
  #footer .legal-docs ul li a {
    font-size: 12px; }
  .notification {
    width: 20px;
    height: 20px;
    padding: 2px 6px !important;
    text-align: center;
    line-height: 16px;
    font-size: 12px; }
    .notification.platinum.sidenav {
      position: initial;
      margin-right: 2px; }
    .notification.instrument, .notification.bullish, .notification.bearish {
      width: auto;
      height: auto;
      padding: 2px 10px !important; }
  .with-sidebar .left-sidebar {
    top: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    bottom: auto;
    z-index: 500;
    position: initial; }
    .with-sidebar .left-sidebar .tools-nav {
      font-size: 0;
      display: table; }
      .with-sidebar .left-sidebar .tools-nav li {
        display: table-cell;
        width: 11%;
        vertical-align: middle;
        padding: 0; }
        .with-sidebar .left-sidebar .tools-nav li a {
          font-size: 12px;
          padding: 10px 0;
          vertical-align: middle; }
          .with-sidebar .left-sidebar .tools-nav li a .notification {
            width: 20px;
            height: 20px;
            line-height: 10px;
            font-size: 13px;
            line-height: 16px; }
          .with-sidebar .left-sidebar .tools-nav li a i {
            display: none; }
          .with-sidebar .left-sidebar .tools-nav li a p {
            margin: 0;
            display: inline-block; }
        .with-sidebar .left-sidebar .tools-nav li.active, .with-sidebar .left-sidebar .tools-nav li:focus, .with-sidebar .left-sidebar .tools-nav li:hover {
          background: #3cbc75; }
          .with-sidebar .left-sidebar .tools-nav li.active a, .with-sidebar .left-sidebar .tools-nav li:focus a, .with-sidebar .left-sidebar .tools-nav li:hover a {
            background: none; }
  .with-sidebar .main-content-left {
    width: 100%;
    float: none;
    margin: 0;
    padding-top: 40px; }
    .with-sidebar .main-content-left .border-block h2.heading-wbckg {
      font-size: 18px;
      padding: 8px 0; }
    .with-sidebar .main-content-left .calculator #tab-container .ui-tabs-panel {
      padding: 1em 0; }
      .with-sidebar .main-content-left .calculator #tab-container .ui-tabs-panel .my_target_calculator tr td {
        padding: 2px 10px;
        font-size: 12px; }
  .checkbox-style.large p {
    left: 0;
    top: 0; }
  .checkbox-style p {
    margin-left: 28px !important; }
  .tools-index-page .container-center {
    width: 95%; }
  .main-content {
    padding-top: 0; } }

@media all and (min-width: 770px) and (max-width: 900px) {
  .container-center, .full-width {
    width: 680px; } }

@media all and (max-width: 900px) {
  .notification {
    padding: 2px 7px !important;
    line-height: 16px; } }

@media all and (max-width: 769px) {
  .container-center {
    width: 90%; }
    .container-center.wider {
      width: 100%;
      padding: 0 2%; }
  .full-width {
    width: 100%; }
  #header-simple {
    background: #fff; }
  #header .logo a {
    border: none; }
  #header .page-title {
    width: 48%; }
    #header .page-title h1 {
      font-size: 16px;
      line-height: 30px; }
  #header .my-profile {
    padding-top: 3px;
    width: 30%; }
    #header .my-profile a {
      font-size: 12px; }
  .with-sidebar .left-sidebar {
    top: 60px; }
    .with-sidebar .left-sidebar .tools-nav {
      display: flex;
      flex-flow: row wrap; }
      .with-sidebar .left-sidebar .tools-nav li {
        height: auto;
        flex: 1 0 33%; }
        .with-sidebar .left-sidebar .tools-nav li a {
          padding: 5px 0;
          display: flex;
          justify-content: center;
          align-items: center; }
  .with-sidebar .main-content-left {
    padding-top: 50px; }
    .with-sidebar .main-content-left .analysis #heatmap_tabs {
      display: flex;
      float: none;
      text-align: center;
      justify-content: center;
      align-items: center; }
      .with-sidebar .main-content-left .analysis #heatmap_tabs li {
        float: none; }
    .with-sidebar .main-content-left .analysis #state {
      float: none;
      display: block;
      position: relative;
      text-align: center;
      margin-bottom: 15px; }
      .with-sidebar .main-content-left .analysis #state label {
        margin-right: 10px;
        font-size: 11px; }
  #header-simple {
    text-align: left; }
  .checkbox-style {
    margin: 0 0 0 3%; }
    .checkbox-style.large p {
      top: -22px;
      left: 17px; } }

@media all and (max-width: 767px) {
  .with-sidebar .main-content-left .market-review-page .market-filter .form-inline {
    text-align: left; }
    .with-sidebar .main-content-left .market-review-page .market-filter .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0; }
    .with-sidebar .main-content-left .market-review-page .market-filter .form-inline .btn {
      margin-top: 0;
      vertical-align: middle; }
  /* .main-content {
        margin-top: 75px;
    }*/
  #header .tools-header-inside .tools-navigation .toggle-nav {
    top: 20px; }
  .cookie-popup .cookie-popup-inside {
    max-width: 90%;
    flex-direction: column; }
    .cookie-popup .cookie-popup-inside p {
      flex: 1 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 10px; } }

@media all and (max-width: 540px) {
  .tools-index-page .container-center {
    width: 91%; }
    .tools-index-page .container-center.wider {
      width: 100%;
      padding: 0 2%; }
  .tools-index-page .container-center .tool-block {
    width: 100%;
    float: none;
    text-align: center; }
  .main-p-home .col-xs-3 {
    width: 40%;
    margin: 0 5%; }
  #header {
    position: relative; }
    #header .page-title {
      width: 45%; }
    #header .my-profile {
      width: 33%; }
      #header .my-profile a:last-child {
        margin-left: 15px; }
  .with-sidebar {
    margin-top: 0; }
    .with-sidebar .left-sidebar {
      position: relative;
      top: 0; }
      .with-sidebar .left-sidebar .tools-nav li {
        flex: 1 0 100%; }
        .with-sidebar .left-sidebar .tools-nav li a {
          width: 100%;
          vertical-align: middle;
          height: auto; }
          .with-sidebar .left-sidebar .tools-nav li a .notification {
            font-size: 8px; }
          .with-sidebar .left-sidebar .tools-nav li a p {
            display: block;
            vertical-align: middle; }
    .with-sidebar .main-content-left {
      padding-top: 40px; }
      .with-sidebar .main-content-left .analysis .tab {
        font-size: 12px; }
      .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav .tab a {
        font-size: 12px; }
      .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion h3 {
        font-size: 12px;
        padding-top: 3px;
        padding-bottom: 3px; }
      .with-sidebar .main-content-left .analysis .ui-accordion .ui-accordion-header {
        font-size: 12px;
        padding-top: 3px;
        padding-bottom: 3px; }
      .with-sidebar .main-content-left .market-review-page .market-filter .form-inline {
        text-align: left; }
        .with-sidebar .main-content-left .market-review-page .market-filter .form-inline .form-group {
          display: block;
          margin-bottom: 10px; }
  .notification {
    font-size: 8px;
    line-height: 12px;
    padding: 4px 7px !important; }
    .notification.instrument, .notification.bullish, .notification.bearish {
      padding: 2px 5px; }
  .main-p-home {
    padding: 20px 0;
    margin: 0; }
  .introjs-tooltip {
    position: fixed;
    max-width: 100%;
    min-width: 250px;
    left: 0 !important;
    z-index: 9999;
    margin-left: 0 !important; }
  .tools-index-page .container-center .tool-block .one-nav-block.introjs-showElement {
    z-index: 5 !important; }
  #header .tools-header-inside .logo {
    flex: 1 0 60% !important; }
    #header .tools-header-inside .logo a img {
      height: 45px; }
  #header .tools-header-inside .page-title {
    display: none; }
  #header .tools-header-inside .tools-navigation .toggle-nav.active span {
    left: 5px; }
  .main-content {
    padding-top: 0; }
    .main-content .container-center {
      padding-top: 3em; }
  #header .tools-header-inside .tools-navigation .toggle-nav {
    left: 90%;
    top: 15px; } }

@media all and (max-width: 410px) {
  .border-block h2.heading-wbckg {
    font-size: 18px; }
  .border-block form fieldset .form-group .col-xs-4 {
    float: none;
    width: 100%; }
  .border-block form fieldset .form-group .col-xs-8 {
    float: none;
    width: 100%; }
  .border-block form fieldset .btn-group .btn {
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }
  .main-p-home .col-xs-3 {
    width: 50%;
    margin: 0; }
    .main-p-home .col-xs-3 .one-nav-block {
      width: 100%;
      height: auto; }
      .main-p-home .col-xs-3 .one-nav-block a h4 {
        font-size: 14px;
        line-height: 18px;
        min-height: 38px; }
      .main-p-home .col-xs-3 .one-nav-block a .fa {
        font-size: 40px; }
  #header .page-title {
    width: 55%; }
    #header .page-title h1 {
      font-size: 10px; }
  #header .my-profile {
    width: 22%;
    padding-top: 0; }
    #header .my-profile a {
      line-height: 10px; }
  .with-sidebar .main-content-left .analysis .tab-container {
    padding-top: 15px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-panel .correlation thead tr th {
      padding: 5px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-panel .correlation tbody tr td {
      padding-right: 5px; }
  .with-sidebar .main-content-left .analysis table thead tr th {
    padding: 5px; }
  .with-sidebar .main-content-left .analysis table tbody tr td {
    padding: 5px; } }

@media (max-width: 399px) {
  .introjs-tooltip .introjs-tooltiptext p {
    font-size: 11px; }
  .introjs-tooltip .introjs-tooltiptext ul li {
    font-size: 11px; }
  .introjs-tooltip .introjs-tooltiptext h4 {
    font-size: 14px; }
  .main-content {
    margin-top: 0; }
  #header .tools-header-inside .tools-navigation .toggle-nav {
    left: 87%;
    top: 18px; } }

@media (max-width: 359px) {
  #header .logo a img {
    height: 20px;
    margin-top: 5px; } }

.main-content-left .calculator .ui-widget-header {
  border: none; }
  .main-content-left .calculator .ui-widget-header .ui-state-default {
    transition: background-color 0.3s ease; }
    .main-content-left .calculator .ui-widget-header .ui-state-default a {
      outline: none !important; }
  .main-content-left .calculator .ui-widget-header .ui-state-default.ui-state-hover,
  .main-content-left .calculator .ui-widget-header .ui-state-default.ui-state-active {
    background: #424242;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 1px solid #424242;
    color: #fff; }
    .main-content-left .calculator .ui-widget-header .ui-state-default.ui-state-hover a,
    .main-content-left .calculator .ui-widget-header .ui-state-default.ui-state-active a {
      color: #fff; }

form input.strength-0,
form .form-group .form-control.strength-0 {
  border-color: red !important; }

form input.strength-1,
form .form-group .form-control.strength-1 {
  border-color: orange !important; }

form input.strength-2,
form .form-group .form-control.strength-2 {
  border-color: green !important; }

.wl-show-logged,
.wl-show-not-logged {
  display: none !important; }
  .wl-show-logged.wl-show,
  .wl-show-not-logged.wl-show {
    display: block !important; }

#footer-nav li.wl-show-logged, #footer-nav li.wl-show-not-logged {
  display: none !important; }
  #footer-nav li.wl-show-logged.wl-show, #footer-nav li.wl-show-not-logged.wl-show {
    display: inline !important; }

.ants-push-user-messages {
  padding-top: 30px; }
  .ants-push-user-messages .messages-wrap .message-single {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-top: 5px; }
    .ants-push-user-messages .messages-wrap .message-single .message-message {
      font-size: 120%; }
    .ants-push-user-messages .messages-wrap .message-single .message-time {
      color: #7b7b7b;
      font-style: italic; }
    .ants-push-user-messages .messages-wrap .message-single.unread .message-message {
      font-weight: bold; }
    .ants-push-user-messages .messages-wrap .message-single a {
      color: #0f0f0f; }
      .ants-push-user-messages .messages-wrap .message-single a:hover {
        text-decoration: underline !important; }

.ants-push-user-messages-nav-item,
.top-nav-user-profile {
  position: relative; }
  .ants-push-user-messages-nav-item .counter,
  .top-nav-user-profile .counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center; }

.top-nav-user-profile .counter {
  top: -10px; }

body {
  font-family: 'Source Sans Pro', sans-serif; }

#header {
  border-bottom-color: #132c48; }
  #header .tools-header-inside .page-title {
    display: none; }
  #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu {
    display: flex;
    align-items: center;
    height: auto; }
    #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li {
      line-height: 1;
      text-align: center; }
      #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a {
        border-bottom: 3px solid transparent;
        padding: 0 0 2px 0;
        font-size: 16px;
        color: #212121;
        margin: 0 20px;
        font-weight: normal;
        font-family: 'Source Sans Pro', sans-serif; }
        #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a:hover, #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a:focus {
          border-bottom-color: #3cbc75;
          background-color: transparent;
          color: inherit; }
        #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a.button {
          border-radius: 4px;
          background-color: #3cbc75;
          color: #fff;
          font-size: 13px;
          border-bottom: none;
          padding: 12px 23px; }

@media (max-width: 1100px) {
  #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li {
    margin: 10px 0; }
    #header .tools-header-inside .tools-navigation .nav-bar .navigation-menu li a {
      border-bottom: none !important; } }

#footer {
  background-color: transparent;
  border-top: none;
  color: #757575;
  padding: 0; }
  #footer .footer-info {
    background-color: #BDBDBD;
    padding: 60px 0; }
    #footer .footer-info .risk-disclosure p {
      text-align: center;
      font-size: 22px;
      line-height: 27px;
      color: #212121;
      margin-bottom: 20px;
      font-family: 'Source Sans Pro', sans-serif; }
      #footer .footer-info .risk-disclosure p span {
        text-decoration: none !important;
        font-weight: normal !important; }
  #footer .footer-buttons {
    background-color: #757575;
    padding: 74px 0; }
    #footer .footer-buttons .footer-buttons-block {
      display: flex;
      justify-content: center;
      align-items: center; }
      #footer .footer-buttons .footer-buttons-block .btn {
        margin: 0 40px;
        font-size: 22px;
        padding: 10px 56px;
        border-radius: 4px;
        font-family: 'Source Sans Pro', sans-serif; }
        #footer .footer-buttons .footer-buttons-block .btn.btn-big:hover, #footer .footer-buttons .footer-buttons-block .btn.btn-big:focus {
          background-color: #3cbc75;
          color: #fff; }
        #footer .footer-buttons .footer-buttons-block .btn.btn-white {
          background-color: #fff;
          color: #212121;
          border-color: #fff; }
          #footer .footer-buttons .footer-buttons-block .btn.btn-white:hover, #footer .footer-buttons .footer-buttons-block .btn.btn-white:focus {
            background-color: #fff;
            color: #212121;
            outline: none;
            box-shadow: none; }
  #footer .footer-nav {
    padding: 62px 0; }
    #footer .footer-nav .footer-nav-inside {
      display: flex;
      align-items: center; }
      #footer .footer-nav .footer-nav-inside .logo {
        margin-right: 60px;
        max-width: 19%; }
        #footer .footer-nav .footer-nav-inside .logo img {
          max-width: 100%;
          height: auto; }
      #footer .footer-nav .footer-nav-inside .gray-nav {
        display: flex;
        align-items: center; }
        #footer .footer-nav .footer-nav-inside .gray-nav li {
          margin: 0 20px; }
          #footer .footer-nav .footer-nav-inside .gray-nav li a {
            font-size: 18px;
            color: #212121;
            text-decoration: underline !important;
            text-transform: uppercase;
            font-family: 'Source Sans Pro', sans-serif; }
  #footer .footer-bottom-nav {
    padding: 71px 0;
    background-color: #132c48; }
    #footer .footer-bottom-nav .footer-bottom-nav-inside .white-nav {
      display: flex;
      justify-content: center;
      align-items: center; }
      #footer .footer-bottom-nav .footer-bottom-nav-inside .white-nav li {
        margin: 0 20px; }
        #footer .footer-bottom-nav .footer-bottom-nav-inside .white-nav li a {
          font-size: 18px;
          color: #fff;
          text-decoration: underline !important;
          text-transform: uppercase;
          font-family: 'Source Sans Pro', sans-serif; }

@media (max-width: 1679px) {
  #footer .footer-nav .footer-nav-inside .logo {
    max-width: 15%;
    margin-right: 40px; }
  #footer .footer-nav .footer-nav-inside .gray-nav li {
    margin: 0 10px; } }

@media (max-width: 1439px) {
  #footer .footer-nav .footer-nav-inside .gray-nav li a {
    font-size: 16px; }
  #footer .footer-bottom-nav .footer-bottom-nav-inside .white-nav li a {
    font-size: 16px; } }

@media (max-width: 1279px) {
  #footer .footer-nav .footer-nav-inside {
    flex-flow: row wrap;
    justify-content: center;
    text-align: center; }
    #footer .footer-nav .footer-nav-inside .logo {
      margin: 0 0 20px 0;
      max-width: 50%; }
    #footer .footer-nav .footer-nav-inside .gray-nav li {
      margin: 0 10px; }
      #footer .footer-nav .footer-nav-inside .gray-nav li a {
        font-size: 14px; }
  #footer .footer-bottom-nav .footer-bottom-nav-inside .white-nav li a {
    font-size: 14px; } }

@media (max-width: 767px) {
  #footer .footer-nav .footer-nav-inside .gray-nav {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    #footer .footer-nav .footer-nav-inside .gray-nav li {
      margin: 5px 10px; }
  #footer .footer-bottom-nav .footer-bottom-nav-inside .white-nav {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    #footer .footer-bottom-nav .footer-bottom-nav-inside .white-nav li {
      margin: 5px 10px; } }

@media (max-width: 599px) {
  #footer .footer-info {
    padding: 40px 0; }
  #footer .footer-buttons {
    padding: 40px 0; }
    #footer .footer-buttons .footer-buttons-block {
      flex-flow: row wrap;
      align-items: center;
      justify-content: center; }
      #footer .footer-buttons .footer-buttons-block .btn {
        margin: 10px 0; }
  #footer .footer-nav {
    padding: 40px 0; }
  #footer .footer-bottom-nav {
    padding: 40px 0; } }

@media (max-width: 399px) {
  #footer .footer-buttons .footer-buttons-block .btn {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    padding: 5px 40px;
    margin: 5px; } }

.custom-home-page {
  background-color: #fff;
  margin-top: 38px;
  /* TOP */ }
  .custom-home-page img {
    max-width: 100%;
    height: auto; }
  .custom-home-page h2 {
    font-size: 36px;
    font-weight: bold;
    color: #757575;
    text-transform: none;
    margin-top: 0;
    font-family: 'Source Sans Pro', sans-serif; }
  .custom-home-page p {
    font-size: 28px;
    color: #757575;
    line-height: 1.2;
    font-family: 'Source Sans Pro', sans-serif; }
  .custom-home-page .btn.btn-big {
    font-size: 22px;
    padding: 10px 56px;
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif; }
    .custom-home-page .btn.btn-big:hover, .custom-home-page .btn.btn-big:focus {
      background-color: #3cbc75;
      color: #fff; }
  .custom-home-page .big-text p {
    font-size: 32px; }
  .custom-home-page #hero {
    background-color: #F5FBFE;
    margin-top: -80px;
    padding: 56px 0; }
  .custom-home-page .hero-video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    .custom-home-page .hero-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .custom-home-page #welcome {
    padding: 60px 0; }
    .custom-home-page #welcome .welcome-inside .text-welcome {
      text-align: center;
      padding: 0 10%; }
      .custom-home-page #welcome .welcome-inside .text-welcome h2 {
        margin-bottom: 26px; }
      .custom-home-page #welcome .welcome-inside .text-welcome p {
        margin-bottom: 40px;
        padding-bottom: 0; }
  .custom-home-page #trade {
    padding: 40px 0; }
    .custom-home-page #trade .trade-inside {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .custom-home-page #trade .trade-inside .img-trade {
        flex: 1 0 49%;
        max-width: 49%;
        margin-right: 40px; }
      .custom-home-page #trade .trade-inside .trade-text h2 {
        margin-bottom: 20px; }
      .custom-home-page #trade .trade-inside .trade-text .btn-trade {
        color: #3cbc75;
        font-size: 28px;
        font-weight: 600; }
        .custom-home-page #trade .trade-inside .trade-text .btn-trade span {
          margin-right: 5px; }
  .custom-home-page #trade-mobile {
    padding: 40px 0; }
    .custom-home-page #trade-mobile h2 {
      text-align: center;
      margin-bottom: 40px; }
    .custom-home-page #trade-mobile .top-mt-text {
      text-align: center; }
    .custom-home-page #trade-mobile .trade-mobile-columns {
      display: flex;
      align-items: center; }
      .custom-home-page #trade-mobile .trade-mobile-columns .text-trade-mobile {
        flex: 1 0 49%;
        max-width: 49%;
        margin-right: 40px;
        padding: 0 5%;
        text-align: center; }
      .custom-home-page #trade-mobile .trade-mobile-columns .img-mobile {
        text-align: center;
        flex: 1 0 calc(51% - 40px);
        max-width: calc(51% - 40px); }
        .custom-home-page #trade-mobile .trade-mobile-columns .img-mobile img {
          height: 550px; }
  .custom-home-page #exclusive {
    padding: 40px 0;
    background-color: #F5FBFE; }
    .custom-home-page #exclusive .exclusive-inside {
      text-align: center; }
      .custom-home-page #exclusive .exclusive-inside h2 {
        margin-bottom: 40px; }
  .custom-home-page .tools-list {
    margin: 60px -10px 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap; }
    .custom-home-page .tools-list li {
      flex: 1 0 calc(16% - 20px);
      max-width: calc(16% - 20px);
      margin: 0 10px 40px 10px; }
      .custom-home-page .tools-list li a {
        display: block;
        text-align: center; }
        .custom-home-page .tools-list li a .circle-icon {
          width: 130px;
          height: 130px;
          border-radius: 50%;
          background-color: #3cbc75;
          color: #fff;
          font-size: 70px;
          line-height: 140px;
          text-align: center;
          display: inline-block; }
          .custom-home-page .tools-list li a .circle-icon i {
            line-height: 1; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-wifi {
            background-color: #23AD9B; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-multitimeframe {
            background-color: #197DFF; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-heatmap {
            background-color: #FF5000; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-converter {
            background-color: #5C009E; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-scalping {
            background-color: #DDAF19; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-correlation {
            background-color: #8FC987; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-target-two {
            background-color: #317559; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-search {
            background-color: #FF33BB; }
          .custom-home-page .tools-list li a .circle-icon.color-icon-calendar {
            background-color: #FF6219; }
        .custom-home-page .tools-list li a h4 {
          color: #757575;
          font-size: 22px;
          text-transform: uppercase;
          margin-top: 20px;
          min-height: 50px;
          font-family: 'Source Sans Pro', sans-serif; }
  .custom-home-page #top-trade {
    padding: 40px 0 0 0; }
    .custom-home-page #top-trade .top-trade-inside {
      text-align: center; }
      .custom-home-page #top-trade .top-trade-inside h2 {
        text-align: center;
        margin-bottom: 65px; }
      .custom-home-page #top-trade .top-trade-inside .top-trade-list {
        display: flex;
        justify-content: center; }
      .custom-home-page #top-trade .top-trade-inside ul {
        margin: 0 0 40px 0;
        list-style: none;
        padding: 0;
        text-align: left; }
        .custom-home-page #top-trade .top-trade-inside ul li {
          margin-bottom: 45px;
          font-size: 32px;
          color: #757575;
          font-family: 'Source Sans Pro', sans-serif; }
          .custom-home-page #top-trade .top-trade-inside ul li i {
            margin-right: 5px;
            color: #13ba76; }
  .custom-home-page #join-reason .accordion-info {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .custom-home-page #join-reason .accordion-info h4 {
      font-weight: bold;
      color: #fff;
      font-size: 20px;
      margin: 0 0 30px 0;
      text-align: center;
      font-family: 'Source Sans Pro', sans-serif; }
      .custom-home-page #join-reason .accordion-info h4 span {
        display: inline-block;
        padding: 10px 30px 12px;
        border-radius: 20px;
        background: #208f58;
        background: -moz-linear-gradient(176deg, #208f58 0%, rgba(20, 191, 122, 0.886992) 100%);
        background: -webkit-linear-gradient(176deg, #208f58 0%, rgba(20, 191, 122, 0.886992) 100%);
        background: linear-gradient(176deg, #208f58 0%, rgba(20, 191, 122, 0.886992) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#208f58",endColorstr="#14bf7a",GradientType=1); }
    .custom-home-page #join-reason .accordion-info .reason-block {
      text-align: left; }
    .custom-home-page #join-reason .accordion-info .text-with-icon {
      display: flex;
      align-items: center;
      text-align: left;
      margin-bottom: 15px;
      font-family: 'Source Sans Pro', sans-serif; }
      .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason {
        display: inline-block;
        width: 96px;
        height: 96px;
        background-size: 96px 96px;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-position: left center; }
        .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-1 {
          background-image: url(/static/img/reasons1.png); }
        .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-2 {
          background-image: url(/static/img/reasons2.png); }
        .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-3 {
          background-image: url(/static/img/reasons3.png); }
        .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-4 {
          background-image: url(/static/img/reasons4.png); }
        .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-5 {
          background-image: url(/static/img/reasons5.png); }
      .custom-home-page #join-reason .accordion-info .text-with-icon span {
        color: #5a6466;
        font-size: 28px; }
    .custom-home-page #join-reason .accordion-info ul {
      list-style: none;
      list-style-position: outside;
      margin: 0 0 30px 0; }
      .custom-home-page #join-reason .accordion-info ul li {
        line-height: 1.6;
        color: #5a6466;
        font-size: 16px; }
        .custom-home-page #join-reason .accordion-info ul li:before {
          content: '✓';
          color: #3cbc75;
          font-size: 15px;
          margin-right: 10px; }
    .custom-home-page #join-reason .accordion-info h5 {
      text-align: left;
      color: #5a6466;
      margin-bottom: 20px;
      align-self: flex-start; }
  .custom-home-page .home-contact-block .home-contact-inside {
    padding: 60px 0;
    text-align: center; }
    .custom-home-page .home-contact-block .home-contact-inside h2 {
      margin-bottom: 26px; }
    .custom-home-page .home-contact-block .home-contact-inside p {
      margin-bottom: 10px;
      padding: 0; }
    .custom-home-page .home-contact-block .home-contact-inside .social-block-container {
      padding-top: 30px; }
      .custom-home-page .home-contact-block .home-contact-inside .social-block-container .social-block {
        display: flex;
        justify-content: center;
        align-items: center; }
        .custom-home-page .home-contact-block .home-contact-inside .social-block-container .social-block li {
          margin: 0 10px; }
          .custom-home-page .home-contact-block .home-contact-inside .social-block-container .social-block li a {
            font-size: 24px;
            color: #3cbc75; }

@media (max-width: 1679px) {
  .custom-home-page h2 {
    font-size: 32px; }
  .custom-home-page p {
    font-size: 24px; }
  .custom-home-page .big-text p {
    font-size: 26px; }
  .custom-home-page .tools-list li {
    flex: 1 0 calc(19% - 20px);
    max-width: calc(19% - 20px); }
    .custom-home-page .tools-list li a h4 {
      font-size: 20px; }
  .custom-home-page #top-trade .top-trade-inside ul li {
    font-size: 28px;
    margin-bottom: 30px; }
  .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason {
    background-size: 50px 50px;
    width: 55px;
    height: 50px; }
    .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-2 {
      width: 55px; }
    .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-5 {
      width: 50px; }
  .custom-home-page #join-reason .accordion-info .text-with-icon span {
    font-size: 24px; } }

@media (max-width: 1279px) {
  .custom-home-page #exclusive .exclusive-inside p br {
    display: none; }
  .custom-home-page .tools-list li {
    flex: 1 0 calc(25% - 20px);
    max-width: calc(25% - 20px); } }

@media (max-width: 1023px) {
  .custom-home-page #hero {
    margin-top: 0; }
  .custom-home-page #trade .trade-inside {
    flex-flow: row wrap;
    text-align: center; }
    .custom-home-page #trade .trade-inside .img-trade {
      flex: 1 0 100%;
      max-width: 100%;
      margin: 0 0 40px 0; }
  .custom-home-page #trade-mobile .trade-mobile-inside .trade-mobile-columns {
    flex-flow: row wrap; }
    .custom-home-page #trade-mobile .trade-mobile-inside .trade-mobile-columns .text-trade-mobile {
      flex: 1 0 100%;
      max-width: 100%;
      margin: 0 0 40px 0;
      text-align: center; }
    .custom-home-page #trade-mobile .trade-mobile-inside .trade-mobile-columns .img-mobile {
      flex: 1 0 100%;
      max-width: 100%;
      text-align: center; }
  .custom-home-page .tools-list li {
    flex: 1 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px); } }

@media (max-width: 599px) {
  .custom-home-page h2 {
    font-size: 28px; }
  .custom-home-page p {
    font-size: 18px; }
  .custom-home-page .big-text p {
    font-size: 20px; }
  .custom-home-page #welcome {
    padding: 20px 0; }
    .custom-home-page #welcome .welcome-inside .text-welcome {
      padding: 0; }
  .custom-home-page #trade {
    padding: 20px 0; }
  .custom-home-page .tools-list li {
    flex: 1 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 20px 5px; }
    .custom-home-page .tools-list li a h4 {
      font-size: 20px; }
  .custom-home-page #top-trade .top-trade-inside ul li {
    font-size: 18px; }
  .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason {
    background-size: 50px 50px;
    width: 55px;
    height: 50px; }
    .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-2 {
      width: 70px; }
    .custom-home-page #join-reason .accordion-info .text-with-icon .icon-reason.reason-5 {
      width: 50px; }
  .custom-home-page #join-reason .accordion-info .text-with-icon span {
    font-size: 18px; } }

@media (max-width: 540px) {
  .custom-home-page {
    margin-top: 10px; }
    .custom-home-page .container-center {
      padding-top: 0; }
    .custom-home-page #trade-mobile {
      padding-top: 10px; }
    .custom-home-page .home-contact-block .home-contact-inside {
      padding-bottom: 20px; } }

.section-bg-1 {
  background: #fff; }

.btn {
  border: 2px solid #132c48;
  background-color: #132c48;
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  line-height: 46px;
  font-weight: normal;
  padding: 5px 53px;
  max-width: 200px; }
  .btn.white {
    color: #000; }
    .btn.white:hover, .btn.white:focus {
      background-color: #fff;
      color: #132c48; }
  .btn i {
    margin-right: 14px; }
  .btn.btn-sm, .btn-group-sm > .btn {
    max-width: initial;
    font-size: 14px;
    padding: 11px 12px;
    line-height: 1;
    text-transform: none; }
  .btn.white-alt {
    background-color: #fff;
    color: #212121;
    border-color: #DBDBDB; }
  .btn.btn-fb {
    border-color: #4267B2;
    background-color: #4267B2; }
    .btn.btn-fb:hover, .btn.btn-fb:focus {
      background-color: #fff;
      color: #4267B2; }
  .btn.btn-custom {
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    max-width: initial; }
  .btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
    background-color: #fff;
    color: #132c48; }
  .btn .fb-messenger {
    background: url("/static/img/fb-messenger.png") no-repeat center center;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 0; }
  .btn .whatsapp {
    background: url("/static/img/whatsapp.png") no-repeat center center;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px; }

.login-section {
  padding: 111px 0 177px 0; }

.auth-block h2 {
  text-align: center;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 32px;
  color: #132c48;
  font-family: 'Source Sans Pro', sans-serif; }

.auth-block .new-border-block {
  border: 1px solid #757575;
  padding: 33px 47px 31px 47px;
  border-radius: 4px; }
  .auth-block .new-border-block .social-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center; }

.social-login p {
  margin-bottom: 23px;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #212121; }

.social-login .social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 37px; }
  .social-login .social-buttons .btn {
    margin: 0 21px; }

.social-login.big-margin {
  margin: 43px 0 132px 0; }

.auth-form .form-group {
  margin-bottom: 17px; }
  .auth-form .form-group .control-label {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: #212121;
    line-height: 24px;
    margin-bottom: 6px; }
    .auth-form .form-group .control-label.required:after {
      right: -10px; }
  .auth-form .form-group .form-control {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding: 7px 12px; }
    .auth-form .form-group .form-control:hover, .auth-form .form-group .form-control:focus {
      border-color: #132c48 !important; }
  .auth-form .form-group.checkbox-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 33px 0 27px 0; }
  .auth-form .form-group .checkbox-style {
    margin: 0;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .auth-form .form-group .checkbox-style label {
      width: 14px;
      height: 14px;
      border-radius: 2px;
      border: 1px solid #BDBDBD;
      position: initial;
      margin: 5px 10px 0 0;
      flex: 1 0 14px; }
      .auth-form .form-group .checkbox-style label:after {
        width: 15px;
        height: 8px;
        top: 5px;
        left: 7px;
        border: 3px solid #132c48;
        border-top: none;
        border-right: none; }
    .auth-form .form-group .checkbox-style p {
      margin: 0 !important;
      float: none;
      padding: 0;
      flex: 1 0 calc(100% - 24px);
      width: auto;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #212121; }
      .auth-form .form-group .checkbox-style p a {
        font-weight: normal;
        color: #132c48; }
  .auth-form .form-group .intl-tel-input .form-control {
    padding-left: 50px; }
  .auth-form .form-group .intl-tel-input .flag-dropdown {
    background-color: #BDBDBD;
    border-radius: 4px 0 0 4px; }
  .auth-form .form-group.top-margin {
    margin-top: 40px; }
  .auth-form .form-group.with-tooltip .tooltip-input {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .auth-form .form-group.with-tooltip .tooltip-input .fa {
      position: initial; }

.auth-form .btn-group {
  margin: 0 0 25px 0; }
  .auth-form .btn-group .btn {
    margin: 0 8px; }
  .auth-form .btn-group.bigger-margin {
    margin: 45px 0 52px 0; }

.auth-form .forgot-pass a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #132c48; }

.auth-form .have-acc {
  text-align: center; }
  .auth-form .have-acc p {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 24px; }
    .auth-form .have-acc p a {
      color: #132c48; }
      .auth-form .have-acc p a:focus, .auth-form .have-acc p a:hover {
        color: #132c48; }

@media (max-width: 1279px) {
  .login-section {
    padding: 0; } }

@media (max-width: 1023px) {
  .register-section, .login-section {
    padding: 40px 0 0 0; } }

@media (max-width: 767px) {
  .auth-form .btn-group .btn {
    margin: 5px 10px; }
    .auth-form .btn-group .btn.white {
      margin-left: 10px; } }

@media (max-width: 540px) {
  .register-section, .login-section {
    padding: 0; }
  .auth-form .form-group #rc-imageselect, .auth-form .form-group .g-recaptcha {
    display: inline; }
  .auth-form .form-group #rc-imageselect {
    max-width: 100%; }
  .auth-form .form-group .g-recaptcha > div > div {
    width: 100% !important;
    height: 78px;
    transform: scale(0.77);
    webkit-transform: scale(0.77);
    text-align: center;
    position: relative; } }

@media (max-width: 399px) {
  .auth-block h2 {
    font-size: 28px; }
  .auth-block .new-border-block {
    padding: 20px 25px; }
  .btn {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    padding: 5px 40px;
    max-width: initial; } }

@media (max-width: 359px) {
  .btn {
    max-width: initial;
    width: 100%; }
  .auth-form .btn-group .btn {
    margin: 5px 0; }
    .auth-form .btn-group .btn.white {
      margin-left: 0; } }

.tools-index-page .container-center .tools-home-list {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap; }
  .tools-index-page .container-center .tools-home-list .tool-block {
    float: none;
    flex: 1 0 calc(33% - 56px);
    max-width: calc(33% - 56px);
    width: auto;
    margin: 0 28px 19px 28px; }
    .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block {
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      background: #fff;
      border: none;
      height: auto;
      margin: 0;
      padding: 25px 15px 15px 15px;
      width: 100%;
      transition: all 0.3s linear; }
      .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon {
        width: 110px;
        height: 110px;
        background-color: #132c48;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 130px;
        transition: all 0.3s linear; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon .icon {
          font-size: 60px;
          margin-top: 0 !important;
          display: inline-block; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-wifi {
          background-color: #23AD9B; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-multitimeframe {
          background-color: #197DFF; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-heatmap {
          background-color: #FF5000; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-converter {
          background-color: #5C009E; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-scalping {
          background-color: #DDAF19; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-correlation {
          background-color: #8FC987; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-target-two {
          background-color: #317559; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-search {
          background-color: #FF33BB; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .circle-icon.color-icon-calendar {
          background-color: #FF6219; }
      .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a h4 {
        color: #757575;
        font-size: 22px;
        line-height: 27px;
        font-weight: normal;
        font-family: 'Source Sans Pro', sans-serif;
        min-height: 56px;
        text-transform: uppercase;
        margin: 21px 0 0 0;
        transition: all 0.3s linear; }
      .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification {
        left: auto;
        right: 0;
        top: 0; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.forex, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.metals, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.commodities, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.futures, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.stocks, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.platinum, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.forex_majors, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.forex_minors, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.forex_exotics, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.index_futures, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.spot_indices, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.us_stocks, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.uk_stocks, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.french_stocks, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.german_stocks, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.instrument, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.bullish, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block a .notification.bearish {
          right: 0;
          left: auto;
          top: 0; }
      .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block:focus a .circle-icon, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block:hover a .circle-icon {
        background-color: #132c48; }
        .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block:focus a .circle-icon .icon, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block:hover a .circle-icon .icon {
          color: #fff; }
      .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block:focus a h4, .tools-index-page .container-center .tools-home-list .tool-block .one-nav-block:hover a h4 {
        color: #757575; }

.intro-link-block {
  margin-top: 63px; }
  .intro-link-block a {
    border-radius: 4px;
    float: none;
    text-transform: uppercase;
    width: auto;
    color: #fff;
    font-size: 22px;
    overflow: hidden;
    position: relative;
    outline: none;
    border: 1px solid #132c48;
    max-width: initial; }

.introjs-tooltip {
  border-radius: 4px;
  border: 2px solid #132c48; }
  .introjs-tooltip .introjs-tooltiptext p {
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #757575; }
  .introjs-tooltip .introjs-tooltiptext h4 {
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121; }
    .introjs-tooltip .introjs-tooltiptext h4 b {
      font-weight: 600; }
  .introjs-tooltip .introjs-tooltiptext ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #757575; }
  .introjs-tooltip .introjs-tooltipbuttons a {
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    border-bottom: none;
    padding: 8px 20px;
    background-color: #132c48;
    border: 2px solid #132c48;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: none;
    font-weight: 400; }
    .introjs-tooltip .introjs-tooltipbuttons a:hover, .introjs-tooltip .introjs-tooltipbuttons a:focus {
      outline: none;
      box-shadow: none; }
    .introjs-tooltip .introjs-tooltipbuttons a.introjs-disabled {
      border-radius: 4px;
      border: 2px solid #132c48;
      color: #132c48; }
    .introjs-tooltip .introjs-tooltipbuttons a.introjs-nextbutton {
      border-radius: 4px; }

@media (max-width: 1023px) {
  .tools-index-page .container-center .tools-home-list .tool-block {
    flex: 1 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
    margin: 0 15px 19px 15px; } }

@media (max-width: 767px) {
  .tools-index-page .container-center .tools-home-list .tool-block {
    flex: 1 0 calc(50% - 36px);
    max-width: calc(50% - 36px);
    margin: 0 15px 19px 15px; } }

@media (max-width: 599px) {
  .tools-index-page .container-center .tools-home-list .tool-block {
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0 0 19px 0; } }

.with-sidebar .sidebar-toggle {
  display: none; }

.with-sidebar .left-sidebar {
  background-color: #757575;
  overflow-x: hidden;
  transition: width linear .4s;
  width: 80px; }
  .with-sidebar .left-sidebar .tools-nav li a {
    padding: 8px 22px;
    border-bottom: 1px solid #404040;
    display: flex;
    align-items: center; }
    .with-sidebar .left-sidebar .tools-nav li a i {
      display: inline-block;
      vertical-align: middle;
      margin-right: 23px;
      color: #fff;
      font-size: 36px; }
    .with-sidebar .left-sidebar .tools-nav li a p {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      color: #fff;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 15px;
      font-weight: 400;
      flex: 1 0 200px;
      text-align: left; }
    .with-sidebar .left-sidebar .tools-nav li a:hover, .with-sidebar .left-sidebar .tools-nav li a:focus {
      background-color: #c4c4c4; }
    .with-sidebar .left-sidebar .tools-nav li a .notification {
      left: auto !important;
      right: 5px !important;
      top: 5px !important;
      display: none; }
  .with-sidebar .left-sidebar .tools-nav li.active a {
    background-color: #c4c4c4; }

@media (min-width: 1280px) {
  .with-sidebar .left-sidebar:hover {
    width: 300px; }
    .with-sidebar .left-sidebar:hover .tools-nav li a .notification {
      display: inline-block; } }

@media (max-width: 1279px) {
  body:before {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.3s linear; }
  body.sidebar-opened {
    overflow: hidden; }
    body.sidebar-opened:before {
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      z-index: 600; }
  body.nav-opened #header {
    z-index: 1003; }
  #header {
    transition: none;
    overflow-x: hidden; }
    #header .tools-header-inside.tools-page-header .logo {
      padding-left: 60px; }
    #header .tools-header-inside.tools-page-header .tools-navigation .nav-bar {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: height 0.4s 0.4s; }
      #header .tools-header-inside.tools-page-header .tools-navigation .nav-bar .navigation-menu {
        transform: translateY(-300%);
        transition: all 0.4s 0.2s; }
      #header .tools-header-inside.tools-page-header .tools-navigation .nav-bar.show {
        opacity: 1;
        visibility: visible; }
        #header .tools-header-inside.tools-page-header .tools-navigation .nav-bar.show .navigation-menu {
          transform: translateY(0); }
  .with-sidebar .left-sidebar {
    padding-top: 0;
    z-index: 1001;
    width: 65px; }
    .with-sidebar .left-sidebar .sidebar-toggle {
      display: block;
      line-height: 75px;
      background: #fff;
      border: none;
      width: 100%;
      border-bottom: 5px solid #132c48;
      color: #757575;
      font-size: 35px;
      text-align: left;
      padding: 0 17px; }
    .with-sidebar .left-sidebar .tools-nav li a {
      padding: 8px 17px; }
    .with-sidebar .left-sidebar.sidebar-wider {
      width: 300px; }
      .with-sidebar .left-sidebar.sidebar-wider .tools-nav li a .notification {
        display: inline-block; }
  .with-sidebar .main-content-left {
    margin-left: 80px;
    padding-top: 0;
    margin-top: -3em; } }

@media (max-width: 1023px) {
  .with-sidebar .left-sidebar {
    position: absolute;
    height: 60px; }
    .with-sidebar .left-sidebar .sidebar-toggle {
      line-height: 55px; }
    .with-sidebar .left-sidebar .tools-nav {
      display: block;
      font-size: 14px; }
      .with-sidebar .left-sidebar .tools-nav li {
        display: block;
        width: auto; }
        .with-sidebar .left-sidebar .tools-nav li a {
          position: relative; }
          .with-sidebar .left-sidebar .tools-nav li a .notification {
            position: absolute; }
    .with-sidebar .left-sidebar.sidebar-wider {
      height: 100%; }
  .with-sidebar .main-content-left {
    margin-left: 0;
    padding-top: 0;
    margin-top: 30px; }
  #header .tools-header-inside .tools-navigation .toggle-nav {
    top: 17px; } }

@media (max-width: 1023px) {
  .with-sidebar .left-sidebar {
    top: 0; }
    .with-sidebar .left-sidebar .tools-nav li.active, .with-sidebar .left-sidebar .tools-nav li:focus, .with-sidebar .left-sidebar .tools-nav li:hover {
      background-color: transparent; } }

@media (max-width: 765px) {
  #header .tools-header-inside .logo a img {
    height: 50px; }
  .with-sidebar .left-sidebar .sidebar-toggle {
    font-size: 30px; } }

.main-content-left h2 {
  font-size: 36px;
  font-weight: bold;
  color: #757575;
  text-transform: none;
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif; }

.main-content-left .analysis .tab-container .ui-tabs-nav {
  height: auto; }
  .main-content-left .analysis .tab-container .ui-tabs-nav li {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding: 7px 16px 6px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #212121; }
    .main-content-left .analysis .tab-container .ui-tabs-nav li a {
      padding: 0;
      color: #212121;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px; }
    .main-content-left .analysis .tab-container .ui-tabs-nav li .notification {
      line-height: 20px; }
    .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-focus, .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-hover, .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-active {
      padding: 7px 16px 6px;
      background-color: #BDBDBD !important;
      border: 1px solid #132c48;
      color: #fff; }

.main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px; }
  .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header:hover, .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-hover, .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-active {
    background: #BDBDBD !important;
    border: 1px solid #132c48;
    color: #fff; }
    .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header:hover .ui-accordion-header-icon, .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-hover .ui-accordion-header-icon, .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
      background-color: #132c48; }
  .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    background-color: #757575;
    color: #fff; }

.main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-content {
  border: none; }

.main-content-left .analysis table {
  font-family: 'Source Sans Pro', sans-serif; }
  .main-content-left .analysis table tr th {
    font-family: 'Source Sans Pro', sans-serif; }
  .main-content-left .analysis table tr td {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal; }

.main-content-left .analysis.mtfa-page table tr.custom-arrows td.oversold, .main-content-left .analysis.mtfa-page table tr.custom-arrows td.strong_buy, .main-content-left .analysis.mtfa-page table tr.custom-arrows td.super_strong_buy, .main-content-left .analysis.mtfa-page table tr.custom-arrows td.buy {
  font-size: 0;
  background: url("/static/img/arrow_up_green.gif") no-repeat;
  background-size: 27px;
  background-position: 50%; }

.main-content-left .analysis.mtfa-page table tr.custom-arrows td.strong_sell, .main-content-left .analysis.mtfa-page table tr.custom-arrows td.sell, .main-content-left .analysis.mtfa-page table tr.custom-arrows td.super_strong_sell, .main-content-left .analysis.mtfa-page table tr.custom-arrows td.overbought {
  font-size: 0;
  background: url("/static/img/arrow_down_red.png") no-repeat;
  background-size: 27px;
  background-position: 50%; }

.main-content-left .analysis.mtfa-page table tr.custom-arrows td.neutral {
  font-size: 0;
  position: relative; }
  .main-content-left .analysis.mtfa-page table tr.custom-arrows td.neutral:before {
    content: "-";
    font-size: 30px; }

.main-content-left .analysis.tab-container .ui-tabs-nav {
  height: auto; }
  .main-content-left .analysis.tab-container .ui-tabs-nav li {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding: 7px 16px 6px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #212121; }
    .main-content-left .analysis.tab-container .ui-tabs-nav li a {
      padding: 0;
      color: #212121;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px; }
    .main-content-left .analysis.tab-container .ui-tabs-nav li .notification {
      line-height: 20px; }
    .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-focus, .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-hover, .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-active {
      padding: 7px 16px 6px;
      background-color: #BDBDBD !important;
      border: 1px solid #132c48;
      color: #fff; }

.main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px; }
  .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header:hover, .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-hover, .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-active {
    background: #BDBDBD !important;
    border: 1px solid #132c48;
    color: #fff; }
    .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header:hover .ui-accordion-header-icon, .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-hover .ui-accordion-header-icon, .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
      background-color: #132c48; }
  .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    background-color: #757575;
    color: #fff; }

.main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-content {
  border: none; }

.main-content-left .mtf-btns {
  display: inline-block;
  max-width: initial;
  width: auto; }
  .main-content-left .mtf-btns a {
    border: 2px solid #132c48;
    background-color: #132c48;
    border-radius: 4px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: normal;
    padding: 5px 53px;
    transition: all 0.2s linear;
    margin: 0 10px 0 0; }
    .main-content-left .mtf-btns a:before {
      display: none; }
    .main-content-left .mtf-btns a span {
      padding: 0;
      background-color: #132c48;
      color: #fff;
      border: none;
      line-height: 36px;
      transition: all 0.2s linear; }
    .main-content-left .mtf-btns a.active, .main-content-left .mtf-btns a:hover, .main-content-left .mtf-btns a:focus {
      background-color: #fff; }
      .main-content-left .mtf-btns a.active span, .main-content-left .mtf-btns a:hover span, .main-content-left .mtf-btns a:focus span {
        transform: none;
        background-color: #fff;
        color: #132c48; }
  .main-content-left .mtf-btns .notification {
    left: auto;
    right: 2rem; }

.main-content-left .info h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #757575; }

.main-content-left .info h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #757575; }

.main-content-left .info p {
  font-size: 16px;
  color: #757575;
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
  margin: 0 0 20px 0; }
  .main-content-left .info p strong {
    color: #212121; }

.main-content-left .info ul li {
  font-size: 16px;
  color: #757575;
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif; }

.main-content-left .info h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #757575; }

.main-content-left form#state label {
  color: #212121;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif; }

.main-content-left table.heatmap td.strong_buy {
  background-color: #14bf7a; }

.main-content-left table.heatmap td.strong_buy_bgr {
  color: #14bf7a; }

.main-content-left table.heatmap td.strong_buy_font {
  color: #14bf7a;
  background-color: transparent; }

.main-content-left table.heatmap td.strong_sell {
  background-color: #bf1414; }

.main-content-left table.heatmap td.strong_sell_font {
  color: #bf1414;
  background-color: transparent; }

.main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-header {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #757575;
  text-shadow: none;
  border-color: #404040; }
  .main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-header .z-title {
    text-shadow: none;
    background: #757575;
    font-size: 20px; }

.main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-content {
  border-color: #404040; }
  .main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-content .z-auto-g label.category {
    font-weight: 600;
    color: #757575; }
  .main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-content .z-auto-g .instrument_list {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap; }
    .main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-content .z-auto-g .instrument_list li label {
      color: #757575; }
  .main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-content .z-auto-g form#state label {
    color: #757575; }

.main-content-left div.analysis,
.main-content-left div.analysis p,
.main-content-left div.analysis div,
.main-content-left div.analysis table {
  font-family: 'Source Sans Pro', sans-serif !important; }

.main-content-left .responsive-table table {
  font-family: 'Source Sans Pro', sans-serif !important;
  color: #757575; }

.main-content-left #instructions tr td {
  color: #757575;
  border-color: #404040;
  font-weight: normal;
  font-size: 16px; }

.main-content-left .calculator p {
  color: #757575; }

.main-content-left .calculator .tab-container .ui-tabs-nav {
  height: auto; }
  .main-content-left .calculator .tab-container .ui-tabs-nav li {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    padding: 7px 16px 6px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #212121; }
    .main-content-left .calculator .tab-container .ui-tabs-nav li a {
      padding: 0;
      color: #212121;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px; }
    .main-content-left .calculator .tab-container .ui-tabs-nav li .notification {
      line-height: 20px; }
    .main-content-left .calculator .tab-container .ui-tabs-nav li.ui-state-focus, .main-content-left .calculator .tab-container .ui-tabs-nav li.ui-state-hover, .main-content-left .calculator .tab-container .ui-tabs-nav li.ui-state-active {
      padding: 7px 16px 6px;
      background-color: #BDBDBD !important;
      border: 1px solid #132c48;
      color: #fff; }

.main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background-color: #fff; }
  .main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header:hover, .main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-hover, .main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-active {
    background: #BDBDBD !important;
    border: 1px solid #132c48;
    color: #fff; }
    .main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header:hover .ui-accordion-header-icon, .main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-hover .ui-accordion-header-icon, .main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
      background-color: #132c48; }
  .main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    background-color: #757575;
    color: #fff; }

.main-content-left .calculator .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-content {
  border: none; }

.main-content-left .market-review-page h1 {
  font-size: 38px;
  font-weight: bold;
  color: #132c48;
  font-family: 'Source Sans Pro', sans-serif; }

.main-content-left .market-review-page h2 {
  font-size: 36px;
  font-weight: bold;
  color: #757575;
  text-transform: none;
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif; }

.main-content-left .market-review-page .market-filter {
  margin-top: 0; }
  .main-content-left .market-review-page .market-filter .form-inline .form-group label {
    font-family: 'Source Sans Pro', sans-serif;
    color: #757575;
    font-size: 14px; }
  .main-content-left .market-review-page .market-filter .form-inline .form-group .select-style {
    border-color: #BDBDBD; }
    .main-content-left .market-review-page .market-filter .form-inline .form-group .select-style select {
      font-family: 'Source Sans Pro', sans-serif;
      color: #757575;
      font-size: 14px; }

.main-content-left .market-review-page .market-list li {
  border-bottom-color: #132c48; }
  .main-content-left .market-review-page .market-list li a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #757575;
    font-size: 20px; }
  .main-content-left .market-review-page .market-list li span {
    font-family: 'Source Sans Pro', sans-serif;
    color: #757575;
    font-size: 14px; }

.main-content-left .market-review-page .pagination {
  display: flex; }
  .main-content-left .market-review-page .pagination li {
    margin: 0 5px; }
    .main-content-left .market-review-page .pagination li a {
      border: 1px solid #BDBDBD;
      border-radius: 4px;
      padding: 7px 16px 6px;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
      line-height: 25px;
      font-weight: 400;
      color: #212121; }
      .main-content-left .market-review-page .pagination li a:hover, .main-content-left .market-review-page .pagination li a:focus {
        background: #BDBDBD;
        border: 1px solid #132c48;
        color: #fff; }
    .main-content-left .market-review-page .pagination li.active a {
      background: #BDBDBD;
      border: 1px solid #132c48;
      color: #fff; }
    .main-content-left .market-review-page .pagination li.disabled a {
      background-color: #c4c4c4;
      color: #fff; }
      .main-content-left .market-review-page .pagination li.disabled a span {
        color: #fff; }

.main-content-left .z-accordion.horizontal > .z-section {
  position: absolute !important; }

@media (max-width: 1279px) {
  .with-sidebar .main-content-left h1 {
    font-size: 34px; }
  .with-sidebar .main-content-left h2 {
    font-size: 30px; }
  .with-sidebar .main-content-left .correlation-accordion #list_container.z-accordion.horizontal .z-section .z-content .z-auto-g .instrument_list li {
    margin: 5px 15px; } }

@media (max-width: 899px) {
  .with-sidebar .main-content-left h1 {
    font-size: 30px; }
  .with-sidebar .main-content-left h2 {
    font-size: 26px; }
  .main-content-left .mtf-btns a {
    font-size: 18px;
    padding: 2px 35px; }
  .main-content-left .info h4 {
    font-size: 22px; } }

@media (max-width: 799px) {
  .market-review-page .market-header .market-filter form .btn {
    padding: 0 20px;
    font-size: 18px; } }

@media (max-width: 765px) {
  .with-sidebar .main-content-left h1 {
    font-size: 24px; }
  .with-sidebar .main-content-left h2 {
    font-size: 20px; }
  .with-sidebar .main-content-left .info h4 {
    font-size: 18px; }
  .with-sidebar .main-content-left .calculator .tab-container .ui-tabs-nav li a {
    font-size: 16px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li {
    padding: 4px 10px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li a {
      font-size: 16px; }
  .with-sidebar .main-content-left .analysis #list_container .z-auto-g label.category {
    font-size: 18px; }
  .with-sidebar .main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-header .z-title {
    font-size: 18px; }
  .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li {
    padding: 4px 10px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li a {
      font-size: 16px; }
    .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-focus, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-hover, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-active {
      padding: 4px 10px 3px;
      line-height: 20px; }
      .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-focus a, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-hover a, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-active a {
        font-size: 16px; }
  .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li {
    padding: 4px 10px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li a {
      font-size: 16px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-focus, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-hover, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-active {
      padding: 4px 10px 3px;
      line-height: 20px; }
      .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-focus a, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-hover a, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-active a {
        font-size: 16px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .with-sidebar .main-content-left .mtf-btns a {
    font-size: 16px;
    padding: 0 25px;
    line-height: 20px; }
  .with-sidebar .main-content-left .market-review-page .pagination li a {
    font-size: 16px;
    padding: 0 12px; }
  .market-review-page .market-header .market-filter form .btn {
    font-size: 16px;
    line-height: 32px; } }

@media (max-width: 699px) {
  .with-sidebar .main-content-left h1 {
    font-size: 20px; }
  .with-sidebar .main-content-left h2 {
    font-size: 18px; }
  .with-sidebar .main-content-left .info h4 {
    font-size: 16px; }
  .with-sidebar .main-content-left .calculator .tab-container .ui-tabs-nav li a {
    font-size: 13px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li {
    padding: 4px 8px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li a {
      font-size: 13px; }
  .with-sidebar .main-content-left .analysis #list_container .z-auto-g label.category {
    font-size: 16px; }
  .with-sidebar .main-content-left .correlation-accordion .z-accordion.horizontal .z-section .z-header .z-title {
    font-size: 16px; }
  .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li {
    padding: 4px 8px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li a {
      font-size: 13px; }
    .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-focus, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-hover, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-active {
      padding: 4px 8px 3px;
      line-height: 20px; }
      .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-focus a, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-hover a, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-active a {
        font-size: 13px; }
  .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li {
    padding: 4px 8px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li a {
      font-size: 13px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-focus, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-hover, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-active {
      padding: 4px 8px 3px;
      line-height: 20px; }
      .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-focus a, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-hover a, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-active a {
        font-size: 13px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-panel .ui-accordion .ui-accordion-header {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .with-sidebar .main-content-left .mtf-btns a {
    font-size: 13px;
    padding: 0 30px;
    line-height: 20px; }
  .with-sidebar .main-content-left .market-review-page .pagination li a {
    font-size: 15px; }
  .market-review-page .market-header .market-filter form .btn {
    font-size: 15px;
    line-height: 30px; } }

@media (max-width: 399px) {
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav .tab a {
    font-size: 13px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li {
    padding: 4px 5px 3px;
    line-height: 20px; }
  .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li {
    padding: 4px 5px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li a {
      font-size: 13px; }
    .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-focus, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-hover, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-active {
      padding: 4px 5px 3px;
      line-height: 20px; }
      .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-focus a, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-hover a, .with-sidebar .main-content-left .analysis.tab-container .ui-tabs-nav li.ui-state-active a {
        font-size: 13px; }
  .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li {
    padding: 4px 5px 3px;
    line-height: 20px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li a {
      font-size: 13px; }
    .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-focus, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-hover, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-active {
      padding: 4px 5px 3px;
      line-height: 20px; }
      .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-focus a, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-hover a, .with-sidebar .main-content-left .analysis .tab-container .ui-tabs-nav li.ui-state-active a {
        font-size: 13px; } }

.user-profile-navigation h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #212121;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  margin: 0; }

.user-profile-navigation .user-nav {
  display: flex;
  border-bottom: 2px solid #BDBDBD; }
  .user-profile-navigation .user-nav li a {
    padding: 0 14px;
    line-height: 40px;
    margin: 0 0 -2px 0;
    border-bottom: 3px solid transparent;
    display: block;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif; }
    .user-profile-navigation .user-nav li a:hover, .user-profile-navigation .user-nav li a:focus {
      border-bottom: 3px solid rgba(19, 44, 72, 0.8);
      color: #000;
      font-weight: 600; }
  .user-profile-navigation .user-nav li.active a {
    border-bottom: 3px solid rgba(19, 44, 72, 0.8);
    color: #000;
    font-weight: 600; }

.edit-profile-content {
  margin-top: 79px; }
  .edit-profile-content .edit-profile {
    border: 1px solid #132c48;
    background-color: rgba(19, 44, 72, 0.2);
    border-radius: 4px;
    padding: 23px 47px 33px;
    margin: 0 auto;
    max-width: 50%; }
    .edit-profile-content .edit-profile .heading-wbckg {
      background: transparent;
      padding: 0;
      text-align: left;
      color: #212121;
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase; }
    .edit-profile-content .edit-profile form {
      padding: 24px 0 0 0; }
      .edit-profile-content .edit-profile form .form-group {
        margin-bottom: 10px; }
        .edit-profile-content .edit-profile form .form-group label {
          text-align: left;
          font-family: 'Source Sans Pro', sans-serif;
          color: #212121;
          font-size: 16px;
          font-weight: 400;
          padding-top: 0;
          line-height: 38px; }
          .edit-profile-content .edit-profile form .form-group label span {
            position: relative; }
            .edit-profile-content .edit-profile form .form-group label span:after {
              content: "*";
              right: -10px;
              top: -10px;
              color: #0275D8 !important;
              position: absolute;
              display: block; }
          .edit-profile-content .edit-profile form .form-group label:after {
            display: none; }
        .edit-profile-content .edit-profile form .form-group .form-control {
          border: 1px solid #BDBDBD;
          border-radius: 4px;
          height: 38px;
          font-family: 'Source Sans Pro', sans-serif;
          color: #212121;
          font-size: 16px; }
          .edit-profile-content .edit-profile form .form-group .form-control:hover, .edit-profile-content .edit-profile form .form-group .form-control:focus {
            border-color: #132c48 !important; }
      .edit-profile-content .edit-profile form .btn-group .btn {
        line-height: 26px;
        width: 85px;
        padding: 5px 10px;
        font-size: 18px; }

.user-product-info {
  margin: 156px 0; }
  .user-product-info .product-info-table .responsive-table {
    margin: 33px 0 45px 0; }
    .user-product-info .product-info-table .responsive-table table {
      border: none; }
      .user-product-info .product-info-table .responsive-table table thead tr th {
        padding: 13px 20px 13px 27px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #757575;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        text-transform: none;
        border: none;
        border-top: 1px solid #ECEEEF; }
      .user-product-info .product-info-table .responsive-table table tbody tr td {
        padding: 13px 20px 13px 27px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #fff;
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
        text-transform: none;
        border: none;
        border-top: 1px solid #ECEEEF; }
        .user-product-info .product-info-table .responsive-table table tbody tr td h4 {
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 17px;
          font-weight: 600;
          margin: 0;
          text-transform: uppercase; }
        .user-product-info .product-info-table .responsive-table table tbody tr td:last-child {
          text-align: right; }
        .user-product-info .product-info-table .responsive-table table tbody tr td sup {
          font-size: 9px;
          top: -10px; }
        .user-product-info .product-info-table .responsive-table table tbody tr td .btn-gray {
          max-width: initial;
          background-color: #fff;
          border: 1px solid #757575;
          line-height: 37px;
          padding: 0 8px;
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 14px;
          font-weight: 600;
          color: #757575; }
      .user-product-info .product-info-table .responsive-table table tbody tr:first-child td {
        background-color: #EF6A85; }
      .user-product-info .product-info-table .responsive-table table tbody tr:nth-child(2) td {
        background-color: #AC69AC; }
      .user-product-info .product-info-table .responsive-table table tbody tr:last-child td {
        background-color: #1393BA; }

@media (max-width: 1679px) {
  .edit-profile-content .edit-profile {
    max-width: 60%; } }

@media (max-width: 1365px) {
  .edit-profile-content .edit-profile {
    max-width: 70%; } }

@media (max-width: 1279px) {
  .edit-profile-content .edit-profile {
    max-width: 80%; }
  .with-sidebar .main-content-left .user-profile-navigation h1 {
    font-size: 28px; } }

@media (max-width: 899px) {
  .edit-profile-content .edit-profile {
    max-width: 95%; } }

@media (max-width: 767px) {
  .edit-profile-content {
    margin-top: 30px; }
    .edit-profile-content .edit-profile {
      max-width: 100%;
      padding: 15px 30px 25px 15px; }
      .edit-profile-content .edit-profile form {
        padding-top: 15px; }
  .user-product-info {
    margin: 75px 0; }
    .user-product-info .product-info-table .responsive-table table {
      border: none; }
      .user-product-info .product-info-table .responsive-table table thead tr th {
        padding: 8px 10px 8px 10px;
        font-size: 16px;
        line-height: 20px; }
      .user-product-info .product-info-table .responsive-table table tbody tr td {
        padding: 8px 10px 8px 10px;
        font-size: 15px;
        line-height: 20px; }
        .user-product-info .product-info-table .responsive-table table tbody tr td h4 {
          font-size: 15px; }
        .user-product-info .product-info-table .responsive-table table tbody tr td sup {
          font-size: 6px;
          top: -8px; }
        .user-product-info .product-info-table .responsive-table table tbody tr td .btn-gray {
          line-height: 34px;
          padding: 0 4px;
          font-size: 13px; } }

@media (max-width: 599px) {
  .edit-profile form fieldset .btn-group {
    display: flex;
    justify-content: center;
    align-items: center; }
    .edit-profile form fieldset .btn-group .btn {
      margin: 0 10px; }
  .user-product-info .product-info-table .responsive-table table thead tr th {
    padding: 8px 5px;
    font-size: 12px;
    line-height: 14px; }
  .user-product-info .product-info-table .responsive-table table tbody tr td {
    padding: 8px 5px;
    font-size: 11px;
    line-height: 13px; }
    .user-product-info .product-info-table .responsive-table table tbody tr td h4 {
      font-size: 12px; }
    .user-product-info .product-info-table .responsive-table table tbody tr td .btn-gray {
      font-size: 11px;
      line-height: 20px; } }

@media (max-width: 359px) {
  .user-product-info .product-info-table .responsive-table table thead tr th {
    padding: 8px 3px;
    font-size: 10px;
    line-height: 14px; }
  .user-product-info .product-info-table .responsive-table table tbody tr td {
    padding: 8px 3px;
    font-size: 10px;
    line-height: 13px; }
    .user-product-info .product-info-table .responsive-table table tbody tr td h4 {
      font-size: 10px; }
    .user-product-info .product-info-table .responsive-table table tbody tr td .btn-gray {
      font-size: 10px;
      line-height: 20px; } }

.billing-top-info {
  margin: 48px 0 60px 0;
  border: 1px solid #132c48;
  background-color: rgba(19, 44, 72, 0.2);
  border-radius: 4px;
  padding: 16px 16px 21px 37px;
  display: flex; }
  .billing-top-info > div {
    flex: 1 0 33.33%;
    max-width: 33.33%; }
  .billing-top-info h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    margin: 0 0 23px 0;
    padding: 0; }
  .billing-top-info p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px 0; }
  .billing-top-info .payment-due {
    padding-right: 52px;
    border-right: 2px solid #132c48; }
    .billing-top-info .payment-due .payment-links {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .billing-top-info .payment-due .payment-links a {
        font-family: 'Source Sans Pro', sans-serif;
        color: #132c48;
        font-size: 15px;
        line-height: 18px;
        font-weight: 600; }
        .billing-top-info .payment-due .payment-links a i {
          margin-right: 8px;
          color: #000; }
  .billing-top-info .billing-cycle {
    padding-left: 71px; }
  .billing-top-info .estimated-payment {
    padding-left: 98px; }
    .billing-top-info .estimated-payment .one-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0; }
      .billing-top-info .estimated-payment .one-line span {
        font-family: 'Source Sans Pro', sans-serif;
        color: #212121;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-align: left; }
        .billing-top-info .estimated-payment .one-line span.bold-txt {
          font-weight: 600; }
      .billing-top-info .estimated-payment .one-line.with-border {
        border-top: 2px dashed #132c48;
        margin-top: 4px; }
    .billing-top-info .estimated-payment .note-text {
      margin-top: 25px;
      text-align: right;
      color: #757575;
      font-size: 15px;
      line-height: 18px; }

.billing-history-block .history-heading {
  display: flex;
  justify-content: space-between; }
  .billing-history-block .history-heading h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin: 0; }

.billing-history-block .responsive-table {
  margin: 33px 0 45px 0; }
  .billing-history-block .responsive-table table {
    border: none; }
    .billing-history-block .responsive-table table thead tr th {
      padding: 5px 21px 9px;
      font-family: 'Source Sans Pro', sans-serif;
      color: #212121;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      text-transform: none;
      border: none;
      border-top: 1px solid #ECEEEF; }
    .billing-history-block .responsive-table table tbody tr td {
      padding: 5px 21px 9px;
      font-family: 'Source Sans Pro', sans-serif;
      color: #757575;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      text-transform: none;
      border: none;
      border-top: 1px solid #ECEEEF; }
      .billing-history-block .responsive-table table tbody tr td:first-child {
        color: #212121; }
      .billing-history-block .responsive-table table tbody tr td:last-child {
        text-align: right; }
      .billing-history-block .responsive-table table tbody tr td a {
        color: #132c48; }

@media (max-width: 1365px) {
  .billing-top-info .payment-due {
    padding-right: 30px; }
  .billing-top-info .billing-cycle {
    padding-left: 30px; }
  .billing-top-info .estimated-payment {
    padding-left: 30px; } }

@media (max-width: 1279px) {
  .with-sidebar .main-content-left .billing-top-info h2 {
    font-size: 22px; }
  .billing-top-info {
    padding-left: 18px; }
    .billing-top-info .payment-due {
      padding-right: 20px; }
      .billing-top-info .payment-due .payment-links {
        flex-flow: row wrap; }
        .billing-top-info .payment-due .payment-links a:last-child {
          margin-top: 10px; }
    .billing-top-info .billing-cycle {
      padding-left: 20px; }
    .billing-top-info .estimated-payment {
      padding-left: 20px; } }

@media (max-width: 767px) {
  .with-sidebar .main-content-left .billing-top-info h2 {
    font-size: 20px; }
  .billing-top-info {
    flex-flow: row wrap; }
    .billing-top-info > div {
      flex: 1 0 100%;
      max-width: 100%; }
    .billing-top-info .payment-due {
      padding-right: 0;
      border-right: 0;
      padding-bottom: 10px;
      border-bottom: 2px solid #132c48;
      margin-bottom: 10px; }
    .billing-top-info .billing-cycle {
      padding-left: 0; }
    .billing-top-info .estimated-payment {
      padding-left: 0; }
  .billing-history-block .history-heading h2 {
    font-size: 20px; }
  .billing-history-block .responsive-table {
    margin: 30px 0 30px 0; }
    .billing-history-block .responsive-table table {
      border: none; }
      .billing-history-block .responsive-table table thead tr th {
        padding: 5px 10px;
        font-size: 15px;
        line-height: 19px; }
      .billing-history-block .responsive-table table tbody tr td {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 18px; } }

@media (max-width: 599px) {
  .billing-history-block .history-heading {
    flex-flow: row wrap; } }

.affiliate-link-block {
  margin: 56px 0 94px 0;
  border: 1px solid #132c48;
  background-color: rgba(19, 44, 72, 0.2);
  border-radius: 4px;
  padding: 14px 59px 33px 59px; }
  .affiliate-link-block h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121;
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 31px 0;
    padding: 0; }
  .affiliate-link-block input {
    background-color: #fff;
    border: 2px solid #132c48;
    padding: 17px 20px;
    border-radius: 4px;
    width: 60%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400; }

.referrals-block h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #212121;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  text-transform: none; }

.referrals-block .responsive-table {
  margin: 33px 0 45px 0; }
  .referrals-block .responsive-table table {
    border: none; }
    .referrals-block .responsive-table table thead tr th {
      padding: 5px 21px 9px;
      font-family: 'Source Sans Pro', sans-serif;
      color: #212121;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      text-transform: none;
      border: none;
      border-top: 1px solid #ECEEEF; }
    .referrals-block .responsive-table table tbody tr td {
      padding: 5px 21px 9px;
      font-family: 'Source Sans Pro', sans-serif;
      color: #757575;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      text-transform: none;
      border: none;
      border-top: 1px solid #ECEEEF; }

@media (max-width: 1279px) {
  .affiliate-link-block input {
    width: 80%; }
  .with-sidebar .main-content-left .referrals-block h2,
  .with-sidebar .main-content-left .affiliate-link-block h2 {
    font-size: 22px; } }

@media (max-width: 767px) {
  .with-sidebar .main-content-left .referrals-block h2,
  .with-sidebar .main-content-left .affiliate-link-block h2 {
    font-size: 20px; }
  .affiliate-link-block {
    padding: 10px 15px 20px 15px;
    margin: 30px 0 50px 0; }
    .affiliate-link-block input {
      width: 100%;
      padding: 12px 10px;
      font-size: 18px;
      line-height: 22px; }
  .referrals-block h2 {
    font-size: 20px; }
  .referrals-block .responsive-table {
    margin: 30px 0 30px 0; }
    .referrals-block .responsive-table table {
      border: none; }
      .referrals-block .responsive-table table thead tr th {
        padding: 5px 10px;
        font-size: 15px;
        line-height: 19px; }
      .referrals-block .responsive-table table tbody tr td {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 18px; } }

li {
  position: relative !important; }
  li .notification {
    text-align: initial !important;
    line-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px !important;
    right: -5px !important;
    bottom: auto !important;
    left: auto !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
    font-size: 12px !important; }

.mtf-btns {
  position: relative !important;
  padding: 0 !important; }
  .mtf-btns .notification {
    text-align: initial !important;
    line-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -12px !important;
    right: 5px !important;
    bottom: auto !important;
    left: auto !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 14px !important;
    font-size: 12px !important; }

.one-nav-block {
  position: relative !important; }
  .one-nav-block .notification {
    text-align: initial !important;
    line-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px !important;
    right: 2px !important;
    bottom: auto !important;
    left: auto !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 15px !important;
    font-size: 18px !important; }

/*# sourceMappingURL=site.css.map */
