.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #2eafbb;
  *border: 0;
  border-bottom-color: #248992;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  *background-color: #d9d9d9;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.1s;
  filter: alpha(opacity=10s);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 0px 30px;
  font-size: 14px;
  line-height: 40px;
}
.btn-large i {
  margin-right: 8px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 0px 23px;
  font-size: 13px;
  line-height: 35px;
}
.btn-small i {
  margin-right: 8px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 14px;
  font-size: 11px;
  line-height: 25px;
}
.btn-mini i {
  margin-right: 8px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ff7241;
  background-image: -moz-linear-gradient(top,#ff7e52,#ff6029);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff7e52),to(#ff6029));
  background-image: -webkit-linear-gradient(top,#ff7e52,#ff6029);
  background-image: -o-linear-gradient(top,#ff7e52,#ff6029);
  background-image: linear-gradient(to bottom,#ff7e52,#ff6029);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7e51', endColorstr='#ffff6029', GradientType=0);
  border-color: #ff6029 #ff6029 #dc3800;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #ff6029;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #ff4d10;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #ff6029;
  *background-color: #ff4d10;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #f53f00 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
.btn-light {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#ffffff,#ededed);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ededed));
  background-image: -webkit-linear-gradient(top,#ffffff,#ededed);
  background-image: -o-linear-gradient(top,#ffffff,#ededed);
  background-image: linear-gradient(to bottom,#ffffff,#ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  border-color: #ededed #ededed #c7c7c7;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #ededed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #ededed;
  color: #424346;
}
.btn-light:hover,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #fff;
  background-color: #ededed;
  *background-color: #e1e1e1;
}
.btn-light:active,
.btn-light.active {
  background-color: #d4d4d4 \9;
}
.btn-light:hover {
  color: #424346;
}
.btn-dark {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363a40;
  background-image: -moz-linear-gradient(top,#42474e,#23262a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#42474e),to(#23262a));
  background-image: -webkit-linear-gradient(top,#42474e,#23262a);
  background-image: -o-linear-gradient(top,#42474e,#23262a);
  background-image: linear-gradient(to bottom,#42474e,#23262a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff41474e', endColorstr='#ff23262a', GradientType=0);
  border-color: #23262a #23262a #000001;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #23262a;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #23262a;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.btn-dark.disabled,
.btn-dark[disabled] {
  color: #fff;
  background-color: #23262a;
  *background-color: #181a1c;
}
.btn-dark:active,
.btn-dark.active {
  background-color: #0c0d0e \9;
}
.btn-turquoise {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #38b4c0;
  background-image: -moz-linear-gradient(top,#41c4d0,#299ca7);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#41c4d0),to(#299ca7));
  background-image: -webkit-linear-gradient(top,#41c4d0,#299ca7);
  background-image: -o-linear-gradient(top,#41c4d0,#299ca7);
  background-image: linear-gradient(to bottom,#41c4d0,#299ca7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff41c4d0', endColorstr='#ff289ba6', GradientType=0);
  border-color: #299ca7 #299ca7 #1a6269;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #299ca7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #299ca7;
}
.btn-turquoise:hover,
.btn-turquoise:active,
.btn-turquoise.active,
.btn-turquoise.disabled,
.btn-turquoise[disabled] {
  color: #fff;
  background-color: #299ca7;
  *background-color: #248992;
}
.btn-turquoise:active,
.btn-turquoise.active {
  background-color: #1f767e \9;
}
.btn-blue {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #6091e0;
  background-image: -moz-linear-gradient(top,#76a1e5,#3f7ada);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#76a1e5),to(#3f7ada));
  background-image: -webkit-linear-gradient(top,#76a1e5,#3f7ada);
  background-image: -o-linear-gradient(top,#76a1e5,#3f7ada);
  background-image: linear-gradient(to bottom,#76a1e5,#3f7ada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76a0e4', endColorstr='#ff3e7ad9', GradientType=0);
  border-color: #3f7ada #3f7ada #2156ab;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #3f7ada;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #3f7ada;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #fff;
  background-color: #3f7ada;
  *background-color: #296cd6;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #2561c0 \9;
}
.btn-green {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #6dc03f;
  background-image: -moz-linear-gradient(top,#79cf4b,#59aa2e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#79cf4b),to(#59aa2e));
  background-image: -webkit-linear-gradient(top,#79cf4b,#59aa2e);
  background-image: -o-linear-gradient(top,#79cf4b,#59aa2e);
  background-image: linear-gradient(to bottom,#79cf4b,#59aa2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79ce4b', endColorstr='#ff59a92d', GradientType=0);
  border-color: #59aa2e #59aa2e #3a6e1d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #59aa2e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #59aa2e;
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #fff;
  background-color: #59aa2e;
  *background-color: #4f9628;
}
.btn-green:active,
.btn-green.active {
  background-color: #448223 \9;
}
.btn-red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e55342;
  background-image: -moz-linear-gradient(top,#e86859,#e0331f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e86859),to(#e0331f));
  background-image: -webkit-linear-gradient(top,#e86859,#e0331f);
  background-image: -o-linear-gradient(top,#e86859,#e0331f);
  background-image: linear-gradient(to bottom,#e86859,#e0331f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe76758', endColorstr='#ffdf321e', GradientType=0);
  border-color: #e0331f #e0331f #9c2416;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e0331f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #e0331f;
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #fff;
  background-color: #e0331f;
  *background-color: #c92e1c;
}
.btn-red:active,
.btn-red.active {
  background-color: #b32919 \9;
}
.btn-yellow {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f2dc44;
  background-image: -moz-linear-gradient(top,#f4e05d,#efd41f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f4e05d),to(#efd41f));
  background-image: -webkit-linear-gradient(top,#f4e05d,#efd41f);
  background-image: -o-linear-gradient(top,#f4e05d,#efd41f);
  background-image: linear-gradient(to bottom,#f4e05d,#efd41f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3e05d', endColorstr='#ffefd41f', GradientType=0);
  border-color: #efd41f #efd41f #b5a00d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #efd41f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #efd41f;
  color: #723725;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: #fff;
  background-color: #efd41f;
  *background-color: #e5c910;
}
.btn-yellow:active,
.btn-yellow.active {
  background-color: #cdb50e \9;
}
.btn-yellow i {
  color: #723725;
}
.btn-yellow:hover {
  color: #723725;
}
.btn-orange {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ff6b37;
  background-image: -moz-linear-gradient(top,#ff7e52,#ff4d10);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff7e52),to(#ff4d10));
  background-image: -webkit-linear-gradient(top,#ff7e52,#ff4d10);
  background-image: -o-linear-gradient(top,#ff7e52,#ff4d10);
  background-image: linear-gradient(to bottom,#ff7e52,#ff4d10);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7e51', endColorstr='#ffff4d0f', GradientType=0);
  border-color: #ff4d10 #ff4d10 #c23200;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #ff4d10;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #ff4d10;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #fff;
  background-color: #ff4d10;
  *background-color: #f53f00;
}
.btn-orange:active,
.btn-orange.active {
  background-color: #dc3800 \9;
}
.btn-pink {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e1479e;
  background-image: -moz-linear-gradient(top,#e55eaa,#db258c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e55eaa),to(#db258c));
  background-image: -webkit-linear-gradient(top,#e55eaa,#db258c);
  background-image: -o-linear-gradient(top,#e55eaa,#db258c);
  background-image: linear-gradient(to bottom,#e55eaa,#db258c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe45eaa', endColorstr='#ffdb258c', GradientType=0);
  border-color: #db258c #db258c #9b1963;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #db258c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #db258c;
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
  color: #fff;
  background-color: #db258c;
  *background-color: #c7207f;
}
.btn-pink:active,
.btn-pink.active {
  background-color: #b11d71 \9;
}
.btn-purple {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #8653dc;
  background-image: -moz-linear-gradient(top,#9669e1,#6f32d6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9669e1),to(#6f32d6));
  background-image: -webkit-linear-gradient(top,#9669e1,#6f32d6);
  background-image: -o-linear-gradient(top,#9669e1,#6f32d6);
  background-image: linear-gradient(to bottom,#9669e1,#6f32d6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9568e0', endColorstr='#ff6f31d5', GradientType=0);
  border-color: #6f32d6 #6f32d6 #4e1f9c;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #6f32d6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #6f32d6;
}
.btn-purple:hover,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
  color: #fff;
  background-color: #6f32d6;
  *background-color: #6328c6;
}
.btn-purple:active,
.btn-purple.active {
  background-color: #5824b1 \9;
}
.btn-theme {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #38b4c0;
  background-image: -moz-linear-gradient(top,#41c4d0,#299ca7);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#41c4d0),to(#299ca7));
  background-image: -webkit-linear-gradient(top,#41c4d0,#299ca7);
  background-image: -o-linear-gradient(top,#41c4d0,#299ca7);
  background-image: linear-gradient(to bottom,#41c4d0,#299ca7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff41c4d0', endColorstr='#ff289ba6', GradientType=0);
  border-color: #299ca7 #299ca7 #1a6269;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #299ca7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 0 -1px 0 #299ca7;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.btn-theme.disabled,
.btn-theme[disabled] {
  color: #fff;
  background-color: #299ca7;
  *background-color: #248992;
}
.btn-theme:active,
.btn-theme.active {
  background-color: #1f767e \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #e97062;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.menu-home-2 #sp-main-body-wrapper,
.menu-home-3 #sp-main-body-wrapper,
.menu-home-4 #sp-main-body-wrapper,
.menu-home-5 #sp-main-body-wrapper,
.menu-home-6 #sp-main-body-wrapper,
.menu-home-1 #sp-main-body-wrapper,
.menu-home-8 #sp-main-body-wrapper,
.menu-home-9 #sp-main-body-wrapper,
.menu-home-10 #sp-main-body-wrapper,
.menu-home-13 #sp-main-body-wrapper,
.menu-home-14 #sp-main-body-wrapper,
.menu-home-15 #sp-main-body-wrapper,
.menu-boxed #sp-main-body-wrapper,
.menu-semi #sp-main-body-wrapper,
.menu-header2 #sp-main-body-wrapper,
.menu-header3 #sp-main-body-wrapper {
  display: none;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 22px;
}
.body-innerwrapper {
  overflow: hidden !important;
}
#sp-feature-wrapper {
  position: relative;
  padding: 0;
  overflow: hidden !important;
}
#sp-feature-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 40;
  margin: auto;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}
#sp-feature-wrapper #feature p {
  margin: 0px;
  padding: 0;
}
#sp-users-wrapper {
  padding: 50px 0;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 20px 0;
}
#sp-footer-wrapper #footer {
  margin-top: 5px;
}
#sp-footer-wrapper #sp-footer2 {
  height: 20px;
}
#sp-footer-wrapper #sp-footer2 p {
  margin: 0;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #2eafbb;
  *border: 0;
  border-bottom-color: #248992;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.0), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  *background-color: #d9d9d9;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.1s;
  filter: alpha(opacity=10s);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: none;
  text-shadow: none;
  padding: 0 8px;
  font-size: 16px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #60646a;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  text-shadow: 0 0 12px #3c4978;
  color: #576ec7;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #60646a;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  text-shadow: 0 0 12px #3c4978;
  color: #5db4f0;
}
button.social.linkedin,
input[type='submit'].social.linkedin,
input[type='button'].social.linkedin,
submit.social.linkedin {
  color: #60646a;
}
button.social.linkedin:hover,
input[type='submit'].social.linkedin:hover,
input[type='button'].social.linkedin:hover,
submit.social.linkedin:hover {
  text-shadow: 0 0 12px #105070;
  color: #007bb6;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #60646a;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  text-shadow: 0 0 12px #6d2d27;
  color: #ba3526;
}
button.social.dribbble,
input[type='submit'].social.dribbble,
input[type='button'].social.dribbble,
submit.social.dribbble {
  color: #60646a;
}
button.social.dribbble:hover,
input[type='submit'].social.dribbble:hover,
input[type='button'].social.dribbble:hover,
submit.social.dribbble:hover {
  text-shadow: 0 0 12px #813958;
  color: #e24d87;
}
button.social.skype,
input[type='submit'].social.skype,
input[type='button'].social.skype,
submit.social.skype {
  color: #60646a;
}
button.social.skype:hover,
input[type='submit'].social.skype:hover,
input[type='button'].social.skype:hover,
submit.social.skype:hover {
  text-shadow: 0 0 12px #256785;
  color: #29aae1;
}
button.social.rss,
input[type='submit'].social.rss,
input[type='button'].social.rss,
submit.social.rss {
  color: #60646a;
}
button.social.rss:hover,
input[type='submit'].social.rss:hover,
input[type='button'].social.rss:hover,
submit.social.rss:hover {
  text-shadow: 0 0 12px #8d5b14;
  color: #fa9200;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: none;
  text-shadow: none;
  padding: 0 8px;
  font-size: 16px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #60646a;
}
.btn.social.facebook:hover {
  text-shadow: 0 0 12px #3c4978;
  color: #576ec7;
}
.btn.social.twitter {
  color: #60646a;
}
.btn.social.twitter:hover {
  text-shadow: 0 0 12px #3c4978;
  color: #5db4f0;
}
.btn.social.linkedin {
  color: #60646a;
}
.btn.social.linkedin:hover {
  text-shadow: 0 0 12px #105070;
  color: #007bb6;
}
.btn.social.gplus {
  color: #60646a;
}
.btn.social.gplus:hover {
  text-shadow: 0 0 12px #6d2d27;
  color: #ba3526;
}
.btn.social.dribbble {
  color: #60646a;
}
.btn.social.dribbble:hover {
  text-shadow: 0 0 12px #813958;
  color: #e24d87;
}
.btn.social.skype {
  color: #60646a;
}
.btn.social.skype:hover {
  text-shadow: 0 0 12px #256785;
  color: #29aae1;
}
.btn.social.rss {
  color: #60646a;
}
.btn.social.rss:hover {
  text-shadow: 0 0 12px #8d5b14;
  color: #fa9200;
}
.btn.social:hover {
  text-decoration: none;
}
#sp-top-wrapper {
  font-size: 13px;
  height: 42px;
}
#sp-top-wrapper .row-fluid {
  margin-bottom: 0;
}
#sp-top-wrapper .top-bar-phone {
  text-align: right;
}
#sp-top-wrapper .top-bar-phone em {
  font-size: 16px;
}
#sp-top-wrapper .top-bar-social {
  text-align: right;
}
#sp-header-wrapper #header.row-fluid::before,
#sp-header-wrapper #header.row-fluid::after {
  display: block !important;
}
#sp-header-wrapper #sp-logo {
  display: block;
}
#sp-header-wrapper #sp-search .form-inline input.button {
  display: none;
}
#sp-header-wrapper #sp-search label.element-invisible {
  display: none;
}
#sp-header-wrapper #sp-search button {
  display: none;
}
#sp-header-wrapper #sp-search input {
  background: url(../images/search.jpg) 8px 8px no-repeat #fff;
  width: 65px;
  float: right;
  padding-left: 31px;
  height: 24px;
  font-style: italic;
  border-color: #d4d4d4 #e2e2e2 #e2e2e2;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  font-size: 13px;
  color: #a1a3a5;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#sp-header-wrapper #sp-search input:focus {
  width: 130px;
  color: #65686d;
  background: url(../images/search2.jpg) 8px 8px no-repeat #fff;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-style: normal;
}
#sp-call_to_action-wrapper {
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
}
#sp-call_to_action-wrapper #sp-call_to_action {
  min-height: 0;
}
#sp-call_to_action-wrapper .custom p {
  margin-bottom: 0;
}
.image_box_image .image_box_image_inner {
  text-align: center;
  padding-bottom: 0px;
}
.image_box_image .image_box_image_inner .box_image {
  margin: 0 0 20px 0;
}
.image_box_image .image_box_image_inner .title {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.image_box_image .image_box_image_inner .title a {
  color: #313538 !important;
}
.image_box_image .image_box_image_inner .content {
  padding: 0 20px 0 20px;
}
.full_image_box_image .image_box_image_inner {
  text-align: left;
  padding-bottom: 20px;
}
.full_image_box_image .image_box_image_inner .box_image {
  position: relative;
}
.full_image_box_image .image_box_image_inner .box_image:after {
  content: '';
  display: block;
  position: absolute;
  height: 45px;
  bottom: -46px;
  left: 0;
  right: 0;
  background: url("../images/shadow1.jpg") no-repeat scroll 0 0;
  margin: 0;
}
.full_image_box_image .image_box_image_inner .title {
  margin: 20px 0 10px 0;
  font-size: 16px;
}
.full_image_box_image .image_box_image_inner .title a {
  color: #313538 !important;
}
.full_image_box_image .image_box_image_inner .content {
  padding: 0;
}
.full_image_box_image .image_box_image_inner .content a {
  margin: 15px 0 0 0;
}
.full_image_box_image .image_box_image_inner .content a i {
  margin: 0 0 0 5px;
}
.image_box_small .image_box_small_inner {
  position: relative;
  padding-left: 50px;
}
.image_box_small .image_box_small_inner img {
  position: absolute;
  top: 0;
  left: 0;
}
.image_box_small .image_box_small_inner h3.title {
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 20px;
}
.image_box_small .image_box_small_inner p.content {
  margin: 0;
}
#call_action.promo1 .call_action_inner {
  padding: 0;
  margin: 0;
  width: 1010px;
  min-width: 200px;
}
#call_action.promo1 .call_action_inner p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
#call_action.promo1 .call_action_inner p i.first {
  display: none;
}
#call_action.promo1 .call_action_inner p span.sub_title {
  display: none;
}
#call_action.promo1 .call_action_inner p a {
  font-size: 18px;
  line-height: 24px;
}
#call_action.promo1 .call_action_inner p a i {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 7px;
}
#call_action.promo2 .call_action_inner {
  padding: 20px;
}
#call_action.promo2 .call_action_inner p {
  margin: 0 0 0 0;
  padding: 0 0 0 32px;
  font-size: 18px;
  line-height: 24px;
}
#call_action.promo2 .call_action_inner p i.first {
  position: absolute;
  top: 3px;
  left: 3px;
}
#call_action.promo2 .call_action_inner p span.sub_title {
  display: none;
}
#call_action.promo2 .call_action_inner p a {
  font-size: 18px;
  line-height: 24px;
}
#call_action.promo2 .call_action_inner p a i {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 7px;
}
#call_action.promo3 .call_action_inner p {
  position: relative;
  margin-bottom: 0;
  padding: 20px 28px 72px 30px;
  font-size: 18px;
}
#call_action.promo3 .call_action_inner p i.first {
  display: none;
}
#call_action.promo3 .call_action_inner p span.title {
  clear: both;
  color: #313538;
  font-weight: 700;
  float: left;
  width: 75%;
}
#call_action.promo3 .call_action_inner p span.sub_title {
  clear: both;
  float: left;
  font-size: 13px;
  margin-top: 4px;
  width: 75%;
  margin-bottom: 20px;
}
#call_action.promo3 .call_action_inner p a {
  float: right;
  position: relative;
  bottom: 16px;
  line-height: 38px;
  padding: 0 24px;
}
#call_action.promo3 .call_action_inner p a i {
  display: none;
}
.b-list {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.b-list li {
  margin-bottom: 5px;
}
.b-list li em,
.b-list li i {
  width: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  text-align: center;
  color: #444;
  font-size: 14px;
}
.b-list li i {
  width: 16px;
  float: left;
  margin-right: 10px;
  text-align: center;
  color: #444;
  font-size: 14px;
}
.pb-space .btn {
  margin: 0 7px 10px 0;
}
.row-fluid {
  margin-bottom: 0 !important;
}
#boxed {
  width: 1090px;
  margin: 20px auto;
}
#semi {
  width: 1170px;
  margin: 0px auto;
}
.carousel {
  margin-bottom: 0px;
}
a.sp-totop {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: rgba(52,56,59,0.8);
  border-radius: 2px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  opacity: 2;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
a.sp-totop i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#wide #sp-header-wrapper {
  position: relative;
  z-index: 1001;
}
#wide #sp-header-wrapper.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
#wide .sp-main-menu-toggler {
  z-index: 1001;
}
#wide .sp-mobile-menu {
  z-index: 1001;
}
#boxed #sp-header-wrapper {
  position: relative;
  z-index: 1001;
}
#boxed #sp-header-wrapper.menu-fixed {
  position: fixed;
  top: 0;
  width: 1090px;
  margin: 0 auto;
}
#boxed .sp-main-menu-toggler {
  z-index: 1001;
}
#boxed .sp-mobile-menu {
  z-index: 1001;
}
#semi #sp-header-wrapper {
  position: relative;
  z-index: 1001;
}
#semi #sp-header-wrapper.menu-fixed {
  position: fixed;
  top: 0;
  width: 1170px;
  margin: 0 auto;
}
#semi .sp-main-menu-toggler {
  z-index: 1001;
}
#semi .sp-mobile-menu {
  z-index: 1001;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 {
  margin-left: 30px;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  line-height: 80px !important;
  padding: 0 15px;
  font-size: 14px;
  top: 0;
  position: relative;
  color: #484c4f;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li >a:hover,
#sp-main-menu ul.level-0 > li >a.active {
  color: #2eafbb;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #393c42;
  border-bottom: 1px solid #26292c;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group):last-child {
  border-bottom: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  border-top: 1px solid #2eafbb;
  border-bottom: 1px solid #2eafbb;
}
#sp-main-menu li li:not(.sp-menu-group):hover:first-child,
#sp-main-menu li li:not(.sp-menu-group).active:first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group):hover:last-child,
#sp-main-menu li li:not(.sp-menu-group).active:last-child {
  border-bottom: none;
}
#sp-main-menu li li:not(.sp-menu-group):hover a,
#sp-main-menu li li:not(.sp-menu-group).active a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #2eafbb;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px 30px;
  position: relative;
}
#sp-main-menu div.sp-menu-group li {
  border: none !important;
  padding-left: 10px;
}
#sp-main-menu div.sp-menu-group li:hover a:not(.sp-menu-group) {
  font-weight: bold;
}
#sp-main-menu div.sp-menu-group li a:not(.sp-menu-group) {
  position: relative;
}
#sp-main-menu div.sp-menu-group li a:not(.sp-menu-group):before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  left: -4px;
  top: 12px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  color: #fff;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
#sp-menu .sp-submenu .megacol {
  position: relative;
}
#sp-menu .sp-submenu .megacol .level-2 li a {
  color: #999;
}
#sp-menu .sp-submenu .megacol .level-2 li a:hover,
#sp-menu .sp-submenu .megacol .level-2 li a.active {
  color: #fff;
}
#sp-menu .sp-submenu .megacol:after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  height: 85%;
  background: #26292c;
}
#sp-menu .sp-submenu .megacol:last-child:after {
  background: none;
}
#sp-menu .sp-submenu .megacol:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  height: 85%;
  background: #393c42;
}
#sp-menu .sp-submenu .megacol:first-child:before {
  background: none;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  possition: relative;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu:before {
  background: #2eafbb;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  transition: height 0.2s ease 0s;
  position: absolute;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: -2px;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #2f3338;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #ff6029;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #64be33;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #5489de;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #df3b98;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #e34735;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap-normal {
  overflow: hidden;
}
.sp-dropcap-normal:first-letter {
  color: #313538;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 40px;
  margin: 7px 18px 10px 0;
  text-shadow: 0 2px 0 #dcdcdc;
}
.sp-dropcap-square {
  overflow: hidden;
}
.sp-dropcap-square:first-letter {
  color: #313538;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 40px;
  margin: 7px 18px 10px 0;
  padding: 15px;
  background: #fafafa url(../images/btn-soc.png) repeat-x top;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  font-size: 32px;
  text-shadow: 0 1px 1px #d0d3d5;
}
.solid {
  height: 1px;
  margin: 20px 0;
  background-color: #e2e2e2;
  border: none;
}
.dashed {
  height: 1px;
  margin: 20px 0;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border-top: 1px dashed #dee1e2;
}
.dotted {
  height: 1px;
  margin: 20px 0;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border-top: 1px dotted #dee1e2;
}
.shadow {
  position: relative;
  margin-bottom: 43px;
}
.shadow:after {
  content: '';
  display: block;
  position: absolute;
  height: 43px;
  bottom: -54px;
  left: 0;
  right: 0;
  background: url("../images/shadow.png") no-repeat scroll -40px 0;
  margin: 0;
}
.shadow-2 {
  position: relative;
  margin-bottom: 43px;
}
.shadow-2:after {
  content: '';
  display: block;
  position: absolute;
  height: 55px;
  bottom: -55px;
  left: 0;
  right: 0;
  background: url("../images/shadow-2.png") no-repeat scroll -40px 2px;
  margin: 0;
}
.striped {
  height: 14px;
  margin: 20px 0;
  background: url(../images/bg-head.jpg) repeat;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 767px) {
  .responsive #boxed,
  .responsive #semi {
    width: auto !important;
    margin: 20px auto;
  }
  .responsive #boxed .container,
  .responsive #semi .container {
    margin: 0 auto !important;
  }
  .responsive #boxed .sp-main-menu-toggler,
  .responsive #semi .sp-main-menu-toggler {
    top: 45px;
  }
  .responsive #boxed .sp-mobile-menu,
  .responsive #semi .sp-mobile-menu {
    top: 160px;
  }
  .responsive #boxed #sp-header-wrapper,
  .responsive #semi #sp-header-wrapper {
    position: relative;
  }
  .responsive #boxed #sp-header-wrapper.menu-fixed,
  .responsive #semi #sp-header-wrapper.menu-fixed {
    display: inline !important;
  }
  .responsive #wide #sp-header-wrapper {
    position: relative;
  }
  .responsive #wide #sp-header-wrapper.menu-fixed {
    display: inline !important;
  }
  .responsive #wide .sp-main-menu-toggler {
    top: 60px;
  }
  .responsive #wide .sp-mobile-menu {
    top: 120px;
  }
  .responsive div.span {
    margin-bottom: 40px !important;
  }
  .responsive div.rev_slider_wrapper div.tp-leftarrow,
  .responsive div.rev_slider_wrapper div.tp-rightarrow {
    top: 40px !important;
  }
  .responsive div.rev_slider_wrapper:hover div.tp-leftarrow,
  .responsive div.rev_slider_wrapper:hover div.tp-rightarrow {
    top: 40px !important;
  }
  .responsive div.f-contact2 #sp-quickcontact-form #message {
    width: 289px !important;
  }
  .responsive div.f-contact2 #sp-quickcontact-form #email {
    width: 289px;
  }
  .responsive .text_with_icon {
    margin-bottom: 60px !important;
  }
  .responsive #sp-quickcontact-form #name,
  .responsive #sp-quickcontact-form #email,
  .responsive #sp-quickcontact-form #message {
    width: 80%;
  }
  .responsive #sp-footer-wrapper .copyright {
    text-align: center;
  }
  .responsive #sp-footer2 .top-bar-social {
    text-align: center;
  }
  .responsive #sp-users-wrapper {
    padding: 30px 0 0;
  }
  .responsive #sp-breadcrumb-wrapper #breadcrumb #breadcrumb_inner ul.breadcrumb {
    text-align: center;
    width: 100%;
  }
  .responsive #sp-breadcrumb-wrapper #breadcrumb #breadcrumb_inner ul.new {
    display: none;
  }
  .responsive #k2Container #itemListLeading,
  .responsive #k2Container #itemListPrimary .catItemBody div.catItemIntroText {
    float: left;
    width: 100%;
  }
  .responsive #k2Container #itemListLeading,
  .responsive #k2Container #itemListPrimary .catItemBody div.catItemImageBlock {
    float: left;
    width: 100%;
  }
  .responsive .full_image_box_image .image_box_image_inner .box_image:after {
    background: url("../images/shadow1.jpg") no-repeat scroll 78px 0;
  }
  .responsive div.tab div.tabbale ul#tab1 li {
    width: 99.7%;
    border: 1px solid #dfdfdf !important;
  }
  .responsive #call_action.promo1 .call_action_inner {
    width: auto;
  }
  .responsive #call_action.promo3 .call_action_inner p {
    padding: 25px 28px 110px 30px !important;
  }
  .responsive #call_action.promo3 .call_action_inner p a {
    bottom: 70px;
  }
  .responsive #sp-top-wrapper .top-bar-phone {
    text-align: center;
  }
  .responsive #sp-top-wrapper .top-bar-social {
    display: none;
  }
  .responsive #sp-top-wrapper .top-bar-text {
    display: none;
  }
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 1px 14px;
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .responsive #sp-feature-wrapper #feature .btn i {
    margin-right: 8px;
  }
}
@media (max-width: 979px) {
  .responsive #boxed,
  .responsive #semi {
    width: auto !important;
    margin: 20px auto;
  }
  .responsive #boxed .container,
  .responsive #semi .container {
    margin: 0 auto !important;
  }
  .responsive #boxed .sp-main-menu-toggler,
  .responsive #semi .sp-main-menu-toggler {
    top: 85px;
  }
  .responsive #boxed .sp-mobile-menu,
  .responsive #semi .sp-mobile-menu {
    top: 160px;
  }
  .responsive #wide .sp-main-menu-toggler {
    top: 75px;
  }
  .responsive #wide .sp-mobile-menu {
    top: 120px;
  }
  .responsive #wide #sp-feature-wrapper,
  .responsive #boxed #sp-feature-wrapper,
  .responsive #semi #sp-feature-wrapper {
    width: 100%;
  }
  .responsive #wide #sp-header-wrapper,
  .responsive #boxed #sp-header-wrapper,
  .responsive #semi #sp-header-wrapper {
    position: relative;
  }
  .responsive #wide #sp-header-wrapper.menu-fixed,
  .responsive #boxed #sp-header-wrapper.menu-fixed,
  .responsive #semi #sp-header-wrapper.menu-fixed {
    display: inline !important;
  }
  .responsive div.rev_slider_wrapper div.tp-leftarrow,
  .responsive div.rev_slider_wrapper div.tp-rightarrow {
    top: 150px !important;
  }
  .responsive div.rev_slider_wrapper:hover div.tp-leftarrow,
  .responsive div.rev_slider_wrapper:hover div.tp-rightarrow {
    top: 150px !important;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
@media (max-width: 480px) {
  .responsive #boxed #sp-header-wrapper,
  .responsive #semi #sp-header-wrapper {
    position: relative;
  }
  .responsive #boxed #sp-header-wrapper.menu-fixed,
  .responsive #semi #sp-header-wrapper.menu-fixed {
    display: inline !important;
  }
  .responsive div.rev_slider_wrapper div.tp-leftarrow,
  .responsive div.rev_slider_wrapper div.tp-rightarrow {
    display: none !important;
  }
}
.fixed .hidden-desktop {
  display: none;
}