@import "fonts/socialico/stylesheet.css";

@import "fonts/modern-pictograms/stylesheet.css";
/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =========================================================== */
/* ! Code
/* =========================================================== */
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 13px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 3px 4px;
  color: #555555;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 24px;
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 24px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
}
pre.prettyprint {
  margin-bottom: 24px;
}
pre code {
  padding: 0;
  background-color: transparent;
}
/* =========================================================== */
/* ! Tables
/* =========================================================== */
/* Base tables
-------------------------------------------------------------- */
table,
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 24px;
}
table th,
.table th,
table td,
.table td {
  padding: 14px;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid #ddd;
}
table th,
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
table td,
.table td {
  vertical-align: top;
}
table thead:first-child tr th,
.table thead:first-child tr th,
table thead:first-child tr td,
.table thead:first-child tr td {
  border-top: 0;
}
table tbody + tbody,
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
table .label,
.table .label {
  padding: 14px;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid #ddd;
}
/* Baseline styles
-------------------------------------------------------------- */
/* Condensed table w/ half padding
-------------------------------------------------------------- */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
/* Bordered
-------------------------------------------------------------- */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
/* Zebra striping
-------------------------------------------------------------- */
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
/* Table cell sizing
-------------------------------------------------------------- */
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
/* =========================================================== */
/* ! Scaffolding
/* =========================================================== */
/* Structural Layout
-------------------------------------------------------------- */
html {
  /* force vertical scrollbar */

  overflow-y: scroll;
}
body {
  margin: 0;
  background: #ecebe9 url('../images/bg.jpg');
  -webkit-text-size-adjust: none;
}
.container {
  margin: 0 auto;
}
.container-fluid {
  padding: 0 30px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
#header {
  position: relative;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
#header:before,
#header:after {
  display: table;
  content: "";
}
#header:after {
  clear: both;
}
#header:before,
#header:after {
  display: table;
  content: "";
}
#header:after {
  clear: both;
}
#header .logo {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin: 270px auto 20px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
#header .logo:before,
#header .logo:after {
  display: table;
  content: "";
}
#header .logo:after {
  clear: both;
}
#header .logo:before,
#header .logo:after {
  display: table;
  content: "";
}
#header .logo:after {
  clear: both;
}
#header .logo img {
  margin: 0;
  width: 100%;
}
#header .tagline {
  color: #B6B6B6;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 10px;
  margin-bottom: 200px;
  text-align: center;
  text-transform: uppercase;
}
body.page .logo {
  margin-bottom: 10px !important;
  margin-top: 150px !important;
}
body.page .tagline {
  margin-bottom: 40px !important;
}
#content {
  margin-bottom: 30px;
  width: 100%;
}
#main.narrow {
  /* Only used in three-column layout */

}
#sidebar-alt {
  /* Only used in three-column layout */

}
.half-column {
  float: left;
  margin: 0 4% 0 0;
  width: 48%;
}
.half-column:last-child {
  margin-right: 0;
}
section {
  z-index: 1;
}
section.available {
  margin-bottom: 500px;
  text-align: center;
}
section.available h4 {
  color: #868686;
  font-family: "kulturista-web", serif;
  font-size: 12px;
  font-weight: normal;
}
section.about {
  margin-bottom: 700px;
  padding-top: 300px;
  text-align: center;
}
section.about h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
section.about p {
  font-family: "kulturista-web", serif;
  font-weight: 400;
}
section.about p a {
  font-weight: 500;
}
section.spot {
  background: url('../images/section-heading-bg.png') repeat-x 0 180px;
  margin: 0;
  padding-top: 170px;
  text-align: center;
}
section.spot h2 {
  background: url('../images/bg.jpg');
  display: inline-block;
  padding: 0 20px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
section.spot h2:before,
section.spot h2:after {
  display: table;
  content: "";
}
section.spot h2:after {
  clear: both;
}
section.spot h2:before,
section.spot h2:after {
  display: table;
  content: "";
}
section.spot h2:after {
  clear: both;
}
section.work {
  margin-bottom: 500px;
  margin-top: -30px;
}
section.work .span {
  margin: 0;
}
section.work .thumbs {
  margin-top: 50px;
}
section.work .item {
  height: auto;
  line-height: 0;
  margin-bottom: 30px;
  max-width: 270px;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out ease-out;
  -moz-transition: all 0.2s ease-in-out ease-out;
  transition: all 0.2s ease-in-out ease-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out ease-out;
  -moz-transition: all 0.2s ease-in-out ease-out;
  transition: all 0.2s ease-in-out ease-out;
}
section.work .item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section.work .item .overlay {
  border: 7px solid #E4E4E4;
  position: absolute;
  height: 100%;
  left: 0px;
  padding: 20px;
  padding-top: 0;
  top: 0px;
  width: 100%;
  text-shadow: none;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.work .item .overlay h4 {
  display: none;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 4px !important;
}
section.work .item .overlay p {
  color: #FFF;
  display: none;
  font-family: "kulturista-web", serif;
  font-weight: 600;
}
section.work .item:hover > .overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 100px;
}
section.work .item:hover > .overlay h4,
section.work .item:hover > .overlay p {
  display: block;
}
section.work .item img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.services {
  margin-bottom: 600px;
}
section.services .capabilities {
  margin-top: 50px;
}
section.services .item {
  font-family: "kulturista-web", serif;
  line-height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.services .item img {
  margin-bottom: 20px;
}
section.contact .row {
  margin-top: 30px;
}
section.contact .contact-block {
  border: 1px solid #c0c0c0;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin: 10px 0;
  padding: 20px 20px 20px 70px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.contact .contact-block:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
section.contact .contact-block.phone {
  background: #ffffff url('../images/icon-contact-phone.png') no-repeat 20px 50%;
}
section.contact .contact-block.email {
  background: #ffffff url('../images/icon-contact-email.png') no-repeat 20px 50%;
}
section.contact form .button {
  display: block;
  height: 100%;
  width: 100%;
}
section.contact hr {
  margin: 40px 0 30px;
}
footer span.social-icon {
  font-size: 50px;
}
#footer-container hr {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  margin-bottom: 10px;
  margin-top: 50px;
}
#footer-container hr:before,
#footer-container hr:after {
  display: table;
  content: "";
}
#footer-container hr:after {
  clear: both;
}
#footer-container hr:before,
#footer-container hr:after {
  display: table;
  content: "";
}
#footer-container hr:after {
  clear: both;
}
#footer-bottom {
  padding: 18px 0 21px;
}
.to-top {
  background: #FFF;
  bottom: 20px;
  display: block;
  font-size: 11px;
  padding: 7px 14px;
  position: fixed;
  right: 0;
  width: 6px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -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);
  -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);
  opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.to-top:hover {
  width: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Links
-------------------------------------------------------------- */
a {
  color: #2eaab5;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #999999;
}
/* Grid System
-------------------------------------------------------------- */
.row {
  margin-left: -20px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
  width: 60px;
}
.span2 {
  width: 140px;
  width: 140px;
}
.span3 {
  width: 220px;
  width: 220px;
}
.span4 {
  width: 300px;
  width: 300px;
}
.span5 {
  width: 380px;
  width: 380px;
}
.span6 {
  width: 460px;
  width: 460px;
}
.span7 {
  width: 540px;
  width: 540px;
}
.span8 {
  width: 620px;
  width: 620px;
}
.span9 {
  width: 700px;
  width: 700px;
}
.span10 {
  width: 780px;
  width: 780px;
}
.span11 {
  width: 860px;
  width: 860px;
}
.span12,
.container {
  width: 940px;
  width: 940px;
}
.offset1 {
  margin-left: 100px;
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
  margin-left: 900px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
  width: 60px;
}
.span2 {
  width: 140px;
  width: 140px;
}
.span3 {
  width: 220px;
  width: 220px;
}
.span4 {
  width: 300px;
  width: 300px;
}
.span5 {
  width: 380px;
  width: 380px;
}
.span6 {
  width: 460px;
  width: 460px;
}
.span7 {
  width: 540px;
  width: 540px;
}
.span8 {
  width: 620px;
  width: 620px;
}
.span9 {
  width: 700px;
  width: 700px;
}
.span10 {
  width: 780px;
  width: 780px;
}
.span11 {
  width: 860px;
  width: 860px;
}
.span12,
.container {
  width: 940px;
  width: 940px;
}
.offset1 {
  margin-left: 100px;
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span1 {
  width: 6.382978723%;
  width: 6.382978723%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  width: 14.89361702%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  width: 23.404255317%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  width: 31.914893614%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  width: 40.425531911%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  width: 48.93617020799999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  width: 57.446808505%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  width: 65.95744680199999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  width: 74.468085099%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  width: 82.97872339599999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  width: 91.489361693%;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  width: 99.99999998999999%;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span1 {
  width: 6.382978723%;
  width: 6.382978723%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  width: 14.89361702%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  width: 23.404255317%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  width: 31.914893614%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  width: 40.425531911%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  width: 48.93617020799999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  width: 57.446808505%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  width: 65.95744680199999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  width: 74.468085099%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  width: 82.97872339599999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  width: 91.489361693%;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  width: 99.99999998999999%;
}
.row-fluid .span12 {
  margin-left: 0 !important;
}
/* Layouts
     Fixed-width and fluid (with sidebar) layouts
-------------------------------------------------------------- */
#page-container {
  padding: 0 20px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
#page-container:before,
#page-container:after {
  display: table;
  content: "";
}
#page-container:after {
  clear: both;
}
#page-container:before,
#page-container:after {
  display: table;
  content: "";
}
#page-container:after {
  clear: both;
}
#page-container:before,
#page-container:after {
  display: table;
  content: "";
}
#page-container:after {
  clear: both;
}
#page-container:before,
#page-container:after {
  display: table;
  content: "";
}
#page-container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1170px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
/* =========================================================== */
/* ! Typography
/* =========================================================== */
/* Body text
-------------------------------------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #6d6d6d;
  text-shadow: 0 1px 0 #FFF;
}
p {
  margin: 0 0 24px;
  font-weight: normal;
  line-height: 24px;
}
p small {
  font-size: 12px;
  color: #999999;
}
.lead {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  color: #333333;
  text-rendering: optimizelegibility;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 800;
}
h1 {
  font-size: 28px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 22px;
  line-height: 30px;
}
h2 small {
  font-size: 18px;
}
.tagline h2 {
  font-size: 18px;
}
h3 {
  line-height: 24px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 24px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 23px;
  margin: 24px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
/* Lists
-------------------------------------------------------------- */
ul,
ol {
  padding: 0;
  margin: 0 0 24px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 24px;
}
ul.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
  margin-bottom: 12px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
/* Misc.
-------------------------------------------------------------- */
::selection {
  background: #D4D4D4;
}
::-moz-selection {
  background: #D4D4D4;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #F3F3F3;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
hr:before,
hr:after {
  display: table;
  content: "";
}
hr:after {
  clear: both;
}
hr:before,
hr:after {
  display: table;
  content: "";
}
hr:after {
  clear: both;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eeeeee;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  line-height: 24px;
  font-family: 'American Typewriter', courier, serif;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.post-info,
.post-meta {
  font-size: 13px;
  font-weight: normal;
}
#content-container h1,
#content-container h2,
#content-container h3,
#content-container h4,
#content-container h5,
#content-container h6 {
  margin-bottom: 12px;
}
#overview h2 {
  margin: 0;
}
#footer-bottom .footer-left {
  font-weight: normal;
}
#footer-bottom .footer-right {
  text-align: right;
}
/* =========================================================== */
/* ! Forms
/* =========================================================== */
/* General styles
-------------------------------------------------------------- */
form {
  margin: 0 0 24px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 36px;
  font-size: 21px;
  line-height: 48px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
label {
  display: block;
  margin-bottom: 5px;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 24px;
  padding: 12px 15px;
  margin-bottom: 9px;
  font-weight: 600;
  line-height: 24px;
  color: #555555;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
textarea {
  font-size: 24px !important;
  width: 100% !important;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 3px 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="file"] {
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
form li {
  list-style: none !important;
}
/* Checboxes & radios
-------------------------------------------------------------- */
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.controls > .radio.inline:first-child,
.controls > .checkbox.inline:first-child {
  padding-top: 0;
}
/* Focus state
-------------------------------------------------------------- */
input,
textarea {
  -webkit-box-shadow: inset 0 2px 7px rgba(0,0,0,.15), 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 2px 7px rgba(0,0,0,.15), 0 1px 0 #FFF;
  box-shadow: inset 0 2px 7px rgba(0,0,0,.15), 0 1px 0 #FFF;
  -webkit-box-shadow: inset 0 2px 7px rgba(0,0,0,.15), 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 2px 7px rgba(0,0,0,.15), 0 1px 0 #FFF;
  box-shadow: inset 0 2px 7px rgba(0,0,0,.15), 0 1px 0 #FFF;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  -moz-transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  -moz-transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
  transition: all border linear 0.2s, box-shadow linear 0.2s ease-out;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15), 0 0 12px rgba(82, 168, 236, 0.4);
  -moz-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15), 0 0 12px rgba(82, 168, 236, 0.4);
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15), 0 0 12px rgba(82, 168, 236, 0.4);
  -webkit-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15), 0 0 12px rgba(82, 168, 236, 0.4);
  -moz-box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15), 0 0 12px rgba(82, 168, 236, 0.4);
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15), 0 0 12px rgba(82, 168, 236, 0.4);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-8 */

}
input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Input sizes
-------------------------------------------------------------- */
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
/* Grid sizing for inputs
-------------------------------------------------------------- */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
  width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
  width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
  width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
  width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
  width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
  width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
  width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
  width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
  width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
  width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
  width: 930px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
  width: 50px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
  width: 130px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
  width: 210px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
  width: 290px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
  width: 370px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
  width: 450px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
  width: 530px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
  width: 610px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
  width: 690px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
  width: 770px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
  width: 850px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
  width: 930px;
}
/* Disable state
-------------------------------------------------------------- */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
/* Form field feedback states
-------------------------------------------------------------- */
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
/* Form actions
-------------------------------------------------------------- */
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
/* Help text
-------------------------------------------------------------- */
.help-block {
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
/* Input groups
-------------------------------------------------------------- */
.input-prepend,
.input-append {
  margin-bottom: 5px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 24px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 24px;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input,
.input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
/* Search form
-------------------------------------------------------------- */
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
/* Horizontal and vertical forms
-------------------------------------------------------------- */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.control-group {
  margin-bottom: 12px;
}
/* Horizontal-specific styles
-------------------------------------------------------------- */
.form-horizontal legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group > label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
/* =========================================================== */
/* ! Custom
/* =========================================================== */#searchform label,
#searchform br,
#searchform input[type="submit"] {
  display: none;
}
#header #searchform {
  float: right;
  margin: 34px 0 30px;
}
#s {
  background: #ffffff url('../images/search.png') no-repeat 3px center;
  padding-left: 23px;
  width: 74px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease-out;
  -moz-transition: all all 0.3s ease-out ease-out;
  transition: all all 0.3s ease-out ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease-out;
  -moz-transition: all all 0.3s ease-out ease-out;
  transition: all all 0.3s ease-out ease-out;
}
#s:focus {
  width: 159px;
}
form p {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
form p:before,
form p:after {
  display: table;
  content: "";
}
form p:after {
  clear: both;
}
form p:before,
form p:after {
  display: table;
  content: "";
}
form p:after {
  clear: both;
}
form br {
  display: none;
}
/* =========================================================== */
/* ! Navigation
/* =========================================================== */
nav {
  display: block;
  position: fixed;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
nav ul {
  margin: -8px 0 0 0;
}
nav ul li {
  background: #FFF;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 80px;
  -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);
  -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);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9999999;
}
nav ul li a {
  color: #2e2e2e;
  display: block;
  height: 100%;
  padding: 85px 0 10px;
  width: 100%;
  z-index: 9999999;
}
nav ul li a:hover {
  background-color: #2eaab5;
  color: #FFF !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
nav ul li a:hover i.icon {
  color: #FFF;
}
nav ul li i.icon {
  color: #2e2e2e;
  font-size: 32px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 100%;
  z-index: 9999999;
}
nav ul li:hover > i.icon {
  color: #000;
}
nav ul li:last-child {
  margin: 0;
}
nav ul li:hover {
  position: relative;
  top: 5px;
}
/* =========================================================== */
/* ! UI Elements
/* =========================================================== */
/* Labels
-------------------------------------------------------------- */
.label {
  padding: 1px 3px 2px;
  font-size: 10.5px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label-important {
  background-color: #b94a48;
}
.label-warning {
  background-color: #f89406;
}
.label-success {
  background-color: #468847;
}
.label-info {
  background-color: #3a87ad;
}
/* Close icons
-------------------------------------------------------------- */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
/* Alert styles
-------------------------------------------------------------- */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert-heading {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
/* Alternate styles
-------------------------------------------------------------- */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success,
.alert-success .alert-heading {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info,
.alert-info .alert-heading {
  color: #3a87ad;
}
/* Block alerts
-------------------------------------------------------------- */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert-heading,
.alert p:last-child {
  margin: 0px !important;
}
/* Wells
-------------------------------------------------------------- */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.well:before,
.well:after {
  display: table;
  content: "";
}
.well:after {
  clear: both;
}
.well:before,
.well:after {
  display: table;
  content: "";
}
.well:after {
  clear: both;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well h2 {
  display: inline-block;
}
.well-red {
  background-color: #FADCDC;
}
.well-green {
  background-color: #D1ECD0;
}
.well-yellow {
  background-color: #F8F2D9;
}
.well-blue {
  background-color: #D7EAFC;
}
/* =========================================================== */
/* ! Icons & Sprites
/* =========================================================== */
[class^="icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
  *margin-right: .3em;
}
[class^="icon-"]:last-child {
  *margin-left: 0;
}
[class^="icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url(../img/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
span.social-icon {
  font-family: 'SocialicoRegular';
}
span.social-icon a {
  color: #BEBEBE;
  font-weight: normal;
}
span.social-icon a:hover {
  color: #808080;
}
span.social-icon a:active {
  color: #999999;
}
i.icon {
  font-family: 'ModernPictogramsNormal';
  font-style: normal;
  font-weight: normal;
}
/* Component animations
-------------------------------------------------------------- */
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
/* =========================================================== */
/* ! Button styles
/* =========================================================== */
/* Base styles
-------------------------------------------------------------- */
.btn,
.button,
form submit,
#page-nav a,
#posts-nav a,
input#submit,
input[type=submit] {
  display: inline-block;
  padding: 20px 30px;
  font-size: base-font-size !important;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: #53afc0;
  background-image: -moz-linear-gradient(top, #5dbdce, #449aaa);
  background-image: -ms-linear-gradient(top, #5dbdce, #449aaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5dbdce), to(#449aaa));
  background-image: -webkit-linear-gradient(top, #5dbdce, #449aaa);
  background-image: -o-linear-gradient(top, #5dbdce, #449aaa);
  background-image: linear-gradient(top, #5dbdce, #449aaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbdce', endColorstr='#449aaa', GradientType=0);
  background-color: #53afc0;
  background-image: -moz-linear-gradient(top, #5dbdce, #449aaa);
  background-image: -ms-linear-gradient(top, #5dbdce, #449aaa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5dbdce), to(#449aaa));
  background-image: -webkit-linear-gradient(top, #5dbdce, #449aaa);
  background-image: -o-linear-gradient(top, #5dbdce, #449aaa);
  background-image: linear-gradient(top, #5dbdce, #449aaa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dbdce', endColorstr='#449aaa', GradientType=0);
  border: 1px solid #2e8797;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  *margin-left: .3em;
  *margin-left: .3em;
}
.btn:first-child,
.button:first-child,
form submit:first-child,
#page-nav a:first-child,
#posts-nav a:first-child,
input#submit:first-child,
input[type=submit]:first-child {
  *margin-left: 0;
}
.btn:first-child,
.button:first-child,
form submit:first-child,
#page-nav a:first-child,
#posts-nav a:first-child,
input#submit:first-child,
input[type=submit]:first-child {
  *margin-left: 0;
}
.btn:hover,
.button:hover,
form submit:hover,
#page-nav a:hover,
#posts-nav a:hover,
input#submit:hover,
input[type=submit]:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #60bfcf;
  background-image: -moz-linear-gradient(top, #6accdd, #50abbb);
  background-image: -ms-linear-gradient(top, #6accdd, #50abbb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6accdd), to(#50abbb));
  background-image: -webkit-linear-gradient(top, #6accdd, #50abbb);
  background-image: -o-linear-gradient(top, #6accdd, #50abbb);
  background-image: linear-gradient(top, #6accdd, #50abbb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6accdd', endColorstr='#50abbb', GradientType=0);
  background-color: #60bfcf;
  background-image: -moz-linear-gradient(top, #6accdd, #50abbb);
  background-image: -ms-linear-gradient(top, #6accdd, #50abbb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6accdd), to(#50abbb));
  background-image: -webkit-linear-gradient(top, #6accdd, #50abbb);
  background-image: -o-linear-gradient(top, #6accdd, #50abbb);
  background-image: linear-gradient(top, #6accdd, #50abbb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6accdd', endColorstr='#50abbb', GradientType=0);
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -ms-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
  -webkit-transition: all background-position 0s linear ease-out;
  -moz-transition: all background-position 0s linear ease-out;
  transition: all background-position 0s linear ease-out;
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -ms-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
  -webkit-transition: all background-position 0s linear ease-out;
  -moz-transition: all background-position 0s linear ease-out;
  transition: all background-position 0s linear ease-out;
}
.btn:focus,
.button:focus,
form submit:focus,
#page-nav a:focus,
#posts-nav a:focus,
input#submit:focus,
input[type=submit]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active,
.button.active,
.button:active,
form submit:active,
#page-nav a:active,
#posts-nav a:active,
input#submit:active,
input[type=submit]:active {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  background-color: #4ea8b8;
  background-image: -moz-linear-gradient(top, #449aaa, #5dbdce);
  background-image: -ms-linear-gradient(top, #449aaa, #5dbdce);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#449aaa), to(#5dbdce));
  background-image: -webkit-linear-gradient(top, #449aaa, #5dbdce);
  background-image: -o-linear-gradient(top, #449aaa, #5dbdce);
  background-image: linear-gradient(top, #449aaa, #5dbdce);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449aaa', endColorstr='#5dbdce', GradientType=0);
  background-color: #4ea8b8;
  background-image: -moz-linear-gradient(top, #449aaa, #5dbdce);
  background-image: -ms-linear-gradient(top, #449aaa, #5dbdce);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#449aaa), to(#5dbdce));
  background-image: -webkit-linear-gradient(top, #449aaa, #5dbdce);
  background-image: -o-linear-gradient(top, #449aaa, #5dbdce);
  background-image: linear-gradient(top, #449aaa, #5dbdce);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449aaa', endColorstr='#5dbdce', GradientType=0);
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Button sizes
-------------------------------------------------------------- */
.btn-large {
  padding: 9px 14px 10px;
  font-size: 17px;
  line-height: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large .icon {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px 6px;
  font-size: 12px;
  line-height: 12px;
}
/* Alternate buttons
-------------------------------------------------------------- */
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-save,
.btn-save:hover {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.4), 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-save.active {
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
}
.btn-rounded {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn-small .icon {
  margin-top: -1px;
}
.btn-primary {
  border: 1px solid #2a5f9c;
  background-color: #4c9ce6;
  background-image: -moz-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -ms-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5aaef1), to(#3780d5));
  background-image: -webkit-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -o-linear-gradient(top, #5aaef1, #3780d5);
  background-image: linear-gradient(top, #5aaef1, #3780d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aaef1', endColorstr='#3780d5', GradientType=0);
  background-color: #4c9ce6;
  background-image: -moz-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -ms-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5aaef1), to(#3780d5));
  background-image: -webkit-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -o-linear-gradient(top, #5aaef1, #3780d5);
  background-image: linear-gradient(top, #5aaef1, #3780d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aaef1', endColorstr='#3780d5', GradientType=0);
}
.btn-primary:hover {
  background-color: #6aaff1;
  background-image: -moz-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -ms-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7fc2fa), to(#4a92e4));
  background-image: -webkit-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -o-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: linear-gradient(top, #7fc2fa, #4a92e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc2fa', endColorstr='#4a92e4', GradientType=0);
  background-color: #6aaff1;
  background-image: -moz-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -ms-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7fc2fa), to(#4a92e4));
  background-image: -webkit-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -o-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: linear-gradient(top, #7fc2fa, #4a92e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc2fa', endColorstr='#4a92e4', GradientType=0);
}
.btn-primary:active {
  background-color: #2d6eb7;
  background-image: -moz-linear-gradient(top, #2867af, #3578c4);
  background-image: -ms-linear-gradient(top, #2867af, #3578c4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2867af), to(#3578c4));
  background-image: -webkit-linear-gradient(top, #2867af, #3578c4);
  background-image: -o-linear-gradient(top, #2867af, #3578c4);
  background-image: linear-gradient(top, #2867af, #3578c4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2867af', endColorstr='#3578c4', GradientType=0);
  background-color: #2d6eb7;
  background-image: -moz-linear-gradient(top, #2867af, #3578c4);
  background-image: -ms-linear-gradient(top, #2867af, #3578c4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2867af), to(#3578c4));
  background-image: -webkit-linear-gradient(top, #2867af, #3578c4);
  background-image: -o-linear-gradient(top, #2867af, #3578c4);
  background-image: linear-gradient(top, #2867af, #3578c4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2867af', endColorstr='#3578c4', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
}
.btn-warning {
  border: 1px solid #7c4819;
  background-color: #ce7627;
  background-image: -moz-linear-gradient(top, #e88730, #a65c1a);
  background-image: -ms-linear-gradient(top, #e88730, #a65c1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e88730), to(#a65c1a));
  background-image: -webkit-linear-gradient(top, #e88730, #a65c1a);
  background-image: -o-linear-gradient(top, #e88730, #a65c1a);
  background-image: linear-gradient(top, #e88730, #a65c1a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88730', endColorstr='#a65c1a', GradientType=0);
  background-color: #ce7627;
  background-image: -moz-linear-gradient(top, #e88730, #a65c1a);
  background-image: -ms-linear-gradient(top, #e88730, #a65c1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e88730), to(#a65c1a));
  background-image: -webkit-linear-gradient(top, #e88730, #a65c1a);
  background-image: -o-linear-gradient(top, #e88730, #a65c1a);
  background-image: linear-gradient(top, #e88730, #a65c1a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88730', endColorstr='#a65c1a', GradientType=0);
}
.btn-warning:hover {
  background-color: #d88031;
  background-image: -moz-linear-gradient(top, #ef903b, #b56823);
  background-image: -ms-linear-gradient(top, #ef903b, #b56823);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef903b), to(#b56823));
  background-image: -webkit-linear-gradient(top, #ef903b, #b56823);
  background-image: -o-linear-gradient(top, #ef903b, #b56823);
  background-image: linear-gradient(top, #ef903b, #b56823);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef903b', endColorstr='#b56823', GradientType=0);
  background-color: #d88031;
  background-image: -moz-linear-gradient(top, #ef903b, #b56823);
  background-image: -ms-linear-gradient(top, #ef903b, #b56823);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef903b), to(#b56823));
  background-image: -webkit-linear-gradient(top, #ef903b, #b56823);
  background-image: -o-linear-gradient(top, #ef903b, #b56823);
  background-image: linear-gradient(top, #ef903b, #b56823);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef903b', endColorstr='#b56823', GradientType=0);
}
.btn-warning:active {
  background-color: #94551d;
  background-image: -moz-linear-gradient(top, #884e1b, #a76021);
  background-image: -ms-linear-gradient(top, #884e1b, #a76021);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#884e1b), to(#a76021));
  background-image: -webkit-linear-gradient(top, #884e1b, #a76021);
  background-image: -o-linear-gradient(top, #884e1b, #a76021);
  background-image: linear-gradient(top, #884e1b, #a76021);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884e1b', endColorstr='#a76021', GradientType=0);
  background-color: #94551d;
  background-image: -moz-linear-gradient(top, #884e1b, #a76021);
  background-image: -ms-linear-gradient(top, #884e1b, #a76021);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#884e1b), to(#a76021));
  background-image: -webkit-linear-gradient(top, #884e1b, #a76021);
  background-image: -o-linear-gradient(top, #884e1b, #a76021);
  background-image: linear-gradient(top, #884e1b, #a76021);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884e1b', endColorstr='#a76021', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
}
.btn-danger {
  border: 1px solid #5e1c1c;
  background-color: #c73737;
  background-image: -moz-linear-gradient(top, #dd4444, #a72424);
  background-image: -ms-linear-gradient(top, #dd4444, #a72424);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4444), to(#a72424));
  background-image: -webkit-linear-gradient(top, #dd4444, #a72424);
  background-image: -o-linear-gradient(top, #dd4444, #a72424);
  background-image: linear-gradient(top, #dd4444, #a72424);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4444', endColorstr='#a72424', GradientType=0);
  background-color: #c73737;
  background-image: -moz-linear-gradient(top, #dd4444, #a72424);
  background-image: -ms-linear-gradient(top, #dd4444, #a72424);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4444), to(#a72424));
  background-image: -webkit-linear-gradient(top, #dd4444, #a72424);
  background-image: -o-linear-gradient(top, #dd4444, #a72424);
  background-image: linear-gradient(top, #dd4444, #a72424);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4444', endColorstr='#a72424', GradientType=0);
}
.btn-danger:hover {
  background-color: #dc4343;
  background-image: -moz-linear-gradient(top, #f15050, #bd2f2f);
  background-image: -ms-linear-gradient(top, #f15050, #bd2f2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f15050), to(#bd2f2f));
  background-image: -webkit-linear-gradient(top, #f15050, #bd2f2f);
  background-image: -o-linear-gradient(top, #f15050, #bd2f2f);
  background-image: linear-gradient(top, #f15050, #bd2f2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15050', endColorstr='#bd2f2f', GradientType=0);
  background-color: #dc4343;
  background-image: -moz-linear-gradient(top, #f15050, #bd2f2f);
  background-image: -ms-linear-gradient(top, #f15050, #bd2f2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f15050), to(#bd2f2f));
  background-image: -webkit-linear-gradient(top, #f15050, #bd2f2f);
  background-image: -o-linear-gradient(top, #f15050, #bd2f2f);
  background-image: linear-gradient(top, #f15050, #bd2f2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15050', endColorstr='#bd2f2f', GradientType=0);
}
.btn-danger:active {
  background-color: #751c1c;
  background-image: -moz-linear-gradient(top, #6a1515, #862727);
  background-image: -ms-linear-gradient(top, #6a1515, #862727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a1515), to(#862727));
  background-image: -webkit-linear-gradient(top, #6a1515, #862727);
  background-image: -o-linear-gradient(top, #6a1515, #862727);
  background-image: linear-gradient(top, #6a1515, #862727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a1515', endColorstr='#862727', GradientType=0);
  background-color: #751c1c;
  background-image: -moz-linear-gradient(top, #6a1515, #862727);
  background-image: -ms-linear-gradient(top, #6a1515, #862727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a1515), to(#862727));
  background-image: -webkit-linear-gradient(top, #6a1515, #862727);
  background-image: -o-linear-gradient(top, #6a1515, #862727);
  background-image: linear-gradient(top, #6a1515, #862727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a1515', endColorstr='#862727', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
}
.btn-success {
  border: 1px solid #225e14;
  background-color: #3ba723;
  background-image: -moz-linear-gradient(top, #43b929, #2f8d1a);
  background-image: -ms-linear-gradient(top, #43b929, #2f8d1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#43b929), to(#2f8d1a));
  background-image: -webkit-linear-gradient(top, #43b929, #2f8d1a);
  background-image: -o-linear-gradient(top, #43b929, #2f8d1a);
  background-image: linear-gradient(top, #43b929, #2f8d1a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b929', endColorstr='#2f8d1a', GradientType=0);
  background-color: #3ba723;
  background-image: -moz-linear-gradient(top, #43b929, #2f8d1a);
  background-image: -ms-linear-gradient(top, #43b929, #2f8d1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#43b929), to(#2f8d1a));
  background-image: -webkit-linear-gradient(top, #43b929, #2f8d1a);
  background-image: -o-linear-gradient(top, #43b929, #2f8d1a);
  background-image: linear-gradient(top, #43b929, #2f8d1a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b929', endColorstr='#2f8d1a', GradientType=0);
}
.btn-success:hover {
  background-color: #47bc2d;
  background-image: -moz-linear-gradient(top, #51cf35, #39a022);
  background-image: -ms-linear-gradient(top, #51cf35, #39a022);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51cf35), to(#39a022));
  background-image: -webkit-linear-gradient(top, #51cf35, #39a022);
  background-image: -o-linear-gradient(top, #51cf35, #39a022);
  background-image: linear-gradient(top, #51cf35, #39a022);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51cf35', endColorstr='#39a022', GradientType=0);
  background-color: #47bc2d;
  background-image: -moz-linear-gradient(top, #51cf35, #39a022);
  background-image: -ms-linear-gradient(top, #51cf35, #39a022);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51cf35), to(#39a022));
  background-image: -webkit-linear-gradient(top, #51cf35, #39a022);
  background-image: -o-linear-gradient(top, #51cf35, #39a022);
  background-image: linear-gradient(top, #51cf35, #39a022);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51cf35', endColorstr='#39a022', GradientType=0);
}
.btn-success:active {
  background-color: #297518;
  background-image: -moz-linear-gradient(top, #246815, #31881d);
  background-image: -ms-linear-gradient(top, #246815, #31881d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#246815), to(#31881d));
  background-image: -webkit-linear-gradient(top, #246815, #31881d);
  background-image: -o-linear-gradient(top, #246815, #31881d);
  background-image: linear-gradient(top, #246815, #31881d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246815', endColorstr='#31881d', GradientType=0);
  background-color: #297518;
  background-image: -moz-linear-gradient(top, #246815, #31881d);
  background-image: -ms-linear-gradient(top, #246815, #31881d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#246815), to(#31881d));
  background-image: -webkit-linear-gradient(top, #246815, #31881d);
  background-image: -o-linear-gradient(top, #246815, #31881d);
  background-image: linear-gradient(top, #246815, #31881d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246815', endColorstr='#31881d', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
}
.btn-info {
  border: 1px solid #2a5f9c;
  background-color: #4c9ce6;
  background-image: -moz-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -ms-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5aaef1), to(#3780d5));
  background-image: -webkit-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -o-linear-gradient(top, #5aaef1, #3780d5);
  background-image: linear-gradient(top, #5aaef1, #3780d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aaef1', endColorstr='#3780d5', GradientType=0);
  background-color: #4c9ce6;
  background-image: -moz-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -ms-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5aaef1), to(#3780d5));
  background-image: -webkit-linear-gradient(top, #5aaef1, #3780d5);
  background-image: -o-linear-gradient(top, #5aaef1, #3780d5);
  background-image: linear-gradient(top, #5aaef1, #3780d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aaef1', endColorstr='#3780d5', GradientType=0);
}
.btn-info:hover {
  background-color: #6aaff1;
  background-image: -moz-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -ms-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7fc2fa), to(#4a92e4));
  background-image: -webkit-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -o-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: linear-gradient(top, #7fc2fa, #4a92e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc2fa', endColorstr='#4a92e4', GradientType=0);
  background-color: #6aaff1;
  background-image: -moz-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -ms-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7fc2fa), to(#4a92e4));
  background-image: -webkit-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: -o-linear-gradient(top, #7fc2fa, #4a92e4);
  background-image: linear-gradient(top, #7fc2fa, #4a92e4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc2fa', endColorstr='#4a92e4', GradientType=0);
}
.btn-info:active {
  background-color: #2d6eb7;
  background-image: -moz-linear-gradient(top, #2867af, #3578c4);
  background-image: -ms-linear-gradient(top, #2867af, #3578c4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2867af), to(#3578c4));
  background-image: -webkit-linear-gradient(top, #2867af, #3578c4);
  background-image: -o-linear-gradient(top, #2867af, #3578c4);
  background-image: linear-gradient(top, #2867af, #3578c4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2867af', endColorstr='#3578c4', GradientType=0);
  background-color: #2d6eb7;
  background-image: -moz-linear-gradient(top, #2867af, #3578c4);
  background-image: -ms-linear-gradient(top, #2867af, #3578c4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2867af), to(#3578c4));
  background-image: -webkit-linear-gradient(top, #2867af, #3578c4);
  background-image: -o-linear-gradient(top, #2867af, #3578c4);
  background-image: linear-gradient(top, #2867af, #3578c4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2867af', endColorstr='#3578c4', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.9);
}
.btn-save {
  border: 1px solid #000000;
  background-color: #399494;
  background-image: -moz-linear-gradient(top, #4da8a8, #1a7777);
  background-image: -ms-linear-gradient(top, #4da8a8, #1a7777);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4da8a8), to(#1a7777));
  background-image: -webkit-linear-gradient(top, #4da8a8, #1a7777);
  background-image: -o-linear-gradient(top, #4da8a8, #1a7777);
  background-image: linear-gradient(top, #4da8a8, #1a7777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da8a8', endColorstr='#1a7777', GradientType=0);
  background-color: #399494;
  background-image: -moz-linear-gradient(top, #4da8a8, #1a7777);
  background-image: -ms-linear-gradient(top, #4da8a8, #1a7777);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4da8a8), to(#1a7777));
  background-image: -webkit-linear-gradient(top, #4da8a8, #1a7777);
  background-image: -o-linear-gradient(top, #4da8a8, #1a7777);
  background-image: linear-gradient(top, #4da8a8, #1a7777);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da8a8', endColorstr='#1a7777', GradientType=0);
}
.btn-save:hover {
  background-color: #40a3a3;
  background-image: -moz-linear-gradient(top, #5ec1c1, #137676);
  background-image: -ms-linear-gradient(top, #5ec1c1, #137676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ec1c1), to(#137676));
  background-image: -webkit-linear-gradient(top, #5ec1c1, #137676);
  background-image: -o-linear-gradient(top, #5ec1c1, #137676);
  background-image: linear-gradient(top, #5ec1c1, #137676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ec1c1', endColorstr='#137676', GradientType=0);
  background-color: #40a3a3;
  background-image: -moz-linear-gradient(top, #5ec1c1, #137676);
  background-image: -ms-linear-gradient(top, #5ec1c1, #137676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5ec1c1), to(#137676));
  background-image: -webkit-linear-gradient(top, #5ec1c1, #137676);
  background-image: -o-linear-gradient(top, #5ec1c1, #137676);
  background-image: linear-gradient(top, #5ec1c1, #137676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ec1c1', endColorstr='#137676', GradientType=0);
}
.btn-save:active {
  background-color: #257676;
  background-image: -moz-linear-gradient(top, #207474, #2d7979);
  background-image: -ms-linear-gradient(top, #207474, #2d7979);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#207474), to(#2d7979));
  background-image: -webkit-linear-gradient(top, #207474, #2d7979);
  background-image: -o-linear-gradient(top, #207474, #2d7979);
  background-image: linear-gradient(top, #207474, #2d7979);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207474', endColorstr='#2d7979', GradientType=0);
  background-color: #257676;
  background-image: -moz-linear-gradient(top, #207474, #2d7979);
  background-image: -ms-linear-gradient(top, #207474, #2d7979);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#207474), to(#2d7979));
  background-image: -webkit-linear-gradient(top, #207474, #2d7979);
  background-image: -o-linear-gradient(top, #207474, #2d7979);
  background-image: linear-gradient(top, #207474, #2d7979);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207474', endColorstr='#2d7979', GradientType=0);
}
/* Cross-browser jank
-------------------------------------------------------------- */
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* Button groups
-------------------------------------------------------------- */
.btn-group {
  position: relative;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *margin-left: .3em;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 12px;
  margin-bottom: 12px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
/* Split dropdowns
-------------------------------------------------------------- */
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
/* =========================================================== */
/* ! Tooltips
/* =========================================================== */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
/* =========================================================== */
/* ! WordPress Default Content
/* =========================================================== */
img {
  height: auto;
  max-width: 100%;
}
object,
embed,
iframe {
  max-width: 100%;
}
.post-body img {
  margin-bottom: 15px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 8px 20px 0 0;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 8px 0 0 20px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  background-color: #FFF;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 24px;
  max-width: 100%;
  padding-top: 5px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  margin: 0 !important;
  padding: 0 4px 5px;
}
.wp-caption .alignleft,
.wp-caption .left {
  margin-right: 20px;
}
.wp-caption .alignright,
.wp-caption .right {
  margin-left: 20px;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 16px;
}
blockquote.left {
  float: left;
  margin: 0 20px 0 0;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin: 0 0 0 20px;
  text-align: left;
  width: 33%;
}
#wp-calendar {
  margin: 0;
  width: 100%;
}
#wp-calendar caption {
  font-size: 19px;
  font-weight: bold;
}
#wp-calendar th {
  border: none;
}
#wp-calendar td {
  border: none;
  padding: 7px 0 0 !important;
  text-align: center;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  margin: 20px 0 0;
}
#wp-calendar #next a {
  float: right;
}
#wp-calendar #prev a {
  float: left;
}
/* =========================================================== */
/* ! Posts
/* =========================================================== */
#content-container .post,
#content-container .page {
  margin: 0 0 50px;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
#content-container .post:before,
#content-container .page:before,
#content-container .post:after,
#content-container .page:after {
  display: table;
  content: "";
}
#content-container .post:after,
#content-container .page:after {
  clear: both;
}
#content-container .post:before,
#content-container .page:before,
#content-container .post:after,
#content-container .page:after {
  display: table;
  content: "";
}
#content-container .post:after,
#content-container .page:after {
  clear: both;
}
#content-container .post .post-info,
#content-container .page .post-info {
  margin-bottom: 24px;
}
#content-container .post .post-body,
#content-container .page .post-body {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  margin-bottom: 24px;
}
#content-container .post .post-body:before,
#content-container .page .post-body:before,
#content-container .post .post-body:after,
#content-container .page .post-body:after {
  display: table;
  content: "";
}
#content-container .post .post-body:after,
#content-container .page .post-body:after {
  clear: both;
}
#content-container .post .post-body:before,
#content-container .page .post-body:before,
#content-container .post .post-body:after,
#content-container .page .post-body:after {
  display: table;
  content: "";
}
#content-container .post .post-body:after,
#content-container .page .post-body:after {
  clear: both;
}
#content-container .post .post-meta,
#content-container .page .post-meta {
  border-top: 1px solid #E2E2E2;
  padding-top: 10px;
}
.sticky {
  background: #F7F7F7;
  padding: 30px;
}
.posts-navigation {
  clear: both;
  font-weight: bold;
  overflow: hidden;
}
.posts-navigation.top {
  margin: 0 0 30px;
}
.post-attachment .posts-navigation.top {
  border-bottom: 0;
  margin: 20px 0;
}
.posts-navigation.bottom {
  margin: -15px 0 30px;
}
.gallery {
  margin: 0 0 30px !important;
}
.gallery img {
  border-width: 1px !important;
}
dd.gallery-caption {
  font-size: 9px;
  line-height: 14.117647058823529px;
  margin: -12px 0 0;
}
#post-author-info {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-top: 6px solid #D4D4D4;
  margin: 0 0 50px;
  padding: 20px;
}
#post-author-info h2 {
  margin: 0 0 12px;
}
#post-author-info .avatar {
  background: #fff;
  border: 1px solid #D4D4D4;
  float: right;
  margin: 0 0 10px 20px;
  padding: 5px;
}
#post-author-info #author-link {
  margin: 10px 0 0;
}
/* =========================================================== */
/* ! Archives Overview
/* =========================================================== */#overview {
  margin-bottom: 24px;
}
#overview .overview-body {
  margin-top: 12px;
}
/* =========================================================== */
/* ! Comments
/* =========================================================== */
#comments .navigation {
  margin: 30px 0;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
#comments .navigation:before,
#comments .navigation:after {
  display: table;
  content: "";
}
#comments .navigation:after {
  clear: both;
}
#comments .navigation:before,
#comments .navigation:after {
  display: table;
  content: "";
}
#comments .navigation:after {
  clear: both;
}
#comments .navigation .nav-previous {
  float: left;
}
#comments .navigation .nav-next {
  float: right;
}
#comments ul {
  margin: 0 0 30px;
}
#comments ul #respond {
  margin-top: 24px;
}
#comments ul li {
  list-style: none;
  margin-bottom: 24px;
}
#comments ul li .comment-body {
  background: #F8F8F8;
  padding: 20px;
}
#comments ul li .comment-body .commentmetadata {
  font-size: smaller;
  margin-bottom: 10px;
}
#comments ul li .comment-body .avatar {
  background: #fff;
  border: 1px solid #D4D4D4;
  float: right;
  margin: 0 0 10px 20px;
  padding: 5px;
}
#comments ul li .comment-body cite,
#comments ul li .comment-body cite a {
  font-weight: bold;
}
#comments ul li .bypostauthor .comment-body {
  background: #F3F3F3;
}
#comments ul.children {
  margin: 0;
}
#comments ul.children .comment {
  padding-left: 40px;
}
#commentform label {
  float: left;
}
#commentform input[type="text"],
#commentform textarea {
  clear: both;
  float: left;
  width: 100%;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform input[type="text"]:before,
#commentform textarea:before,
#commentform input[type="text"]:after,
#commentform textarea:after {
  display: table;
  content: "";
}
#commentform input[type="text"]:after,
#commentform textarea:after {
  clear: both;
}
#commentform input[type="text"]:before,
#commentform textarea:before,
#commentform input[type="text"]:after,
#commentform textarea:after {
  display: table;
  content: "";
}
#commentform input[type="text"]:after,
#commentform textarea:after {
  clear: both;
}
#commentform input[type="text"] {
  padding: 14px 6px;
}
.form-allowed-tags {
  margin-bottom: 20px;
}
/* =========================================================== */
/* ! Widgets
/* =========================================================== */
.widget-area {
  margin-bottom: 0;
}
.widget {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  line-height: 24px;
  margin-bottom: 40px !important;
  font-size: 12px;
}
.widget:before,
.widget:after {
  display: table;
  content: "";
}
.widget:after {
  clear: both;
}
.widget:before,
.widget:after {
  display: table;
  content: "";
}
.widget:after {
  clear: both;
}
.widget .widgettitle {
  font-size: 20px;
  margin-bottom: 24px;
}
.widget .widgettitle a {
  color: #3a3a3a;
}
.widget:after {
  clear: both;
}
.widget ul,
.widget ol {
  margin-left: 0;
}
.widget ul li,
.widget ol li {
  background: none;
  border-bottom: 1px solid #D4D4D4;
  list-style: none;
  padding: 8px 0;
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding: 0 0 8px;
}
.widget ul li:last-child,
.widget ol li:last-child {
  border: 0px none;
  padding: 8px 0 0;
}
.widget ul li ul {
  padding: 0 0 0 15px;
}
.widget ul li ul.children {
  border-top: 1px solid #D4D4D4;
  margin: 8px 0 0 !important;
}
.widget ul li ul.children li:first-child {
  padding-top: 8px;
}
.widget ul li ul.children li {
  list-style: inside disc;
}
.widget object,
.widget embed,
.widget iframe {
  max-width: 100%;
}
.widget #searchForm {
  margin-bottom: 0;
}
.widget #searchForm #searchInput {
  margin-bottom: 0;
}
/* Social Widget
-------------------------------------------------------------- */
#social-widget {
  margin: -3px 0;
}
#social-widget li {
  padding: 8px 0;
}
#social-widget li a {
  padding: 0 0 0 27px;
}
#social-widget li.tw a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 0;
}
#social-widget li.fb a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 -16px;
}
#social-widget li.dr a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 -176px;
}
#social-widget li.gp a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 -64px;
}
#social-widget li.sk a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 -96px;
}
#social-widget li.yt a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 -160px;
}
#social-widget li.em a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 0;
}
#social-widget li.rs a {
  background: url('../images/social-icons-16x16.png') no-repeat 0 -80px;
}
/* Twitter Widget
-------------------------------------------------------------- */
.twitter-follow {
  display: block;
  margin: 15px auto 0;
  text-align: center;
}
/* Horizontal Widget Area
-------------------------------------------------------------- */.widget-area-horizontal .widget:nth-child(3n+4) {
  clear: both;
}
/* =========================================================== */
/* ! Utility classes
/* =========================================================== */
/* Quick floats
-------------------------------------------------------------- */
.pull-right,
.right,
.alignright {
  float: right;
}
.pull-left,
.left,
.alignleft {
  float: left;
}
/* Toggling content
-------------------------------------------------------------- */
.hide,
.hidden {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.block {
  display: block;
  height: 100%;
  width: 100%;
}
/* Misc.
-------------------------------------------------------------- */
.indent {
  text-indent: 30px;
}
.vert-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.clear {
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
  *zoom: 1;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}
/* =========================================================== */
/* ! Responsive — for adaptive layout & design based on screen size
/* =========================================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Up to landscape phone
-------------------------------------------------------------- */
@media (max-width: 480px) {
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    height: 28px;
    /* Make inputs at least the height of their button counterpart */
  
    /* Makes inputs behave like true block-level elements */
  
    -webkit-box-sizing: border-box;
    /* Older Webkit */
  
    -moz-box-sizing: border-box;
    /* Older FF */
  
    -ms-box-sizing: border-box;
    /* IE8 */
  
    box-sizing: border-box;
    /* CSS3 spec*/
  
  }
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    width: auto;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  nav li {
    height: 67px !important;
  }
  nav li span.nav-label {
    display: none;
  }
  .available {
    margin-top: 200px;
  }
  .thumbs {
    margin-top: 30px !important;
  }
  #footer-container hr {
    margin-top: 180px;
  }
  .to-top {
    display: none;
  }
}
/* Landscape phone to small desktop & portrait tablet
-------------------------------------------------------------- */
@media (max-width: 769px) {
  .container {
    width: auto;
    padding: 0 40px;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  [class*="span"] {
    width: 100%;
  }
  .footer-left,
  .footer-right {
    margin: 0 0 30px !important;
  }
  #footer-bottom .footer-right {
    text-align: left !important;
  }
  #header {
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  #header .logo {
    display: block;
    margin-top: 170px;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  #header .logo a {
    display: inline-block;
  }
  #header:before,
  #header:after {
    display: table;
    content: "";
  }
  #header:after {
    clear: both;
  }
  #header:before,
  #header:after {
    display: table;
    content: "";
  }
  #header:after {
    clear: both;
  }
  nav {
    display: block;
    margin: 0;
    position: fixed;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  nav:before,
  nav:after {
    display: table;
    content: "";
  }
  nav:after {
    clear: both;
  }
  nav:before,
  nav:after {
    display: table;
    content: "";
  }
  nav:after {
    clear: both;
  }
  nav ul {
    margin: 0 !important;
    width: 100%;
  }
  nav ul li {
    background: #FFF;
    border-right: 1px solid #E4E4E4;
    display: block;
    float: left;
    height: 90px;
    margin: 0;
    width: 25%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav ul li:last-child {
    border-right: none;
    margin: 0;
  }
  nav ul li:hover {
    background-color: #2eaab5;
    position: relative;
    top: 0px;
  }
  nav ul li:hover i.icon {
    color: #FFF;
  }
  nav ul li a {
    color: #2e2e2e;
    display: block;
    line-height: 130px;
    padding: 0;
    width: 100%;
  }
  nav ul li a:hover {
    color: #FFF !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  }
  nav ul li i.icon {
    top: -30px;
  }
  nav ul {
    margin-top: -40px;
  }
  .logo {
    margin-bottom: 10px !important;
    margin-top: 150px !important;
  }
  .tagline {
    font-size: 14px !important;
  }
  body.page .logo {
    margin-top: 150px !important;
  }
  body.page nav ul li {
    width: 100%;
  }
  section.about {
    margin-bottom: 60px;
    padding-top: 90px;
  }
  section.spot {
    background-position: 50% 90px !important;
    margin-bottom: 20px;
    padding-top: 80px;
  }
  .tagline {
    margin-bottom: 40px !important;
  }
  section.work {
    text-align: center;
  }
  section.work .item {
    margin: 0 auto 30px;
  }
}
/* Portrait tablet to default desktop
-------------------------------------------------------------- */
@media (min-width: 798px) and (max-width: 980px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
    float: left;
    margin-left: 20px;
  }
  .span1 {
    width: 42px;
    width: 42px;
  }
  .span2 {
    width: 104px;
    width: 104px;
  }
  .span3 {
    width: 166px;
    width: 166px;
  }
  .span4 {
    width: 228px;
    width: 228px;
  }
  .span5 {
    width: 290px;
    width: 290px;
  }
  .span6 {
    width: 352px;
    width: 352px;
  }
  .span7 {
    width: 414px;
    width: 414px;
  }
  .span8 {
    width: 476px;
    width: 476px;
  }
  .span9 {
    width: 538px;
    width: 538px;
  }
  .span10 {
    width: 600px;
    width: 600px;
  }
  .span11 {
    width: 662px;
    width: 662px;
  }
  .span12,
  .container {
    width: 724px;
    width: 724px;
  }
  .offset1 {
    margin-left: 82px;
    margin-left: 82px;
  }
  .offset2 {
    margin-left: 144px;
    margin-left: 144px;
  }
  .offset3 {
    margin-left: 206px;
    margin-left: 206px;
  }
  .offset4 {
    margin-left: 268px;
    margin-left: 268px;
  }
  .offset5 {
    margin-left: 330px;
    margin-left: 330px;
  }
  .offset6 {
    margin-left: 392px;
    margin-left: 392px;
  }
  .offset7 {
    margin-left: 454px;
    margin-left: 454px;
  }
  .offset8 {
    margin-left: 516px;
    margin-left: 516px;
  }
  .offset9 {
    margin-left: 578px;
    margin-left: 578px;
  }
  .offset10 {
    margin-left: 640px;
    margin-left: 640px;
  }
  .offset11 {
    margin-left: 702px;
    margin-left: 702px;
  }
  .row {
    margin-left: -20px;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
    float: left;
    margin-left: 20px;
  }
  .span1 {
    width: 42px;
    width: 42px;
  }
  .span2 {
    width: 104px;
    width: 104px;
  }
  .span3 {
    width: 166px;
    width: 166px;
  }
  .span4 {
    width: 228px;
    width: 228px;
  }
  .span5 {
    width: 290px;
    width: 290px;
  }
  .span6 {
    width: 352px;
    width: 352px;
  }
  .span7 {
    width: 414px;
    width: 414px;
  }
  .span8 {
    width: 476px;
    width: 476px;
  }
  .span9 {
    width: 538px;
    width: 538px;
  }
  .span10 {
    width: 600px;
    width: 600px;
  }
  .span11 {
    width: 662px;
    width: 662px;
  }
  .span12,
  .container {
    width: 724px;
    width: 724px;
  }
  .offset1 {
    margin-left: 82px;
    margin-left: 82px;
  }
  .offset2 {
    margin-left: 144px;
    margin-left: 144px;
  }
  .offset3 {
    margin-left: 206px;
    margin-left: 206px;
  }
  .offset4 {
    margin-left: 268px;
    margin-left: 268px;
  }
  .offset5 {
    margin-left: 330px;
    margin-left: 330px;
  }
  .offset6 {
    margin-left: 392px;
    margin-left: 392px;
  }
  .offset7 {
    margin-left: 454px;
    margin-left: 454px;
  }
  .offset8 {
    margin-left: 516px;
    margin-left: 516px;
  }
  .offset9 {
    margin-left: 578px;
    margin-left: 578px;
  }
  .offset10 {
    margin-left: 640px;
    margin-left: 640px;
  }
  .offset11 {
    margin-left: 702px;
    margin-left: 702px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    width: 5.801104972%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    width: 14.364640883%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    width: 22.928176794%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    width: 31.491712705%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    width: 40.055248616%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    width: 48.618784527%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    width: 57.182320438000005%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    width: 65.74585634900001%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    width: 74.30939226%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    width: 82.87292817100001%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    width: 91.436464082%;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    width: 99.999999993%;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    width: 5.801104972%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    width: 14.364640883%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    width: 22.928176794%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    width: 31.491712705%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    width: 40.055248616%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    width: 48.618784527%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    width: 57.182320438000005%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    width: 65.74585634900001%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    width: 74.30939226%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    width: 82.87292817100001%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    width: 91.436464082%;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    width: 99.999999993%;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 32px;
    width: 32px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 94px;
    width: 94px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 156px;
    width: 156px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 218px;
    width: 218px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 280px;
    width: 280px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 342px;
    width: 342px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 404px;
    width: 404px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 466px;
    width: 466px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 528px;
    width: 528px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 590px;
    width: 590px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 652px;
    width: 652px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 714px;
    width: 714px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 32px;
    width: 32px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 94px;
    width: 94px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 156px;
    width: 156px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 218px;
    width: 218px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 280px;
    width: 280px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 342px;
    width: 342px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 404px;
    width: 404px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 466px;
    width: 466px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 528px;
    width: 528px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 590px;
    width: 590px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 652px;
    width: 652px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 714px;
    width: 714px;
  }
}
/* Tablets and below
-------------------------------------------------------------- */
@media (max-width: 980px) {
  body {
    padding-top: 0;
  }
}
/* Default desktop
-------------------------------------------------------------- */
@media (min-width: 980px) {
  
}
/* Large desktop and up
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
    float: left;
    margin-left: 30px;
  }
  .span1 {
    width: 70px;
    width: 70px;
  }
  .span2 {
    width: 170px;
    width: 170px;
  }
  .span3 {
    width: 270px;
    width: 270px;
  }
  .span4 {
    width: 370px;
    width: 370px;
  }
  .span5 {
    width: 470px;
    width: 470px;
  }
  .span6 {
    width: 570px;
    width: 570px;
  }
  .span7 {
    width: 670px;
    width: 670px;
  }
  .span8 {
    width: 770px;
    width: 770px;
  }
  .span9 {
    width: 870px;
    width: 870px;
  }
  .span10 {
    width: 970px;
    width: 970px;
  }
  .span11 {
    width: 1070px;
    width: 1070px;
  }
  .span12,
  .container {
    width: 1170px;
    width: 1170px;
  }
  .offset1 {
    margin-left: 130px;
    margin-left: 130px;
  }
  .offset2 {
    margin-left: 230px;
    margin-left: 230px;
  }
  .offset3 {
    margin-left: 330px;
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 430px;
    margin-left: 430px;
  }
  .offset5 {
    margin-left: 530px;
    margin-left: 530px;
  }
  .offset6 {
    margin-left: 630px;
    margin-left: 630px;
  }
  .offset7 {
    margin-left: 730px;
    margin-left: 730px;
  }
  .offset8 {
    margin-left: 830px;
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 930px;
    margin-left: 930px;
  }
  .offset10 {
    margin-left: 1030px;
    margin-left: 1030px;
  }
  .offset11 {
    margin-left: 1130px;
    margin-left: 1130px;
  }
  .row {
    margin-left: -30px;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
    float: left;
    margin-left: 30px;
  }
  .span1 {
    width: 70px;
    width: 70px;
  }
  .span2 {
    width: 170px;
    width: 170px;
  }
  .span3 {
    width: 270px;
    width: 270px;
  }
  .span4 {
    width: 370px;
    width: 370px;
  }
  .span5 {
    width: 470px;
    width: 470px;
  }
  .span6 {
    width: 570px;
    width: 570px;
  }
  .span7 {
    width: 670px;
    width: 670px;
  }
  .span8 {
    width: 770px;
    width: 770px;
  }
  .span9 {
    width: 870px;
    width: 870px;
  }
  .span10 {
    width: 970px;
    width: 970px;
  }
  .span11 {
    width: 1070px;
    width: 1070px;
  }
  .span12,
  .container {
    width: 1170px;
    width: 1170px;
  }
  .offset1 {
    margin-left: 130px;
    margin-left: 130px;
  }
  .offset2 {
    margin-left: 230px;
    margin-left: 230px;
  }
  .offset3 {
    margin-left: 330px;
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 430px;
    margin-left: 430px;
  }
  .offset5 {
    margin-left: 530px;
    margin-left: 530px;
  }
  .offset6 {
    margin-left: 630px;
    margin-left: 630px;
  }
  .offset7 {
    margin-left: 730px;
    margin-left: 730px;
  }
  .offset8 {
    margin-left: 830px;
    margin-left: 830px;
  }
  .offset9 {
    margin-left: 930px;
    margin-left: 930px;
  }
  .offset10 {
    margin-left: 1030px;
    margin-left: 1030px;
  }
  .offset11 {
    margin-left: 1130px;
    margin-left: 1130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    width: 5.982905983%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    width: 14.529914530000001%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    width: 23.076923077%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    width: 31.623931624%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    width: 40.170940171000005%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    width: 48.717948718%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    width: 57.264957265%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    width: 65.81196581200001%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    width: 74.358974359%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    width: 82.905982906%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    width: 91.45299145300001%;
  }
  .row-fluid .span12 {
    width: 100%;
    width: 100%;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    width: 5.982905983%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    width: 14.529914530000001%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    width: 23.076923077%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    width: 31.623931624%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    width: 40.170940171000005%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    width: 48.717948718%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    width: 57.264957265%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    width: 65.81196581200001%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    width: 74.358974359%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    width: 82.905982906%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    width: 91.45299145300001%;
  }
  .row-fluid .span12 {
    width: 100%;
    width: 100%;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 60px;
    width: 60px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 160px;
    width: 160px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 260px;
    width: 260px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 360px;
    width: 360px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 460px;
    width: 460px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 560px;
    width: 560px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 660px;
    width: 660px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 760px;
    width: 760px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 860px;
    width: 860px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 960px;
    width: 960px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1060px;
    width: 1060px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1160px;
    width: 1160px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 60px;
    width: 60px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 160px;
    width: 160px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 260px;
    width: 260px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 360px;
    width: 360px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 460px;
    width: 460px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 560px;
    width: 560px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 660px;
    width: 660px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 760px;
    width: 760px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 860px;
    width: 860px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 960px;
    width: 960px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1060px;
    width: 1060px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1160px;
    width: 1160px;
  }
}
@media (max-device-width: 980px) {
  nav {
    position: absolute;
  }
  .tagline {
    margin-bottom: 30px !important;
  }
  section.about {
    padding-top: 50px;
  }
  section.available,
  section.about {
    margin-bottom: 80px;
  }
  section.spot {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  section.spot {
    background: url('../images/section-heading-bg.png') repeat-x 50% 60px !important;
  }
}
