@import url('http://fonts.googleapis.com/css?family=Nunito:400,700,300');

@import url(http://fonts.googleapis.com/css?family=Tienne:400,700);
@charset "UTF-8";
/*
.box-shadow( 
	@x : 2px, 
	@y : 2px, 
	@blur : 5px, 
	@spread : 0, 
	@color : rgba(0,0,0,.6),
	@position
) {
	-webkit-box-shadow: @position @x @y @blur @spread @color;
	   -moz-box-shadow: @position @x @y @blur @spread @color;	
			box-shadow: @position @x @y @blur @spread @color;	
}
*/
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  border-width: 0;
}
body {
  font-size: 14px;
  font-family: 'Tienne', 'serif', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a,
a:link,
a:visited,
span.aslink,
.a {
  color: #483602;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}
a:visited {
  color: #7a5b03;
}
a:hover,
a:active,
a.active,
.a:hover {
  color: #ab8005;
}
a img {
  border: none;
}
.content-title,
h1,
h2,
h3,
h4,
h5,
h6,
.h {
  font-weight: bold;
  color: #483602;
  font-family: 'Tienne', 'serif', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 25px;
}
.content-title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h a,
.content-title a:link,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
.h a:link,
.content-title a:visited,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h a:visited,
.content-title span.aslink,
h1 span.aslink,
h2 span.aslink,
h3 span.aslink,
h4 span.aslink,
h5 span.aslink,
h6 span.aslink,
.h span.aslink {
  color: #483602;
  text-decoration: none;
  font-family: 'Tienne', 'serif', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.content-title a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h a:hover,
.content-title a:active,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h a:active,
.content-title a.active,
h1 a.active,
h2 a.active,
h3 a.active,
h4 a.active,
h5 a.active,
h6 a.active,
.h a.active,
.content-title span.aslink:hover,
h1 span.aslink:hover,
h2 span.aslink:hover,
h3 span.aslink:hover,
h4 span.aslink:hover,
h5 span.aslink:hover,
h6 span.aslink:hover,
.h span.aslink:hover,
.content-title span.aslink.active,
h1 span.aslink.active,
h2 span.aslink.active,
h3 span.aslink.active,
h4 span.aslink.active,
h5 span.aslink.active,
h6 span.aslink.active,
.h span.aslink.active {
  text-decoration: none;
  color: #483602;
  font-family: 'Tienne', 'serif', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.semantich {
  display: none !important;
}
.cut,
.clear {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  float: none;
  display: block;
  border-style: none;
  background-color: transparent;
}
.mark,
mark {
  background-color: #483602;
  color: #ffffff;
  font-weight: 700;
  padding: 0 3px;
}
.field input[type='text'],
.field input[type='password'] {
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #222222;
  padding: 2px 6px;
}
.field input[type='button'],
.field input[type='submit'] {
  background-color: #ffffff;
  border: 1px solid #483602;
  padding: 2px 6px;
  font-weight: 700;
  color: #483602;
}
.scrollize {
  position: relative;
  display: none;
  text-align: center;
}
.scrollize .scrollize-group {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.scrollize .scrollize-group .scrollize-item {
  position: absolute;
  background-color: #ffffff;
}
.scrollize .scrollize-buttons {
  /*
		left: -12px;
		position: absolute;
		top: 0;
		*/

  display: block;
}
.scrollize .scrollize-buttons li {
  background-color: #DDDDDD;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  display: block;
  display: inline-block;
  height: 8px;
  margin: 4px;
  position: relative;
  width: 8px;
  cursor: pointer;
}
.scrollize .scrollize-buttons li span {
  background-color: #EEEEEE;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  position: absolute;
  right: 12px;
  top: -9px;
  white-space: nowrap;
  display: none;
}
.scrollize .scrollize-buttons li.active {
  background-color: #BBBBBB;
}
.widget.slideshow.scrollize .scrollize-group {
  height: 250px;
  width: 100%;
  position: relative;
}
.widget.slideshow.scrollize .scrollize-buttons {
  text-align: right;
}
.widget.slideshow.scrollize .scrollize-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.widget.slideshow.scrollize .scrollize-item .slide-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 3000;
}
.widget.slideshow.scrollize .scrollize-item .slide-wrp {
  position: relative;
  z-index: 1000;
}
.widget.slideshow.scrollize .scrollize-item .slide-title {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3px 6px;
  font-size: 16px;
  color: #444444;
}
.widget.slideshow.scrollize .scrollize-item .slide-content {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 6px;
  font-size: 12px;
  color: #444444;
}
.widget.slideshow.scrollize .scrollize-item .slide-embebed {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.widget.slideshow.scrollize .scrollize-item .slide-embebed iframe {
  width: 100%;
  height: 100%;
}
.socialfeed {
  background-color: #dddddd;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
  margin: 10px 0;
}
.socialfeed .socialfeed-title {
  color: #ffffff;
  padding: 5px 10px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.socialfeed .socialfeed-list {
  display: inline-block;
  margin-left: 3%;
}
.socialfeed .socialfeed-list .socialfeed-feed {
  height: 200px;
  overflow: auto;
  display: inline-block;
  width: 30%;
  margin: 10px 1%;
}
.socialfeed .socialfeed-list .socialfeed-feed .socialist-simple {
  border-radius: 5px 5px 5px 5px;
  margin: 0 10px 10px 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.socialfeed .socialfeed-list .socialfeed-feed .socialist-loader {
  width: 100%;
  height: 100%;
}
.mceContentBody,
.entry-content {
  background-color: transparent;
  color: #4e4e4e;
  font-size: 14px;
  font-family: 'Tienne', 'serif', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
  /* Headings */

  /* Text elements */

  /* Alignment */

  /* Tables */

  /* Images */

}
.mceContentBody strong,
.entry-content strong {
  font-weight: 700;
}
.mceContentBody em,
.entry-content em {
  font-style: italic;
  font-weight: 700;
}
.mceContentBody p,
.entry-content p {
  margin: 0 0 14px;
}
.mceContentBody ul,
.entry-content ul {
  margin: 14px 0 0;
  border-color: #483602;
  border-style: dashed none;
  border-width: 1px;
  padding: 14px 14px 14px 28px;
}
.mceContentBody ul li,
.entry-content ul li {
  font-size: 14px;
}
.mceContentBody blockquote,
.entry-content blockquote {
  background-image: url('../img/quoteopen.png');
  background-repeat: no-repeat;
  background-position: left top;
  margin: 20px 0px;
  padding: 48px 0 0 0px;
  clear: both;
}
.mceContentBody blockquote p,
.entry-content blockquote p {
  background-image: url('../img/quoteclose.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 20px 48px;
  color: #483602;
  font-size: 16px;
  margin: 0;
}
.mceContentBody h1,
.entry-content h1,
.mceContentBody h2,
.entry-content h2,
.mceContentBody h3,
.entry-content h3,
.mceContentBody h4,
.entry-content h4,
.mceContentBody h5,
.entry-content h5,
.mceContentBody h6,
.entry-content h6 {
  clear: both;
}
.mceContentBody hr,
.entry-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
.mceContentBody p,
.entry-content p,
.mceContentBody ul,
.entry-content ul,
.mceContentBody ol,
.entry-content ol,
.mceContentBody dl,
.entry-content dl {
  font-weight: 300;
}
.mceContentBody ul,
.entry-content ul {
  list-style: disc;
}
.mceContentBody ol,
.entry-content ol {
  list-style-type: decimal;
}
.mceContentBody ol ol,
.entry-content ol ol {
  list-style: upper-alpha;
}
.mceContentBody ol ol ol,
.entry-content ol ol ol {
  list-style: lower-roman;
}
.mceContentBody ol ol ol ol,
.entry-content ol ol ol ol {
  list-style: lower-alpha;
}
.mceContentBody ul ul,
.entry-content ul ul,
.mceContentBody ol ol,
.entry-content ol ol,
.mceContentBody ul ol,
.entry-content ul ol,
.mceContentBody ol ul,
.entry-content ol ul {
  margin-bottom: 0;
}
.mceContentBody dl,
.entry-content dl {
  margin: 0 1.625em;
}
.mceContentBody dt,
.entry-content dt {
  font-size: 15px;
  font-weight: bold;
}
.mceContentBody dd,
.entry-content dd {
  margin: 0 0 1.625em;
}
.mceContentBody strong,
.entry-content strong {
  font-weight: bold;
}
.mceContentBody cite,
.entry-content cite,
.mceContentBody em,
.entry-content em,
.mceContentBody i,
.entry-content i {
  font-style: italic;
}
.mceContentBody cite,
.entry-content cite {
  border: none;
}
.mceContentBody big,
.entry-content big {
  font-size: 131.25%;
}
.mceContentBody pre,
.entry-content pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  padding: 0.75em 1.625em;
}
.mceContentBody code,
.entry-content code,
.mceContentBody kbd,
.entry-content kbd,
.mceContentBody code var,
.entry-content code var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.mceContentBody abbr,
.entry-content abbr,
.mceContentBody acronym,
.entry-content acronym,
.mceContentBody dfn,
.entry-content dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.mceContentBody address,
.entry-content address {
  display: block;
  margin: 0 0 1.625em;
}
.mceContentBody del,
.entry-content del {
  color: #333;
}
.mceContentBody ins,
.entry-content ins {
  background: #fff9c0;
  border: none;
  color: #333;
  text-decoration: none;
}
.mceContentBody sup,
.entry-content sup,
.mceContentBody sub,
.entry-content sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.mceContentBody sup,
.entry-content sup {
  bottom: 1ex;
}
.mceContentBody sub,
.entry-content sub {
  top: .5ex;
}
.mceContentBody input[type=text],
.entry-content input[type=text],
.mceContentBody textarea,
.entry-content textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #888;
}
.mceContentBody input[type=text]:focus,
.entry-content input[type=text]:focus,
.mceContentBody textarea:focus,
.entry-content textarea:focus {
  color: #333;
}
.mceContentBody textarea,
.entry-content textarea {
  padding-left: 3px;
  width: 98%;
}
.mceContentBody input[type=text],
.entry-content input[type=text] {
  padding: 3px;
}
.mceContentBody .alignleft,
.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.mceContentBody .alignright,
.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.mceContentBody .aligncenter,
.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mceContentBody table,
.entry-content table {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0 0 1.625em;
  width: 100%;
}
.mceContentBody tr th,
.entry-content tr th {
  border: none !important;
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.mceContentBody td,
.entry-content td {
  border: none !important;
  border-top: 1px solid #ddd !important;
  padding: 6px 10px 6px 0;
}
.mceContentBody img[class*="wp-image-"],
.entry-content img[class*="wp-image-"] {
  height: auto;
  max-width: 97.5%;
  border: 1px solid #ddd;
  padding: 6px;
}
.mceContentBody img.size-full,
.entry-content img.size-full {
  width: auto;
  /* Prevent stretching of full-size images in IE8 */

}
.mceContentBody img.wp-smiley,
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.mceContentBody img.alignleft,
.entry-content img.alignleft,
.mceContentBody img.alignright,
.entry-content img.alignright,
.mceContentBody img.aligncenter,
.entry-content img.aligncenter {
  margin-bottom: 20px;
}
.mceContentBody .wp-caption,
.entry-content .wp-caption {
  background: #eee;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 96%;
  padding: 9px;
}
.mceContentBody .wp-caption img,
.entry-content .wp-caption img {
  display: block;
  margin: 5px auto 0 !important;
  max-width: 98%;
  border-color: #eee;
}
.mceContentBody .wp-caption .wp-caption-text,
.entry-content .wp-caption .wp-caption-text,
.mceContentBody .wp-caption-dd,
.entry-content .wp-caption-dd {
  color: #666;
  font-family: Georgia, serif !important;
  font-size: 12px;
  margin: 0 0 0.6em 0 !important;
  padding: 0 0 5px 40px;
  position: relative;
  text-align: left;
}
.mceContentBody .wp-caption .wp-caption-text:before,
.entry-content .wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.mceContentBody a:focus img[class*="wp-image-"],
.entry-content a:focus img[class*="wp-image-"],
.mceContentBody a:hover img[class*="wp-image-"],
.entry-content a:hover img[class*="wp-image-"],
.mceContentBody a:active img[class*="wp-image-"],
.entry-content a:active img[class*="wp-image-"] {
  background: #eee;
  border-color: #bbb;
}
.mceContentBody .wp-caption a:focus img,
.entry-content .wp-caption a:focus img,
.mceContentBody .wp-caption a:active img,
.entry-content .wp-caption a:active img,
.mceContentBody .wp-caption a:hover img,
.entry-content .wp-caption a:hover img {
  background: #fff;
  border-color: #ddd;
}
.mceContentBody .note,
.entry-content .note {
  max-width: 315px;
  padding: 20px;
  background-color: #faf4da;
}
