.text-stroke,
.text-stroke--primary,
.text-stroke--secondary {
-webkit-text-stroke-width: var(
--wp--custom--typography--text-stroke-width,
2px
) !important;
}
.ext-absolute {
position: absolute !important;
}
.bring-to-front,
.ext .wp-block-image,
.ext-relative {
position: relative !important;
}
.ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-order-1 {
order: 1 !important;
}
.ext-order-2 {
order: 2 !important;
}
.ext-col-auto {
grid-column: auto !important;
}
.ext-col-span-1 {
grid-column: span 1 / span 1 !important;
}
.ext-col-span-2 {
grid-column: span 2 / span 2 !important;
}
.ext-col-span-3 {
grid-column: span 3 / span 3 !important;
}
.ext-col-span-4 {
grid-column: span 4 / span 4 !important;
}
.ext-col-span-5 {
grid-column: span 5 / span 5 !important;
}
.ext-col-span-6 {
grid-column: span 6 / span 6 !important;
}
.ext-col-span-7 {
grid-column: span 7 / span 7 !important;
}
.ext-col-span-8 {
grid-column: span 8 / span 8 !important;
}
.ext-col-span-9 {
grid-column: span 9 / span 9 !important;
}
.ext-col-span-10 {
grid-column: span 10 / span 10 !important;
}
.ext-col-span-11 {
grid-column: span 11 / span 11 !important;
}
.ext-col-span-12 {
grid-column: span 12 / span 12 !important;
}
.ext-col-span-full {
grid-column: 1 / -1 !important;
}
.ext-col-start-1 {
grid-column-start: 1 !important;
}
.ext-col-start-2 {
grid-column-start: 2 !important;
}
.ext-col-start-3 {
grid-column-start: 3 !important;
}
.ext-col-start-4 {
grid-column-start: 4 !important;
}
.ext-col-start-5 {
grid-column-start: 5 !important;
}
.ext-col-start-6 {
grid-column-start: 6 !important;
}
.ext-col-start-7 {
grid-column-start: 7 !important;
}
.ext-col-start-8 {
grid-column-start: 8 !important;
}
.ext-col-start-9 {
grid-column-start: 9 !important;
}
.ext-col-start-10 {
grid-column-start: 10 !important;
}
.ext-col-start-11 {
grid-column-start: 11 !important;
}
.ext-col-start-12 {
grid-column-start: 12 !important;
}
.ext-col-start-13 {
grid-column-start: 13 !important;
}
.ext-col-start-auto {
grid-column-start: auto !important;
}
.ext-col-end-1 {
grid-column-end: 1 !important;
}
.ext-col-end-2 {
grid-column-end: 2 !important;
}
.ext-col-end-3 {
grid-column-end: 3 !important;
}
.ext-col-end-4 {
grid-column-end: 4 !important;
}
.ext-col-end-5 {
grid-column-end: 5 !important;
}
.ext-col-end-6 {
grid-column-end: 6 !important;
}
.ext-col-end-7 {
grid-column-end: 7 !important;
}
.ext-col-end-8 {
grid-column-end: 8 !important;
}
.ext-col-end-9 {
grid-column-end: 9 !important;
}
.ext-col-end-10 {
grid-column-end: 10 !important;
}
.ext-col-end-11 {
grid-column-end: 11 !important;
}
.ext-col-end-12 {
grid-column-end: 12 !important;
}
.ext-col-end-13 {
grid-column-end: 13 !important;
}
.ext-col-end-auto {
grid-column-end: auto !important;
}
.ext-row-auto {
grid-row: auto !important;
}
.ext-row-span-1 {
grid-row: span 1 / span 1 !important;
}
.ext-row-span-2 {
grid-row: span 2 / span 2 !important;
}
.ext-row-span-3 {
grid-row: span 3 / span 3 !important;
}
.ext-row-span-4 {
grid-row: span 4 / span 4 !important;
}
.ext-row-span-5 {
grid-row: span 5 / span 5 !important;
}
.ext-row-span-6 {
grid-row: span 6 / span 6 !important;
}
.ext-row-span-full {
grid-row: 1 / -1 !important;
}
.ext-row-start-1 {
grid-row-start: 1 !important;
}
.ext-row-start-2 {
grid-row-start: 2 !important;
}
.ext-row-start-3 {
grid-row-start: 3 !important;
}
.ext-row-start-4 {
grid-row-start: 4 !important;
}
.ext-row-start-5 {
grid-row-start: 5 !important;
}
.ext-row-start-6 {
grid-row-start: 6 !important;
}
.ext-row-start-7 {
grid-row-start: 7 !important;
}
.ext-row-start-auto {
grid-row-start: auto !important;
}
.ext-row-end-1 {
grid-row-end: 1 !important;
}
.ext-row-end-2 {
grid-row-end: 2 !important;
}
.ext-row-end-3 {
grid-row-end: 3 !important;
}
.ext-row-end-4 {
grid-row-end: 4 !important;
}
.ext-row-end-5 {
grid-row-end: 5 !important;
}
.ext-row-end-6 {
grid-row-end: 6 !important;
}
.ext-row-end-7 {
grid-row-end: 7 !important;
}
.ext-row-end-auto {
grid-row-end: auto !important;
}
.ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.ext .alignwide,
.ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .wp-block-group > *,
.ext-my-0:not([style*="margin"]),
.wp-block-column.editor\:pointer-events-none {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.ext h2,
.ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext
.wp-block-columns
+ .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not(
[style*="margin"]
),
.ext-mt-0:not([style*="margin"]),
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-column:first-child > *,
[class*="fullwidth-cols"] .wp-block-column > :first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
margin-top: 0 !important;
}
.ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]),
.ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext .is-not-stacked-on-mobile .wp-block-column,
.ext-mb-0:not([style*="margin"]),
.ext.wp-block-group > :last-child,
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile
> .wp-block-column,
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-column > :last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
margin-bottom: 0 !important;
}
.ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.ext-mb-base:not([style*="margin"]),
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-ml-0:not([style*="margin"]),
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
margin-left: 0 !important;
}
.ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.editor\:no-resize .components-resizable-box__container,
.ext-block {
display: block !important;
}
.ext .wp-block-image img,
.ext-inline-block {
display: inline-block !important;
}
.ext-inline {
display: inline !important;
}
.ext-flex {
display: flex !important;
}
.ext-inline-flex {
display: inline-flex !important;
}
.ext .ext-grid > [class*="_inner-container"],
.ext-grid {
display: grid !important;
}
.ext-inline-grid {
display: inline-grid !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.block-library-spacer__resize-container::before,
.editor\:no-caption .block-editor-rich-text__editable,
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender,
.ext-hidden {
display: none !important;
}
.ext-w-auto {
width: auto !important;
}
.ext-w-full {
width: 100% !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"]
> *,
.ext-max-w-full {
max-width: 100% !important;
}
.ext-flex-1 {
flex: 1 1 0% !important;
}
.ext-flex-auto {
flex: 1 1 auto !important;
}
.ext-flex-initial {
flex: 0 1 auto !important;
}
.ext-flex-none {
flex: none !important;
}
.ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.ext-flex-shrink {
flex-shrink: 1 !important;
}
.ext-flex-grow-0 {
flex-grow: 0 !important;
}
.ext-flex-grow {
flex-grow: 1 !important;
}
.ext-list-none,
.is-style-inline-list li {
list-style-type: none !important;
}
.ext .ext-grid-cols-1 > [class*="_inner-container"],
.ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"],
.ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"],
.ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"],
.ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"],
.ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"],
.ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"],
.ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"],
.ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"],
.ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"],
.ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"],
.ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"],
.ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"],
.ext-grid-cols-none {
grid-template-columns: none !important;
}
.ext .ext-grid-rows-1 > [class*="_inner-container"],
.ext-grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"],
.ext-grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"],
.ext-grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"],
.ext-grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"],
.ext-grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"],
.ext-grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"],
.ext-grid-rows-none {
grid-template-rows: none !important;
}
.ext-flex-row {
flex-direction: row !important;
}
.ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.ext-flex-col {
flex-direction: column !important;
}
.ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.ext-flex-wrap {
flex-wrap: wrap !important;
}
.ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.ext .ext-items-start > [class*="_inner-container"],
.ext-items-start {
align-items: flex-start !important;
}
.ext .ext-items-end > [class*="_inner-container"],
.ext-items-end {
align-items: flex-end !important;
}
.ext .ext-items-center > [class*="_inner-container"],
.ext .is-style-angled > [class*="_inner-container"],
.ext-items-center {
align-items: center !important;
}
.ext .ext-items-baseline > [class*="_inner-container"],
.ext-items-baseline {
align-items: baseline !important;
}
.ext .ext-items-stretch > [class*="_inner-container"],
.ext-items-stretch {
align-items: stretch !important;
}
.ext-justify-start {
justify-content: flex-start !important;
}
.ext-justify-end {
justify-content: flex-end !important;
}
.ext-justify-center {
justify-content: center !important;
}
.ext-justify-between {
justify-content: space-between !important;
}
.ext-justify-around {
justify-content: space-around !important;
}
.ext-justify-evenly {
justify-content: space-evenly !important;
}
.ext-justify-items-start {
justify-items: start !important;
}
.ext-justify-items-end {
justify-items: end !important;
}
.ext-justify-items-center {
justify-items: center !important;
}
.ext-justify-items-stretch {
justify-items: stretch !important;
}
.ext-gap-0 {
gap: 0 !important;
}
.ext-gap-base {
gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-lg {
gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-x-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.ext-gap-x-base {
-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-x-lg {
-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
column-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-y-0 {
row-gap: 0 !important;
}
.ext-gap-y-base {
row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-y-lg {
row-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-justify-self-auto {
justify-self: auto !important;
}
.ext-justify-self-start {
justify-self: start !important;
}
.ext-justify-self-end {
justify-self: end !important;
}
.ext-justify-self-center {
justify-self: center !important;
}
.ext-justify-self-stretch {
justify-self: stretch !important;
}
.ext-rounded-none {
border-radius: 0 !important;
}
.ext-rounded-full {
border-radius: 9999px !important;
}
.ext-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.ext-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ext-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.ext-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.ext-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.ext-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.ext-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.ext-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
border-width: 0 !important;
}
.ext-border-t-0 {
border-top-width: 0 !important;
}
.ext-border-r-0 {
border-right-width: 0 !important;
}
.ext-border-b-0 {
border-bottom-width: 0 !important;
}
.ext-border-l-0 {
border-left-width: 0 !important;
}
.ext .wp-block-group__inner-container,
.ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.ext .wp-block-columns .wp-block-column[style*="padding"],
.ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ext-px-base:not([style*="padding"]),
.ext.has-background {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pl-0:not([style*="padding"]),
.is-style-inline-list {
padding-left: 0 !important;
}
.ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext-text-left {
text-align: left !important;
}
.ext .wp-block-image,
.ext-text-center {
text-align: center !important;
}
.ext-text-right {
text-align: right !important;
}
.ext-leading-none {
line-height: 1 !important;
}
.ext-leading-tight {
line-height: 1.25 !important;
}
.ext-leading-snug {
line-height: 1.375 !important;
}
.ext-leading-normal {
line-height: 1.5 !important;
}
.ext-leading-relaxed {
line-height: 1.625 !important;
}
.ext-leading-loose {
line-height: 2 !important;
}
.ext-aspect-square img {
aspect-ratio: 1 / 1 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape img {
aspect-ratio: 4 / 3 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape-wide img {
aspect-ratio: 16 / 9 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-portrait img {
aspect-ratio: 3 / 4 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape .components-resizable-box__container,
.ext-aspect-landscape-wide .components-resizable-box__container,
.ext-aspect-portrait .components-resizable-box__container,
.ext-aspect-square .components-resizable-box__container {
height: auto !important;
}
.clip-path--rhombus img {
-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
}
.clip-path--diamond img {
-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
}
.clip-path--rhombus-alt img {
-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
}
.wp-block-columns[class*="fullwidth-cols"] {
margin-bottom: unset !important;
}
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .ext-my-0,
.is-root-container.block-editor-block-list__layout
> [data-align="full"]:not(:first-of-type)
> .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .ext-my-0:not([style*="margin"]),
.is-root-container.block-editor-block-list__layout
> [data-align="wide"]
> .wp-block-column.editor\:pointer-events-none {
margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:nth-child(2n) {
margin-left: var(--wp--style--block-gap, 2em) !important;
}
}
@media (max-width: 781px) {
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
}
@media (max-width: 1079px) {
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column,
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
}
.direction-rtl {
direction: rtl !important;
}
.direction-ltr {
direction: ltr !important;
}
.bring-to-front {
z-index: 10 !important;
}
.text-stroke {
-webkit-text-stroke-color: var(--wp--preset--color--background) !important;
}
.text-stroke--primary {
-webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
}
.text-stroke--secondary {
-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
}
.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle::after,
.editor\:no-resize .components-resizable-box__side-handle::before {
display: none !important;
pointer-events: none !important;
}
.editor\:pointer-events-none {
pointer-events: none !important;
}
.is-style-angled {
align-items: center !important;
justify-content: flex-end !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
z-index: 1 !important;
}
.has-foreground-color {
color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
color: currentColor !important;
}
.has-white-color {
color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
background-color: var(
--wp--preset--color--foreground,
var(--wp--preset--color--black, #000)
) !important;
}
.has-ext-primary-background-color {
background-color: var(
--wp--preset--color--primary,
var(--wp--preset--color--cyan-bluish-gray, #000)
) !important;
}
.wp-block-button__link.has-black-background-color {
border-color: var(--wp--preset--color--black, #000) !important;
}
.wp-block-button__link.has-white-background-color {
border-color: var(--wp--preset--color--white, #fff) !important;
}
.has-ext-small-font-size {
font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
font-size: var(--wp--preset--font-size--ext-large) !important;
line-height: 1.2 !important;
}
.has-ext-x-large-font-size {
font-size: var(--wp--preset--font-size--ext-x-large) !important;
line-height: 1 !important;
}
.has-ext-xx-large-font-size {
font-size: var(--wp--preset--font-size--ext-xx-large) !important;
line-height: 1 !important;
}
.has-ext-x-large-font-size:not([style*="line-height"]),
.has-ext-xx-large-font-size:not([style*="line-height"]) {
line-height: 1.1 !important;
}
.ext .wp-block-group > * + * {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: 0 !important;
}
.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
margin-top: 0.5rem !important;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
min-width: 12rem !important;
}
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext
> [class*="_inner-container"]
> .wp-block
> .ext-grid:not([class*="columns"]) {
display: initial !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"],
.ext
[class*="inner-container"]
> [data-align="wide"]
[class*="inner-container"] {
max-width: var(--responsive--alignwide-width, 120rem) !important;
}
.ext .wp-block-image img {
vertical-align: middle !important;
}
body {
--extendify--spacing--large: var(
--wp--custom--spacing--large,
clamp(2em, 8vw, 8em)
) !important;
--wp--preset--font-size--ext-small: 1rem !important;
--wp--preset--font-size--ext-medium: 1.125rem !important;
--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
--wp--preset--font-size--ext-xx-large: clamp(
3.25rem,
7.5vw,
5.75rem
) !important;
--wp--preset--color--black: #000 !important;
--wp--preset--color--white: #fff !important;
}
.ext * {
box-sizing: border-box !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.components-resizable-box__container {
background: 0 0 !important;
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
margin-top: unset !important;
margin-bottom: unset !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
min-height: 100vw !important;
}
.is-root-container
.wp-block[data-align="full"]
> .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
overflow: hidden !important;
width: unset !important;
}
@media (min-width: 782px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
margin-bottom: 0 !important;
}
.is-style-inline-list li {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
display: inline !important;
}
.is-style-inline-list li:first-child {
margin-left: 0 !important;
}
.is-style-inline-list li:last-child {
margin-right: 0 !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
}
.tablet\:ext-absolute {
position: absolute !important;
}
.tablet\:ext-relative {
position: relative !important;
}
.tablet\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-order-1 {
order: 1 !important;
}
.tablet\:ext-order-2 {
order: 2 !important;
}
.tablet\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.tablet\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.tablet\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.tablet\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.tablet\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tablet\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.tablet\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.tablet\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.tablet\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.tablet\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.tablet\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.tablet\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.tablet\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.tablet\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-block {
display: block !important;
}
.tablet\:ext-inline-block {
display: inline-block !important;
}
.tablet\:ext-inline {
display: inline !important;
}
.tablet\:ext-flex {
display: flex !important;
}
.tablet\:ext-inline-flex {
display: inline-flex !important;
}
.tablet\:ext-grid {
display: grid !important;
}
.tablet\:ext-inline-grid {
display: inline-grid !important;
}
.tablet\:ext-hidden {
display: none !important;
}
.tablet\:ext-w-auto {
width: auto !important;
}
.tablet\:ext-w-full {
width: 100% !important;
}
.tablet\:ext-max-w-full {
max-width: 100% !important;
}
.tablet\:ext-flex-1 {
flex: 1 1 0% !important;
}
.tablet\:ext-flex-auto {
flex: 1 1 auto !important;
}
.tablet\:ext-flex-initial {
flex: 0 1 auto !important;
}
.tablet\:ext-flex-none {
flex: none !important;
}
.tablet\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.tablet\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.tablet\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.tablet\:ext-flex-grow {
flex-grow: 1 !important;
}
.tablet\:ext-list-none {
list-style-type: none !important;
}
.tablet\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.tablet\:ext-flex-row {
flex-direction: row !important;
}
.tablet\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.tablet\:ext-flex-col {
flex-direction: column !important;
}
.tablet\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.tablet\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.tablet\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.tablet\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.tablet\:ext-items-start {
align-items: flex-start !important;
}
.tablet\:ext-items-end {
align-items: flex-end !important;
}
.tablet\:ext-items-center {
align-items: center !important;
}
.tablet\:ext-items-baseline {
align-items: baseline !important;
}
.tablet\:ext-items-stretch {
align-items: stretch !important;
}
.tablet\:ext-justify-start {
justify-content: flex-start !important;
}
.tablet\:ext-justify-end {
justify-content: flex-end !important;
}
.tablet\:ext-justify-center {
justify-content: center !important;
}
.tablet\:ext-justify-between {
justify-content: space-between !important;
}
.tablet\:ext-justify-around {
justify-content: space-around !important;
}
.tablet\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.tablet\:ext-justify-items-start {
justify-items: start !important;
}
.tablet\:ext-justify-items-end {
justify-items: end !important;
}
.tablet\:ext-justify-items-center {
justify-items: center !important;
}
.tablet\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.tablet\:ext-justify-self-auto {
justify-self: auto !important;
}
.tablet\:ext-justify-self-start {
justify-self: start !important;
}
.tablet\:ext-justify-self-end {
justify-self: end !important;
}
.tablet\:ext-justify-self-center {
justify-self: center !important;
}
.tablet\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.tablet\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.tablet\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tablet\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tablet\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.tablet\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.tablet\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.tablet\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.tablet\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-text-left {
text-align: left !important;
}
.tablet\:ext-text-center {
text-align: center !important;
}
.tablet\:ext-text-right {
text-align: right !important;
}
}
@media (min-width: 1080px) {
.desktop\:ext-absolute {
position: absolute !important;
}
.desktop\:ext-relative {
position: relative !important;
}
.desktop\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-order-1 {
order: 1 !important;
}
.desktop\:ext-order-2 {
order: 2 !important;
}
.desktop\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.desktop\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.desktop\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.desktop\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.desktop\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-my-0:not([style*="margin"]) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.desktop\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.desktop\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.desktop\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.desktop\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.desktop\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.desktop\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.desktop\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.desktop\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.desktop\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-block {
display: block !important;
}
.desktop\:ext-inline-block {
display: inline-block !important;
}
.desktop\:ext-inline {
display: inline !important;
}
.desktop\:ext-flex {
display: flex !important;
}
.desktop\:ext-inline-flex {
display: inline-flex !important;
}
.desktop\:ext-grid {
display: grid !important;
}
.desktop\:ext-inline-grid {
display: inline-grid !important;
}
.desktop\:ext-hidden {
display: none !important;
}
.desktop\:ext-w-auto {
width: auto !important;
}
.desktop\:ext-w-full {
width: 100% !important;
}
.desktop\:ext-max-w-full {
max-width: 100% !important;
}
.desktop\:ext-flex-1 {
flex: 1 1 0% !important;
}
.desktop\:ext-flex-auto {
flex: 1 1 auto !important;
}
.desktop\:ext-flex-initial {
flex: 0 1 auto !important;
}
.desktop\:ext-flex-none {
flex: none !important;
}
.desktop\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.desktop\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.desktop\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.desktop\:ext-flex-grow {
flex-grow: 1 !important;
}
.desktop\:ext-list-none {
list-style-type: none !important;
}
.desktop\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.desktop\:ext-flex-row {
flex-direction: row !important;
}
.desktop\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.desktop\:ext-flex-col {
flex-direction: column !important;
}
.desktop\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.desktop\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.desktop\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.desktop\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.desktop\:ext-items-start {
align-items: flex-start !important;
}
.desktop\:ext-items-end {
align-items: flex-end !important;
}
.desktop\:ext-items-center {
align-items: center !important;
}
.desktop\:ext-items-baseline {
align-items: baseline !important;
}
.desktop\:ext-items-stretch {
align-items: stretch !important;
}
.desktop\:ext-justify-start {
justify-content: flex-start !important;
}
.desktop\:ext-justify-end {
justify-content: flex-end !important;
}
.desktop\:ext-justify-center {
justify-content: center !important;
}
.desktop\:ext-justify-between {
justify-content: space-between !important;
}
.desktop\:ext-justify-around {
justify-content: space-around !important;
}
.desktop\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.desktop\:ext-justify-items-start {
justify-items: start !important;
}
.desktop\:ext-justify-items-end {
justify-items: end !important;
}
.desktop\:ext-justify-items-center {
justify-items: center !important;
}
.desktop\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.desktop\:ext-justify-self-auto {
justify-self: auto !important;
}
.desktop\:ext-justify-self-start {
justify-self: start !important;
}
.desktop\:ext-justify-self-end {
justify-self: end !important;
}
.desktop\:ext-justify-self-center {
justify-self: center !important;
}
.desktop\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.desktop\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.desktop\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.desktop\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-py-0:not([style*="padding"]) {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.desktop\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.desktop\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.desktop\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.desktop\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.desktop\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-text-left {
text-align: left !important;
}
.desktop\:ext-text-center {
text-align: center !important;
}
.desktop\:ext-text-right {
text-align: right !important;
}
}.wpb_row {
margin-bottom:0 !important;
}
.row.wpb_row.row-fluid.container {
margin-left: auto !important;
margin-right: auto !important;
}
.vc_gitem-link {
display: none !important;
} .vc_tta-tabs-list li {
position: relative !important;
display: inline-block !important;
margin-right: 1px !important;
}
.vc_tta-tabs-list li a {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
position: relative !important;
display: block !important;
padding: 10px 25px !important;
cursor: pointer !important;
color: #777 !important;
font-size: 14px;
background-color: #1b1d1f !important;
color: #fff !important;
font-family: 'Lato' !important;
font-weight: 700 !important;
text-transform: uppercase !important;
-webkit-transition: background-color .25s ease !important;
transition: background-color .25s ease !important;
border: none !important;
border-radius: 0 !important;
}
.vc_tta-tabs .vc_tta-tabs-list li a span{
color:#fff !important;
}
.vc_tta-tabs-list .vc_active a {
background-color: #ffd200 !important;
color: #000!important;
padding-top: 14px!important;
}
.vc_tta-tabs .vc_tta-panels-container {
overflow: hidden!important;
background-color: #2f3133!important;
padding: 25px 25px!important;
border: none;
}
.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
overflow: hidden!important;
background-color: #2f3133!important;
border: none!important;
}
.vc_tta-tabs .vc_tta.vc_general .vc_tta-panel-body {
padding: 0!important;
}
.vc_tta-container h2:after {
position: absolute;
top: 50%;
margin-top: -3px;
margin-left: 12px;
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/dotted-line.png);
background-position: 0 0;
width: 300%;
height: 5px;
content: "";
}
.vc_tta-container h2 {
font-size: 18px;
font-family: 'Lato';
overflow: hidden;
position: relative;
margin-bottom: 25px;
}
.vc_tta-tabs .vc_tta-panel-body .wpb_text_column p {
margin-bottom: 1.3em !important;
font-weight: 400 !important;
padding-right: 25px !important;
} .vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title>a {
color: #666;
background-color: #ffd200;
color: #1b1d1f;
padding-top: 14px;
border: none;
}
.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-title>a span {
font-size: 14px;
color: #fff;
font-family: 'Lato';
font-weight: 700;
text-transform: uppercase;
}
.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-title>a {
background-color: #1b1d1f;
color: #fff;
padding-top: 14px;
border: none;
}
.vc_tta-container .vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
background-color: #2f3133;
border: none;
}
.vc_tta-tabs .vc_tta-panels .vc_tta-panel  .vc_tta-panel-heading {
border: none;
} .vc_tta.vc_tta-accordion .vc_tta-panel-title>a span{
color: #fff;
font-size: 14px;
font-family: 'Lato';
font-weight: 700;
text-transform: uppercase;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a span {
color: #000;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
position: relative;
display: block;
cursor: pointer;
background-color: #202223;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition: background-color .55s ease-out;
transition: background-color .55s ease-out;
border:none;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
background-color: #202223;
border:none;	
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
border-color: transparent;
background-color: #ffd200;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: transparent;
background-color: #ffd200;	
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
background-color: #ffd200;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
margin-bottom:5px;
}
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
padding: 20px 25px;
background-color: #2f3133;
border: none;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
border-color:#fff !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
border-color: #ffd200 !important;
}
.js-video.widescreen {
width: 72%;
float: left;
margin-right: -15px;
margin-left: -15px;
}
.js-video.widescreen iframe {
width: 100%;
}
.side-image-slider.opacityRun .js-video.widescreen {
width: 100%;
display: block;
float: none;
margin: 0;
}
.side-gallery-full-width {
padding: 45px 60px;
width: 28%;
float: left;
}
@media only screen and (max-width: 767px){
.side-gallery-full-width {
width:inherit;
}
}
.portfolio-third .owl-counter,
.portfolio-fourth .owl-counter {
right: 65px !important;
}
.portfolio-fourth .side-nav {
margin-top: 30px;
}
.portfolio-fourth .title-related {
margin-top: 85px;
}
.with-icon .music:before   { content: '\e824'; top: -3px; }
.with-icon .video-1:before   { content: '\e998'; top: -3px; } .post-like{
margin-top:1em
}
.like{
width: 15px;
height: 16px;
display: block;
float:left;
margin-right: 4px;
-moz-transition: all 0.2s ease-out 0.1s;
-webkit-transition: all 0.2s ease-out 0.1s;
-o-transition: all 0.2s ease-out 0.1s
}
.like:before {
content: '\efa1';
font-family:'fontello';
}
a.jm-post-like i:before {
font-family: FontAwesome;
}
.post-like a:hover .like{
background-position:-16px 0;
}
.voted .like,   .post-like.alreadyvoted{
background-position:-32px 0;
}
.bottom-meta .post-like.entry-like a {
position: absolute;
right: 18px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all .45s ease;
transition: all .45s ease;
}
.bottom-meta p.post-like.entry-like {
margin: 0;
line-height: 0;
margin-right: 10px;
}
.bottom-meta p.post-like.entry-like:hover .qtip.like {
color: white;
}
.row-circle .fa {
line-height: 3;
}
.content-circle i {
line-height: 147px;
} .full-width{
width: 100vw;
margin-left: calc(-50vw + 50%);
}
.full-width:before,
.full-width:after {
display: table;
content: " ";
}
.full-width:after {
clear: both;
} #sidebar .tagcloud a {
font-size: 14px !important;
text-transform: capitalize;  
}
.entry-meta span.entry-date {
display: inline-block;
}
.entry:hover .entry-date a {
color: #fff;
}
.entry .certain-post:hover .entry-date a {
color:#656565;
}
.bottom-meta .tags-list a:hover {
background-color: #ffd200;
color: #fff;
}
.bottom-meta .tags-list  a {
display: inline-block;
margin-right: 0;
}
.bottom-meta .tags-list {
padding-left:0;
}
#respond .comment-form label {
display: none;
} .comments-list ul {
margin-left: 90px;
}
@media (max-width: 750px) {
.comments-list ul {
margin-left: 0px;
}
.single-post-nav.opacity span {
width: 100%;
display: block;
margin-top: 15px;
margin-bottom: -15px;
}
}
.comments-list a.comment-reply-link {
color: #ffd200;
text-transform: uppercase;
font-size: 14px;
font-family: 'Roboto';
font-weight: 700;
-webki-transition: color .35s ease;
transition: color .35s ease;
}
.comments-list a.comment-reply-link:hover {
color: #000;
}
.comment-form input[type=submit] {
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
padding: 10px 14px;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
display: inline-block;
margin-bottom: 15px;
outline: none;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ffd200;
color: #202223;
vertical-align: baseline;
text-align: center;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
}
.comment-form input[type=submit]:hover{
border-color: transparent;
background-color: #1b1d1f;
color: #ffd200;
}
h3#reply-title {
font-size: 18px;
font-family: 'Lato';
overflow: hidden;
position: relative;
margin-bottom: 25px;
}
h3#reply-title:after {
position: absolute;
top: 50%;
margin-top: -3px;
margin-left: 12px;
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/dotted-line.png);
background-position: 0 0;
width: 300%;
height: 5px;
content: "";
}
.widget .sidebar-search button {
position: absolute;
width: 36px;
height: 36px;
line-height: 22px;
top: 0;
right: 0;
text-align: center;
font-size: 15px;
color: #686868;
}
.widget .sidebar-search {
position: relative;
}
.widget input[type="text"] {
width: 100%;
height: 36px;
padding: 0 36px 0 15px;
}
.article-thumb .owl-item li {
margin-bottom: 7px;
}
.grid-posts .article-thumb iframe {
height: 298px;
width: 100%;
}
.pagenavi:after, .pagenavi:before {
content: '';
clear: both;
display: table;
}
.wpcf7-form p {
margin-bottom: 10px;
}
.wpcf7-form input[type="submit"] {
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
padding: 10px 14px;
-webkit-border-radius: 0;
border-radius: 0;
webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
display: inline-block;
margin-bottom: 15px;
outline: none;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ffd200;
color: #202223;
vertical-align: baseline;
text-align: center;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
float: right;
}
.wpcf7-form input[type="submit"]:hover {
border-color: transparent;
background-color: #1b1d1f;
color: #ffd200;
}
.entry-body a.entry-like {
color: #fff;
}
.klb-post h6{
margin-bottom: 10px;
line-height: 140%;
font-size: 11.9px;
}
.klb-post h5{
margin-bottom: 10px;
line-height: 140%;
font-size: 14px;
}
.klb-post h4 {
margin-bottom: 10px;
line-height: 140%;
font-size: 17.5px;
margin: 10px 0;
}
.klb-post h3 {
margin-bottom: 10px;
line-height: 140%;
font-size: 24.5px;
margin: 10px 0;
}
.klb-post h2 {
margin-bottom: 10px;
line-height: 140%;
font-size: 24px;
margin: 10px 0;
}
.klb-post h1 {
margin: 10px 0;
font-size: 38.5px;
line-height: 140%;
}
.klb-post blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
.klb-post ul {
list-style: inherit;
}
.klb-post ol {
list-style-type: decimal;
}
.klb-post ul, .klb-post ol {
padding: 0;
margin: 0 0 10px 25px;
}
.klb-post pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #424344;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
code {
padding: 2px 4px;
color: #FFC92C;
white-space: nowrap;
background-color: #202223;
border: 1px solid #202223;
font-size: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.alignright img {
float: right;
margin: 0 0 1em 1em
}
.alignleft img {
float: left;
margin: 0 1em 1em 0
}
.aligncenter img {
display: block;
margin-left: auto;
margin-right: auto
}
.alignright {
float: right;
margin: 0 0 1em 1em
}
.alignleft {
float: left;
margin: 0 1em 1em 0
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
text-align:center;
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery-caption {
}
.bypostauthor {
}
.textarea_half {
max-width:500px;
}
.wp-caption img {
max-width: 100%;
height: auto;
}
.sticky {
}
p>img {
max-width: 100%;
height: auto;
}
.wp-caption {
margin-bottom: 20px;
text-align: center;
padding-top: 5px;
width: auto !important;
}
li a.rsswidget {
display: block;
margin-top: 5px;
}
.wp-caption p.wp-caption-text {
width: auto !important;
line-height: 1.5;
font-size: 11px;
padding: 3px 0;
margin: 0px 0 0 0;
background: #f6f6f6;
display: block;
-webkit-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
}
.share-comments {
padding: 4px 0 !important;
min-height: 53px;
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
padding-right: 20px;
padding-bottom: 5px;
padding: 10px;
border: 1px solid #202223;
}
td{
padding: 10px;
border: 1px solid #202223;
text-align: left;
}
dt {
font-weight: bold;
}
dt, dd {
line-height: 20px;
}
dd {
margin-left: 10px;
}
abbr, tla, acronym {
text-decoration: underline;
cursor: help;
}
ins {
background-color: rgba(254,255,0,0.68);
text-decoration: none;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
form select {
width: 100%;
}
.widget ul.children {
margin-left: 10px;
}
.work-item:hover .image-extra {
background-color: rgba(250, 201, 1, 0.86) !important;
}
.entry .certain-post:hover .blog-meta .entry-date,
.entry .certain-post:hover .entry-title:before,
.entry .certain-post:hover .blog-meta .entry-date a {
color: #fff;
}
@media only screen and (max-width: 767px){
#sequence .slide-1 .slide-title p {
font-size:30px !important;
}
}
.post-type-archive-portfolio #portfolio-items {
margin-bottom:40px;
}
@media only screen and (max-width: 992px){
#wrapper.active #mobile-menu {
z-index: 999;
}
}
@media only screen and (max-width: 767px){
#header.type-fixed .middle-header-line .responsive-nav-button {
width: 100%;
background: transparent;
top: -80px;
}
}
.vc_gitem-zone .vc_gitem-link {
display: block !important;
}
.work-item .image-extra:after {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
opacity: 0.9;
}
.work-item:hover .image-extra {
background-color: initial !important;
}
.woocommerce-product-gallery ol:before, .woocommerce-product-gallery ol:after {
content: '';
display: table;
clear: both;
}
.woocommerce-product-gallery ol li {
margin-right: 5px;
margin-top: 6px;
float: left;
}
.woocommerce-product-gallery ol li img {
max-width: 70px;
}
.product-album {
position: relative;
}
a.woocommerce-product-gallery__trigger {
position: absolute;
top: 5px;
right: 6px;
z-index: 999;
}
.related.products div#product-area {
padding: 0;
}
.woocommerce .commentlist {
position: relative;
z-index: 999;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
vertical-align: baseline;
} article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}   .sequence-parallax { background-color: transparent;}
#sequence {
margin: 0 auto;
position: relative;
overflow: hidden;
min-width: 100%;
min-height: 100%;
color: white;
font-size: 0.625em;
margin: 0 auto;
background-color: #000;
}
#sequence > .sequence-canvas {
height: 100%;
width: 100%;
}
#sequence > .sequence-canvas > li {
width: 100%;
height: 100%;
z-index: 1;
position: absolute;
}
#sequence > .sequence-canvas li > * {
position: absolute;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
} #sequence .sequence-preloader {
height: 100%;
position: absolute;
width: 100%;
z-index: 999999;
}
@keyframes preload {
0%{
opacity: 1;
}
50%{
opacity: 0;
}
100%{
opacity: 1;
}
}
#sequence .sequence-preloader .preloading .circle {
fill: #fff;
display: inline-block;
height: 12px;
position: relative;
top: -50%;
width: 12px;
animation: preload 1s infinite;
}
#sequence .preloading {
display: block;
height: 12px;
margin: 0 auto;
top: 50%;
margin-top: -6px;
position: relative;
width: 48px;
}
#sequence .sequence-preloader .preloading .circle:nth-child(2) {
animation-delay: .15s;
}
#sequence .sequence-preloader .preloading .circle:nth-child(3) {
animation-delay: .3s;
}
#sequence .preloading-complete {
opacity: 0;
visibility: hidden;
transition-duration: 2s;
}
#sequence div.inline{
background-color: #fff;
margin-right: 4px;
float: left;
}   .sequence-prev,
.sequence-next {
position: absolute;
top: 50%;
z-index: 5;
display: block;
margin-top: -25px;
width: 30px;
height: 30px;
font-size: 0;
cursor: pointer;
text-align: center;
-webkit-transition: all .30s ease-in-out;
transition: all .30s ease-in-out;
}
.sequence-prev { left: 60px; }
.sequence-next { right: 60px; }
.sequence-prev:after,
.sequence-next:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
color: #fff;
text-align: center;
font-size: 70px;
font-family: 'fontello';
line-height: 1.4em;
opacity: .5;
-webkit-transition-duration: 1s;
transition-duration: 1s;
}
.sequence-prev:after { content: "\ea03"; }
.sequence-next:after { content: "\ea04"; }
.sequence-next:hover:after,
.sequence-prev:hover:after {
opacity: 1;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}  .slide-title,
.slide-text,
.slide-button {
display: block;
text-align: center;
}
#sequence .bg-animation { 
top: 0;
opacity: 0;
vertical-align: middle;
z-index: 1;
-webkit-backface-visibility: hidden; -webkit-transform: translateX(0); -webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 2.2s;
transition-duration: 2.2s;
}
#sequence .animate-in .bg-animation {
top: 0;
opacity: 1;
z-index: 1;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 2.2s;
transition-duration: 2.2s;
}
#sequence .animate-out .bg-animation {
top: 0;
opacity: 0;
z-index: 2;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 2.2s;
transition-duration: 2.2s;
-webkit-transition-delay: 2s;
transition-delay: 2s;
}  #sequence .slide-bg {
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 100%; 
position: absolute;
background-attachment: fixed;
filter: alpha(opacity = 50);
opacity: .5;
-webkit-backface-visibility: hidden; -webkit-transform: translateX(0); }  #sequence .slide-title {
font-size: 80px;
text-transform: uppercase;
font-weight: 700;
font-family: "Lato", sans-serif;
color: white;
width: 100%;
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s;
}
#sequence .animate-in .slide-title {
opacity: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s;
-webkit-transition-delay: 2.5s;
transition-delay: 2.5s;
}
#sequence .animate-out .slide-title {
opacity: 0;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-delay: 1.8s;
transition-delay: 1.8s;
}
#sequence .slide-text {
font-family: "Lato",sans-serif;
font-size: 13px;
font-weight: 700;
z-index: 1;
opacity: 0;
width: 100%;
opacity: 0;
margin: 5px 0;
}
#sequence .animate-in .slide-text {
opacity: 1;
z-index: 1;
-webkit-transition-duration: 1.5s;
transition-duration: 1.5s;
-webkit-transition-delay: 2.7s;
transition-delay: 2.7s;
}
#sequence .animate-out .slide-text {
opacity: 0;
z-index: 1;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s;
}
#sequence .slide-button {
width: auto;
opacity: 0;
display: inline-block;
text-align: center;
margin-top: 55px;
z-index: 1;
-webkit-transition-property: opacity top;
transition-property: opacity top;
-webkit-transition-duration: 1.7s;
transition-duration: 1.7s;
}
#sequence .animate-in .slide-button {
opacity: 1;
z-index: 1;
-webkit-transition-duration: 1.7s;
transition-duration: 1.7s;
-webkit-transition-delay: 3.2s;
transition-delay: 3.2s;
}
#sequence .animate-out .slide-button {
opacity: 0;
z-index: 1;
-webkit-transition-duration: 1.2s;
transition-duration: 1.2s;
-webkit-transition-delay: .8s;
transition-delay: .8s;
}  #sequence .sequence-canvas li .slide-title p { 
line-height: 1.1em;
margin: 0;
}
#sequence .sequence-canvas li .slide-title span { color: #ffd200; }
.sequence-canvas li .slide-text {
font-size: 13px;
color: white;
font-family: "Lato", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.sequence-canvas li .btn-cta {
border: 2px solid #fff;
padding: 14px 23px;
color: #ffd200;
font-weight: 700;
font-family: "Roboto", sans-serif;
font-size: 15px;
text-transform: uppercase;
background-color: transparent;
-webkit-transition: background-color .35s ease-out, border .35s ease-out, color .35s ease-out;
transition: background-color .35s ease-out, border .35s ease-out, color .35s ease-out;
}
.sequence-canvas li .btn-cta:hover,
.ls-slide .btn-cta a:hover {
background-color: #ffd200;
color: #000;
border-color: #ffd200;
}
.sequence-container { 
display: table;
width: 100%; 
height: 100%;
vertical-align: middle;
}
.sequence-entry {
display: inline-block;
width: 100%;
height: 100%;
text-align: center;
}
.sequence-container > .sequence-entry {
position: relative;
display: table-cell;
margin: auto;
vertical-align: middle;
}
#sequence  .content-animation {
position: relative;
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 2.2s;
transition-duration: 2.2s;
}
#sequence  .animate-in .content-animation {
opacity: 1;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 2.2s;
transition-duration: 2.2s;
}
#sequence  .animate-in .slide-bg.content-animation { opacity: .5; }
#sequence .animate-out .content-animation {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 2.2s;
transition-duration: 2.2s;
-webkit-transition-delay: 2.5s;
transition-delay: 2.5s;
}
#sequence .slide-1 .slide-text { 
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
#sequence .slide-1.animate-in .slide-text {	
-webkit-transform: translateY(10px);
transform: translateY(10px); 
}
#sequence .slide-1 .slide-button { 
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
#sequence .slide-1.animate-in .slide-button {
-webkit-transform: translateY(0);
transform: translateY(0);
}
#sequence .slide-2 .slide-title {
border: 2px solid #fff;
padding: 10px 30px;
font-size: 56px;
display: inline-block;
width: auto;
}
#sequence .slide-2 .slide-text {
margin-bottom: 30px;
-webkit-transform: scale(.9);
transform: scale(.9);
}
#sequence .slide-2.animate-in .slide-text { 
margin-bottom: 30px;
-webkit-transition-delay: 3.2s;
transition-delay: 3.2s;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
#sequence .slide-2.animate-out .slide-text { 
-webkit-transform: scale(.9);
transform: scale(.9);
}
#sequence .slide-2 .slide-button { 
margin-top: 50px;
display: block;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
#sequence .slide-2.animate-in .slide-button { 
margin-top: 50px;
display: block;
-webkit-transform: translateY(0);
transform: translateY(0);
}
#sequence .slide-3 .slide-title { font-size: 70px; }
.ie8 #sequence .slide-3 .slide-title { font-size: 65px; }
#sequence .sequence-canvas li.slide-3 .slide-title p { padding: 0 408px; }
#sequence .slide-3 .slide-text { margin-bottom: 30px;}
#sequence .slide-3.animate-in .slide-text { margin-bottom: 30px;}
#sequence .slide-3 .slide-button { 
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
#sequence .slide-3.animate-in .slide-button {
-webkit-transform: translateY(0);
transform: translateY(0);
}  @media screen and (min-width: 1200px) and (max-width: 1367px) {  #sequence .slide-2 .slide-title { font-size: 50px; }
#sequence .sequence-canvas li.slide-3 .slide-title p { padding: 0 220px; }
}
@media screen and (min-width: 1367px) and (max-width: 2600px) {
#sequence .sequence-canvas li.slide-3 .slide-title p { padding: 0 408px; }
}
@media screen and (min-width: 993px) and (max-width: 1367px) {
#sequence .slide-1.animate-in .slide-text { top: 52%; }
#sequence .slide-2 .slide-title { 
border: none;
font-size: 45px;
padding: 11px 110px;
}
#sequence .slide-3 .slide-title { 
font-size: 45px;
padding: 0 25px;
}
#sequence .sequence-canvas li.slide-3 .slide-title p { padding: 0 130px; }
}
@media only screen and (max-width: 992px) {
#sequence .slide-1 .slide-title { font-size: 53px; }
#sequence .slide-3 .slide-title { 
font-size: 20px;
padding: 0 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
#sequence .sequence-canvas li.slide-3 .slide-title p { padding: 0 180px; }
}
@media only screen and (max-width: 767px) {
#sequence .sequence-prev:after,
#sequence .sequence-next:after { color: transparent; }
#sequence .sequence-canvas li.slide-3 .slide-title p { padding: 0 5px; }
#sequence .slide-text {
font-size: 10px;
padding: 0 40px;
}
#sequence .slide-1 .slide-title {
font-size: 30px;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
#sequence .slide-1 .slide-text { 
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
#sequence .slide-1.animate-in .slide-text {	
-webkit-transform: translateY(35px);
transform: translateY(35px); 
}
#sequence .slide-2 .slide-title { 
margin-top: -30px;
font-size: 25px;
border: none;
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
#sequence .slide-2 .slide-text {
margin-bottom: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
#sequence .slide-2.animate-in .slide-button { 
margin-top: 50px;
display: block;
margin-bottom: -60px;
-webkit-transform: translateY(0);
transform: translateY(0);
}
#sequence .slide-3 .slide-title {
-webkit-transform: translateY(40px);
transform: translateY(40px);                    
}
#sequence .slide-3 .slide-text {
-webkit-transform: translateY(55px);
transform: translateY(55px);
}
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
#sequence .slide-2 .slide-title { 
margin-top: -60px;
font-size: 25px;
border: none;
padding: 11px 100px;
}
}@font-face {
font-family: 'FontAwesome';
src: url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontawesome-webfont.eot?v=4.4.0);
src: url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}.product-single {
margin-bottom: 30px;
border: 1px solid #424344;
border-radius: 2px;
position: relative;
padding: 10px;
}
.section.product-single {
padding: 10px;
}
.product-single .star-rating,
.comment-content .star-rating{
margin-left:0;
margin-right:0;
}
.product-single img {
max-width: 100%;
width: auto\9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.unstyled {
margin: 0;
padding: 0;
list-style: none;
}
.product-album .unstyled li {
margin-right: 5px;
margin-top: 6px;
float: left;
}
.product-single .product-info .title {
font-size: 20px;
font-weight: 600;
margin: 18px 0;
}
.product-single .product-info .description .prices {
font-size: 14px;
margin: 15px 0;
font-weight: 600;
}
.product-info .description .prices > .off-price {
font-size:24px;
font-weight: bold;
}
.woocommerce-page .product-single .product-info .cart {
display: inline-block;
}
input.minus {
border: 0;
background: #ff5757;
color: white;
width: 30px;
height: 30px;
}
input.qty {
border: 1px solid #e1e1e1;
color: #333;
border-radius: 0;
text-align: center;
font-size: 11px;
width: 32px;
height: 30px;
}
.shop_table .input-text {
padding: 0;
width: 20%;
}
.coupon .button {
padding: 11px 14px;
}
.actions .button {
padding: 11.5px 14px;
}
.cart_item a {
font-family: 'Lato';
}
.product-info .cart > .btn {
margin-top: 20px;
}
.product_meta .tagged_as a {
color: #ffd200;
}
.woocommerce-tabs .tabs {
padding: 0;
}
.woocommerce-tabs .tabs li {
display: inline-block;
}
.woocommerce-tabs ul.tabs {
margin-bottom: 10px;
}
.woocommerce-tabs .tabs .active a {
color:#fff;
background-color: #000;
border: none;
}
.woocommerce-tabs .btn-primary {
background-color: #ffd200;
border: 1px solid #ffd200;
}
.woocommerce-tabs .panel {
padding: 15px;
margin-bottom: 20px;
background-color: #424344;
border: 1px solid #2F3133;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.woocommerce-tabs .panel .comment-form p {
float: none;
}
.woocommerce-tabs .panel .comment-form input {
float: none;
}
.variations .value {
border: none;
}
.star-rating:before {
content: "\f006\f006\f006\f006\f006";
float: left;
top: 0;
left: 0;
position: absolute;
font-family: 'FontAwesome';
}
.star-rating {
display: block;
overflow: hidden;
position: relative;
height: 16px;
font-size: 15px;
width: 75px;
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ffd200;
margin-left: auto;
margin-right: auto;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 16px;
}
.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
}
.product-info .price {
float: right;
}
p.stars a{
border-right: 1px solid #e1e1e1;
}
p.stars a:last-child{
border-right: 0;
}
p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
content: "\f006";
font-family: 'FontAwesome';
color: #666;
}
p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
content: "\f006\f006";
font-family: 'FontAwesome';
color: #666;
}
p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
content: "\f006\f006\f006";
font-family: 'FontAwesome';
color: #666;
}
p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
content: "\f006\f006\f006\f006";
font-family: 'FontAwesome';
color: #666;
}
p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
content: "\f006\f006\f006\f006\f006";
font-family: 'FontAwesome';
color: #666;
}
p.stars a, .woocommerce-page p.stars a {
display: inline-block;
font-weight: 700;
margin-right: 1em;
text-indent: -9999px;
position: relative;
font-family: 'FontAwesome';
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
font-family: 'FontAwesome';
text-indent: 0;
position: absolute;
top: 0;
left: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
width: 2em;
}
p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
width: 3em;
}
p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
width: 4em;
}
p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
width: 5em;
}
p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
width: 6em;
}
.by.caption.bottom-right {
right: 0;
left: auto;
background-color: transparent;
}
.p.stars a.star-1.active:after, p.stars a.star-1:hover:after, p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
content: "\f005";
color: #000;
}
.p.stars a.star-2.active:after, p.stars a.star-2:hover:after, p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
content: "\f005\f005";
color: #000;
}
.p.stars a.star-3.active:after, p.stars a.star-3:hover:after, p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
content: "\f005\f005\f005";
color: #000;
}
.p.stars a.star-4.active:after, p.stars a.star-4:hover:after, p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
content: "\f005\f005\f005\f005";
color: #000;
}
.p.stars a.star-5.active:after, p.stars a.star-5:hover:after, p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
content: "\f005\f005\f005\f005\f005";
color: #000;
}
.woocommerce-product-rating {
padding-bottom: 10px;
overflow: hidden;
}
.woocommerce-product-rating h4 {
float: left;
font-size: 14px;
margin-right: 5px;
}
.products-container .product {
margin-bottom: 30px;
border: 1px solid #202223;
border-radius: 2px;
position: relative;
}
.products-container .product .product-link {
display: block;
text-align: center;
padding: 10px;
}
.products-container.portrait .product .product-thumbnail {
min-height: 200px;
max-height: 290px;
}
.products-container .product .product-thumbnail {
position: relative;
background-color: #fafafa;
overflow: hidden;
}
.products-container .product .product-link .product-thumbnail img {
transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
max-width: 100%;
width: auto\9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
#product-area .mix {
float: none;
opacity: 0;
filter: alpha(opacity=0); margin-right: -3px;
}
.offer .product-thumbnail > .caption {
font-size: 12px;
}
.product-thumbnail > .caption {
position: absolute;
bottom: 0;
left: 0;
padding: 0.75em 1.25em;
font-size: 16px;
font-weight: 600;
color: #000;
background-color: #ffd200;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.product-thumbnail > .caption.bottom-left {
bottom: 0;
left: 0;
top: auto;
right: auto;
}
.products-container .product .product-info {
position: relative;
text-align: center;
}
.products-container .product .product-info .btn-yellow{
font-size:11px;
width:100%;
box-shadow:none;
background-color:#F1F1F1;
}
.products-container .product .product-info .btn-yellow:hover{
background-color:#000;
}
.products-container .product .product-info .btn-yellow.added{
width:50%;
float:left;
border-right:1px solid #e1e1e1;
}
.offer .product-info .title {
font-size: 14px;
font-weight: 600;
margin:15px 0 25px 0;
}
.offer .product-info .by {
margin-top: 10px;
}
.added_to_cart {
position:absolute;
bottom:0;
right:0;
color: #000;
background-color: #f1f1f1;
width:50%;
height: 40px;
line-height: 40px;
padding: 0 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 11px;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.added_to_cart:hover {
color: #fff;
background-color: #000;
}
.ribbon {
display: none;
}
.woocommerce-ordering {
margin-top: 20px;
margin-bottom: 20px;
}
.woocommerce-ordering select {
font-family: 'Roboto', sans-serif;
font-size: 12px;
color: #FFFFFF;
border-radius: 0;
height: auto;
width: initial;
border-color: #eaeaea;
box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
padding: 10px;
border: 1px solid #e1e1e1;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
zoom: 1;
width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
width: 48%;
}
.woocommerce .form-row label {
display: block;
}
.woocommerce-checkout .form-row .chosen-container {
width: 100%!important;
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
} .entry-content .woocommerce h2 {
font-size: 18px;
}
#payment ul {
margin: 0;
padding: 0;
list-style: none;
}
#payment label {
margin-left: 4px;
}
#payment .payment_box {
padding-left: 21px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
width: 48%;
} .woocommerce-info {
background: #202223;
padding: 20px;
border: 1px solid #e0e0e0;
margin-bottom: 21px;
position: relative;
margin-top: 20px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
zoom: 1;
width: 100%;
}
.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
content: " ";
display: table;
}
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
clear: both;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
}
.woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline {
display: inline;
}
.woocommerce-billing-fields .create-account label {
display: inline-block !important;
}
.woocommerce-shipping-fields input[type="checkbox"] {
width: auto;
}
.woocommerce-shipping-fields .checkbox {
display: inline-block;
min-height: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: -1px;
vertical-align: middle;
font-size: 15px;
font-weight: 600;
}
.payment_methods {
list-style: none;
padding: 0;
}
.woocommerce-shipping-fields textarea {
width: 100%;
padding: 10px;
}
.woocommerce .woocommerce-info a {
font-weight:bold;
}
.woocommerce-billing-fields h3 {
font-size: 20px;
}
table {
margin-bottom: 20px;
}
.woocommerce .form-row label {
display: block;
}
.form-row .button {
background: #ffd200;
filter: none;
color: #000;
border: 0;
padding: 11px 12px;
font-weight: bold;
min-width: 100px;
margin-bottom: 20px;
}
.checkout_coupon .form-row .button {
width: inherit;
}
.woocommerce-checkout-payment button {
margin-top: 20px;
}
.woocommerce-shipping-calculator button {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
background-color: #ffd200;
border: 1px solid #ffd200;
font-weight: 800;
} .checkout-button {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
background-color: #ffd200;
border: 1px solid #ffd200;
font-weight: 800;
text-transform: uppercase;
}
.woocommerce table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page table.cart a.remove {
display: block;
font-size: 1.5em;
text-align: center;
line-height: 1;
-webkit-border-radius: 100%;
border-radius: 100%;
color: #000;
text-decoration: none;
font-weight: 700;
}
.shop_table.cart {
margin-bottom: 40px;
margin-top: 40px;
}
.shop_table.cart td:not(.product-name), .shop_table.cart th:not(.product-name) {
text-align: center;
}
.shop_table.cart .product-name {
padding: 20px;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
float: left;
text-align: left;
margin-bottom: 5px;
}
.woocommerce table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
display: none;
}
.woocommerce table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page table.cart td.actions {
text-align: right;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
width: auto;
min-width: 200px;
display: inline-block;
padding: 10px;
height: 39px;
border: 1px solid #202223;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
margin-bottom: 0px;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button i, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button i {
position: relative;
top: 4px;
}
td, th {
padding: 10px;
border: 1px solid #e5e5e5;
text-align: left;
}
table {
width: 100%;
}
.woocommerce-cart .woocommerce-message {
background: #202223;
padding: 20px;
border: 1px solid #e0e0e0;
margin-bottom: 21px;
position: relative;
}
.woocommerce-cart .woocommerce-message a {
font-family : 'Lato';
}
.woocommerce thead {
background: #202223;
}
.woocommerce-cart .shop_table th {
border: 1px solid #424344;
}
.woocommerce-checkout-payment {
margin-top: 25px;
}
.enotype-icon-arrow-down2:before {
content: "\f175";
font-family: 'FontAwesome';
}
.shipping_calculator .button {
filter: none;
color: #FFF;
border: 0;
padding: 11px 12px;
font-weight: bold;
min-width: 100px;
padding: 8px 15px 9px 15px;
display: inline-block;
background-color: #ffd200;
}
.product-quantity .buttons_added input.minus {
border: 0;
background: #ffd200;
color: white;
width: 30px;
height: 30px;
}
.product-quantity .buttons_added input.plus {
border: 0;
background: #ffd200;
width: 30px;
height: 30px;
color: #FFFFFF;
}
.product-quantity .buttons_added input.qty {
border: 1px solid #ffd200;
color: #333;
border-left: 0;
border-right: 0;
border-radius: 0;
text-align: center;
font-size: 11px;
width: 35px;
line-height: 26px;
text-align: center;
}
.cart_item .product-thumbnail img {
padding: 2px;
border: 1px solid #202223;
border-radius: 2px;
width: 50px;
height: 60px;
margin: 0 auto;
}
.woocommerce .woocommerce-message {
margin-top: 40px;
border: 1px solid #202223;
padding: 10px 10px 10px;
text-align: center;
color: #fff;
}
.return-to-shop .button {
background: #ffd200;
filter: none;
color: #fff;
border: 0;
padding: 11px 12px;
font-weight: bold;
min-width: 100px;
margin-bottom: 20px;
}
.cart-empty {
margin-top: 40px;
margin-bottom: 40px;
border: 1px solid #1B1D1F;
color: #FFF;
font-weight: bold;
text-transform: uppercase;
padding: 10px 10px 10px;
}
.form-row label.inline {
display: block !important;
}
.price_slider_wrapper {
width: 94%;
}
.ui-slider .ui-slider-handle {
left: 0%;
position: absolute;
z-index: 2;
width: 15px;
height: 15px;
cursor: pointer;
background: #ffd200;
outline: 0;
top: -3px;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
height: 8px;
background: #f5f5f5 !important;
border: 1px solid #eaeaea;
}
.ui-slider-horizontal {
height: 8px;
}
.ui-widget-content {
background: #505050;
margin-bottom: 20px;
}
.price_slider_wrapper {
position: relative;
}
.price_slider_amount .button {
float: left;
background-color: #ffd200;
color: white;
}
.price_slider_amount .button:hover {
float: left;
background-color: black;
color: white;
}
.price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
text-align: right;
}
.category-list .product_list_widget img {
float: left;
width: 50px;
height: 60px;
border: 1px solid #eaeaea;
border-radius: 2px;
background: #fff;
padding: 2px;
margin-right: 20px;
max-width: 100%;
width: auto\9;
height: auto;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
.category-list .product_list_widget a {
position: relative;
top: 3px;
color: #7e7e7e;
display: block;
}
.category-list ul {
list-style: none;
padding: 0;
}
.category-list {
margin-bottom: 15px;
position: relative;
float: left;
width: 100%;
}
.product_list_widget li {
width: 100%;
float: left;
background-color: #202223;
margin-bottom: 10px;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.product_list_widget li img,
.product_list_widget span.product-title,
.product_list_widget span.amount {
float: left;
}
.product_list_widget:after, .product_list_widget:before {
content: '';
display: table;
clear: both;
}
.product_list_widget span.product-title {
float: left;
width: 65%;
padding-left: 15px;
font-size: 16px;
font-family: 'Roboto';
font-weight: 700;
color: #fff;
-webkit-transition: all .25s ease;
transition: all .25s ease;
line-height: 1em;
padding-top: 8px;
}
.category-list .section-title {
text-transform: uppercase;
font-weight: bold;
padding-bottom: 8px;
margin-bottom: 25px;
border-bottom: 1px solid #eaeaea;
}
.category-list {
margin-top: 40px;
}
.category-list .product_list_widget span.product-title {
color: #2b3436;
font-weight: bold;
}
.category-list .product_list_widget span.amount {
color: #ffd200;
font-weight: bold;
}
.search-box .query {
background-color: #fff;
border: 1px solid #eaeaea;
color: #b1b1b1;
padding-left: 32px;
}
.search-box .btn-search {
position: absolute;
border: 0;
background: transparent;
top: 0;
left: 10px;
padding: 0;
}
.search-box form {
position: relative;
display: table;
}
.category-list .search-box {
padding: 0;
}
.search-box .btn-search > i {
height: 28px;
line-height: 28px;
display: block;
color: #d3d3d3;
font-size: 14px;
}
.search-box input {
padding: 5px;
}
.page-numbers {
margin: 0 0 10px 0;
border-radius: 0;
}
.page-numbers > li:first-child {
margin-left: 0;
}
.page-numbers > li {
display: inline-block;
margin-left: 8px;
}
.page-numbers .current {
display:inline-block;
width:30px;
height:30px;
line-height:30px;
text-align: center;
font-size:11px;
color: #fff;
background-color:#000000;
}
.page-numbers > li {
display: inline-block;
margin-left: 0;
}
.page-numbers > li > a {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 14px;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
background-color: #202223;
color: #8e8e8e;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
margin-right: 0;
}
.woocommerce .commentlist {
padding: 0;
border-bottom: 1px solid rgba(163, 163, 163, 0.24);
}
.woocommerce .comment-wrap {
overflow: hidden;
background: none repeat scroll 0 0 #2F3133;
border: 1px solid #2F3133;
padding: 20px;
position: relative;
transition: all 0.3s ease-out 0s;
margin-bottom: 10px;
}
.woocommerce .comment .woo-comment img {
display: inline-block;
float: left;
margin-right: 20px;
max-width: 100%;
width: auto\9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.woocommerce .commentlist .comment {
width: 100%;
}
.woocommerce .carousel-list > li {
padding: 0 15px;
float: left;
background-size: cover;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.woocommerce .carousel-list li {
margin: inherit;
width: 33.333333%;
}
.woocommerce .carousel-wrapper .carousel-list {
padding: 0;
margin: 0;
list-style: none;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
p.form-submit input#submit {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.woocommerce-tabs .panel p.comment-form-email, .woocommerce-tabs .panel p.comment-form-author {
display: inline-block;
}
.woocommerce-tabs .panel p.comment-form-rating {
padding: 0 15px;
}
.page-shop {
padding:40px;
background-color: #2f3133;
}
.woocommerce-pagination .next:after,
.woocommerce-pagination .prev:after {
content: '';
}
div#product-area {
padding: 40px 0;
}
.woocommerce-tabs #comments {
margin-bottom: 5px;
}
.related.products .section {
padding: 20px 0;
}
.product-info input[type="number"] {
width: 32%;
margin-bottom: 10px;
padding: 0;
}
.related.products .caption {
padding: 0.45em 0.8em;
}
.pp_woocommerce img {
height: 100%;
}
.product_list_widget span.amount {
padding-left: 15px;
display: block;
color: #656565;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.product_list_widget li:hover a span,
.product_list_widget li:hover span.amount {
color: #fff;
}
.product_list_widget li:hover {
background-color: #ffd200;
color: #fff;
}
.product_list_widget li:hover .star-rating {
color: #fff;
}
.product_list_widget li .star-rating {
margin-left: 86px;
margin-right: auto;
}
.related.products .product-info h4.title {
font-size: 14px;
font-weight: 600;
margin: 15px 0 25px 0;
}
.woocommerce-pagination .page-numbers.current {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 14px;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
color: #8e8e8e;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
margin-right: 0;
}
.woocommerce-pagination .page-numbers.current {
color:#fff;
}
.woocommerce-pagination a.page-numbers:hover {
background-color: #ffd200;
border-color: #ffd200;
color: #fff;
}
a.button.wc-forward {
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s;
display:block;
}
a.button.wc-forward:hover {
background-color: #1B1D1F;
}
table.shop_table.order_details {
margin-bottom: 30px;
}
table.shop_table.customer_details {
margin-bottom: 25px;
}
ul.woocommerce-error.mom_box_sc_error.mom_box_sc {
padding-right: 20px;
padding-left: 20px;
color: #FF0000;
}
form.woocommerce-ordering + div#product-area {
padding-top: 10px;
}
.product_meta .posted_in a {
color: #ffd200;
}
a.woocommerce-review-link {
color: #fff;
}
a.woocommerce-review-link span {
color: #fff;
}html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }
*,
*:after,
*:before {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
ul { list-style: none outside;    }
ol { list-style-position: inside; }
a {
margin: 0;
padding: 0;
font-size: 100%;
outline: none;
text-decoration: none;
background: transparent;
vertical-align: baseline;
}
a, a > * {
text-decoration: none;
color: #5a5a5a;
}
a:hover {
color: #fff;
}
.not-ie a {
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
img {
border: 0;
height: auto;
max-width: 100%;
-ms-interpolation-mode: bicubic;
}  body {
background-color: #424344;
color: #969696;
font-weight: 300;
font-size: 16px;
font-family: 'Roboto', sans-serif;
line-height: 1.65em;
height: 100%;
-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
}  .clear {   
clear: both;
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}
.clearfix:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
.separator { margin-bottom: 20px; }  .align-center { text-align: center; }
.align-left	  { text-align: left; }
.align-right  { text-align: right; }
.alignleft  { float: left; }
.alignright { float: right; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.hide		{ display: none;  }
.show		{ display: block; }
.invisible  { visibility: hidden; }
.affix		{ position: fixed; }  p {
margin: 0 0 1.5em;
padding: 0;
line-height: 1.65em;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {    
margin-bottom: 15px;
color: #fff;
font-family: 'Roboto', sans-serif;
line-height: 1.3em;
font-weight: normal;
}
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
::-moz-selection {
background-color: rgba(255, 210, 0, 0.99);
color: #000;
text-shadow: none;
}
::-webkit-selection {
background-color: rgba(255, 210, 0, 0.99);
color: #000;
text-shadow: none;
}
::selection {
background-color: rgba(255, 210, 0, 0.99);
color: #000;
text-shadow: none;
}
.tooltip { color: #fff; }  .single-image {
position: relative;
display: block;
margin: 0;
cursor: pointer;
font-size: 0;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.single-image img { display: block; }  .divider {
margin: 50px 12px;
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/dotted-line.png);
background-position: 0 0;
height: 5px;
overflow: hidden;
}
.divider-type-2 { margin: 50px 0; }  button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
input,
select,
textarea {
margin: 0;
border: none;
vertical-align: baseline;
font-size: 100%;
}
button {
display: inline-block;
margin-bottom: 0;
padding: 6px 13px;
outline: none;
background-color: transparent;
color: #fff;
vertical-align: baseline;
text-align: center;
text-decoration: none;
font: 11px/1.5 Arial;
cursor: pointer;
}
label { 
display: inline-block; 
cursor: pointer;
}
input,
textarea,
select,
button {
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea, select {
display: inline-block;
padding: 10px;
width: 100%;
outline: none;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #202223;
color: #999;
font-size: 12px;
font-style: italic;
font-family: 'Roboto', sans-serif;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;				
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus { border-color: #ffd200; }
textarea {
resize: both;
min-height: 180px;
min-width: 100%;
max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
line-height: normal;
}
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] { width: auto; }
.wrong-data { border-color: #fe5214; } input[type="checkbox"]	{ -webkit-appearance: checkbox; }
input[type="radio"]		{ -webkit-appearance: radio; }
Chrome, Safari 
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #999; }
Firefox 
input:-moz-placeholder,
textarea:-moz-placeholder { color: #999; }  .button {
display: inline-block;
margin-bottom: 15px;
padding: 6px 14px;
outline: none;
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: #ffd200;
color: #202223;
vertical-align: baseline;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
cursor: pointer;
font-family: 'Roboto';
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
}
.button.middle { 
padding: 11px 23px;
font-size: 15px;
background-color: #ffd200; }
.button.large {
padding: 18px 30px;
font-size: 19px; }
.button.default {
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
}
.button.default:hover { 
border-color: transparent;
background-color: #1b1d1f; 
color: #ffd200;
}
.button.submit {
margin-bottom: 20px;
padding: 2px 20px;
width: 100%;
}
.button.turquoise { 
background-color: #1b1d1f; 
color: #ffd200;
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
}
.button.turquoise:hover {
background-color: #ffd200;
color: #000;
} .section {
position: relative;
padding: 80px 0;
}
.section-2 {
position: relative;
padding: 30px 0;
}
.section-3 {
position: relative;
padding-top: 125px;
padding-bottom: 80px;
}
.section.bg-404 {
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/404.png);
background-repeat: no-repeat;
background-position: center center;
}
.padding-off { padding: 0; }
.padding-top-off { padding-top: 0; }
.padding-bottom-off { padding-bottom: 0;}
.highlight {
background-color: #ffd200;
color: #000;
padding: 0 3px;
text-shadow: none;
}  #header {
position: relative;
z-index: 99;
}
#header.type-fixed {
position: absolute;
width: 100%;
left: 0;
top: 0;
transition: all .35s ease;
}  .top-header-line {
padding: 3px 0;
background-color: #1b1d1f;
text-align: right;
}
ul.contact-details li {
display: inline-block;
vertical-align: top;
margin-left: 35px;
color: #5a5a5a;
font-weight: 500;
font-size: 12px;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
ul.contact-details i { margin-right: 4px; }  .middle-header-line {
padding: 25px 0;
background-color: #202223;
-webkit-transition: background-color 1s ease, color 1s ease, height 1s ease, padding 1s ease, -webkit-transform 1s ease;
transition: background-color 1s ease, color 1s ease, height 1s ease, padding 1s ease, transform 1s ease;
}
.shrink-middle-line .middle-header-line {
padding: 0;
-webkit-transition: padding .35s ease-out, height .35s ease-out;
transition: padding .35s ease-out, height .35s ease-out;
}
.middle-header-line.transparent-bg { background-color: transparent; }
.header-in {
padding: 0;
text-align: justify;
}
.not-ie .header-in { font: 0/0 a; }
@media screen and (min-width: 0\0) {
.not-ie .header-in {
font-size: 14px;
}
}
.header-in:after {
display: inline-block;
vertical-align: middle;
width: 100%;
content: "";
}
.contact-icons ul > li > a > i {
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.middle-header-line ul.contact-details li {
text-align: right;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 1.2em;
}
.middle-header-line ul.contact-details li:first-child {
display: block;
font-size: 18px;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
}
.header-in .contact-details i {
margin-right: 3px;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.contact-icons a:hover i { color: #fff; }
.header-in > * {
display: inline-block;
vertical-align: middle;	
}  #logo {
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 36px;
position: relative;
margin-bottom: 0;
-webkit-transform-origin: left;
transform-origin: left;
-webkit-transition: -webkit-transform .65s ease, font-size .45s ease;
transition: transform .65s ease, font-size .45s ease;
}
#logo a img { display: block; }
.transparent-bg #logo a { color: #fff; }
.transparent-bg #logo a:after {
position: absolute;
right: 5px;
top: 3px;
width: 15px;
height: 3px;
background-color: #ffd200;
content: '';
}
.shrink-middle-line #logo { 
-webkit-transform: scale(.8);
transform: scale(.8);
}
.shrink-middle-line #logo a { color: #fff; }  .bottom-header-line { background-color: #2f3133; }  .shrink-bottom-line .bottom-header-line   {
background-color: #202223;
opacity: .95;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.space {
height: 0;
-webkit-transition: height .65s ease, -webkit-transform .65s ease, padding .65s ease;
transition: height .65s ease, transform .65s ease, padding .65s ease;
}
.shrink-middle-line .middle-header-line {
background-color: #202223;
opacity: .95;
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-transition: background-color .45s ease, color .45s ease, height .45s ease, padding .45s ease, -webkit-transform .45s ease;
transition: background-color .45s ease, color .45s ease, height .45s ease, padding .45s ease, transform .45s ease;
}
.shrink-middle-line .top-header-line { display: none; }  .nav-wrapper { text-align: justify; }
.nav-wrapper {	font: 0px/0 a; }
.nav-wrapper:after {
display: inline-block;
vertical-align: top;
width: 100%;
content: "";
}
.navigation {
display: inline-block;
vertical-align: middle;
border-bottom-width: 0;
}
.navigation > ul > li {
position: relative; 
display: inline-block;
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
}
.navigation > ul > li > a {
display: block;
padding: 20px 25px;
text-transform: uppercase;
font-size: 13px;
line-height: 1em;
color: #ddd;
font-family: 'Lato', Arial, Helvetica;
font-weight: 700;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.transparent .navigation > ul > li > a,
.transparent .navigation > ul > li > a:after { color: #fff; }
.navigation > ul > li:hover > a {
background-color: #ffd200;
color: #1b1d1f;
}
.active-nav { background-color: #ffd200; }
#navigation > ul > li > a.active-nav { color: #1b1d1f; }
.navigation ul a:hover,
.navigation ul .current-menu-item > a {
background-color: #ffd200;
color: #1b1d1f;
} .navigation ul ul {
position: absolute;
display: none;
width: 200px;
z-index: 999;
background-color: #202223;
background-color: rgba(32,34,35, .97);
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.navigation ul ul li { position: relative; }
.navigation ul ul li a {
display: block;
padding: 10px 5px 10px 25px;
color: #fff;
font-size: 13px;
font-family: 'Lato', sans-serif;
font-weight: 700;
line-height: 1.5em;
text-align: left;
}
.ie8 .navigation ul ul li a { font-size: 12px; }
.navigation ul ul .rightarrowclass > a:after {
margin-left: 15px;
color: #fff;
font-size: 12px;
font-family: 'fontello';
content: '\e8b8';
line-height: 1em;
}	
.navigation ul ul a:hover,
.navigation ul ul .current-menu-item > a {
background-color: #1b1d1f;
color: #ffd200;
}
.navigation ul ul ul {
top: 0;
left: 200px;
background-color: #202223;
background-color: rgba(32,34,35, .97);
} .responsive-nav-button {
display: none;
width: 40px;
height: 40px;
background-color: #202223;
text-align: center;
font-weight: normal;
font-style: normal;
font-size: 21px;
font-family: 'fontello';
line-height: 40px;
vertical-align: middle;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#sequence .responsive-nav-button { background-color: transparent; }
.responsive-nav-button:after {
content: "\ed38";
color: #fff;
}
#wrapper {
position: relative;
overflow: hidden;
}
#mobile-menu { display: none; }  .search-wrapper {
position: relative;
overflow: hidden;
float: right;
padding-left: 0;
padding-right: 40px;
padding-top: 9px;
width: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden; -webkit-transform: translateX(0); }
.safari.scribble .search-wrapper { -webkit-border-image: none; }
.fixed#header .search-wrapper { display: none; }
.search-wrapper p { margin: 0; }
.search-wrapper input[type="text"] {
padding: 8px 3px;
font-size: 12px;
}
.search-wrapper .submit-search {
position: absolute;
z-index: 3;
opacity: .99;
top: 0;
right: 0;
margin: 0;
padding: 0;
width: 40px;
height: 45px;
font: 0/0 a;
border: none;
background-color: #2f3133;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.shrink-bottom-line .search-wrapper .submit-search { background-color: transparent; }
.search-wrapper .submit-search:after {
position: absolute;
top: 0;
right: 0;
z-index: 4;
width: 30px;
height: 30px;
color: #696969;
content: "\e825";
font-size: 23px;
font-family: 'fontello';
line-height: 50px;
text-align: center;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.ie7 .search-wrapper .submit-search:after,
.ie8 .search-wrapper .submit-search:after { 
top: 25px; 
line-height: 0;  
}
.search-wrapper .submit-search:hover:after		  { color: #ffd200; }
.search-wrapper .submit-search.active:after		  { color: #696969; }
.search-wrapper .submit-search.active:hover:after { color: #ffd200; }  .social-icons { font-size: 0; }
.top-header-line .social-icons { float: right; }
.social-icons li {
display: inline-block; 
margin: 5px 5px 0 0;
vertical-align: top;
position: relative;
}
.social-icons li:after {
position: absolute;
display: block;
width: 45px;
height: 45px;
content: "";
opacity: 0;
text-align: center;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
transition: transform .3s ease, background-color .35s, opacity .25s ease;
-webkit-transform: scale(0);		
transform: scale(0);
-webkit-border-radius: 50%;
border-radius: 50%;
}
.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li a { 
border-color: transparent;
width: 36px;
height: 36px;
}
div.social-icons li:after {
position: absolute;
display: block;
width: 36px;
height: 36px;
content: "";
opacity: 0;
text-align: center;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
transition: transform .3s ease, background-color .35s, opacity .25s ease;
-webkit-transform: scale(0);		
transform: scale(0);
-webkit-border-radius: 50%;
border-radius: 50%;
}
div.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li.twitter:hover:after		{ background-color: #47c0d8 }
div.social-icons li.facebook:hover:after	{ background-color: #49699f; }
div.social-icons li.linkedin:hover:after	{ background-color: #2c7cb7; }
div.social-icons li.pinterest:hover:after	{ background-color: #c21c21; }
div.social-icons li.rss:hover:after         { background-color: #fe9900; }
div.social-icons li.flickr:hover:after		{ background-color: #e82c88; }
.social-icons li a:hover { border-color: transparent; }	
div.circle-icons li { margin: 0 2px; position: relative; }
.circle-icons li a {
display: block;
width: 45px;
height: 45px;
border: 3px solid #454748;
border: 3px solid rgba(207,207,207,.23);
font: 0/0 a;
cursor: pointer;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after	   { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after	   { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after		   { background-color: #fe9900; }
ul.social-icons li.gplus:hover:after	   { background-color: #c33d19; }
ul.social-icons li.flickr:hover:after	   { background-color: #e82c88; }
ul.social-icons li.instagram:hover:after   { background-color: #517fa3; }
ul.social-icons li.dropbox:hover:after	   { background-color: #5da3e8; }
ul.social-icons li.youtube:hover:after	   { background-color: #b72d24; }
ul.social-icons li.blogger:hover:after	   { background-color: #f38f33; }
ul.social-icons li.evernote:hover:after	   { background-color: #73b122; }
ul.social-icons li.dribbble:hover:after	   { background-color: #e65992; }
ul.social-icons li.behance:hover:after	   { background-color: #18a3fe; }
ul.social-icons li.lastfm:hover:after	   { background-color: #be0607; }
ul.social-icons li.skype:hover:after	   { background-color: #24b0e4; }
ul.social-icons li.vimeo:hover:after	   { background-color: #568799; }
ul.social-icons li.forrst:hover:after	   { background-color: #628267; }
ul.social-icons li.digg:hover:after		   { background-color: #2882c6; }
ul.social-icons li.appstore:hover:after	   { background-color: #606060; }
ul.social-icons li.wordpress:hover:after   { background-color: #33759d; }
ul.social-icons li.stumbleupon:hover:after { background-color: #eb4924; }
ul.social-icons li.deviantart:hover:after  { background-color: #5f7162; }
ul.social-icons li.github:hover:after	   { background-color: #7292a2; }
ul.social-icons li.mail:hover:after		   { background-color: #65a413; }
.social-icons i {
position: relative;
font-weight: bold;	
font-size: 18px;
z-index: 3;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.top-header-line .social-icons i { font-size: 14px; }
.social-icons li i {
display: block;
line-height: 43px;
color: #454748;
}
.shortcades-social-icons-container .social-icons li i {	color: #696b6c;	} div.social-icons li i { line-height: 35px; }
.social-icons a:hover i { color: #fff; }  .team-contents .social-icons.circle-icons {	padding-top: 10px; }
.team-contents .social-icons {
position: absolute;
bottom: 26px;
left: 40px;
z-index: 5;
}
.ie8 .team-contents .social-icons { display: none; }
.ie8 .team-contents .item-container:hover .social-icons { display: block; } @media only screen and (min-width: 767px) {
.team-contents .item-container .social-icons li {
filter: alpha(opacity = 0);
opacity: 0;
-webkit-transform: translateX(30px);
transform: translateX(30px);
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.team-contents .item-container:hover .social-icons li {
filter: alpha(opacity = 100);
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-property: -webkit-transform, opacity;		
transition-property: transform, opacity;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.team-contents .item-container:hover .social-icons li:nth-child(1) { transition-delay: .30s;}
.team-contents .item-container:hover .social-icons li:nth-child(2) { transition-delay: .45s;}
.team-contents .item-container:hover .social-icons li:nth-child(3) { transition-delay: .60s;}
.team-contents .item-container:hover .social-icons li:nth-child(4) { transition-delay: .75s;}
.team-contents .item-container:hover .social-icons li:nth-child(5) { transition-delay: .90s;}
} .team-contents ul.social-icons li a { border: 3px solid #fff; }
.team-contents ul.social-icons li i { color: #fff; }
.team-contents ul.social-icons li a:hover { border-color: transparent; }  #content { padding: 60px 0; }
#content-padding-off { padding: 0; }
#content-bottom-off { padding: 60px 0px 0px 0px; }
#content-top-off { padding: 0px 0px 60px 0px; }
.section-title {
overflow: hidden;
margin-bottom: 30px;
text-align: center;	
}
.section-title h3 {
position: relative;
display: inline-block;
margin-bottom: 0;
padding: 0 45px;
font-size: 46px;
font-weight: 700;
font-family: 'Lato', sans-serif;
line-height: 1.1em;
text-transform: uppercase;
}
.section-title.type-2 h3 { font-size: 40px; }
.section-title.type-3 h3 { font-size: 24px;	}
.section-title h3:after,
.section-title h3:before {
position: absolute;
top: 50%;
margin-top: 4px;
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/dotted-line.png); background-position: 0 0;
width: 300%;
height: 5px;
content: "";
}
.section-title h3:after { right: -300%; }
.section-title h3:before { left: -300%; }
.section-title h4 {				
color: #767677;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.row-title {
font-size: 18px;
font-family: 'Lato';
overflow: hidden;
position: relative;
margin-bottom: 25px;
}
.row-title:after {
position: absolute;
top: 50%;
margin-top: -3px;
margin-left: 12px;
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/dotted-line.png); background-position: 0 0;
width: 300%;
height: 5px;
content: "";
}  #owl-slider .item { 
position: relative;
margin: 0 20px;
display: block;
}	
.ie8 #owl-slider .item { display: block; width: 80%;}
.article-thumb {	
padding-bottom: 90px;
background-color: #202223;
-webkit-transition: padding 450ms ease, background-color 450ms ease, -webkit-transform 450ms ease; 
transition: padding 450ms ease, background-color 450ms ease, transform 450ms ease; 
}
.article-thumb img {
-webkit-transition: opacity .35s ease;
transition: opacity .35s ease;
}
.item:hover .article-thumb img { 
filter: alpha(opacity = 50);
opacity: .5; 
}
#owl-slider .item img {
display: block;
width: 100%;
height: auto;
} @media only screen and (min-width: 768px) {
.item:hover .article-thumb {
-webkit-transform: translateY(-20%); transform: translateY(-20%);
-webkit-transition: padding 500ms ease, background-color 500ms ease, -webkit-transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550);
transition: padding 500ms ease, background-color 500ms ease, transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550);
}
.article-content > .entry-body {
position: absolute;
margin-top: 0px;
padding: 24px 20px;	
width: 100%;
height: 100%;
background-color: #202223;
font-size: 14px;
font-family: 'Roboto', sans-serif;
-webkit-transform: translateY(-23%);
transform: translateY(-23%);
-webkit-transition: all 450ms ease;
transition: all 450ms ease;
}
.item:hover .entry-body {
background-color: #ffd200;
padding-top: 26px;
-webkit-transform: translateY(-56%);
transform: translateY(-56%);
-webkit-transition: padding 500ms ease, background-color 500ms ease, -webkit-transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550);
transition: padding 500ms ease, background-color 500ms ease, transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550);
}
.ie8 .item:hover .entry-body { top: 45%; }
.ie9 .item:hover .entry-body { top: 37%; }
} .ie8 .article-content > .entry-body { top: 79%;	}
.ie9 .article-content > .entry-body { top: 79%;	}
.ie8 .team-contents .article-content > .entry-body { top: 75%; }
.ie9 .team-contents .article-content > .entry-body { top: 75%; }
.entry-meta.with-icon {
position: relative;
line-height: 1.6;
padding-left: 30px;
padding-bottom: 9px;
-webkit-transition: background-color .35s ease;
transition: background-color .35s ease;
}
.entry-meta {
-webkit-transition: background-color .35s ease;
transition: background-color .35s ease;
}
.with-icon .entry-title:before {
position: absolute;
left: -30px;
color: #696969;
font-family: 'fontello';
font-size: 17px;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.with-icon .videocam:before { content: '\eaba'; top: -3px; }
.with-icon .camera:before   { content: '\e99a'; top: -3px; }
.with-icon .link:before     { content: '\ece4'; top: -2px; }
.with-icon .pencil:before   { content: '\e871'; top: -1px; }
.item:hover .entry-title:before { color: #fff; }
.item:hover  .entry-date { color: #fff; }
.entry-body .text-more { color: #fff; }
.entry-body .entry-like i,
.entry-body .entry-like span { color: #fff; }
.entry-excerpt { 
color: #202223; 
padding-top: 10px;
}  .entry { margin-bottom: 40px; } #image-slider .item { display: none; position: relative; }
#image-slider .item:first-child {display: block;}  #image-slider .item img {
max-width: 100%;
height:  auto;
vertical-align: middle;
display: block;
font-size: 0;
}
.blog-meta h2,
.blog-meta span { margin-left: 20px; }
.entry .entry-meta { background-color: #202223;	}
.entry:hover .entry-title:before { color: #fff; }
.entry-title {
margin-bottom: 0;
font-family: 'Lato';
font-weight: 700;
text-transform: uppercase;
position: relative;
}
.entry-title a { color: #fff; }
.entry-title i {
position: absolute;
left: 0;
font-size: 17px;
color: #969696;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.entry-title i:before { margin-left: 0; }
.entry-date {
display: block;
color: #656565;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.entry:hover .entry-meta { background-color:  #ffd200; }
.entry:hover .entry-title > i { color: #fff; }
.entry-text {
padding-top: 30px;
padding-left: 45px;
padding-bottom: 30px;
padding-right: 20px;
background-color: #2f3133;
position: relative;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.entry:hover .entry-text { background-color:  #202223; }
.entry .entry-quote {
padding-top: 30px;
padding-left: 45px;
padding-bottom: 30px;
padding-right: 20px;
background-color: #202223;
position: relative;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.item .entry .entry-quote {
padding-top: 20px;
padding-bottom: 110px;
}
.ie8 .grid-posts .entry .entry-quote { padding-bottom: 120px;}
.entry:hover .entry-quote { background-color: #ffd200; }
.entry:hover blockquote { color: #fff; }
.entry .blog-meta:hover .entry-date,
.entry .image-entry:hover .entry-date { color: #fff; }
.entry-text .text-more {
color: #ffd200;
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
text-transform: uppercase;
}
.entry-quote .text-more {
color: #ffd200;
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.entry-quote .comment-quotes { margin-bottom: 15px; }
.entry-quote blockquote {
font-family: 'Lato', sans-serif;
font-size: 24px;
margin-bottom: 30px;
line-height: 1.4em;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.item .entry-quote blockquote {	font-size: 21px; }
.entry-quote:hover blockquote {	color: #000; }
.entry-quote:hover .text-more {	color: #fff; }
.entry-quote span {
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.entry-quote:hover span,
.entry-quote:hover .entry-like > i { color: #fff; }
.bottom-meta .entry-like {
position: absolute;
top: 50%;
right: 0;
margin-top: -10px;
font-size: 14px;
font-style: normal;
margin-right: 10px;
}
.ie8 .bottom-meta .entry-like { margin-right: 20px; }
.bottom-meta a.entry-like i {
position: absolute;
right: 18px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all .45s ease;
transition: all .45s ease;
}
.bottom-meta .entry-like i:hover {
-webkit-transform: scale(1.3);
transform: scale(1.3);
-webkit-transition: -webkit-transform .45s cubic-bezier(0.175, 0.885, 0.420, 1.175); 
transition: transform .45s cubic-bezier(0.175, 0.885, 0.420, 1.175); 
}
.entry-text .entry-like i {
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.entry-quote .entry-like i {
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.entry-text .entry-like:hover i { color: #fff; }
.entry-quote .entry-like:hover i { color: #fff;	}
.comment-quotes i {
position: absolute;
left: 15px;
font-size: 17px;
top: 34px;
-webkit-transition: color .5s ease;
transition: color .5s ease;
}
.item .comment-quotes i { top: 22px; }
.entry:hover .comment-quotes i { color: #fff; }
.entry-text blockquote {
padding-bottom: 15px;
font-family: 'Lato';																																																																																																																																													
font-weight: 700;
font-size: 22px;
line-height: 1.5em;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}  .simple-pricing-table {
text-align: center;
font-size: 0;
}
.simple-pricing-table * {
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.simple-pricing-table .simple-column {
position: relative;
display: inline-block;
border-right: 1px solid #202223;
-webkit-transition: background-color .35s ease-out, color .35s ease-out, -webkit-transform .35s ease-out;
transition: background-color .35s ease-out, color .35s ease-out, transform .35s ease-out;
}
.simple-pricing-table .simple-column.col-3 { width: 33.33333333333333%; }
.simple-pricing-table .simple-column.col-4 { width: 25%; }
.simple-pricing-table .simple-column:last-child { border-right: none; }
.simple-pricing-table .header {
text-align: center;
background-color: #2f3133;
margin: 0;
}
.simple-pricing-table .title {
font-size: 18px;
font-weight: 700;
font-family: 'Lato', sans-serif;
color: #fff;
border-bottom: 1px solid #202223;
padding: 20px 5px;
margin: 0;
text-transform: uppercase;
}
.simple-pricing-table .price {
background-color: #202223;
padding: 15px 15px;
margin: 0;
border-bottom: 1px solid #202223;
}
.simple-pricing-table .cost {
font-size: 36px;
font-weight: 600;
line-height: 1em;
margin: 0;
}
.simple-pricing-table .description {
font-size: 12px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
color: #656565;
margin: 0;
-webkit-transition: color .25s ease-out;
transition: color .25s ease-out;
}
.simple-pricing-table .features {
background-color: #2f3133;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.simple-pricing-table .features li {
text-align: center;
padding: 17px 0;
margin: 0 25px;
border-bottom: 1px solid #27292b;
font-size: 16px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
color: #818282;
-webkit-transition: color .35s ease-out, background-color .35s ease-out, border-color .35s ease-out;
transition: color .35s ease-out, background-color .35s ease-out, border-color .35s ease-out;
}
.simple-pricing-table .features li:last-child {	
border-bottom: 1px solid #202223;
margin: 0;
}
.simple-pricing-table .footer {
padding: 25px 30px 0;
background-color: #292b2d;
text-align: center;
-webkit-transition: background-color .35s ease-out, border .35s ease;
transition: background-color .35s ease-out, border .35s ease;
}
.simple-pricing-table .simple-column .footer a {
-webkit-transition: background-color .35s ease-out, color .35s ease-out;
transition: background-color .35s ease-out, color .35s ease-out;
}
.simple-pricing-table .simple-column:hover {
border-right: transparent;
z-index: 3;
-webkit-transform: scale(1.03);
transform: scale(1.03);
-webkit-transition: -webkit-transform .35s ease-out;
transition: transform .35s ease-out;
}
.simple-pricing-table .simple-column:hover .header,
.simple-pricing-table .simple-column:hover .features,
.simple-pricing-table .simple-column:hover .footer {
background-color: #ffd200;
color: #fff;
}
.simple-pricing-table .simple-column:hover .header { border-color: #ffe35f;}
.simple-pricing-table .simple-column:hover .price {	
background-color: #ffd71a;
border-color: rgba(255, 227, 95, .9);
color: #fff;
}
.simple-pricing-table .simple-column:hover .title {	border-color: #ffe35f; }
.simple-pricing-table .simple-column:hover .price span { color: #fff; }
.simple-pricing-table .simple-column:hover .features li {
border-color: #ffe35f;
color: #fff;
}
.simple-pricing-table .simple-column:hover .footer a {
background-color: #000;
color: #ffd200;
}  .pagenavi { margin-bottom: 20px; }
.pagenavi span,
.pagenavi a {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 14px;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
background-color: #202223;
color: #8e8e8e;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.page-numbers.current {
background-color: #ffd200;
color: #000;
}
.pagenavi span:hover,
.pagenavi a:hover {
background-color: #ffd200;
color: #000;
}  .entry { margin-bottom: 40px; }
.entry-title {
margin-bottom: 0;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
position: relative;
}
.entry-date {
display: block;
color: #656565;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
article.entry:hover .entry-date { color: #fff; }
.entry-meta p {	padding-top: 15px; }
.entry .entry-meta { padding: 24px; }
.certain-post:hover .entry-meta { background-color: #202223; }
.entry .certain-post:hover .blog-meta .entry-date { color: #656565; }
.entry .certain-post:hover .entry-title:before { color: #656565; }
.certain-post .entry-text {
padding-top: 20px;
padding-left: 45px;
padding-bottom: 35px;
padding-right: 20px;
background-color: #2f3133;
position: relative;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.certain-post:hover .entry-text { background-color: #2f3133; }
.bottom-meta {
padding: 0;
position: relative;
line-height: 1em;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 12px;
}
.owl-item span.text-more {
-webkit-transition: color .45s ease;
transition: color .45s ease;
}
.owl-item span.text-more:hover { color: #000; }
.entry-meta .text-more { color: #fff; }
.entry-like .entry-like i { 
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform .35s ease;
transition: transform .35s ease;
}
.entry-meta .entry-like i,
.entry-meta .entry-like span { color: #fff; }
.entry-meta .entry-like:hover i {
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: -webkit-transform .35s ease;
transition: transform .35s ease;
}
.bottom-meta .tags-list {
padding-left: 45px;
position: relative;
}
.bottom-meta .tags-list:before {
position: absolute;
color: #fff;
content: attr(data-title);
font-family: 'Roboto';
font-size: 14px;
left: 0;
top: 50%;
margin-right: 3px;
margin-top: -10px;
}
.tags-list li {
display: inline-block;
margin: 0 2px 2px 0;
}
.tags-list a {
background-color: #202223;
display: block;
padding: 7px 10px;
color: #969696;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.tags-list li:hover a {
background-color: #ffd200;
color: #fff;
}  .single-post-nav {
padding: 5px;
text-align: center;
margin-top: -35px;
margin-bottom: 35px;
}
.single-post-nav span {
color: #ffd200;
margin: 5px;
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
text-transform: uppercase;
}
.single-post-nav .prev,
.single-post-nav .next {
position: relative;
top: 20px;
margin: 0;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
background-color: #424344;
border-width: 3px;
border-style: solid;
border-color: #696b6c;
font-size: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background-color .35s ease, border-color .45s ease;
transition: background-color .35s ease, border-color .45s ease;
}
.prev:hover,
.next:hover {
color: #fff;	
background-color: #ffd200;
border-color: #ffd200;
}
.prev { margin-right: 10px; }
.single-post-nav *:after {
position: absolute;
top: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 40px;
font-family: 'fontello';
font-size: 14px;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.prev:after { content: '\e8b4'; }
.next:after { content: '\e8b5'; }  .team-contents article { margin-bottom: 50px; }
.team-contents .item {
position: relative;
overflow: hidden;
z-index: 3;
}
.team-contents .article-thumb {	padding-bottom: 65px; }
.team-contents .item-container:hover .article-thumb img {
filter: alpha(opacity = 50);
opacity: .5; 
}
.team-contents .article-content > .entry-body {
padding: 23px 20px;	
-webkit-transform: translateY(-27%);
transform: translateY(-27%);
}
.ie9 .team-contents .article-thumb { padding-bottom: 15px; }
.team-contents .entry-meta {
padding: 0;
margin: 0;
}
.team-contents .entry-excerpt { 
color: #000; 
padding-top: 0;
filter: alpha(opacity = 0);
opacity: 0;
display: none;
-webkit-transition-duration: 1000ms;
transition-duration: 1000ms;
}
.team-contents .item-container:hover .article-thumb {
-webkit-transform: translateY(-20%); transform: translateY(-20%);
-webkit-transition: padding 400ms ease, opacity 400ms ease, background-color 400ms ease, -webkit-transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550); 
transition: padding 400ms ease, opacity 400ms ease, background-color 400ms ease, transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550); 
}
.team-contents .item-container:hover .entry-body {
background-color: #ffd200;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: padding 400ms ease, background-color 400ms ease, -webkit-transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550); 
transition: padding 400ms ease, background-color 400ms ease, transform 400ms cubic-bezier(0.230, 0.035, 0.265, 1.550); 
}
.ie8 .team-contents .item-container:hover .entry-body { top: 40%;}
.ie9 .team-contents .item-container:hover .entry-body { top: 40%;}
.team-contents .item-container.active .entry-body {
background-color: #ffd200;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
}
.ie8 .team-contents .item-container.active .entry-body { top: 0;}
.ie9 .team-contents .item-container.active .entry-body { top: 0;}
.team-contents .item-container .entry-body .entry-title {
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.team-contents .entry-meta { line-height: 1.6; }
.team-contents .item-container:hover .entry-date { color: #fff; }  .grid-posts .item {
position: relative;
overflow: hidden;
margin-bottom: 50px;
z-index: 3;
}
.grid-posts .article-thumb { padding-bottom: 85px; }
.grid-posts .entry-body {
margin: 0;
padding: 24px 20px;
}
.grid-posts .entry-meta { padding: -1px 20px; }
.grid-posts .item .entry-body .entry-title {
-webkit-transition: all .35s ease;
transition: all .35s ease;
} @media only screen and (min-width: 767px) {
.grid-posts .item:hover .article-thumb {
-webkit-transform: translateY(-13%);
transform: translateY(-13%);
}
.grid-posts .item:hover .entry-body {
background-color: #ffd200;
-webkit-transform: translateY(-56%);
transform: translateY(-56%);
}
.ie8 .grid-posts .item:hover .entry-body { top: 50%;}
.ie9 .grid-posts .item:hover .entry-body { top: 50%;}
.grid-posts .entry-date {
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
}   .full-bg-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-position: 50% 50%;
background-repeat: repeat;
opacity: .5;
z-index: 0 !important;
}
.no-touch .full-bg-image {
background-attachment: fixed;
background-size: cover;
}
.parallax {
z-index: 0;
background-color: rgba(0, 0, 0, 0);
}
.overlay-paralax {
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/temp/substrate.png);
background-repeat: repeat;
height: 100%;
left: 0;
margin: 0 auto;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.parallax-bg-1 .full-bg-image {	background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/temp/corporate-style-extended/full-bg-image.jpg); }
.parallax-bg-2 .full-bg-image { background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/temp/about/about-image-1.jpg); }
.parallax-bg-3 .full-bg-image { background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/temp/temp-img-footer.jpg); }
.bg-grey { background-color: #2f3133; }
.section.bg-grey .full-bg-image { opacity: .5; }  .full-width-image {
position: relative;
}
.full-width-image img {
width: 100%; display: block;
transition: opacity .5s ease;
}
.quotes-container { background-color: #2f3133; }
.grey-container   { background-color: #2f3133; }
.quotes-container .quote-text { color: #fff; }
.quotes-container .quote-text:before {
display: block;
margin-bottom: 35px;
content: "\e86c";
font-size: 30px;
font-family: 'fontello';
text-align: center;
}
.quotes-container .quote-text {
padding: 0 20px;
display: block;
}
.quotes-container .quote-text p {
display: block;
text-align: center;
font-size: 24px;
color: #969696;
margin: 0;
padding: 0 0 10px;
}
.quotes-container .quote-author {
display: block;
text-align: center;
right: 30px;
bottom: 30px;
color: #ffd200;
text-transform: uppercase;
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.quotes-container .rel-works { margin-bottom: 0;}  .counter-box { 
text-align: center; 
margin: 0 -30px;
}
.counter {
background-color: rgba(25,29,32,.4);
display: inline-block;
margin: 0 20px;
width: 250px;
text-align: center;
font-size: 0;
}
.counter .count {
display: block;
color: #ffd200;
font-weight: 700;
font-size: 60px;
font-family: 'Lato', sans-serif;
line-height: 105px;
}
.counter .details {
text-align: center;
color: #fff;
font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.parallax .counter .details { color: #fff; }  .header-text {
position: absolute;
display: block;
padding-left: 466px;
z-index: 2;
top: 160px;
right: 18px;
}
.header-text p {
font-size: 36px;
font-family: "Lato", sans-serif;
font-weight: 300;
color: #fff;
text-transform: uppercase;
text-align: right;
}
#wrapper.wrapper-background { background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/corporate-style-extended/bg-image.jpg); }
.absolute-image {
position: absolute;
top: 180px;
left: -15px;
}
.ca-icon {
float: left;
margin-right: 20px;
width: auto;
}
i.ca-icon:before {
font-size: 36px;
line-height: 1;
text-align: center;
width: 50px;
color: #ffd200;
}
.ca-content { display: table; }
.ca-title {
color: #fff;
font-family: 'Lato', sans-serif;
font-size: 18px;
font-weight: 700;
margin-bottom: 20px;
}  .testimonials {
padding: 0;
margin-bottom: 40px;
}
.testimonials .quote-text {
padding: 30px 20px 30px 45px;
background-color: #202223;
position: relative;
font-size: 24px;
font-family: 'Lato';
-webkit-transition: background-color .35s ease-out, color .35s ease-out;
transition: background-color .35s ease-out, color .35s ease-out;
}
.testimonials .quote-text i {
position: absolute;
left: 15px;
top: 34px;
font-size: 17px;
color: #696969;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.testimonials .quote-author {
position: absolute;
display: inline-block;
right: 30px;
bottom: 30px;
color: #ffd200;
text-transform: uppercase;
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}
.triangle {
width: 0px;
height: 0px;
border-style: solid;
border-width: 26px 26px 0 0;
border-color: #202223 transparent transparent transparent;
position: absolute;
right: 100px;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.testimonials li:hover .quote-text {
background-color: #ffd200;
color: #202223;
}
.testimonials li:hover .quote-author { color: #fff; }
.testimonials li:hover .quote-text i { color: #fff; }
.testimonials li:hover .triangle { border-color: #ffd200 #424344 #424344 #424344; }  #respond .respond-title {
font-size: 18px;
font-family: 'Lato';
overflow: hidden;
position: relative;
margin-bottom: 25px;
margin-top: -10px;
}
#respond  .respond-title:after {
position: absolute;
top: 50%;
margin-top: -3px;
margin-left: 12px;
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/dotted-line.png);
background-repeat: repeat-x;
background-position: 0 0;
width: 300%;
height: 5px;
content: "";
}
#respond .input-block {	margin-bottom: 10px; }
.input-blocks {
margin: -5px -5px;
font-size: 0;
padding-bottom: 0;
}
.input-blocks .input-block {
width: 33.33333333333333%;
display: inline-block;
padding: 5px;
}
#respond button {
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
padding: 10px 14px;
-webkit-border-radius: 0;
border-radius: 0;
}  .popular-posts { margin-bottom: 25px; }
.popular-posts .post-entry {
background-color: #2f3133;
margin-bottom: 10px;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.popular-posts .post-entry:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
.popular-posts  .entry-image {
float: left;
background-color: #202223;
-webkit-transition: opacity .35s ease-out;
transition: opacity .35s ease-out;
}
.popular-posts  .post-holder {
margin-left: 110px;
padding: 20px;
padding-bottom: 25px;
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
}
.popular-posts  .entry-title {
line-height: 1.7em;
font-weight: 300;
text-transform: uppercase;
}
.popular-posts  .entry-title > a { color: #fff; }
.popular-posts  .entry-date {
line-height: 1em;
padding: 0;
}
.popular-posts .post-entry:hover .entry-image { 
opacity: .3;
filter: alpha(opacity = 30);
}
.popular-posts .post-entry:hover .post-holder		{ background-color: #ffd200; }
.blog-popular-posts .post-entry:hover .entry-date	{ color: #fff; }  #comments { margin-bottom: 50px; }
.comment {
padding-top: 20px;
list-style: none;
}
.comments-list > .comment:first-child { padding-top: 0; }
.comment article {
background-color: #2f3133;
margin-bottom: 0px;
}
.comment .gravatar {
float: left;
margin-right: 15px;
margin-left: 20px;
margin-top: 20px;
}
.comment-body { 
display: table;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 10px;
}
.comment .comment-author h6 { margin-bottom: 0; }
.comment .comment-author a {
color: #fff;
font-weight: 400;
font-family: 'Lato';
font-size: 14px;
text-transform: uppercase;
}
.comment .comment-date { 
margin-bottom: 10px;
line-height: 1; 
text-transform: uppercase;
}
.comment .comment-date span {
-webki-transition: color .35s ease;
transition: color .35s ease;
}
.comment .comment-date a:first-child:hover { color: #fff; }
.comment .comment-date span:hover { color: #000; } 
.comment .comment-date span {
color: #ffd200;
text-transform: uppercase;
font-size: 14px;
font-family: 'Roboto';
font-weight: 700;
}
.comment .comment-date a {
color: #656565;
font-size: 12px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
} .comment .children {
margin-top: 0;
padding-left: 70px;
}
.children .comment {
padding-top: 20px;
border-bottom-width: 0;
}
.comment p { font-size: 14px; }    .widget { padding-bottom: 50px;	}
#sidebar .widget-title {
position: relative;
font-size: 18px;
font-family: 'Lato', sans-serif;
font-weight: 700;
overflow: hidden;
margin-bottom: 25px;
}
#sidebar  .widget-title:after {
position: absolute;
top: 60%;
margin-top: -3px;
margin-left: 12px;
background-image: url(//apofrakseiskanelis.gr/wp-content/themes/invento/images/dotted-line.png); background-position: 0 0;
width: 300%;
height: 5px;
content: "";
}  .widget .textwidget {
font-family: 'Roboto';
font-size: 16px;
font-weight: 400;
}
.widget_categories ul li a,
.widget_archive ul li a, 
.widget_links ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a {
font-size: 16px;
font-family: 'Roboto';
font-weight: 700;
color: #ffd200;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover, 
.widget_links ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_entries ul li a:hover {
color: #1b1d1f;
margin-left: 3px;
}  #sidebar .tagcloud { font-size: 0; }
#sidebar .tagcloud a {
color: #969696;
display: inline-block;
font-size: 14px;
font-family: 'Roboto';
font-weight: 400;
margin-bottom: 3px;
margin-right: 3px;
padding: 5px 18px;
background-color: #202223;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
#sidebar .tagcloud a:hover{
color: #fff;
background-color: #ffd200;
}  .popular_posts li {
background-color: #2f3133;
margin-bottom: 10px;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.popular_posts li:hover { background-color: #ffd200; }
.popular_posts .single-image {
-webkit-transition: opacity .35s ease-out;
transition: opacity .35s ease-out;
}
.popular_posts li:hover .single-image {	opacity: .3; }
.popular_posts li:after {
clear: both;
display: block;
visibility: hidden;
height: 0;
content: ".";
}
.widget .entry-image {
float: left;
background-color: #202223;
}
.widget .post-holder {
margin-left: 120px;
padding: 20px 10px;
}
.widget .entry-title {
line-height: 1.7em;
font-weight: 300;
text-transform: uppercase;
}
.widget .entry-title > a { color: #fff; }
.widget .entry-date {
line-height: 1em;
padding: 0;
}
.popular_posts li:hover .entry-date { color: #fff; }    .tabs-holder { margin-bottom: 65px; }
.tabs-nav { font-size: 0; }
.tabs-nav li {
position: relative;
display: inline-block;
margin-right: 1px;
}
.tabs-nav li a {
position: relative;
display: block;
padding: 10px 25px;
cursor: pointer;
color: #777;
font-size: 14px;
background-color: #1b1d1f;
color: #fff;
font-family: 'Lato';
font-weight: 700;
text-transform: uppercase;
-webkit-transition: background-color .25s ease;
transition: background-color .25s ease;
}
.tabs-nav a:hover { border-color: #cfcfcf; }
.tabs-nav .active a {
background-color: #ffd200;
color: #000;
padding-top: 14px;
}
.tabs-container { 
overflow: hidden;
background-color: #2f3133;
padding: 25px 25px;
}
.tab-content { display: none; }
.tab-content img {
float: left;
margin-right: 25px;
}
.tab-content.type-2 img {
float: right;
margin-right: 0px;
}
.tab-title { color: #fff; }
.tab-content p {
padding-right: 25px;
font-weight: 400;
}
.tab-content:first-child { display: block; }  .acc-box { margin-bottom: 20px; }
.acc-trigger {
position: relative;
display: block;
margin-bottom: 5px;
padding: 10px 55px 10px 20px;
cursor: pointer;
background-color: #202223;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition: background-color .55s ease-out;
transition: background-color .55s ease-out;
}
.acc-trigger:hover {
background-color: #ffd200;
-webkit-transition-duration: 200ms;
transition-duration: 200ms;
}
.acc-trigger.active {
border-color: transparent;
background-color: #ffd200;
}
.acc-trigger:after {
position: absolute;
top: 0;
right: 0;
display: block;
width: 48px;
height: 100%;
color: #5b5e60;
text-align: center;
font-size: 24px;
font-family: 'fontello';
line-height: 47px;
content: '\e9a1';
color: #ffd200;
-webkit-transition: color .55s ease-out;
transition: color .55s ease-out;
}
.acc-trigger:hover:after { color: #000;	}
.acc-trigger.active:after { 
border-color: #fff;
border-color: rgba(255,255,255, .3);
color: #000;
content: '\e9a4';
}  
.acc-trigger a {
color: #fff;
font-size: 14px;
font-family: 'Lato';
font-weight: 700;
text-transform: uppercase;
}
.acc-trigger.active a { color: #000; }
.acc-trigger.active + .acc-container p { margin: 0 0 10px 0; }
.acc-container {
padding: 20px 25px;
display: none;
background-color: #2f3133;
margin-top: -5px;
}  .alert-boxes { margin-bottom: 50px; }
.error, .success, .info, .notice {
position: relative;
margin-bottom: 10px;
padding: 11px 15px 11px 50px;
display: block;
text-transform: uppercase;
}
.error   { background-color: #fac9cf;  color: #974b54;}
.success { background-color: #d0ebb3; color: #5f7645;}
.info    { background-color: #a8dbee; color: #427b91;}
.notice  { background-color: #fde7a7; color: #975c31;}
.error:before,
.success:before,
.info:before,
.notice:before {
position: absolute;
top: 50%;
left: 20px;
margin-top: -13px;
font-size: 18px;
font-family: 'fontello';	
}
.error:before {
color: #974b54;
content: '\e83f';
}
.success:before {
color: #5f7645;
content: '\e83b';
}
.info:before {
color: #427b91;
content: '\e84c';
}
.notice:before {
color: #975c31;
content: '\e880';
}
.alert-close {
position: absolute;
top: 50%;
right: 20px;
margin-top: -9px;
line-height: 1;
}
.alert-close:before {
font-size: 18px;
font-family: 'fontello';
content: "\e83e";
}
.error	 .alert-close { color: #974b54; }
.success .alert-close { color: #5f7645; }
.info	 .alert-close { color: #427b91; }
.notice	 .alert-close { color: #975c31; }  ul.list { margin-bottom: 60px;}
ul.list li {
padding-left: 30px;
position: relative;
}
ul.list li,
ol.list li { 
margin-bottom: 4px;
font-weight: 400;
}
ul.list li:before {
font-family: 'fontello';
font-size: 18px;
left: 0;
position: absolute;
top: 0;
color: #ffd200;
}
ol.list {
list-style: none; 
counter-reset: point;
font: 0;
}
ol.list li {
padding-left: 30px;
position: relative;
}
ol.list li:before {
content: counter(point)'\.'; 
counter-increment: point 1; 
font-size: 18px; 
position: absolute;
left: 0;
top: 0;
color: #ffd200;
}
ul.list li.type-1:before { content: '\e8b2'; font-size: 18px; }
ul.list li.type-2:before { content: '\ea00'; }
ul.list li.type-3:before { content: '\e9a1'; }
ul.list li.type-4:before { content: '\eb4f'; }
ul.list li.type-5:before { content: '\eb43'; }
ul.list li.type-6:before { content: '\e8c0'; }
ul.list li.type-7:before { content: '\ec84'; }
ul.list li.type-8:before { content: '\e853'; }  .progressbar-container { margin-bottom: 70px; }
.progress-bar {
position: relative;
margin-bottom: 18px;
}
.progressbar-title {
margin-bottom: 3px;
color: #aeaeae;
font-size: 14px;
font-family: 'Lato';
font-weight: 700;
color: #fff;
text-transform: uppercase;
}
.percent {
position: absolute;
top: -5px;
right: 0;
display: block;
color: #fff;
font-size: 14px;
font-family: 'Lato';
line-height: 35px;
}	
.bar-outer {
position: relative;
width: 100%;
height: 12px;
background-color: #2f3133;
}
.bar {
position: absolute;
top: -1px;
left: 0;
z-index: 2;
width: 0%;
height: 12px;
background-color: #ffd200;
}  .shortcades-social-icons-container { margin-bottom: 60px; }
#footer ul.social-icons { margin-top: 45px; }  .shortcades-testimanials { padding-bottom: 50px; }  .drop-caps-container { margin-bottom: 50px; }
.dropcap:first-letter {
font-family: 'Lato', sans-serif;
display: block;
float: left;
font-size: 39px;
font-weight: 700;
padding: 18px 14px;
margin: 10px 20px 5px 0;
color: #202223;
background-color: #ffd200;
cursor: pointer;
}
.dropcap-type-2:first-letter {
font-family: 'Lato', sans-serif;
display: block;
float: left;
font-size: 41px;
font-weight: 700;
padding: 18px 14px;
margin: 10px 20px 5px 0;
color: #ffd200;
background-color: #202223;
cursor: pointer;
}  .youtubes { padding-bottom: 60px; }  .buttons-lightboxes { padding-bottom: 60px; }  .box-article {
position: relative;
padding: 40px 5px;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
}
.box-article:hover { background-color: #ffd200; }
.box-article:hover i { color: #2f3133; }
.content-circle {
display: block;
width: 170px;
height: 170px;
border: 15px solid #ffd200;
font: 0/0 a;
text-align: center;
background-color: #2f3133;
line-height: 147px;
margin: 0 auto 20px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .45s ease;
transition: all .45s ease;
}
.content-circle i {
font-size: 60px;
color: #fff;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.content-text {	text-align: center;	}
.content-boxes-title {
font-size: 18px;
font-family: 'Lato', sans-serif;
font-weight: 700;
}
.content-text p {
padding: 0;
margin: 0;
font-size: 16px;
font-weight: 400;
font-family: 'Roboto';	
color: #969696;
}
.box-article:hover .content-circle {
border-color: #2f3133;
background-color: #fff;
-webkit-transform: scale(1.075);
transform: scale(1.075);
-webkit-transition: -webkit-transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275); 
transition: transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275); 
}
.box-article .content-circle:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: -webkit-transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275);
transition: transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275); 
}
.box-article:hover p { color: #2f3133; }  .row-article {
position: relative;
padding: 0px 5px 0px;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-transition: background-color .35s ease-out;
transition: background-color .35s ease-out;
}
.row-article:hover { background-color: inherit; }
.row-article:hover i { color: #fff; }
.row-circle {
display: block;
width: 90px;
height: 90px;
font: 0/0 a;
text-align: center;
background-color: #2f3133;
line-height: 86px;
margin: 0px auto 34px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background-color .35s ease, color .45s ease, -webkit-transform .45s ease;
transition: background-color .35s ease, color .45s ease, transform .45s ease;
}
.row-circle-icon {
font-size: 30px;
color: #ffd200;
-webkit-transition: color .45s ease-out;
transition: color .45s ease-out;
}
.row-article:hover .row-circle {
border-color: #2f3133;
background-color: #ffd200;
-webkit-transform: scale(1.075);
transform: scale(1.075);
-webkit-transition: -webkit-transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275); 
transition: transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275); 
}
.row-article .row-circle:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: -webkit-transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275);
transition: transform .45s cubic-bezier(0.175, 0.885, 0.420, 2.275); 
}
.row-article:hover p { color: #969696; }  .services-title {
padding: 0 70px 45px;
font-size: 46px;
font-family: 'Lato';
color: #fff;
text-align: center;
text-transform: uppercase;
}
.box-article-container { margin-bottom: 120px; }  .service-article {
margin: 0;
font-weight: 400;
}
.service-image { margin-bottom: 20px; }
.service-description h4 {
font-size: 18px;
font-family: 'Lato';
font-weight: 700;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.service-description h4:hover {	color: #ffd200;	}  .side-gallery-panel { 
position: relative;
z-index: 3; 
}
.side-gallery-panel p {	margin-bottom: 40px; }
.side-gallery-title {
font-size: 24px;
text-transform: uppercase;
font-family: 'Lato';
font-weight: 700;
}
.side-meta {
font-family: 'Roboto';
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 25px;
}
.side-meta-title { color: #ffd200; }
.side-text { color: #fff; }
.side-like {
font-size: 14px;
font-family: 'Roboto';
margin-bottom: 25px;
display: inline-block;
z-index: 5;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.side-like i {
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.side-like span { color: #969696; }
.side-share {
margin-bottom: 30px;
text-transform: uppercase;
font-family: 'Roboto';
font-size: 12px;
font-weight: 700;
color: #696969;
z-index: 3;
-webkit-backface-visibility: hidden; -webkit-transform: translateX(0); backface-visibility: hidden;
} .side-share:hover i,
.side-share:hover span { color: #fff; } .side-share span {
color: #969696;
z-index: 3;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.side-share .social-icons {
display: inline-block;
margin-left: 25px;
vertical-align: middle;
z-index: 3;
}
.side-share .social-icons ul { z-index: 4; }
.ie8 .side-share .social-icons { margin-left: 5px;}
.side-gallery-panel .side-share .social-icons i { color: #696969; }
.side-gallery-panel .side-share .social-icons a:hover i { color: #fff; }
.side-like a:hover i { color: #fff; }
.side-share a:hover i { color: #fff; }
.side-share a:hover span { color: #fff; }  .side-nav {
padding: 5px;
margin-bottom: 85px;
}
.side-nav span {
color: #ffd200;
margin: 5px;
font-size: 12px;
font-family: 'Roboto';
font-weight: 700;
text-transform: uppercase;
}
.side-nav .prev,
.side-nav .next,
.side-nav .central {
position: relative;
margin: 2px;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
background-color: #424344;
border-width: 3px;
border-style: solid;
border-color: #696b6c;
font-size: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background-color .35s ease, border-color .45s ease;
transition: background-color .35s ease, border-color .45s ease;
}
.side-nav .prev:hover,
.side-nav .next:hover,
.side-nav .central:hover {
color: #fff;	
background-color: #ffc800;
border-color: #ffc800;
}
.side-nav *:after {
position: absolute;
top: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 40px;
font-family: 'fontello';
font-size: 14px;
color: #696b6c;
-webkit-transition: color .35s ease;
transition: color .35s ease;
}
.side-nav .prev:after		{ content: '\e8b4'; }
.side-nav .next:after		{ content: '\e8b5'; }
.side-nav .central:after	{ content: '\e837'}
.side-nav .prev:hover:after		{ color: #fff; }
.side-nav .next:hover:after		{ color: #fff; }
.side-nav .central:hover:after	{ color: #fff; }  .rel-works {
font-size: 0;
}
.rel-works li {
position: relative;
display: inline-block;
vertical-align: top;
padding: 1px;
}
.rel-works.col-4 li { width: 25%; }
.rel-works.col-5 li { width: 20%; }
.buttons-lightboxes .rel-works { display: block; }  .rel-works.header-items { font-size: 0; }
.rel-works.header-items li {
vertical-align: middle;
margin-bottom: 40px;
}
.rel-works.header-items.col-4 li { width: 100%; }
.rel-works.header-items .work-item img { padding: 0px 1px; } .work-item-move {
background-color: #1b1d1f;
position: relative;                           
overflow: hidden;
-webkit-backface-visibility: hidden; -webkit-transform: translateX(0); }
.work-item-move:hover {	opacity: 1;	}
.work-item-move img {
position: absolute;
left:-15%;
top:-15%;
max-width: 130%;
opacity: .5;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
div.full-width img { opacity: 1; display: block;}
.work-item-move:hover img {
opacity: 1;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.gr-box .work-item-move {
float: left;
width: 1100px;
}
.gr-box .work-item-move img {
position: absolute;
left:-15%;
top:-15%;
max-width: none;
-webkit-transition: opacity .6s ease, background .6s ease;
transition: opacity .6s ease, background .6s ease;
}
.work-item-move:hover .image-extra { 				
opacity: 1;
filter: alpha(opacity = 100);
}
.work-item-move .extra-content {
display: inline-block;
padding: 0 15px;
vertical-align: middle;					
margin-top: 18px;	
opacity: 1;
-webkit-transform: none;
transform: none;
-webkit-transition: opacity .55s ease, -webkit-transform .35s ease-out;
transition: opacity .55s ease, transform .35s ease-out;
}
.work-item-move .extra-title {                                    
background-color: #000;
background-color: rgba(0,0,0,.5);
color: #fff;
}
.full-width.work-item-move {                                    
opacity: 1;
cursor: pointer;
z-index: 2;
}
.full-width.work-item-move img { display: block;}   .classic-image-slider { margin-bottom: 35px; }
.classic-video { margin-bottom: 35px; }
.classic-nav { text-align: center; }
.classic-nav .side-nav { margin-bottom: 55px; }  .full-width-text {
text-align: center;
padding-left: 100px;
padding-right: 100px;
}  .folio-menu {
margin: 0;
padding: 0;
}
.folio-menu li {
display: inline-block;
float: left;
margin-right: 40px;
font-size: 14px;
font-family: 'Lato';
color: #969696;
}
.folio-menu li:hover a { color: #ffd200; }
.portfolio-items li {
display: inline-block;
float: left;
margin: 2px;
vertical-align: top;
}  .portfolio-filter {
margin-bottom: 20px;
font-size: 0;
width: 100%;
line-height: 1em;
}
.portfolio-filter li {
position: relative;
display: inline-block;
margin-right: 40px;
font-size: 14px;
font-family: 'Lato';
color: #969696;
cursor: pointer;
padding-bottom: 25px;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.portfolio-filter li:hover { color: #ffd200; }
.portfolio-filter li.active {color: #ffd200; }
.classic-text {
padding: 0;
margin: 0;
}  .portfolio-items { font-size: 0; }
.portfolio-items article {
position: relative;
display: inline-block;
vertical-align: top;
padding: 1px;
}
.portfolio-items.col-2 article { width: 50%; }
.portfolio-items.col-3 article { width: 33.3%; }
.portfolio-items.col-4 article { width: 25%; }
.portfolio-items.col-5 article { width: 20%; }
.portfolio-items.col-6 article { width: 16.666%; }
.portfolio-items .mix { display: none; }
.portfolio-items img { display: block; }
.portfolio-paging {
background-color: transparent;
-webkit-transition: background-color .25s ease;
transition: background-color .25s ease;
}	
.portfolio-paging .load-more {
padding: 17px 0;
display: block;
color: #ffd200;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
font-family: 'Roboto', sans-serif;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
.portfolio-paging:hover .load-more { color: #000; }
.work-item {
position: relative;
overflow: hidden;
z-index: 3;
-webkit-backface-visibility: hidden; -webkit-transform: translateX(0); }
.work-item img {
display: block;
-webkit-transition: -webkit-transform .25s ease-in-out, opacity .6s ease;
transition: transform .25s ease-in-out, opacity .6s ease;
}
.rel-works .work-item img {	padding: 0px 1px; }
.work-item:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.image-extra {
position: absolute;
top: 0;
left: 0;
z-index: 3;
overflow: hidden;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
filter: alpha(opacity = 0);
-webkit-transition: opacity .35s ease-out, background-color .35s ease-out;
transition: opacity .35s ease-out, background-color .35s ease-out;
}
.work-item:hover .image-extra { 
background-color: #ffd200;
background-color: rgba(250, 201, 1, 0.86);
opacity: 1;
filter: alpha(opacity = 100);
}
.image-extra:before {
display: inline-block;
height: 100%;
vertical-align: middle;
content: "";
}
.extra-content {
display: inline-block;
padding: 0 15px;
vertical-align: middle;
opacity: 0;
margin-top: 18px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity .55s ease, -webkit-transform .35s ease-out;
transition: opacity .55s ease, transform .35s ease-out;
}
.extra-descript {
font-size: 14px;
border: none;
border-color: transparent;
display: block;
-webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
transition: opacity .15s ease, transform .15s ease;
}
.small-font .extra-descript { font-size: 12px;}
.work-item:hover .extra-content {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
transition: opacity .35s ease, transform .35s ease;
}
.extra-title  { 
margin-bottom: 6px;
color: #fff;
font-size: 20px;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-transform: uppercase;
padding: 10px 13px;
border: 1px solid;
display: inline-block;
-webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
transition: opacity .15s ease, transform .15s ease;
}
.small-font .extra-title {
padding: 5px 9px;
font-size: 16px;
}  .project-single-entry .image-slider { margin-bottom: 40px; }
.project-page-header {
position: relative;
margin-bottom: 55px;
}
.project-page-header .project-title {
padding-right: 115px;
color: #5b5e60;
font-weight: 100;
font-size: 60px;
text-transform: uppercase;
} .project-nav {
position: absolute;
top: 50%;
right: 0;
margin-top: -15px;
font: 0/0 a;
}
.project-nav li {
display: inline-block;
margin-left: 20px;
vertical-align: top;
}
.project-nav li a {
display: block;
font: 0/0 a;
cursor: pointer;
z-index: 10;				
}
.project-nav li a:after {
display: block;
color: #aeaeae;
font-size: 36px;
font-family: 'fontello';
text-align: center;
line-height: 35px;
content: "";
}
.project-nav .prev:after		 { content: "\ea07"; }
.project-nav .next:after		 { content: "\ea08"; }
.project-nav .all-projects:after { content: "\eac0"; font-size: 30px; }
.project-nav li a:hover:after { color: #00c2a9; } .project-meta { margin-bottom: 25px; }
.project-meta li { margin-bottom: 15px; }
.project-meta-title {
color: #00c2a9;
font-weight: 400;
font-size: 16px;
font-family: 'Roboto Condensed', sans-serif;
line-height: 1em;
}
.project-meta .project-meta-date {
color: #aeaeae;
font-size: 16px;
line-height: 1em;
} .project-similar { font-size: 0; }
.project-similar li {
display: inline-block;
width: 20%;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
vertical-align: top;
}
.row .project-similar li { width: 33.33333333333333%; }
.load-more {
text-align: center;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.load-more:hover { background-color: #ffd200; }
.load-more a {
display: block;
font-family: 'Roboto';
font-size: 12px;
font-weight: 700;
color: #ffd200;
text-transform: uppercase;
padding: 15px 0;
}
.load-more:hover a { color: #000; }  .contact-info {
font-family: 'Roboto';
font-size: 16px;
font-weight: 400;
}
.textwidget.contact-info p {
color: #969696;
}
.contact-widget h4 {
font-family: 'Lato';
font-size: 18px;
}
.contact-widget i { margin-right: 22px; }
.contact-form input.verify {
vertical-align: top;
width: 75px;
height: 40px;
display: inline-block;
margin-left: -17px;
}
#captcha iframe {	
width: 100px;
overflow: scroll;
margin: 0; 
border: none;
}
#captcha { display: none; }
.input-block-last {
display: inline-block;
float: right;
}
.menu-3-header ul.contact-details li {
display: inline-block;
float: none;
}  .google_map { 
position: relative;
width: 100%;
height: 540px;
}
.google_map img { max-width: none; }  .scroll-box {
height: auto;
overflow: auto;
position: relative;
}
.gr-box { width: 6600px; }
.gr-box.type-2{ width: 6934px; }
.gr-box img { float: left; }
.sly-wrapper {
background-color: #2f3133;
margin: 0;
display: block;
}
.side-gallery-full-width {
float: left;
padding: 45px 60px;
max-width: 387px;
}
.ie8 .side-gallery-full-width {	
max-width: 246px; 
float: left; 
}
.sly-wrapper .sly-slider {	display: table;	}
.sly-wrapper .side-nav { margin: 0; }
.sly-wrapper .side-nav .prev,
.sly-wrapper .side-nav .next,
.sly-wrapper .side-nav .central {
background-color: #2f3133;
}
.sly-wrapper .side-nav .prev:hover,
.sly-wrapper .side-nav .next:hover,
.sly-wrapper .side-nav .central:hover {
background-color: #ffd200;
}
@media only screen and (min-width: 768px) {
.side-share .social-icons li {
opacity: 0;
-webkit-transform: translateX(30px);
transform: translateX(30px);
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
.side-share:hover .social-icons li {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-property: -webkit-transform, opacity;
transition-property: transform, opacity;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.side-share .social-icons li:nth-child(1) { transition-delay: 0.90s; }
.side-share .social-icons li:nth-child(2) { transition-delay: 0.75s; }
.side-share .social-icons li:nth-child(3) { transition-delay: 0.60s; }
.side-share .social-icons li:nth-child(4) { transition-delay: 0.45s; }
.side-share .social-icons li:nth-child(5) { transition-delay: 0.30s; }
.side-share:hover .social-icons li:nth-child(1) { transition-delay: 0.30s; }
.side-share:hover .social-icons li:nth-child(2) { transition-delay: 0.45s; }
.side-share:hover .social-icons li:nth-child(3) { transition-delay: 0.60s; }
.side-share:hover .social-icons li:nth-child(4) { transition-delay: 0.75s; }
.side-share:hover .social-icons li:nth-child(5) { transition-delay: 0.90s; }
}  #footer { background-color: #202223; }
.entry-footer {
position: relative;
overflow: hidden;
padding: 75px 0;
width: 100%;
z-index: 0;
}
.offers h1 {
margin-bottom: 0;		
font-family: 'Lato', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}  .clients-container {			
position: relative;
background-color: #ffd200;
overflow: hidden;
padding: 25px 0;
width: 100%;
z-index: 2;
}
.client-items {
font-size: 0;
text-align: center;
}
.client-items li {	
display: inline-block;
padding: 0 25px;
vertical-align: middle;
}
.client-items img {	vertical-align: middle;	}  .widget-area { padding: 75px 0 100px; }
.contacts-table {
padding: 100px 0;
position: relative;
width: 100%;
}
#footer .widget-title {
font-family: 'Lato', sans-serif;
font-size: 18px;
font-weight: 700;
}
.textwidget > p {
font-family: 'Roboto', sans-serif;
font-size: 15px;
margin: 0;
color: #656565;
font-weight: 500;
}
.textwidget a {
font-weight: 700;
color: #ffd200;
}
#footer .widget_social { padding-top: 50px; }
.social-links {
display: inline-block;
vertical-align: middle;
}
.social-links  > ul { margin: 0;	}
.social-links li {
display: block;
margin-left: 9px;
float: left;
}
.social-links a > i {
position: relative;
margin: 0;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
color: #454748;
font-size: 20px;
border-width: 3px;
border-style: solid;
line-height: 40px;
font-size: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .35s ease-out;
transition: all .35s ease-out;
}
.social-links a:hover i {
color: #fff;
border-color: #fff;
}
#footer .widget_twitter h5 {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 18px;	
}
.tweet {
color: #696b6c;
font-family: 'Roboto';
font-size: 16px;
font-weight: 400;
margin: 0;
}
.tweet a {
color: #656565;
}
.tweet a:hover {
color: #ababab;
}
.timePosted a {
font-family: 'Roboto';
font-weight: 700;
font-size: 12px;
color: #ababab;
}  .bottom-footer {
padding: 20px 0;
background-color: #1b1d1f;
}
.copyright,
.developed {
font-size: 12px;
color: #656565;
}    #back-top {
position: fixed;
right: 40px;
bottom: 40px;
z-index: 999;
display: none;
width: 50px;
height: 50px;
background-color: #fff;
background-color: rgba(255,255,255,.25);
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .25s ease;
transition: all .25s ease;
-webkit-transition-duration: 1200ms;
transition-duration: 1200ms;
-webkit-border-radius: 50%;
border-radius: 50%;
}
#back-top:after {
width: 40px;
height: 40px;
text-align: center;
color: #e1e1e1;
font-size: 20px;
font-family: 'fontello';
content: "\ed4e";
line-height: 48px;
-webkit-transition: all .25s ease;
transition: all .25s ease;
}
#back-top:hover {
border-color: transparent;
background-color: #ffd200;
}
#back-top:hover:after { color: #fff; } .ie8 #owl-slider		{ width: 1210px;}
.ie8 #image-slider		{ width: 769px;  }
.ie8 #full-gallery-slider       { width: 1170px;}  .lazy-image {
-webkit-transition: opacity .35s ease;
transition: opacity .35s ease;
}
.img img {
opacity: 0;
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.lazy {
position: absolute;
top: 50%;
left: 50%;
width: 120px;
height: 14px;
margin-top: -7px;
margin-left: -42px;
}
.G {
position:absolute;
background-color:#fff;
width:10px;
height:10px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.3s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.3s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.3s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.3s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.3s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}
.G_1 {
left:0;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}
.G_2 {
left:10px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}
.G_3 {
left:20px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}
.G_4 {
left:30px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}
.G_5 {
left:40px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}
.G_6 {
left:50px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}
.G_7 {
left:60px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}
.G_8 {
left:70px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}
@-moz-keyframes bounce_fountainG {
0% {
-moz-transform:scale(1);
background-color:#fff;
}
100% {
-moz-transform:scale(.3);
background-color:#fff;
}
}
@-webkit-keyframes bounce_fountainG {
0% {
-webkit-transform:scale(1);
background-color:#fff;
}
100% {
-webkit-transform:scale(.3);
background-color:#fff;
}
}
@-ms-keyframes bounce_fountainG {
0% {
-ms-transform:scale(1);
background-color:#fff;
}
100% {
-ms-transform:scale(.3);
background-color:#fff;
}
}
@-o-keyframes bounce_fountainG {
0% {
-o-transform:scale(1);
background-color:#fff;
}
100% {
-o-transform:scale(.3);
background-color:#fff;
}
}
@keyframes bounce_fountainG {
0% {
transform:scale(1);
background-color:#fff;
}
100% {
transform:scale(.3);
background-color:#fff;
}
}.container {
position: relative;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after { clear: both; }
.row {
margin-right: -20px;
margin-left: -20px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after { clear: both; }
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 20px;
padding-left: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 { float: left; }
.col-xs-1  { width: 8.333333333333332%;  }
.col-xs-2  { width: 16.666666666666664%; }
.col-xs-3  { width: 25%; }
.col-xs-4  { width: 33.33333333333333%; }
.col-xs-5  { width: 41.66666666666667%; }
.col-xs-6  { width: 50%; }
.col-xs-7  { width: 58.333333333333336%; }
.col-xs-8  { width: 66.66666666666666%;  }
.col-xs-9  { width: 75%; }
.col-xs-10 { width: 83.33333333333334%; }
.col-xs-11 { width: 91.66666666666666%; }
.col-xs-12 { width: 100%; }
@media (min-width: 768px) {
.container { max-width: 750px; }
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 { float: left; }
.col-sm-1  { width: 8.333333333333332%;  }
.col-sm-2  { width: 16.666666666666664%; }
.col-sm-3  { width: 25%;  }
.col-sm-4  { width: 33.33333333333333%; }
.col-sm-5  { width: 41.66666666666667%; }
.col-sm-6  { width: 50%;  }
.col-sm-7  { width: 58.333333333333336%; }
.col-sm-8  { width: 66.66666666666666%;  }
.col-sm-9  { width: 75%;  }
.col-sm-10 { width: 83.33333333333334%; }
.col-sm-11 { width: 91.66666666666666%; }
.col-sm-12 { width: 100%; }
.col-sm-push-1  { left: 8.333333333333332%;  }
.col-sm-push-2  { left: 16.666666666666664%; }
.col-sm-push-3  { left: 25%; }
.col-sm-push-4  { left: 33.33333333333333%; }
.col-sm-push-5  { left: 41.66666666666667%; }
.col-sm-push-6  { left: 50%; }
.col-sm-push-7  { left: 58.333333333333336%; }
.col-sm-push-8  { left: 66.66666666666666%;  }
.col-sm-push-9  { left: 75%; }
.col-sm-push-10 { left: 83.33333333333334%; }
.col-sm-push-11 { left: 91.66666666666666%; }
.col-sm-pull-1  { right: 8.333333333333332%;  }
.col-sm-pull-2  { right: 16.666666666666664%; }
.col-sm-pull-3  { right: 25%; }
.col-sm-pull-4  { right: 33.33333333333333%; }
.col-sm-pull-5  { right: 41.66666666666667%; }
.col-sm-pull-6  { right: 50%; }
.col-sm-pull-7  { right: 58.333333333333336%; }
.col-sm-pull-8  { right: 66.66666666666666%;  }
.col-sm-pull-9  { right: 75%; }
.col-sm-pull-10 { right: 83.33333333333334%; }
.col-sm-pull-11 { right: 91.66666666666666%; }
.col-sm-offset-1  { margin-left: 8.333333333333332%; }
.col-sm-offset-2  { margin-left: 16.666666666666664%; }
.col-sm-offset-3  { margin-left: 25%; }
.col-sm-offset-4  { margin-left: 33.33333333333333%; }
.col-sm-offset-5  { margin-left: 41.66666666666667%; }
.col-sm-offset-6  { margin-left: 50%; }
.col-sm-offset-7  { margin-left: 58.333333333333336%; }
.col-sm-offset-8  { margin-left: 66.66666666666666%;  }
.col-sm-offset-9  { margin-left: 75%; }
.col-sm-offset-10 { margin-left: 83.33333333333334%; }
.col-sm-offset-11 { margin-left: 91.66666666666666%; }
}
@media (min-width: 992px) {
.container { max-width: 970px; }
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 { float: left; }
.col-md-1  { width: 8.333333333333332%;  }
.col-md-2  { width: 16.666666666666664%; }
.col-md-3  { width: 25%;  }
.col-md-4  { width: 33.33333333333333%; }
.col-md-5  { width: 41.66666666666667%; }
.col-md-6  { width: 50%;  }
.col-md-7  { width: 58.333333333333336%; }
.col-md-8  { width: 66.66666666666666%;  }
.col-md-9  { width: 75%;  }
.col-md-10 { width: 83.33333333333334%; }
.col-md-11 { width: 91.66666666666666%; }
.col-md-12 { width: 100%; }
.col-md-push-0  { left: auto; }
.col-md-push-1  { left: 8.333333333333332%;  }
.col-md-push-2  { left: 16.666666666666664%; }
.col-md-push-3  { left: 25%;  }
.col-md-push-4  { left: 33.33333333333333%; }
.col-md-push-5  { left: 41.66666666666667%; }
.col-md-push-6  { left: 50%;  }
.col-md-push-7  { left: 58.333333333333336%; }
.col-md-push-8  { left: 66.66666666666666%;  }
.col-md-push-9  { left: 75%;  }
.col-md-push-10 { left: 83.33333333333334%; }
.col-md-push-11 { left: 91.66666666666666%; }
.col-md-pull-0  { right: auto; }
.col-md-pull-1  { right: 8.333333333333332%;  }
.col-md-pull-2  { right: 16.666666666666664%; }
.col-md-pull-3  { right: 25%;  }
.col-md-pull-4  { right: 33.33333333333333%; }
.col-md-pull-5  { right: 41.66666666666667%; }
.col-md-pull-6  { right: 50%;  }
.col-md-pull-7  { right: 58.333333333333336%; }
.col-md-pull-8  { right: 66.66666666666666%;  }
.col-md-pull-9  { right: 75%;  }
.col-md-pull-10 { right: 83.33333333333334%; }
.col-md-pull-11 { right: 91.66666666666666%; }
.col-md-offset-0  { margin-left: 0;   }
.col-md-offset-1  { margin-left: 8.333333333333332%;  }
.col-md-offset-2  { margin-left: 16.666666666666664%; }
.col-md-offset-3  { margin-left: 25%; }
.col-md-offset-4  { margin-left: 33.33333333333333%; }
.col-md-offset-5  { margin-left: 41.66666666666667%; }
.col-md-offset-6  { margin-left: 50%; }
.col-md-offset-7  { margin-left: 58.333333333333336%; }
.col-md-offset-8  { margin-left: 66.66666666666666%;  }
.col-md-offset-9  { margin-left: 75%; }
.col-md-offset-10 { margin-left: 83.33333333333334%; }
.col-md-offset-11 { margin-left: 91.66666666666666%; }
}
@media (min-width: 1200px) {
.container { max-width: 1170px; }
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 { float: left; }
.col-lg-1  { width: 8.333333333333332%;  }
.col-lg-2  { width: 16.666666666666664%; }
.col-lg-3  { width: 25%;  }
.col-lg-4  { width: 33.33333333333333%; }
.col-lg-5  { width: 41.66666666666667%; }
.col-lg-6  { width: 50%;  }
.col-lg-7  { width: 58.333333333333336%; }
.col-lg-8  { width: 66.66666666666666%;  }
.col-lg-9  { width: 75%;  }
.col-lg-10 { width: 83.33333333333334%; }
.col-lg-11 { width: 91.66666666666666%; }
.col-lg-12 { width: 100%; }
.col-lg-push-0  { left: auto; }
.col-lg-push-1  { left: 8.333333333333332%;  }
.col-lg-push-2  { left: 16.666666666666664%; }
.col-lg-push-3  { left: 25%;  }
.col-lg-push-4  { left: 33.33333333333333%; }
.col-lg-push-5  { left: 41.66666666666667%; }
.col-lg-push-6  { left: 50%;  }
.col-lg-push-7  { left: 58.333333333333336%; }
.col-lg-push-8  { left: 66.66666666666666%;  }
.col-lg-push-9  { left: 75%;  }
.col-lg-push-10 { left: 83.33333333333334%; }
.col-lg-push-11 { left: 91.66666666666666%; }
.col-lg-pull-0  { right: auto; }
.col-lg-pull-1  { right: 8.333333333333332%;  }
.col-lg-pull-2  { right: 16.666666666666664%; }
.col-lg-pull-3  { right: 25%;  }
.col-lg-pull-4  { right: 33.33333333333333%; }
.col-lg-pull-5  { right: 41.66666666666667%; }
.col-lg-pull-6  { right: 50%;  }
.col-lg-pull-7  { right: 58.333333333333336%; }
.col-lg-pull-8  { right: 66.66666666666666%;  }
.col-lg-pull-9  { right: 75%;  }
.col-lg-pull-10 { right: 83.33333333333334%; }
.col-lg-pull-11 { right: 91.66666666666666%; }
.col-lg-offset-0  { margin-left: 0;   }
.col-lg-offset-1  { margin-left: 8.333333333333332%;  }
.col-lg-offset-2  { margin-left: 16.666666666666664%; }
.col-lg-offset-3  { margin-left: 25%; }
.col-lg-offset-4  { margin-left: 33.33333333333333%; }
.col-lg-offset-5  { margin-left: 41.66666666666667%; }
.col-lg-offset-6  { margin-left: 50%; }
.col-lg-offset-7  { margin-left: 58.333333333333336%; }
.col-lg-offset-8  { margin-left: 66.66666666666666%;  }
.col-lg-offset-9  { margin-left: 75%; }
.col-lg-offset-10 { margin-left: 83.33333333333334%; }
.col-lg-offset-11 { margin-left: 91.66666666666666%; }
}@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
.extra-title { font-size: 15px; }
.work-item-move .extra-title {                                    
font-size: 15px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
.extra-title { font-size: 15px; }
.work-item-move .extra-title {                                    
font-size: 15px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1367px) {
.extra-title { font-size: 15px; }
.work-item-move .extra-title {                                    
font-size: 15px;
}
}
@media screen and (max-width: 1200px) {  div.article-content > .entry-body {	padding: 8px 20px; }
.article-thumb { padding-bottom: 75px; }  .client-items li { width: 16%; }  .offers h1 { font-size: 25px; }
#footer ul.social-icons { 
margin-top: 0;
margin-bottom: 30px;
}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {  .button.large {	padding: 18px 26px;	}  .item:hover .entry-body {
-webkit-transform: translateY(-76%);
transform: translateY(-76%);
}  .header-text { top: 100px; }  .side-share .social-icons { margin-left: 11px; }  .grid-posts .item:hover .entry-body {
-webkit-transform: translateY(-69%);
transform: translateY(-69%);
}  .item .entry .entry-quote {	padding-bottom: 34px; }
.item .entry-quote blockquote {	font-size: 20px; }  .middle-header-line .navigation > ul > li > a {	padding: 15px; }
.extra-title { font-size: 15px; }
.work-item-move .extra-title {                                    
font-size: 15px;
}
.post-holder .entry-title {font-size: 13px;}
.popular-posts  .post-holder { padding: 20px 8px 25px; }
} @media only screen and (max-width: 992px) {  .responsive-nav-button {
display: inline-block;
vertical-align: middle;
margin: 7px 0;
background-color: #202223;
}
.navigation { display: none; }
#mobile-menu {
display: block;
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
right: -100%;
top: 0;
background-color: #2f3133;
font-family: 'Roboto', sans-serif;
font-weight: 200;
font-size: 14px;
z-index: 100;
pointer-events: none;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: -webkit-transform .35s ease-in-out;
transition: transform .35s ease-in-out;
-webkit-transform: translateX(0);
transform: translateX(0);
}
#wrapper.active #mobile-menu {
pointer-events: auto;
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
#mobile-menu ul li {
border: 1px solid #000;
border-bottom: none;
}
#mobile-menu ul li a { color: #fff; }
#mobile-menu ul li a:before {
content: "\- ";
color: #ffd200;
left: 3px;
}
#mobile-menu ul li a:hover:before { color: #000; }
#mobile-menu > ul { padding-top: 100px; }
#mobile-menu ul ul li a { padding-left: 40px; }
#mobile-menu ul li a {
display: block;
padding: 5px 20px;
display: block;
background-color: #2f3133;
-webkit-transition: background-color .35s ease;
transition: background-color .35s ease;
}
#mobile-menu > ul > li > a { background-color: #202223; }
#mobile-menu ul li:hover > a {
color: #000;
background-color: #ffd200;
}
#mobile-menu ul ul ul li {
position: relative;
border-left: none;
border-bottom: none;
padding-left: 30px;
}
#menu-hide {
width: 40px;
height: 40px;
background-color: #202223;	
text-align: center;
font-weight: normal;
font-style: normal;
font-size: 21px;
font-family: 'fontello';
line-height: 40px;
vertical-align: middle;
left: 17px;
top: 30px;
display: block;
position: absolute;
z-index: 105;
-webkit-border-radius: 6px;
border-radius: 6px;
}
#menu-hide:after {
content: "\efc0";
color: #fff;
}
.search-wrapper {
padding-top: 9px;
padding-bottom: 9px;
}  .client-items li { padding: 0 10px;}  .widget-area { 
padding-top: 45px; 
padding-bottom: 5px;
}
} @media only screen and (min-width: 768px) and (max-width: 992px) {  .header-text { top: 67px; }
.header-text p { font-size: 23px; }  .item:hover .entry-body {
-webkit-transform: translateY(-65%);
transform: translateY(-65%);
}  .contact-info { margin-bottom: 10px;	}  .extra-descript { font-size: 11px; }
.extra-title { font-size: 14px; }
.work-item-move .extra-title {                                    
font-size: 14px;
}  .box-article { margin-bottom: 30px; }
.team-contents .entry-date {
-webkit-transition: color .35s ease;
transition: color .35s ease;
}  .services-title {
padding: 0 20px;
font-size: 30px;
}
.transparent-bg .responsive-nav-button { background-color: transparent; }  .simple-pricing-table .simple-column.col-3,
.simple-pricing-table .simple-column.col-4 {
width: 50%;
padding-bottom: 10px;
}  .absolute-image { left: 0px; }
.portfolio-items.col-5 article { width: 33.333%; }
.portfolio-items.col-6 article { width: 33.333%; }
} @media only screen and (max-width: 767px) {
#content-bottom-off { padding: 30px 0px 0px 0px; }   #full-gallery-slider .single-image img { 
display: block;
width: 100%;
height: 180px;
}
.side-gallery-full-width {
text-align: center;
max-width: 100%;
}  ul.contact-details li {
display: block;
text-align: center;
margin-left: 0;
}
#logo {
display: block;
text-align: center;
}
.transparent-bg #logo a:after { right: 301px; }  
.header-in > .social-icons.circle-icons { 
display: block;
text-align: center;
}
ul.contact-details {
display: block;
text-align: center;
}
.middle-header-line .responsive-nav-button { 
position: relative;
text-align: center;
}
.middle-header-line .responsive-nav-button { 
width: 100%; 
background: transparent;
}  .top-header-line .social-icons { float: none; }
.top-header-line .social-icons.circle-icons { 
display: block;
text-align: center;
}
div.circle-icons li { 
margin: 0 2px; 
position: relative; 
}  #content { padding: 30px 0; }
.section-title { margin-bottom: 5px; }	
.section-title h3 {
padding: 0 20px;
font-size: 30px;
font-weight: 500;
}
.section-title.type-2 h3 { font-size: 20px; }
.section-title h4 {	font-size: 16px; }  #image-slider .single-image img { height: 180px; }
#owl-slider .item { margin-bottom: 105px; }
.article-thumb { padding-bottom: 0px; }
.article-content > .entry-body {
position: relative;
-webkit-transform: translateY(0);
transform: translateY(0);	
}
.item .entry-body,
.item:hover .entry-body {
background-color: #ffd200;
-webkit-transform: translateY(-7px);
transform: translateY(-7px);
}
.item:hover .article-thumb img { opacity: 1; }
.with-icon .entry-title:before { color: #fff; }
.item .entry-date { color: #fff;}
.carousel .owl-controls {
margin-top: -110px;
margin-bottom: 15px;
}
.entry-quote blockquote { font-size: 16px; }  .header-text {
top: 108px;
padding-left: 0;
}
.header-text p { font-size: 15px; }  .team-contents .item { margin-bottom: 25px; }
.team-contents .article-thumb { padding-bottom: 0px; }
.team-contents .item-container:hover .article-thumb {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.team-contents .item-container .entry-body,
.team-contents .item-container:hover .entry-body {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.team-contents .article-content > .entry-body {	
margin-top: -12px; 
padding: 21px 20px 84px;
}
.team-contents .entry-excerpt { 
-webkit-transition-duration: 0;
transition-duration: 0;
}
.team-contents ul.social-icons li a { border: 3px solid #fff; }
.team-contents ul.social-icons li i { color: #fff; }  .side-share .social-icons { margin-left: 9px;}  .header-items img {
border: 0;
height: auto;
max-width: 200%;
-ms-interpolation-mode: bicubic;
}  .portfolio-filter li {
margin-right: 24px;
margin-bottom: 8px;
}
.portfolio-filter { margin-bottom: 10px; }  .portfolio-paging .load-more { padding: 5px 0; }
.portfolio-items.col-2 article { width: 50%; }
.portfolio-items.col-3 article { width: 50%; }
.portfolio-items.col-4 article { width: 50%; }
.portfolio-items.col-5 article { width: 50%; }
.portfolio-items.col-6 article { width: 50%; }
.extra-title  { 
font-size: 12px;
padding: 4px 10px;
}
.work-item-move .extra-title { font-size: 12px; }  .certain-post .entry-text { padding: 20px 12px 35px 22px; }
.post-holder .entry-title {font-size: 13px;}
.popular-posts  .post-holder { padding: 20px 7px 25px; }  .rel-works.col-4 li { width: 100%;}
.rel-works.col-5 li { width: 100%; }  .services-title {
font-size: 25px;
margin-bottom: 30px;
padding: 0 22px;
font-size: 21px;
}
.service-article { padding-bottom: 10px; }  .comment .gravatar {
margin-right: 16px;
margin-left: 22px;
margin-top: 14px;
}
.comment-body { 
display: block;
padding: 10px 10px 2px 2px; 
}
.comment p {
font-size: 14px;
padding-left: 20px;
}  .input-blocks .input-block {
width: 100%;
padding: 0;
}
.input-blocks {
margin: 0;
font-size: 0;
padding-bottom: 0;
}  .entry-text { padding: 10px 10px 20px 22px; }
.blog-meta .entry-title a { font-size: 20px; }  .grid-posts .article-thumb { padding-bottom: 0px; }
.grid-posts .item .entry .entry-quote {	padding-bottom: 33px; }  .full-width-text {
text-align: center;
padding-left: 5px;
padding-right: 5px;
}  .copyright,
.developed {
display: block;
text-align: center;
}  .contact-info { margin-bottom: 15px; }  .full-width-image img { height: 180px; }
.quotes-container { padding: 25px 0px; }
.quotes-container .quote-text { padding: 0 5px; }
.quotes-container .quote-text:before { margin-bottom: 15px; }
.quotes-container .quote-text p { font-size: 15px; }  .counter .count { 
font-size: 50px;
line-height: 60px;
}  .testimonials .quote-text { font-size: 17px; }  .simple-pricing-table .simple-column { 
margin-bottom: 20px;
width: 100%;
}
.simple-pricing-table .simple-column.col-3,
.simple-pricing-table .simple-column.col-4 { width: 100%; }
.simple-pricing-table .simple-column:hover {
-webkit-transform: scale(1);
transform: scale(1);
}  .offers h1 { font-size: 20px; }
.widget-area {
padding-top: 40px;
padding-bottom: 0;
}
.entry-footer {	padding: 35px 0; }  .box-article { margin-bottom: 35px; }  .absolute-image {
position: absolute;
top: 110px;
left: 7px;
}  .google_map { 
position: relative;
width: 100%;
height: 200px;
}
.work-item-move {
z-index: 10;
}
.rel-works {
z-index: 10;
}
.entry-meta .entry-title {
font-size: 17px;
}
.full-width.work-item-move {
overflow: visible;
}
.full-width.work-item-move img {
height: 215px;	
}
.row-article:first-child {
margin-top: 40px;
}
.gr-box .work-item-move {
width: 275px;
}
}
@media only screen and (min-width: 480px) and (max-width: 570px) {
.transparent-bg #logo a:after { right: 212px; } 
#image-slider .single-image img { height: 235px; }
#full-gallery-slider .single-image img { height: 235px; }
.scroll-box { height: 208px; }
.gr-box .work-item-move img {
height: 400px;
}
.gr-box.type-2 img { height: 400px;}
.gr-box { width: 1650px; } } @media only screen and (min-width: 480px) and (max-width: 767px) {   .responsive-nav-button { position: absolute; }    .client-items li {	
width: 33%;
padding: 0 4px;
}
} @media only screen and (max-width: 480px) {   .responsive-nav-button { position: absolute;	}
.navigation { display: none; }
.search-wrapper input[type="text"] {
float: right;
width: 85%;
}  .client-items li {	
width: 50%;
padding: 5px 10px;
}
.transparent-bg #logo a:after { right: 166px; }  
.scroll-box { height: 208px; }
.gr-box .work-item-move img {
height: 400px;
}
.gr-box.type-2 img { height: 200px;}
.gr-box { width: 1660px; } }
@media only screen and (max-width: 320px) {  .transparent-bg #logo a:after { right: 85px; } }@font-face {
font-family: 'fontello';
src: url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontello.eot);
src: url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontello.eot#iefix) format('embedded-opentype'),
url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontello.woff) format('woff'),
url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontello.ttf) format('truetype'),
url(//apofrakseiskanelis.gr/wp-content/themes/invento/fonts/fontello.svg#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, 
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
}
.icon-emo-happy:before { content: '\e801'; } .icon-odnoklassniki-rect-1:before { content: '\efb7'; } .icon-emo-wink2:before { content: '\e803'; } .icon-emo-unhappy:before { content: '\e804'; } .icon-emo-sleep:before { content: '\e805'; } .icon-emo-thumbsup:before { content: '\e806'; } .icon-emo-devil:before { content: '\e807'; } .icon-emo-surprised:before { content: '\e808'; } .icon-emo-tongue:before { content: '\e809'; } .icon-emo-coffee:before { content: '\e80a'; } .icon-emo-sunglasses:before { content: '\e80b'; } .icon-emo-displeased:before { content: '\e80c'; } .icon-emo-beer:before { content: '\e80d'; } .icon-emo-grin:before { content: '\e80e'; } .icon-emo-angry:before { content: '\e81d'; } .icon-emo-saint:before { content: '\e81e'; } .icon-emo-cry:before { content: '\e81f'; } .icon-emo-shoot:before { content: '\e820'; } .icon-emo-squint:before { content: '\e821'; } .icon-emo-laugh:before { content: '\e822'; } .icon-spin1:before { content: '\e80f'; } .icon-spin2:before { content: '\e810'; } .icon-spin3:before { content: '\e811'; } .icon-spin4:before { content: '\e812'; } .icon-spin5:before { content: '\e813'; } .icon-spin6:before { content: '\e814'; } .icon-firefox:before { content: '\e815'; } .icon-chrome:before { content: '\e816'; } .icon-opera:before { content: '\e817'; } .icon-ie:before { content: '\e818'; } .icon-crown:before { content: '\e819'; } .icon-crown-plus:before { content: '\e81a'; } .icon-crown-minus:before { content: '\e81b'; } .icon-marquee:before { content: '\e81c'; } .icon-glass:before { content: '\e823'; } .icon-music:before { content: '\e824'; } .icon-search-1:before { content: '\e825'; } .icon-mail:before { content: '\e826'; } .icon-mail-alt:before { content: '\e827'; } .icon-heart:before { content: '\e828'; } .icon-heart-empty:before { content: '\e829'; } .icon-star:before { content: '\e82a'; } .icon-star-empty:before { content: '\e82b'; } .icon-star-half:before { content: '\e82c'; } .icon-star-half-alt:before { content: '\e82d'; } .icon-user:before { content: '\e82e'; } .icon-users:before { content: '\e82f'; } .icon-male:before { content: '\e830'; } .icon-female:before { content: '\e831'; } .icon-video:before { content: '\e832'; } .icon-videocam:before { content: '\e833'; } .icon-picture:before { content: '\e834'; } .icon-camera:before { content: '\e835'; } .icon-camera-alt:before { content: '\e836'; } .icon-th-large:before { content: '\e837'; } .icon-th:before { content: '\e838'; } .icon-th-list:before { content: '\e839'; } .icon-ok:before { content: '\e83a'; } .icon-ok-circled:before { content: '\e83b'; } .icon-ok-circled2:before { content: '\e83c'; } .icon-ok-squared:before { content: '\e83d'; } .icon-cancel:before { content: '\e83e'; } .icon-cancel-circled:before { content: '\e83f'; } .icon-cancel-circled2:before { content: '\e840'; } .icon-plus:before { content: '\e841'; } .icon-plus-circled:before { content: '\e842'; } .icon-plus-squared:before { content: '\e843'; } .icon-plus-squared-small:before { content: '\e844'; } .icon-minus:before { content: '\e845'; } .icon-minus-circled:before { content: '\e846'; } .icon-minus-squared:before { content: '\e847'; } .icon-minus-squared-alt:before { content: '\e848'; } .icon-minus-squared-small:before { content: '\e849'; } .icon-help:before { content: '\e84a'; } .icon-help-circled:before { content: '\e84b'; } .icon-info-circled:before { content: '\e84c'; } .icon-info:before { content: '\e84d'; } .icon-home:before { content: '\e84e'; } .icon-link:before { content: '\e84f'; } .icon-unlink:before { content: '\e850'; } .icon-link-ext:before { content: '\e851'; } .icon-link-ext-alt:before { content: '\e852'; } .icon-attach:before { content: '\e853'; } .icon-lock:before { content: '\e854'; } .icon-lock-open:before { content: '\e855'; } .icon-lock-open-alt:before { content: '\e856'; } .icon-pin:before { content: '\e857'; } .icon-eye:before { content: '\e858'; } .icon-eye-off:before { content: '\e859'; } .icon-tag:before { content: '\e85a'; } .icon-tags:before { content: '\e85b'; } .icon-bookmark:before { content: '\e85c'; } .icon-bookmark-empty:before { content: '\e85d'; } .icon-flag:before { content: '\e85e'; } .icon-flag-empty:before { content: '\e85f'; } .icon-flag-checkered:before { content: '\e860'; } .icon-thumbs-up:before { content: '\e861'; } .icon-thumbs-down:before { content: '\e862'; } .icon-thumbs-up-alt:before { content: '\e863'; } .icon-thumbs-down-alt:before { content: '\e864'; } .icon-download:before { content: '\e865'; } .icon-upload:before { content: '\e866'; } .icon-download-cloud:before { content: '\e867'; } .icon-upload-cloud:before { content: '\e868'; } .icon-reply:before { content: '\e869'; } .icon-reply-all:before { content: '\e86a'; } .icon-forward:before { content: '\e86b'; } .icon-quote-left:before { content: '\e86c'; } .icon-quote-right:before { content: '\e86d'; } .icon-code:before { content: '\e86e'; } .icon-export:before { content: '\e86f'; } .icon-export-alt:before { content: '\e870'; } .icon-pencil:before { content: '\e871'; } .icon-pencil-squared:before { content: '\e872'; } .icon-edit:before { content: '\e873'; } .icon-print:before { content: '\e874'; } .icon-retweet:before { content: '\e875'; } .icon-keyboard:before { content: '\e876'; } .icon-gamepad:before { content: '\e877'; } .icon-comment:before { content: '\e878'; } .icon-chat:before { content: '\e879'; } .icon-comment-empty:before { content: '\e87a'; } .icon-chat-empty:before { content: '\e87b'; } .icon-bell:before { content: '\e87c'; } .icon-bell-alt:before { content: '\e87d'; } .icon-attention-alt:before { content: '\e87e'; } .icon-attention:before { content: '\e87f'; } .icon-attention-circled:before { content: '\e880'; } .icon-location:before { content: '\e881'; } .icon-direction:before { content: '\e882'; } .icon-compass:before { content: '\e883'; } .icon-trash:before { content: '\e884'; } .icon-doc:before { content: '\e885'; } .icon-docs:before { content: '\e886'; } .icon-doc-text:before { content: '\e887'; } .icon-doc-inv:before { content: '\e888'; } .icon-doc-text-inv:before { content: '\e889'; } .icon-folder:before { content: '\e88a'; } .icon-folder-open:before { content: '\e88b'; } .icon-folder-empty:before { content: '\e88c'; } .icon-folder-open-empty:before { content: '\e88d'; } .icon-box:before { content: '\e88e'; } .icon-rss:before { content: '\e88f'; } .icon-rss-squared:before { content: '\e890'; } .icon-phone:before { content: '\e891'; } .icon-phone-squared:before { content: '\e892'; } .icon-menu:before { content: '\e893'; } .icon-cog:before { content: '\e894'; } .icon-cog-alt:before { content: '\e895'; } .icon-wrench:before { content: '\e896'; } .icon-basket:before { content: '\e897'; } .icon-calendar:before { content: '\e898'; } .icon-calendar-empty:before { content: '\e899'; } .icon-login:before { content: '\e89a'; } .icon-logout:before { content: '\e89b'; } .icon-mic:before { content: '\e89c'; } .icon-mute:before { content: '\e89d'; } .icon-volume-off:before { content: '\e89e'; } .icon-volume-down:before { content: '\e89f'; } .icon-volume-up:before { content: '\e8a0'; } .icon-headphones:before { content: '\e8a1'; } .icon-clock:before { content: '\e8a2'; } .icon-lightbulb:before { content: '\e8a3'; } .icon-block:before { content: '\e8a4'; } .icon-resize-full:before { content: '\e8a5'; } .icon-resize-full-alt:before { content: '\e8a6'; } .icon-resize-small:before { content: '\e8a7'; } .icon-resize-vertical:before { content: '\e8a8'; } .icon-resize-horizontal:before { content: '\e8a9'; } .icon-move:before { content: '\e8aa'; } .icon-zoom-in:before { content: '\e8ab'; } .icon-zoom-out:before { content: '\e8ac'; } .icon-down-circled2:before { content: '\e8ad'; } .icon-up-circled2:before { content: '\e8ae'; } .icon-down-dir:before { content: '\e8af'; } .icon-up-dir:before { content: '\e8b0'; } .icon-left-dir:before { content: '\e8b1'; } .icon-right-dir:before { content: '\e8b2'; } .icon-down-open:before { content: '\e8b3'; } .icon-left-open:before { content: '\e8b4'; } .icon-right-open:before { content: '\e8b5'; } .icon-up-open:before { content: '\e8b6'; } .icon-angle-left:before { content: '\e8b7'; } .icon-angle-right:before { content: '\e8b8'; } .icon-angle-up:before { content: '\e8b9'; } .icon-angle-down:before { content: '\e8ba'; } .icon-angle-circled-left:before { content: '\e8bb'; } .icon-angle-circled-right:before { content: '\e8bc'; } .icon-angle-circled-up:before { content: '\e8bd'; } .icon-angle-circled-down:before { content: '\e8be'; } .icon-angle-double-left:before { content: '\e8bf'; } .icon-angle-double-right:before { content: '\e8c0'; } .icon-angle-double-up:before { content: '\e8c1'; } .icon-angle-double-down:before { content: '\e8c2'; } .icon-down:before { content: '\e8c3'; } .icon-left:before { content: '\e8c4'; } .icon-right:before { content: '\e8c5'; } .icon-up:before { content: '\e8c6'; } .icon-down-big:before { content: '\e8c7'; } .icon-left-big:before { content: '\e8c8'; } .icon-right-big:before { content: '\e8c9'; } .icon-up-big:before { content: '\e8ca'; } .icon-right-hand:before { content: '\e8cb'; } .icon-left-hand:before { content: '\e8cc'; } .icon-up-hand:before { content: '\e8cd'; } .icon-down-hand:before { content: '\e8ce'; } .icon-left-circled:before { content: '\e8cf'; } .icon-right-circled:before { content: '\e8d0'; } .icon-up-circled:before { content: '\e8d1'; } .icon-down-circled:before { content: '\e8d2'; } .icon-cw:before { content: '\e8d3'; } .icon-ccw:before { content: '\e8d4'; } .icon-arrows-cw:before { content: '\e8d5'; } .icon-level-up:before { content: '\e8d6'; } .icon-level-down:before { content: '\e8d7'; } .icon-shuffle:before { content: '\e8d8'; } .icon-exchange:before { content: '\e8d9'; } .icon-collapse:before { content: '\e8da'; } .icon-collapse-top:before { content: '\e8db'; } .icon-expand:before { content: '\e8dc'; } .icon-play:before { content: '\e8dd'; } .icon-play-circled:before { content: '\e8de'; } .icon-play-circled2:before { content: '\e8df'; } .icon-stop:before { content: '\e8e0'; } .icon-pause:before { content: '\e8e1'; } .icon-to-end:before { content: '\e8e2'; } .icon-to-end-alt:before { content: '\e8e3'; } .icon-to-start:before { content: '\e8e4'; } .icon-to-start-alt:before { content: '\e8e5'; } .icon-fast-fw:before { content: '\e8e6'; } .icon-fast-bw:before { content: '\e8e7'; } .icon-eject:before { content: '\e8e8'; } .icon-target:before { content: '\e8e9'; } .icon-signal:before { content: '\e8ea'; } .icon-award:before { content: '\e8eb'; } .icon-desktop:before { content: '\e8ec'; } .icon-laptop:before { content: '\e8ed'; } .icon-tablet:before { content: '\e8ee'; } .icon-mobile:before { content: '\e8ef'; } .icon-inbox:before { content: '\e8f0'; } .icon-globe:before { content: '\e8f1'; } .icon-sun:before { content: '\e8f2'; } .icon-cloud:before { content: '\e8f3'; } .icon-flash:before { content: '\e8f4'; } .icon-moon:before { content: '\e8f5'; } .icon-umbrella:before { content: '\e8f6'; } .icon-flight:before { content: '\e8f7'; } .icon-fighter-jet:before { content: '\e8f8'; } .icon-leaf:before { content: '\e8f9'; } .icon-font:before { content: '\e8fa'; } .icon-bold:before { content: '\e8fb'; } .icon-italic:before { content: '\e8fc'; } .icon-text-height:before { content: '\e8fd'; } .icon-text-width:before { content: '\e8fe'; } .icon-align-left:before { content: '\e8ff'; } .icon-align-center:before { content: '\e900'; } .icon-align-right:before { content: '\e901'; } .icon-align-justify:before { content: '\e902'; } .icon-list:before { content: '\e903'; } .icon-indent-left:before { content: '\e904'; } .icon-indent-right:before { content: '\e905'; } .icon-list-bullet:before { content: '\e906'; } .icon-list-numbered:before { content: '\e907'; } .icon-strike:before { content: '\e908'; } .icon-underline:before { content: '\e909'; } .icon-superscript:before { content: '\e90a'; } .icon-subscript:before { content: '\e90b'; } .icon-table:before { content: '\e90c'; } .icon-columns:before { content: '\e90d'; } .icon-crop:before { content: '\e90e'; } .icon-scissors:before { content: '\e90f'; } .icon-paste:before { content: '\e910'; } .icon-briefcase:before { content: '\e911'; } .icon-suitcase:before { content: '\e912'; } .icon-ellipsis:before { content: '\e913'; } .icon-ellipsis-vert:before { content: '\e914'; } .icon-off:before { content: '\e915'; } .icon-road:before { content: '\e916'; } .icon-list-alt:before { content: '\e917'; } .icon-qrcode:before { content: '\e918'; } .icon-barcode:before { content: '\e919'; } .icon-book:before { content: '\e91a'; } .icon-ajust:before { content: '\e91b'; } .icon-tint:before { content: '\e91c'; } .icon-check:before { content: '\e91d'; } .icon-check-empty:before { content: '\e91e'; } .icon-circle:before { content: '\e91f'; } .icon-circle-empty:before { content: '\e920'; } .icon-asterisk:before { content: '\e921'; } .icon-gift:before { content: '\e922'; } .icon-fire:before { content: '\e923'; } .icon-magnet:before { content: '\e924'; } .icon-chart-bar:before { content: '\e925'; } .icon-ticket:before { content: '\e926'; } .icon-credit-card:before { content: '\e927'; } .icon-floppy:before { content: '\e928'; } .icon-megaphone:before { content: '\e929'; } .icon-hdd:before { content: '\e92a'; } .icon-key:before { content: '\e92b'; } .icon-fork:before { content: '\e92c'; } .icon-rocket:before { content: '\e92d'; } .icon-bug:before { content: '\e92e'; } .icon-certificate:before { content: '\e92f'; } .icon-tasks:before { content: '\e930'; } .icon-filter:before { content: '\e931'; } .icon-beaker:before { content: '\e932'; } .icon-magic:before { content: '\e933'; } .icon-truck:before { content: '\e934'; } .icon-money:before { content: '\e935'; } .icon-euro:before { content: '\e936'; } .icon-pound:before { content: '\e937'; } .icon-dollar:before { content: '\e938'; } .icon-rupee:before { content: '\e939'; } .icon-yen:before { content: '\e93a'; } .icon-renminbi:before { content: '\e93b'; } .icon-won:before { content: '\e93c'; } .icon-bitcoin:before { content: '\e93d'; } .icon-sort:before { content: '\e93e'; } .icon-sort-down:before { content: '\e93f'; } .icon-sort-up:before { content: '\e940'; } .icon-sort-alt-up:before { content: '\e941'; } .icon-sort-alt-down:before { content: '\e942'; } .icon-sort-name-up:before { content: '\e943'; } .icon-sort-name-down:before { content: '\e944'; } .icon-sort-number-up:before { content: '\e945'; } .icon-sort-number-down:before { content: '\e946'; } .icon-hammer:before { content: '\e947'; } .icon-gauge:before { content: '\e948'; } .icon-sitemap:before { content: '\e949'; } .icon-spinner:before { content: '\e94a'; } .icon-coffee:before { content: '\e94b'; } .icon-food:before { content: '\e94c'; } .icon-beer:before { content: '\e94d'; } .icon-user-md:before { content: '\e94e'; } .icon-stethoscope:before { content: '\e94f'; } .icon-ambulance:before { content: '\e950'; } .icon-medkit:before { content: '\e951'; } .icon-h-sigh:before { content: '\e952'; } .icon-hospital:before { content: '\e953'; } .icon-building:before { content: '\e954'; } .icon-smile:before { content: '\e955'; } .icon-frown:before { content: '\e956'; } .icon-meh:before { content: '\e957'; } .icon-anchor:before { content: '\e958'; } .icon-terminal:before { content: '\e959'; } .icon-eraser:before { content: '\e95a'; } .icon-puzzle:before { content: '\e95b'; } .icon-shield:before { content: '\e95c'; } .icon-extinguisher:before { content: '\e95d'; } .icon-bullseye:before { content: '\e95e'; } .icon-adn:before { content: '\e95f'; } .icon-android:before { content: '\e960'; } .icon-apple:before { content: '\e961'; } .icon-bitbucket:before { content: '\e962'; } .icon-bitbucket-squared:before { content: '\e963'; } .icon-css3:before { content: '\e964'; } .icon-dribbble:before { content: '\e965'; } .icon-dropbox:before { content: '\e966'; } .icon-facebook:before { content: '\e967'; } .icon-facebook-squared:before { content: '\e968'; } .icon-flickr:before { content: '\e969'; } .icon-foursquare:before { content: '\e96a'; } .icon-github:before { content: '\e96b'; } .icon-github-squared:before { content: '\e96c'; } .icon-github-circled:before { content: '\e96d'; } .icon-gittip:before { content: '\e96e'; } .icon-gplus-squared:before { content: '\e96f'; } .icon-gplus:before { content: '\e970'; } .icon-html5:before { content: '\e971'; } .icon-instagramm:before { content: '\e972'; } .icon-linkedin-squared:before { content: '\e973'; } .icon-linux:before { content: '\e974'; } .icon-linkedin:before { content: '\e975'; } .icon-maxcdn:before { content: '\e976'; } .icon-pinterest-circled:before { content: '\e977'; } .icon-pinterest-squared:before { content: '\e978'; } .icon-renren:before { content: '\e979'; } .icon-skype:before { content: '\e97a'; } .icon-stackoverflow:before { content: '\e97b'; } .icon-trello:before { content: '\e97c'; } .icon-tumblr:before { content: '\e97d'; } .icon-tumblr-squared:before { content: '\e97e'; } .icon-twitter-squared:before { content: '\e97f'; } .icon-twitter:before { content: '\e980'; } .icon-vkontakte:before { content: '\e981'; } .icon-weibo:before { content: '\e982'; } .icon-windows:before { content: '\e983'; } .icon-xing:before { content: '\e984'; } .icon-xing-squared:before { content: '\e985'; } .icon-youtube:before { content: '\e986'; } .icon-youtube-squared:before { content: '\e987'; } .icon-youtube-play:before { content: '\e988'; } .icon-blank:before { content: '\e989'; } .icon-lemon:before { content: '\e98a'; } .icon-note:before { content: '\e98b'; } .icon-note-beamed:before { content: '\e98c'; } .icon-music-1:before { content: '\e98d'; } .icon-search-2:before { content: '\e98e'; } .icon-flashlight:before { content: '\e98f'; } .icon-mail-1:before { content: '\e990'; } .icon-heart-1:before { content: '\e991'; } .icon-heart-empty-1:before { content: '\e992'; } .icon-star-1:before { content: '\e993'; } .icon-star-empty-1:before { content: '\e994'; } .icon-user-1:before { content: '\e995'; } .icon-users-1:before { content: '\e996'; } .icon-user-add:before { content: '\e997'; } .icon-video-1:before { content: '\e998'; } .icon-picture-1:before { content: '\e999'; } .icon-camera-1:before { content: '\e99a'; } .icon-layout:before { content: '\e99b'; } .icon-menu-1:before { content: '\e99c'; } .icon-check-1:before { content: '\e99d'; } .icon-cancel-1:before { content: '\e99e'; } .icon-cancel-circled-1:before { content: '\e99f'; } .icon-cancel-squared:before { content: '\e9a0'; } .icon-plus-1:before { content: '\e9a1'; } .icon-plus-circled-1:before { content: '\e9a2'; } .icon-plus-squared-1:before { content: '\e9a3'; } .icon-minus-1:before { content: '\e9a4'; } .icon-minus-circled-1:before { content: '\e9a5'; } .icon-minus-squared-1:before { content: '\e9a6'; } .icon-help-1:before { content: '\e9a7'; } .icon-help-circled-1:before { content: '\e9a8'; } .icon-info-1:before { content: '\e9a9'; } .icon-info-circled-1:before { content: '\e9aa'; } .icon-back:before { content: '\e9ab'; } .icon-home-1:before { content: '\e9ac'; } .icon-link-1:before { content: '\e9ad'; } .icon-attach-1:before { content: '\e9ae'; } .icon-lock-1:before { content: '\e9af'; } .icon-lock-open-1:before { content: '\e9b0'; } .icon-eye-1:before { content: '\e9b1'; } .icon-tag-1:before { content: '\e9b2'; } .icon-bookmark-1:before { content: '\e9b3'; } .icon-bookmarks:before { content: '\e9b4'; } .icon-flag-1:before { content: '\e9b5'; } .icon-thumbs-up-1:before { content: '\e9b6'; } .icon-thumbs-down-1:before { content: '\e9b7'; } .icon-download-1:before { content: '\e9b8'; } .icon-upload-1:before { content: '\e9b9'; } .icon-upload-cloud-1:before { content: '\e9ba'; } .icon-reply-1:before { content: '\e9bb'; } .icon-reply-all-1:before { content: '\e9bc'; } .icon-forward-1:before { content: '\e9bd'; } .icon-quote:before { content: '\e9be'; } .icon-code-1:before { content: '\e9bf'; } .icon-export-1:before { content: '\e9c0'; } .icon-pencil-1:before { content: '\e9c1'; } .icon-feather:before { content: '\e9c2'; } .icon-print-1:before { content: '\e9c3'; } .icon-retweet-1:before { content: '\e9c4'; } .icon-keyboard-1:before { content: '\e9c5'; } .icon-comment-1:before { content: '\e9c6'; } .icon-chat-1:before { content: '\e9c7'; } .icon-bell-1:before { content: '\e9c8'; } .icon-attention-1:before { content: '\e9c9'; } .icon-alert:before { content: '\e9ca'; } .icon-vcard:before { content: '\e9cb'; } .icon-address:before { content: '\e9cc'; } .icon-location-1:before { content: '\e9cd'; } .icon-map:before { content: '\e9ce'; } .icon-direction-1:before { content: '\e9cf'; } .icon-compass-1:before { content: '\e9d0'; } .icon-cup:before { content: '\e9d1'; } .icon-trash-1:before { content: '\e9d2'; } .icon-doc-1:before { content: '\e9d3'; } .icon-docs-1:before { content: '\e9d4'; } .icon-doc-landscape:before { content: '\e9d5'; } .icon-doc-text-1:before { content: '\e9d6'; } .icon-doc-text-inv-1:before { content: '\e9d7'; } .icon-newspaper:before { content: '\e9d8'; } .icon-book-open:before { content: '\e9d9'; } .icon-book-1:before { content: '\e9da'; } .icon-folder-1:before { content: '\e9db'; } .icon-archive:before { content: '\e9dc'; } .icon-box-1:before { content: '\e9dd'; } .icon-rss-1:before { content: '\e9de'; } .icon-phone-1:before { content: '\e9df'; } .icon-cog-1:before { content: '\e9e0'; } .icon-tools:before { content: '\e9e1'; } .icon-share:before { content: '\e9e2'; } .icon-shareable:before { content: '\e9e3'; } .icon-basket-1:before { content: '\e9e4'; } .icon-bag:before { content: '\e9e5'; } .icon-calendar-1:before { content: '\e9e6'; } .icon-login-1:before { content: '\e9e7'; } .icon-logout-1:before { content: '\e9e8'; } .icon-mic-1:before { content: '\e9e9'; } .icon-mute-1:before { content: '\e9ea'; } .icon-sound:before { content: '\e9eb'; } .icon-volume:before { content: '\e9ec'; } .icon-clock-1:before { content: '\e9ed'; } .icon-hourglass:before { content: '\e9ee'; } .icon-lamp:before { content: '\e9ef'; } .icon-light-down:before { content: '\e9f0'; } .icon-light-up:before { content: '\e9f1'; } .icon-adjust:before { content: '\e9f2'; } .icon-block-1:before { content: '\e9f3'; } .icon-resize-full-1:before { content: '\e9f4'; } .icon-resize-small-1:before { content: '\e9f5'; } .icon-popup:before { content: '\e9f6'; } .icon-publish:before { content: '\e9f7'; } .icon-window:before { content: '\e9f8'; } .icon-arrow-combo:before { content: '\e9f9'; } .icon-down-circled-1:before { content: '\e9fa'; } .icon-left-circled-1:before { content: '\e9fb'; } .icon-right-circled-1:before { content: '\e9fc'; } .icon-up-circled-1:before { content: '\e9fd'; } .icon-down-open-1:before { content: '\e9fe'; } .icon-left-open-1:before { content: '\e9ff'; } .icon-right-open-1:before { content: '\ea00'; } .icon-up-open-1:before { content: '\ea01'; } .icon-down-open-mini:before { content: '\ea02'; } .icon-left-open-mini:before { content: '\ea03'; } .icon-right-open-mini:before { content: '\ea04'; } .icon-up-open-mini:before { content: '\ea05'; } .icon-down-open-big:before { content: '\ea06'; } .icon-left-open-big:before { content: '\ea07'; } .icon-right-open-big:before { content: '\ea08'; } .icon-up-open-big:before { content: '\ea09'; } .icon-down-1:before { content: '\ea0a'; } .icon-left-1:before { content: '\ea0b'; } .icon-right-1:before { content: '\ea0c'; } .icon-up-1:before { content: '\ea0d'; } .icon-down-dir-1:before { content: '\ea0e'; } .icon-left-dir-1:before { content: '\ea0f'; } .icon-right-dir-1:before { content: '\ea10'; } .icon-up-dir-1:before { content: '\ea11'; } .icon-down-bold:before { content: '\ea12'; } .icon-left-bold:before { content: '\ea13'; } .icon-right-bold:before { content: '\ea14'; } .icon-up-bold:before { content: '\ea15'; } .icon-down-thin:before { content: '\ea16'; } .icon-left-thin:before { content: '\ea17'; } .icon-right-thin:before { content: '\ea18'; } .icon-up-thin:before { content: '\ea19'; } .icon-ccw-1:before { content: '\ea1a'; } .icon-cw-1:before { content: '\ea1b'; } .icon-arrows-ccw:before { content: '\ea1c'; } .icon-level-down-1:before { content: '\ea1d'; } .icon-level-up-1:before { content: '\ea1e'; } .icon-shuffle-1:before { content: '\ea1f'; } .icon-loop:before { content: '\ea20'; } .icon-switch:before { content: '\ea21'; } .icon-play-1:before { content: '\ea22'; } .icon-stop-1:before { content: '\ea23'; } .icon-pause-1:before { content: '\ea24'; } .icon-record:before { content: '\ea25'; } .icon-to-end-1:before { content: '\ea26'; } .icon-to-start-1:before { content: '\ea27'; } .icon-fast-forward:before { content: '\ea28'; } .icon-fast-backward:before { content: '\ea29'; } .icon-progress-0:before { content: '\ea2a'; } .icon-progress-1:before { content: '\ea2b'; } .icon-progress-2:before { content: '\ea2c'; } .icon-progress-3:before { content: '\ea2d'; } .icon-target-1:before { content: '\ea2e'; } .icon-palette:before { content: '\ea2f'; } .icon-list-1:before { content: '\ea30'; } .icon-list-add:before { content: '\ea31'; } .icon-signal-1:before { content: '\ea32'; } .icon-trophy:before { content: '\ea33'; } .icon-battery:before { content: '\ea34'; } .icon-back-in-time:before { content: '\ea35'; } .icon-monitor:before { content: '\ea36'; } .icon-mobile-1:before { content: '\ea37'; } .icon-network:before { content: '\ea38'; } .icon-cd:before { content: '\ea39'; } .icon-inbox-1:before { content: '\ea3a'; } .icon-install:before { content: '\ea3b'; } .icon-globe-1:before { content: '\ea3c'; } .icon-cloud-1:before { content: '\ea3d'; } .icon-cloud-thunder:before { content: '\ea3e'; } .icon-flash-1:before { content: '\ea3f'; } .icon-moon-1:before { content: '\ea40'; } .icon-flight-1:before { content: '\ea41'; } .icon-paper-plane:before { content: '\ea42'; } .icon-leaf-1:before { content: '\ea43'; } .icon-lifebuoy:before { content: '\ea44'; } .icon-mouse:before { content: '\ea45'; } .icon-briefcase-1:before { content: '\ea46'; } .icon-suitcase-1:before { content: '\ea47'; } .icon-dot:before { content: '\ea48'; } .icon-dot-2:before { content: '\ea49'; } .icon-dot-3:before { content: '\ea4a'; } .icon-brush:before { content: '\ea4b'; } .icon-magnet-1:before { content: '\ea4c'; } .icon-infinity:before { content: '\ea4d'; } .icon-erase:before { content: '\ea4e'; } .icon-chart-pie:before { content: '\ea4f'; } .icon-chart-line:before { content: '\ea50'; } .icon-chart-bar-1:before { content: '\ea51'; } .icon-chart-area:before { content: '\ea52'; } .icon-tape:before { content: '\ea53'; } .icon-graduation-cap:before { content: '\ea54'; } .icon-language:before { content: '\ea55'; } .icon-ticket-1:before { content: '\ea56'; } .icon-water:before { content: '\ea57'; } .icon-droplet:before { content: '\ea58'; } .icon-air:before { content: '\ea59'; } .icon-credit-card-1:before { content: '\ea5a'; } .icon-floppy-1:before { content: '\ea5b'; } .icon-clipboard:before { content: '\ea5c'; } .icon-megaphone-1:before { content: '\ea5d'; } .icon-database:before { content: '\ea5e'; } .icon-drive:before { content: '\ea5f'; } .icon-bucket:before { content: '\ea60'; } .icon-thermometer:before { content: '\ea61'; } .icon-key-1:before { content: '\ea62'; } .icon-flow-cascade:before { content: '\ea63'; } .icon-flow-branch:before { content: '\ea64'; } .icon-flow-tree:before { content: '\ea65'; } .icon-flow-line:before { content: '\ea66'; } .icon-flow-parallel:before { content: '\ea67'; } .icon-rocket-1:before { content: '\ea68'; } .icon-gauge-1:before { content: '\ea69'; } .icon-traffic-cone:before { content: '\ea6a'; } .icon-cc:before { content: '\ea6b'; } .icon-cc-by:before { content: '\ea6c'; } .icon-cc-nc:before { content: '\ea6d'; } .icon-cc-nc-eu:before { content: '\ea6e'; } .icon-cc-nc-jp:before { content: '\ea6f'; } .icon-cc-sa:before { content: '\ea70'; } .icon-cc-nd:before { content: '\ea71'; } .icon-cc-pd:before { content: '\ea72'; } .icon-cc-zero:before { content: '\ea73'; } .icon-cc-share:before { content: '\ea74'; } .icon-cc-remix:before { content: '\ea75'; } .icon-github-1:before { content: '\ea76'; } .icon-github-circled-1:before { content: '\ea77'; } .icon-flickr-1:before { content: '\ea78'; } .icon-flickr-circled:before { content: '\ea79'; } .icon-vimeo:before { content: '\ea7a'; } .icon-vimeo-circled:before { content: '\ea7b'; } .icon-twitter-1:before { content: '\ea7c'; } .icon-twitter-circled:before { content: '\ea7d'; } .icon-facebook-1:before { content: '\ea7e'; } .icon-facebook-circled:before { content: '\ea7f'; } .icon-facebook-squared-1:before { content: '\ea80'; } .icon-gplus-1:before { content: '\ea81'; } .icon-gplus-circled:before { content: '\ea82'; } .icon-pinterest:before { content: '\ea83'; } .icon-pinterest-circled-1:before { content: '\ea84'; } .icon-tumblr-1:before { content: '\ea85'; } .icon-tumblr-circled:before { content: '\ea86'; } .icon-linkedin-1:before { content: '\ea87'; } .icon-linkedin-circled:before { content: '\ea88'; } .icon-dribbble-1:before { content: '\ea89'; } .icon-dribbble-circled:before { content: '\ea8a'; } .icon-stumbleupon:before { content: '\ea8b'; } .icon-stumbleupon-circled:before { content: '\ea8c'; } .icon-lastfm:before { content: '\ea8d'; } .icon-lastfm-circled:before { content: '\ea8e'; } .icon-rdio:before { content: '\ea8f'; } .icon-rdio-circled:before { content: '\ea90'; } .icon-spotify:before { content: '\ea91'; } .icon-spotify-circled:before { content: '\ea92'; } .icon-qq:before { content: '\ea93'; } .icon-instagram:before { content: '\ea94'; } .icon-dropbox-1:before { content: '\ea95'; } .icon-evernote:before { content: '\ea96'; } .icon-flattr:before { content: '\ea97'; } .icon-skype-1:before { content: '\ea98'; } .icon-skype-circled:before { content: '\ea99'; } .icon-renren-1:before { content: '\ea9a'; } .icon-sina-weibo:before { content: '\ea9b'; } .icon-paypal:before { content: '\ea9c'; } .icon-picasa:before { content: '\ea9d'; } .icon-soundcloud:before { content: '\ea9e'; } .icon-mixi:before { content: '\ea9f'; } .icon-behance:before { content: '\eaa0'; } .icon-google-circles:before { content: '\eaa1'; } .icon-vkontakte-1:before { content: '\eaa2'; } .icon-smashing:before { content: '\eaa3'; } .icon-sweden:before { content: '\eaa4'; } .icon-db-shape:before { content: '\eaa5'; } .icon-logo-db:before { content: '\eaa6'; } .icon-music-outline:before { content: '\eaa7'; } .icon-music-2:before { content: '\eaa8'; } .icon-search-outline:before { content: '\eaa9'; } .icon-search-3:before { content: '\eaaa'; } .icon-mail-2:before { content: '\eaab'; } .icon-heart-2:before { content: '\eaac'; } .icon-heart-filled:before { content: '\eaad'; } .icon-star-2:before { content: '\eaae'; } .icon-star-filled:before { content: '\eaaf'; } .icon-user-outline:before { content: '\eab0'; } .icon-user-2:before { content: '\eab1'; } .icon-users-outline:before { content: '\eab2'; } .icon-users-2:before { content: '\eab3'; } .icon-user-add-outline:before { content: '\eab4'; } .icon-user-add-1:before { content: '\eab5'; } .icon-user-delete-outline:before { content: '\eab6'; } .icon-user-delete:before { content: '\eab7'; } .icon-video-2:before { content: '\eab8'; } .icon-videocam-outline:before { content: '\eab9'; } .icon-videocam-1:before { content: '\eaba'; } .icon-picture-outline:before { content: '\eabb'; } .icon-picture-2:before { content: '\eabc'; } .icon-camera-outline:before { content: '\eabd'; } .icon-camera-2:before { content: '\eabe'; } .icon-th-outline:before { content: '\eabf'; } .icon-th-1:before { content: '\eac0'; } .icon-th-large-outline:before { content: '\eac1'; } .icon-th-large-1:before { content: '\eac2'; } .icon-th-list-outline:before { content: '\eac3'; } .icon-th-list-1:before { content: '\eac4'; } .icon-ok-outline:before { content: '\eac5'; } .icon-ok-1:before { content: '\eac6'; } .icon-cancel-outline:before { content: '\eac7'; } .icon-cancel-2:before { content: '\eac8'; } .icon-cancel-alt:before { content: '\eac9'; } .icon-cancel-alt-filled:before { content: '\eaca'; } .icon-cancel-circled-outline:before { content: '\eacb'; } .icon-cancel-circled-2:before { content: '\eacc'; } .icon-plus-outline:before { content: '\eacd'; } .icon-plus-2:before { content: '\eace'; } .icon-minus-outline:before { content: '\eacf'; } .icon-minus-2:before { content: '\ead0'; } .icon-divide-outline:before { content: '\ead1'; } .icon-divide:before { content: '\ead2'; } .icon-eq-outline:before { content: '\ead3'; } .icon-eq:before { content: '\ead4'; } .icon-info-outline:before { content: '\ead5'; } .icon-info-2:before { content: '\ead6'; } .icon-home-outline:before { content: '\ead7'; } .icon-home-2:before { content: '\ead8'; } .icon-link-outline:before { content: '\ead9'; } .icon-link-2:before { content: '\eada'; } .icon-attach-outline:before { content: '\eadb'; } .icon-attach-2:before { content: '\eadc'; } .icon-lock-2:before { content: '\eadd'; } .icon-lock-filled:before { content: '\eade'; } .icon-lock-open-2:before { content: '\eadf'; } .icon-lock-open-filled:before { content: '\eae0'; } .icon-pin-outline:before { content: '\eae1'; } .icon-pin-1:before { content: '\eae2'; } .icon-eye-outline:before { content: '\eae3'; } .icon-eye-2:before { content: '\eae4'; } .icon-tag-2:before { content: '\eae5'; } .icon-tags-1:before { content: '\eae6'; } .icon-bookmark-2:before { content: '\eae7'; } .icon-flag-2:before { content: '\eae8'; } .icon-flag-filled:before { content: '\eae9'; } .icon-thumbs-up-2:before { content: '\eaea'; } .icon-thumbs-down-2:before { content: '\eaeb'; } .icon-download-outline:before { content: '\eaec'; } .icon-download-2:before { content: '\eaed'; } .icon-upload-outline:before { content: '\eaee'; } .icon-upload-2:before { content: '\eaef'; } .icon-upload-cloud-outline:before { content: '\eaf0'; } .icon-upload-cloud-2:before { content: '\eaf1'; } .icon-reply-outline:before { content: '\eaf2'; } .icon-reply-2:before { content: '\eaf3'; } .icon-forward-outline:before { content: '\eaf4'; } .icon-forward-2:before { content: '\eaf5'; } .icon-code-outline:before { content: '\eaf6'; } .icon-code-2:before { content: '\eaf7'; } .icon-export-outline:before { content: '\eaf8'; } .icon-export-2:before { content: '\eaf9'; } .icon-pencil-2:before { content: '\eafa'; } .icon-pen:before { content: '\eafb'; } .icon-feather-1:before { content: '\eafc'; } .icon-edit-1:before { content: '\eafd'; } .icon-print-2:before { content: '\eafe'; } .icon-comment-2:before { content: '\eaff'; } .icon-chat-2:before { content: '\eb00'; } .icon-chat-alt:before { content: '\eb01'; } .icon-bell-2:before { content: '\eb02'; } .icon-attention-2:before { content: '\eb03'; } .icon-attention-filled:before { content: '\eb04'; } .icon-warning-empty:before { content: '\eb05'; } .icon-warning:before { content: '\eb06'; } .icon-contacts:before { content: '\eb07'; } .icon-vcard-1:before { content: '\eb08'; } .icon-address-1:before { content: '\eb09'; } .icon-location-outline:before { content: '\eb0a'; } .icon-location-2:before { content: '\eb0b'; } .icon-map-1:before { content: '\eb0c'; } .icon-direction-outline:before { content: '\eb0d'; } .icon-direction-2:before { content: '\eb0e'; } .icon-compass-2:before { content: '\eb0f'; } .icon-trash-2:before { content: '\eb10'; } .icon-doc-2:before { content: '\eb11'; } .icon-doc-text-2:before { content: '\eb12'; } .icon-doc-add:before { content: '\eb13'; } .icon-doc-remove:before { content: '\eb14'; } .icon-news:before { content: '\eb15'; } .icon-folder-2:before { content: '\eb16'; } .icon-folder-add:before { content: '\eb17'; } .icon-folder-delete:before { content: '\eb18'; } .icon-archive-1:before { content: '\eb19'; } .icon-box-2:before { content: '\eb1a'; } .icon-rss-outline:before { content: '\eb1b'; } .icon-rss-2:before { content: '\eb1c'; } .icon-phone-outline:before { content: '\eb1d'; } .icon-phone-2:before { content: '\eb1e'; } .icon-menu-outline:before { content: '\eb1f'; } .icon-menu-2:before { content: '\eb20'; } .icon-cog-outline:before { content: '\eb21'; } .icon-cog-2:before { content: '\eb22'; } .icon-wrench-outline:before { content: '\eb23'; } .icon-wrench-1:before { content: '\eb24'; } .icon-basket-2:before { content: '\eb25'; } .icon-calendar-outlilne:before { content: '\eb26'; } .icon-calendar-2:before { content: '\eb27'; } .icon-mic-outline:before { content: '\eb28'; } .icon-mic-2:before { content: '\eb29'; } .icon-volume-off-1:before { content: '\eb2a'; } .icon-volume-low:before { content: '\eb2b'; } .icon-volume-middle:before { content: '\eb2c'; } .icon-volume-high:before { content: '\eb2d'; } .icon-headphones-1:before { content: '\eb2e'; } .icon-clock-2:before { content: '\eb2f'; } .icon-wristwatch:before { content: '\eb30'; } .icon-stopwatch:before { content: '\eb31'; } .icon-lightbulb-1:before { content: '\eb32'; } .icon-block-outline:before { content: '\eb33'; } .icon-block-2:before { content: '\eb34'; } .icon-resize-full-outline:before { content: '\eb35'; } .icon-resize-full-2:before { content: '\eb36'; } .icon-resize-normal-outline:before { content: '\eb37'; } .icon-resize-normal:before { content: '\eb38'; } .icon-move-outline:before { content: '\eb39'; } .icon-move-1:before { content: '\eb3a'; } .icon-popup-1:before { content: '\eb3b'; } .icon-zoom-in-outline:before { content: '\eb3c'; } .icon-zoom-in-1:before { content: '\eb3d'; } .icon-zoom-out-outline:before { content: '\eb3e'; } .icon-zoom-out-1:before { content: '\eb3f'; } .icon-popup-2:before { content: '\eb40'; } .icon-left-open-outline:before { content: '\eb41'; } .icon-left-open-2:before { content: '\eb42'; } .icon-right-open-outline:before { content: '\eb43'; } .icon-right-open-2:before { content: '\eb44'; } .icon-down-2:before { content: '\eb45'; } .icon-left-2:before { content: '\eb46'; } .icon-right-2:before { content: '\eb47'; } .icon-up-2:before { content: '\eb48'; } .icon-down-outline:before { content: '\eb49'; } .icon-left-outline:before { content: '\eb4a'; } .icon-right-outline:before { content: '\eb4b'; } .icon-up-outline:before { content: '\eb4c'; } .icon-down-small:before { content: '\eb4d'; } .icon-left-small:before { content: '\eb4e'; } .icon-right-small:before { content: '\eb4f'; } .icon-up-small:before { content: '\eb50'; } .icon-cw-outline:before { content: '\eb51'; } .icon-cw-2:before { content: '\eb52'; } .icon-arrows-cw-outline:before { content: '\eb53'; } .icon-arrows-cw-1:before { content: '\eb54'; } .icon-loop-outline:before { content: '\eb55'; } .icon-loop-1:before { content: '\eb56'; } .icon-loop-alt-outline:before { content: '\eb57'; } .icon-loop-alt:before { content: '\eb58'; } .icon-shuffle-2:before { content: '\eb59'; } .icon-play-outline:before { content: '\eb5a'; } .icon-play-2:before { content: '\eb5b'; } .icon-stop-outline:before { content: '\eb5c'; } .icon-stop-2:before { content: '\eb5d'; } .icon-pause-outline:before { content: '\eb5e'; } .icon-pause-2:before { content: '\eb5f'; } .icon-fast-fw-outline:before { content: '\eb60'; } .icon-fast-fw-1:before { content: '\eb61'; } .icon-rewind-outline:before { content: '\eb62'; } .icon-rewind:before { content: '\eb63'; } .icon-record-outline:before { content: '\eb64'; } .icon-record-1:before { content: '\eb65'; } .icon-eject-outline:before { content: '\eb66'; } .icon-eject-1:before { content: '\eb67'; } .icon-eject-alt-outline:before { content: '\eb68'; } .icon-eject-alt:before { content: '\eb69'; } .icon-bat1:before { content: '\eb6a'; } .icon-bat2:before { content: '\eb6b'; } .icon-bat3:before { content: '\eb6c'; } .icon-bat4:before { content: '\eb6d'; } .icon-bat-charge:before { content: '\eb6e'; } .icon-plug:before { content: '\eb6f'; } .icon-target-outline:before { content: '\eb70'; } .icon-target-2:before { content: '\eb71'; } .icon-wifi-outline:before { content: '\eb72'; } .icon-wifi:before { content: '\eb73'; } .icon-desktop-1:before { content: '\eb74'; } .icon-laptop-1:before { content: '\eb75'; } .icon-tablet-1:before { content: '\eb76'; } .icon-mobile-2:before { content: '\eb77'; } .icon-contrast:before { content: '\eb78'; } .icon-globe-outline:before { content: '\eb79'; } .icon-globe-2:before { content: '\eb7a'; } .icon-globe-alt-outline:before { content: '\eb7b'; } .icon-globe-alt:before { content: '\eb7c'; } .icon-sun-1:before { content: '\eb7d'; } .icon-sun-filled:before { content: '\eb7e'; } .icon-cloud-2:before { content: '\eb7f'; } .icon-flash-outline:before { content: '\eb80'; } .icon-flash-2:before { content: '\eb81'; } .icon-moon-2:before { content: '\eb82'; } .icon-waves-outline:before { content: '\eb83'; } .icon-waves:before { content: '\eb84'; } .icon-rain:before { content: '\eb85'; } .icon-cloud-sun:before { content: '\eb86'; } .icon-drizzle:before { content: '\eb87'; } .icon-snow:before { content: '\eb88'; } .icon-cloud-flash:before { content: '\eb89'; } .icon-cloud-wind:before { content: '\eb8a'; } .icon-wind:before { content: '\eb8b'; } .icon-plane-outline:before { content: '\eb8c'; } .icon-plane:before { content: '\eb8d'; } .icon-leaf-2:before { content: '\eb8e'; } .icon-lifebuoy-1:before { content: '\eb8f'; } .icon-briefcase-2:before { content: '\eb90'; } .icon-brush-1:before { content: '\eb91'; } .icon-pipette:before { content: '\eb92'; } .icon-power-outline:before { content: '\eb93'; } .icon-power:before { content: '\eb94'; } .icon-check-outline:before { content: '\eb95'; } .icon-check-2:before { content: '\eb96'; } .icon-gift-1:before { content: '\eb97'; } .icon-temperatire:before { content: '\eb98'; } .icon-chart-outline:before { content: '\eb99'; } .icon-chart:before { content: '\eb9a'; } .icon-chart-alt-outline:before { content: '\eb9b'; } .icon-chart-alt:before { content: '\eb9c'; } .icon-chart-bar-outline:before { content: '\eb9d'; } .icon-chart-bar-2:before { content: '\eb9e'; } .icon-chart-pie-outline:before { content: '\eb9f'; } .icon-chart-pie-1:before { content: '\eba0'; } .icon-ticket-2:before { content: '\eba1'; } .icon-credit-card-2:before { content: '\eba2'; } .icon-clipboard-1:before { content: '\eba3'; } .icon-database-1:before { content: '\eba4'; } .icon-key-outline:before { content: '\eba5'; } .icon-key-2:before { content: '\eba6'; } .icon-flow-split:before { content: '\eba7'; } .icon-flow-merge:before { content: '\eba8'; } .icon-flow-parallel-1:before { content: '\eba9'; } .icon-flow-cross:before { content: '\ebaa'; } .icon-certificate-outline:before { content: '\ebab'; } .icon-certificate-1:before { content: '\ebac'; } .icon-scissors-outline:before { content: '\ebad'; } .icon-scissors-1:before { content: '\ebae'; } .icon-flask:before { content: '\ebaf'; } .icon-wine:before { content: '\ebb0'; } .icon-coffee-1:before { content: '\ebb1'; } .icon-beer-1:before { content: '\ebb2'; } .icon-anchor-outline:before { content: '\ebb3'; } .icon-anchor-1:before { content: '\ebb4'; } .icon-puzzle-outline:before { content: '\ebb5'; } .icon-puzzle-1:before { content: '\ebb6'; } .icon-tree:before { content: '\ebb7'; } .icon-calculator:before { content: '\ebb8'; } .icon-infinity-outline:before { content: '\ebb9'; } .icon-infinity-1:before { content: '\ebba'; } .icon-pi-outline:before { content: '\ebbb'; } .icon-pi:before { content: '\ebbc'; } .icon-at:before { content: '\ebbd'; } .icon-at-circled:before { content: '\ebbe'; } .icon-looped-square-outline:before { content: '\ebbf'; } .icon-looped-square-interest:before { content: '\ebc0'; } .icon-sort-alphabet-outline:before { content: '\ebc1'; } .icon-sort-alphabet:before { content: '\ebc2'; } .icon-sort-numeric-outline:before { content: '\ebc3'; } .icon-sort-numeric:before { content: '\ebc4'; } .icon-dribbble-circled-1:before { content: '\ebc5'; } .icon-dribbble-2:before { content: '\ebc6'; } .icon-facebook-circled-1:before { content: '\ebc7'; } .icon-facebook-2:before { content: '\ebc8'; } .icon-flickr-circled-1:before { content: '\ebc9'; } .icon-flickr-2:before { content: '\ebca'; } .icon-github-circled-2:before { content: '\ebcb'; } .icon-github-2:before { content: '\ebcc'; } .icon-lastfm-circled-1:before { content: '\ebcd'; } .icon-lastfm-1:before { content: '\ebce'; } .icon-linkedin-circled-1:before { content: '\ebcf'; } .icon-linkedin-2:before { content: '\ebd0'; } .icon-pinterest-circled-2:before { content: '\ebd1'; } .icon-pinterest-1:before { content: '\ebd2'; } .icon-skype-outline:before { content: '\ebd3'; } .icon-skype-2:before { content: '\ebd4'; } .icon-tumbler-circled:before { content: '\ebd5'; } .icon-tumbler:before { content: '\ebd6'; } .icon-twitter-circled-1:before { content: '\ebd7'; } .icon-twitter-2:before { content: '\ebd8'; } .icon-vimeo-circled-1:before { content: '\ebd9'; } .icon-vimeo-1:before { content: '\ebda'; } .icon-search-4:before { content: '\ebdb'; } .icon-mail-3:before { content: '\ebdc'; } .icon-heart-3:before { content: '\ebdd'; } .icon-heart-empty-2:before { content: '\ebde'; } .icon-star-3:before { content: '\ebdf'; } .icon-user-3:before { content: '\ebe0'; } .icon-video-3:before { content: '\ebe1'; } .icon-picture-3:before { content: '\ebe2'; } .icon-camera-3:before { content: '\ebe3'; } .icon-ok-2:before { content: '\ebe4'; } .icon-ok-circle:before { content: '\ebe5'; } .icon-cancel-3:before { content: '\ec33'; } .icon-cancel-circle:before { content: '\ec34'; } .icon-plus-3:before { content: '\ec35'; } .icon-plus-circle:before { content: '\ec36'; } .icon-minus-3:before { content: '\ec37'; } .icon-minus-circle:before { content: '\ec38'; } .icon-help-2:before { content: '\ec39'; } .icon-info-3:before { content: '\ec3a'; } .icon-home-3:before { content: '\ec3b'; } .icon-link-3:before { content: '\ebe6'; } .icon-attach-3:before { content: '\ebe7'; } .icon-lock-3:before { content: '\ebe8'; } .icon-lock-empty:before { content: '\ebe9'; } .icon-lock-open-3:before { content: '\ebea'; } .icon-lock-open-empty:before { content: '\ebeb'; } .icon-pin-2:before { content: '\ebec'; } .icon-eye-3:before { content: '\ebed'; } .icon-tag-3:before { content: '\ebee'; } .icon-tag-empty:before { content: '\ebef'; } .icon-download-3:before { content: '\ebf0'; } .icon-upload-3:before { content: '\ec3c'; } .icon-download-cloud-1:before { content: '\ec3d'; } .icon-upload-cloud-3:before { content: '\ec3e'; } .icon-quote-left-1:before { content: '\ec3f'; } .icon-emo-wink:before { content: '\e802'; } .icon-quote-left-alt:before { content: '\ec41'; } .icon-quote-right-alt:before { content: '\ec42'; } .icon-pencil-3:before { content: '\ec43'; } .icon-pencil-neg:before { content: '\ec44'; } .icon-pencil-alt:before { content: '\ebf1'; } .icon-undo:before { content: '\ebf2'; } .icon-comment-3:before { content: '\ebf3'; } .icon-comment-inv:before { content: '\ebf4'; } .icon-comment-alt:before { content: '\ebf5'; } .icon-comment-inv-alt:before { content: '\ebf6'; } .icon-comment-alt2:before { content: '\ebf7'; } .icon-comment-inv-alt2:before { content: '\ebf8'; } .icon-chat-3:before { content: '\ebf9'; } .icon-chat-inv:before { content: '\ebfa'; } .icon-location-3:before { content: '\ebfb'; } .icon-location-inv:before { content: '\ec45'; } .icon-location-alt:before { content: '\ec46'; } .icon-compass-3:before { content: '\ec47'; } .icon-trash-3:before { content: '\ec48'; } .icon-trash-empty:before { content: '\ec49'; } .icon-doc-3:before { content: '\ec4a'; } .icon-doc-inv-1:before { content: '\ec4b'; } .icon-doc-alt:before { content: '\ec4c'; } .icon-doc-inv-alt:before { content: '\ec4d'; } .icon-article:before { content: '\ebfc'; } .icon-article-alt:before { content: '\ebfd'; } .icon-book-open-1:before { content: '\ebfe'; } .icon-folder-3:before { content: '\ebff'; } .icon-folder-empty-1:before { content: '\ec00'; } .icon-box-3:before { content: '\ec01'; } .icon-rss-3:before { content: '\ec02'; } .icon-rss-alt:before { content: '\ec03'; } .icon-cog-3:before { content: '\ec04'; } .icon-wrench-2:before { content: '\ec05'; } .icon-share-1:before { content: '\ec06'; } .icon-calendar-3:before { content: '\ec4e'; } .icon-calendar-inv:before { content: '\ec4f'; } .icon-calendar-alt:before { content: '\ec50'; } .icon-mic-3:before { content: '\ec51'; } .icon-volume-off-2:before { content: '\ec52'; } .icon-volume-up-1:before { content: '\ec53'; } .icon-headphones-2:before { content: '\ec54'; } .icon-clock-3:before { content: '\ec55'; } .icon-lamp-1:before { content: '\ec56'; } .icon-block-3:before { content: '\ec07'; } .icon-resize-full-3:before { content: '\ec08'; } .icon-resize-full-alt-1:before { content: '\ec09'; } .icon-resize-small-2:before { content: '\ec0a'; } .icon-resize-small-alt:before { content: '\ec0b'; } .icon-resize-vertical-1:before { content: '\ec0c'; } .icon-resize-horizontal-1:before { content: '\ec0d'; } .icon-move-2:before { content: '\ec0e'; } .icon-popup-3:before { content: '\ec0f'; } .icon-down-3:before { content: '\ec10'; } .icon-left-3:before { content: '\ec11'; } .icon-right-3:before { content: '\ec57'; } .icon-up-3:before { content: '\ec58'; } .icon-down-circle:before { content: '\ec59'; } .icon-left-circle:before { content: '\ec5a'; } .icon-right-circle:before { content: '\ec5b'; } .icon-up-circle:before { content: '\ec5c'; } .icon-cw-3:before { content: '\ec5d'; } .icon-loop-2:before { content: '\ec5e'; } .icon-loop-alt-1:before { content: '\ec5f'; } .icon-exchange-1:before { content: '\ec12'; } .icon-split:before { content: '\ec13'; } .icon-arrow-curved:before { content: '\ec14'; } .icon-play-3:before { content: '\ec15'; } .icon-play-circle2:before { content: '\ec16'; } .icon-stop-3:before { content: '\ec17'; } .icon-pause-3:before { content: '\ec18'; } .icon-to-start-2:before { content: '\ec19'; } .icon-to-end-2:before { content: '\ec1a'; } .icon-eject-2:before { content: '\ec1b'; } .icon-target-3:before { content: '\ec1c'; } .icon-signal-2:before { content: '\ec60'; } .icon-award-1:before { content: '\ec61'; } .icon-award-empty:before { content: '\ec62'; } .icon-list-2:before { content: '\ec63'; } .icon-list-nested:before { content: '\ec64'; } .icon-bat-empty:before { content: '\ec65'; } .icon-bat-half:before { content: '\ec66'; } .icon-bat-full:before { content: '\ec67'; } .icon-bat-charge-1:before { content: '\ec68'; } .icon-mobile-3:before { content: '\ec1d'; } .icon-cd-1:before { content: '\ec1e'; } .icon-equalizer:before { content: '\ec1f'; } .icon-cursor:before { content: '\ec20'; } .icon-aperture:before { content: '\ec21'; } .icon-aperture-alt:before { content: '\ec22'; } .icon-steering-wheel:before { content: '\ec23'; } .icon-book-2:before { content: '\ec24'; } .icon-book-alt:before { content: '\ec25'; } .icon-brush-2:before { content: '\ec26'; } .icon-brush-alt:before { content: '\ec27'; } .icon-eyedropper:before { content: '\ec69'; } .icon-layers:before { content: '\ec6a'; } .icon-layers-alt:before { content: '\ec6b'; } .icon-sun-2:before { content: '\ec6c'; } .icon-sun-inv:before { content: '\ec6d'; } .icon-cloud-3:before { content: '\ec6e'; } .icon-rain-1:before { content: '\ec6f'; } .icon-flash-3:before { content: '\ec70'; } .icon-moon-3:before { content: '\ec71'; } .icon-moon-inv:before { content: '\ec28'; } .icon-umbrella-1:before { content: '\ec29'; } .icon-chart-bar-3:before { content: '\ec2a'; } .icon-chart-pie-2:before { content: '\ec2b'; } .icon-chart-pie-alt:before { content: '\ec2c'; } .icon-key-3:before { content: '\ec2d'; } .icon-key-inv:before { content: '\ec2e'; } .icon-hash:before { content: '\ec2f'; } .icon-at-1:before { content: '\ec30'; } .icon-pilcrow:before { content: '\ec31'; } .icon-dial:before { content: '\ec32'; } .icon-search-5:before { content: '\ec72'; } .icon-mail-4:before { content: '\ec73'; } .icon-heart-4:before { content: '\ec74'; } .icon-star-4:before { content: '\ec75'; } .icon-user-4:before { content: '\ec76'; } .icon-user-woman:before { content: '\ec77'; } .icon-user-pair:before { content: '\ec78'; } .icon-video-alt:before { content: '\ec79'; } .icon-videocam-2:before { content: '\ec7a'; } .icon-videocam-alt:before { content: '\ec7b'; } .icon-camera-4:before { content: '\ec7c'; } .icon-th-2:before { content: '\eca9'; } .icon-th-list-2:before { content: '\ecaa'; } .icon-ok-3:before { content: '\ecab'; } .icon-cancel-4:before { content: '\ecac'; } .icon-cancel-circle-1:before { content: '\ecad'; } .icon-plus-4:before { content: '\ecae'; } .icon-home-4:before { content: '\ecaf'; } .icon-lock-4:before { content: '\ecb0'; } .icon-lock-open-4:before { content: '\ecb1'; } .icon-eye-4:before { content: '\ec7d'; } .icon-tag-4:before { content: '\ec7e'; } .icon-thumbs-up-3:before { content: '\ec7f'; } .icon-thumbs-down-3:before { content: '\ec80'; } .icon-download-4:before { content: '\ec81'; } .icon-export-3:before { content: '\ec82'; } .icon-pencil-4:before { content: '\ec83'; } .icon-pencil-alt-1:before { content: '\ec84'; } .icon-edit-2:before { content: '\ec85'; } .icon-chat-4:before { content: '\ec86'; } .icon-print-3:before { content: '\ec87'; } .icon-bell-3:before { content: '\ecb2'; } .icon-attention-3:before { content: '\ecb3'; } .icon-info-4:before { content: '\ecb4'; } .icon-question:before { content: '\ecb5'; } .icon-location-4:before { content: '\ecb6'; } .icon-trash-4:before { content: '\ecb7'; } .icon-doc-4:before { content: '\ecb8'; } .icon-article-1:before { content: '\ecb9'; } .icon-article-alt-1:before { content: '\ecba'; } .icon-rss-4:before { content: '\ec88'; } .icon-wrench-3:before { content: '\ec89'; } .icon-basket-3:before { content: '\ec8a'; } .icon-basket-alt:before { content: '\ec8b'; } .icon-calendar-4:before { content: '\ec8c'; } .icon-calendar-alt-1:before { content: '\ec8d'; } .icon-volume-off-3:before { content: '\ec8e'; } .icon-volume-down-1:before { content: '\ec8f'; } .icon-volume-up-2:before { content: '\ec90'; } .icon-bullhorn:before { content: '\ec91'; } .icon-clock-4:before { content: '\ec92'; } .icon-clock-alt:before { content: '\ecbb'; } .icon-stop-4:before { content: '\ecbc'; } .icon-resize-full-4:before { content: '\ecbd'; } .icon-resize-small-3:before { content: '\ecbe'; } .icon-zoom-in-2:before { content: '\ecbf'; } .icon-zoom-out-2:before { content: '\ecc0'; } .icon-popup-4:before { content: '\ecc1'; } .icon-down-dir-2:before { content: '\ecc2'; } .icon-left-dir-2:before { content: '\ecc3'; } .icon-right-dir-2:before { content: '\ec93'; } .icon-up-dir-2:before { content: '\ec94'; } .icon-down-4:before { content: '\ec95'; } .icon-up-4:before { content: '\ec96'; } .icon-cw-4:before { content: '\ec97'; } .icon-signal-3:before { content: '\ec98'; } .icon-award-2:before { content: '\ec99'; } .icon-mobile-4:before { content: '\ec9a'; } .icon-mobile-alt:before { content: '\ec9b'; } .icon-tablet-2:before { content: '\ec9c'; } .icon-ipod:before { content: '\ec9d'; } .icon-cd-2:before { content: '\ecc4'; } .icon-grid:before { content: '\ecc5'; } .icon-book-3:before { content: '\ecc6'; } .icon-easel:before { content: '\ecc7'; } .icon-globe-3:before { content: '\ecc8'; } .icon-chart-1:before { content: '\ecc9'; } .icon-chart-bar-4:before { content: '\ecca'; } .icon-chart-pie-3:before { content: '\eccb'; } .icon-dollar-1:before { content: '\eccc'; } .icon-at-2:before { content: '\ec9e'; } .icon-colon:before { content: '\ec9f'; } .icon-semicolon:before { content: '\eca0'; } .icon-squares:before { content: '\eca1'; } .icon-money-1:before { content: '\eca2'; } .icon-facebook-3:before { content: '\eca3'; } .icon-facebook-rect:before { content: '\eca4'; } .icon-twitter-3:before { content: '\eca5'; } .icon-twitter-bird:before { content: '\eca6'; } .icon-twitter-rect:before { content: '\eca7'; } .icon-youtube-1:before { content: '\eca8'; } .icon-windy-rain-inv:before { content: '\ed66'; } .icon-snow-inv:before { content: '\ed67'; } .icon-snow-heavy-inv:before { content: '\ed68'; } .icon-hail-inv:before { content: '\ed69'; } .icon-clouds-inv:before { content: '\ed6a'; } .icon-clouds-flash-inv:before { content: '\ed6b'; } .icon-temperature:before { content: '\ed6c'; } .icon-compass-4:before { content: '\ed7b'; } .icon-na:before { content: '\ed7c'; } .icon-celcius:before { content: '\ed7d'; } .icon-fahrenheit:before { content: '\ed7e'; } .icon-clouds-flash-alt:before { content: '\ed7f'; } .icon-sun-inv-1:before { content: '\ed80'; } .icon-moon-inv-1:before { content: '\ed81'; } .icon-cloud-sun-inv:before { content: '\ed82'; } .icon-cloud-moon-inv:before { content: '\ed83'; } .icon-cloud-inv:before { content: '\ed84'; } .icon-cloud-flash-inv:before { content: '\ed85'; } .icon-drizzle-inv:before { content: '\ed86'; } .icon-rain-inv:before { content: '\ed87'; } .icon-windy-inv:before { content: '\ed6d'; } .icon-sunrise:before { content: '\ed6e'; } .icon-sun-3:before { content: '\ed6f'; } .icon-moon-4:before { content: '\ed70'; } .icon-eclipse:before { content: '\ed71'; } .icon-mist:before { content: '\ed72'; } .icon-wind-1:before { content: '\ed73'; } .icon-snowflake:before { content: '\ed88'; } .icon-cloud-sun-1:before { content: '\ed89'; } .icon-cloud-moon:before { content: '\ed8a'; } .icon-fog-sun:before { content: '\ed8b'; } .icon-fog-moon:before { content: '\ed8c'; } .icon-fog-cloud:before { content: '\ed8d'; } .icon-fog:before { content: '\ed8e'; } .icon-cloud-5:before { content: '\ed8f'; } .icon-cloud-flash-1:before { content: '\ed90'; } .icon-cloud-flash-alt:before { content: '\ed91'; } .icon-drizzle-1:before { content: '\ed92'; } .icon-rain-2:before { content: '\ed93'; } .icon-windy:before { content: '\ed94'; } .icon-windy-rain:before { content: '\ed74'; } .icon-snow-1:before { content: '\ed75'; } .icon-snow-alt:before { content: '\ed76'; } .icon-snow-heavy:before { content: '\ed77'; } .icon-hail:before { content: '\ed78'; } .icon-clouds:before { content: '\ed79'; } .icon-clouds-flash:before { content: '\ed7a'; } .icon-search-6:before { content: '\eccd'; } .icon-mail-5:before { content: '\ecce'; } .icon-heart-5:before { content: '\eccf'; } .icon-heart-broken:before { content: '\ecd0'; } .icon-star-5:before { content: '\ecd1'; } .icon-star-empty-2:before { content: '\ecd2'; } .icon-star-half-1:before { content: '\ecd3'; } .icon-star-half_empty:before { content: '\ecd4'; } .icon-user-5:before { content: '\ecd5'; } .icon-user-male:before { content: '\ecd6'; } .icon-user-female:before { content: '\ecd7'; } .icon-users-3:before { content: '\ecd8'; } .icon-movie:before { content: '\ecd9'; } .icon-videocam-3:before { content: '\ed35'; } .icon-isight:before { content: '\ed36'; } .icon-camera-5:before { content: '\ed37'; } .icon-menu-3:before { content: '\ed38'; } .icon-th-thumb:before { content: '\ed39'; } .icon-th-thumb-empty:before { content: '\ed3a'; } .icon-th-list-3:before { content: '\ed3b'; } .icon-ok-4:before { content: '\ecda'; } .icon-ok-circled-1:before { content: '\ecdb'; } .icon-cancel-5:before { content: '\ecdc'; } .icon-cancel-circled-3:before { content: '\ecdd'; } .icon-plus-5:before { content: '\ecde'; } .icon-help-circled-2:before { content: '\ecdf'; } .icon-help-circled-alt:before { content: '\ece0'; } .icon-info-circled-2:before { content: '\ece1'; } .icon-info-circled-alt:before { content: '\ece2'; } .icon-home-5:before { content: '\ece3'; } .icon-link-4:before { content: '\ece4'; } .icon-attach-4:before { content: '\ece5'; } .icon-lock-5:before { content: '\ece6'; } .icon-lock-alt:before { content: '\ed3c'; } .icon-lock-open-5:before { content: '\ed3d'; } .icon-lock-open-alt-1:before { content: '\ed3e'; } .icon-eye-5:before { content: '\ed3f'; } .icon-download-5:before { content: '\ed40'; } .icon-upload-4:before { content: '\ed41'; } .icon-download-cloud-2:before { content: '\ed42'; } .icon-upload-cloud-4:before { content: '\ece7'; } .icon-reply-3:before { content: '\ece8'; } .icon-pencil-5:before { content: '\ece9'; } .icon-export-4:before { content: '\ecea'; } .icon-print-4:before { content: '\eceb'; } .icon-retweet-2:before { content: '\ecec'; } .icon-comment-4:before { content: '\eced'; } .icon-chat-5:before { content: '\ecee'; } .icon-bell-4:before { content: '\ecef'; } .icon-attention-4:before { content: '\ecf0'; } .icon-attention-alt-1:before { content: '\ecf1'; } .icon-location-5:before { content: '\ecf2'; } .icon-trash-5:before { content: '\ecf3'; } .icon-doc-5:before { content: '\ed43'; } .icon-newspaper-1:before { content: '\ed44'; } .icon-folder-4:before { content: '\ed45'; } .icon-folder-open-1:before { content: '\ed46'; } .icon-folder-empty-2:before { content: '\ed47'; } .icon-folder-open-empty-1:before { content: '\ed48'; } .icon-cog-4:before { content: '\ed49'; } .icon-calendar-5:before { content: '\ecf4'; } .icon-login-2:before { content: '\ecf5'; } .icon-logout-2:before { content: '\ecf6'; } .icon-mic-4:before { content: '\ecf7'; } .icon-mic-off:before { content: '\ecf8'; } .icon-clock-5:before { content: '\ecf9'; } .icon-stopwatch-1:before { content: '\ecfa'; } .icon-hourglass-1:before { content: '\ecfb'; } .icon-zoom-in-3:before { content: '\ecfc'; } .icon-zoom-out-3:before { content: '\ecfd'; } .icon-down-open-2:before { content: '\ecfe'; } .icon-left-open-3:before { content: '\ecff'; } .icon-right-open-3:before { content: '\ed00'; } .icon-up-open-2:before { content: '\ed4a'; } .icon-down-5:before { content: '\ed4b'; } .icon-left-4:before { content: '\ed4c'; } .icon-right-4:before { content: '\ed4d'; } .icon-up-5:before { content: '\ed4e'; } .icon-down-bold-1:before { content: '\ed4f'; } .icon-left-bold-1:before { content: '\ed50'; } .icon-right-bold-1:before { content: '\ed01'; } .icon-up-bold-1:before { content: '\ed02'; } .icon-down-fat:before { content: '\ed03'; } .icon-left-fat:before { content: '\ed04'; } .icon-right-fat:before { content: '\ed05'; } .icon-up-fat:before { content: '\ed06'; } .icon-ccw-2:before { content: '\ed07'; } .icon-shuffle-3:before { content: '\ed08'; } .icon-play-4:before { content: '\ed09'; } .icon-pause-4:before { content: '\ed0a'; } .icon-stop-5:before { content: '\ed0b'; } .icon-to-end-3:before { content: '\ed0c'; } .icon-to-start-3:before { content: '\ed0d'; } .icon-fast-forward-1:before { content: '\ed51'; } .icon-fast-backward-1:before { content: '\ed52'; } .icon-trophy-1:before { content: '\ed53'; } .icon-monitor-1:before { content: '\ed54'; } .icon-tablet-3:before { content: '\ed55'; } .icon-mobile-5:before { content: '\ed56'; } .icon-data-science:before { content: '\ed57'; } .icon-data-science-inv:before { content: '\ed0e'; } .icon-inbox-2:before { content: '\ed0f'; } .icon-globe-4:before { content: '\ed10'; } .icon-globe-inv:before { content: '\ed11'; } .icon-flash-4:before { content: '\ed12'; } .icon-cloud-4:before { content: '\ed13'; } .icon-coverflow:before { content: '\ed14'; } .icon-coverflow-empty:before { content: '\ed15'; } .icon-math:before { content: '\ed16'; } .icon-math-circled:before { content: '\ed17'; } .icon-math-circled-empty:before { content: '\ed18'; } .icon-paper-plane-1:before { content: '\ed19'; } .icon-paper-plane-alt:before { content: '\ed1a'; } .icon-paper-plane-alt2:before { content: '\ed58'; } .icon-fontsize:before { content: '\ed59'; } .icon-color-adjust:before { content: '\ed5a'; } .icon-fire-1:before { content: '\ed5b'; } .icon-chart-bar-5:before { content: '\ed5c'; } .icon-hdd-1:before { content: '\ed5d'; } .icon-connected-object:before { content: '\ed5e'; } .icon-ruler:before { content: '\ed1b'; } .icon-vector:before { content: '\ed1c'; } .icon-vector-pencil:before { content: '\ed1d'; } .icon-at-3:before { content: '\ed1e'; } .icon-hash-1:before { content: '\ed1f'; } .icon-female-1:before { content: '\ed20'; } .icon-male-1:before { content: '\ed21'; } .icon-spread:before { content: '\ed22'; } .icon-king:before { content: '\ed23'; } .icon-anchor-2:before { content: '\ed24'; } .icon-joystick:before { content: '\ed25'; } .icon-spinner1:before { content: '\ed26'; } .icon-spinner2:before { content: '\ed27'; } .icon-github-3:before { content: '\ed5f'; } .icon-github-circled-3:before { content: '\ed60'; } .icon-github-circled-alt:before { content: '\ed61'; } .icon-github-circled-alt2:before { content: '\ed62'; } .icon-twitter-4:before { content: '\ed63'; } .icon-twitter-circled-2:before { content: '\ed64'; } .icon-facebook-4:before { content: '\ed65'; } .icon-facebook-circled-2:before { content: '\ed28'; } .icon-gplus-2:before { content: '\ed29'; } .icon-gplus-circled-1:before { content: '\ed2a'; } .icon-linkedin-3:before { content: '\ed2b'; } .icon-linkedin-circled-2:before { content: '\ed2c'; } .icon-dribbble-3:before { content: '\ed2d'; } .icon-dribbble-circled-2:before { content: '\ed2e'; } .icon-instagram-1:before { content: '\ed2f'; } .icon-instagram-circled:before { content: '\ed30'; } .icon-soundcloud-1:before { content: '\ed31'; } .icon-soundcloud-circled:before { content: '\ed32'; } .icon-mfg-logo:before { content: '\ed33'; } .icon-mfg-logo-circled:before { content: '\ed34'; } .icon-aboveground-rail:before { content: '\ed95'; } .icon-airfield:before { content: '\ed96'; } .icon-airport:before { content: '\ed97'; } .icon-art-gallery:before { content: '\ed98'; } .icon-bar:before { content: '\ed99'; } .icon-baseball:before { content: '\ed9a'; } .icon-basketball:before { content: '\ed9b'; } .icon-beer-2:before { content: '\ed9c'; } .icon-belowground-rail:before { content: '\ed9d'; } .icon-bicycle:before { content: '\ed9e'; } .icon-bus:before { content: '\ed9f'; } .icon-cafe:before { content: '\eda0'; } .icon-campsite:before { content: '\eda1'; } .icon-cemetery:before { content: '\eda2'; } .icon-cinema:before { content: '\eda3'; } .icon-college:before { content: '\eda4'; } .icon-commerical-building:before { content: '\eda5'; } .icon-credit-card-3:before { content: '\eda6'; } .icon-cricket:before { content: '\eda7'; } .icon-embassy:before { content: '\eda8'; } .icon-fast-food:before { content: '\eda9'; } .icon-ferry:before { content: '\edaa'; } .icon-fire-station:before { content: '\edab'; } .icon-football:before { content: '\edac'; } .icon-fuel:before { content: '\edad'; } .icon-garden:before { content: '\edae'; } .icon-giraffe:before { content: '\edaf'; } .icon-golf:before { content: '\edb0'; } .icon-grocery-store:before { content: '\edb1'; } .icon-harbor:before { content: '\edb2'; } .icon-heliport:before { content: '\edb3'; } .icon-hospital-1:before { content: '\edb4'; } .icon-industrial-building:before { content: '\edb5'; } .icon-library:before { content: '\edb6'; } .icon-lodging:before { content: '\edb7'; } .icon-london-underground:before { content: '\edb8'; } .icon-minefield:before { content: '\edb9'; } .icon-monument:before { content: '\edba'; } .icon-museum:before { content: '\edbb'; } .icon-pharmacy:before { content: '\edbc'; } .icon-pitch:before { content: '\edbd'; } .icon-police:before { content: '\edbe'; } .icon-post:before { content: '\edbf'; } .icon-prison:before { content: '\edc0'; } .icon-rail:before { content: '\edc1'; } .icon-religious-christian:before { content: '\edc2'; } .icon-religious-islam:before { content: '\edc3'; } .icon-religious-jewish:before { content: '\edc4'; } .icon-restaurant:before { content: '\edc5'; } .icon-roadblock:before { content: '\edc6'; } .icon-school:before { content: '\edc7'; } .icon-shop:before { content: '\edc8'; } .icon-skiing:before { content: '\edc9'; } .icon-soccer:before { content: '\edca'; } .icon-swimming:before { content: '\edcb'; } .icon-tennis:before { content: '\edcc'; } .icon-theatre:before { content: '\edcd'; } .icon-toilet:before { content: '\edce'; } .icon-town-hall:before { content: '\edcf'; } .icon-trash-6:before { content: '\edd0'; } .icon-tree-1:before { content: '\edd1'; } .icon-tree-2:before { content: '\edd2'; } .icon-warehouse:before { content: '\edd3'; } .icon-duckduckgo:before { content: '\edd4'; } .icon-aim:before { content: '\edd5'; } .icon-delicious:before { content: '\edd6'; } .icon-paypal-1:before { content: '\ede6'; } .icon-flattr-1:before { content: '\ede7'; } .icon-android-1:before { content: '\ede8'; } .icon-eventful:before { content: '\ede9'; } .icon-smashmag:before { content: '\edea'; } .icon-gplus-3:before { content: '\edeb'; } .icon-wikipedia:before { content: '\edec'; } .icon-lanyrd:before { content: '\eded'; } .icon-calendar-6:before { content: '\edee'; } .icon-stumbleupon-1:before { content: '\edef'; } .icon-fivehundredpx:before { content: '\edf0'; } .icon-pinterest-2:before { content: '\edf1'; } .icon-bitcoin-1:before { content: '\edf2'; } .icon-w3c:before { content: '\edf3'; } .icon-foursquare-1:before { content: '\edf4'; } .icon-html5-1:before { content: '\edf5'; } .icon-ie-1:before { content: '\edf6'; } .icon-call:before { content: '\edd7'; } .icon-grooveshark:before { content: '\edd8'; } .icon-ninetyninedesigns:before { content: '\edd9'; } .icon-forrst:before { content: '\edf7'; } .icon-digg:before { content: '\edf8'; } .icon-spotify-1:before { content: '\edf9'; } .icon-reddit:before { content: '\edfa'; } .icon-guest:before { content: '\edfb'; } .icon-gowalla:before { content: '\edfc'; } .icon-appstore:before { content: '\edfd'; } .icon-blogger:before { content: '\edfe'; } .icon-cc-1:before { content: '\edff'; } .icon-dribbble-4:before { content: '\ee00'; } .icon-evernote-1:before { content: '\ee01'; } .icon-flickr-3:before { content: '\ee02'; } .icon-google:before { content: '\ee03'; } .icon-viadeo:before { content: '\ee04'; } .icon-instapaper:before { content: '\ee05'; } .icon-weibo-1:before { content: '\ee06'; } .icon-klout:before { content: '\ee07'; } .icon-linkedin-4:before { content: '\edda'; } .icon-meetup:before { content: '\eddb'; } .icon-vk:before { content: '\eddc'; } .icon-plancast:before { content: '\ee08'; } .icon-disqus:before { content: '\ee09'; } .icon-rss-5:before { content: '\ee0a'; } .icon-skype-3:before { content: '\ee0b'; } .icon-twitter-5:before { content: '\ee0c'; } .icon-youtube-2:before { content: '\ee0d'; } .icon-vimeo-2:before { content: '\ee0e'; } .icon-windows-1:before { content: '\ee0f'; } .icon-xing-1:before { content: '\ee10'; } .icon-yahoo:before { content: '\ee11'; } .icon-chrome-1:before { content: '\ee12'; } .icon-email:before { content: '\ee13'; } .icon-macstore:before { content: '\ee14'; } .icon-myspace:before { content: '\ee15'; } .icon-podcast:before { content: '\ee16'; } .icon-amazon:before { content: '\ee17'; } .icon-steam:before { content: '\ee18'; } .icon-cloudapp:before { content: '\eddd'; } .icon-dropbox-2:before { content: '\edde'; } .icon-ebay:before { content: '\eddf'; } .icon-facebook-5:before { content: '\ee19'; } .icon-github-4:before { content: '\ee1a'; } .icon-github-circled-4:before { content: '\ee1b'; } .icon-googleplay:before { content: '\ee1c'; } .icon-itunes:before { content: '\ee1d'; } .icon-plurk:before { content: '\ee1e'; } .icon-songkick:before { content: '\ee1f'; } .icon-lastfm-2:before { content: '\ee20'; } .icon-gmail:before { content: '\ee21'; } .icon-pinboard:before { content: '\ee22'; } .icon-openid:before { content: '\ee23'; } .icon-quora:before { content: '\ee24'; } .icon-soundcloud-2:before { content: '\ee25'; } .icon-tumblr-2:before { content: '\ee26'; } .icon-eventasaurus:before { content: '\ee27'; } .icon-wordpress:before { content: '\ee28'; } .icon-yelp:before { content: '\ee29'; } .icon-intensedebate:before { content: '\ede0'; } .icon-eventbrite:before { content: '\ede1'; } .icon-scribd:before { content: '\ede2'; } .icon-posterous:before { content: '\ee2a'; } .icon-stripe:before { content: '\ee2b'; } .icon-opentable:before { content: '\ee2c'; } .icon-cart:before { content: '\ee2d'; } .icon-print-5:before { content: '\ee2e'; } .icon-angellist:before { content: '\ee2f'; } .icon-instagram-2:before { content: '\ee30'; } .icon-dwolla:before { content: '\ee31'; } .icon-appnet:before { content: '\ee32'; } .icon-statusnet:before { content: '\ee33'; } .icon-acrobat:before { content: '\ee34'; } .icon-drupal:before { content: '\ee35'; } .icon-buffer:before { content: '\ee36'; } .icon-pocket:before { content: '\ee37'; } .icon-bitbucket-1:before { content: '\ee38'; } .icon-lego:before { content: '\ee39'; } .icon-login-3:before { content: '\ee3a'; } .icon-stackoverflow-1:before { content: '\ede3'; } .icon-hackernews:before { content: '\ede4'; } .icon-lkdto:before { content: '\ede5'; } .icon-facebook-6:before { content: '\ee3b'; } .icon-facebook-rect-1:before { content: '\ee3c'; } .icon-twitter-6:before { content: '\ee3d'; } .icon-twitter-bird-1:before { content: '\ee3e'; } .icon-vimeo-3:before { content: '\ee3f'; } .icon-vimeo-rect:before { content: '\ee40'; } .icon-tumblr-3:before { content: '\ee41'; } .icon-tumblr-rect:before { content: '\ee42'; } .icon-googleplus-rect:before { content: '\ee43'; } .icon-github-text:before { content: '\ee44'; } .icon-github-5:before { content: '\ee45'; } .icon-skype-4:before { content: '\ee46'; } .icon-icq:before { content: '\ee47'; } .icon-yandex:before { content: '\ee48'; } .icon-yandex-rect:before { content: '\ee49'; } .icon-vkontakte-rect:before { content: '\ee4a'; } .icon-odnoklassniki:before { content: '\ee4b'; } .icon-odnoklassniki-rect:before { content: '\ee4c'; } .icon-friendfeed:before { content: '\ee5f'; } .icon-friendfeed-rect:before { content: '\ee60'; } .icon-blogger-1:before { content: '\ee4d'; } .icon-blogger-rect:before { content: '\ee4e'; } .icon-deviantart:before { content: '\ee4f'; } .icon-jabber:before { content: '\ee50'; } .icon-lastfm-3:before { content: '\ee51'; } .icon-lastfm-rect:before { content: '\ee52'; } .icon-linkedin-5:before { content: '\ee53'; } .icon-linkedin-rect:before { content: '\ee54'; } .icon-picasa-1:before { content: '\ee55'; } .icon-wordpress-1:before { content: '\ee56'; } .icon-instagram-3:before { content: '\ee57'; } .icon-instagram-filled:before { content: '\ee58'; } .icon-diigo:before { content: '\ee59'; } .icon-box-4:before { content: '\ee5a'; } .icon-box-rect:before { content: '\ee5b'; } .icon-tudou:before { content: '\ee5c'; } .icon-youku:before { content: '\ee5d'; } .icon-win8:before { content: '\ee5e'; } .icon-glass-1:before { content: '\ee61'; } .icon-music-3:before { content: '\ee62'; } .icon-search-7:before { content: '\ee63'; } .icon-search-circled:before { content: '\ee64'; } .icon-mail-6:before { content: '\ee65'; } .icon-mail-circled:before { content: '\ee66'; } .icon-heart-6:before { content: '\ee67'; } .icon-heart-circled:before { content: '\ee68'; } .icon-heart-empty-3:before { content: '\ee69'; } .icon-star-6:before { content: '\ee6a'; } .icon-star-circled:before { content: '\ee6b'; } .icon-star-empty-3:before { content: '\ee6c'; } .icon-user-6:before { content: '\ee6d'; } .icon-group:before { content: '\ee6e'; } .icon-group-circled:before { content: '\ee6f'; } .icon-torso:before { content: '\ee70'; } .icon-video-4:before { content: '\ee71'; } .icon-video-circled:before { content: '\ee72'; } .icon-video-alt-1:before { content: '\ee73'; } .icon-videocam-4:before { content: '\ee74'; } .icon-video-chat:before { content: '\ee75'; } .icon-picture-4:before { content: '\ee76'; } .icon-camera-6:before { content: '\ee77'; } .icon-photo:before { content: '\ee78'; } .icon-photo-circled:before { content: '\ee79'; } .icon-th-large-2:before { content: '\ee7a'; } .icon-th-3:before { content: '\ee7b'; } .icon-th-list-4:before { content: '\ee7c'; } .icon-view-mode:before { content: '\ee7d'; } .icon-ok-5:before { content: '\ee7e'; } .icon-ok-circled-2:before { content: '\ee7f'; } .icon-ok-circled2-1:before { content: '\ee80'; } .icon-cancel-6:before { content: '\ee81'; } .icon-cancel-circled-4:before { content: '\ee82'; } .icon-cancel-circled2-1:before { content: '\ee83'; } .icon-plus-6:before { content: '\ee84'; } .icon-plus-circled-2:before { content: '\ee85'; } .icon-minus-4:before { content: '\ee86'; } .icon-minus-circled-2:before { content: '\ee87'; } .icon-help-3:before { content: '\ee88'; } .icon-help-circled-3:before { content: '\ee89'; } .icon-info-circled-3:before { content: '\ee8a'; } .icon-home-6:before { content: '\ee8b'; } .icon-home-circled:before { content: '\ee8c'; } .icon-website:before { content: '\ee8d'; } .icon-website-circled:before { content: '\ee8e'; } .icon-attach-5:before { content: '\ee8f'; } .icon-attach-circled:before { content: '\ee90'; } .icon-lock-6:before { content: '\ee91'; } .icon-lock-circled:before { content: '\ee92'; } .icon-lock-open-6:before { content: '\ee93'; } .icon-lock-open-alt-2:before { content: '\ee94'; } .icon-eye-6:before { content: '\ee95'; } .icon-eye-off-1:before { content: '\ee96'; } .icon-tag-5:before { content: '\ee97'; } .icon-tags-2:before { content: '\ee98'; } .icon-bookmark-3:before { content: '\ee99'; } .icon-bookmark-empty-1:before { content: '\ee9a'; } .icon-flag-3:before { content: '\ee9b'; } .icon-flag-circled:before { content: '\ee9c'; } .icon-thumbs-up-4:before { content: '\ee9d'; } .icon-thumbs-down-4:before { content: '\ee9e'; } .icon-download-6:before { content: '\ee9f'; } .icon-download-alt:before { content: '\eea0'; } .icon-upload-5:before { content: '\eea1'; } .icon-share-2:before { content: '\eea2'; } .icon-quote-1:before { content: '\eea3'; } .icon-quote-circled:before { content: '\eea4'; } .icon-export-5:before { content: '\eea5'; } .icon-pencil-6:before { content: '\eea6'; } .icon-pencil-circled:before { content: '\eea7'; } .icon-edit-3:before { content: '\eea8'; } .icon-edit-circled:before { content: '\eea9'; } .icon-edit-alt:before { content: '\eeaa'; } .icon-print-6:before { content: '\eeab'; } .icon-retweet-3:before { content: '\eeac'; } .icon-comment-5:before { content: '\eead'; } .icon-comment-alt-1:before { content: '\eeae'; } .icon-bell-5:before { content: '\eeaf'; } .icon-warning-1:before { content: '\eeb0'; } .icon-exclamation:before { content: '\eeb1'; } .icon-error:before { content: '\eeb2'; } .icon-error-alt:before { content: '\eeb3'; } .icon-location-6:before { content: '\eeb4'; } .icon-location-circled:before { content: '\eeb5'; } .icon-compass-5:before { content: '\eeb6'; } .icon-compass-circled:before { content: '\eeb7'; } .icon-trash-7:before { content: '\eeb8'; } .icon-trash-circled:before { content: '\eeb9'; } .icon-doc-6:before { content: '\eeba'; } .icon-doc-circled:before { content: '\eebb'; } .icon-doc-new:before { content: '\eebc'; } .icon-doc-new-circled:before { content: '\eebd'; } .icon-folder-5:before { content: '\eebe'; } .icon-folder-circled:before { content: '\eebf'; } .icon-folder-close:before { content: '\eec0'; } .icon-folder-open-2:before { content: '\eec1'; } .icon-rss-6:before { content: '\eec2'; } .icon-phone-3:before { content: '\eec3'; } .icon-phone-circled:before { content: '\eec4'; } .icon-cog-5:before { content: '\eec5'; } .icon-cog-circled:before { content: '\eec6'; } .icon-cogs:before { content: '\eec7'; } .icon-wrench-4:before { content: '\eec8'; } .icon-wrench-circled:before { content: '\eec9'; } .icon-basket-4:before { content: '\eeca'; } .icon-basket-circled:before { content: '\eecb'; } .icon-calendar-7:before { content: '\eecc'; } .icon-calendar-circled:before { content: '\eecd'; } .icon-mic-5:before { content: '\eece'; } .icon-mic-circled:before { content: '\eecf'; } .icon-volume-off-4:before { content: '\eed0'; } .icon-volume-down-2:before { content: '\eed1'; } .icon-volume-1:before { content: '\eed2'; } .icon-volume-up-3:before { content: '\eed3'; } .icon-headphones-3:before { content: '\eed4'; } .icon-clock-6:before { content: '\eed5'; } .icon-clock-circled:before { content: '\eed6'; } .icon-lightbulb-2:before { content: '\eed7'; } .icon-lightbulb-alt:before { content: '\eed8'; } .icon-block-4:before { content: '\eed9'; } .icon-resize-full-5:before { content: '\eeda'; } .icon-resize-full-alt-2:before { content: '\eedb'; } .icon-resize-small-4:before { content: '\eedc'; } .icon-resize-vertical-2:before { content: '\eedd'; } .icon-resize-horizontal-2:before { content: '\eede'; } .icon-move-3:before { content: '\eedf'; } .icon-zoom-in-4:before { content: '\eee0'; } .icon-zoom-out-4:before { content: '\eee1'; } .icon-down-open-3:before { content: '\eee2'; } .icon-left-open-4:before { content: '\eee3'; } .icon-right-open-4:before { content: '\eee4'; } .icon-up-open-3:before { content: '\eee5'; } .icon-down-6:before { content: '\eee6'; } .icon-left-5:before { content: '\eee7'; } .icon-right-5:before { content: '\eee8'; } .icon-up-6:before { content: '\eee9'; } .icon-down-circled-2:before { content: '\eeea'; } .icon-left-circled-2:before { content: '\eeeb'; } .icon-right-circled-2:before { content: '\eeec'; } .icon-up-circled-2:before { content: '\eeed'; } .icon-down-hand-1:before { content: '\eeee'; } .icon-left-hand-1:before { content: '\eeef'; } .icon-right-hand-1:before { content: '\eef0'; } .icon-up-hand-1:before { content: '\eef1'; } .icon-cw-5:before { content: '\eef2'; } .icon-cw-circled:before { content: '\eef3'; } .icon-arrows-cw-2:before { content: '\eef4'; } .icon-shuffle-4:before { content: '\eef5'; } .icon-play-5:before { content: '\eef6'; } .icon-play-circled-1:before { content: '\eef7'; } .icon-play-circled2-1:before { content: '\eef8'; } .icon-stop-6:before { content: '\eef9'; } .icon-stop-circled:before { content: '\eefa'; } .icon-pause-5:before { content: '\eefb'; } .icon-pause-circled:before { content: '\eefc'; } .icon-record-2:before { content: '\eefd'; } .icon-eject-3:before { content: '\eefe'; } .icon-backward:before { content: '\eeff'; } .icon-backward-circled:before { content: '\ef00'; } .icon-fast-backward-2:before { content: '\ef01'; } .icon-fast-forward-2:before { content: '\ef02'; } .icon-forward-3:before { content: '\ef03'; } .icon-forward-circled:before { content: '\ef04'; } .icon-step-backward:before { content: '\ef05'; } .icon-step-forward:before { content: '\ef06'; } .icon-target-4:before { content: '\ef07'; } .icon-signal-4:before { content: '\ef08'; } .icon-desktop-2:before { content: '\ef09'; } .icon-desktop-circled:before { content: '\ef0a'; } .icon-laptop-2:before { content: '\ef0b'; } .icon-laptop-circled:before { content: '\ef0c'; } .icon-network-1:before { content: '\ef0d'; } .icon-inbox-3:before { content: '\ef0e'; } .icon-inbox-circled:before { content: '\ef0f'; } .icon-inbox-alt:before { content: '\ef10'; } .icon-globe-5:before { content: '\ef11'; } .icon-globe-alt-1:before { content: '\ef12'; } .icon-cloud-6:before { content: '\ef13'; } .icon-cloud-circled:before { content: '\ef14'; } .icon-flight-2:before { content: '\ef15'; } .icon-leaf-3:before { content: '\ef16'; } .icon-font-1:before { content: '\ef17'; } .icon-fontsize-1:before { content: '\ef18'; } .icon-bold-1:before { content: '\ef19'; } .icon-italic-1:before { content: '\ef1a'; } .icon-text-height-1:before { content: '\ef1b'; } .icon-text-width-1:before { content: '\ef1c'; } .icon-align-left-1:before { content: '\ef1d'; } .icon-align-center-1:before { content: '\ef1e'; } .icon-align-right-1:before { content: '\ef1f'; } .icon-align-justify-1:before { content: '\ef20'; } .icon-list-3:before { content: '\ef21'; } .icon-indent-left-1:before { content: '\ef22'; } .icon-indent-right-1:before { content: '\ef23'; } .icon-briefcase-3:before { content: '\ef24'; } .icon-off-1:before { content: '\ef25'; } .icon-road-1:before { content: '\ef26'; } .icon-qrcode-1:before { content: '\ef27'; } .icon-barcode-1:before { content: '\ef28'; } .icon-braille:before { content: '\ef29'; } .icon-book-4:before { content: '\ef2a'; } .icon-adjust-1:before { content: '\ef2b'; } .icon-tint-1:before { content: '\ef2c'; } .icon-check-3:before { content: '\ef2d'; } .icon-check-empty-1:before { content: '\ef2e'; } .icon-asterisk-1:before { content: '\ef2f'; } .icon-gift-2:before { content: '\ef30'; } .icon-fire-2:before { content: '\ef31'; } .icon-magnet-2:before { content: '\ef32'; } .icon-chart-2:before { content: '\ef33'; } .icon-chart-circled:before { content: '\ef34'; } .icon-credit-card-4:before { content: '\ef35'; } .icon-megaphone-2:before { content: '\ef36'; } .icon-clipboard-2:before { content: '\ef37'; } .icon-hdd-2:before { content: '\ef38'; } .icon-key-4:before { content: '\ef39'; } .icon-certificate-2:before { content: '\ef3a'; } .icon-tasks-1:before { content: '\ef3b'; } .icon-filter-1:before { content: '\ef3c'; } .icon-gauge-2:before { content: '\ef3d'; } .icon-smiley:before { content: '\ef3e'; } .icon-smiley-circled:before { content: '\ef3f'; } .icon-address-book:before { content: '\ef40'; } .icon-address-book-alt:before { content: '\ef41'; } .icon-asl:before { content: '\ef42'; } .icon-glasses:before { content: '\ef43'; } .icon-hearing-impaired:before { content: '\ef44'; } .icon-iphone-home:before { content: '\ef45'; } .icon-person:before { content: '\ef46'; } .icon-adult:before { content: '\ef47'; } .icon-child:before { content: '\ef48'; } .icon-blind:before { content: '\ef49'; } .icon-guidedog:before { content: '\ef4a'; } .icon-accessibility:before { content: '\ef4b'; } .icon-universal-access:before { content: '\ef4c'; } .icon-male-2:before { content: '\ef4d'; } .icon-female-2:before { content: '\ef4e'; } .icon-behance-1:before { content: '\ef4f'; } .icon-blogger-2:before { content: '\ef50'; } .icon-cc-2:before { content: '\ef51'; } .icon-css:before { content: '\ef52'; } .icon-delicious-1:before { content: '\ef53'; } .icon-deviantart-1:before { content: '\ef54'; } .icon-digg-1:before { content: '\ef55'; } .icon-dribbble-5:before { content: '\ef56'; } .icon-facebook-7:before { content: '\ef57'; } .icon-flickr-4:before { content: '\ef58'; } .icon-foursquare-2:before { content: '\ef59'; } .icon-friendfeed-1:before { content: '\ef5a'; } .icon-friendfeed-rect-1:before { content: '\ef5b'; } .icon-github-6:before { content: '\ef5c'; } .icon-github-text-1:before { content: '\ef5d'; } .icon-googleplus:before { content: '\ef5e'; } .icon-instagram-4:before { content: '\ef5f'; } .icon-linkedin-6:before { content: '\ef60'; } .icon-path:before { content: '\ef61'; } .icon-picasa-2:before { content: '\ef62'; } .icon-pinterest-3:before { content: '\ef63'; } .icon-reddit-1:before { content: '\ef64'; } .icon-skype-5:before { content: '\ef65'; } .icon-slideshare:before { content: '\ef66'; } .icon-stackoverflow-2:before { content: '\ef67'; } .icon-stumbleupon-2:before { content: '\ef68'; } .icon-twitter-7:before { content: '\ef69'; } .icon-tumblr-4:before { content: '\ef6a'; } .icon-vimeo-4:before { content: '\ef6b'; } .icon-vkontakte-2:before { content: '\ef6c'; } .icon-w3c-1:before { content: '\ef6d'; } .icon-wordpress-2:before { content: '\ef6e'; } .icon-youtube-3:before { content: '\ef6f'; } .icon-music-4:before { content: '\ef70'; } .icon-search:before { content: '\e800'; } .icon-mail-7:before { content: '\ef71'; } .icon-heart-7:before { content: '\ef72'; } .icon-star-7:before { content: '\ef73'; } .icon-user-7:before { content: '\ef74'; } .icon-videocam-5:before { content: '\ef75'; } .icon-camera-7:before { content: '\ef76'; } .icon-photo-1:before { content: '\ef83'; } .icon-attach-6:before { content: '\ef84'; } .icon-lock-7:before { content: '\ef85'; } .icon-eye-7:before { content: '\ef86'; } .icon-tag-6:before { content: '\ef87'; } .icon-thumbs-up-5:before { content: '\ef88'; } .icon-pencil-7:before { content: '\ef89'; } .icon-comment-6:before { content: '\ef8a'; } .icon-location-7:before { content: '\ef8b'; } .icon-cup-1:before { content: '\ef8c'; } .icon-trash-8:before { content: '\ef8d'; } .icon-doc-7:before { content: '\ef8e'; } .icon-note-1:before { content: '\ef9b'; } .icon-cog-6:before { content: '\ef9c'; } .icon-params:before { content: '\ef77'; } .icon-calendar-8:before { content: '\ef78'; } .icon-sound-1:before { content: '\ef79'; } .icon-clock-7:before { content: '\ef7a'; } .icon-lightbulb-3:before { content: '\ef7b'; } .icon-tv:before { content: '\ef7c'; } .icon-desktop-3:before { content: '\ef8f'; } .icon-mobile-6:before { content: '\ef90'; } .icon-cd-3:before { content: '\ef91'; } .icon-inbox-4:before { content: '\ef92'; } .icon-globe-6:before { content: '\ef93'; } .icon-cloud-7:before { content: '\ef94'; } .icon-paper-plane-2:before { content: '\ef95'; } .icon-fire-3:before { content: '\ef96'; } .icon-graduation-cap-1:before { content: '\ef97'; } .icon-megaphone-3:before { content: '\ef98'; } .icon-database-2:before { content: '\ef99'; } .icon-key-5:before { content: '\ef9a'; } .icon-beaker-1:before { content: '\ef9d'; } .icon-truck-1:before { content: '\ef9e'; } .icon-money-2:before { content: '\ef7d'; } .icon-food-1:before { content: '\ef7e'; } .icon-shop-1:before { content: '\ef7f'; } .icon-diamond:before { content: '\ef80'; } .icon-t-shirt:before { content: '\ef81'; } .icon-wallet:before { content: '\ef82'; } .icon-search-8:before { content: '\ef9f'; } .icon-mail-8:before { content: '\efa0'; } .icon-heart-8:before { content: '\efa1'; } .icon-heart-empty-4:before { content: '\efa2'; } .icon-star-8:before { content: '\efa3'; } .icon-user-8:before { content: '\efb8'; } .icon-video-5:before { content: '\efb9'; } .icon-picture-5:before { content: '\efba'; } .icon-th-large-3:before { content: '\efbb'; } .icon-th-4:before { content: '\efbc'; } .icon-th-list-5:before { content: '\efbd'; } .icon-ok-6:before { content: '\efbe'; } .icon-ok-circle-1:before { content: '\efbf'; } .icon-cancel-7:before { content: '\efc0'; } .icon-cancel-circle-2:before { content: '\efc1'; } .icon-plus-circle-1:before { content: '\efc2'; } .icon-minus-circle-1:before { content: '\efc3'; } .icon-link-5:before { content: '\efc4'; } .icon-attach-7:before { content: '\efc5'; } .icon-lock-8:before { content: '\efc6'; } .icon-lock-open-7:before { content: '\efa4'; } .icon-tag-7:before { content: '\efa5'; } .icon-reply-4:before { content: '\efa6'; } .icon-reply-all-2:before { content: '\efa7'; } .icon-forward-4:before { content: '\efa8'; } .icon-code-3:before { content: '\efc7'; } .icon-retweet-4:before { content: '\efc8'; } .icon-comment-7:before { content: '\efc9'; } .icon-comment-alt-2:before { content: '\efca'; } .icon-chat-6:before { content: '\efcb'; } .icon-attention-5:before { content: '\efcc'; } .icon-location-8:before { content: '\efcd'; } .icon-doc-8:before { content: '\efce'; } .icon-docs-landscape:before { content: '\efcf'; } .icon-folder-6:before { content: '\efd0'; } .icon-archive-2:before { content: '\efd1'; } .icon-rss-7:before { content: '\efd2'; } .icon-rss-alt-1:before { content: '\efd3'; } .icon-cog-7:before { content: '\efd4'; } .icon-logout-3:before { content: '\efd5'; } .icon-clock-8:before { content: '\efa9'; } .icon-block-5:before { content: '\efaa'; } .icon-resize-full-6:before { content: '\efab'; } .icon-resize-full-circle:before { content: '\efac'; } .icon-popup-5:before { content: '\efad'; } .icon-left-open-5:before { content: '\efd6'; } .icon-right-open-5:before { content: '\efd7'; } .icon-down-circle-1:before { content: '\efd8'; } .icon-left-circle-1:before { content: '\efd9'; } .icon-right-circle-1:before { content: '\efda'; } .icon-up-circle-1:before { content: '\efdb'; } .icon-down-dir-3:before { content: '\efdc'; } .icon-right-dir-3:before { content: '\efdd'; } .icon-down-micro:before { content: '\efde'; } .icon-up-micro:before { content: '\efdf'; } .icon-cw-circle:before { content: '\efe0'; } .icon-arrows-cw-3:before { content: '\efe1'; } .icon-updown-circle:before { content: '\efe2'; } .icon-target-5:before { content: '\efe3'; } .icon-signal-5:before { content: '\efe4'; } .icon-progress-4:before { content: '\efae'; } .icon-progress-5:before { content: '\efaf'; } .icon-progress-6:before { content: '\efb0'; } .icon-progress-7:before { content: '\efb1'; } .icon-progress-8:before { content: '\efb2'; } .icon-progress-9:before { content: '\efe5'; } .icon-progress-10:before { content: '\efe6'; } .icon-progress-11:before { content: '\efe7'; } .icon-font-2:before { content: '\efe8'; } .icon-list-4:before { content: '\efe9'; } .icon-list-numbered-1:before { content: '\efea'; } .icon-indent-left-2:before { content: '\efeb'; } .icon-indent-right-2:before { content: '\efec'; } .icon-cloud-8:before { content: '\efed'; } .icon-terminal-1:before { content: '\efee'; } .icon-facebook-rect-2:before { content: '\efef'; } .icon-twitter-bird-2:before { content: '\eff0'; } .icon-vimeo-rect-1:before { content: '\eff1'; } .icon-tumblr-rect-1:before { content: '\eff2'; } .icon-googleplus-rect-1:before { content: '\eff3'; } .icon-linkedin-rect-1:before { content: '\efb3'; } .icon-skype-6:before { content: '\efb4'; } .icon-vkontakte-rect-1:before { content: '\efb5'; } .icon-youtube-4:before { content: '\efb6'; } .icon-quote-right-1:before { content: '\ec40'; }.not-ie .animated .opacity { opacity: 0; }
.not-ie .animated .opacityRun { 
opacity: 1;
-webkit-transition: opacity .9s ease-out;
transition: opacity .9s ease-out;
-webkit-transition-duration: 2s;
transition-duration: 2s;
}  .not-ie .animated .opacity-move { opacity: 0; }
.not-ie .animated .opacity-moveRun { 
opacity: 1;
-webkit-transition: opacity .9s ease-out;
transition: opacity .9s ease-out;
-webkit-transition-duration: 2s;
transition-duration: 2s;
}
.not-ie .animated .opacity-moveRun:hover { 
opacity: 1;
-webkit-transition: opacity .55s ease, -webkit-transform .35s ease-out;
transition: opacity .55s ease, transform .35s ease-out;
}  .not-ie .animated .opacity2x { opacity: 0; }
.not-ie .animated .opacity2xRun {
opacity: 1;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;	
}  .not-ie .animated .scale {
opacity: 0;
-webkit-transform: scale(.6);
transform: scale(.6);
}
.not-ie .animated .scaleRun {
opacity: 1;
-webkit-animation-timing-function: cubic-bezier(0.665, -0.270, 0.185, 1.325); 
animation-timing-function: cubic-bezier(0.665, -0.270, 0.185, 1.325); 
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: scaleRun;
animation-name: scaleRun;	
-webkit-transform: scale(1);
transform: scale(1);
}  .not-ie .animated .slideUp {
opacity: 0;
-webkit-transform: translateY(15%);
transform: translateY(15%);
}
.not-ie .animated .slideUpRun {
opacity: 1;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;	
-webkit-transition-duration: 1.5s;
transition-duration: 1.5s;
-webkit-transition-property: -webkit-transform, opacity;
transition-property: transform, opacity;		
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: 1.5s;
transition-duration: 1.5s;
-webkit-transition-property: all;
transition-property: all;
-webkit-animation-name: slideUpRun;
animation-name: slideUpRun;
-webkit-transform: translateY(0);
transform: translateY(0);		
}  .not-ie .animated .slideUp2x {
opacity: 0;
-webkit-transform: translateY(15%);
transform: translateY(15%);
}
.not-ie .animated .slideUp2xRun {
opacity: 1;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: all;
transition-property: all;
-webkit-animation-name: slideUpRun;
animation-name: slideUpRun;
-webkit-transform: translateY(0);
transform: translateY(0);		
}  .not-ie .animated .slideUp3x {
opacity: 0;
-webkit-transform: translateY(15%);
transform: translateY(15%);
}
.not-ie .animated .slideUp3xRun {
opacity: 1;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: all;
transition-property: all;
-webkit-animation-name: slideUpRun;
animation-name: slideUpRun;
-webkit-transform: translateY(0);
transform: translateY(0);		
}   @-webkit-keyframes slideUpRun {
0%	 { -webkit-transform: translateY(15%); }
100% { -webkit-transform: translateY(0); }
}
@keyframes slideUpRun {
0%	 { transform: translateY(15%); }
100% { transform: translateY(0); }
} @-webkit-keyframes scaleRun {
0%   { -webkit-transform: scale(.6); opacity: 0; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@keyframes scaleRun {
0%   { transform: scale(.6); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative;
z-index:1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
backface-visibility: hidden;
}
.owl-carousel .owl-stage-outer {
position:relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage-outer.owl-height{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-video-wrapper{
position: relative;
height: 100%;
background: #000;
}
.owl-controls .owl-nav div,
.owl-controls .owl-dot{
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 3;
}
.owl-carousel .owl-video-play-icon{
position:absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//apofrakseiskanelis.gr/wp-content/themes/invento/js/owlcarousel/owl-video-play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition-property: scale;
transition-duration: 100ms;
transition-timing-function: ease;
}
.owl-carousel .owl-video-play-icon:hover{
-moz-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
-o-transform: scale(1.3, 1.3);
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
transition-property: opacity;
transition-duration: 400ms;
transition-timing-function: ease;
}
.owl-carousel .owl-video-frame{
position: relative;
z-index: 1;
}
.owl-loaded{
display: block;
}
.owl-loading {
opacity: 0;
display: block;
}
.owl-hidden{
opacity:0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position:relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: rgba(0,0,0,0); 
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transform: translate3d(0px, 0px, 0px);
z-index: 3;
} .owl-carousel.owl-text-select-on .owl-item{
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel .owl-item img.owl-lazy{
opacity: 0;
}
.owl-carousel .owl-item img{
opacity: 1;
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
transition-property: opacity;
transition-duration: 400ms;
transition-timing-function: ease;
} .owl-carousel .owl-stage.backfacefix .owl-item{
-webkit-backface-visibility: hidden;
}
.owl-rtl{
direction: rtl;
}
.owl-rtl .owl-item {
float:right;
} .no-js .owl-carousel{
display: block;
} .animated {
-webkit-animation-duration: 600ms;
animation-duration: 600ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-animated-in{
z-index: 0
}
.owl-animated-out{
z-index: 1
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}.owl-theme .owl-controls { padding: 5px;
text-align: center;
} .carousel .owl-theme .owl-controls .owl-nav div {
position: relative;
top: 20px;
margin: 0;
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
border-width: 3px;
border-style: solid;
border-color: #696b6c;
font-size: 0;
margin-right: 5px; 
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background-color .35s ease, border-color .45s ease;
transition: background-color .35s ease, border-color .45s ease;
}
.carousel .owl-theme .owl-controls .owl-nav .disabled {
opacity: 0.3;
cursor: default;
}
.carousel .owl-controls .owl-prev:hover,
.carousel .owl-controls .owl-next:hover{
color: #fff;	
background-color: #ffd200;
border-color: #ffd200;
}
.carousel .owl-controls .owl-prev:hover:not(.disabled),
.carousel .owl-controls .owl-next:hover:not(.disabled) {
color: #fff;	
background-color: #ffd200;
border-color: #ffd200;
}
.carousel .owl-controls .owl-prev { margin-right: 5px; }
.carousel .owl-controls *:after {
position: absolute;
top: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 40px;
font-family: 'fontello';
font-size: 14px;
z-index: 4;
-webkit-transition: color .35s ease-out;
transition: color .3s ease-out;
}
.carousel .owl-prev:after { content: '\e8b4'; }
.carousel .owl-next:after { content: '\e8b5'; }  .image-slider {
margin-bottom: -10px;
}
.image-slider .owl-nav {			
padding: 0;
text-align: center;
}
.image-slider .owl-prev,
.image-slider .owl-next {
position: relative;
top: 50%;
margin: 0;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
background-color: #202223;
background-color: rgba(32,34,35, .7);
font-size: 0;
z-index: 3;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.image-slider .owl-prev:hover,
.image-slider .owl-next:hover{
color: #fff;
background-color: #ffd200;
background-color: rgba(255, 210, 0, .4);
}
.image-slider .owl-prev {
position: absolute;
color: #fff;
left: 15px;
}
.image-slider .owl-next {
position: absolute;
color: #fff;
right: 15px;
}
.image-slider .owl-nav *:after {
position: absolute;
top: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 30px;
font-family: 'fontello';
font-size: 18px;
z-index: 3;
-webkit-transition: color .3s ease-in;
transition: color .3s ease-in;
}
.image-slider .owl-controls .owl-page,
.image-slider .owl-controls .owl-nav .disabled {
cursor: default;
}
.image-slider .owl-prev:after { content: '\ecff'; }
.image-slider .owl-next:after { content: '\ed00'; }  .side-image-slider .owl-nav {	
position: absolute;
right: 3px;
bottom: 20px;
padding: 0;
text-align: center;
z-index: 4;
}
.side-image-slider .owl-prev,
.side-image-slider .owl-next {
position: relative;
top: 90%;
margin: 0;
display: inline-block;
width: 60px;
height: 30px;
text-align: center;
vertical-align: middle;
font-size: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.side-image-slider .owl-nav *:after {
position: absolute;
top: 0;
display: block;
width: 100%;
height: 100%;
color: #ddd;
text-align: center;
line-height: 30px;
font-family: 'fontello';
font-size: 18px;
-webkit-transition: color .3s ease-in;
transition: color .3s ease-in;
}
.side-image-slider .owl-controls .owl-page,
.side-image-slider .owl-controls .owl-nav .disabled {
cursor: default;
}
.side-image-slider .owl-prev:after { content: '\ecff'; }
.side-image-slider .owl-next:after { content: '\ed00'; }  .owl-theme .owl-controls .owl-nav div:hover{
text-decoration: none;
} .owl-theme .owl-dots .owl-dot{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span{
-webkit-backface-visibility: visible;
display: block;
width: 10px;
height: 10px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
transition-property: opacity;
transition-duration: 200ms;
transition-timing-function: ease;
}
.owl-theme .owl-dots .owl-dot.active span{
filter: Alpha(Opacity=100); opacity: 1;
}
.owl-counter {
display: inline-block;
vertical-align: middle;
right: 65px;
z-index: 5;
position: absolute;
bottom: 20px;
}
.owl-counter .currentPosition {
color: #fff;
font-weight: 700;
font-size: 18px;
font-family: 'Lato';
color: #ffd200;
font-size: 24px;
font-style: normal;
}
.owl-counter .currentPosition:after {
color: #fff;
font-weight: 700;
font-size: 18px;
font-family: 'Lato';
content: "\/";
}
.owl-counter .allItems {
color: #fff;
font-weight: 700;
font-size: 18px;
font-family: 'Lato';
}
.owl-counter i {
color: #fff;
font-weight: 700;
font-size: 18px;
font-family: 'Lato';
}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }
.mfp-move-horizontal .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
-webkit-transform: translateX(50px);
transform: translateX(50px);
opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg { opacity: 0; }