/*!
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: .90
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Loading Standard Bootstrap 2.1 LESS Files
----------------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* HACKS */.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #28130d;
  background-color: #28130d;
}
a {
  color: #54413c;
  text-decoration: none;
}
a:hover {
  color: #271e1c;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 21px;
  font-weight: 200;
  line-height: 31.5px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* hach */
  margin: 14px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 38px;
  line-height: 45px;
}
/* HACKS */
h2 {
  font-size: 32px;
  line-height: 39px;
}
/* HACKS */
h3 {
  font-size: 28px;
  line-height: 35px;
}
/* HACKS */
h4 {
  font-size: 22px;
  line-height: 29px;
}
/* HACKS */
h5 {
  font-size: 18px;
  line-height: 21px 4px;
}
/* HACKS */
h6 {
  font-size: 16px;
  line-height: 23px;
}
/* HACKS */
h1 small {
  font-size: 24px;
  line-height: 31px;
}
h2 small {
  font-size: 18px;
  line-height: 25px;
}
h3 small {
  font-size: 14px;
  line-height: 21px;
}
h4 small {
  font-size: 12px;
  line-height: 19px;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 21px 0 31.5px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10.5px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 21px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 21px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10.5px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 21px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26.25px;
}
blockquote small {
  display: block;
  line-height: 21px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 21px;
}
@font-face {
  font-family: 'Elusive-Icons';
  src: url('../fonts/elusive-icons/Elusive-Icons.eot');
  src: url('../fonts/elusive-icons/Elusive-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/elusive-icons/Elusive-Icons.svg#Elusive-Icons') format('svg'), url('../fonts/elusive-icons/Elusive-Icons.woff') format('woff'), url('../fonts/elusive-icons/Elusive-Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Elusive-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'Elusive-Icons';
  font-weight: normal;
  font-style: normal;
  speak: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 1.33em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */

  vertical-align: initial;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.icon-zoom-out:before {
  content: "\e000";
}
.icon-zoom-in:before {
  content: "\e001";
}
.icon-youtube:before {
  content: "\e002";
}
.icon-wrench-alt:before {
  content: "\e003";
}
.icon-wrench:before {
  content: "\e004";
}
.icon-wordpress:before {
  content: "\e005";
}
.icon-wheelchair:before {
  content: "\e006";
}
.icon-website-alt:before {
  content: "\e007";
}
.icon-website:before {
  content: "\e008";
}
.icon-warning-sign:before {
  content: "\e009";
}
.icon-w3c:before {
  content: "\e00a";
}
.icon-volume-up:before {
  content: "\e00b";
}
.icon-volume-off:before {
  content: "\e00c";
}
.icon-volume-down:before {
  content: "\e00d";
}
.icon-vimeo:before {
  content: "\e00e";
}
.icon-view-mode:before {
  content: "\e00f";
}
.icon-video-chat:before {
  content: "\e010";
}
.icon-video-alt:before {
  content: "\e011";
}
.icon-video:before {
  content: "\e012";
}
.icon-user:before {
  content: "\e013";
}
.icon-upload:before {
  content: "\e014";
}
.icon-unlock-alt:before {
  content: "\e015";
}
.icon-unlock:before {
  content: "\e016";
}
.icon-universal-access:before {
  content: "\e017";
}
.icon-twitter:before {
  content: "\e018";
}
.icon-tumblr:before {
  content: "\e019";
}
.icon-trash-alt:before {
  content: "\e01a";
}
.icon-trash:before {
  content: "\e01b";
}
.icon-torso:before {
  content: "\e01c";
}
.icon-tint:before {
  content: "\e01d";
}
.icon-time-alt:before {
  content: "\e01e";
}
.icon-time:before {
  content: "\e01f";
}
.icon-thumbs-up:before {
  content: "\e020";
}
.icon-thumbs-down:before {
  content: "\e021";
}
.icon-th-list:before {
  content: "\e022";
}
.icon-th-large:before {
  content: "\e023";
}
.icon-th:before {
  content: "\e024";
}
.icon-text-width:before {
  content: "\e025";
}
.icon-text-height:before {
  content: "\e026";
}
.icon-tasks:before {
  content: "\e027";
}
.icon-tags:before {
  content: "\e028";
}
.icon-tag:before {
  content: "\e029";
}
.icon-stumbleupon:before {
  content: "\e02a";
}
.icon-stop-alt:before {
  content: "\e02b";
}
.icon-stop:before {
  content: "\e02c";
}
.icon-step-forward:before {
  content: "\e02d";
}
.icon-step-backward:before {
  content: "\e02e";
}
.icon-star-empty:before {
  content: "\e02f";
}
.icon-star-alt:before {
  content: "\e030";
}
.icon-star:before {
  content: "\e031";
}
.icon-speaker:before {
  content: "\e032";
}
.icon-smiley-alt:before {
  content: "\e033";
}
.icon-smiley:before {
  content: "\e034";
}
.icon-slideshare:before {
  content: "\e035";
}
.icon-skype:before {
  content: "\e036";
}
.icon-signal:before {
  content: "\e037";
}
.icon-shopping-cart-sign:before {
  content: "\e038";
}
.icon-shopping-cart:before {
  content: "\e039";
}
.icon-share-alt:before {
  content: "\e03a";
}
.icon-share:before {
  content: "\e03b";
}
.icon-search-alt:before {
  content: "\e03c";
}
.icon-search:before {
  content: "\e03d";
}
.icon-screenshot:before {
  content: "\e03e";
}
.icon-screen-alt:before {
  content: "\e03f";
}
.icon-screen:before {
  content: "\e040";
}
.icon-rss:before {
  content: "\e041";
}
.icon-road:before {
  content: "\e042";
}
.icon-reverse-alt:before {
  content: "\e043";
}
.icon-retweet:before {
  content: "\e044";
}
.icon-resize-vertical:before {
  content: "\e045";
}
.icon-resize-small:before {
  content: "\e046";
}
.icon-resize-horizontal:before {
  content: "\e047";
}
.icon-resize-full:before {
  content: "\e048";
}
.icon-repeat-alt:before {
  content: "\e049";
}
.icon-repeat:before {
  content: "\e04a";
}
.icon-remove-sign:before {
  content: "\e04b";
}
.icon-remove-circle:before {
  content: "\e04c";
}
.icon-remove:before {
  content: "\e04d";
}
.icon-refresh:before {
  content: "\e04e";
}
.icon-reddit:before {
  content: "\e04f";
}
.icon-record:before {
  content: "\e050";
}
.icon-random:before {
  content: "\e051";
}
.icon-quotes-alt:before {
  content: "\e052";
}
.icon-quotes:before {
  content: "\e053";
}
.icon-question-sign:before {
  content: "\e054";
}
.icon-question:before {
  content: "\e055";
}
.icon-qrcode:before {
  content: "\e056";
}
.icon-print:before {
  content: "\e057";
}
.icon-plus-sign:before {
  content: "\e058";
}
.icon-plus:before {
  content: "\e059";
}
.icon-play-circle:before {
  content: "\e05a";
}
.icon-play-alt:before {
  content: "\e05b";
}
.icon-play:before {
  content: "\e05c";
}
.icon-plane:before {
  content: "\e05d";
}
.icon-pinterest:before {
  content: "\e05e";
}
.icon-picture:before {
  content: "\e05f";
}
.icon-picasa:before {
  content: "\e060";
}
.icon-photo-alt:before {
  content: "\e061";
}
.icon-photo:before {
  content: "\e062";
}
.icon-phone-alt:before {
  content: "\e063";
}
.icon-phone:before {
  content: "\e064";
}
.icon-person:before {
  content: "\e065";
}
.icon-pencil-alt:before {
  content: "\e066";
}
.icon-pencil:before {
  content: "\e067";
}
.icon-pause-alt:before {
  content: "\e068";
}
.icon-pause:before {
  content: "\e069";
}
.icon-path:before {
  content: "\e06a";
}
.icon-paper-clip-alt:before {
  content: "\e06b";
}
.icon-paper-clip:before {
  content: "\e06c";
}
.icon-ok-sign:before {
  content: "\e06d";
}
.icon-ok-circle:before {
  content: "\e06e";
}
.icon-ok:before {
  content: "\e06f";
}
.icon-off:before {
  content: "\e070";
}
.icon-network:before {
  content: "\e071";
}
.icon-music:before {
  content: "\e072";
}
.icon-move:before {
  content: "\e073";
}
.icon-minus-sign:before {
  content: "\e074";
}
.icon-minus:before {
  content: "\e075";
}
.icon-mic-alt:before {
  content: "\e076";
}
.icon-mic:before {
  content: "\e077";
}
.icon-map-marker-alt:before {
  content: "\e078";
}
.icon-map-marker:before {
  content: "\e079";
}
.icon-male:before {
  content: "\e07a";
}
.icon-mail-alt:before {
  content: "\e07b";
}
.icon-magnet:before {
  content: "\e07c";
}
.icon-lock-alt:before {
  content: "\e07d";
}
.icon-lock:before {
  content: "\e07e";
}
.icon-list-alt:before {
  content: "\e07f";
}
.icon-list:before {
  content: "\e080";
}
.icon-linkedin:before {
  content: "\e081";
}
.icon-leaf:before {
  content: "\e082";
}
.icon-laptop-alt:before {
  content: "\e083";
}
.icon-laptop:before {
  content: "\e084";
}
.icon-key:before {
  content: "\e085";
}
.icon-italic:before {
  content: "\e086";
}
.icon-iphone-home:before {
  content: "\e087";
}
.icon-instagram:before {
  content: "\e088";
}
.icon-info-sign:before {
  content: "\e089";
}
.icon-indent-right:before {
  content: "\e08a";
}
.icon-indent-left:before {
  content: "\e08b";
}
.icon-inbox-box:before {
  content: "\e08c";
}
.icon-inbox-alt:before {
  content: "\e08d";
}
.icon-inbox:before {
  content: "\e08e";
}
.icon-idea-alt:before {
  content: "\e08f";
}
.icon-idea:before {
  content: "\e090";
}
.icon-home-alt:before {
  content: "\e091";
}
.icon-home:before {
  content: "\e092";
}
.icon-heart-empty:before {
  content: "\e093";
}
.icon-heart-alt:before {
  content: "\e094";
}
.icon-heart:before {
  content: "\e095";
}
.icon-hearing-impaired:before {
  content: "\e096";
}
.icon-headphones:before {
  content: "\e097";
}
.icon-hdd:before {
  content: "\e098";
}
.icon-hand-up:before {
  content: "\e099";
}
.icon-hand-right:before {
  content: "\e09a";
}
.icon-hand-left:before {
  content: "\e09b";
}
.icon-hand-down:before {
  content: "\e09c";
}
.icon-guidedog:before {
  content: "\e09d";
}
.icon-group-alt:before {
  content: "\e09e";
}
.icon-group:before {
  content: "\e09f";
}
.icon-graph-alt:before {
  content: "\e0a0";
}
.icon-graph:before {
  content: "\e0a1";
}
.icon-googleplus:before {
  content: "\e0a2";
}
.icon-globe-alt:before {
  content: "\e0a3";
}
.icon-globe:before {
  content: "\e0a4";
}
.icon-glasses:before {
  content: "\e0a5";
}
.icon-glass:before {
  content: "\e0a6";
}
.icon-github-text:before {
  content: "\e0a7";
}
.icon-github:before {
  content: "\e0a8";
}
.icon-gift:before {
  content: "\e0a9";
}
.icon-fullscreen:before {
  content: "\e0aa";
}
.icon-friendfeed-rect:before {
  content: "\e0ab";
}
.icon-friendfeed:before {
  content: "\e0ac";
}
.icon-foursquare:before {
  content: "\e0ad";
}
.icon-forward-alt:before {
  content: "\e0ae";
}
.icon-forward:before {
  content: "\e0af";
}
.icon-fontsize:before {
  content: "\e0b0";
}
.icon-font:before {
  content: "\e0b1";
}
.icon-folder-sign:before {
  content: "\e0b2";
}
.icon-folder-open:before {
  content: "\e0b3";
}
.icon-folder-close:before {
  content: "\e0b4";
}
.icon-folder:before {
  content: "\e0b5";
}
.icon-flickr:before {
  content: "\e0b6";
}
.icon-flag-alt:before {
  content: "\e0b7";
}
.icon-flag:before {
  content: "\e0b8";
}
.icon-fire:before {
  content: "\e0b9";
}
.icon-filter:before {
  content: "\e0ba";
}
.icon-film:before {
  content: "\e0bb";
}
.icon-file-new-alt:before {
  content: "\e0bc";
}
.icon-file-new:before {
  content: "\e0bd";
}
.icon-file-edit-alt:before {
  content: "\e0be";
}
.icon-file-edit:before {
  content: "\e0bf";
}
.icon-file-alt:before {
  content: "\e0c0";
}
.icon-file:before {
  content: "\e0c1";
}
.icon-female:before {
  content: "\e0c2";
}
.icon-fast-forward:before {
  content: "\e0c3";
}
.icon-fast-backward:before {
  content: "\e0c4";
}
.icon-facetime-video:before {
  content: "\e0c5";
}
.icon-facebook:before {
  content: "\e0c6";
}
.icon-eye-open:before {
  content: "\e0c7";
}
.icon-eye-close:before {
  content: "\e0c8";
}
.icon-exclamation-sign:before {
  content: "\e0c9";
}
.icon-error-alt:before {
  content: "\e0ca";
}
.icon-error:before {
  content: "\e0cb";
}
.icon-envelope:before {
  content: "\e0cc";
}
.icon-eject:before {
  content: "\e0cd";
}
.icon-edit:before {
  content: "\e0ce";
}
.icon-dribble:before {
  content: "\e0cf";
}
.icon-download-alt:before {
  content: "\e0d0";
}
.icon-download:before {
  content: "\e0d1";
}
.icon-digg:before {
  content: "\e0d2";
}
.icon-deviantart:before {
  content: "\e0d3";
}
.icon-delicious:before {
  content: "\e0d4";
}
.icon-dashboard:before {
  content: "\e0d5";
}
.icon-css:before {
  content: "\e0d6";
}
.icon-credit-card:before {
  content: "\e0d7";
}
.icon-compass-alt:before {
  content: "\e0d8";
}
.icon-compass:before {
  content: "\e0d9";
}
.icon-comment-alt:before {
  content: "\e0da";
}
.icon-comment:before {
  content: "\e0db";
}
.icon-cogs:before {
  content: "\e0dc";
}
.icon-cog-alt:before {
  content: "\e0dd";
}
.icon-cog:before {
  content: "\e0de";
}
.icon-cloud-alt:before {
  content: "\e0df";
}
.icon-cloud:before {
  content: "\e0e0";
}
.icon-circle-arrow-up:before {
  content: "\e0e1";
}
.icon-circle-arrow-right:before {
  content: "\e0e2";
}
.icon-circle-arrow-left:before {
  content: "\e0e3";
}
.icon-circle-arrow-down:before {
  content: "\e0e4";
}
.icon-child:before {
  content: "\e0e5";
}
.icon-chevron-up:before {
  content: "\e0e6";
}
.icon-chevron-right:before {
  content: "\e0e7";
}
.icon-chevron-left:before {
  content: "\e0e8";
}
.icon-chevron-down:before {
  content: "\e0e9";
}
.icon-check:before {
  content: "\e0ea";
}
.icon-certificate:before {
  content: "\e0eb";
}
.icon-cc:before {
  content: "\e0ec";
}
.icon-camera:before {
  content: "\e0ed";
}
.icon-calendar-sign:before {
  content: "\e0ee";
}
.icon-calendar:before {
  content: "\e0ef";
}
.icon-bullhorn:before {
  content: "\e0f0";
}
.icon-briefcase:before {
  content: "\e0f1";
}
.icon-braille:before {
  content: "\e0f2";
}
.icon-bookmark-empty:before {
  content: "\e0f3";
}
.icon-bookmark:before {
  content: "\e0f4";
}
.icon-book:before {
  content: "\e0f5";
}
.icon-bold:before {
  content: "\e0f6";
}
.icon-blogger:before {
  content: "\e0f7";
}
.icon-blind:before {
  content: "\e0f8";
}
.icon-bell:before {
  content: "\e0f9";
}
.icon-behance:before {
  content: "\e0fa";
}
.icon-barcode:before {
  content: "\e0fb";
}
.icon-ban-circle:before {
  content: "\e0fc";
}
.icon-backward:before {
  content: "\e0fd";
}
.icon-asterisk:before {
  content: "\e0fe";
}
.icon-asl:before {
  content: "\e0ff";
}
.icon-arrow-up:before {
  content: "\e100";
}
.icon-arrow-right:before {
  content: "\e101";
}
.icon-arrow-left:before {
  content: "\e102";
}
.icon-arrow-down:before {
  content: "\e103";
}
.icon-align-right:before {
  content: "\e104";
}
.icon-align-left:before {
  content: "\e105";
}
.icon-align-justify:before {
  content: "\e106";
}
.icon-align-center:before {
  content: "\e107";
}
.icon-adult:before {
  content: "\e108";
}
.icon-adjust:before {
  content: "\e109";
}
.icon-address-book-alt:before {
  content: "\e10a";
}
.icon-address-book:before {
  content: "\e10b";
}
.icon-check-empty:before {
  content: "\e10d";
}
.icon-stackoverflow:before {
  content: "\e10c";
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.nav {
  margin-left: 0;
  margin-bottom: 21px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #54413c;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 21px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #54413c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #54413c;
  border-bottom-color: #54413c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #271e1c;
  border-bottom-color: #271e1c;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.modal-open .modal .dropdown-menu {
  z-index: 2050;
}
.modal-open .modal .dropdown.open {
  *z-index: 2050;
}
.modal-open .modal .popover {
  z-index: 2060;
}
.modal-open .modal .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* =========================================================
 * bootstrap-lightbox.less
 * ========================================================= */
.lightbox {
  background-color: transparent;
  text-align: center;
  line-height: 0;
  z-index: 1050;
  position: relative;
  top: 70px;
  outline: none;
}
.lightbox .hide {
  display: none;
}
.lightbox .in {
  display: block;
}
.lightbox-content {
  display: inline-block;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.lightbox-content .lightbox-caption {
  padding: 2%;
  position: absolute;
  left: 11px;
  right: 12px;
  bottom: 11px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
.lightbox-header .close {
  color: white;
  margin-right: -16px;
  margin-top: -16px;
  font-size: 2em;
  opacity: .8;
  filter: alpha(opacity=80);
}
.lightbox-header .close :hover {
  opacity: .4;
  filter: alpha(opacity=40);
}
/* Loading Responsive Bootstrap 2.1 LESS Files
----------------------------------------------------------------------------------------*/
/* Show grid */
/* Custom BootstrapWP Overrides and Styles
----------------------------------------------------------------------------------------*/
/***************************************************** */
/***************************************************** */
html {
  -webkit-font-smoothing: antialiased;
}
figure {
  padding: 0;
  margin: 0;
}
a.no-style {
  text-decoration: none;
  color: inherit;
}
a.no-style:hover {
  text-decoration: none;
  color: inherit;
}
.back {
  background: #f2e6d9 url(../img/back.jpg);
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 50px;
  margin-top: 10px;
}
.lang {
  margin-top: 10px;
  text-align: right;
}
nav.main {
  border-top: 1px solid #28130d;
  border-bottom: 1px solid #28130d;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  margin-top: 40px;
  padding: 10px 0;
}
nav.main ul {
  list-style: none;
  margin-left: 80px;
  margin-top: 0px;
  height: 10px;
}
nav.main li {
  float: left;
  font-size: 16px;
}
nav.main li a:hover {
  text-decoration: none;
  font-weight: bold;
}
.home-img {
  margin-bottom: 30px;
  font-family: 'Dosis', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
.home-img figure {
  margin-top: 30px;
  background: #ffffff;
}
.home-img figure img {
  padding: 1%;
  width: 98%;
  height: auto;
}
.home-citation {
  border-top: 1px solid #28130d;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Marck Script', cursive;
  font-size: 20px;
  line-height: 27px;
}
.home-citation .name {
  margin-top: 20px;
  font-family: georgia;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.footer {
  color: #f2e6d9;
  text-align: center;
}
.footer a {
  color: #f2e6d9;
}
.footer a:hover {
  color: #f2e6d9;
  text-decoration: underline;
}
.main-apropos,
.main-villa {
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: georgia;
  font-style: italic;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.main-apropos .text1 p,
.main-villa .text1 p {
  padding-right: 30px;
}
.main-apropos .text2 p,
.main-villa .text2 p {
  padding-right: 20px;
}
.main-apropos h1,
.main-villa h1 {
  font-family: 'Dosis', sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 39px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.main-apropos .block1,
.main-villa .block1 {
  margin-bottom: 60px;
}
.main-apropos .fig2,
.main-villa .fig2 {
  margin-bottom: 30px;
}
.main-apropos .menu,
.main-villa .menu {
  font-family: 'Dosis', sans-serif;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.main-apropos .menu .nav,
.main-villa .menu .nav {
  padding-right: 30px;
}
.main-apropos .menu .nav li:first-child,
.main-villa .menu .nav li:first-child {
  border-top: 1px solid #28130d;
}
.main-apropos .menu .nav li,
.main-villa .menu .nav li {
  border-bottom: 1px solid #28130d;
  padding: 20px 0;
  margin: 0;
}
.main-apropos .menu .nav li:hover a,
.main-villa .menu .nav li:hover a {
  background: none;
}
.main-apropos .menu .dl,
.main-villa .menu .dl {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  font-family: 'Georgia', serif;
  font-style: italic;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
}
.main-apropos .menu .dl li,
.main-villa .menu .dl li {
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-style: normal;
  margin: 15px 0;
}
.main-villa .photos figure {
  width: 31%;
  margin: 0 2% 2% 0;
  float: left;
}
.main-villa .img {
  padding-bottom: 80px;
}
.main-villa h2 {
  font-family: 'Dosis', sans-serif;
  font-size: 26px;
  font-style: normal;
  line-height: 33px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.main-villa h3 {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 27px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.main-villa li {
  margin: 10px 0;
}
.main-villa ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.main-villa .mainText .span4 {
  width: 44%;
  margin-right: 2%;
}
.main-villa .mainText ul li section {
  margin-right: 20px;
}
.contact {
  margin-top: 30px;
  margin-bottom: 100px;
}
.contact iframe {
  width: 100%;
  height: 500px;
}
/* IE8 HACK */
i {
  display: none;
  visibility: hidden;
}
