.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background-color: #fff;
}
a {
  color: #e3511c;
  text-decoration: none;
}
a:hover {
  color: #9f3914;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 200;
  line-height: 36px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 24px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 48px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  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 #ccc;
  *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: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-position: 0 -15px;
  -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-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: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #4fa3b8;
  background-image: -moz-linear-gradient(top,#4fb1b8,#4f8eb8);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#4fb1b8),to(#4f8eb8));
  background-image: -webkit-linear-gradient(top,#4fb1b8,#4f8eb8);
  background-image: -o-linear-gradient(top,#4fb1b8,#4f8eb8);
  background-image: linear-gradient(to bottom,#4fb1b8,#4f8eb8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4fb1b8', endColorstr='#ff4e8db8', GradientType=0);
  border-color: #4f8eb8 #4f8eb8 #366585;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #4f8eb8;
  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: #4f8eb8;
  *background-color: #4481a9;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3d7397 \9;
}
.btn-warning {
  color: #fff;
  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='#fffab44f', 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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \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;
}
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: #e3511c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #9f3914;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', "Times New Roman", serif;
  font-weight: 400;
  margin-bottom: 1em;
  text-shadow: 1px 1px 0 #FFF;
}
.btn {
  border-radius: 0;
}
a:hover {
  text-decoration: none;
}
.center {
  text-align: center;
}
.thumbnail {
  background: #fff;
}
.carousel-control {
  border-radius: 0;
  border: 0;
  background: #e3511c;
  line-height: 25px;
}
.carousel-control.right {
  right: 0;
}
.carousel-control.left {
  left: 0;
}
.view-article {
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
}
.view-article:hover {
  color: #4fb1b8;
}
.fixed {
  height: 472px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -2;
}
.fixed .carousel-control {
  top: 101px;
  z-index: 100;
}
.fixed.affix {
  height: 130px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.fixed.affix .carousel {
  height: 130px;
  overflow: hidden;
}
.fixed header .navbar {
  background: url(http://flexpeditions.com/wp-content/themes/clinto/img/bg-overlay-pattern.png) repeat;
  height: 47px;
}
.fixed header .navbar .nav > li > a {
  color: #FFF;
  text-shadow: 0 1px 0px rgba(0,0,0,0.75);
}
.fixed header .navbar .nav > li > a:hover {
  color: #fff;
  background: transparent;
  text-shadow: 0 1px 3px rgba(255,255,255,0.75);
}
.fixed header .navbar .nav li.dropdown.open > .dropdown-toggle,
.fixed header .navbar .nav li.dropdown.active > .dropdown-toggle,
.fixed header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #FFF;
  background: transparent;
  text-shadow: 0 1px 3px rgba(255,255,255,0.8);
}
.fixed header .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #eee;
  border-top-color: #eee;
}
.fixed header .navbar .nav li.dropdown > a:hover .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.fixed header .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.fixed header .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.fixed header .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.body {
  position: relative;
  z-index: 2;
  margin-top: 472px;
  padding-bottom: 3em;
  box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.2);
}
.body.affix {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body,
section.body {
  background-color: #FAFAFA;
  background-image: url(http://flexpeditions.com/wp-content/themes/clinto/img/grid_noise.png);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
}
.admin-bar .body {
  margin-top: 444px;
}
.admin-bar header .navbar {
  top: 72px;
}
.admin-bar .channels {
  top: 27px;
}
.selectnav {
  display: none;
}
header.primary {
  height: 130px;
}
header .navbar {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  top: 73px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 4px;
}
header .navbar .brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 30px;
}
header .navbar .navbar-inner {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 1px;
  filter: none;
}
header .navbar .nav > li > a {
  color: #777;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
header .navbar .nav > li > a:hover {
  color: #333;
  background: transparent;
  text-shadow: 0 1px 3px rgba(255,255,255,0.75);
}
header .navbar .nav > .active > a,
header .navbar .nav > .active > a:hover,
header .navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  background: transparent;
  text-shadow: 0 1px 3px rgba(255,255,255,0.75);
}
header .navbar .nav li.dropdown.open > .dropdown-toggle,
header .navbar .nav li.dropdown.active > .dropdown-toggle,
header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #000;
  background: transparent;
  text-shadow: 0 1px 0px #ffffff;
}
header .dropdown-menu {
  background: #FFF;
  text-align: left;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
header .dropdown-menu li > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}
.home header {
  height: auto;
}
.secondary-nav {
  border: 1px solid #DCDCDC;
  border-width: 1px 0;
  background-color: #FFF;
  text-align: center;
  padding-bottom: 12px;
}
.secondary-nav .navbar-inner {
  background-color: #FFF;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
}
#HomeCarousel .carousel-inner {
  text-align: center;
}
#HomeCarousel .item {
  height: 472px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 100px rgba(0,0,0,0.8) inset;
  -moz-box-shadow: 0px 0px 100px rgba(0,0,0,0.8) inset;
  box-shadow: 0px 0px 100px rgba(0,0,0,0.8) inset;
}
#HomeCarousel .carousel-caption {
  background: transparent;
  border-bottom: 8px solid #e3511c;
  color: #FFF;
  padding-bottom: 40px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
#HomeCarousel .carousel-caption p {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 10px 30px 0;
  text-align: center;
  text-shadow: 0 1px 0px rgba(0,0,0,0.75);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
#HomeCarousel .carousel-caption p a {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #FFF;
  font-weight: 600;
  background-image: none;
  display: inline;
}
#HomeCarousel .carousel-caption h2 {
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: 36px;
}
#HomeCarousel .carousel-caption h2 a {
  color: #fff;
  text-shadow: 0 1px 0px rgba(0,0,0,0.75);
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
}
#HomeCarousel .carousel-caption:hover {
  border-bottom-color: #ff4400;
}
#HomeCarousel .carousel-caption:hover h2 a {
  color: #FFF;
  text-shadow: 0 0 5px #fff;
}
#HomeCarousel .carousel-caption:hover p {
  color: #fff;
  text-shadow: none;
}
#HomeCarousel .carousel-control {
  transition: all 0.1s ease-in 0s;
}
#HomeCarousel .carousel-control:hover {
  background-color: #ff4400;
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
#homepage-three-steps {
  text-align: center;
  background: #FFF;
  border-bottom: 1px solid #A9A9A9;
}
#homepage-three-steps .span4 {
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative;
}
#homepage-three-steps .span4 .icon-bg {
  border: 5px solid white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  background-color: rgba(0,0,0,0.5);
}
#homepage-three-steps .span4 .icon-bg i {
  display: block;
  height: 50px;
  width: 50px;
  font-size: 24px;
  color: white;
  line-height: 52px;
}
#homepage-three-steps .span4 h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-left: 20px;
}
#homepage-three-steps .span4:hover h3 {
  color: #e3511c;
}
#homepage-three-steps .span4 .lead {
  color: #999999;
  line-height: 24px;
  padding-left: 20px;
}
.xwell {
  margin-top: 2em;
  padding: 0.5em 0 0;
  font-size: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.xwell .container {
  border-bottom: 6px solid #4fb1b8;
}
.xwell p.lead {
  font-size: 36px;
}
.xwell p.lead small {
  display: block;
  color: #cccccc;
}
.xwell i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.xwell:hover i {
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #4fb1b8;
}
.boxes {
  margin-top: 2em;
}
.boxes h4 a {
  font-family: 'Merriweather', "Times New Roman", serif;
  color: #222;
  font-weight: 300;
  font-size: 16px;
}
.boxes .label a {
  color: white;
}
.intro {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 2em;
}
.intro i {
  color: #e3511c;
}
.hp-news .caption {
  padding: 24px;
  text-align: center;
  background: white;
  border-top: 6px solid #e3511c;
  min-height: 120px;
}
.hp-news .span3 {
  margin-bottom: 1em;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.hp-news .span3:hover {
  box-shadow: 0 1px 5px rgba(0,0,0,0.7);
}
.hp-news .span3:hover .caption {
  border-top-color: #ff4400;
}
.hp-news .caption h4 a {
  font-size: 16px;
}
.hp-news .caption h4 a:hover {
  color: #e3511c;
}
.hp-news .caption .posted_on {
  font-size: 11px;
  color: #777;
  text-decoration: none;
}
.hp-news .img {
  overflow: hidden;
  position: relative;
}
.hp-news .img .img-hover {
  background-color: #FFFFFF;
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.hp-news .img .img-hover i {
  top: 50%;
  left: -10px;
  position: absolute;
  font-size: 48px;
  margin-left: -24px;
  margin-top: -24px;
  color: #333;
  transition: all 0.2s ease-in-out 0s;
}
.hp-news .span3:hover .img .img-hover {
  opacity: 0.3;
  display: block;
}
.hp-news .span3:hover .img .img-hover i {
  top: 50%;
  left: 50%;
}
#BoxCarousel {
  margin-bottom: 20px;
}
#BoxCarousel .item {
  height: 265px;
  background: #fff;
}
#BoxCarousel .carousel-nav {
  bottom: 40px;
  line-height: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}
#BoxCarousel .carousel-nav a {
  background-color: #CCCCCC;
  border: 2px solid #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  display: inline-block;
  text-indent: -9000px;
  width: 10px;
  z-index: 1;
}
#BoxCarousel .carousel-nav a:hover {
  background-color: #AAAAAA;
}
#BoxCarousel .carousel-nav a.active {
  display: inline-block;
}
#BoxCarousel .carousel-inner {
  border: 1px solid #DDDDDD;
  border-radius: 0;
}
#BoxCarousel .carousel-caption {
  background: url(http://flexpeditions.com/wp-content/themes/clinto/img/bg-overlay-pattern.png) repeat;
  text-shadow: 0 0px 2px #000;
  text-align: center;
}
#BoxCarousel .carousel-caption a,
#BoxCarousel .carousel-caption p {
  color: #fff;
  text-shadow: 0 0px 2px #000;
}
.nav-tabs {
  margin: 0;
}
.nav-tabs > li > a {
  padding-top: 11px;
  border-width: 0;
  background-color: #eee;
  font-size: 12px;
  font-weight: 300;
  color: #888;
}
.nav-tabs > li > a:hover {
  border-width: 0;
  background-color: #bbb;
  color: #fff;
}
.nav-tabs > li.active > a {
  padding-top: 8px;
  border-top-width: 3px;
  border-bottom-color: #fff;
  border-top-color: #e3511c;
  font-weight: bold;
  color: #222;
  font-weight: 300;
}
.nav-tabs > li.active > a:hover {
  border-top-width: 3px;
  color: #FFF;
  background: #e3511c;
  border-top-color: #e3511c;
}
.nav-tabs > li > span {
  display: block;
  padding: 8px 20px 8px 0;
  color: #888;
}
.tab-content {
  padding: 20px 19px 19px;
  min-height: 187px;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 1px;
  background: #fff;
  border-radius: 0;
}
.tab-content h4 {
  margin-bottom: 0;
}
.tab-content small {
  font-size: 11px;
}
.tab-content .alert {
  margin: 20px 0 20px 0;
}
.tab-pane fieldset {
  margin-bottom: 30px;
}
.tab-pane legend {
  font-weight: bold;
  border: none;
  font-size: 200%;
}
ul.items li {
  margin: 0 0 10px 0;
  padding: 0 8px;
  border-bottom: 2px dotted #dddddd;
}
ul.items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.items h4 > a {
  display: block;
  margin-left: -30px;
  padding-left: 30px;
  background: url(http://flexpeditions.com/wp-content/themes/clinto/img/bullet.png) no-repeat 0 50%;
}
.calendar.themed .active a,
.calendar.themed .calendar-nav th,
.fc-header {
  background-color: #e3511c;
}
.fc-header {
  border-radius: 4px 4px 0 0;
}
.fc-header .ui-state-default {
  background: transparent;
  border: 0;
}
.fc-header-title h2 {
  font-size: 16px;
  color: white;
  text-shadow: 0 1px #000;
}
.fc-button-content {
  color: #fff;
}
.fc-icon-wrap {
  background-color: #fff;
  border-radius: 3px;
}
.body #wp-calendar {
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 12px;
}
#wp-calendar caption {
  background-color: #e3511c;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  font-weight: 300;
}
#wp-calendar td:first-child {
  padding-left: 9px;
}
#wp-calendar td:last-child {
  padding-right: 9px;
}
#wp-calendar thead th {
  padding-top: 20px;
}
#wp-calendar tbody td {
  text-align: center;
  text-shadow: 0 1px 1px #fff;
}
#wp-calendar tbody td a {
  display: block;
}
#wp-calendar tbody td.today a {
  border-radius: 2px;
  background: #999;
  color: white;
  text-shadow: 0 1px 0px #000;
}
#wp-calendar tbody td.event a {
  border-radius: 2px;
  text-shadow: 0 1px 0px #000;
  background: #4fb1b8;
  color: white;
  font-weight: 700;
}
#wp-calendar tbody td.event.today a {
  background: #1edce9;
}
#wp-calendar tfoot #eo-widget-prev-month {
  padding: 10px 0 20px 18px;
}
#wp-calendar tfoot #eo-widget-next-month {
  padding: 10px 18px 20px 0;
  text-align: right;
}
section.container {
  margin-top: 20px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
section .header {
  height: 200px;
  border-radius: 6px 6px 0 0;
  position: relative;
  background-position: center;
  margin-bottom: 36px;
}
.span12.header {
  border-bottom: 6px solid #e3511c;
}
section .no-header {
  height: 60px;
}
section .box-header {
  border-radius: 6px 6px 0 0;
  position: relative;
  margin-bottom: 36px;
}
section .box-header img {
  margin: 0;
  padding: 0;
}
article.post,
article.page,
article.event {
  border-bottom: 6px solid #e3511c;
  margin-bottom: 2em;
  padding-bottom: 4em;
}
.single article.post,
.single article.event {
  border-bottom: 0em solid #ddd;
  margin-bottom: 0em;
}
.page article.page {
  border-bottom: 0em solid #ddd;
  margin-bottom: 0em;
}
#masonry article {
  border-bottom: 0;
}
.single .view-article {
  display: none;
}
.entry {
  margin: 0;
}
.entry .post-title {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.entry .post-title a {
  color: #222;
}
.entry .post-title a:hover {
  color: #e3511c;
}
.entry img {
  padding: 4px;
  background-color: white;
  border: 0px solid rgba(0,0,0,0.1);
}
.entry .carousel-inner img {
  margin: 0;
  padding: 0;
}
.entry p a {
  text-decoration: underline;
}
.entry a.btn {
  text-decoration: none;
}
.entry p a:hover {
  text-decoration: underline;
}
.entry .media-heading {
  padding: 0 !important;
}
.entry .sexy_line {
  margin: 2em 0;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin-top: 2em;
}
.tags,
.venues {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 0 0 36px 0;
  text-transform: uppercase;
  text-align: center;
}
.tags a,
.venues a {
  color: #666;
}
.categories {
  text-align: center;
}
.categories a {
  color: #4fb1b8;
}
.wpsocialite > li {
  text-align: center;
}
.author-box {
  margin: 40px 0;
  min-height: 70px;
  padding-top: 9px;
  text-align: center;
  position: relative;
}
.author-box .author-avatar {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
}
.author-box .author-avatar img {
  width: 60px;
  -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.6);
  -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.6);
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.6);
  padding: 0;
  margin: 0;
  border: 5px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.author-box .author-avatar img:hover {
  border-color: #4fb1b8;
}
.author-box h2 {
  font-family: 'Merriweather', "Times New Roman", serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 9px;
  padding: 0;
  color: #e3511c;
  text-align: center;
}
.author-box h2 small {
  display: block;
  font-size: 12px;
  padding-bottom: 18px;
}
.author-box .popover-title {
  display: none;
}
.diamond {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #e3511c;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin: 0 0 0 -20px;
  text-align: center;
}
.diamond i {
  line-height: 40px;
  font-size: 24px;
  color: white;
}
.breadcrumb {
  background: none;
  text-align: center;
  font-size: 11px;
}
.breadcrumb  > li a {
  color: #4fb1b8;
}
.subscribe {
  text-align: center;
  margin: 20px 0 40px;
}
.header .carousel-caption {
  background: none;
  color: white;
  padding-bottom: 40px;
  text-align: center;
}
.header .carousel-caption h2 {
  margin-bottom: 0.5em;
  font-weight: 300;
}
.header .carousel-caption h2 a {
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}
.header .carousel-caption p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 10px 30px 0;
  text-align: center;
  text-shadow: 1px 1px 0px #000000;
}
.header .carousel-caption p a {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: white;
  font-weight: 600;
  background-image: none;
  display: inline;
}
.header .carousel-caption .archive-title {
  color: #FFF;
  text-shadow: 1px 1px 0 #000;
}
.entry-event {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}
.engrave {
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 40px 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.sengrave {
  font-family: ;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF;
}
.serif {
  font-family: ;
  text-shadow: 1px 1px 0 #FFF;
}
.archive-title {
  text-align: center;
  margin-bottom: 0;
}
#masonry {
  padding-top: 30px;
  position: relative;
}
#masonry .entry-event {
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#masonry .entry-event:hover {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#masonry .entry-event:hover .venues a {
  color: #4fb1b8;
}
#masonry .entry-event img.media-object {
  border-radius: 4px 4px 0 0;
}
#masonry .tags {
  margin-bottom: 1em;
}
.masonry article {
  padding: 0 20px;
}
.masonry article > h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 1em 12px;
  padding: 0;
  text-transform: none;
  text-align: center;
  line-height: 1.5em;
}
.masonry article > h2 a {
  color: #444;
}
.masonry article > h2 a:hover {
  color: #e3511c;
}
.masonry .entry-meta {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 36px;
}
.pagination .current,
.pagination .dots {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination .current {
  background-color: #f5f5f5;
}
.pagination li:first-child .current {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child .current {
  border-radius: 0 3px 3px 0;
}
#comments {
  margin-top: 3em;
}
h3.comments-title {
  border-bottom: 1px dashed rgba(0,0,0,0.2);
  font-size: 1.8em;
  padding-bottom: 0.25em;
  margin-bottom: 1.25em;
  margin-top: 30px;
}
ol.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol.commentlist ul,
ol.commentlist ol {
  list-style: none outside none;
}
.comment-author.vcard {
  font-size: 18px;
  display: inline;
  margin-left: 50px;
  line-height: 40px;
  font-family: 'Merriweather', "Times New Roman", serif;
}
.comment-meta {
  display: inline;
}
.comment-meta a {
  font-size: 14px;
  line-height: 40px;
  color: rgba(0,0,0,0.4);
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  margin-left: 18px;
}
.commentlist .comment-body {
  background-color: #FFF;
  border-width: 0 0 0px 0;
  margin-bottom: 2em;
  min-height: 90px;
  position: relative;
}
.commentlist .comment-body .avatar {
  border-bottom: medium none;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFF;
  margin-top: 0;
  padding: 0;
}
.commentlist .comment-body .comment-text {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0 10% 0 2.5%;
  white-space: pre-line;
  word-wrap: break-word;
  margin-top: 0.5em;
}
.commentlist .comment-body cite {
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
}
.commentlist .comment-body cite a {
  line-height: 40px;
}
.commentlist .reply {
  position: absolute;
  bottom: 1em;
  right: 0;
  font-size: 16px;
}
.commentlist .bypostauthor .comment-body {
  background-color: #FFFFFF;
}
.commentlist .comment-body .says {
  display: none;
}
.commentlist .children > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.commentlist .children li > .comment-body .comment-text {
  background-color: #EEEEEE;
}
.commentlist .highlighted > .comment-body .comment-text {
  border: medium none;
  padding: 1px !important;
}
.comment-reply-link {
  position: absolute;
  right: 20px;
  top: 20px;
}
#reply-title {
  padding-top: 0;
}
#respond {
  margin-bottom: 4em;
}
.form-allowed-tags {
  display: none;
}
#commentform label {
  font-family: 'Merriweather', "Times New Roman", serif;
  font-size: 1em;
  font-weight: bold;
}
#commentform #author,
#commentform #email,
#commentform #comment {
  width: 100%;
}
footer {
  background-color: #000;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  color: #cccccc;
  line-height: 2em;
  font-size: 14px;
}
footer .wrapper {
  background: rgba(0,0,0,0.6) url(http://flexpeditions.com/wp-content/themes/clinto/img/bg-overlay-pattern.png) repeat;
  padding: 60px 0 40px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  text-shadow: 1px 1px 0 #000;
}
footer h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 2em;
  margin: 1em 0 1em 0;
  text-transform: uppercase;
}
footer ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin: 0;
  padding: 0;
  line-height: 2em;
}
footer a,
footer a:visited {
  color: #4fb1b8;
  text-shadow: 1px 1px 0 #000;
}
footer a:hover {
  color: #98d1d5;
}
footer em {
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding: 0 0.4em;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}
footer .copyright .icon-heart {
  color: #F00;
}
footer .theme-description {
  color: white;
  font-size: 13px;
}
footer .widget_search {
  overflow: hidden;
}
footer .subfooter {
  background-color: #fff;
  border-top: 1px solid #A9A9A9;
}
footer .elastislide-wrapper {
  background-color: #fff;
  box-shadow: none;
}
footer #sponsor a img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
footer #sponsor a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 979px) {
  .js #nav_menu {
    display: none;
  }
  .js .selectnav {
    display: block;
    margin: 4px 0 0 25px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .boxes .nav-tabs > li > a {
    font-size: 12px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container {
    padding: 0 20px;
  }
  .span12.header {
    margin-top: 20px;
  }
  #homepage-three-steps .span4 {
    border-bottom: 1px solid #ddd;
  }
  #homepage-three-steps .span4 .icon-bg {
    top: 18px;
  }
  #homepage-three-steps .span4 h3 {
    padding-top: 50px;
    padding-left: 0;
  }
  #homepage-three-steps .span4 .lead {
    padding-left: 0;
  }
  .span4.sbl {
    background-image: none;
  }
  .fixed .carousel-control {
    top: 28px;
  }
}
@media (max-width: 480px) {
  .navbar-search {
    display: none;
  }
  header .navbar {
    top: 60px;
  }
  .js .selectnav {
    display: block;
    margin: 4px 0 0 0;
    float: right;
  }
}
@media (max-height: 320px) {
  .fixed {
    position: relative;
    z-index: 0;
  }
  .fixed.affix {
    position: relative;
    height: 472px;
  }
  .fixed.affix .carousel {
    height: 472px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.body,
  .admin-bar section.body {
    margin-top: 0;
    height: auto;
  }
  #HomeCarousel .carousel-inner {
    overflow: visible;
  }
  #HomeCarousel .carousel-caption {
    position: absolute;
  }
  #HomeCarousel .carousel-caption p {
    display: none;
  }
}
@media (max-width: 320px) {
  .js .selectnav {
    display: block;
    margin: 53px auto 5px;
    float: none;
  }
  .fixed {
    position: relative;
    z-index: 0;
  }
  .fixed.affix {
    position: relative;
    height: 472px;
  }
  .fixed.affix .carousel {
    height: 472px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.body,
  .admin-bar section.body {
    margin-top: 0;
    height: auto;
  }
  #HomeCarousel .carousel-inner {
    overflow: visible;
  }
  #HomeCarousel .carousel-caption {
    position: absolute;
  }
  #HomeCarousel .carousel-caption p {
    display: none;
  }
  .boxes .nav-tabs > li > a {
    font-size: 12px;
    font-weight: 300;
  }
  .boxes .tab-content .media-object {
    margin: 0 auto;
  }
  .boxes .tab-content h5 {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
  }
  .boxes .tab-content small {
    text-align: center;
    display: block;
    margin-bottom: 2em;
  }
  header .navbar .brand {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}


/*
playback timings (ms):
  captures_list: 1.714
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.045
  esindex: 0.024
  cdx.remote: 174.823
  LoadShardBlock: 276.692 (3)
  PetaboxLoader3.datanode: 262.221 (4)
  load_resource: 323.243
  PetaboxLoader3.resolve: 283.354
*/