@import url("../bootstrap/bootstrap.min.css");
@import url("../bootstrap/bootstrap-responsive.min.css");
@import url("../bootstrap-override.css");
html,
body {
  height: 100%;
}
html #wrapper,
body #wrapper {
  min-height: 100%;
}
html #wrapper #main,
body #wrapper #main {
  overflow: auto;
  padding-bottom: 236px;
}
html #wrapper #main #header,
body #wrapper #main #header {
  margin-bottom: 40px;
}
html footer,
body footer {
  position: relative;
  margin-top: -196px;
  min-height: 196px;
  clear: both;
}
.columns {
  margin-bottom: 40px;
}
.columns > div {
  color: #666;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.columns .sticker {
  position: absolute;
  display: inline-block;
  padding: 3px 30px;
  top: 28px;
  right: -40px;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-transform: uppercase;
  background: #d93131;
  width: 100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.ie7 .columns .sticker,
.ie8 .columns .sticker {
  top: 0;
  right: 0;
  padding: 3px 10px;
}
.columns .well {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.ie7 .columns .well,
.ie8 .columns .well {
  padding-top: 30px;
}
.columns h2 {
  font-size: 30px;
  margin: 4px 0px 20px 0px;
  color: #0085CC;
}
.columns .pricing {
  text-align: center;
  position: relative;
}
.columns .pricing h3 {
  display: inline;
}
.columns .pricing a {
  position: absolute;
  right: 0;
  top: 11px;
}
.columns ul {
  list-style-type: none;
  margin: 10px 0 0 0;
}
.columns ul li {
  border-bottom: 1px solid #eee;
  padding: 4px 0px;
  position: relative;
}
.columns ul li span {
  left: 25px;
  position: absolute;
}
.columns ul li a {
  cursor: pointer;
}
.columns ul li ul {
  margin: 5px 0 0 20px;
}
.columns ul li ul li {
  border-bottom: none;
}
.columns ul li ul li a {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed #0088cc;
}
.columns .description {
  margin-bottom: 10px;
}
.columns .buttons {
  margin: 20px 0 0 0;
}
.columns .buttons a {
  width: 150px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.columns .other-builds {
  margin-top: 20px;
  font-size: 12px;
}
.download .description {
  height: 48px;
}
.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;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', 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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  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-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', 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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  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;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \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,
.btn-link[disabled] {
  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: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.pricing {
  margin-top: 50px;
  position: relative;
}
.pricing #googlecart-widget-spacer {
  position: absolute;
  right: 0;
  top: -38px;
}
.pricing #googlecart-widget-spacer img {
  max-width: none;
}
.pricing .description {
  height: 96px;
}
.services h1 {
  font-size: 24px;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin: 0 0 30px 0;
}
.services h1 b {
  color: #666;
  font-weight: 400;
}
.services form {
  margin: 0;
}
.services .columns .buttons {
  height: 40px;
}
.community .buttons {
  margin: 20px 0 20px 0;
}
.community .buttons a {
  width: 180px;
  margin-bottom: 5px;
  white-space: nowrap;
}
/* --------------------------------------------------------	*/
/*	Base */
/* --------------------------------------------------------	*/
::-moz-selection {
  background: #FC9362;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #FC9362;
  color: #fff;
  text-shadow: none;
}
:focus {
  outline-color: transparent!important;
  outline-style: none!important;
  outline: none!important;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 14px;
  color: #555;
  text-rendering: optimizeLegibility;
}
.spotlight h1 {
  margin: 0 0 25px 0;
  color: #666;
}
.spotlight h1.lead b {
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
}
h2 {
  font-size: 24px;
  font-weight: 200;
  margin: 0 0 15px 0;
}
h3 {
  font-size: 18px;
  margin: 0;
}
h4 {
  font-size: 14px;
  margin: 0;
}
p {
  line-height: 24px;
}
dl {
  margin-top: 40px;
}
.buttons form {
  margin: 0;
}
/* --------------------------------------------------------	*/
/*	Buttons	*/
/* --------------------------------------------------------	*/
.btn.btn-primary {
  background-image: none;
  box-shadow: none;
}
.btn.btn-large {
  font-size: 16px;
}
/* --------------------------------------------------------	*/
/*	Classes	*/
/* --------------------------------------------------------	*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.clr {
  clear: both;
}
.grey {
  color: #999999;
}
.hidden {
  display: none;
}
.video {
  margin-top: 50px;
  position: relative;
}
.video img {
  cursor: pointer;
}
.video iframe {
  max-width: 100%;
  max-height: 100%;
}
.video .play-active,
.video .play-inactive {
  position: absolute;
  top: 37.42857142857143%;
  left: 40.564516129032256%;
}
.video .play-active {
  display: none;
}
.video:hover .play-active {
  display: block;
}
.video:hover .play-inactive {
  display: none;
}
.video.playing {
  display: none;
}
.video .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0;
}
.news ul {
  margin: 10px 25px;
  list-style-type: square;
}
.features .main-features,
.customers .main-customers {
  padding: 20px 0;
}
.features .main-features .row,
.customers .main-customers .row {
  padding-top: 20px;
}
.features .main-features .row div:first-child h2,
.customers .main-customers .row div:first-child h2,
.features .main-features .row div:first-child p,
.customers .main-customers .row div:first-child p {
  margin-left: 0;
  margin-right: 40px;
}
.features .main-features .row div h2,
.customers .main-customers .row div h2,
.features .main-features .row div p,
.customers .main-customers .row div p {
  margin-left: 40px;
  margin-right: 0;
}
.features .more-features {
  padding-top: 20px;
}
.features .more-features h3 {
  padding-top: 7px;
  vertical-align: middle;
  line-height: 24px;
  font-weight: 200;
}
.features .more-features h3 img {
  opacity: .8;
  padding-right: 10px;
}
.features .more-features p {
  padding-top: 10px;
}
.customers .main-customers img {
  margin-top: 5px;
}
/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/
footer {
  background: #1C1C1C;
  background: #292727;
  margin: 0;
  color: #999;
  font-size: 12px;
}
footer .footer-main {
  padding: 20px 0;
}
footer h3 {
  font-size: 16px;
  color: #eee;
  margin: 0 0 10px 0;
}
footer ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  overflow: hidden;
}
footer ul li {
  width: 50%;
  float: left;
  display: inline-block;
}
@media (max-width: 979px) {
  footer ul li {
    width: 33%;
  }
}
footer ul li a {
  color: #999;
}
footer ul li a:hover {
  color: #eeeeee;
}
footer li,
footer p {
  padding: 4px 0;
  line-height: 20px;
  margin: 0;
}
footer i {
  color: #AFDBEA;
  padding: 0 5px;
}
footer .medium {
  padding-right: 20px;
}
footer .footer-extra {
  background: #1c1c1c;
  padding: 10px 0;
  font-size: 0.9em;
  color: #999;
}
/* --------------------------------------------------------	*/
/*	Footer extra */
/* --------------------------------------------------------	*/
/* --------------------------------------------------------	*/
/*	Navigation */
/* --------------------------------------------------------	*/
.navbar {
  margin: 0;
}
.navbar .container {
  width: 940px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
}
.navbar-inner {
  background: #f6f6f6!important;
  background-image: none!important;
  filter: none;
  border: none;
  padding: 0;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.navbar .brand {
  font-weight: 400;
  font-size: 28px;
  color: #222;
  padding-top: 13px;
}
.navbar .brand b {
  color: #191919;
}
.navbar .brand span {
  font-size: 40px;
  line-height: 0;
}
.navbar .nav-collapse {
  float: right;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a {
  background-color: transparent;
  font-weight: bold;
  background: none;
  color: #444;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {
  background-image: url(../../img/navbar-active-item.png);
  background-color: transparent;
  box-shadow: none;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.navbar .nav > li {
  margin: 0 0 0 10px;
}
.navbar .nav > li > a {
  padding: 26px 10px 26px 10px;
  color: #444;
  font-size: 1.1em;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.navbar .nav > li > a:hover {
  color: #222;
  text-decoration: underline;
}
.navbar .nav-collapse a.btn {
  margin-top: 22px;
  font-size: 1.1em;
}
.navbar .nav > li > button {
  color: white;
  margin-top: 22px;
}
.spotlight {
  margin-bottom: 40px;
}
.spotlight p {
  margin-right: 20px;
}
/* --------------------------------------------------------	*/
/*	Macbook carousel media queries*/
/* --------------------------------------------------------	*/
@media (min-width: 979px) {
  .features,
  .news {
    background: url(../../img/home/homepage-background.png) repeat-x;
  }
}
/* --------------------------------------------------------	*/
/*	Hero unit (page headings) */
/* --------------------------------------------------------	*/
.hero-unit {
  position: relative;
  padding: 0;
  background: transparent;
}
.hero-unit h1 {
  font-size: 1.6em;
  margin: 0 0 12px 0;
  font-weight: 600;
}
/* --------------------------------------------------------	*/
/*	FAQ */
/* --------------------------------------------------------	*/
.faq ul {
  list-style-type: none;
  margin: 0;
}
.faq ul > li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.faq ul > li > a {
  font-size: 16px;
  font-weight: bold;
}
.faq ul > li > p {
  font-size: 1.05em;
  line-height: 1.6em;
}
.faq input[type=text] {
  padding: 14px;
  box-shadow: none;
  font-size: 16px;
  width: 400px;
}
.faq h2 {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .faq input[type=text] {
    width: 260px;
  }
}
.search_button {
  padding: 14px 28px;
  margin: -10px 0 0 -70px;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
/* --------------------------------------------------------	*/
/*	Our team */
/* --------------------------------------------------------	*/
.member:hover .member-networks a {
  color: #de2c6c;
}
.member .member-avatar {
  margin: 0 0 20px 0;
  text-align: center;
  margin: 0 auto 20px auto;
}
.member .member-avatar img {
  display: inline;
}
.member .member-name {
  margin: 0;
  color: #0082CC;
}
.member .member-position {
  color: #aaa;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 10px 0;
}
.member .member-networks {
  float: right;
}
.member .member-networks a {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0 10px 0 0;
  color: #666;
}
.member .member-bio {
  border-top: 1px dotted #aaa;
  margin: 16px 0;
  padding: 16px 0;
  font-size: 0.9em;
  color: #777;
}
/* --------------------------------------------------------	*/
/*	Alternative homepage layout */
/* --------------------------------------------------------	*/
h1.alt {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 10%;
  text-align: center;
  line-height: 1.2em;
  font-weight: 800;
  color: #fff;
  font-size: 100px;
}
@media (max-width: 767px) {
  h1.alt {
    font-size: 60px;
    top: 0px;
  }
}
@media (max-width: 480px) {
  h1.alt {
    font-size: 40px;
    top: 0px;
  }
}
/* --------------------------------------------------------	*/
/*	Custom styled scrollbar */
/* --------------------------------------------------------	*/
html:not(.osx) ::-webkit-scrollbar {
  width: 10px;
}
html:not(.osx) ::-webkit-scrollbar-track-piece {
  background-color: #eee;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
html:not(.osx) ::-webkit-scrollbar-thumb:vertical {
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
/* --------------------------------------------------------	*/
/*	Portfolio - Single Project Page*/
/* --------------------------------------------------------	*/
#project {
  font-size: 0.9em;
  color: #666;
}
#project h1 {
  margin: 0 20px 10px 20px;
}
#project h3 {
  margin: 20px 0;
}
#project h4 {
  color: #000;
  font-size: 1.15em;
  font-weight: 600;
  margin: 0 0 10px 0;
}
#project ul {
  list-style-type: none;
  margin: 0 0 10px 20px;
}
#project ul li {
  padding: 0px 0;
}
.project-links {
  padding: 10px 0;
  font-size: 15px;
  color: #ccc;
}
.project-links a {
  margin: 0 8px;
}
#project .project-description {
  padding: 20px 0;
}
#related-projects .project {
  margin-bottom: 20px;
}
/* --------------------------------------------------------	*/
/*	Portfolio */
/* --------------------------------------------------------	*/
#portfolio-items .thumbnail {
  margin: 0 0 20px 0;
}
/* Work - filter by tag */
#portfolio-filter li a {
  border: 0;
  background: 0;
  margin: 0 10px 10px 0;
  padding: 6px 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#portfolio-filter li:hover a {
  color: #333;
}
#portfolio-filter li.active a {
  text-decoration: none;
  background: #222;
  color: #fff;
}
/* --------------------------------------------------------	*/
/*	Portfolio - isotype (filtering tags) */
/* --------------------------------------------------------	*/
.project .thumbnail {
  text-decoration: none;
}
.project .thumbnail b {
  padding: 6px 4px 2px;
}
.project .thumbnail:hover {
  border-color: #999;
}
.project .project-name {
  padding: 10px;
  color: #666;
  font-weight: 400;
  display: block;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
@media (max-width: 979px) {
  #portfolio-items .thumbnail img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .thumbnail img {
    width: 100%;
  }
}
/* --------------------------------------------------------	*/
/*	Blog */
/* --------------------------------------------------------	*/
/* --------------------------------------------------------	*/
/*	Post */
/* --------------------------------------------------------	*/
.post {
  padding: 0 20px 0 0px;
  margin: 0px 0 30px 0;
  clear: both;
  max-width: 100%;
}
/* Media */
.post .entry-media {
  width: 100%;
}
.post .entry-media img {
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel .entry-media img {
  border: 0px solid #ddd;
  padding: 0px;
}
/* Body */
.post .entry-body {
  width: 70%;
  float: left;
  color: #888;
  font-size: 11px;
}
.post .entry-body h2 {
  font-size: 16px;
  display: inline-block;
  margin: 10px 0 10px 0;
  font-weight: normal;
}
.post.single-post .entry-body h2 {
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}
.post .entry-body a:hover h2 {
  text-decoration: underline;
}
.post:hover .entry-body a {
  color: #000;
}
/* Meta */
.post .entry-meta {
  width: 24%;
  padding: 0 2%;
  margin: 16px 0 0 0;
  float: right;
  clear: right;
}
.post .entry-meta span {
  display: block;
  text-align: right;
}
/* Post-types with fontawesome icons */
.post .entry-type:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 2px;
  font-size: 26px;
  color: #666;
  text-align: center;
  margin: 0 0 8px 0;
  color: #999;
  line-height: 1em;
}
.post .entry-type:before {
  content: "\f031";
}
.post.video-post .entry-type:before {
  content: "\f04b";
}
.post.audio-post .entry-type:before {
  content: "\f028";
}
.post.image-post .entry-type:before {
  content: "\f03e";
}
/* Responsible iframes hack */
/* This code makes iframes within video and audio post-types resize automatically */
/* fix by: http://webdesignerwall.com/demo/elastic-videos/ */
.post.video-post .entry-media,
.post.audio-post .entry-media {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
}
.post.video-post .entry-media iframe,
.post.video-post .entry-media object,
.post.video-post .entry-media embed .post.audio-post .entry-media iframe,
.post.audio-post .entry-media object,
.post.audio-post .entry-media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------------------------	*/
/*	Single post */
/* --------------------------------------------------------	*/
.post .entry-content {
  font-size: 13px;
  line-height: 1.6em;
}
/* --------------------------------------------------------	*/
/*	Comments */
/* --------------------------------------------------------	*/
#comments h4 {
  margin: 30px 0 0 0;
  padding: 16px 0 0 0;
  border-width: 1px 0 0 0;
  border-color: #eee;
  border-style: solid;
}
.commentlist {
  list-style-type: none;
  margin: 0;
}
.comment-replies li {
  list-style-type: none;
  margin: 0 0 0 64px;
}
.comment {
  position: relative;
  clear: both;
  padding: 20px 0 0px 64px;
  margin: 20px 0;
  border-top: 1px solid #eee;
}
.comment .avatar {
  position: absolute;
  top: 20px;
  left: 0;
  width: 64px;
}
.comment .avatar img {
  border: 1px solid #ddd;
  padding: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment .comment-meta {
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #666;
}
.comment .comment-meta strong {
  font-size: 1.2em;
  display: block;
  color: #222;
}
.comment .comment-meta span {
  display: inline-block;
  margin-top: 6px;
}
#comments textarea {
  width: 75%;
}
/* --------------------------------------------------------	*/
/*	Sidebar */
/* --------------------------------------------------------	*/
.sidebar {
  color: #666;
  font-size: 0.9em;
}
/* --------------------------------------------------------	*/
/*	Widget */
/* --------------------------------------------------------	*/
.widget {
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}
.widget h4 {
  font-size: 1.1em;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #ccc;
  text-transform: uppercase;
  font-weight: normal;
  color: #222;
}
.widget ul.list-style {
  margin: 0 0 0 0px;
}
.widget ul.list-style li {
  padding: 4px 0 4px 0px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.widget ul.list-style li:hover {
  background: #fafafa;
}
.widget .related-articles .thumbnail {
  width: 58px;
}
/* --------------------------------------------------------	*/
/*	Pagination */
/* --------------------------------------------------------	*/
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul li {
  border: none;
}
.pagination ul li a {
  border: none;
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border-left-width: 0;
  color: #999;
}
.pagination ul li.active a {
  background: #eee;
  color: #000;
}
/* --------------------------------------------------------	*/
/*	Search - animated */
/* --------------------------------------------------------	*/
input[type=search],
input.search {
  padding-left: 26px;
  background-color: white;
  background: url(../img/search.png) 5px 5px no-repeat #ffffff;
}
input.animated {
  width: 50%;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
input.animated:focus {
  width: 84%;
}
/* --------------------------------------------------------	*/
/*	Zoom and link overlays */
/* --------------------------------------------------------	*/
.zoom {
  position: relative;
}
.zoom .zoom-overlay {
  display: none;
  position: absolute;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -24px;
  margin-top: -16px;
  cursor: pointer;
  background: url(../img/icon-zoom.png) center center no-repeat;
}
@media (max-width: 979px) {
  .zoom .zoom-overlay {
    display: none!important;
  }
}
.not-ie .zoom .zoom-overlay {
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.not-ie .zoom:hover .zoom-overlay {
  filter: alpha(opacity=100);
  opacity: 1;
}
.zoom:hover .zoom-overlay {
  display: block;
}
/* --------------------------------------------------------	*/
/*	Special elements */
/* --------------------------------------------------------	*/
/* --------------------------------------------------------	*/
/*	Back-to-top */
/* --------------------------------------------------------	*/
#back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 40px;
  padding: 8px 0 12px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #444;
  line-height: 1em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#back-to-top:hover {
  background-color: #f30;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/* --------------------------------------------------------	*/
/*	Ribbon */
/* --------------------------------------------------------	*/
.ribbon {
  margin: 0;
}
.ribbon span {
  position: absolute;
  display: inline-block;
  top: 22px;
  right: -25px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #F26A46;
  width: 100px;
  padding: 3px 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.ie .ribbon span {
  right: 0px;
  top: 0;
  padding: 3px;
}
/* --------------------------------------------------------	*/
/*	Tags */
/* --------------------------------------------------------	*/
.tags {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  clear: both;
}
.tags li,
.tags a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-bottom: 8px;
}
.tags a {
  margin-right: 6px;
  margin-top: 6px;
  padding: 0 10px 0 12px;
  background: #FED86F;
  color: #996633;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tags a:hover {
  background: #58504B;
  color: #fff;
  text-shadow: none;
}
.tags a:hover:before {
  border-color: transparent #58504B transparent transparent;
}
.tags a:hover:after {
  background: #FED86F;
}
/* Green tags */
.tags.green a {
  background: #7ED090;
  color: #fff;
  text-shadow: none;
}
.tags.green a:before {
  border-color: transparent #7ED090 transparent transparent;
}
.tags.green a:after {
  background: #555;
}
.tags.green a:hover:after {
  background: #fff;
}
/* Blues tags */
.tags.blue a {
  background: #0089e0;
  color: #fff;
  text-shadow: none;
}
.tags.blue a:before {
  border-color: transparent #0089e0 transparent transparent;
}
.tags.blue a:after {
  background: #555;
}
.tags.blue a:hover:after {
  background: #fff;
}
.ie7 .tags a {
  padding: 1px 8px;
  margin: 0;
}
/* --------------------------------------------------------	*/
/*	Flickr feed */
/* --------------------------------------------------------	*/
.flickr-feed img {
  margin: 0 2px 2px 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 25%;
  max-width: 64px;
}
/* --------------------------------------------------------	*/
/*	Circle */
/* --------------------------------------------------------	*/
.circle {
  font-weight: bold;
  display: inline-block;
  width: 52px;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
  margin-top: 10px;
  background: #f30;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* --------------------------------------------------------	*/
/*	Thumbnails */
/* --------------------------------------------------------	*/
.thumbnail {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.thumbnail img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.thumbnail:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.thumbnail:hover {
  border-color: #ccc!important;
}
/* --------------------------------------------------------	*/
/*	Explore */
/* --------------------------------------------------------	*/
#explore h3 {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  #explore img {
    width: 100%;
  }
}
ul.the-icons {
  margin: 0;
}
ul.the-icons li {
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  margin: 0 0 10px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
ul.the-icons li:hover {
  background: #eee;
}
