.grid .sqs-row [class*=sqs-col-] .sqs-block {
    padding-bottom: 10px;
}
.grid .sqs-row .sqs-block:last-child {
    padding-bottom: 0;
}
.grid .sqs-row + .sqs-row,
.grid .sqs-row + .sqs-block {
    padding-top: 10px;
}
.grid .sqs-row [class*=sqs-col-] .sqs-block {
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid .html-block.sqs-block img[align=left] {
    margin-right: 34px;
}
.grid .html-block.sqs-block img[align=right] {
    margin-left: 34px;
}
.grid .html-block.sqs-block img[align=top] {
    vertical-align: top;
}
.grid .html-block.sqs-block img[align=middle] {
    vertical-align: middle;
}
.grid .html-block.sqs-block img[align=bottom] {
    vertical-align: bottom;
}

.grid .html-block.sqs-block .full-image-float-left,
.grid .html-block.sqs-block .thumbnail-image-float-left {
    float: left;
    margin-right: 34px;
}
.grid .html-block.sqs-block .full-image-float-right,
.grid .html-block.sqs-block .thumbnail-image-float-right {
    float: right;
    margin-left: 34px;
}
.grid .html-block.sqs-block .full-image-block {
    display: block;
    margin-bottom: 34px;
}
.grid .html-block.sqs-block .thumbnail-caption {
    display: block;
}
/* Wordpress */
.grid .html-block.sqs-block .entry-content img {
    margin: 0 0 34px 0;
}
.grid .html-block.sqs-block .alignleft,
.grid .html-block.sqs-block img.alignleft {
    margin-right: 34px;
    display: inline;
    float: left;
}
.grid .html-block.sqs-block .alignright,
.grid .html-block.sqs-block img.alignright {
    margin-left: 34px;
    display: inline;
    float: right;
}
.grid .html-block.sqs-block .aligncenter,
.grid .html-block.sqs-block img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.grid .html-block.sqs-block blockquote.left {
    margin-right: 34px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
.grid .html-block.sqs-block blockquote.right {
    margin-left: 34px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.sqs-block {
    position: relative;
    clear: both;
    z-index: 1;
}
.sqs-block.html-block,
.sqs-block.quote-block,
.sqs-block.markdown-block {
    clear: none;
}
.sqs-block.html-block .sqs-block-content > :first-child,
.sqs-block.quote-block .sqs-block-content > :first-child,
.sqs-block.markdown-block .sqs-block-content > :first-child {
    margin-top: 0;
}
.sqs-block.html-block .sqs-block-content > :last-child,
.sqs-block.quote-block .sqs-block-content > :last-child,
.sqs-block.markdown-block .sqs-block-content > :last-child {
    margin-bottom: 0;
}
.sqs-block.html-block img,
.sqs-block.quote-block img,
.sqs-block.markdown-block img {
    max-width: 100%;
    height: auto;
}
.sqs-block.html-block,
.sqs-block.quote-block {
    word-wrap: break-word;
}
.sqs-block.float,
.sqs-block.sqs-float {
    clear: none;
    z-index: 50;
}
.sqs-block.float-left,
.sqs-block.sqs-float-left {
    float: left; z-index:1;
    margin-right: 17px;
}
.sqs-block.float-right,
.sqs-block.sqs-float-right {
    float: right; z-index:1;
    margin-left: 17px;
}
.sqs-block.sized .image-block-wrapper,
.sqs-block.sized .sqs-block-content {
    overflow: hidden;
}
.sqs-block.image-block.sized .image-block-wrapper {
    padding-bottom: inherit !important;
}
.sqs-block.image-block.sized .image-block-wrapper img {
    text-align: inherit;
    max-width: none;
}
.sqs-block.image-block .image-block-lightbox {
    cursor: pointer;
    display: block;
}
.sqs-block.image-block .lightbox img {
    cursor: pointer;
}
.sqs-block.image-block .image-caption-wrapper h1 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}
/*.sqs-block.image-block .image-caption-wrapper p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}*/

.sqs-block.image-block .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper {
    margin-top: 5px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic {
    position: relative;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper {
    position: absolute;
    overflow: hidden;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    background: black;
    background: rgba(0, 0, 0, 0.7);
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper h1,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper h1,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper strong,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper strong {
    color: #eee;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p {
    color: #bbb;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption-wrapper {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption-wrapper {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption {
    margin-bottom: 0;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption {
    -webkit-transition: margin-bottom 0.1s ease-out;
    -moz-transition: margin-bottom 0.1s ease-out;
    -o-transition: margin-bottom 0.1s ease-out;
    transition: margin-bottom 0.1s ease-out;
    margin-bottom: -5px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left {
    zoom: 1;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: ".";
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-block-wrapper {
    float: left;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-caption-wrapper {
    float: left;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-caption {
    padding-left: 15px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-caption h1 {
    font-size: 18px;
    line-height: 24px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right {
    zoom: 1;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right:after {
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
    content: ".";
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-block-wrapper {
    float: right;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-caption-wrapper {
    float: right;
    text-align: right;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-caption {
    padding-right: 15px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-caption h1 {
    font-size: 18px;
    line-height: 24px;
}

.sqs-block.image-block .image-block-wrapper {
    line-height: 0;
    text-align: center;
    position: relative;margin:0px auto;width:auto;
}
.sqs-block.image-block .image-block-wrapper img {
    max-width: 100%;
}
.sqs-block.image-block .image-block-wrapper img.block-stretch {
    width: 100%;
}
.sqs-block.image-block .image-block-wrapper.float-right .image-block-wrapper {
    text-align: right;
}
.sqs-block.image-block .intrinsic {
    margin: auto;
}
.sqs-block.image-block .intrinsic .image-block-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sqs-block.code-block .source-code {
    white-space: pre;
    overflow-x: auto;
}
.sqs-block.code-block img {
    max-width: 100%;
}
/*.sqs-block.calendar-block {
  font-size: 11px;
  text-decoration: none;
  z-index: 10;
}
.sqs-block.calendar-block .sqs-block-content {
  max-width: 240px;
  margin: 0 0 0 -8px;
}
.sqs-block.calendar-block .yui3-calendar-pane {
  min-width: 200px;
  position: relative;
}
.sqs-block.calendar-block .yui3-u {
  vertical-align: middle;
}
.sqs-block.calendar-block .yui3-calendar-grid {
  min-height: 150px;
}
.sqs-block.calendar-block .yui3-calendar-header {
  margin-bottom: 15px;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendar-header-label {
  width: 120px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-nextmonth span,
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-prevmonth span {
  padding: 4px 8px;
}
.sqs-block.calendar-block .yui3-calendar-weekday {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-day {
  padding: 5px 0;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-day:hover {
  background: #eee;
  color: #333;
  z-index: 100;
}
.sqs-block.calendar-block .yui3-calendar-day.date-has-event {
  color: #333;
  font-weight: bold;
}
.sqs-block.calendar-block .yui3-calendar-day .date-has-event-marker {
  display: block;
  height: 2px;
  width: 18px;
  background: #333;
  margin: 0px auto;
}
.sqs-block.calendar-block .yui3-calendar-day:hover .date-has-event-marker {
  background: transparent;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu {
  position: absolute;
  width: 70%;
  max-width: 200px;
  background: #eee;
  margin: 3px -10px 0 0;
  padding: 20px 20px 0 20px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  z-index: 10;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group {
  margin-bottom: 20px;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group .event-time {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}*/
.sqs-block.vsize-1 .sqs-block-content {
    height: 34px;
}
.sqs-block.vsize-2 .sqs-block-content {
    height: 68px;
}
.sqs-block.vsize-3 .sqs-block-content {
    height: 102px;
}
.sqs-block.vsize-4 .sqs-block-content {
    height: 136px;
}
.sqs-block.vsize-5 .sqs-block-content {
    height: 170px;
}
.sqs-block.vsize-6 .sqs-block-content {
    height: 204px;
}
.sqs-block.vsize-7 .sqs-block-content {
    height: 238px;
}
.sqs-block.vsize-8 .sqs-block-content {
    height: 272px;
}
.sqs-block.vsize-9 .sqs-block-content {
    height: 306px;
}
.sqs-block.vsize-10 .sqs-block-content {
    height: 340px;
}
.sqs-block.vsize-11 .sqs-block-content {
    height: 374px;
}
.sqs-block.vsize-12 .sqs-block-content {
    height: 408px;
}
.sqs-block.vsize-13 .sqs-block-content {
    height: 442px;
}
.sqs-block.vsize-14 .sqs-block-content {
    height: 476px;
}
.sqs-block.vsize-15 .sqs-block-content {
    height: 510px;
}
.sqs-block.vsize-16 .sqs-block-content {
    height: 544px;
}
.sqs-block.vsize-17 .sqs-block-content {
    height: 578px;
}
.sqs-block.vsize-18 .sqs-block-content {
    height: 612px;
}
.sqs-block.vsize-19 .sqs-block-content {
    height: 646px;
}
.sqs-block.vsize-20 .sqs-block-content {
    height: 680px;
}
.sqs-block.vsize-21 .sqs-block-content {
    height: 714px;
}
.sqs-block.vsize-22 .sqs-block-content {
    height: 748px;
}
.sqs-block.vsize-23 .sqs-block-content {
    height: 782px;
}
.sqs-block.vsize-24 .sqs-block-content {
    height: 816px;
}
.sqs-block.vsize-25 .sqs-block-content {
    height: 850px;
}
.sqs-block.vsize-26 .sqs-block-content {
    height: 884px;
}
.sqs-block.vsize-27 .sqs-block-content {
    height: 918px;
}
.sqs-block.vsize-28 .sqs-block-content {
    height: 952px;
}
.sqs-block.vsize-29 .sqs-block-content {
    height: 986px;
}
.sqs-block.vsize-30 .sqs-block-content {
    height: 1020px;
}
.sqs-block.image-block .sqs-block-content {
    height: auto;
}
.sqs-block.vsize-1.image-block .image-block-wrapper {
    height: 34px;
}
.sqs-block.vsize-2.image-block .image-block-wrapper {
    height: 68px;
}
.sqs-block.vsize-3.image-block .image-block-wrapper {
    height: 102px;
}
.sqs-block.vsize-4.image-block .image-block-wrapper {
    height: 136px;
}
.sqs-block.vsize-5.image-block .image-block-wrapper {
    height: 170px;
}
.sqs-block.vsize-6.image-block .image-block-wrapper {
    height: 204px;
}
.sqs-block.vsize-7.image-block .image-block-wrapper {
    height: 238px;
}
.sqs-block.vsize-8.image-block .image-block-wrapper {
    height: 272px;
}
.sqs-block.vsize-9.image-block .image-block-wrapper {
    height: 306px;
}
.sqs-block.vsize-10.image-block .image-block-wrapper {
    height: 340px;
}
.sqs-block.vsize-11.image-block .image-block-wrapper {
    height: 374px;
}
.sqs-block.vsize-12.image-block .image-block-wrapper {
    height: 408px;
}
.sqs-block.vsize-13.image-block .image-block-wrapper {
    height: 442px;
}
.sqs-block.vsize-14.image-block .image-block-wrapper {
    height: 476px;
}
.sqs-block.vsize-15.image-block .image-block-wrapper {
    height: 510px;
}
.sqs-block.vsize-16.image-block .image-block-wrapper {
    height: 544px;
}
.sqs-block.vsize-17.image-block .image-block-wrapper {
    height: 578px;
}
.sqs-block.vsize-18.image-block .image-block-wrapper {
    height: 612px;
}
.sqs-block.vsize-19.image-block .image-block-wrapper {
    height: 646px;
}
.sqs-block.vsize-20.image-block .image-block-wrapper {
    height: 680px;
}
.sqs-block.vsize-21.image-block .image-block-wrapper {
    height: 714px;
}
.sqs-block.vsize-22.image-block .image-block-wrapper {
    height: 748px;
}
.sqs-block.vsize-23.image-block .image-block-wrapper {
    height: 782px;
}
.sqs-block.vsize-24.image-block .image-block-wrapper {
    height: 816px;
}
.sqs-block.vsize-25.image-block .image-block-wrapper {
    height: 850px;
}
.sqs-block.vsize-26.image-block .image-block-wrapper {
    height: 884px;
}
.sqs-block.vsize-27.image-block .image-block-wrapper {
    height: 918px;
}
.sqs-block.vsize-28.image-block .image-block-wrapper {
    height: 952px;
}
.sqs-block.vsize-29.image-block .image-block-wrapper {
    height: 986px;
}
.sqs-block.vsize-30.image-block .image-block-wrapper {
    height: 1020px;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.columns-1 [class*=sqs-col-] {
    width: 100% !important;
}
/* ---------- layout-edit.less ---------- */
/* z-indexes:
  .sqs-insertion-marker      9999
  .sqs-column-resizer         999
  .sqs-handle                 109
  .sqs-toolbar                105
  .sqs-draghandle             101
  .sqs-marker-helper           30
  .sqs-split-control           25
  .sqs-overlay                  9
*/
[class*=sqs-col-] {
    position: relative;
}

h1 {font-weight: 300; font-size:38px;font-family: 'Source Sans Pro', sans-serif;padding-bottom:30px;line-height: 44px;}
h2 {font-weight: 300; font-size:24px;font-family: 'Source Sans Pro', sans-serif;padding-bottom:14px;line-height: normal;}
h3 {font-weight: 300; font-size:20px;font-family: 'Source Sans Pro', sans-serif;padding-bottom:14px;line-height: normal;}

em, i {font-style: italic;}
.aloha-editable {/*padding:10px 20px 10px 20px;margin-bottom:10px;line-height:normal*/} 
.aloha-image {/*padding:10px 20px 10px 20px;border:0px solid #fff*/}
.aloha-gallery {}
.img-block {text-align: center;}

.video-content {min-height:100px}

.pagecontent{}
/*.pagecontent ul {margin:20px 0px 20px 0px}
.pagecontent ul li {list-style-type: circle; padding:0px 0px 0px 10px;margin-left:30px;margin-bottom:6px}
*/

#previewbar {position: fixed;bottom:0px;right:0px;background: rgba(0,0,0,0.9);color:#fff;min-width:200px;min-height:40px;border-radius: 30px 30px 30px 30px}
#previewbar .avatar {
    background-position: center center;
    background-image: url(../design/images/default-avatar.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin: 1px;
    width: 50px;
    position: relative;
    float:left;
}

#previewbar .username {float:left;padding:10px 10px 0px 10px;text-align:left}
#previewbar .username .name {font-size:14px;margin-bottom:4px;}
#previewbar .username .logout a {font-size:11px}
#previewbar .icons {float:left;padding: 18px 18px 0px 10px}

.form-wrapper {
  max-width: 600px;
}
.form-wrapper .field-list {
  line-height: normal;
}
.form-wrapper .field-list fieldset,
.form-wrapper .field-list legend {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-wrapper .field-list legend {
  display: none;
}
.form-wrapper .field-list textarea {
  min-height: 100px;
  resize: vertical;
}
.form-wrapper .field-list textarea.medium {
  min-height: 200px;
}
.form-wrapper .field-list textarea.large {
  min-height: 300px;
}
.form-wrapper .field-list .section {
  margin: 2em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #999;
  font-size: 0.9em;
  text-transform: uppercase;
}
.form-wrapper .field-list .title {
  display: block;
}
.form-wrapper .field-list .description {
  padding: 0.5em 0 0.5em;
  font-size: 0.8em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.form-wrapper .field-list .field {
  position: relative;
  margin: 0 0 2em;
}
.form-wrapper .field-list .field .caption {
  font-size: 0.8em;
}
.form-wrapper .field-list .field .caption .field-element {
  font-size: 12px;
}
.form-wrapper .field-list .field .field-element {
  width: 100%;
  padding: 8px;
  margin: 0.5em 0 0;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-wrapper .field-list .field .field-element:focus {
  background: #fff;
  transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  outline: none;
}
.form-wrapper .field-list .field select {
  margin: 0.5em 0 0;
}
.form-wrapper .field-list .field .prefix {
  position: absolute;
  bottom: 9px;
  left: 8px;
  color: #aaa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
}
.form-wrapper .field-list .field.twitter .field-element {
  padding-left: 22px;
}
.form-wrapper .field-list .field.currency.hassymbol .field-element {
  padding-left: 20px;
}
.form-wrapper .field-list .field.website .field-element {
  padding-left: 40px;
}
.form-wrapper .field-list .field.checkbox label,
.form-wrapper .field-list .field.radio label {
  cursor: pointer;
}
.form-wrapper .field-list .field.checkbox input,
.form-wrapper .field-list .field.radio input {
  margin-right: 5px;
}
.form-wrapper .field-list .field .option {
  margin: 0.3em 0;
  font-size: 0.9em;
}
.form-wrapper .field-list .field.likert .item {
  overflow: hidden;
  margin: 1.6em 0 1.6em 0;
}
.form-wrapper .field-list .field.likert .question {
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
}
.form-wrapper .field-list .field.likert .option {
  width: 20%;
  float: left;
  text-align: left;
  border-top: 1px solid #ddd;
}
.form-wrapper .field-list .field.likert .option label {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: 0.9em;
  display: block;
  cursor: pointer;
}
.form-wrapper .field-list .field.likert .option input {
  margin: 10px 0;
  display: block;
}
.form-wrapper .field-list .field.likert .option:last-of-type {
  border-right: none;
}
.form-wrapper .field-list .fields {
  margin: 0 0 0 -2%;
}
.form-wrapper .field-list .fields .title,
.form-wrapper .field-list .fields .description,
.form-wrapper .field-list .fields .field,
.form-wrapper .field-list .fields .field-error {
  margin-left: 2%;
}
.form-wrapper .field-list .fields .field {
  float: left;
}
.form-wrapper .field-list .fields .field.two-digits {
  width: 3.5em;
}
.form-wrapper .field-list .fields .field.three-digits {
  width: 4.2em;
}
.form-wrapper .field-list .fields .field.four-digits {
  width: 4.8em;
}
.form-wrapper .field-list .fields .field.ampm {
  width: 4.5em;
}
.form-wrapper .field-list .fields.name .field {
  width: 48%;
}
.form-wrapper .field-list .fields.address .field.address1,
.form-wrapper .field-list .fields.address .field.address2 {
  width: 98%;
}
.form-wrapper .field-list .fields.address .field.city {
  width: 70%;
}
.form-wrapper .field-list .fields.address .field.state-province {
  width: 26%;
}
.form-wrapper .field-list .fields.address .field.zip {
  width: 36%;
}
.form-wrapper .field-list .fields.address .field.country {
  width: 98%;
}
.form-wrapper .field-list .fields.payment .field.card-expiry-month {
  width: 40%;
}
.form-wrapper .field-list .fields.payment .field.card-expiry-year {
  width: 40%;
}
.form-wrapper .field-list .form-item.error,
.form-wrapper .field-list .form-item.error .caption,
.form-wrapper .field-list .form-item.error .title,
.form-wrapper .field-list .form-item.error .description {
  color: #a00;
}
.form-wrapper .field-list .form-item.error input,
.form-wrapper .field-list .form-item.error textarea {
  border: 1px solid #A00;
}
.form-wrapper input[type=submit] {
  display: block;
  background-color: #272727;
  border: none;
  color: #FFF;
  cursor: pointer;
  font: 12px/1em 'Helvetica Neue', helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 14px 18px;
  text-align: center;
  -webkit-appearance: none;
}
.form-wrapper .form-submission-text {
  margin-top: 12px;
}
.form-wrapper .field-error {
  color: #fff;
  background: #aa0000 url(../design/images/icon_close_7_light.png) no-repeat 9px 11px;
  padding: 5px 8px 5px 24px;
  font-size: 11px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 12px;
  line-height: 19px;
}
.form-wrapper .field .field-error {
  margin-bottom: 0.5em;
}
.form-wrapper .submitting .field-list {
  opacity: .7;
}
.form-wrapper .hidden,
.form-wrapper.hidden {
  display: none;
}

.form-wrapper .field-list .field  input[type=checkbox].field-element {width:auto;text-align: left;}


/* ---------- layout-display.less ---------- */
/* ---------- grid.less ---------- */
/*.sqs-row {
  width: auto !important;
  *zoom: 1;
}
.sqs-row:before,
.sqs-row:after {
  content: "";
  display: table;
}
.sqs-row:after {
  clear: both;
}
[class*=sqs-col] {
  float: left;
}
[class*=sqs-col] .sqs-block {
  padding-left: 17px;
  padding-right: 17px;
}
[class*=sqs-col]:last-child {
  padding-right: 0;
}
.sqs-col-12 {
  width: 100%;
}
.sqs-col-12 .sqs-col-12 {
  width: 100%;
}
.sqs-col-12 .sqs-col-11 {
  width: 91.6667%;
}
.sqs-col-12 .sqs-col-10 {
  width: 83.3333%;
}
.sqs-col-12 .sqs-col-9 {
  width: 75%;
}
.sqs-col-12 .sqs-col-8 {
  width: 66.6667%;
}
.sqs-col-12 .sqs-col-7 {
  width: 58.3333%;
}
.sqs-col-12 .sqs-col-6 {
  width: 50%;
}
.sqs-col-12 .sqs-col-5 {
  width: 41.6667%;
}
.sqs-col-12 .sqs-col-4 {
  width: 33.3333%;
}
.sqs-col-12 .sqs-col-3 {
  width: 25%;
}
.sqs-col-12 .sqs-col-2 {
  width: 16.6667%;
}
.sqs-col-12 .sqs-col-1 {
  width: 8.3333%;
}
.sqs-col-11 {
  width: 91.6667%;
}
.sqs-col-11 .sqs-col-10 {
  width: 90.9091%;
}
.sqs-col-11 .sqs-col-9 {
  width: 81.8182%;
}
.sqs-col-11 .sqs-col-8 {
  width: 72.7273%;
}
.sqs-col-11 .sqs-col-7 {
  width: 63.6364%;
}
.sqs-col-11 .sqs-col-6 {
  width: 54.5455%;
}
.sqs-col-11 .sqs-col-5 {
  width: 45.4545%;
}
.sqs-col-11 .sqs-col-4 {
  width: 36.3636%;
}
.sqs-col-11 .sqs-col-3 {
  width: 27.2727%;
}
.sqs-col-11 .sqs-col-2 {
  width: 18.1818%;
}
.sqs-col-11 .sqs-col-1 {
  width: 9.0909%;
}
.sqs-col-10 {
  width: 83.3333%;
}
.sqs-col-10 .sqs-col-10 {
  width: 100%;
}
.sqs-col-10 .sqs-col-9 {
  width: 90%;
}
.sqs-col-10 .sqs-col-8 {
  width: 80%;
}
.sqs-col-10 .sqs-col-7 {
  width: 70%;
}
.sqs-col-10 .sqs-col-6 {
  width: 60%;
}
.sqs-col-10 .sqs-col-5 {
  width: 50%;
}
.sqs-col-10 .sqs-col-4 {
  width: 40%;
}
.sqs-col-10 .sqs-col-3 {
  width: 30%;
}
.sqs-col-10 .sqs-col-2 {
  width: 20%;
}
.sqs-col-10 .sqs-col-1 {
  width: 10%;
}
.sqs-col-9 {
  width: 75%;
}
.sqs-col-9 .sqs-col-9 {
  width: 100%;
}
.sqs-col-9 .sqs-col-8 {
  width: 88.8889%;
}
.sqs-col-9 .sqs-col-7 {
  width: 77.7778%;
}
.sqs-col-9 .sqs-col-6 {
  width: 66.6667%;
}
.sqs-col-9 .sqs-col-5 {
  width: 55.5556%;
}
.sqs-col-9 .sqs-col-4 {
  width: 44.4444%;
}
.sqs-col-9 .sqs-col-3 {
  width: 33.3333%;
}
.sqs-col-9 .sqs-col-2 {
  width: 22.2222%;
}
.sqs-col-9 .sqs-col-1 {
  width: 11.1111%;
}
.sqs-col-8 {
  width: 66.6667%;
}
.sqs-col-8 .sqs-col-8 {
  width: 100%;
}
.sqs-col-8 .sqs-col-7 {
  width: 87.5%;
}
.sqs-col-8 .sqs-col-6 {
  width: 75%;
}
.sqs-col-8 .sqs-col-5 {
  width: 62.5%;
}
.sqs-col-8 .sqs-col-4 {
  width: 50%;
}
.sqs-col-8 .sqs-col-3 {
  width: 37.5%;
}
.sqs-col-8 .sqs-col-2 {
  width: 25%;
}
.sqs-col-8 .sqs-col-1 {
  width: 12.5%;
}
.sqs-col-7 {
  width: 58.3333%;
}
.sqs-col-7 .sqs-col-7 {
  width: 100%;
}
.sqs-col-7 .sqs-col-6 {
  width: 85.7143%;
}
.sqs-col-7 .sqs-col-5 {
  width: 71.4286%;
}
.sqs-col-7 .sqs-col-4 {
  width: 57.1429%;
}
.sqs-col-7 .sqs-col-3 {
  width: 42.8571%;
}
.sqs-col-7 .sqs-col-2 {
  width: 28.5714%;
}
.sqs-col-7 .sqs-col-1 {
  width: 14.2857%;
}
.sqs-col-6 {
  width: 50%;
}
.sqs-col-6 .sqs-col-6 {
  width: 100%;
}
.sqs-col-6 .sqs-col-5 {
  width: 83.3333%;
}
.sqs-col-6 .sqs-col-4 {
  width: 66.6667%;
}
.sqs-col-6 .sqs-col-3 {
  width: 50%;
}
.sqs-col-6 .sqs-col-2 {
  width: 33.3333%;
}
.sqs-col-6 .sqs-col-1 {
  width: 16.6667%;
}
.sqs-col-5 {
  width: 41.6667%;
}
.sqs-col-5 .sqs-col-5 {
  width: 100%;
}
.sqs-col-5 .sqs-col-4 {
  width: 80%;
}
.sqs-col-5 .sqs-col-3 {
  width: 60%;
}
.sqs-col-5 .sqs-col-2 {
  width: 40%;
}
.sqs-col-5 .sqs-col-1 {
  width: 20%;
}
.sqs-col-4 {
  width: 33.3333%;
}
.sqs-col-4 .sqs-col-4 {
  width: 100%;
}
.sqs-col-4 .sqs-col-3 {
  width: 75%;
}
.sqs-col-4 .sqs-col-2 {
  width: 50%;
}
.sqs-col-4 .sqs-col-1 {
  width: 25%;
}
.sqs-col-3 {
  width: 25%;
}
.sqs-col-3 .sqs-col-3 {
  width: 100%;
}
.sqs-col-3 .sqs-col-2 {
  width: 66.6667%;
}
.sqs-col-3 .sqs-col-1 {
  width: 33.3333%;
}
.sqs-col-2 {
  width: 16.6667%;
}
.sqs-col-2 .sqs-col-2 {
  width: 100%;
}
.sqs-col-2 .sqs-col-1 {
  width: 50%;
}
.sqs-col-1 {
  width: 8.3333%;
}
.sqs-col-1 .sqs-col-1 {
  width: 100%;
}
.grid > .sqs-row {
  margin-left: -17px;
  margin-right: -17px;
}
/* ---------- grid-vertical.less ---------- */
/*.grid .sqs-row [class*=sqs-col-] .sqs-block {
  padding-bottom: 34px;
}
.grid .sqs-row .sqs-block:last-child {
  padding-bottom: 0;
}
.grid .sqs-row + .sqs-row,
.grid .sqs-row + .sqs-block {
  padding-top: 34px;
}
body.squarespace-config .grid .sqs-row [class*=sqs-col-] .sqs-block {
  padding-top: 17px;
  padding-bottom: 17px;
}
*/
#shoppage.sqs-content-item-grid .sqs-content-item-image, .sqs-content-item-grid .sqs-uploader {
    min-width: 195px;
    width: 33.3333%;
}
#shoppage.sqs-content-item-grid .sqs-uploader {
    height: 235px;
}
#shoppage.sqs-content-item-grid .sqs-content-item-image-content {
    height: 195px;
    margin: 0 auto;
    padding: 20px 0;
    width: 195px;
}
#shoppage.sqs-content-item-grid .sqs-content-item-image-content .inside {
    height: 195px;
    width: 195px;
}
#shoppage .sqs-content-item-image:nth-child(3n) {
    margin-right: 0;
}
#shoppage.sqs-content-item-grid .sqs-uploader-content {
    height: 195px;
    margin: 0 auto;
    padding: 20px 0;
    width: 195px;
}

.sqs-content-item-image-content .inside .flag-wrapper, .flag-wrapper {
  position: absolute;
  overflow: hidden;
}
.sqs-content-item-image-content .inside .flag-wrapper .flag-text, .flag-wrapper .flag-text {
  position: absolute;
  top: 58px;
  right: -30px;
  width: 100px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  padding: 12px 12px;
  color: white;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.85);
  font-size: 10px;
  font-weight: normal;
  background: #a90725;
  top: 70px;
  width: 120px;
}


/* blocks */
.griditem {width: 25%; float:left; margin:20px 20px 0px 0px}
.griditem img {width:100%}
.grid {
    font-size: 14px;
    line-height: 1.68em;
    /*color: #333333;*/
    font-weight: 300; font-family: 'Source Sans Pro', sans-serif;
}
.videocnt {position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.videocnt iframe, .embedcnt iframe
.videocnt object, .embedcnt object,
.videocnt embed, .embedcnt embed,
.videocnt img, .embedcnt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embedcnt {position: relative; width:100%;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;}
.hidden-embed {max-width:1000px;display:none}

.embed-content div {max-width: 100%}

.videooverlay, .overlay {width:100%;height:auto;z-index:300;background: rgba(0,0,0,0.1);position:absolute;top:0px;left:0px;cursor: pointer}
.videocnt.overlayer, .embedcnt.overlayer {cursor:pointer}
.overlay {display:none}
.page-map {z-index:1;}
.mapoverlay {width:100%;height:0;z-index:300;background: rgba(0,0,0,0.1);position:absolute;top:0px;left:0px}
.icon-play {width:93px;height:58px;background: url(../design/play.png) no-repeat; z-index:301;position: absolute;bottom:20px;left:20px;}

.sqs-block hr {
  border: none;
  color: #e5e5e5;
  background-color: #e5e5e5;
  height: 1px;
}

.sqs-block.horizontalrule-block, .grid .sqs-row [class*="sqs-col-"] .sqs-block.horizontalrule-block{padding-top:0px;padding-bottom:0px}

.category-gallery .category-img-small {width:25%;float:left;}
.category-gallery .category-img-mid {width:50%;float:left}
.category-gallery .category-img-small .margin-wrapper {cursor:pointer;margin-right:15px;margin-bottom:15px;position: relative;overflow:hidden}
.category-gallery .category-img-mid .margin-wrapper {cursor:pointer;margin-right:15px;margin-bottom:15px;position: relative;overflow:hidden} 
.category-gallery {margin-right:-15px}
.category-gallery img {width:100%;z-index:1}
.category-gallery .tittle {width:100%;text-align:center;opacity:0;position:absolute;top:48%;font-size: 1.00em;z-index:2;text-transform: uppercase;line-height:22px;
-webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.category-gallery .tittle span {padding:10px; color:#101010; border-radius:3px;background: rgba(255,255,255,0.8)}
.category-gallery .margin-wrapper:hover .tittle {opacity:1;-webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.grid-gallery .grid-img-small {width:33.333%;float:left;}
.grid-gallery .grid-img-mid {width:50%;float:left}
.grid-gallery .grid-img-small .margin-wrapper {cursor:pointer;margin-right:2px;margin-bottom:2px;position: relative;overflow:hidden}
.grid-gallery .grid-img-mid .margin-wrapper {cursor:pointer;margin-right:2px;margin-bottom:2px;position: relative;overflow:hidden}
.grid-gallery {margin-right:-15px}
.grid-gallery img {width:100%;z-index:1}
.grid-gallery .tittle {width:90%;left:5%;text-align:center;opacity:1;position:absolute;top:48%;font-size: 16px;z-index:2;line-height:22px;color:#fff;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.titilium {font-family: 'Titillium Web', sans-serif;}
.pager-footer {text-align: center;}
.pager-footer .scrolling_list_left {float:none;margin-right:10px;padding:8px 12px;display:inline-block;border:3px;}
.pager-footer .scrolling_list_right {float:none;margin-left:10px;padding:8px 12px;display:inline-block;border:3px}
.pager-footer .disabled {opacity:.5;filter: alpha(opacity=50);}

.category-slider {position: relative;}
.category-slider .showall {position: absolute;top:25px;right:25px;}
.category-slider .category-list {margin-top:20px}
.category-slider .pager {margin-top:20px}

.list_carousel {
    margin: 0px;
    position: relative;
    width: 100%;
    border:0px solid #b60000;
}
.list_carousel ul {
    margin: 0;
    padding: 0; 
    list-style: none;
    display: block;
}
.list_carousel li {
    text-align: left;
    
    padding: 0;
    margin: 0px;
    margin-right:20px;
    display: block;
    float: left;
    border:0px solid #b60000;
}
.list_carousel.responsive {
    margin-left: 0;
}

/*.list_post.visible-items-1 li {width: 1040px}
.list_post.visible-items-2 li {width: 50%;}
.list_post.visible-items-3 li {width: 30%;}
.list_post.visible-items-4 li {width: 300px}
.list_post.visible-items-5 li {width: 20%;}
*/
.list_carousel .post_content {width:100%;padding:0px;margin:0px;float:left}
.list_carousel .post_content img {}
.list_carousel .post_content h3 {margin:22px 0px 16px 0px;padding:0px}


.scrolling_list_control_left {position: absolute; top:50%;left:-50px;text-indent: -9999px;background: url(../design/arrows.png) no-repeat top left; height:60px;width:32px;opacity:0.5}
.scrolling_list_control_right {position: absolute; top:50%;right:-50px;text-indent: -9999px;background: url(../design/arrows.png) no-repeat top right; height:60px;width:32px;opacity:0.5}
.scrolling_list_control_left:hover {opacity:1}
.scrolling_list_control_right:hover {opacity:1}

h1 a, h2 a, h3 a {color:#585858}

.aloha-editable table {border-collapse: collapse;width:100%}
.aloha-editable table td {border:1px solid #aaa;min-width:30px;padding:5px;}
.aloha-editable table th {border:1px solid #aaa;min-width:30px;background:#f5f5f5;font-weight:bold;padding:5px;}
 
.payed {color:#3BDE04}
.not-payed {color:#FF0000}

.sqs-block.calendar-block {
  font-size: 12px;
  text-decoration: none;
  z-index: 10;
}
.sqs-block.calendar-block .sqs-block-content {
  max-width: 240px;
  margin: 0 0 0 -8px;
}
.sqs-block.calendar-block .yui3-calendar-pane {
  min-width: 200px;
  position: relative;
}
.sqs-block.calendar-block .yui3-u {
  vertical-align: middle;
}
.sqs-block.calendar-block .yui3-calendar-grid {
  min-height: 150px;
}
.sqs-block.calendar-block .yui3-calendar-header {
  margin-bottom: 15px;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendar-header-label {
  width: 120px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-nextmonth span,
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-prevmonth span {
  padding: 4px 8px;
}
.sqs-block.calendar-block .yui3-calendar-weekday {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-day {
  padding: 5px 0;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-day:hover {
  background: #eee;
  color: #333;
  z-index: 100;
}
.sqs-block.calendar-block .yui3-calendar-day.date-has-event {
  color: #333;
  font-weight: bold;
}
.sqs-block.calendar-block .yui3-calendar-day .date-has-event-marker {
  display: block;
  height: 2px;
  width: 18px;
  background: #333;
  margin: 0px auto;
}
.sqs-block.calendar-block .yui3-calendar-day:hover .date-has-event-marker {
  background: transparent;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu {
  position: absolute;
  width: 70%;
  max-width: 200px;
  background: #eee;
  margin: 3px -10px 0 0;
  padding: 20px 20px 0 20px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  z-index: 10;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group {
  margin-bottom: 20px;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group .event-time {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.calendar-content {width:100%}
table.naptar {width:100%;color:#373737}
table.naptar th {text-transform: uppercase;font-weight: 400;font-size:12px;text-align:center}
table.naptar td {text-align:center}
table.naptar .day {padding-top:5px;padding-bottom:5px}
table.naptar .day.has_event:hover {background: #eee;}
.calendar_block_header {text-align: center;width:100%;margin-bottom:10px}
.calendar_block_header.main {margin-top:8px;margin-bottom:15px}
.calendar_block_header a {text-decoration: none;}
.calendar_block_header span {font-size: 12px;}
.calendar_block_header .month {margin:0px 5px 0px 5px;font-weight: 400;}
.oneevent {padding-top:14px;font-size: 12px;}
.oneevent .name, .nextevent .name {color:#646464;font-weight: 700;font-size:12px;border-bottom:1px solid #ddd;padding-bottom:6px;margin-bottom:6px}
.oneevent .name a, .nextevent .name a {color:#646464;text-decoration: none;}
.oneevent .location, .nextevent .location {color:#363636;}
.nextevent {background: #eee;margin-bottom:3px;padding:15px;cursor: pointer;}
.nextevent .date {float:left;width:12%;margin-right:6%;text-align: center;font-size:11px;color:#363636}
.nextevent .desc {float:left;width:80%}
.nextevent .date .day {font-size: 20px;font-weight: 400;color:#646464}

.news-item .image {float:left;width:30%}
.news-item .image img {max-width:100%}
.news-item .content {float:left;width:70%}
.news-item .content h3 a {text-decoration: none;}
.news-item .content .post_content {margin-left:20px;margin-bottom:40px}

.form-wrapper.newsletter .field-list {padding:0px}
.form-wrapper.newsletter .title {padding:0px 20px 20px 0px;text-transform: uppercase;font-size:18px;font-weight: 400;}
.form-wrapper.newsletter .content {padding:0px 20px 20px 0px;}
.form-wrapper.newsletter {margin-top:0px;}
.form-wrapper.newsletter input {border-radius:5px 5px 5px 5px;font-size:12px;margin-bottom:10px;padding:10px;margin-right: 10px;width:60%}
.form-wrapper.newsletter a.btn_class {padding-top:10px;padding-bottom: 10px;border-radius:5px;color:#fff;text-decoration: none;}


.product-list {float:right; width:810px;}
.product-list-wide.product-list {width:100%;float:none}
.product-list .breadcumb {margin-top:5px;text-transform: uppercase;font-size: 11px;color:#a3a3a3}
.product-list .margin-wrapper {overflow:hidden;height:248px}
.product-list .ainside {border:1px solid #e5e5e5;}
.product-list .breadcumb a, .product-list .breadcumb span {color:#a3a3a3;text-decoration: none;} 
.product-list .breadcumb span {margin:0px 0px 0px 5px}
.product-list h1 {padding:0px;margin:0px;font-weight: 300; font-size:38px;font-family: 'Source Sans Pro', sans-serif;padding-bottom:30px;line-height: 42px;}
.product-item {float:left;margin-right:1%; width:32%;height:380px}
.caroufredsel_wrapper .product-item {width:100%}

.promocio-content {background: #f5f5f5;min-height:50px;padding:20px 25px}
.promocio-placeholder {min-height:50px}
.promocio-content h3 {font-size:26px}
.promocio-content .description {float:left;width:75%;}
.promocio-content .button {float:right;margin-top:20px;width:25%;text-align: right;}
.promocio-content .button a {font-weight:400;text-decoration:none;text-align:center;padding:6px 15px;font-size:13px;border-radius:3px 3px 3px 3px;color:#fff;white-space: nowrap;background: #0095cf;}
.promocio-content .button a:hover {background:#404040;}

.locations {margin-top:50px}
.tabs-content {padding:30px 0 0;margin:0px;line-height: 18px}

.tabs-titles {border-bottom: 1px solid #ccc;text-align: center}
.tabs-title {float:left;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px 10px;
    font-size:20px;
    color:#12ce78;margin:0 20px;
    position: relative;
}
.tabs-title.actual, .tabs-title:hover {color:#fff;background: #12ce78}

ul.tablist {padding:0;margin:0;list-style-type: none}
ul.tablist li {display:inline-block;float:none}
.hidden {display:none}
.image-block-wrapper {}

.paralax-wrapper {height:300px;position: relative;overflow:hidden;}
.parallax-img {bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;width:100%;height:300px;}
.parallax-img img {width:100%}

.grid {z-index:1}
ul.accordion2, .grid .submenu {margin:0px;padding:0px;padding-top:0px;list-style-type: none;width:100%;}
ul.accordion2 li, .grid  .submenu li {margin-bottom:0px;margin-bottom:3px;padding-top:10px;padding-bottom:10px;padding-left:20px;cursor: pointer;background:#F4F4F4}
ul.accordion2 li:hover, .grid  .submenu li:hover {background:#494949}
ul.accordion2 a, .grid  .submenu a {text-decoration: none;font-size: 14px;font-weight: 400;color:#8c8c8c}
ul.accordion2 li:hover a, .grid .submenu li:hover a,.grid .submenu li:hover  {color:#fff}
ul.accordion2 a:hover {}


div.morebutton a {
    border-radius: 0px;
    cursor: pointer;
    padding: 20px 25px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: #12ce78; color:#fff;cursor:pointer;text-decoration: none;
}
div.morebutton a:hover {background: #404040}
div.morebutton.right {text-align: right}
div.morebutton.center {text-align: center}
div.morebutton.left {text-align: left}
div.showall {margin-top:20px}
.relative {position: relative}

.map-title {color:#222}

.wpv-content {
    padding:0px;

}

.wpv-countdown {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;

}
.wpv-countdown .wpvc-block {
    display: inline-block;
    padding: 0 20px;
    vertical-align: bottom;
}
.wpv-countdown .wpvc-block .value {
    color: #000;
    font-size: 45px;
    line-height: 46px;font-family: 'Open Sans',sans-serif;
    min-width: 50px;
    margin-bottom:4px;
}
.wpv-countdown .wpvc-block .value-label {
    font-size: 13px;
    margin-bottom: 2px;color:#c79c60;
    text-transform: uppercase;
}
.wpv-countdown .wpvc-sep {
    display: inline-block;
    height: 70px;width:1px;
    line-height: 70px;
    /*background: #595959;*/
}
.sep, .sep-2, .sep-3 {
    border-top: 1px solid;
    clear: both;
    color: #dddddd;
    display: block;
    height: 1px;
    margin: 30px 0;
    min-width: 100%;
    position: relative;
}
.sep.has-icon .icon, .sep-2.has-icon .icon, .sep-3.has-icon .icon {
    font-size: 24px;
    margin-top: -2px;
}
.sep-2 {
    border-bottom: 1px solid;
    height: 2px;
}
.sep-3 {
    border-top-style: dotted;
}
.sep-text {
    margin: 0;
    padding: 20px 0 5px;
    position: relative;
    text-align: center;
}
.sep-text + .frame-fl, .sep-text + .loop-wrapper, .sep-text + .frame > .google_map {
    margin-top: 15px;
}
.sep-text .content, .sep-text .sep-text-more {
    display: table-cell;
    vertical-align: baseline;
    white-space: nowrap;
}
.sep-text .content *, .sep-text .sep-text-more * {
    line-height: 1;
    margin: auto !important;
}
.sep-text .content {
    padding-right: 0.8em;
}
.sep-text .sep-text-more {
    padding-left: 0.8em;
}
.sep-text .sep-text-before, .sep-text .sep-text-after {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.sep-text .sep-text-line {
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: #dddddd;
    display: inline-block;
    padding-top: 2px;
    vertical-align: baseline;
    width: 100%;
}
.sep-text.centered .sep-text-before, .sep-text.centered .sep-text-after {
    width: 50%;
}
.sep-text.centered .content {
    padding-left: 0.8em;
}
.sep-text:last-child {
    margin-bottom: 20px;
}
.sep-text + .row {
    padding-top: 15px;
}

.piechart-content {text-align: center}
.chart {
    position: relative;
    display: inline-block;
    width: 171px;
    height: 171px;
    margin: 50px 0 50px 0;
    text-align: center;
}
.chart.first{ margin-left:0;}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    display: inline-block;
    line-height: 130px;
    z-index: 2;
    font-size:60px;
    font-weight: 300;font-family: 'Roboto Slab', serif;
    color:#434343;
}
.percent:after {
    content: '';
    margin-left: 0.1em;
    font-size: .8em;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.skill-name{
    bottom: 60px;
    font-size: 11px;
    font-weight: 300;
    left: 0;
    position: absolute;
    width: 100%;text-transform: uppercase;
    color:#666;font-family: 'Roboto Slab', serif;
}
.chart .evszam{
    bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    left: 0;
    position: absolute;
    width: 100%;
    color:#606060;font-family: 'Roboto Slab', serif;
}

.patternselector .categories ul:before {
    background: url("../design/cat.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: -11px 0 0 -10px;
    padding: 5px 0 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}
.patternselector .categories ul {
    margin: 0 0 0 18px;
    position: relative;
}
.patternselector .categories ul ul {
    margin: 0 0 0 0px;padding-left:0px;list-style-type: none;
    position: relative;
}
/*.patternselector .categories ul li.active {
    background: ;
}*/
.patternselector {width:100%}
.patternselector .categories {float:left;width:20%}
.patternselector .onecat {}

.patternselector .onecat span {
    display: block;
    line-height: 13px;
    padding: 7px 0 5px;
    position: relative; vertical-align: middle;
}
.patternselector .onecat span:hover {background:#f5f5f5;border-radius: 5px}
.patternselector .onecat span.selected {
    background:#1682E2;border-radius: 5px;
}
.patternselector .onecat span.selected .onecat span:hover {
    background:#f5f5f5;
}
.patternselector .onecat a {color:#777;text-decoration: underline;padding:0px;margin:0px;vertical-align: middle;}
.patternselector .onecat span.selected a {color:#fff}
.patternselector .onecat span:after {
    background: url("../design/cat_h.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 1px;
    line-height: 1px;
    margin: -1px -5px 0;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 15px;
    z-index: 1;
}
.patternselector .onecat .onecat span.selected {background: #f5f5f5;color:#1682E2}
.patternselector .onecat .onecat span.selected a {color:#1682E2}
.patternselector ul li span a.divider, .patternselector ul li span a.null, .patternselector ul li span a.close,
.patternselector ul li span a.open {
    background: url("../design/glyphs.png") no-repeat scroll -312px -72px rgba(0, 0, 0, 0);
    display: inline-block;
    float: none;
    font-size: 12px;
    height: 16px;
    line-height: 13px;
    margin: 2px;
    opacity: 0.3;
    text-decoration: none;
    transform: scale(0.6);
    width: 16px;
}
.patternselector ul li span a.open {
    background-position: 0 -96px;
    transform: scale(0.9);
}
.patternselector ul li span a.close {
    background-position: -24px -96px;
    transform: scale(0.9);
}
.patternselector .categories .active {color:#b60000;}
.patternselector .patterns {float:left;width:74%}
.patternselector .title {font-weight: bold;}
.oneminta {float:left; position:relative; text-align:center;width:100px;height:123px;cursor:pointer;overflow:hidden;border:0px solid #ccc;margin:0px 10px 10px 0px;
    outline: solid 1px transparent;
    border: 1px solid #fff;
    -webkit-transition: border-color 0.1s ease-out, outline-color 0.1s ease-out;
    -moz-transition: border-color 0.1s ease-out, outline-color 0.1s ease-out;
    -o-transition: border-color 0.1s ease-out, outline-color 0.1s ease-out;
    transition: border-color 0.1s ease-out, outline-color 0.1s ease-out;
    -webkit-box-shadow: rgba(0, 0, 0, .13) 0px 1px 14px, rgba(0, 0, 0, .12) 0px 0px 0 1px;
    -moz-box-shadow: rgba(0, 0, 0, .13) 0px 1px 14px, rgba(0, 0, 0, .12) 0px 0px 0 1px;
    box-shadow: rgba(0, 0, 0, .13) 0px 1px 14px, rgba(0, 0, 0, .12) 0px 0px 0 1px;
    color:#424242;
    font-size: 10px;
}
.oneminta .name {height:14px;padding-top:2px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;border-top: 1px solid #eee;color:#000}
.oneminta .date {height:14px;overflow: hidden}
.oneminta .cell {display:table-cell;vertical-align:middle;width:100px;height:90px}
.oneminta:hover {}
.oneminta img {max-width:100px;max-height: 90px;
}
.fpd-img-loader {
    background: url(../design/loading80.gif) no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    display: block;
}
.fpd-img-loaders {opacity:0;background: url(../design/images/image-field-icon-w.png) no-repeat center center;
    background-color: rgba(195,216,45,0.5);
    position: absolute;z-index:100;
    top:0;left:0;width:100%;height:100%;}
.oneminta:hover .fpd-img-loaders {opacity:1}
.oneminta.active .fpd-img-loaders {opacity:1;background-image: url(../design/images/checkbox-active-16-light.png);}
.pagination span, .pagination a {text-decoration:none;float:left;margin-right:5px;font-size:16px;font-weight: 400;display:block;width:20px;height:20px;line-height: 20px;padding:0;text-align: center;border:1px solid #c3d82d}
.pagination span {color:#424242;border:1px solid #424242}

.aloha-image {font-size: 0;}
.image-block .halfcol {width:50%;overflow:hidden;display:inline-block;vertical-align: middle}
.image-block .halfcol .caption {width:100%;position:relative;text-align: left;padding:0 10% 10% 10%;text-transform: uppercase}
.image-block .halfcol .caption .line1 {display:block;position: relative;font-weight: bold;font-size:190px;line-height: 160px;padding:0;margin:0;letter-spacing: -0.07em}
.image-block .halfcol .caption .line2 {display:block;position: relative;font-weight: bold;font-size:24px;line-height: 24px;padding:0;margin:0;margin-left:8px}
.naviarr {position: relative}
.naviarr a {cursor:pointer;display:block;position: absolute;bottom:-24px;left:50%;width:48px;height:48px;margin-left:-24px;z-index:1900;background: url(../design/arrow--down.png) no-repeat}


ul.whyus {list-style-type: none;padding:0;margin:0 70px}
ul.whyus li {float:left;width:32%;margin-right:2%;font-size: 0}
ul.whyus li:nth-child(3n) {margin-right: 0}
ul.whyus li:nth-child(3n+1) {clear: both}
ul.whyus li .num, ul.whyus li .details {display:inline-block;vertical-align: top;height:220px}
ul.whyus li .num {width:15%;background: #6dd9ce;color:#fff;font-size: 56px;line-height: 60px;}
ul.whyus li .details {width: 85%;background: #f5f5f5;color:#5e5e5e;font-size: 14px;line-height: normal}
ul.whyus li .num .inner {text-align: center;padding-top:10px}
ul.whyus li .details .inner {padding:30px;}
ul.whyus li .details .title {font-size: 30px;line-height: 32px;margin-bottom:10px;font-weight: bold;text-transform: uppercase;letter-spacing: -0.02em}
ul.whyus li .details .content {line-height: 24px}

ul.whyus li:nth-child(3n+1) .num {background: #12ce78}
ul.whyus li:nth-child(3n+1) .details .title {color:#12ce78}
ul.whyus li:nth-child(3n+2) .num {background: #ffd500}
ul.whyus li:nth-child(3n+2) .details .title {color:#ffd500}
ul.whyus li:nth-child(3n+3) .num {background: #6dd9ce}
ul.whyus li:nth-child(3n+3) .details .title {color:#6dd9ce}
