@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin-ext');
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}
html.js input.form-autocomplete {
    background-image: url(/misc/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}
html.js input.throbbing {
    background-image: url(/misc/throbber-active.gif);
    background-position: 100% center;
}
html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}
fieldset.collapsible {
    position: relative;
}
fieldset.collapsible .fieldset-legend {
    display: block;
}
.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.resizable-textarea .grippie {
    background: #eee url(/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}
body.drag {
    cursor: move;
}
.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}
a.tabledrag-handle:hover {
    text-decoration: none;
}
a.tabledrag-handle .handle {
    background: url(/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}
a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}
div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}
div.tree-child {
    background: url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
    background: url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
    background: url(/misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
    text-align: right;
}
table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}
.progress .bar {
    background-color: #fff;
    border: 1px solid;
}
.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}
.progress .percentage {
    float: right;
}
.ajax-progress {
    display: inline-block;
}
.ajax-progress .throbber {
    background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}
.ajax-progress .message {
    padding-left: 20px;
}
tr .ajax-progress .throbber {
    margin: 0 2px;
}
.ajax-progress-bar {
    width: 16em;
}
.container-inline div,
.container-inline label {
    display: inline;
}
.container-inline .fieldset-wrapper {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
html.js .js-hide {
    display: none;
}
.element-hidden {
    display: none;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
*:first-child + html .clearfix {
    min-height: 1%;
}
ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}
ul.menu li {
    margin: 0 0 0 0.5em;
}
ul li.expanded {
    list-style-image: url(/misc/menu-expanded.png);
    list-style-type: circle;
}
ul li.collapsed {
    list-style-image: url(/misc/menu-collapsed.png);
    list-style-type: disc;
}
ul li.leaf {
    list-style-image: url(/misc/menu-leaf.png);
    list-style-type: square;
}
li.expanded,
li.collapsed,
li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li a.active {
    color: #000;
}
td.menu-disabled {
    background: #ccc;
}
ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}
ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}
.breadcrumb {
    padding-bottom: 0.5em;
}
ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
ul.primary li {
    display: inline;
}
ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}
ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}
ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em;
}
ul.secondary a {
    padding: 0;
    text-decoration: none;
}
ul.secondary a.active {
    border-bottom: 4px solid #999;
}
div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}
div.status {
    background-image: url(/misc/message-24-ok.png);
    border-color: #be7;
}
div.status,
.ok {
    color: #234600;
}
div.status,
table tr.ok {
    background-color: #f8fff0;
}
div.warning {
    background-image: url(/misc/message-24-warning.png);
    border-color: #ed5;
}
div.warning,
.warning {
    color: #840;
}
div.warning,
table tr.warning {
    background-color: #fffce5;
}
div.error {
    background-image: url(/misc/message-24-error.png);
    border-color: #ed541d;
}
div.error,
.error {
    color: #8c2e0b;
}
div.error,
table tr.error {
    background-color: #fef5f1;
}
div.error p.error {
    color: #333;
}
div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}
div.messages ul li {
    list-style-image: none;
}
fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}
form {
    margin: 0;
    padding: 0;
}
hr {
    border: 1px solid gray;
    height: 1px;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
}
th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}
tbody {
    border-top: 1px solid #ccc;
}
tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}
th.active img {
    display: inline;
}
td.active {
    background-color: #ddd;
}
.item-list .title {
    font-weight: bold;
}
.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}
.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}
.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
.form-item .description {
    font-size: 0.85em;
}
label {
    display: block;
    font-weight: bold;
}
label.option {
    display: inline;
    font-weight: normal;
}
.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
    vertical-align: middle;
}
.marker,
.form-required {
    color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}
.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.more-link {
    text-align: right;
}
.more-help-link {
    text-align: right;
}
.more-help-link a {
    background: url(/misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}
.pager-current {
    font-weight: bold;
}
#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}
html.js fieldset.collapsible .fieldset-legend {
    background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px;
}
html.js fieldset.collapsed .fieldset-legend {
    background-image: url(/misc/menu-collapsed.png);
    background-position: 5px 50%;
}
.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}
tr.drag {
    background-color: #fffff0;
}
tr.drag-previous {
    background-color: #ffd;
}
.tabledrag-toggle-weight {
    font-size: 0.9em;
}
body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}
tr.selected td {
    background: #ffc;
}
td.checkbox,
th.checkbox {
    text-align: center;
}
.progress {
    font-weight: bold;
}
.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.progress .filled {
    background: #0072b9 url(/misc/progress.gif);
}
/* CSS2 */
.container-inline-date {
    clear: both;
}
.container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0;
}
.container-inline-date > .form-item {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: top;
}
fieldset.date-combo .container-inline-date > .form-item {
    margin-bottom: 10px;
}
.container-inline-date .form-item .form-item {
    float: left;
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
    width: auto;
}
.container-inline-date .description {
    clear: both;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
    margin-right: 5px;
}
.container-inline-date .date-spacer {
    margin-left: -5px;
}
.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0;
}
.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto;
}
.container-inline-date .date-padding {
    float: left;
}
fieldset.date-combo .container-inline-date .date-padding {
    padding: 10px;
}
.views-exposed-form .container-inline-date .date-padding {
    padding: 0;
}
#calendar_div,
#calendar_div td,
#calendar_div th {
    margin: 0;
    padding: 0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px;
}
.calendar td {
    padding: 0;
}
span.date-display-single {}span.date-display-start {}span.date-display-end {}.date-prefix-inline {
    display: inline-block;
}
.date-clear {
    clear: both;
    display: block;
    float: none;
}
.date-no-float {
    clear: both;
    float: none;
    width: 98%;
}
.date-float {
    clear: none;
    float: left;
    width: auto;
}
.date-float .form-type-checkbox {
    padding-right: 1em;
}
.form-type-date-select .form-type-select[class*=hour] {
    margin-left: .75em;
}
.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em;
}
.date-container .date-format-name {
    float: left;
}
.date-container .date-format-type {
    float: left;
    padding-left: 10px;
}
.date-container .select-container {
    clear: left;
    float: left;
}
div.date-calendar-day {
    background: #F3F3F3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px;
}
div.date-calendar-day span {
    display: block;
    text-align: center;
}
div.date-calendar-day span.month {
    background-color: #B5BEBE;
    color: white;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase;
}
div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: bold;
}
div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px;
}
.date-form-element-content-multiline {
    padding: 10px;
    border: 1px solid #CCC;
}
.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em;
}
#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em;
}
.date-year-range-select {
    margin-right: 1em;
}
#ui-datepicker-div {
    font-size: 100%;
    font-family: 'Ubuntu Condensed', sans-serif;
    background: #eee;
    border-right: 2px #666 solid;
    border-bottom: 2px #666 solid;
    z-index: 9999;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.field .field-label {
    font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left;
}
form .field-multiple-table {
    margin: 0;
}
form .field-multiple-table th.field-label {
    padding-left: 0;
}
form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}
form .field-add-more-submit {
    margin: .5em 0 0;
}
.node-unpublished {
    background-color: #fff4f4;
}
.preview .node {
    background-color: #ffffea;
}
td.revision-current {
    background: #ffc;
}
#permissions td.module {
    font-weight: bold;
}
#permissions td.permission {
    padding-left: 1.5em;
}
#permissions tr.odd .form-item,
#permissions tr.even .form-item {
    white-space: normal;
}
#user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
}
#user-admin-roles td.edit-name {
    clear: both;
}
#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em;
}
.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}
.password-strength-title {
    display: inline;
}
.password-strength-text {
    float: right;
    font-weight: bold;
}
.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}
.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
}
input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}
div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}
div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
    margin-bottom: 0;
}
.confirm-parent,
.password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}
.profile {
    clear: both;
    margin: 1em 0;
}
.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0;
}
.profile h3 {
    border-bottom: 1px solid #ccc;
}
.profile dl {
    margin: 0 0 1.5em 0;
}
.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}
.profile dd {
    margin: 0 0 1em 0;
}
.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}
.views-exposed-form label {
    font-weight: bold;
}
.views-exposed-widgets {
    margin-bottom: .5em;
}
.views-align-left {
    text-align: left;
}
.views-align-right {
    text-align: right;
}
.views-align-center {
    text-align: center;
}
.views-view-grid tbody {
    border-top: none;
}
.view .progress-disabled {
    float: none;
}
/* CSS3 */

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}
.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
    display: none;
}
.flexslider:hover .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a {
    display: block;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
@font-face {
    font-family: 'flexslider-icon';
    src: url(/sites/all/libraries/flexslider/fonts/flexslider-icon.eot);
    src: url(/sites/all/libraries/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/sites/all/libraries/flexslider/fonts/flexslider-icon.woff) format('woff'), url(/sites/all/libraries/flexslider/fonts/flexslider-icon.ttf) format('truetype'), url(/sites/all/libraries/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: normal;
    font-style: normal;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: calc(100% - 6px);
    display: block;
	border:3px solid #111;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* CSS4 */

html,
body,
div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Ubuntu Condensed', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: bold;
}
a,
p,
ul,
ol,
li,
img,
span,
strong,
em {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}
applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
caption,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}
canvas,
details,
embed,
figcaption,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
b,
strong {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-17,
.grid-18,
.grid-19,
.grid-20,
.grid-21,
.grid-22,
.grid-23,
.grid-24 {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.container-12 .block .omega-grid,
.container-16 .block .omega-grid,
.container-24 .block .omega-grid {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
.clearfix:after {
    font-size: 0;
}
#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    outline: 0;
}
.inline li,
.tabs li,
.breadcrumb li {
    list-style: none;
    display: inline;
    margin-right: 0.5em;
}
.item-list li {
    list-style: none;
}
.pager li {
    display: inline;
    margin-right: 0.25em;
}
img {
    vertical-align: bottom;
}
.field-label-inline .field-label,
.field-label-inline .field-items,
.field-label-inline .field-item {
    display: inline;
}
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="search"]::-webkit-search-decoration {
    display: none;
}
input,
button,
select,
textarea {
    margin: 0;
    vertical-align: middle;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-radius: 11px;
    background: #ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0px;
}
button {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    outline: 0;
    padding: 2px 3px;
    font-size: 13px;
    font-family: 'Ubuntu Condensed', sans-serif;
    height: 1.8em;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
}
input.placeholder_text,
textarea.placeholder_text,
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888;
}
::-webkit-input-placeholder {
    color: #888;
}
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    -moz-box-shadow: #06f 0 0 7px;
    -webkit-box-shadow: #06f 0 0 7px;
    box-shadow: #06f 0 0 7px;
    z-index: 1;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
    background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888;
    cursor: default;
}
textarea,
select[size],
select[multiple] {
    height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
    select {
        background-image: url(/sites/all/themes/omega/omega/images/select-arrow.gif);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }
    select[size],
    select[multiple] {
        background-image: none;
        padding: 0;
    }
}
textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}
optgroup {
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.ie6-button,
* html button {
    background: #ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    padding: 2px 10px 0px;
    overflow: visible;
    width: auto;
}
* html button {
    padding-top: 1px;
    padding-bottom: 1px;
}
.ie6-input,
* html textarea,
* html select {
    background: #fff;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    color: #000;
    padding: 2px 3px 1px;
    font-size: 13px;
    font-family: 'Ubuntu Condensed', sans-serif;
    vertical-align: top;
}
* html select {
    margin-top: 1px;
}
.placeholder_text,
.ie6-input-disabled,
.ie6-button-disabled {
    color: #888;
}
.ie6-input-disabled {
    background: #eee;
}
body {
    font: 13px/1.5 Verdana, Helvetica, Arial, sans-serif;
}
a:link,
a:visited {
    color: #0062A0;
    text-decoration: underline;
}
a:hover {
    color: #202124;
    text-decoration: none;
}
a:active {
    color: #202124;
    text-decoration: none;
    color: #000;
}
hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #5294c1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.05em;
    font-family: 'Ubuntu Condensed', sans-serif;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h1.site-name,
h2.site-name {
    font-size: 36px;
}
h2.block-title {
    font-size: 18px;
    margin: 0;
}
h2.node-title {
    font-size: 28px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
ul ul,
ol ol {
    padding-top: 0.5em;
}
.node ol,
.node ul {
    padding-left: 1.2em;
}
.node ul.inline,
.node ol.inline {
    padding-left: 0;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 20px;
}
dt,
.admin h3 {
    font-size: 18px;
    margin: 0;
}
dd {
    padding-left: 10px;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 20px;
}
.logo-img {
    float: left;
    margin-right: 20px;
}
.site-name-slogan {
    float: left;
}
.site-name {
    margin-top: 20px;
}
.site-name a {
    text-decoration: none;
}
.site-name,
.site-slogan {
    margin-bottom: 0;
    line-height: 1em;
}
.site-slogan {
    font-weight: normal;
}
.menu {
    margin: 0;
    padding: 0;
}
.menu li {
    list-style: none;
}
.form-actions input {
    margin-right: 0.5em;
}
.form-actions input:hover {
    background: #FFFFFF;
}
label {
    font-weight: bold;
}
.item-list .pager {
    padding: 0;
    margin: 0;
}
.item-list .pager li,
.item-list .pager ul li {
    margin: 0;
    padding: 0;
    float: left;
}
.item-list .pager {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: left;
}
.pager li a {
    display: inline-block;
}
.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
    padding: 4px 8px;
    text-decoration: none;
}
.pager li.pager-current {
    padding: 4px 8px;
    font-weight: bold;
}
.pager li.pager-first a,
.pager li.pager-previous a,
.pager li.pager-next a,
.pager li.pager-last a {
    width: 50px;
    text-align: center;
    padding: 4px 0;
}
.pager li.pager-next {
    position: absolute;
    top: 0;
    right: 50px;
}
.pager li.pager-last,
.pager li.pager-next.last {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 0;
}
.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
    color: #1a1a1a;
}
.pager li {
    border-right: 1px solid;
    border-color: #ddd #bbb #999;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    outline: 0;
}
.pager li.pager-current {
    background: #ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1a1a), color-stop(1, #5a5a5a));
    background: -moz-linear-gradient(top center, #1a1a1a 0%, #5a5a5a 100%);
    color: #FFF;
    outline: 0;
}
.pager li.pager-next {
    border-left: 1px solid;
    border-color: #ddd #bbb #999;
}
.pager li a {
    background: #ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    cursor: pointer;
}
.pager li a:hover {
    background: #FFF;
    color: #454545;
}
.pager {
    background: #ebebeb;
    border: 1px solid;
    border-color: #ddd #bbb #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pager li.first,
.pager li.first a,
.pager li.first a:hover {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
.pager li.pager-last,
.pager li.pager-last a,
.pager li.pager-last a:hover {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}
table {
    border: 1px solid #CCC;
    width: 100%;
}
thead th,
th {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    color: #333;
}
td,
th {
    padding: 4px 8px;
    vertical-align: middle;
}
th a,
th a:link,
th a:visited {
    text-decoration: none;
}
th a {
    display: block;
}
th a img {
    margin: 0 0 0 5px;
}
th.active {
    background: #DDD;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
tr.even td {
    background: #F1F5FA;
}
tr.odd td {
    background: #fff;
}
td.active {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
tr.even td.active {
    background: #e5e9ed;
}
tr.odd td.active {
    background: #f2f2f2;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
    background: #FFFEEE;
}
td ul.links {
    margin-bottom: 0;
}
.node-links ul li a,
.comment-links ul li a {
    text-transform: lowercase;
    display: block;
    float: left;
    text-decoration: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    margin: 0 0.5em 0.5em 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: #ddd url(/sites/all/themes/omega/omega/images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 4px 10px 3px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    *padding-top: 2px;
    *padding-bottom: 0px;
}
.node-links ul li a:hover,
.comment-links ul li a:hover {
    background: #FFF;
}
.tips,
.description {
    font-size: 10px;
    color: #6a6a6a;
}
::-moz-selection {
    color: #fff;
    background: #35273D;
}
::selection {
    color: #fff;
    background: #35273D;
}
* {
    -webkit-text-size-adjust: none;
    font-size-adjust: none;
}
body {
    background: url(../images/Logo_Leda_3_white.png) top center no-repeat #111;
    font: 20px/1.6 "Dosis", sans-serif;
    color: #1F1C24;
    font-weight: 300;
    padding-top: 0 !important;
}
@media (min-width: 1600px) {
    body {
        font-size: 21px;
    }
}
@media (max-width: 1200px) {
    body {
        font-size: 18px;
    }
}
@media (max-width: 740px) {
    body {
        font-size: 13px;
			background-size: 90% auto;
    }
}
#page {
    background: #fff;
}
a {
    color: #132730;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:active {
    color: #1F1C24;
}
a:link,
a:visited {
    text-decoration: none;
    color: #0062A0;
}
a:link:hover,
a:visited:hover {
    color: #0062A0;
}
a.button {
    display: inline-block;
    min-width: 150px;
    padding: 5px 20px;
    background: #dd175f;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
@media (max-width: 980px) {
    a.button {
        padding: 10px 20px;
    }
}
@media (max-width: 740px) {
    a.button {
        width: 100%;
        box-sizing: border-box;
    }
}
a.button:hover {
    background: #132730;
    color: #fff;
}
a.button_small {
    font-size: 0.9em;
}
span.button {
    display: block;
    text-align: center;
}
span.button a {
    display: inline-block;
    min-width: 150px;
    padding: 5px 20px;
    background: #dd175f;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
}
@media (max-width: 980px) {
    span.button a {
        padding: 10px 20px;
    }
}
@media (max-width: 740px) {
    span.button a {
        width: 100%;
        box-sizing: border-box;
    }
}
span.button a:hover {
    background: #132730;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    color: #132730;
}
h1 {
    font-size: 2.4em;
}
@media (max-width: 740px) {
    h1 {
        margin-bottom: 10px;
    }
}
h2 {
    font-size: 1.6em;
}
@media (max-width: 740px) {
    h2 {
        margin-bottom: 10px;
    }
}
h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}
h4 {
    font-size: 1.1em;
    margin-bottom: 5px;
}
ul {
    list-style: inside none disc;
}
li {
    list-style-position: inside;
}
ul ul,
ol ol {
    padding-top: 0;
}
.node ol,
.node ul {
    padding-left: 0;
}
.ajax-progress {
    position: absolute;
}
.ajax-progress .throbber {
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(/sites/all/themes/aqualung/img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ajax-progress .message {
    display: none;
    padding-left: 0;
}
@media (max-width: 740px) {
    .no-margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.logo-img {
    margin: 0;
    line-height: 80px;
}
.logo-img img {
    width: auto;
    height: auto;
    vertical-align: middle;
	max-height:80px;
}
@media (max-width: 740px) {
    .logo-img {
        line-height: 60px;
    }
	.logo-img img {
		width: auto;
		height: auto;
		vertical-align: middle;
		max-height:40px;
	}
}
.front h1#page-title,
.front #block-system-main {
    text-align: center;
}
.admin-message {
    text-align: center;
}
.admin-message img {
    width: 100%;
    height: auto;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    height: auto;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(46, 43, 55, 0.5);
    border-radius: 2px;
    box-shadow: none;
    color: #2E2B37;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 1em;
    -webkit-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;
}
@media (max-width: 980px) {
    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"] {
        font-size: 14px;
    }
}
@media (max-width: 740px) {
    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"] {
        max-width: 230px;
    }
}
.form-item .description {
    font-size: 0.85em;
    margin-top: 10px;
}
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    box-shadow: none;
    border-color: #132730;
    z-index: 1;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    padding: 10px 20px;
    background: none transparent;
    border: none;
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    max-width: 100%;
    background: #35273D;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 1em;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.form-actions input:hover,
input.form-submit:hover {
    background: none repeat scroll 0 0 #132730;
    border: none;
    color: #fff;
}
.alpha-resize-indicator {
    display: none;
}
#zone-content-wrapper {
    padding: 60px 0 80px;
}
@media (max-width: 980px) {
    #zone-content-wrapper {
        padding: 40px 0 60px;
    }
}
@media (max-width: 740px) {
    #zone-content-wrapper {
        padding: 30px 0;
    }
}
#zone-footer-wrapper {
    padding: 40px 0;
}
@media (max-width: 740px) {
    #zone-footer-wrapper {
        padding: 20px;
    }
}
.front #zone-postscript-second {
    padding: 80px 0;
}
@media (max-width: 980px) {
    .front #zone-postscript-second {
        padding: 60px 0;
    }
}
@media (max-width: 740px) {
    .front #zone-postscript-second {
        padding: 40px 0;
    }
}
#sliding-popup.sliding-popup-bottom {
    background: rgba(53, 39, 61, 0.8);
}
#sliding-popup .popup-content #popup-buttons button {
    background: #35273D;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 1em;
    font-weight: 900;
    margin: 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
}
#sliding-popup .popup-content #popup-buttons button:hover {
    background: #132730;
    color: #fff;
}
#sliding-popup .popup-content #popup-text {
    margin: 15px 0;
}
#page {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.body-loaded #page{
    opacity: 1;
    visibility: visible;
}
.body-out #page {
    opacity: 0;
    visibility: visible;
}
.loader {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #dd175f;
    z-index: 999;
}
.loader_top {
    top: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
.loader_top:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1F1C24;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.loader_bottom {
    bottom: 0;
    height: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.loader_bottom:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #1F1C24;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
.loader_bottom span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.loader span {
    height: 100px;
    width: 100px;
    display: block;
    background: url(/sites/all/themes/aqualung/img/loader.svg) no-repeat center center;
    background-size: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 90;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    -webkit-animation: load 2s infinite;
    animation: load 2s infinite;
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.body-loaded .loader_top {
    height: 0;
}
.body-loaded .loader_top:after {
    height: 0;
}
.body-loaded .loader_top span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.body-out .loader_bottom {
    height: 100%;
}
.body-out .loader_bottom:after {
    height: 100%;
}
.body-out .loader_bottom span {
    opacity: 1;
    visibility: visible;
}
.toggleToolbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: url(/sites/all/themes/aqualung/img/admin.png) no-repeat center center #132730;
    background-size: 90%;
    cursor: pointer;
    z-index: 100;
}
.toggleToolbar:hover {
    background-color: #2E2B37;
}
@media (max-width: 980px) {
    .toggleToolbar {
        width: 35px;
        height: 35px;
    }
}
div#toolbar {
    background: rgba(53, 39, 61, 0.8);
    box-shadow: none;
    color: #fff;
    font: 16px "Dosis", sans-serif;
    font-weight: 700;
    left: 0;
    margin: 0 65px 0 0;
    padding: 0;
}
@media (max-width: 980px) {
    div#toolbar {
        margin-right: 35px;
    }
}
div#toolbar div.toolbar-menu {
    background: #35273D;
    padding: 5px 10px;
}
div#toolbar div.toolbar-menu ul li a {
    border-radius: 0;
}
div#toolbar div.toolbar-menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
div#toolbar a.toggle {
    display: none;
}
div#toolbar div.toolbar-shortcuts ul li a {
    border-radius: 0;
}
div#toolbar div.toolbar-shortcuts ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
div#toolbar #toolbar-home li a {
    background: none;
}
#zone-menu-wrapper.toolbar_open {
    padding-top: 65px;
}
.flexslider {
    background: #1F1C24;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.flexslider img {
    width: 100%;
    height: auto;
}
.flex-control-nav {
    bottom: 0px;
    padding: 0;
    margin: 0px;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 99;
}
.flex-control-paging li a {
    background-color: #fff;
    border: medium none;
    box-shadow: none;
    height: 8px;
    width: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	color:rgba(255,255,255,0);
}
.flex-control-paging li a.flex-active {
    background: #132730 none repeat scroll 0 0;
    cursor: default;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.flex-direction-nav a::before {
    content: none;
}
.flex-direction-nav a.flex-next::before {
    content: none;
}
.flex-direction-nav a {
    background-image: url(/sites/all/themes/aqualung/img/arrows.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 150px;
    margin: -75px 0 0;
    text-indent: 9999px;
    text-shadow: none;
    width: 100px;
}
@media (max-width: 740px) {
    .flex-direction-nav a {
        width: 20px;
        height: 30px;
        margin: 0;
        top: 0;
    }
}
.flex-direction-nav a.flex-next {
    background-position: right center;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
    display: block;
}
#zone-branding-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	background-color:#111;
}
ul.main-menu {
    margin: 0;
    float: right;
}
@media (max-width: 740px) {
    ul.main-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #35273D;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    ul.main-menu.is-active {
        opacity: 1;
        visibility: visible;
    }
    ul.main-menu.is-active li {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }
}
ul.main-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
@media (max-width: 740px) {
    ul.main-menu li {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
ul.main-menu li a {
    display: block;
    line-height: 80px;
    text-transform: lowercase;
    color: #fff;
    padding: 0 20px;
    position: relative;
}
@media (max-width: 740px) {
    ul.main-menu li a {
        line-height: 15vh;
        font-size: 5vh;
    }
    ul.main-menu li a:after,
    ul.main-menu li a:hover:after,
    ul.main-menu li a.active:after {
        display: none;
    }
    ul.main-menu li a.active {
        border-bottom: 3px solid #fff;
    }
}
ul.main-menu li a:after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
ul.main-menu li a:hover {
    color: #fff;
}
ul.main-menu li a:hover:after {
    height: 5px;
}
ul.main-menu li a.active:after {
    height: 3px;
}
.toggle-menu {
    padding: 5px;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    height: 40px;
    background: rgba(31, 28, 36, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
@media (max-width: 740px) {
    .toggle-menu {
        display: block;
    }
}
.toggle-menu .content {
    height: 40px;
    position: relative;
}
.toggle-menu__line {
    height: 3px;
    display: block;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.toggle-menu__line_one {
    top: 10px;
    width: 75%;
}
.toggle-menu__line_two {
    top: 50%;
    margin-top: -1.5px;
    width: 100%;
}
.toggle-menu__line_three {
    top: 28px;
    width: 90%;
}
.toggle-menu__circle circle {
    fill: transparent;
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px;
    -webkit-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}
.toggle-menu.is-active {
    background: rgba(31, 28, 36, 0);
}
.toggle-menu.is-active .toggle-menu__line {
    width: 100%;
}
.toggle-menu.is-active .toggle-menu__line_one {
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.toggle-menu.is-active .toggle-menu__line_three {
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.toggle-menu.is-active .toggle-menu__line_two {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.toggle-menu.is-active .toggle-menu__circle circle {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0;
}
#zone-footer-wrapper {
    background: #111111;
    background-size: 100%;
}
@media (max-width: 740px) {
    #zone-footer-wrapper {
        background-size: auto 100%;
    }
}
.footer {
    font-size: 0.8em;
    color: #fff;
}
@media (max-width: 740px) {
    .footer__social {
        text-align: center;
    }
}
.footer__social a {
    display: inline-block;
    width: 50px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.footer__social a:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.footer__partners {
    text-align: right;
}
@media (max-width: 740px) {
    .footer__partners {
        margin-top: 20px;
        text-align: center;
    }
}
.footer__partners a {
    display: inline-block;
    width: 150px;
}
.footer__partners img {
    width: 100%;
    height: auto;
}
.footer__credits {
    text-align: center;
}
@media (max-width: 980px) {
    .footer__credits span {
        display: block;
    }
}
.footer__credits p {
    margin: 0;
    line-height: 100px;
}
@media (max-width: 980px) {
    .footer__credits p {
        line-height: 50px;
    }
}
@media (max-width: 740px) {
    .footer__credits p {
        line-height: normal;
    }
}
.footer__credits a:hover {
    color: #dadada;
}
.footer__social_fb {
    background-image: url(../images/facebook.png);
}
.footer__social_mail {
    background-image: url(../images/email.png);
}
.titolo-pagina {
    padding-top: 20vh;
    background: #dd175f;
    background-size: 100%;
}
@media (max-width: 980px) {
    .titolo-pagina {
        padding-top: 10vh;
    }
}
@media (max-width: 740px) {
    .titolo-pagina {
        padding: 70px 0 10px;
    }
}
.titolo-pagina h1 {
    color: #fff;
    margin: 0;
    font-size: 3em;
}
@media (max-width: 980px) {
    .titolo-pagina h1 {
        font-size: 2.4em;
    }
}
@media (max-width: 740px) {
    .titolo-pagina h1 {
        font-size: 2em;
        margin: 0 10px;
    }
}
.stagione, .banner {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.banner {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    background-color: #000;
	border:2px solid #111;
}
.stagione img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: auto;
    opacity: 0.8;
}
.stagione:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}
.banner img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: auto;
    opacity: 1;
}
.banner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}
.stagione__titolo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 90;
    margin-left: -35%;
    margin-top: -35px;
    width: 70%;
    height: 70px;
    box-sizing: border-box;
}
@media (max-width: 740px) {
    .stagione__titolo {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 90;
        margin-left: -35%;
        margin-top: -25px;
        width: 70%;
        height: 50px;
        box-sizing: border-box;
    }
}
.stagione__titolo h2 {
    line-height: 70px;
    font-size: 2.4em;
    font-weight: 200;
    margin: 0;
    text-align: center;
}
@media (max-width: 740px) {
    .stagione__titolo h2 {
        font-size: 2em;
        line-height: 50px;
    }
}
.stagione__titolo h2 a {
    color: #fff;
    display: block;
}
.stagione__titolo h2 a:after/*,
.stagione__titolo h2 a:before*/ {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
.stagione__titolo h2 a:after {
    bottom: 0;
    left: 40%;
}
/*.stagione__titolo h2 a:before {
    top: 0;
    right: 10%;
}*/
.stagione__titolo h2 a:hover {
    color: #fff;
}
.stagione:hover .stagione__titolo h2 a:after/*,
.stagione:hover .stagione__titolo h2 a:before*/ {
    width: 20%;
}
.capitolo-elenco {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.capitolo-elenco img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: auto;
    opacity: 0.8;
}
.capitolo-elenco:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}
.capitolo-elenco:nth-child(odd) {
    margin-right: 20px;
}
.capitolo-elenco__titolo {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
}
.capitolo-elenco__titolo h3 {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 300;
    margin: -0.8em 0 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
@media (max-width: 980px) {
    .capitolo-elenco__titolo h3 {
        font-size: 1em;
        line-height: auto;
        margin: 0;
        width: auto;
    }
}
@media (max-width: 740px) {
    .capitolo-elenco__titolo h3 {
        font-size: 1.2em;
    }
}
.capitolo-elenco__titolo h3.first {
    top: 50%;
}
@media (max-width: 980px) {
    .capitolo-elenco__titolo h3.first {
        top: 0;
        left: 10px;
    }
}
.capitolo-elenco__titolo h3.second {
    top: 150%;
}
@media (max-width: 980px) {
    .capitolo-elenco__titolo h3.second {
        top: auto;
        right: 10px;
        bottom: 0;
        font-weight: 600;
    }
}
.capitolo-elenco:hover .capitolo-elenco__titolo h3.first {
    top: -150%;
}
@media (max-width: 980px) {
    .capitolo-elenco:hover .capitolo-elenco__titolo h3.first {
        top: 0;
    }
}
.capitolo-elenco:hover .capitolo-elenco__titolo h3.second {
    top: 50%;
}
@media (max-width: 980px) {
    .capitolo-elenco:hover .capitolo-elenco__titolo h3.second {
        top: auto;
    }
}
.serie {
    margin-bottom: 40px;
}
.serie h2 {
    border-bottom: 2px solid #dadada;
}
.node-type-capitolo .field-name-field-immagine-capitolo img, .node-capitolo .field-name-field-immagine-capitolo img {
    width: 100%;
    height: auto;
	margin-bottom:40px;
}
.node-type-capitolo .zone-branding-wrapper.scrolling {
    opacity: 0.3;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.node-type-capitolo .zone-branding-wrapper.scrolling:hover {
    opacity: 1;
}
.capitolo-tools {
    text-align: center;
}
.capitolo-tools > div {
    display: inline-block;
    margin: 0 5%;
}
.capitolo-tools__nav a,
.capitolo-tools__stagione a {
    display: block;
    line-height: 30px;
    position: relative;
}
.capitolo-tools__nav a:after,
.capitolo-tools__stagione a:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.capitolo-tools__stagione a {
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom:10px;
}
.personaggio {
    margin-bottom: 30px;
}
.personaggio__img {
    width: 30%;
}
@media (max-width: 740px) {
    .personaggio__img {
        width: 70%;
        display: block;
    }
}
.personaggio__img img {
    width: 100%;
    height: auto;
	border:3px solid #111;
}
.personaggio__text {
    width: 65%;
    padding-top: 80px;
}
@media (max-width: 980px) {
    .personaggio__text {
        padding: 0;
    }
}
@media (max-width: 740px) {
    .personaggio__text {
        width: auto;
    }
}
.personaggio__text h3 {
    border-bottom: 2px solid #dadada;
}
@media (max-width: 740px) {
    .personaggio__text h3 {
        font-size: 1.8em;
        text-align: center;
    }
}
.personaggio:nth-child(odd) .personaggio__img {
    float: left;
    margin-right: 5%;
}
@media (max-width: 740px) {
    .personaggio:nth-child(odd) .personaggio__img {
        margin: auto;
        float: none;
    }
}
.personaggio:nth-child(odd) .personaggio__text {
    float: right;
}
@media (max-width: 740px) {
    .personaggio:nth-child(odd) .personaggio__text {
        float: none;
    }
}
.personaggio:nth-child(even) .personaggio__img {
    float: right;
    margin-left: 5%;
}
@media (max-width: 740px) {
    .personaggio:nth-child(even) .personaggio__img {
        margin: auto;
        float: none;
    }
}
.personaggio:nth-child(even) .personaggio__text {
    float: left;
}
@media (max-width: 740px) {
    .personaggio:nth-child(even) .personaggio__text {
        float: none;
    }
}
.about__occhio {
    text-align: center;
    margin: 30px 0;
}
.about__occhio img {
    width: 100px;
    height: auto;
}
.about__img img {
    width: 100%;
    height: auto;
}
.prodotto {
    margin: 40px 0;
}
.prodotto__img {
    position: relative;
}
@media (max-width: 740px) {
    .prodotto__img {
        margin: auto !important;
        width: 60%;
    }
}
.prodotto__img img {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 0 rgba(31, 28, 36, 0.2);
    border-top: 1px solid rgba(31, 28, 36, 0.2);
    border-left: 1px solid rgba(31, 28, 36, 0.2);
}
.prodotto__text {
    padding-left: 20px;
    box-sizing: border-box;
}
@media (max-width: 740px) {
    .prodotto__text {
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
}
.capitolo-home {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 100% auto;
    color: #fff;
    -webkit-transition: background-size 0.5s ease 0s;
    transition: background-size 0.5s ease 0s;
}
@media (max-width: 740px) {
    .capitolo-home {
        /*background-size: cover;*/
    }
}
.capitolo-home:hover {
    background-size: 100% auto;
}
@media (max-width: 740px) {
    .capitolo-home:hover {
        background-size: cover;
    }
}
.capitolo-home__intro h2 {
    color: #111;
    font-size: 2.4em;
    font-weight: 200;
    margin: 0;
}
.capitolo-home .container-12 {
    position: relative;
    height: 400px;
}
@media (max-width: 980px) {
    .capitolo-home .container-12 {
        height: 300px;
    }
}
@media (max-width: 740px) {
    .capitolo-home .container-12 {
        height: 200px;
        margin: 0 10px;
    }
}
.capitolo-home__dettagli {
    position: absolute;
    bottom: 0;
    left: 0;
}
.capitolo-home__data {
    font-size: 1.4em;
    font-style: italic;
}
.capitolo-home__titolo h3 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0;
    color: #111;
}
.slide-home__layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
@media (max-width: 415px) {
    .slide-home__layer {
        top: auto;
        bottom: 0;
    }
}
.slide-home__bg {
    position: relative;
    top: 0;
}
@media (max-width: 415px) {
    .slide-home__bg {
        height: 85vh;
    }
    .slide-home__bg img {
        height: 100%;
        width: auto;
    }
}
.slide-home__logo {
    position: relative;
}
.slide-home__logo__img {
    width: 40%;
    position: absolute;
    left: 0;
    top: 10vh;
}
@media (max-width: 980px) {
    .slide-home__logo__img {
        top: 5vh;
		width:30%;
    }
}
@media (max-width: 415px) {
    .slide-home__logo__img {
        top: 3vh;
    }
	.hidden-xs{
		display:none;
	}
		.slide-home__logo__img .button {
		position: static;
	}
}
.slide-home__logo__img img {
    width: 90%;
    height: auto;
}
@media (max-width: 1200px) {
    .slide-home__logo__img .button {
        font-size: 0.8em;
    }
}
@media (max-width: 980px) {
    .slide-home__logo__img .button {
        font-size: 0.7em;
        padding: 5px;
    }
}
@media (max-width: 740px) {
    .slide-home__logo__img .button {
        width: auto;
        font-size: 0.9em;
    }
}
.view-slideshow-home .flexslider {
    max-height: 100vh;
    overflow: hidden;
}
.view-slideshow-home .view-footer {
    height: 100vh;
    overflow: hidden;
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
}
@media (max-width: 980px) {
    .view-slideshow-home .view-footer {
        height: 430px;
    }
}
#block-views-copertine-home-block {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 2px solid rgba(31, 28, 36, 0.2);
}
@media (max-width: 740px) {
    #block-views-copertine-home-block {
        padding-top: 20px;
        margin-top: 20px;
    }
}
.copertina:first-child {
    margin-right: 20px;
}
@media (max-width: 980px) {
    .copertina.grid-6 {
        display: block;
        width: 80% !important;
        float: none;
        margin: 20px auto;
    }
}
@media (max-width: 980px) and (max-width: 740px) {
    .copertina.grid-6 {
        width: auto !important;
    }
}
@media (max-width: 980px) {
    .copertina.grid-6:after {
        content: ".";
        clear: both;
        display: block;
        opacity: 0;
        visibility: hidden;
    }
}
.copertina__overlay {
    float: left;
    width: 40%;
    margin-right: 30px;
    position: relative;
}
@media (max-width: 980px) {
    .copertina__overlay {
        width: 30%;
    }
}
.copertina__overlay img {
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 0 rgba(31, 28, 36, 0.2);
    border-top: 1px solid rgba(31, 28, 36, 0.2);
    border-left: 1px solid rgba(31, 28, 36, 0.2);
}
.copertina__overlay:hover .copertina__link {
    opacity: 1;
    visibility: visible;
}
.copertina__overlay:hover .copertina__link a {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.copertina__overlay:hover .copertina__link a:after,
.copertina__overlay:hover .copertina__link a:before {
    width: 80%;
}
.copertina__text {
    float: left;
    width: 50%;
	margin-right:20px;
}
.copertina__link {
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(31, 28, 36, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.copertina__link a {
    color: #fff;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.copertina__link a:after,
.copertina__link a:before {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
.copertina__link a:after {
    bottom: 0;
    left: 10%;
}
.copertina__link a:before {
    top: 0;
    right: 10%;
}
.copertina__link a:hover {
    color: #fff;
}
.front .view-copertine-home .flexslider {
    background: transparent;
}
.front .view-copertine-home .flexslider .flex-control-paging li a {
    background-color: #dadada;
}
.front .view-copertine-home .flexslider .flex-control-paging li a.flex-active {
    background-color: #132730;
}
@media (max-width: 980px) {
    .front .view-copertine-home .flexslider .flex-control-nav {
        display: none;
    }
}
@media (max-width: 980px) {
    .front .view-copertine-home .flexslider .flex-direction-nav a {
        height: 70px;
        margin-top: -35px;
        width: 60px;
        background-size: auto 100%;
        opacity: 1;
    }
}
@media (max-width: 740px) {
    .front .view-copertine-home .flexslider .flex-direction-nav a {
        margin-top: 40px;
    }
}
@media (max-width: 740px) {
    .news__img {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden;
        text-align: center;
    }
    .news__text {
        text-align: center;
    }
    .news__text a.button {
        width: 80%;
    }
}

/* PAGINA FUMETTO */
