/*!
 * Datepicker v1.0.3
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-12-20T12:51:39.076Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid rgba(0,0,0,0);content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}

.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;overflow:hidden;left:0;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(8px);filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal-box__content{overflow-y:scroll}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}
/*	Kube. CSS & JS Framework	Version 6.5.2	Updated: February 2, 2017	http://imperavi.com/kube/	Copyright (c) 2009-2017, Imperavi LLC.	License: MIT*/html {box-sizing: border-box; }*,*:before,*:after {box-sizing: inherit; }* {margin: 0;padding: 0;outline: 0;-webkit-overflow-scrolling: touch; }img,video,audio {max-width: 100%; }img,video {height: auto; }svg {max-height: 100%; }iframe {border: none; }::-moz-focus-inner {border: 0;padding: 0; }input[type="radio"],input[type="checkbox"] {vertical-align: middle;position: relative;bottom: 0.15rem;font-size: 115%;margin-right: 3px; }input[type="search"] {-webkit-appearance: textfield; }input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none; }.black {color: #0d0d0e; }.inverted {color: #fff; }.error {color: #f03c69; }.success {color: #35beb1; }.warning {color: #f7ba45; }.focus {color: #1c86f2; }.aluminum {color: #f8f8f8; }.silver {color: #e0e1e1; }.lightgray {color: #d4d4d4; }.gray {color: #bdbdbd; }.midgray {color: #676b72; }.darkgray {color: #313439; }.bg-black {background-color: #0d0d0e; }.bg-inverted {background-color: #fff; }.bg-error {background-color: #f03c69; }.bg-success {background-color: #35beb1; }.bg-warning {background-color: #f7ba45; }.bg-focus {background-color: #1c86f2; }.bg-aluminum {background-color: #f8f8f8; }.bg-silver {background-color: #e0e1e1; }.bg-lightgray {background-color: #d4d4d4; }.bg-gray {background-color: #bdbdbd; }.bg-midgray {background-color: #676b72; }.bg-darkgray {background-color: #313439; }.bg-highlight {background-color: #edf2ff; }html,body {font-size: 16px;line-height: 24px; }body {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;color: #313439;background-color: transparent; }a {color: #3794de; }a:hover {color: #f03c69; }h1.title, h1, h2, h3, h4, h5, h6 {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-weight: bold;color: #0d0d0e;text-rendering: optimizeLegibility;margin-bottom: 16px; }h1.title {font-size: 60px;line-height: 64px;margin-bottom: 8px; }h1,.h1 {font-size: 48px;line-height: 52px; }h2,.h2 {font-size: 36px;line-height: 40px; }h3,.h3 {font-size: 24px;line-height: 32px; }h4,.h4 {font-size: 21px;line-height: 32px; }h5,.h5 {font-size: 18px;line-height: 28px; }h6,.h6 {font-size: 16px;line-height: 24px; }h1 a, .h1 a,h2 a, .h2 a,h3 a, .h3 a,h4 a, .h4 a,h5 a, .h5 a,h6 a, .h6 a {color: inherit; }p + h2,p + h3,p + h4,p + h5,p + h6,ul + h2,ul + h3,ul + h4,ul + h5,ul + h6,ol + h2,ol + h3,ol + h4,ol + h5,ol + h6,dl + h2,dl + h3,dl + h4,dl + h5,dl + h6,blockquote + h2,blockquote + h3,blockquote + h4,blockquote + h5,blockquote + h6,hr + h2,hr + h3,hr + h4,hr + h5,hr + h6,pre + h2,pre + h3,pre + h4,pre + h5,pre + h6,table + h2,table + h3,table + h4,table + h5,table + h6,form + h2,form + h3,form + h4,form + h5,form + h6,figure + h2,figure + h3,figure + h4,figure + h5,figure + h6 {margin-top: 24px; }ul,ul ul,ul ol,ol,ol ul,ol ol {margin: 0 0 0 24px; }ol ol li {list-style-type: lower-alpha; }ol ol ol li {list-style-type: lower-roman; }nav ul,nav ol {margin: 0;list-style: none; }nav ul ul,nav ul ol,nav ol ul,nav ol ol {margin-left: 24px; }dl dt {font-weight: bold; }dd {margin-left: 24px; }p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {margin-bottom: 16px; }hr {border: none;border-bottom: 1px solid rgba(0, 0, 0, 0.1);margin-top: -1px; }blockquote {padding-left: 1rem;border-left: 4px solid rgba(0, 0, 0, 0.1);font-style: italic;color: rgba(49, 52, 57, 0.65); }blockquote p {margin-bottom: .5rem; }time, cite, small, figcaption {font-size: 87.5%; }cite {opacity: .6; }abbr[title], dfn[title] {border-bottom: 1px dotted rgba(0, 0, 0, 0.5);cursor: help; }var {font-size: 16px;opacity: .6;font-style: normal; }mark, code, samp, kbd {position: relative;top: -1px;padding: 4px 4px 2px 4px;display: inline-block;line-height: 1;color: rgba(49, 52, 57, 0.85); }code {background: #e0e1e1; }mark {background: #f7ba45; }samp {color: #fff;background: #1c86f2; }kbd {border: 1px solid rgba(0, 0, 0, 0.1); }sub,sup {font-size: x-small;line-height: 0;margin-left: 1rem/4;position: relative; }sup {top: 0; }sub {bottom: 1px; }pre, code, samp, var, kbd {font-family: Consolas, Monaco, "Courier New", monospace; }pre, code, samp, var, kbd, mark {font-size: 87.5%; }pre,pre code {background: #f8f8f8;padding: 0;top: 0;display: block;line-height: 20px;color: rgba(49, 52, 57, 0.85);overflow: none;white-space: pre-wrap; }pre {padding: 1rem; }figcaption {opacity: .6; }figure figcaption {position: relative;top: -1rem/2; }figure pre {background: none;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px; }figure .video-container,figure pre {margin-bottom: 8px; }.text-left {text-align: left; }.text-center {text-align: center; }.text-right {text-align: right; }ul.unstyled {margin-left: 0; }ul.unstyled,ul.unstyled ul {list-style: none; }.monospace {font-family: Consolas, Monaco, "Courier New", monospace; }.upper {text-transform: uppercase; }.lower {text-transform: lowercase; }.italic {font-style: italic !important; }.strong {font-weight: bold !important; }.normal {font-weight: normal !important; }.muted {opacity: .55; }a.muted {color: #0d0d0e; }a.muted:hover {opacity: 1; }.black {color: #0d0d0e; }.smaller {font-size: 12px;line-height: 20px; }.small {font-size: 14px;line-height: 20px; }.big {font-size: 18px;line-height: 28px; }.large {font-size: 20px;line-height: 32px; }.end {margin-bottom: 0 !important; }.highlight {background-color: #edf2ff; }.nowrap,.nowrap td {white-space: nowrap; }@media (min-width: 768px) and (max-width: 1024px) {.columns-2,.columns-3,.columns-4 {column-gap: 24px; }.columns-2 {column-count: 2; }.columns-3 {column-count: 3; }.columns-4 {column-count: 4; } }.row {display: flex;flex-direction: row;flex-wrap: wrap; }@media (max-width: 768px) {.row {flex-direction: column;flex-wrap: nowrap; } }.row.gutters,.row.gutters > .row {margin-left: -2%; }@media (max-width: 768px) {.row.gutters,.row.gutters > .row {margin-left: 0; } }.row.gutters > .col,.row.gutters > .row > .col {margin-left: 2%; }@media (max-width: 768px) {.row.gutters > .col,.row.gutters > .row > .col {margin-left: 0; } }.row.around {justify-content: space-around; }.row.between {justify-content: space-between; }.row.auto .col {flex-grow: 1; }.col-1 {width: 8.33333%; }.offset-1 {margin-left: 8.33333%; }.col-2 {width: 16.66667%; }.offset-2 {margin-left: 16.66667%; }.col-3 {width: 25%; }.offset-3 {margin-left: 25%; }.col-4 {width: 33.33333%; }.offset-4 {margin-left: 33.33333%; }.col-5 {width: 41.66667%; }.offset-5 {margin-left: 41.66667%; }.col-6 {width: 50%; }.offset-6 {margin-left: 50%; }.col-7 {width: 58.33333%; }.offset-7 {margin-left: 58.33333%; }.col-8 {width: 66.66667%; }.offset-8 {margin-left: 66.66667%; }.col-9 {width: 75%; }.offset-9 {margin-left: 75%; }.col-10 {width: 83.33333%; }.offset-10 {margin-left: 83.33333%; }.col-11 {width: 91.66667%; }.offset-11 {margin-left: 91.66667%; }.col-12 {width: 100%; }.offset-12 {margin-left: 100%; }.gutters > .col-1 {width: calc(8.33333% - 2%); }.gutters > .offset-1 {margin-left: calc(8.33333% + 2%) !important; }.gutters > .col-2 {width: calc(16.66667% - 2%); }.gutters > .offset-2 {margin-left: calc(16.66667% + 2%) !important; }.gutters > .col-3 {width: calc(25% - 2%); }.gutters > .offset-3 {margin-left: calc(25% + 2%) !important; }.gutters > .col-4 {width: calc(33.33333% - 2%); }.gutters > .offset-4 {margin-left: calc(33.33333% + 2%) !important; }.gutters > .col-5 {width: calc(41.66667% - 2%); }.gutters > .offset-5 {margin-left: calc(41.66667% + 2%) !important; }.gutters > .col-6 {width: calc(50% - 2%); }.gutters > .offset-6 {margin-left: calc(50% + 2%) !important; }.gutters > .col-7 {width: calc(58.33333% - 2%); }.gutters > .offset-7 {margin-left: calc(58.33333% + 2%) !important; }.gutters > .col-8 {width: calc(66.66667% - 2%); }.gutters > .offset-8 {margin-left: calc(66.66667% + 2%) !important; }.gutters > .col-9 {width: calc(75% - 2%); }.gutters > .offset-9 {margin-left: calc(75% + 2%) !important; }.gutters > .col-10 {width: calc(83.33333% - 2%); }.gutters > .offset-10 {margin-left: calc(83.33333% + 2%) !important; }.gutters > .col-11 {width: calc(91.66667% - 2%); }.gutters > .offset-11 {margin-left: calc(91.66667% + 2%) !important; }.gutters > .col-12 {width: calc(100% - 2%); }.gutters > .offset-12 {margin-left: calc(100% + 2%) !important; }@media (max-width: 768px) {[class^='offset-'],[class*=' offset-'] {margin-left: 0; } }.first {order: -1; }.last {order: 1; }@media (max-width: 768px) {.row .col {margin-left: 0;width: 100%; }.row.gutters .col {margin-bottom: 16px; }.first-sm {order: -1; }.last-sm {order: 1; } }table {border-collapse: collapse;border-spacing: 0;max-width: 100%;width: 100%;empty-cells: show;font-size: 15px;line-height: 24px; }table caption {text-align: left;font-size: 14px;font-weight: 500;color: #676b72; }th {text-align: left;font-weight: 700;vertical-align: bottom; }td {vertical-align: top; }tr.align-middle td,td.align-middle {vertical-align: middle; }th,td {padding: 1rem 1rem;border-bottom: 1px solid rgba(0, 0, 0, 0.05); }th:first-child,td:first-child {padding-left: 0; }th:last-child,td:last-child {padding-right: 0; }tfoot th,tfoot td {color: rgba(49, 52, 57, 0.5); }table.bordered td,table.bordered th {border: 1px solid rgba(0, 0, 0, 0.05); }table.striped tr:nth-child(odd) td {background: #f8f8f8; }table.bordered td:first-child,table.bordered th:first-child,table.striped td:first-child,table.striped th:first-child {padding-left: 1rem; }table.bordered td:last-child,table.bordered th:last-child,table.striped td:last-child,table.striped th:last-child {padding-right: 1rem; }table.unstyled td,table.unstyled th {border: none;padding: 0; }fieldset {font-family: inherit;border: 1px solid rgba(0, 0, 0, 0.1);padding: 2rem;margin-bottom: 2rem;margin-top: 2rem; }legend {font-weight: bold;font-size: 12px;text-transform: uppercase;padding: 0 1rem;margin-left: -1rem;top: 2px;position: relative;line-height: 0; }input,textarea,select {display: block;width: 100%;font-family: inherit;font-size: 15px;height: 40px;outline: none;vertical-align: middle;background-color: #fff;border: 1px solid #d4d4d4;border-radius: 3px;box-shadow: none;padding: 0 12px; }input.small,textarea.small,select.small {height: 36px;font-size: 13px;padding: 0 12px;border-radius: 3px; }input.big,textarea.big,select.big {height: 48px;font-size: 17px;padding: 0 12px;border-radius: 3px; }input:focus,textarea:focus,select:focus {outline: none;background-color: #fff;border-color: #1c86f2;box-shadow: 0 0 1px #1c86f2 inset; }input.error,textarea.error,select.error {background-color: rgba(240, 60, 105, 0.1);border: 1px solid #f583a0; }input.error:focus,textarea.error:focus,select.error:focus {border-color: #f03c69;box-shadow: 0 0 1px #f03c69 inset; }input.success,textarea.success,select.success {background-color: rgba(53, 190, 177, 0.1);border: 1px solid #6ad5cb; }input.success:focus,textarea.success:focus,select.success:focus {border-color: #35beb1;box-shadow: 0 0 1px #35beb1 inset; }input:disabled, input.disabled,textarea:disabled,textarea.disabled,select:disabled,select.disabled {resize: none;opacity: 0.6;cursor: default;font-style: italic;color: rgba(0, 0, 0, 0.5); }select {-webkit-appearance: none;background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');background-repeat: no-repeat;background-position: right 1rem center; }select[multiple] {background-image: none;height: auto;padding: .5rem .75rem; }textarea {height: auto;padding: 8px 12px;line-height: 24px;vertical-align: top; }input[type="file"] {width: auto;border: none;padding: 0;height: auto;background: none;box-shadow: none;display: inline-block; }input[type="search"],input.search {background-repeat: no-repeat;background-position: 8px 53%;background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');padding-left: 32px; }input[type="radio"],input[type="checkbox"] {display: inline-block;width: auto;height: auto;padding: 0; }label {display: block;color: #313439;margin-bottom: 4px;font-size: 15px; }label.checkbox,label .desc,label .success,label .error {text-transform: none;font-weight: normal; }label.checkbox {font-size: 16px;line-height: 24px;cursor: pointer;color: inherit; }label.checkbox input {margin-top: 0; }.form-checkboxes label.checkbox {display: inline-block;margin-right: 16px; }.req {position: relative;top: 1px;font-weight: bold;color: #f03c69;font-size: 110%; }.desc {color: rgba(49, 52, 57, 0.5);font-size: 12px;line-height: 20px; }span.desc {margin-left: 4px; }div.desc {margin-top: 4px;margin-bottom: -8px; }.form-buttons button,.form-buttons .button {margin-right: 8px; }form,.form-item {margin-bottom: 2rem; }.form > .form-item:last-child {margin-bottom: 0; }.form .row:last-child .form-item {margin-bottom: 0; }.form span.success,.form span.error {font-size: 12px;line-height: 20px;margin-left: 4px; }.form-inline input,.form-inline textarea,.form-inline select {display: inline-block;width: auto; }.append,.prepend {display: flex; }.append input,.prepend input {flex: 1; }.append .button,.append span,.prepend .button,.prepend span {flex-shrink: 0; }.append span,.prepend span {display: flex;flex-direction: column;justify-content: center;font-weight: normal;border: 1px solid #d4d4d4;background-color: #f8f8f8;padding: 0 .875rem;color: rgba(0, 0, 0, 0.5);font-size: 12px;white-space: nowrap; }.prepend input {border-radius: 0 3px 3px 0; }.prepend .button {margin-right: -1px;border-radius: 3px 0 0 3px !important; }.prepend span {border-right: none;border-radius: 3px 0 0 3px; }.append input {border-radius: 3px 0 0 3px; }.append .button {margin-left: -1px;border-radius: 0 3px 3px 0 !important; }.append span {border-left: none;border-radius: 0 3px 3px 0; }button,.button {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 15px;color: #fff;background-color: #1c86f2;border-radius: 3px;min-height: 40px;padding: 8px 20px;font-weight: 500;text-decoration: none;cursor: pointer;display: inline-block;line-height: 20px;border: 1px solid transparent;vertical-align: middle;-webkit-appearance: none; }button i,.button i {position: relative;top: 1px;margin: 0 2px; }input[type="submit"] {width: auto; }button:hover,.button:hover {outline: none;text-decoration: none;color: #fff;background-color: #4ca0f5; }.button:disabled,.button.disabled {cursor: default;font-style: normal;color: rgba(255, 255, 255, 0.7);background-color: rgba(28, 134, 242, 0.7); }.button.small {font-size: 13px;min-height: 36px;padding: 6px 20px;border-radius: 3px; }.button.big {font-size: 17px;min-height: 48px;padding: 13px 24px;border-radius: 3px; }.button.large {font-size: 19px;min-height: 56px;padding: 20px 36px;border-radius: 3px; }.button.outline {background: none;border-width: 2px;border-color: #1c86f2;color: #1c86f2; }.button.outline:hover {background: none;color: rgba(28, 134, 242, 0.6);border-color: rgba(28, 134, 242, 0.5); }.button.outline:disabled, .button.outline.disabled {background: none;color: rgba(28, 134, 242, 0.7);border-color: rgba(28, 134, 242, 0.5); }.button.inverted {color: #000;background-color: #fff; }.button.inverted:hover {color: #000;background-color: white; }.button.inverted:disabled, .button.inverted.disabled {color: rgba(0, 0, 0, 0.7);background-color: rgba(255, 255, 255, 0.7); }.button.inverted.outline {background: none;color: #fff;border-color: #fff; }.button.inverted.outline:hover {color: rgba(255, 255, 255, 0.6);border-color: rgba(255, 255, 255, 0.5); }.button.inverted.outline:disabled, .button.inverted.outline.disabled {background: none;color: rgba(255, 255, 255, 0.7);border-color: rgba(255, 255, 255, 0.5); }.button.inverted:hover {opacity: .7; }.button.round {border-radius: 56px; }.button.raised {box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }.button.upper {text-transform: uppercase;letter-spacing: .04em;font-size: 13px; }.button.upper.small {font-size: 11px; }.button.upper.big {font-size: 13px; }.button.upper.large {font-size: 15px; }.button.secondary {color: #fff;background-color: #313439; }.button.secondary:hover {color: #fff;background-color: #606670; }.button.secondary:disabled, .button.secondary.disabled {color: rgba(255, 255, 255, 0.7);background-color: rgba(49, 52, 57, 0.7); }.button.secondary.outline {background: none;color: #313439;border-color: #313439; }.button.secondary.outline:hover {color: rgba(49, 52, 57, 0.6);border-color: rgba(49, 52, 57, 0.5); }.button.secondary.outline:disabled, .button.secondary.outline.disabled {background: none;color: rgba(49, 52, 57, 0.7);border-color: rgba(49, 52, 57, 0.5); }.label {display: inline-block;font-size: 13px;background: #e0e1e1;line-height: 18px;padding: 0 10px;font-weight: 500;color: #313439;border: 1px solid transparent;vertical-align: middle;text-decoration: none;border-radius: 4px; }.label a,.label a:hover {color: inherit;text-decoration: none; }.label.big {font-size: 14px;line-height: 24px;padding: 0 12px; }.label.upper {text-transform: uppercase;font-size: 11px; }.label.outline {background: none;border-color: #bdbdbd; }.label.badge {text-align: center;border-radius: 64px;padding: 0 6px; }.label.badge.big {padding: 0 8px; }.label.tag {padding: 0;background: none;border: none;text-transform: uppercase;font-size: 11px; }.label.tag.big {font-size: 13px; }.label.success {background: #35beb1;color: #fff; }.label.success.tag, .label.success.outline {background: none;border-color: #35beb1;color: #35beb1; }.label.error {background: #f03c69;color: #fff; }.label.error.tag, .label.error.outline {background: none;border-color: #f03c69;color: #f03c69; }.label.warning {background: #f7ba45;color: #0d0d0e; }.label.warning.tag, .label.warning.outline {background: none;border-color: #f7ba45;color: #f7ba45; }.label.focus {background: #1c86f2;color: #fff; }.label.focus.tag, .label.focus.outline {background: none;border-color: #1c86f2;color: #1c86f2; }.label.black {background: #0d0d0e;color: #fff; }.label.black.tag, .label.black.outline {background: none;border-color: #0d0d0e;color: #0d0d0e; }.label.inverted {background: #fff;color: #0d0d0e; }.label.inverted.tag, .label.inverted.outline {background: none;border-color: #fff;color: #fff; }.breadcrumbs {font-size: 14px;margin-bottom: 24px; }.breadcrumbs ul {display: flex;align-items: center; }.breadcrumbs.push-center ul {justify-content: center; }.breadcrumbs span,.breadcrumbs a {font-style: normal;padding: 0 10px;display: inline-block;white-space: nowrap; }.breadcrumbs li:after {display: inline-block;content: '/';color: rgba(0, 0, 0, 0.3); }.breadcrumbs li:last-child:after {display: none; }.breadcrumbs li:first-child span,.breadcrumbs li:first-child a {padding-left: 0; }.breadcrumbs li.active a {color: #313439;text-decoration: none;cursor: text; }.pagination {margin: 24px 0;font-size: 14px; }.pagination ul {display: flex;margin: 0; }.pagination.align-center ul {justify-content: center; }.pagination span,.pagination a {border-radius: 3px;display: inline-block;padding: 8px 12px;line-height: 1;white-space: nowrap;border: 1px solid transparent; }.pagination a {text-decoration: none;color: #313439; }.pagination a:hover {color: rgba(0, 0, 0, 0.5);border-color: #e0e1e1; }.pagination span,.pagination li.active a {color: rgba(0, 0, 0, 0.5);border-color: #e0e1e1;cursor: text; }.pagination.upper {font-size: 12px; }.pager span {line-height: 24px; }.pager span,.pager a {padding-left: 16px;padding-right: 16px;border-radius: 64px;border-color: rgba(0, 0, 0, 0.1); }.pager li {flex-basis: 50%; }.pager li.next {text-align: right; }.pager.align-center li {flex-basis: auto;margin-left: 4px;margin-right: 4px; }.pager.flat span,.pager.flat a {border: none;display: block;padding: 0; }.pager.flat a {font-weight: bold; }.pager.flat a:hover {background: none;text-decoration: underline; }@media (max-width: 768px) {.pager.flat ul {flex-direction: column; }.pager.flat li {flex-basis: 100%;margin-bottom: 8px;text-align: left; } }@font-face {font-family: 'Kube';src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");font-weight: normal;font-style: normal; }[class^="kube-"], [class*=" kube-"], .close, .caret {/* use !important to prevent issues with browser extensions that change fonts */font-family: 'Kube' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;/* Better Font Rendering =========== */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }.kube-calendar:before {content: "\e900"; }.caret.down:before,.kube-caret-down:before {content: "\e901"; }.caret.left:before,.kube-caret-left:before {content: "\e902"; }.caret.right:before,.kube-caret-right:before {content: "\e903"; }.caret.up:before,.kube-caret-up:before {content: "\e904"; }.kube-close:before {content: "\e905"; }.kube-menu:before {content: "\e906"; }.kube-search:before {content: "\e907"; }.gutters .column.push-left,.push-left {margin-right: auto; }.gutters .column.push-right,.push-right {margin-left: auto; }.gutters .column.push-center,.push-center {margin-left: auto;margin-right: auto; }.gutters .column.push-middle,.push-middle {margin-top: auto;margin-bottom: auto; }.push-bottom {margin-top: auto; }@media (max-width: 768px) {.gutters .column.push-left-sm,.push-left-sm {margin-left: 0; }.gutters .column.push-center-sm,.push-center-sm {margin-left: auto;margin-right: auto; }.push-top-sm {margin-top: 0; } }.align-middle {align-items: center; }.align-right {justify-content: flex-end; }.align-center {justify-content: center; }@media (max-width: 768px) {.align-left-sm {justify-content: flex-start; } }.float-right {float: right; }.float-left {float: left; }@media (max-width: 768px) {.float-right {float: none; }.float-left {float: none; } }.fixed {position: fixed;top: 0;left: 0;z-index: 100;width: 100%; }.w5 {width: 5%; }.w10 {width: 10%; }.w15 {width: 15%; }.w20 {width: 20%; }.w25 {width: 25%; }.w30 {width: 30%; }.w35 {width: 35%; }.w40 {width: 40%; }.w45 {width: 45%; }.w50 {width: 50%; }.w55 {width: 55%; }.w60 {width: 60%; }.w65 {width: 65%; }.w70 {width: 70%; }.w75 {width: 75%; }.w80 {width: 80%; }.w85 {width: 85%; }.w90 {width: 90%; }.w95 {width: 95%; }.w100 {width: 100%; }.w-auto {width: auto; }.w-small {width: 480px; }.w-medium {width: 600px; }.w-big {width: 740px; }.w-large {width: 840px; }@media (max-width: 768px) {.w-auto-sm {width: auto; }.w100-sm,.w-small,.w-medium,.w-big,.w-large {width: 100%; } }.max-w5 {max-width: 5%; }.max-w10 {max-width: 10%; }.max-w15 {max-width: 15%; }.max-w20 {max-width: 20%; }.max-w25 {max-width: 25%; }.max-w30 {max-width: 30%; }.max-w35 {max-width: 35%; }.max-w40 {max-width: 40%; }.max-w45 {max-width: 45%; }.max-w50 {max-width: 50%; }.max-w55 {max-width: 55%; }.max-w60 {max-width: 60%; }.max-w65 {max-width: 65%; }.max-w70 {max-width: 70%; }.max-w75 {max-width: 75%; }.max-w80 {max-width: 80%; }.max-w85 {max-width: 85%; }.max-w90 {max-width: 90%; }.max-w95 {max-width: 95%; }.max-w100 {max-width: 100%; }.max-w-small {max-width: 480px; }.max-w-medium {max-width: 600px; }.max-w-big {max-width: 740px; }.max-w-large {max-width: 840px; }@media (max-width: 768px) {.max-w-auto-sm,.max-w-small,.max-w-medium,.max-w-big,.max-w-large {max-width: auto; } }.min-w5 {min-width: 5%; }.min-w10 {min-width: 10%; }.min-w15 {min-width: 15%; }.min-w20 {min-width: 20%; }.min-w25 {min-width: 25%; }.min-w30 {min-width: 30%; }.min-w35 {min-width: 35%; }.min-w40 {min-width: 40%; }.min-w45 {min-width: 45%; }.min-w50 {min-width: 50%; }.min-w55 {min-width: 55%; }.min-w60 {min-width: 60%; }.min-w65 {min-width: 65%; }.min-w70 {min-width: 70%; }.min-w75 {min-width: 75%; }.min-w80 {min-width: 80%; }.min-w85 {min-width: 85%; }.min-w90 {min-width: 90%; }.min-w95 {min-width: 95%; }.min-w100 {min-width: 100%; }.h25 {height: 25%; }.h50 {height: 50%; }.h100 {height: 100%; }.group:after {content: '';display: table;clear: both; }.flex {display: flex; }@media (max-width: 768px) {.flex-column-sm {flex-direction: column; }.flex-w100-sm {flex: 0 0 100%; } }@media (max-width: 768px) and (max-width: 768px) {.flex-w100-sm {flex: 0 0 100% !important; } }.invisible {visibility: hidden; }.visible {visibility: visible; }.display-block {display: block; }.hide {display: none !important; }@media (max-width: 768px) {.hide-sm {display: none !important; } }@media (min-width: 768px) {.show-sm {display: none !important; } }@media print {.hide-print {display: none !important; }.show-print {display: block !important; } }.no-scroll {overflow: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100% !important; }.scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll; }.video-container {height: 0;padding-bottom: 56.25%;position: relative;margin-bottom: 16px; }.video-container iframe,.video-container object,.video-container embed {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important; } .caret {display: inline-block; }.button .caret {margin-right: -8px; }.overlay {position: fixed;z-index: 200;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(255, 255, 255, 0.95); }.overlay > .close {position: fixed;top: 1rem;right: 1rem; }@media print {* {background: transparent !important;color: black !important;box-shadow: none !important;text-shadow: none !important; }a,a:visited {text-decoration: underline; }pre, blockquote {border: 1px solid #999;page-break-inside: avoid; }p, h2, h3 {orphans: 3;widows: 3; }thead {display: table-header-group; }tr, img {page-break-inside: avoid; }img {max-width: 100% !important; }h2, h3, h4 {page-break-after: avoid; }@page {margin: 0.5cm; } }@keyframes slideUp {to {height: 0;padding-top: 0;padding-bottom: 0; } }@keyframes slideDown {from {height: 0;padding-top: 0;padding-bottom: 0; } }@keyframes fadeIn {from {opacity: 0; }to {opacity: 1; } }@keyframes fadeOut {from {opacity: 1; }to {opacity: 0; } }@keyframes flipIn {from {opacity: 0;transform: scaleY(0); }to {opacity: 1;transform: scaleY(1); } }@keyframes flipOut {from {opacity: 1;transform: scaleY(1); }to {opacity: 0;transform: scaleY(0); } }@keyframes zoomIn {from {opacity: 0;transform: scale3d(0.3, 0.3, 0.3); }50% {opacity: 1; } }@keyframes zoomOut {from {opacity: 1; }50% {opacity: 0;transform: scale3d(0.3, 0.3, 0.3); }to {opacity: 0; } }@keyframes slideInRight {from {transform: translate3d(100%, 0, 0);visibility: visible; }to {transform: translate3d(0, 0, 0); } }@keyframes slideInLeft {from {transform: translate3d(-100%, 0, 0);visibility: visible; }to {transform: translate3d(0, 0, 0); } }@keyframes slideInDown {from {transform: translate3d(0, -100%, 0);visibility: visible; }to {transform: translate3d(0, 0, 0); } }@keyframes slideOutLeft {from {transform: translate3d(0, 0, 0); }to {visibility: hidden;transform: translate3d(-100%, 0, 0); } }@keyframes slideOutRight {from {transform: translate3d(0, 0, 0); }to {visibility: hidden;transform: translate3d(100%, 0, 0); } }@keyframes slideOutUp {from {transform: translate3d(0, 0, 0); }to {visibility: hidden;transform: translate3d(0, -100%, 0); } }@keyframes rotate {from {transform: rotate(0deg); }to {transform: rotate(360deg); } }@keyframes pulse {from {transform: scale3d(1, 1, 1); }50% {transform: scale3d(1.03, 1.03, 1.03); }to {transform: scale3d(1, 1, 1); } }@keyframes shake {15% {transform: translateX(0.5rem); }30% {transform: translateX(-0.4rem); }45% {transform: translateX(0.3rem); }60% {transform: translateX(-0.2rem); }75% {transform: translateX(0.1rem); }90% {transform: translateX(0); }90% {transform: translateX(0); } }.fadeIn {animation: fadeIn 250ms; }.fadeOut {animation: fadeOut 250ms; }.zoomIn {animation: zoomIn 200ms; }.zoomOut {animation: zoomOut 500ms; }.slideInRight {animation: slideInRight 500ms; }.slideInLeft {animation: slideInLeft 500ms; }.slideInDown {animation: slideInDown 500ms; }.slideOutLeft {animation: slideOutLeft 500ms; }.slideOutRight {animation: slideOutRight 500ms; }.slideOutUp {animation: slideOutUp 500ms; }.slideUp {overflow: hidden;animation: slideUp 200ms ease-in-out; }.slideDown {overflow: hidden;animation: slideDown 80ms ease-in-out; }.flipIn {animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }.flipOut {animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }.rotate {animation: rotate 500ms; }.pulse {animation: pulse 250ms 2; }.shake {animation: shake 500ms; }.dropdown {position: absolute;z-index: 100;top: 0;right: 0;width: 280px;color: #000;font-size: 15px;background: #fff;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);border-radius: 3px;max-height: 300px;margin: 0;padding: 0;overflow: hidden; }.dropdown.dropdown-mobile {position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;max-height: none;border: none; }.dropdown .close {margin: 20px auto; }.dropdown.open {overflow: auto; }.dropdown ul {list-style: none;margin: 0; }.dropdown ul li {border-bottom: 1px solid rgba(0, 0, 0, 0.07); }.dropdown ul li:last-child {border-bottom: none; }.dropdown ul a {display: block;padding: 12px;text-decoration: none;color: #000; }.dropdown ul a:hover {background: rgba(0, 0, 0, 0.05); }.message {font-family: Consolas, Monaco, "Courier New", monospace;font-size: 14px;line-height: 20px;background: #e0e1e1;color: #313439;padding: 1rem;padding-right: 2.5em;padding-bottom: .75rem;margin-bottom: 24px;position: relative; }.message a {color: inherit; }.message h2,.message h3,.message h4,.message h5,.message h6 {margin-bottom: 0; }.message .close {position: absolute;right: 1rem;top: 1.1rem; }.message.error {background: #f03c69;color: #fff; }.message.success {background: #35beb1;color: #fff; }.message.warning {background: #f7ba45; }.message.focus {background: #1c86f2;color: #fff; }.message.black {background: #0d0d0e;color: #fff; }.message.inverted {background: #fff; }.modal-box {position: fixed;top: 0;left: 0;bottom: 0;right: 0;overflow-x: hidden;overflow-y: auto;z-index: 200; }.modal {position: relative;margin: auto;margin-top: 16px;padding: 0;background: #fff;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);border-radius: 8px;color: #000; }@media (max-width: 768px) {.modal input,.modal textarea {font-size: 16px; } }.modal .close {position: absolute;top: 18px;right: 16px;opacity: .3; }.modal .close:hover {opacity: 1; }.modal-header {padding: 24px 32px;font-size: 18px;font-weight: bold;border-bottom: 1px solid rgba(0, 0, 0, 0.05); }.modal-header:empty {display: none; }.modal-body {padding: 36px 56px; }@media (max-width: 768px) {.modal-header,.modal-body {padding: 24px; } }.offcanvas {background: #fff;position: fixed;padding: 24px;height: 100%;top: 0;left: 0;z-index: 300;overflow-y: scroll; }.offcanvas .close {position: absolute;top: 8px;right: 8px; }.offcanvas-left {border-right: 1px solid rgba(0, 0, 0, 0.1); }.offcanvas-right {left: auto;right: 0;border-left: 1px solid rgba(0, 0, 0, 0.1); }.offcanvas-push-body {position: relative; }.tabs {margin-bottom: 24px;font-size: 14px; }.tabs li em,.tabs li.active a {color: #313439;border: 1px solid rgba(0, 0, 0, 0.1);cursor: default;text-decoration: none;background: none; }.tabs em,.tabs a {position: relative;top: 1px;font-style: normal;display: block;padding: .5rem 1rem;border: 1px solid transparent;color: rgba(0, 0, 0, 0.5);text-decoration: none; }.tabs a:hover {-moz-transition: all linear 0.2s;transition: all linear 0.2s;color: #313439;text-decoration: underline;background-color: #e0e1e1; }@media (min-width: 768px) {.tabs ul {display: flex;margin-top: -1px;border-bottom: 1px solid rgba(0, 0, 0, 0.1); }.tabs li em,.tabs li.active a {border-bottom: 1px solid #fff; } }/*! *Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome *License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */@font-face{font-family:'FontAwesome';src:url('i/fontawesome-webfont.eot?v=4.7.0');src:url('i/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('i/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('i/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('i/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('i/fontawesome-webfont.svg?v=4.7.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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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:#fff}.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-pp: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-resistance: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: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*-------------------------------------------------------------[Master Stylesheet]Project: Aurel HTML[Table of contents]1.General2.Forms and Inputs3.Custom Select4.Contact Forms5.OWL Carousel6.Slick Slider7.Header8.Content9.Footer10. Preloader11. Typography12. Sidebar and Footer Widgets	12.1About Widget	12.2Search Widget	12.3Menus & Lists Widgets	12.4Featured Posts Widget	12.5Tag Cloud Widget	12.6Banner Widget	12.7Flickr Widget	12.8Mailchimp Widget	12.9Calendar Widget	12.10 Widget RSS	12.11 Quick Contact Widget	12.12 Price Filter Widget13. Blog Listing14. Single Post15. Shop Page16. Single Product Page17. Cart18. Checkout19. Content Widgets	19.1Button Widget	19.2Person Widget	19.3Price Table Widget	19.4Itemized Link Widget	19.5Testimonials Widget	19.6Image Slider Widget	19.7Split Slider Widget	19.8Grid Gallery Widget	19.9Proofing Grid Widget	19.10 Packery Gallery Widget	19.11 Albums Gallery Widget	19.12 Tabs Widget	19.13 Counter Widget	19.14 Media Slider Widget	19.15 Kenburns Slider Widget	19.16 Ribbon Slider Widget	19.17 Before/After Widget	19.18 Heading Widget	19.19 Icon Widget	19.20 Additional Widgets20. Coming Soon Page21. Centered Page22. Padding and Margin23. Color Settings24. Custom Classes25. Responsive-------------------------------------------------------------*//* ----------------------------- *//* ---------- General ---------- *//* ----------------------------- */.aurel_site_wrapper{	transition: opacity 500ms;}.fadeOnLoad {	opacity: 0;}.clear {	clear: both;}.aurel_header_menu_part nav,.aurel_header_menu_part ul,.aurel_header_menu_part li,.aurel_header_menu_part a,.aurel_no_select {	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}html {	height: auto;	overflow-x: hidden;	position: static;}body {	position: relative;	margin: 0;	padding: 0;	background: #171717;	font-family: "Roboto", sans-serif;	font-size: 16px;	line-height: 26px;	font-weight: 400;	color: #a0a7ae;}a {	text-decoration: none;	outline: none;	display: inline-block;	transition: all .3s;	-webkit-transition: all .3s;}p {	font-size: 16px;	line-height: 26px;	font-weight: 400;	margin-bottom: 14px;}.aurel_content a:hover,.aurel_content a:focus {	text-decoration: none;}.aurel_pswp_video_wrapper {	position: absolute;	left: 50%;	top: 50%;	transform: translate(-50%,-50%);}.aurel_pswp_video_wrapper iframe {	display: block;	width: 100%;	height: 100%;}.aurel_back_to_top {	bottom: 50px;	right: 50px;	opacity: 0;	pointer-events: none;	cursor: pointer;	display: block;	height: 60px;	position: fixed;	transition: opacity 0.3s ease-out 0s, background 400ms, border 400ms;	width: 60px;	z-index: 9999;	box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	border:2px solid #ffffff;	background:#3a3e43;}.aurel_back_to_top:after {  	display: block;	font-size: 40px;	height: 40px;	left: 0;	line-height: 40px;	margin-top: -22px;	position: absolute;	text-align: center;	top: 50%;	width: 100%;}.aurel_back_to_top.aurel_show_me {	pointer-events: auto;	opacity:1;}.aurel_line_height_0 {	line-height: 0;}.aurel_bg_top_left {	background-position: top left;}.aurel_bg_top_center {	background-position: top center;}.aurel_bg_top_right {	background-position: top right;}.aurel_bg_center_left {	background-position: center left;}.aurel_bg_center_center {	background-position: center center;}.aurel_bg_center_right {	background-position: center right;}.aurel_bg_bottom_left {	background-position: bottom left;}.aurel_bg_bottom_center {	background-position: bottom center;}.aurel_bg_bottom_right {	background-position: bottom right;}.aurel_bg_size_cover {	background-size: cover;}.parallax {	background-attachment: fixed;}img {	max-width: 100%;	height: auto;}table {	width: 100%;	border-collapse: collapse;	margin-bottom: 40px;}table td, table th {	text-align: center;	padding: 7px 0;	border: 1px solid #e1e1e1;}body table th {	vertical-align: middle;}dt {	font-weight: bold;	text-decoration: underline;}dd {	margin: 0;	padding: 0 0 0.5em 0;}pre {	display: block;	white-space: pre-wrap;	margin: 0;	word-break: break-all;	word-wrap: break-word;	max-width: 100%;}iframe {	display: block;	max-width: 100%;	max-height: 100%;}/* -------------------------------------- *//* ---------- Forms and Inputs ---------- *//* -------------------------------------- */form {	margin: 0;}.aurel_button,.aurel_widget_button a.aurel-button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {	cursor: pointer;	outline: none;}body input[type="text"],body input[type="password"],body input[type="email"],body input[type="tel"],body input[type="date"],body input[type="time"],body input[type="datetime"],body input[type="url"],body select,body textarea {	vertical-align: top;	padding: 14px 19px 16px 19px;	background: transparent;	border: none;	border-radius: 0;	width: 100%;	font-size: 13px;	line-height: 20px;	height: 50px;	margin-bottom: 10px;	letter-spacing: 0.7px;	transition: border 250ms;	box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;}body textarea:active,body textarea:focus {	background: transparent;}body input[type="password"] {	border-bottom: solid 1px rgba(255, 255, 255, .1);}body textarea {	height: 150px;	resize: none;	padding: 14px 19px 16px 19px;}body select,body select:focus {	position: relative;	border-radius: 0;	outline: none!important;	background: transparent;}select:before {	content: '';	position: absolute;	display: block;	width: 0;	height: 0;	border-style: solid;	border-width: 5px 5px 0 5px;	right: 10px;	top: 10px;}body .aurel_widget_button a.aurel-button,.aurel_button,input[type="button"],input[type="reset"],input[type="submit"] {	padding: 15px 20px 15px 20px;	height: 50px;	line-height: 20px;	border: none;	text-transform: uppercase;	letter-spacing: 0.6px;	border-radius: 0;	box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	display: inline-block;	vertical-align: middle;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	transition: background 400ms, color 400ms, border 400ms;}body .aurel_widget_button a.aurel-button {	font-size: 14px;	font-weight: 700;	color: #ffffff;}body .aurel_widget_button a.aurel-button:hover {	background: #3a3e43 !important;	opacity: .9;}body button.pswp__button,body button.pswp__button:hover {	background-color: transparent;}body .aurel_widget_button a.aurel-button span {	border: none;	text-transform: uppercase;	letter-spacing: 0.6px;	border-radius: 0;}body .aurel_widget_button a.aurel-button.aurel-size-md {	padding: 15px 19px 19px 20px;}body .aurel_widget_button a.aurel-button span {	padding: 0;}.aurel_load_more_button_wrapper {	text-align: center;	padding-bottom: 30px;}.aurel_load_more_button_wrapper.all_posts_loaded {	padding-bottom: 0!important;}.aurel_load_more_button {	height:50px;	padding: 15px 19px 15px 21px;	margin: 30px auto 30px auto;}input,textarea,button {	-webkit-appearance: none;	outline: none;}input[type="radio"] {	-webkit-appearance: radio;}input[type="checkbox"] {	-webkit-appearance: checkbox;}input:focus,input:active,textarea:focus,body {	outline: none !important;	outline-offset: 0 !important;	box-shadow: none;}input::-moz-placeholder {	opacity: 1;	text-transform: uppercase;}textarea::-moz-placeholder {	opacity: 1;	text-transform: uppercase;	letter-spacing: 0.1px;}input::-webkit-input-placeholder {	opacity: 1;	text-transform: uppercase;}textarea::-webkit-input-placeholder {	opacity: 1;	text-transform: uppercase;}input::-ms-input-placeholder {	opacity: 1;	text-transform: uppercase;}textarea::-ms-input-placeholder {	opacity: 1;	text-transform: uppercase;}input:focus::-webkit-input-placeholder {	color: transparent;	opacity: 0;}input:focus::-moz-placeholder {	color: transparent;	opacity: 0;}input:focus::-ms-input-placeholder {	color: transparent;	opacity: 0;}textarea:focus::-webkit-input-placeholder {	color: transparent;	opacity: 0;}textarea:focus::-moz-placeholder {	color: transparent;	opacity: 0;}textarea:focus::-ms-input-placeholder {	color: transparent;	opacity: 0;}span.wpcf7-not-valid-tip {	margin: -1px 0 13px 0;	font-size: 12px;	line-height: 12px;	letter-spacing: 0.7px;	text-transform: uppercase;}div.wpcf7-validation-errors {	border: none;	text-transform: uppercase;	padding: 7px 0 0 0;	margin: 0;}div.wpcf7 .ajax-loader {	display:inline-block;	vertical-align: middle;	margin-left: 10px;	display: none;}/* ----------------------------------- *//* ---------- Custom Select ---------- *//* ----------------------------------- */.select-hidden {	display: none;	visibility: hidden;}.aurel_select_wrapper {	cursor: pointer;	display: inline-block;	position: relative;	color: #979797;	width: 100%;	height: 50px;	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.aurel_select {	position: absolute;	top: 0;	right: 0;	bottom: 0;	left: 0;	padding: 11px 35px 9px 12px;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	transition: all 0.2s ease-in;	white-space: nowrap;}.aurel_select:before {	content:'\f107';	display: block;	font-family: 'FontAwesome', sans-serif;	font-size: 16px;	line-height: 20px;	position: absolute;	top: 13px;	right: 13px;	z-index: 3;}.aurel_select.active:before {	top: 13px;	content:'\f106';}.aurel_tiny {	font-size: 16px;	line-height: 26px;	font-weight: 400;	color: #a0a7ae;}.aurel_tiny .aurel_select_wrapper ul.select-options {	display: none;	border: solid 2px #2e3032;	border-top: none;	background: #171717;	position: absolute;	top: 100%;	right: 0;	left: 0;	z-index: 999;	margin: 0;	padding: 10px 0;	list-style: none;	overflow: hidden;	text-align: left;}.aurel_tiny .aurel_select_wrapper ul.select-options.long_select {	overflow-y: scroll;}.aurel_tiny .aurel_select_wrapper ul.select-options li {	font-size: 14px;	line-height: 24px;	margin: 0;	padding: 12px 10px;	transition: color 300ms, background 300ms;}.select-options li[rel="hide"] {	display: none;}/* ----------------------------------- *//* ---------- Contact Forms ---------- *//* ----------------------------------- */.aurel_reserve_form {	text-align: center;}.aurel_reserve_form input[type="text"],.aurel_reserve_form textarea {	margin-bottom: 20px !important;}.aurel_reserve_submit {	display: inline-block;	position: relative;}.aurel_reserve_submit:after {	content: "\f105";	font-family: "FontAwesome", sans-serif;	cursor: pointer;	position: absolute;	top: 7px;	right: 15px;	-webkit-transition: all .3s;	transition: all .3s;}.aurel_reserve_submit input[type="submit"] {	padding: 6px 30px 6px 17px;	background: transparent;	-webkit-transition: all .3s;	transition: all .3s;	position: relative;}.aurel_reserve_submit .ajax-loader {	display: none !important;}.aurel_reserve_form span.wpcf7-not-valid-tip {	margin-top: -20px;}.aurel_subscribe_form,.aurel_coming_soon_form {	border-bottom: solid 1px rgba(255, 255, 255, .1);	position: relative;}.aurel_subscribe_form input[type="email"] {	height: auto;	font-size: 50px;	line-height: 58px;	letter-spacing: 0;	font-weight: 700;	border-radius: 0;	padding: 5px 25px 7px 0;	margin-bottom: 11px !important;}.aurel_subscribe_form input[type="submit"] {	width: 20px;	height: 50px;	background: url("i/arrow_right.png") no-repeat center;	background-size: 20px 19px;	cursor: pointer;	position: absolute;	top: 6px;	right: 0;	-webkit-transition: all .3s;	transition: all .3s;	z-index: 5;}.aurel_subscribe_form input[type="submit"]:hover {	opacity: .5;	background: url("i/arrow_right.png") no-repeat center;	background-size: 20px 19px;}.aurel_coming_soon_form input[type="submit"]:hover {	opacity: .5;	background: transparent;}.aurel_subscribe_form .ajax-loader,.aurel_coming_soon_form .ajax-loader {	display: none !important;}.aurel_coming_soon_form {	width: 450px;	margin: 0 auto;}.aurel_coming_soon_form input[type="email"] {	border: none;	padding: 0 20px 0 0;	margin: 0 0 4px;}.aurel_coming_soon_form input[type="submit"] {	width: 20px;	height: 40px;	padding: 0;	cursor: pointer;	background: transparent;	position: absolute;	top: 0;	right: 0;	-webkit-transition: all .3s;	transition: all .3s;	z-index: 5;}.aurel_coming_soon_form i {	line-height: 40px;	font-size: 11px;	position: absolute;	top: 1px;	right: 0;	-webkit-transition: all .3s;	transition: all .3s;	z-index: 3;}.aurel_coming_soon_form input[type="submit"]:hover ~ i {	opacity: .5;}body input#coupon_code,body input[type="text"],body input[type="password"],body input[type="email"],body input[type="tel"],body input[type="date"],body input[type="time"],body input[type="datetime"],body input[type="url"],body textarea,body select,body select:focus,body textarea:focus,body .aurel_content_wrapper .widget_product_search input[type="search"].search-field {	font-family: "Roboto", sans-serif;	font-size: 14px;	font-weight: 400;	color: #a0a7ae;	border: solid 2px #2e3032;}body input#coupon_code::-moz-placeholder,body input[type="text"]::-moz-placeholder,body input[type="password"]::-moz-placeholder,body input[type="email"]::-moz-placeholder,body input[type="tel"]::-moz-placeholder,body input[type="date"]::-moz-placeholder,body input[type="time"]::-moz-placeholder,body input[type="datetime"]::-moz-placeholder,body input[type="url"]::-moz-placeholder {	color: #a0a7ae;	opacity: 1;}body input#coupon_code::-webkit-input-placeholder,body input[type="text"]::-webkit-input-placeholder,body input[type="password"]::-webkit-input-placeholder,body input[type="email"]::-webkit-input-placeholder,body input[type="tel"]::-webkit-input-placeholder,body input[type="date"]::-webkit-input-placeholder,body input[type="time"]::-webkit-input-placeholder,body input[type="datetime"]::-webkit-input-placeholder,body input[type="url"]::-webkit-input-placeholder {	color: #a0a7ae;}body textarea::-webkit-input-placeholder {	color: #a0a7ae;}body textarea::-moz-placeholder {	opacity: 1;	color: #a0a7ae;}a.aurel_button,input[type="button"],input[type="reset"],input[type="submit"] {	font-family: "Roboto", sans-serif;	font-size: 14px;	color: #ffffff;	background: #3a3e43;}/* ---------------------------------- *//* ---------- OWL Carousel ---------- *//* ---------------------------------- */.aurel_owlCarousel {	opacity: 0;	position: relative;}.aurel_ribbon_slider_wrapper.owl-theme .owl-nav,.aurel_owlCarousel.owl-theme .owl-nav {	width: 100%;	height: 19px;	margin-top: 0;	position: absolute;	top: 50%;	z-index: 45;	-webkit-transform: translateY(-50%);	transform: translateY(-50%);}.aurel_ribbon_slider_wrapper.owl-theme .owl-nav [class*="owl-"],.aurel_owlCarousel.owl-theme .owl-nav [class*="owl-"] {	width: 20px;	height: 20px;	margin: 0;	padding: 0;	border-radius: 0;	background: transparent;	position: absolute;	-webkit-transition: all .3s;	transition: all .3s;	z-index: 17;}.aurel_ribbon_slider_wrapper.owl-theme .owl-nav [class*="owl-"]:hover,.aurel_owlCarousel.owl-theme .owl-nav [class*="owl-"]:hover {	background: none;}.aurel_ribbon_slider_wrapper.owl-theme .owl-nav [class*="owl-"]:before,.aurel_ribbon_slider_wrapper.owl-theme .owl-nav [class*="owl-"]:after,.aurel_owlCarousel.owl-theme .owl-nav [class*="owl-"]:before,.aurel_owlCarousel.owl-theme .owl-nav [class*="owl-"]:after {	content: '';	position: absolute;	transition: background 400ms;	background: #ffffff;	box-shadow: 0 0 5px rgba(0,0,0,0.2);}.aurel_ribbon_slider_wrapper .owl-prev,.aurel_owlCarousel .owl-prev {	background-size: 20px 20px !important;	left: 45px;	transform: rotate(45deg) scale(1);	transition: transform 400ms;}.aurel_ribbon_slider_wrapper .owl-prev:hover,.aurel_owlCarousel .owl-prev:hover {	transform: rotate(45deg) scale(1.5);}.aurel_ribbon_slider_wrapper .owl-prev:before,.aurel_owlCarousel .owl-prev:before {	left: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_ribbon_slider_wrapper .owl-prev:after,.aurel_owlCarousel .owl-prev:after {	left: 0;	bottom: 0;	width: 20px;	height: 2px;}.aurel_ribbon_slider_wrapper .owl-next,.aurel_owlCarousel .owl-next {	background-size: 20px 20px !important;	right: 45px;	transform: rotate(-45deg) scale(1);	transition: transform 400ms;}.aurel_ribbon_slider_wrapper .owl-next:hover,.aurel_owlCarousel .owl-next:hover {	transform: rotate(-45deg) scale(1.5);}.aurel_ribbon_slider_wrapper .owl-next:before,.aurel_owlCarousel .owl-next:before {	right: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_ribbon_slider_wrapper .owl-next:after,.aurel_owlCarousel .owl-next:after {	right: 0;	bottom: 0;	width: 20px;	height: 2px;}body .owl-carousel {	display: block;}.aurel_no_result_search_form form {	position: relative;}.aurel_no_result_search_form .aurel_icon_search {	position: absolute;	top: 5px;	right: 13px;}/* ---------------------------------- *//* ---------- Slick Slider ---------- *//* ---------------------------------- */.slick-slider {	position: relative;	display: block;	-moz-box-sizing: border-box;	box-sizing: border-box;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-touch-callout: none;	touch-action: pan-y;	-webkit-tap-highlight-color: transparent;}.slick-list {	position: relative;	display: block;	overflow: hidden;	margin: 0;	padding: 0;	outline: none !important;}.slick-list:focus {	outline: none !important;}.slick-list.dragging {	cursor: pointer;	cursor: hand;}.slick-slider .slick-track,.slick-slider .slick-list {	-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);}.slick-track {	position: relative;	top: 0;	left: 0;	display: block;}.slick-track:before,.slick-track:after {	display: table;	content: '';}.slick-track:after {	clear: both;}.slick-loading .slick-track {	visibility: hidden;}.slick-slide {	display: none;	float: left;	height: 100%;	min-height: 1px;	outline: none !important;	cursor: pointer;}.testimonials-nav .slick-active,.testimonials-nav .slick-center,.testimonials-nav .slick-current {	cursor: default;}[dir='rtl'] .slick-slide {	float: right;}.slick-slide img {	display: block;}.slick-slide.slick-loading img {	display: none;}.slick-slide.dragging img {	pointer-events: none;}.slick-initialized .slick-slide {	display: block;}.slick-loading .slick-slide {	visibility: hidden;}/* --- Custom Slick --- */.carouselslider button{	text-shadow:none;	cursor:pointer;	box-shadow:none;	border:0;	border-radius:0;	-webkit-border-radius:0;}/* --- Dots --- */ul.slick-dots {	margin: 0;	padding: 0;	line-height: 10px;}.vertical ul.slick-dots {	margin:auto 0 auto;	position: absolute;	top: 50%;	right: -30px;	transform: translateY(-50%);	-webkit-transform: translateY(-50%);	width: 11px;}ul.slick-dots li {	overflow:hidden;	margin:0 12px 0 0;	padding:0;	width:10px;	height:10px;	float: none;	cursor:pointer;	box-shadow: none;	display: inline-block;	vertical-align: top;	background: none;	outline: none;}.vertical ul.slick-dots li {	margin:0 0 15px 0;}.module_team ul.slick-dots li {	float: none;}ul.slick-dots li button {	padding:0;	width:10px;	height:10px;	border-radius:0;	opacity: .5;	color: transparent;	background: #ffffff;	border: none;	position: relative;	outline: none;	cursor: pointer;	transition: all .3s;	-webkit-transition: all .3s;}ul.slick-dots li.slick-active button {	margin: 0px;	width:10px;	height:10px;	opacity: 1;}ul.slick-dots li button:hover {	opacity: 1;}.dark_bg ul.slick-dots li button {	border-color: #fff;}/* --- Arrows --- */.slick-prev,.slick-next {	width: 20px;	height: 19px;	min-height: 19px;	display:block;	font-size:0;	line-height:0;	cursor:pointer;	border: none !important;	padding: 0;	position:absolute;	bottom: 60px;	transition: all .3s;	-webkit-transition: all .3s;	z-index:50;}.slick-prev,.slick-prev:hover {	right: 40px;	background: #ff00ff;	background-size: 20px 19px;}.slick-next,.slick-next:hover {	right: 0;	background: #ff00ff;	background-size: 20px 19px;}.slick-prev:hover,.slick-next:hover {	opacity: .5;}/* ---------------------------- *//* ---------- Header ---------- *//* ---------------------------- */.aurel_header_mobile_logo,.aurel_header_mobile_menu_toggler,.aurel_mobile_menu_wrapper {	display: none;}header.aurel_main_header {	display: block;	background: #fff;	position: relative;	z-index: 111;}header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me.aurel_header_solid_style {	background: rgba(23, 23, 23, .9);}header.aurel_main_header:after {	content: '';	position: absolute;	left: 0;	bottom: 0;	width: 100%;	height: 1px;	background: rgba(255, 255, 255, .05);}header.aurel_main_header.aurel_border_off:after {	display: none;}.error404 header.aurel_main_header:after {	display: none;}header.aurel_main_header .aurel_main_header_wrapper {	font-size: 0;	line-height: 0;	position: relative;	z-index: 88;}header.aurel_main_header .aurel_header_left_part,header.aurel_main_header .aurel_header_middle_part,header.aurel_main_header .aurel_header_right_part {	display: inline-block;	vertical-align: middle;	box-sizing: border-box;}.aurel_header_left_part {	text-align: left;}.aurel_header_middle_part {	text-align: center;}.aurel_header_middle_part nav.aurel_nav {	transform: translateX(2px);}.aurel_header_right_part {	text-align: right;}.aurel_header_socials:empty {	display: none;}.aurel_header_socials a {	font-size: 16px;	line-height: 20px;	display: inline-block;	margin: 0 10px;	vertical-align: top;	color: #1b1734;}header.aurel_main_header .aurel_logo_cont {	padding: 40px 0;}header.aurel_sticky_menu_on.aurel_stick_me .aurel_logo_cont {	padding: 10px 0;}header.aurel_main_header.aurel_logo_left .aurel_logo_cont {	margin-left: 50px;}header.aurel_main_header.aurel_logo_left .aurel_logo_cont a {	display: block;	width: 134px;	height: 59px;	background: url("i/logo.png") no-repeat center;	background-size: 134px 59px;}header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me .aurel_image_logo { }header.aurel_main_header.aurel_logo_middle .aurel_header_socials,header.aurel_main_header.aurel_logo_left .aurel_header_socials {	margin-right: 40px;	white-space: nowrap;}header.aurel_main_header.aurel_logo_middle nav.aurel_nav {	padding-left: 24px;}header.aurel_main_header.aurel_logo_right .aurel_logo_cont {	margin-right: 50px;}header.aurel_main_header.aurel_logo_right .aurel_header_socials {	margin-left: 40px;}.aurel_header_holder {	height: 139px !important;}@media only screen and (min-width: 1200px) {	header.aurel_sticky_menu_on {		position: fixed;		width: 100%;		left: 0;		top: 0;		transition: background 200ms;	}	header.aurel_sticky_menu_on .aurel_main_header_wrapper > div {		position: relative;		z-index: 88;	}	header.aurel_sticky_menu_on.aurel_header_gradient_style .aurel_main_header_wrapper:before {		content: '';		transition: background 200ms;		width: 100%;		height: 100%;		position: absolute;		left: 0;		top: 0;		display: block;		z-index: 3;	}	header.aurel_sticky_menu_on.aurel_header_gradient_style .aurel_main_header_wrapper:before {		background: rgba(23,23,23, 0);	}	header.aurel_main_header.aurel_header_gradient_style.aurel_sticky_menu_on.aurel_stick_me .aurel_main_header_wrapper:before {		background: rgba(23,23,23, 0.8);	}	.has_admin_bar header.aurel_sticky_menu_on {		top: 32px;	}	header.aurel_sticky_menu_on .aurel_logo_cont {		transition: all 200ms;	}	/* Logo Left */	header.aurel_main_header.aurel_logo_left.aurel_stick_me .aurel_logo_cont {		margin-left: 30px;	}	header.aurel_main_header.aurel_logo_middle.aurel_sticky_menu_on .aurel_header_socials,	header.aurel_main_header.aurel_logo_left.aurel_sticky_menu_on .aurel_header_socials,	header.aurel_main_header.aurel_logo_right.aurel_sticky_menu_on .aurel_header_socials {		transition: margin 200ms;	}	header.aurel_main_header.aurel_logo_middle.aurel_stick_me .aurel_header_socials,	header.aurel_main_header.aurel_logo_left.aurel_stick_me .aurel_header_socials {		margin-right: 19px;	}	/* Logo Right */	header.aurel_main_header.aurel_logo_right.aurel_stick_me .aurel_logo_cont {		margin-right: 30px;	}	header.aurel_main_header.aurel_logo_right.aurel_stick_me .aurel_header_socials {		margin-left: 19px;	}	/* Logo Middle */	header.aurel_main_header.aurel_logo_middle.aurel_sticky_menu_on nav.aurel_nav {		transition: padding 200ms;	}	header.aurel_main_header.aurel_logo_middle.aurel_stick_me nav.aurel_nav {		padding-left: 5px;	}}@media only screen and (max-width: 1200px) {	.aurel_header_holder {		display: none!important;	}}/* --- Menu --- */header.aurel_main_header nav.aurel_nav {	position: relative;	z-index: 111;}header.aurel_main_header nav.aurel_nav > ul {	font-size: 0;	line-height: 0;}header.aurel_main_header nav.aurel_nav li {	position: relative;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li {	display: inline-block;	z-index: 77;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li:hover {	z-index: 88;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li {	display: block;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li > a {	display: inline-block;	padding: 20px 25px 20px 26px;	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 19px;	letter-spacing: 1.8px;	font-weight: 700;	text-transform: uppercase;	color: #1e1a36;}header.aurel_main_header nav.aurel_nav ul.sub-menu {	display: block;	position: absolute;	width: 210px;	left: 50%;	margin-left: -105px;	text-align: left;	transition: transform 400ms, opacity 300ms;	pointer-events: none;	transform: translate(0,-10px);	opacity: 0;	background: #1f1b37;	color: #c8c8c8;}header.aurel_main_header nav.aurel_nav ul.sub-menu:before {	content: '';	width: 100%;	height: 5px;	position: absolute;	left: 0;	top: -2px;	display: block;}header.aurel_main_header nav.aurel_nav ul.sub-menu:after {	content: '';	width: 0;	height: 0;	border-style: solid;	border-width: 0 4px 4px 4px;	position: absolute;	left: 50%;	margin-left: -4px;	top: -6px;}header.aurel_main_header nav.aurel_nav ul.sub-menu ul.sub-menu:after,header.aurel_main_header nav.aurel_nav ul.sub-menu ul.sub-menu:before {	display: none;}header.aurel_main_header ul.sub-menu a:before {	content: '';	width: calc(100% - 60px);	height: 1px;	background: #2c2d2f;	position: absolute;	top: 0px;	left: 30px;}header.aurel_main_header ul.sub-menu li:first-child a:before {	display: none;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li > a {	padding: 11px 29px 9px 29px;	display: block;	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 20px;	font-weight: 400;	color: #c8c8c8;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li:first-child > a {	padding-top: 24px;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li:last-child > a {	padding-bottom: 24px;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li.menu-item-has-children > a {	padding-right: 44px;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li.menu-item-has-children > a:after {	display: inline-block;	position: absolute;	right: 30px;	top: 10px;	content: "\f105";	font-family: "FontAwesome";}header.aurel_main_header nav.aurel_nav ul.sub-menu > li:first-child.menu-item-has-children > a:after {	top: 23px;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu,header.aurel_main_header nav.aurel_nav ul.sub-menu > li > ul.sub-menu {	position: absolute;	left: 210px;	top: -13px;	margin: 0;	transform:translate(-10px, 0px);}header.aurel_main_header nav.aurel_nav ul.sub-menu > li:first-child > ul.sub-menu {	top: 0;}header.aurel_main_header nav.aurel_nav ul.sub-menu > li:first-child > ul.sub-menu > li > ul.sub-menu:before,header.aurel_main_header nav.aurel_nav ul.sub-menu > li:first-child > ul.sub-menu:before {	display: block;}header.aurel_main_header nav.aurel_nav li:hover > ul.sub-menu,header.aurel_main_header nav.aurel_nav ul.sub-menu > li:hover > ul.sub-menu {	pointer-events: auto;	transform: translate(0px, 0px);	opacity: 1;}/* --- Fullview Toggler --- */.aurel_toogle_fullview {	width: 15px;	height: 15px;	display: inline-block;	position: relative;	transform: translateY(2px);}.aurel_toogle_fullview span {	display: block;	position: absolute;	width: 5px;	height: 5px;}.aurel_toogle_fullview span:before,.aurel_toogle_fullview span:after {	content: '';	position: absolute;	display: block;	background: #1b1734;	transition: all 300ms;}.aurel_toogle_fullview span:before {	width: 5px;	height: 2px;}.aurel_toogle_fullview span:after {	width: 2px;	height: 5px;}.aurel_toogle_fullview span.aurel_fullview_block01:before,.aurel_toogle_fullview span.aurel_fullview_block01:after,.aurel_toogle_fullview span.aurel_fullview_block01 {	left: 0;	top: 0;}.aurel_toogle_fullview span.aurel_fullview_block02:before,.aurel_toogle_fullview span.aurel_fullview_block02:after,.aurel_toogle_fullview span.aurel_fullview_block02 {	right: 0;	top: 0;}.aurel_toogle_fullview span.aurel_fullview_block03:before,.aurel_toogle_fullview span.aurel_fullview_block03:after,.aurel_toogle_fullview span.aurel_fullview_block03 {	left: 0;	bottom: 0;}.aurel_toogle_fullview span.aurel_fullview_block04:before,.aurel_toogle_fullview span.aurel_fullview_block04:after,.aurel_toogle_fullview span.aurel_fullview_block04 {	right: 0;	bottom: 0;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block01:before {	top: 3px;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block01:after {	left: 3px;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block02:before {	top: 3px;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block02:after {	right: 3px;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block03:before {	bottom: 3px;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block03:after {	left: 3px;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block04:before {	bottom: 3px;}.aurel_in_fullview_mode .aurel_toogle_fullview span.aurel_fullview_block04:after {	right: 3px;}/* ----------------------------- *//* ---------- Content ---------- *//* ----------------------------- */.aurel_site_wrapper {	position:relative;	overflow:hidden;}.aurel_verticaly_page_wrapper .aurel_container,.aurel_verticaly_page_wrapper .aurel_main_wrapper,.aurel_verticaly_page_wrapper .aurel_content {	width: 100%;	background: none;}.aurel_main_wrapper {	padding:0;	width:1170px;	margin:0 auto;	display:block;}.aurel_main_wrapper {	padding:73px 0 60px 0;}.aurel_top_padding_no.aurel_main_wrapper {	padding-top:0;}.aurel_bottom_padding_no.aurel_main_wrapper {	padding-bottom:0;}.aurel_container {	width:1170px;}.aurel_pf_fullwidth > .aurel_container {	margin: 0 auto;}.aurel_content {	min-height:100%;}.aurel_content_wrapper {	font-size:0;	line-height:0;	position: relative;}.aurel_content_wrapper:before {	content: '';	width: calc(100% + 60px);	height: calc(100% + 60px);	position: absolute;	left: -30px;	top: -30px;	display: block;	z-index: 3;}.aurel_content_wrapper .aurel_content,.aurel_content_wrapper .aurel_sidebar {	position: relative;	z-index: 5;}.aurel_content {	width:1170px;}.aurel_right_sidebar .aurel_content,.aurel_left_sidebar .aurel_content {	width:900px;}.aurel_right_sidebar .aurel_content {	padding-right:60px;}.aurel_left_sidebar .aurel_content {	padding-left:60px;}.aurel_sidebar {	width: 270px;	padding: 0;}.aurel_top_padding_no .aurel_sidebar {	padding-top:0;}.aurel_bottom_padding_no .aurel_sidebar {	padding-bottom:0;}/* ---------------------------- *//* ---------- Footer ---------- *//* ---------------------------- */.footer_widgets_wrapper {	background: #191a1b;	position: relative;	z-index: 15;}.footer_widgets_wrapper .aurel_footer_widgets {	text-align: left;	margin: 0 auto;}.aurel_footer_widgets_inner {	margin: 0 -15px;	padding: 54px 0 0 0;	font-size: 0;	line-height: 0;}.aurel_footer_widgets_inner:empty {	display: none;}.footer_widgets_wrapper .widget {	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	padding: 0 15px;	display: inline-block;	vertical-align: top;}.aurel_widgets_in_line4 .widget { }.aurel_widgets_in_line3 .widget { }footer.aurel_footer {	text-align: center;	background: #fff;	position: relative;	z-index: 101;}footer.aurel_footer:after {	content: '';	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 1px;	background: rgba(255, 255, 255, .05);}footer.aurel_footer.aurel_border_off:after {	display: none;}footer.aurel_footer .aurel_footer_inner {	padding: 30px 0 26px 0;}footer.aurel_footer .aurel_logo_cont {	padding-bottom: 21px;}footer .aurel_image_logo {	width: 134px;	 }footer.aurel_footer.aurel_with_prefooter:before {	display: none;}.aurel_footer_inner {	margin: 0 auto;}.fixed_header_footer header.aurel_main_header,.fixed_header_footer footer.aurel_footer {	position: fixed;	left: 0;	width: 100%;}.fixed_header_footer header.aurel_main_header:before,.fixed_header_footer footer.aurel_footer:before {	content: '';	display: block;	width: 100%;	height: 100px;	position: absolute;	left: 0;	z-index: 99;	pointer-events: none;	transition: opacity 400ms;}.fixed_header_footer header.aurel_main_header {	z-index: 111;}.aurel_centered_no_content .fixed_header_footer header.aurel_main_header:before,.aurel_centered_no_content .fixed_header_footer footer.aurel_footer:before,.aurel_html_centered_page .fixed_header_footer header.aurel_main_header:before,.aurel_html_centered_page .fixed_header_footer footer.aurel_footer:before {	display: none;}.page-template-page-centered .fixed_header_footer header.aurel_main_header:before,.page-template-page-centered .fixed_header_footer footer.aurel_footer:before {	width: 1230px;	left: 50%;	margin-left: -615px;}.fixed_header_footer header.aurel_main_header:before {	bottom: -100px;}.fixed_header_footer footer.aurel_footer:before {	top: -100px;}.fixed_header_footer header.aurel_main_header {	top: 0;}.has_admin_bar .fixed_header_footer header.aurel_main_header {	top: 32px;}.aurel_header_gradient_page .aurel_main_header_holder,.aurel_header_transparent_page .aurel_main_header_holder {	display: none;}.aurel_header_gradient_page .page-template-page-centered .aurel_main_header_holder,.aurel_header_transparent_page .page-template-page-centered .aurel_main_header_holder {	display: block ;}.aurel_header_gradient_page header.aurel_main_header:before,.aurel_header_transparent_page header.aurel_main_header:before {	display: none;}.fixed_header_footer footer.aurel_footer {	bottom: 0;}.fixed_header_footer header.aurel_main_header:before {	opacity: 0;}html.page_scrolled .fixed_header_footer header.aurel_main_header:before {	opacity: 1;}html.page_reached_bottom .fixed_header_footer footer.aurel_footer:before {	opacity: 0;}html.aurel_html_stick2top_page footer.aurel_footer.aurel_template_footer_gradient:before,html.aurel_html_stick2top_page footer.aurel_footer.aurel_template_footer_transparent:before {	display: none;}.single-pm-albums footer.aurel_footer.aurel_template_footer_gradient,.single-pm-albums footer.aurel_footer.aurel_template_footer_transparent {	position: fixed;	left: 0;	bottom: 0;	width: 100%;}footer.aurel_footer .aurel_copyright {	font-size: 14px;	line-height: 16px;	color: #1f1b37;}/* ------------------------------- *//* ---------- Preloader ---------- *//* ------------------------------- */.aurel_gallery_preloader {	pointer-events: none;	z-index: -100;	position: fixed;}.aurel_preloader_wrapper {	position: fixed;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 9999;	overflow: hidden;}.aurel_preloader_wrapper:before,.aurel_preloader_wrapper:after {	content: '';	position: fixed;	width: 100%;	height: 50%;	left: 0;	display: block;	transition: transform 300ms;	transition-delay: 100ms;	z-index: 3;}.aurel_preloader_wrapper:before {	top: 0;}.aurel_preloader_wrapper:after {	bottom: 0;}.aurel_preloader_bar {	position: fixed;	left: 50%;	top: 50%;	width: 300px;	height: 6px;	background: #3a3e43;	margin: -2px 0 0 -150px;	text-align: center;	z-index: 5;	border-radius: 3px;	transition: opacity 250ms;	transition-delay: 100ms;}.aurel_preloader_bar:before {	content: '';	transition: width 1500ms;	width: 0px;	height: 6px;	display: block;	border-radius: 3px;	background: #96c11f;	box-shadow: 0 0 7px #96c11f;}.aurel_preloader_wrapper.run_preloader .aurel_preloader_bar:before {	width: 300px;}.aurel_preloader_text {	position: fixed;	left: 50%;	top: 50%;	width: 300px;	margin-left: -150px;	margin-top: 20px;	text-align: center;	z-index: 7;	letter-spacing: 7px;	text-transform: none;	transition: opacity 250ms;	transition-delay: 100ms;}.aurel_preloader_wrapper.remove_preloader_step01 .aurel_preloader_bar:before {	transition: none;	width: 300px;}.aurel_preloader_wrapper.remove_preloader_step01 .aurel_preloader_bar,.aurel_preloader_wrapper.remove_preloader_step01 .aurel_preloader_text {	opacity: 0;}.aurel_preloader_wrapper.remove_preloader_step02:before {	transform: translateY(-100%);}.aurel_preloader_wrapper.remove_preloader_step02:after {	transform: translateY(100%);}/* -------------------------------- *//* ---------- Typography ---------- *//* -------------------------------- */h1, h2, h3, h4, h5, h6 {	margin-top: 0;	margin-bottom: 35px;	font-family: "Roboto", sans-serif;	font-weight: 400;	word-wrap: break-word;}h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {	display: none;}h1 {	font-size: 50px;	line-height: 60px;	margin-bottom: 23px;}h2 {	font-size: 40px;	line-height: 50px;	margin-bottom: 25px;}h3 {	font-size: 30px;	line-height: 40px;	margin-bottom: 25px;}h4 {	font-size: 26px;	line-height: 36px;	margin-bottom: 27px;}h5 {	font-size: 20px;	line-height: 30px;	margin-bottom: 28px;	letter-spacing: 0.8px;	text-transform: uppercase;}h6 {	font-size: 14px;	line-height: 24px;	margin-bottom: 28px;	letter-spacing: 0.7px;	text-transform: uppercase;}code {	padding: 10px 20px;	margin: 10px 0;}.aurel_text_align_left {	text-align: left;}.aurel_text_align_center {	text-align: center;}.aurel_text_align_right {	text-align: right;}.aurel_text_uppercase {	text-transform: uppercase;}.aurel_text_bold {	font-weight: 700;}.aurel_tiny a {	text-decoration: none;}.aurel_page_title {	display:block;	margin-bottom: 53px;}.aurel_page_title.align_left {	text-align:left;}.aurel_page_title.align_center {	text-align:center;}.aurel_page_title.align_right {	text-align:right;}.aurel_subtitle {	max-width: 800px;	margin: 0 auto;}.aurel_subtitle p,.aurel_subtitle div,.aurel_subtitle span {	font-size: 18px;	line-height: 28px;	font-style: italic;}.aurel_subtitle p:last-child {	margin: 0;}blockquote {	border:none;	font-style:normal;	font-size:20px;	line-height:30px;	padding-left:30px;	position:relative;}blockquote:before {	content:'';	position:absolute;	left:0;	top:3px;	width:10px;	height:calc(100% - 6px);}blockquote p,blockquote td,blockquote div {	font-size:20px;	line-height:30px;	letter-spacing:-0.04px;}.aurel_tiny ol,.aurel_tiny ul {	margin:0 0 0 15px;	padding:0;}.aurel_tiny ul li,.aurel_tiny ol li {	font-size: 16px;	line-height: 26px;	font-weight: 400;	padding: 5px 0 5px 7px;}.aurel_tiny ul > li:last-child,.aurel_tiny ol > li:last-child {	padding-bottom: 0;}.aurel_tiny li ul,.aurel_tiny li ol {	padding-top: 0px;}.aurel_tiny ul li {	list-style:square;	padding-left:5px;}.aurel_drop_cap {	font-family: "Roboto", sans-serif;	font-size: 30px;	line-height: 32px;	font-weight: 500;	color: #ffffff;	margin: 5px 20px 0 0;	float: left;}.aurel_drop_cap_letter {	display: inline-block;	width: 40px;	height: 40px;	padding: 5px 5px 6px;	text-align: center;	background: #96c11f;}.aurel_highlighter,.aurel_highlighter_dark {	color: #ffffff;}/* ------------------------------------------------ *//* ---------- Sidebar and Footer Widgets ---------- *//* ------------------------------------------------ */.widgettitle {	position: relative;	padding: 0 0 0 20px;	margin:0 0 24px 0;}.widgettitle:before {	content: '';	width: 10px;	height: 11px;	position: absolute;	left: 0;	top: 6px;}.textwidget p:last-child {	margin: 0;}.aurel_footer_widgets .widget {	margin-bottom: 60px;	font-size: 16px;	line-height: 26px;}.aurel_sidebar .widget {	margin-bottom: 54px;}.aurel_sidebar .widget.widget_categories {	margin-bottom: 48px;}.aurel_sidebar .widget:last-child {	margin: 0;}.widget img {	display: block;}/* --- About Widget --- */.aurel_about_widget img {	display: block;	margin:0 0 25px 0;}.aurel_about_widget p:last-child {	margin:0;}/* --- Search Widget --- */.widget_search .aurel_search_form {	position: relative;}.widget_search .aurel_search_form .aurel_icon_search {	position: absolute;	right: 20px;	top: 19px;	color: #cfd4da;	font-size: 11px;	line-height: 13px;}.widget_search .aurel_search_form input[type="text"] {	margin:0;	padding-right:45px;	font-size: 14px;	font-weight: 400;	color: #a0a7ae;	border: solid 2px #2e3032;}/* --- Menus & Lists Widgets --- */.widget_product_categories ul,.widget_nav_menu ul,.widget_archive ul,.widget_pages ul,.widget_categories ul,.widget_recent_entries ul,.widget_meta ul,.widget_recent_comments ul,.widget_rss ul {	padding: 0;	margin: -5px 0 0 0;}.widget_product_categories ul li ul,.widget_archive ul li ul,.widget_pages ul li ul,.widget_recent_entries ul li ul,.widget_meta ul li ul,.widget_recent_comments ul li ul,.widget_rss ul li ul {	padding: 4px 0 0 0;	margin: 0;}.widget_product_categories ul li,.widget_nav_menu ul li,.widget_archive ul li,.widget_pages ul li,.widget_categories ul li,.widget_recent_entries ul li,.widget_meta ul li,.widget_recent_comments ul li,.widget_rss ul li {	position: relative;	padding: 0 0 10px 15px;	list-style: none;	display: block;	font-size: 16px;	line-height: 26px;	font-weight: 400;}.widget_product_categories ul > li:last-child,.widget_nav_menu ul > li:last-child,.widget_archive ul > li:last-child,.widget_pages ul > li:last-child,.widget_categories ul > li:last-child,.widget_recent_entries ul > li:last-child,.widget_meta ul > li:last-child,.widget_recent_comments ul > li:last-child,.widget_rss ul > li:last-child {	padding-bottom: 0;}.widget_nav_menu ul li a,.widget_archive ul li a,.widget_pages ul li a,.widget_categories ul li a,.widget_recent_entries ul li a,.widget_meta ul li a,.widget_recent_comments ul li a {	padding: 0 0 0 0;	display: inline-block;	color: #a0a7ae;}.widget_product_categories ul li:before,.widget_nav_menu ul li:before,.widget_archive ul li:before,.widget_pages ul li:before,.widget_categories ul li:before,.widget_recent_entries ul li:before,.widget_meta ul li:before,.widget_recent_comments ul li:before {	content: '';	position: absolute;	left: 0;	top: 11px;	width: 3px;	height: 3px;	display: block;	transition: background 300ms;}#recentcomments a {	text-decoration: none;}.widget_pages ul li ul {	padding: 0px 0 0 15px;}.widget_categories ul li ul,.widget_nav_menu ul li ul {	padding: 15px 0 0 2px;}.widget_nav_menu ul li ul li ul li:before {	display: none;}.widget_nav_menu ul li ul li ul li {	padding-left: 5px;}/* --- Featured Posts Widget --- */.widget_aurel_featured_posts img {	width: 62px;	height: auto;	display: block;}.widget_aurel_featured_posts .aurel_posts_item {	font-size: 0;	line-height: 0;	margin-top: 30px;}.widget_aurel_featured_posts .aurel_posts_item:first-child {	margin-top: 0;}.aurel_block_with_fi .aurel_posts_item_content {	width: calc(100% - 62px);	display: inline-block;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	vertical-align: top;	padding-left: 20px;	transform: translateY(-2px);	font-size: 16px;	line-height: 26px;	font-weight: 400;	color: #a0a7ae;}.widget_aurel_featured_posts .aurel_posts_item_image {	display: inline-block;	width: 62px;	vertical-align: top;}.widget_aurel_featured_posts .aurel_posts_item_image {	position: relative;}.widget_aurel_featured_posts .aurel_posts_item_image:before {	content: '';	width: 100%;	height: 100%;	position: absolute;	display: block;	left: 0;	top: 0;	transition: background 400ms;}.aurel_block_with_fi .aurel_posts_item_content .aurel_widget_meta {	padding-top: 1px;}/* --- Tag Cloud Widget --- */.widget_product_tag_cloud .tagcloud,.widget_tag_cloud .tagcloud {	font-size: 0;	line-height: 0;	margin: -10px 0 0 -10px;	padding: 0 0 6px 0;}.widget_product_tag_cloud .tagcloud a,.widget_tag_cloud a {	display: inline-block;	vertical-align: top;	transition: all 400ms;	text-transform: uppercase;	margin: 10px 0 0 10px;	font-size: 13px!important;	line-height: 21px!important;	padding: 5px 10px 5px 10px;	letter-spacing: 0.6px;	background: #3a3e43;}/* --- Banner Widget --- */.aurel_banner_widget {	margin-bottom: -6px;}/* --- Flickr Widget --- */.aurel_flickr_widget_wrapper {	overflow: hidden;	font-size: 0;	line-height: 0;}.aurel_flickr_widget_wrapper .aurel_flickr_badge_image {	width:33.33%;	display: inline-block;	vertical-align: top;	position: relative;}.aurel_flickr_widget_wrapper .aurel_flickr_badge_image a {	display: block;	overflow: hidden;	position: relative;}.aurel_flickr_widget_wrapper .aurel_flickr_badge_image a:before {	content: '';	width: 100%;	height: 100%;	position: absolute;	display: block;	left: 0;	top: 0;	transition: background 400ms;}.aurel_flickr_widget_wrapper .aurel_flickr_badge_image img {	width: 100%;	height: auto;	display: block;}/* --- Mailchimp Widget --- */.aurel_mailchimp {	display: flex;	flex-direction: row;	justify-content: space-between;}.aurel_mailchimp input {	display: inline-flex;	flex-grow: 3;	margin:0;}.aurel_mailchimp input[type="submit"] {	display: inline-flex;	flex-grow: 1;}.aurel_mailchimp_widget {	position: relative;}.aurel_mailchimp_widget .aurel_icon_go {	display: none;}.widget .aurel_mailchimp_widget .aurel_icon_go {	display: block;	position: absolute;	right: 20px;	top: 15px;	color: #cfd4da;	font-size: 11px;	line-height: 13px;	pointer-events: none;}.widget .aurel_mailchimp_subscribe {	display: none;}.aurel_tiny .aurel_mailchimp_widget {	font-size: 0;	line-height: 0;	max-width: 770px;}.aurel_tiny .aurel_mailchimp_widget input {	display: inline-block;	vertical-align: top;	padding-top: 10px;	padding-bottom: 12px;	height: 50px;}.aurel_tiny .aurel_mailchimp_widget input[type="email"] {	background: #ffffff;	width: calc(100% - 105px);	padding-top: 11px;	padding-bottom: 11px;}/* --- Calendar Widget --- */.widget_calendar caption {	text-align: center;	margin-bottom: 10px;	text-transform: uppercase;}.widget_calendar a {	font-weight: bold;}/* --- Widget RSS --- */.widget_rss cite {	text-align:right;	display: block;	padding-bottom: 10px;}.widget_rss > ul > li:last-child cite {	padding-bottom: 0;}/* --- Quick Contact Widget --- */.widget_aurelquickcontact .widgettitle {	margin-bottom: 19px;}.widget_aurelquickcontact .aurel_inner_qc div {	padding: 9px 3px 0 0;}.widget_aurelquickcontact div.aurel_qc_widget_descr {	padding: 0 0 10px 0;}/* --- Price Filter Widget --- */.aurel_price_slider_wrapper {	font-size: 16px;	line-height: 26px;	color: #a0a7ae;}.aurel_price_slider {	height: .5em;	text-align: left;	margin: 0 .5em 1em;	border-radius: 1em;	background: #3a3e43;	position: relative;}.aurel_price_slider_range {	width: 100%;	height: 100%;	border-radius: 1em;	background: #96c11f;	position: absolute;	top: 0;	left: 0;	z-index: 1;}.aurel_price_slider_handle {	width: 1em;	height: 1em;	background: #96c11f;	border-radius: 1em;	margin-left: -.5em;	position: absolute;	top: -.3em;	left: 0;	z-index: 2;}.aurel_price_slider_handle:last-child {	left: 100%;}.aurel_price_slider_amount button {	min-height: 50px;	font-size: 14px;	line-height: 20px;	letter-spacing: .6px;	text-transform: uppercase;	color: #ffffff;	background: #3a3e43;	border-radius: 0;	padding: 15px 20px;	float: left;}.aurel_price_label {	text-align: right;}/* ---------------------------------- *//* ---------- Blog Listing ---------- *//* ---------------------------------- */.aurel_post_listing_title:empty,.aurel_post_listing_title a:empty {	display: none;}.sticky .aurel_sticky_marker {	margin-right: 0px;	transform: translateY(-1px) scale(0.75);}.aurel_element_blog.standard_post_item {	padding-top: 60px;}.aurel_element_blog.standard_post_item:first-child {	padding-top: 0;}.aurel_post_formats.aurel_pf_fullwidth,.aurel_post_formats.aurel_pf_standard {	text-align: center;}.aurel_post_formats.aurel_pf_fullwidth iframe {	width: 100%;}.aurel_pf_standard_cont img {	display: block;	max-width: 100%;	height: auto;	margin: 0 auto;}body .standard_post_item .aurel_post_formats {	margin-bottom: 24px;}.aurel_post_formats.aurel_pf_image .owl-stage-outer {	position: relative;}.aurel_post_formats.aurel_pf_image .owl-stage-outer:after,.aurel_post_formats.aurel_pf_image .owl-stage-outer:before {	content: '';	width: 100px;	height: 100%;	display: block;	position: absolute;	z-index: 10;}.aurel_post_formats.aurel_pf_image .owl-stage-outer:before {	left: 0;	top: 0;}.aurel_post_formats.aurel_pf_image .owl-stage-outer:after {	right: 0;	top: 0;}.aurel_pf_gallery {	font-size: 0;	line-height: 0;	position: relative;}.aurel_pf_gallery .aurel_pf_gallery {	margin: -5px;}.aurel_post_formats.aurel_pf_fullwidth .aurel_pf_gallery {	margin: -5px 5px;}.aurel_pf_gallery .aurel_pf_gallery_item {	position: relative;	display: inline-block;	vertical-align: top;	padding: 5px;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;}.aurel_pf_gallery .aurel_pf_gallery_item a,.aurel_pf_gallery .aurel_pf_gallery_item img {	display: block;}.aurel_pf_gallery .aurel_pf_gallery_item a {	position: relative;}.aurel_featured_posts .aurel_posts_item .aurel_fimage_cont a:before,.aurel_pf_gallery .aurel_pf_gallery_item a:before,.aurel_grid_blog_item a.aurel_grid_blog_image:before {	content: '';	width: 100%;	height: 100%;	position: absolute;	display: block;	left: 0;	top: 0;	transition: opacity 400ms;}.aurel_pf_gallery2 .aurel_pf_gallery_item {	width: 50%;}.aurel_pf_gallery3 .aurel_pf_gallery_item {	width: 33.33%;}.aurel_pf_gallery4 .aurel_pf_gallery_item {	width: 25%;}.aurel_pf_gallery5 .aurel_pf_gallery_item {	width: 20%;}.aurel_post_meta {	font-size: 0;	line-height: 0;	margin-bottom: 7px;}.aurel_post_meta_item {	display: inline-block;	text-transform: uppercase;	margin-left: 21px;	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 24px;	letter-spacing: 1px;	font-weight: 400;	color: #ffffff;}.aurel_post_meta .aurel_post_meta_item {	margin-left: 15px;}.aurel_post_meta .aurel_post_meta_item:before {	content: '\00b7';	display: inline-block;	margin-right: 15px;	font-weight: bold;}.aurel_post_meta div.aurel_post_meta_item:first-child {	margin-left: 0;}.aurel_post_meta div.aurel_post_meta_item:first-child:before {	display: none;}.aurel_post_listing_title {	margin:0 0 18px -1px;	letter-spacing: 0.1px;}a.aurel_read_more_button {	transition: background 400ms;	display: inline-block;	padding:12px 20px 12px 19px;	letter-spacing: 0.6px;	text-transform: uppercase;	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 24px;	font-weight: 400;	color: #ffffff;	background: #3a3e43;}body .standard_post_item .aurel_excerpt {	margin-bottom:24px;}.aurel_read_more_button:before {	display: none!important;}/* --- Grid Blog --- */.aurel_grid_blog_listing_cont {	position:relative;	font-size: 0;	line-height: 0;	margin: -15px;}.aurel_grid_blog_listing_cont .aurel_grid_blog_item {	width: 33.33%;	display: inline-block;	vertical-align: top;	padding: 15px;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;}.aurel_grid_blog_2columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item {	width: 50%;}.aurel_grid_blog_3columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item {	width: 33.33%;}.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item {	width: 25%;}.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item {	width: 20%;}.aurel_grid_blog_listing_cont .aurel_grid_blog_item img {	display: block;	margin-bottom: 24px;}.aurel_grid_blog_item a.aurel_grid_blog_image {	position: relative;	display: block;}.aurel_grid_blog_item .aurel_post_content {	text-align: center;}.aurel_grid_blog_item .aurel_post_meta {	margin-bottom: 6px;	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 24px;	font-weight: 400;	color: #ffffff;}.aurel_grid_blog_item .aurel_post_title {	margin-bottom: 18px;	letter-spacing: -0.1px;}.aurel_grid_blog_item .aurel_post_excerpt {	padding-bottom:24px;	font-size: 16px;	line-height: 26px;}.aurel_grid_blog_item {	transition: opacity 500ms;}.aurel_grid_blog_item.aurel_grid_blog_loading {	opacity: 0 !important;	transform: translateY(50px);}.aurel_button.grid_blog_trigger {	position: relative;}.aurel_button.grid_blog_trigger:before {	content: '';	display: block;	position: absolute;	left: 50%;	top: 50%;	pointer-events: none;	margin: -15px 0 0 -15px;	animation: sas_preloader 750ms infinite;	width: 0;	height: 0;	opacity: 0;	border-left: 15px solid rgba(255,255,255,0);	border-right: 15px solid rgba(255,255,255,0);	border-radius: 50%;}.aurel_button.grid_blog_trigger.aurel_ajax_query_posts_disabled {	text-shadow: none;}.aurel_button.grid_blog_trigger.aurel_ajax_query_posts_disabled:before {	opacity: 1;}/* --- Pagination --- */body nav.pagination {	margin-bottom: 0;	border-top: 1px solid rgba(255,255,255,0.05);	padding-top: 54px;	margin-top: 60px;}body .nav-links {	text-align: center;	padding-top: 1px;}body .nav-links {	font-size: 0;	line-height: 0;}body .nav-links span,body .nav-links a {	display: inline-block;	text-decoration: none;	padding: 0;	margin-right: 6px;	border: solid 2px #3a3e43;	color: #a0a7ae;	border-radius: 0;	font-size: 14px;	line-height: 20px;	letter-spacing: 0.7px;	font-weight: 700;	text-transform: uppercase;	-webkit-transition: all .3s;	transition: all .3s;	min-width: 40px;	height: 40px;	display: inline-block;	box-sizing: border-box;	text-align: center;	padding-top: 9px;}body .nav-links a:hover {	color: #ffffff;}body .nav-links span.dots {	border: none;	font-weight: 400;	color: #ffffff;}body .nav-links span {	cursor: default;}body .nav-links a.prev {	padding-top: 9px;	transform: translateY(0);	padding-left: 15px;	padding-right: 15px;}body .nav-links a.next {	padding-top: 9px;	margin-right: 0;	transform: translateY(0);	padding-left: 15px;	padding-right: 15px;}body .nav-links a.prev i,body .nav-links a.next i {	font-size: 11px;}body .nav-links a.prev i {	margin-right: 15px;	transform: translateY(-1px);}body .nav-links a.next i {	margin-left: 15px;	transform: translateY(-1px);}/* --------------------------------- *//* ---------- Single Post ---------- *//* --------------------------------- */.aurel_pf_video_cont {	background: #000000;}.aurel_featured_video_wrapper {	background-repeat: no-repeat;	background-size: cover;	background-position: center;	position: relative;}.aurel_featured_video_wrapper iframe {	width: 100%;	height: 100%;	max-width: 100%;	margin: 0;	line-height: 1;	opacity: 0;	transition: opacity 400ms;	transition-delay: 400ms;	display: block;	position: relative;	z-index: 7;}.aurel_featured_video_wrapper a {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 17;}.aurel_featured_video_wrapper a:after {	z-index: 2;	content: '';	width: 100%;	height: 100%;	display: block;	left: 0;	top: 0;	background: rgba(0,0,0,0.3);}.aurel_featured_video_wrapper a:before {	content:'';	width: 0;	height: 0;	border-style: solid;	border-width: 25px 0 25px 44px;	border-color: transparent transparent transparent #ffffff;	position: absolute;	left: 50%;	top: 50%;	transform: translate(-50%,-50%);	z-index: 3;	transition: opacity 400ms;}.aurel_featured_video_wrapper a:hover:before {	opacity: 0.5;}.aurel_featured_video_wrapper.show_video a {	display: none;}.aurel_featured_video_wrapper.show_video iframe {	opacity: 1;}.aurel_pf_video_overlay {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 4;	pointer-events: none;	background: #000000;	opacity: 0;	transition: opacity 400ms;}.aurel_featured_video_wrapper.show_video .aurel_pf_video_overlay {	opacity: 1;}.aurel_single_post .aurel_post_meta {	padding-top: 7px;	margin-bottom: 1px;}.aurel_single_post .aurel_post_title {	margin-bottom: 33px;	margin-left: 0;}.aurel_single_post .aurel_post_formats {	margin-bottom: 35px;}.aurel_post_nav_button a,.aurel_post_tags,.aurel_post_tags a,.aurel_sharing,.aurel_sharing span,.aurel_sharing a {	letter-spacing: 0.6px;	text-transform: uppercase;}.aurel_single_post .aurel_tiny p:last-child {	margin: 0;}.aurel_single_post .aurel_tiny {	margin-bottom: 48px;}.aurel_post_tags {	margin-bottom: 54px;	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 24px;	font-weight: 400;	color: #ffffff;}.aurel_post_tags a {	color: #ffffff;}.aurel_subtiny .page-link {	padding-bottom: 54px;}.aurel_sharing {	margin-bottom: 60px;	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 24px;	font-weight: 400;	color: #ffffff;}.aurel_sharing_label {	display: inline-block;	vertical-align: middle;	margin-right: 27px;	letter-spacing: 0.7px;}.aurel_sharing a {	display: inline-block;	vertical-align: middle;	padding: 4px 10px 4px 10px;	margin-right: 7px;	color: #ffffff;}.aurel_sharing a.aurel_share_facebook,.aurel_sharing a.aurel_share_twitter,.aurel_sharing a.aurel_share_pinterest,.aurel_sharing a.aurel_share_facebook:hover,.aurel_sharing a.aurel_share_twitter:hover,.aurel_sharing a.aurel_share_pinterest:hover {	color: #ffffff;}.aurel_sharing a.aurel_share_facebook {	background: #3b5998;}.aurel_sharing a.aurel_share_twitter {	background: #55acee;}.aurel_sharing a.aurel_share_pinterest {	background: #bd081c;}.aurel_posts_navigation {	border-top:1px solid rgba(255,255,255,0.05);	border-bottom:1px solid rgba(255,255,255,0.05);	padding: 54px 0 54px 0;	font-size: 0;	line-height: 0;	margin-bottom: 54px;}.aurel_posts_navigation > div {	display: inline-block;	vertical-align: top;	width: 50%;}.aurel_posts_navigation i {	font-size: 11px;	transform: translateY(-2px);}.aurel_posts_navigation > div span {	display:block;}.aurel_post_nav_button a {	font-size: 14px;	line-height: 24px;	font-weight: 400;	color: #a0a7ae;}.aurel_posts_navigation .aurel_prev_post_wrapper {	text-align: left;}.aurel_posts_navigation .aurel_prev_post_wrapper i {	margin-right: 20px;}.aurel_posts_navigation .aurel_next_post_wrapper {	text-align: right;}.aurel_posts_navigation .aurel_next_post_wrapper i {	margin-left: 20px;}.aurel_prev_post_title,.aurel_next_post_title {	padding-top: 9px;	font-size: 16px;	line-height: 26px;	font-weight: 400;	color: #ffffff;}/* --- Comments --- */.aurel_comments_title {	margin-bottom: 24px;}.aurel_comment_list {	border-bottom:1px solid rgba(255,255,255,0.05);	padding: 0 0 53px 0;	margin: 0 0 54px 0;}.aurel_comment_list [class*="depth-"] {	font-size: 0;	line-height: 0;	margin-top: 23px;}.aurel_comment_list > .depth-1:first-child {	margin: 0;}.aurel_comment_list img {	display: block;	width: 100%;	height: auto;}.aurel_comment_list .aurel_comment_ava {	width: 70px;	height: 70px;	display: inline-block;	vertical-align: top;	margin-right: 30px;}.aurel_comment_list .pingback .aurel_comment_ava {	display: none;}.aurel_comment_list .aurel_comment_body {	display: inline-block;	vertical-align: top;	width: calc(100% - 100px);}.aurel_comment_list .pingback .aurel_comment_body {	width: 100%;}.aurel_comment_list [class*="depth-"],.aurel_comment_list #respond {	padding-left: 100px;}.aurel_comment_list [class*="depth-"] {	font-size: 0;	line-height: 0;}.aurel_comment_list .depth-1 {	padding-left: 0;}.aurel_comment_list .aurel_comment_author {	margin-top: 4px;	margin-bottom: 9px;}.aurel_comment_text {	margin-bottom: 9px;}.aurel_comment_meta div,.aurel_comment_meta a {	color: #79838e;	font-size: 12px;	line-height: 20px;	font-style: italic;}.aurel_comment_meta a:hover {	color: #96c11f;}.aurel_comment_meta div {	display: inline-block;	vertical-align: top;}.aurel_comment_reply_cont {	margin-left: 14px;}.aurel_comment_edit {	margin-left: 14px;}.aurel_comment_text p:last-child {	margin-bottom: 0;}.aurel_reply_comment_title {	margin-bottom: 18px;}.aurel_comments_cont #respond {	margin-bottom: 54px;}.aurel_comment_list #respond,.aurel_comment_list .comment #respond {	padding-top: 30px;	margin-bottom: 0px;}/* --- Recent Posts --- */.aurel_featured_posts_heading {	margin-bottom: 24px;}.aurel_featured_posts {	font-size: 0;	line-height: 0;	margin: 0 -15px;}.aurel_featured_posts .aurel_posts_item {	display: inline-block;	vertical-align: top;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	padding: 0 15px;}.aurel_featured_posts .aurel_posts_item .aurel_fimage_cont a {	margin: 0 0 11px 0;	position: relative;}.aurel_featured_posts .aurel_posts_item img {	display: block;}.aurel_featured_posts .aurel_posts_item .aurel_post_meta {	margin-bottom: 6px;}.aurel_featured_posts .aurel_posts_item .aurel_post_title {	margin-top: 6px;	margin-bottom: 18px;}.aurel_featured_posts .aurel_posts_item .aurel_excerpt {	font-size: 16px;	line-height: 26px;}.aurel_featured_posts.aurel_items_1 .aurel_posts_item {	width: 100%;}.aurel_featured_posts.aurel_items_2 .aurel_posts_item {	width:50%;}.aurel_featured_posts.aurel_items_3 .aurel_posts_item {	width: 33.33%;}.aurel_featured_posts.aurel_items_4 .aurel_posts_item {	width: 25%;}.aurel_featured_posts.aurel_items_5 .aurel_posts_item {	width: 20%;}/* ------------------------------- *//* ---------- Shop Page ---------- *//* ------------------------------- */.aurel_shop_ordering_cont {	font-size: 0;	line-height: 0;}.aurel_result_count,.aurel_shop_ordering {	width: 50%;	display: inline-block;	vertical-align: middle;	margin-bottom: 0;	font-size: 14px;	line-height: 24px;	color: #ffffff;}.aurel_shop_ordering {	text-align: right;}.aurel_select_wrapper {	width: 100%;	height: 50px;	max-width: 200px;	min-width: 196px;	display: inline-block;	user-select: none;	text-align: left;	color: #979797;	cursor: pointer;	position: relative;}.aurel_select {	color: #a0a7ae;	border: solid 2px #2e3032;	padding: 11px 35px 9px 12px;	white-space: nowrap;	position: absolute;	top: 0;	left: 0;	-webkit-transition: all .2s;	transition: all .2s;}.aurel_tiny .aurel_products {	font-size: 0;	line-height: 0;	padding: 0;	margin: 40px 0 0 -30px;}.aurel_tiny .aurel_products.columns_2 .aurel_product {	width: 50%;}.aurel_tiny .aurel_products.columns_3 .aurel_product {	width: 33.33333333%;}.aurel_tiny .aurel_products.columns_4 .aurel_product {	width: 25%;}.aurel_tiny .aurel_products .aurel_product {	display: inline-block;	list-style: none;	padding: 0 0 40px 30px;}.aurel_product_wrapper {	text-align: center;}.aurel_product_link {	display: block;	position: relative;}.aurel_product_link > .aurel_sale_label {	padding: 3px 8px;	font-size: 14px;	line-height: 24px;	text-transform: uppercase;	color: #ffffff;	background: #96c11f;	position: absolute;	top: -5px;	right: -5px;	z-index: 10;}.aurel_product_image {	line-height: 0;	margin-bottom: 17px;	position: relative;}.aurel_product_image:before {	content: '';	width: 100%;	height: 100%;	position: absolute;	top: 0;	left: 0;}.aurel_product_link:hover .aurel_product_image:before {	opacity: .5;}.aurel_product_title {	font-size: 14px;	line-height: 24px;	letter-spacing: 1px;	text-transform: uppercase;	padding: 0;	margin: 0 0 6px 0;	-webkit-transition: all .3s;	transition: all .3s;}.aurel_product_price {	font-size: 20px;	line-height: 30px;	letter-spacing: 1px;	text-transform: uppercase;	color: #ffffff;}.aurel_product_price del {	opacity: .5;}.aurel_sale_product .aurel_product_price > span {	margin-left: 10px;}.aurel_sale_product .aurel_product_price > span:before {	content: '\00b7';	display: inline-block;	margin-right: 13px;	font-weight: 700;}.aurel_product_buttons {	width: 100%;	min-height: 50px;	margin-top: 14px;	position: relative;}.aurel_product_buttons_overlay {	width: 100%;	height: 100%;	background: #171717;	opacity: 0;	position: absolute;	top: 0;	left: 0;	z-index: 2;}@keyframes spin {	from {		-webkit-transform: rotate(0deg);		transform: rotate(0deg);	}	to {		-webkit-transform: rotate(360deg);		transform: rotate(360deg);	}}.aurel_product_buttons_overlay.active {	opacity: .8;	z-index: 5;}.aurel_product_buttons_overlay i {	position: absolute;	top: 17px;	right: 30px;	animation: spin 1s linear 0s infinite;}.aurel_add_to_cart_button,.aurel_view_cart_button {	width: 100%;	height: 100%;	padding: 15px 20px;	font-size: 14px;	line-height: 20px;	letter-spacing: .6px;	text-transform: uppercase;	color: #ffffff;	background: #3a3e43;	position: absolute;	top: 0;	left: 0;}.aurel_add_to_cart_button:hover,.aurel_view_cart_button:hover {	color: #ffffff;}.aurel_add_to_cart_button {	z-index: 3;}.aurel_view_cart_button {	display: none;	z-index: 4;}.aurel_view_cart_button.active {	display: block;}.aurel_shop_pagination {	padding-top: 40px;	border-top: solid 1px rgba(255, 255, 255, .05);}.aurel_shop_pagination .aurel_page_numbers {	text-align: center;	margin: 1px;	font-size: 0;	line-height: 0;}.aurel_shop_pagination .aurel_page_numbers li {	display: inline-block;	min-width: 40px;	height: 40px;}.aurel_shop_pagination .aurel_page_numbers li a,.aurel_shop_pagination .aurel_page_numbers li span {	display: inline-block;	min-width: 40px;	height: 40px;	font-size: 14px;	line-height: 20px;	letter-spacing: .7px;	font-weight: 700;	text-align: center;	text-transform: uppercase;	color: #a0a7ae;	border: solid 2px #3a3e43;	padding: 9px 0 0 0;	margin-right: 6px;}.aurel_shop_pagination .aurel_page_numbers li span.current,.aurel_shop_pagination .aurel_page_numbers li a:hover {	color: #ffffff;}/* ----------------------------------------- *//* ---------- Single Product Page ---------- *//* ----------------------------------------- */.aurel_shop_product_gallery {	position: relative;}.aurel_prod_image_trigger {	width: 36px;	height: 36px;	border-radius: 50%;	background: #ffffff;	position: absolute;	top: 16px;	right: 16px;}.aurel_prod_image_trigger:before {	content: '';	width: 10px;	height: 10px;	display: block;	border: solid 2px #000000;	border-radius: 50%;	box-sizing: content-box;	position: absolute;	top: 9px;	left: 9px;}.aurel_prod_image_trigger:after {	content: '';	width: 2px;	height: 8px;	display: block;	background: #000000;	border-radius: 6px;	box-sizing: content-box;	position: absolute;	top: 19px;	left: 22px;	-webkit-transform: rotate(-45deg);	transform: rotate(-45deg);}.aurel_single_prod_summary {	padding-left: 16px;	margin-bottom: 32px;}.aurel_single_prod_title {	margin-bottom: 10px;}.aurel_single_prod_price {	font-size: 20px;	line-height: 30px;	letter-spacing: -.1px;	color: #ffffff;	margin-bottom: 20px;}.aurel_single_prod_description {	padding-bottom: 20px;	margin-bottom: 40px;	border-bottom: solid 1px #2e3032;}.aurel_single_prod_summary > form {	margin-bottom: 32px;}.aurel_single_prod_quantity {	margin: 0 4px 0 0;	float: left;}.aurel_single_prod_quantity > input[type="number"] {	width: 50px;	height: 50px;	min-width: 50px;	font-size: 14px;	text-align: center;	color: #a0a7ae;	border: solid 2px #2e3032;	background: transparent;	padding-right: 0;	margin-right: 4px;	border-radius: 0;}.aurel_single_add_to_cart_button {	font-family: "Roboto", sans-serif;	font-size: 14px;	line-height: 20px;	letter-spacing: .6px;	font-weight: 400;	text-align: center;	text-transform: uppercase;	color: #ffffff;	outline: none;	border-radius: 0;	background: #96c11f;	vertical-align: middle;	border: none;	padding: 15px 20px;	-webkit-transition: all .3s;	transition: all .3s;}.aurel_single_add_to_cart_button:hover {	background: #3a3e43;}.aurel_single_prod_meta,.aurel_single_prod_meta a {	font-size: 14px;	line-height: 24px;	letter-spacing: 1px;	text-transform: uppercase;	color: #ffffff;}.aurel_prod_tabs {	width: 100%;	padding-bottom: 15px;	margin-bottom: 50px;	border-bottom: solid 1px#2e3032;}body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper {	margin-bottom: 22px;	border-bottom: solid 2px #2e3032;}body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper .aurel-tab-title {	border: solid 2px #2e3032;	border-bottom: none;	padding: 10px 20px;	margin: 0 2px;	font-size: 20px;	line-height: 30px;	letter-spacing: 0;	text-transform: none;	position: relative;	top: 2px;	-webkit-transition: all .3s;	transition: all .3s;}body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper .aurel-tab-title:hover {	color: #ffffff;}body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper .aurel-tab-title.active:hover {	background: transparent;	border-color: #2e3032;}body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper .aurel-tab-title.active:before {	height: 2px;	background: #171717;	bottom: 0;}body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-content-wrapper {	margin-bottom: 32px;}body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-content-wrapper .aurel-tab-content {	width: 100%;	text-align: left;	padding: 0;}.aurel_shop_attributes {	margin-bottom: 0;}.aurel_shop_attributes th {	width: 150px;	color: #ffffff;	font-weight: 400;}.aurel_shop_attributes td p {	padding: 8px 0;	margin: 0;}.aurel_review_title {	margin-bottom: 40px;}.aurel_prod_review_respond_title {	font-size: 20px;	line-height: 30px;	letter-spacing: .6px;	text-transform: uppercase;	color: #ffffff;	margin-bottom: 20px;}.aurel_prod_rating p {	margin-bottom: 10px;}.aurel_tiny .aurel_stars {	margin: 0 0 15px;	font-size: 0;	line-height: 0;}.aurel_tiny .aurel_stars li {	display: inline-block;	font-size: 17px;	line-height: 17px;	color: #ffffff;	list-style: none;	padding: 0;	padding-right: 3px;	cursor: pointer;	position: relative;}.aurel_tiny .aurel_stars li .fa-star {	opacity: 0;	position: absolute;	top: 0;	left: 0;	-webkit-transition: all .3s;	transition: all .3s;}.aurel_tiny .aurel_stars li.active .fa-star,.aurel_tiny .aurel_stars li.choosed .fa-star {	opacity: 1;}.aurel_prod_rating .aurel_select_wrapper {	max-width: 100%;}.aurel_prod_comment {	margin-bottom: 10px;}.aurel_prod_comment label {	font-size: 16px;	line-height: 26px;	font-weight: 400;	color: #a0a7ae;}.aurel_prod_comment textarea {	height: 75px;}.aurel_prod_comment_submit {	padding-bottom: 10px;}.aurel_recent_products {	padding-bottom: 15px;	margin-bottom: 50px;}.aurel_recent_products_title {	font-size: 20px;	line-height: 30px;	letter-spacing: .8px;	font-weight: 400;	text-transform: uppercase;	margin-bottom: 40px;}/* ------------------------------- *//* ---------- Cart Page ---------- *//* ------------------------------- */.aurel_shop_cart_page .page-title {	margin-bottom: 53px;}.aurel_shop_table {	width: 100%;	text-align: left;	border: solid 2px #2e3032;	border-collapse: collapse;	border-radius: 5px;	margin-bottom: 24px;}.aurel_shop_table th,.aurel_shop_table td {	border: solid 2px #2e3032;	font-family: 'Roboto', sans-serif;	font-size: 15px;	line-height: 1.5em;	font-weight: 400;	text-align: center;	text-transform: none;	color: #ffffff;	padding: 9px 12px;	vertical-align: middle;}.aurel_shop_table td {	padding: 10px 15px;}.aurel_product_remove .remove {	width: 1em;	height: 1em;	display: inline-block;	font-size: 1em;	line-height: 1;	font-weight: 700;	text-align: center;	text-decoration: none;	color: #96c11f;}.aurel_product_remove .remove:hover {	color: #ffffff;}.aurel_product_name a {	color: #ffffff;}.aurel_product_name a:hover {	color: #96c11f;}.aurel_cart_item .aurel_product_price,.aurel_cart_item .aurel_product_subtotal {	color: #a0a7ae;}input.qty {	width: 3.631em;	height: 50px;	min-width: 50px;	display: inline-block;	background: transparent;	border: 2px solid #2e3032;	font-family: 'Roboto', sans-serif;	font-size: 14px;	font-weight: 400;	text-align: center;	color: #a0a7ae;	padding: 0 0 0 12px;	margin-right: 4px;}.coupon {	float: left;}#coupon_code {	width: 80px;	height: 50px;	min-width: 200px;	display: inline-block;	vertical-align: top;	padding: 14px 19px 16px;	margin: 0 4px 10px 0;	outline: 0;	background: transparent;	font-family: 'Roboto', sans-serif;	font-size: 14px;	line-height: 20px;	letter-spacing: .7px;	font-weight: 400;	color: #a0a7ae;	float: left;	-webkit-transition: all .3s;	transition: all .3s;}.aurel_coupon_cont .aurel_button,.aurel_checkout_coupon_form .aurel_button {	background: #3a3e43;}.aurel_coupon_cont .aurel_button:hover,.aurel_checkout_coupon_form .aurel_button:hover {	background: #96c11f;}.update_cart_button {	float: right;}.aurel_cart_totals {	width: 48%;	float: right;}.aurel_table_totals {	border: none;}.aurel_table_totals th,.aurel_table_totals td {	border: none;	border-bottom: solid 2px #2e3032;}.aurel_table_totals td {	color: #a0a7ae;}a.aurel_button.aurel_checkout_button {	background: #96c11f;}a.aurel_button.aurel_checkout_button:hover {	background: #3a3e43;}/* ----------------------------------- *//* ---------- Checkout Page ---------- *//* ----------------------------------- */.aurel_form_coupon_info {	border: 2px solid #96c11f;	padding: 16px 20px;	margin-bottom: 32px;}.aurel_form_coupon_info i {	font-size: 20px;	line-height: 26px;	color: #96c11f;	margin-right: 14px;}.aurel_form_coupon_info a {	color: #ffffff;}.aurel_form_coupon_info a:hover {	color: #96c11f;}.aurel_checkout_coupon_form {	display: none;	margin: 2em 0 50px;}.aurel_checkout_coupon_form p {	margin-bottom: 16px;}.aurel_checkout_coupon_form #coupon_code {	min-width: 390px;	margin-right: 50px;}.aurel_billing_col_left {	padding-right: 16px;}.aurel_billing_col_right {	padding-left: 16px;}.aurel_form_row_first,.aurel_form_row_last {	width: 47%;	padding: 3px 3px 3px 0;	margin: 0 0 6px;}.aurel_form_row_first {	float: left;}.aurel_form_row_last {	float: right;}.aurel_form_row_wide {	padding: 3px 3px 3px 0;	margin: 0 0 6px;	clear: both;}.aurel_checkout_form label {	display: block;	font-size: 16px;	line-height: 2;	font-weight: 400;	color: #a0a7ae;	margin-bottom: 4px;}.aurel_checkout_form label span {	color: #96c11f;}.aurel_additional_fields_wrapper textarea {	height: 200px;	line-height: 1.5;}.aurel_order_review_heading {	margin-top: 30px;}.aurel_order_review thead .aurel_product_name,.aurel_order_review thead .aurel_product_subtotal,.aurel_shop_table tfoot th,.aurel_shop_table tfoot td {	font-weight: 700;}.aurel_order_review .aurel_product_name,.aurel_order_review .aurel_product_subtotal {	color: #a0a7ae;}.aurel_tiny .aurel_payment_methods {	margin: 0;}.aurel_tiny .aurel_payment_methods li {	list-style: none;}.aurel_payment_methods input[type="radio"] {	position: absolute;	left: -9999px;}.aurel_payment_methods label {	display: inline-block;	cursor: pointer;	line-height: 20px;	position: relative;	-webkit-transition: all .3s;	transition: all .3s;}.aurel_payment_methods label:hover {	color: #ffffff;}.aurel_payment_methods label:before {	content: '';	width: 25px;	height: 25px;	display: inline-block;	vertical-align: middle;	padding: 5px;	margin-right: 10px;	border: 2px solid #2e3032;	border-radius: 50%;	position: static;	-webkit-transition: all .3s;	transition: all .3s;}.aurel_payment_methods li.active label:before {	background: #96c11f;	background-clip: content-box;}.aurel_payment_methods label:hover:before {	border-color: #96c11f;}.aurel_payment_box {	width: 100%;	display: none;	box-sizing: border-box;	font-size: 14px;	line-height: 1.5;	color: #ffffff;	padding: 1em;	margin: 1em 0;	background: #3a3e43;	position: relative;}.aurel_payment_box.visible {	display: block;}.aurel_payment_box:before {	content: '';	display: block;	border: 1em solid #3a3e43;	border-right-color: transparent;	border-left-color: transparent;	border-top-color: transparent;	margin: -1em 0 0 2em;	position: absolute;	top: -.75em;	left: 0;}.aurel_payment_box p {	margin-bottom: 0;}.aurel_place_order {	padding-top: 20px;}.aurel_place_order .aurel_button {	background: #96c11f;	float: right;}.aurel_place_order .aurel_button:hover {	background: #3a3e43;}/* ------------------------------------- *//* ---------- Content Widgets ---------- *//* ------------------------------------- *//* --- Button Widget --- */.aurel_button_prev,.aurel_button_next {	width: 20px;	height: 20px;	margin: 0;	padding: 0;	border-radius: 0;	background: transparent;	position: absolute;	-webkit-transition: all .3s;	transition: all .3s;	z-index: 17;}.aurel_button_prev:before,.aurel_button_next:before,.aurel_button_prev:after,.aurel_button_next:after {	content: '';	position: absolute;	transition: background 400ms;	background: #ffffff;	box-shadow: 0 0 5px rgba(0,0,0,0.2);}.aurel_button_prev {	transform: rotate(45deg) scale(1);	transition: transform 400ms;}.aurel_button_prev:hover {	transform: rotate(45deg) scale(1.5);}.aurel_button_next {	transform: rotate(-45deg) scale(1);	transition: transform 400ms;}.aurel_button_next:hover {	transform: rotate(-45deg) scale(1.5);}.aurel_button_prev:before {	left: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_button_prev:after {	left: 0;	bottom: 0;	width: 20px;	height: 2px;}.aurel_button_next:before {	right: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_button_next:after {	right: 0;	bottom: 0;	width: 20px;	height: 2px;}/* --- Person Widget --- */.aurel_person_item {	text-align: center;}.aurel_person_item img {	display: block;	margin-bottom: 24px;}.aurel_person_item h5 {	margin-bottom: 9px;}.aurel_person_position {	color: #79838e;	font-size: 12px;	font-style: italic;	margin-bottom: 8px;	display: block;}.aurel_person_content {	margin-bottom: 24px;}.aurel_person_socials {	font-size: 0;	line-height: 0;}.aurel_person_socials a {	display: inline-block;	vertical-align: top;	margin: 0 10px;}.aurel_person_socials i {	font-size: 15px;}/* --- Price Table Widget --- */.aurel_price_item.most_popular_item {	margin: -15px 0;	padding: 15px 0;	position: relative;}.aurel_price_item.most_popular_item:before {	content: '';	position: absolute;	right: 0;	top: 0;	width: 0;	height: 0;	border-style: solid;	border-width: 0 50px 50px 0;}.aurel_price_item_inner {	text-align: center;	padding: 60px 30px 60px 30px;}.aurel_price_item_inner img {	display: block;	width: 48%;	height: auto;	margin: 0 auto 34px auto;	border: none;	border-radius: 50%;}.aurel_price_item_inner h5 {	margin:0 0 11px 0;}.aurel_price_item_inner h2 {	font-size: 50px;	line-height: 60px;	margin-bottom: 28px;}.aurel_price_item_descr {	margin-bottom: 34px;}.aurel_price_item_descr p {	margin-bottom: 10px;}.aurel_price_item_descr p:last-child {	margin-bottom: 0;}.aurel_price_item a.aurel_button {	height: 50px;	padding: 16px 20px 15px 20px;}/* --- Itemized Link Widget --- */.aurel_itemized_link_item {	text-align: center;}.aurel_itemized_link_item img {	display: block;}.aurel_itemized_link_image {	margin: 0 0 24px 0;}.aurel_itemized_link_image a {	position: relative;	display: block;}.aurel_itemized_link_image a:before {	content: '';	width: 100%;	height: 100%;	position: absolute;	display: block;	left: 0;	top: 0;	transition: background 400ms;	z-index: 3;}.aurel_itemized_link_item h5 {	margin-bottom: 19px;}.aurel_itemized_link_descr {	margin-bottom: 28px;}.aurel_itemized_link_href i {	font-size: 11px;	transform: translateY(-2px);	margin-left: 10px;}.aurel_itemized_link_item .aurel_button {	margin-top:6px;	height: 50px;	padding: 14px 20px 15px 20px;}/* --- Testimonials Widget --- */.aurel_testimonials_item img {	display: block;}.aurel_testimonials_item .testimonial_img_wrapper {	width: 60px;	height: 60px;	display: inline-block;	margin-right: 7px;	vertical-align: middle;}.aurel_testimonials_item .testimonial_img_wrapper img {	border-radius: 100%;	width: 100%;	height: auto;}.aurel_testimonials_item .testimonial_author_info {	display: inline-block;	vertical-align: middle;	transform: translateY(-1px);}.aurel_testimonials_item h6.testimonial_author {	margin: 0 0 2px 0;}.aurel_testimonials_item .testimonial_additional {	color: #79838e;	font-size: 14px;	line-height: 16px;	font-style: italic;}.testimonial_content {	background: #1e2022;	padding: 35px 40px 34px 40px;	margin: 20px 0 30px 0;	font-size: 16px;	line-height: 26px;	font-weight: 400;}.testimonial_content,.testimonial_content p,.testimonial_content td,.testimonial_content div {	color: #c8c8c8;}/* Masonry Type */.aurel_testimonials_grid .aurel_testimonials_grid_inner {	font-size: 0;	line-height: 0;	margin: 0 -15px;}.aurel_testimonials_grid .aurel_testimonials_grid_inner .aurel_testimonials_item {	display: inline-block;	vertical-align: top;}.aurel_testimonials_grid.aurel_testimonials_grid1 .aurel_testimonials_grid_inner .aurel_testimonials_item {	width: 100%;}.aurel_testimonials_grid.aurel_testimonials_grid2 .aurel_testimonials_grid_inner .aurel_testimonials_item {	width: 50%;}.aurel_testimonials_grid.aurel_testimonials_grid3 .aurel_testimonials_grid_inner .aurel_testimonials_item {	width: 33.33%;}.aurel_testimonials_grid.aurel_testimonials_grid4 .aurel_testimonials_grid_inner .aurel_testimonials_item {	width: 25%;}.aurel_testimonials_grid .aurel_testimonials_item_inner {	padding: 15px;	text-align: center;}/* Carousel Type */.aurel_testimonials_carousel {	margin: 0 -15px;}.aurel_testimonials_carousel .aurel_testimonials_item_inner {	padding:0 15px;}body .aurel_owlCarousel.owl-carousel .owl-dots,body .aurel_testimonials_carousel.owl-carousel .owl-dots {	transform: translateY(0px);	margin-top: 7px!important;}body .aurel_owlCarousel.owl-theme .owl-dots .owl-dot,body .aurel_testimonials_carousel.owl-theme .owl-dots .owl-dot {	width: 9px;	height: 9px;	padding: 0;	border: 1px solid;	margin: 0 10px;	border-radius: 50%;	box-sizing: border-box;	transition: border 300ms, background 300ms;}body .aurel_owlCarousel.owl-theme .owl-dots .owl-dot span,body .aurel_testimonials_carousel.owl-theme .owl-dots .owl-dot span {	display: none;}/* Flow Type */.aurel_testimonials_flow {	opacity:0;	transition:opacity 500ms;	text-align:center;	position:relative;}.aurel_testimonials_flow.module_loaded {	opacity:1;}.aurel_testimonials_flow_inner {	position:relative;	transition:min-height 500ms;	min-height:0;	text-align:center;}.aurel_testimonials_flow_item {	position:absolute;	top:0;	left:0;	display:block;	width:100%;	transition:z-index 500ms;	z-index:5;}.aurel_testimonials_flow_prev,.aurel_testimonials_flow_next {	width: 20px;	height: 20px;	margin: 0;	padding: 0;	border-radius: 0;	background: transparent;	position: absolute;	-webkit-transition: all .3s;	transition: all .3s;	top: 50%;	margin-top: -10px;	z-index: 17;}.aurel_testimonials_flow_prev:before,.aurel_testimonials_flow_next:before,.aurel_testimonials_flow_prev:after,.aurel_testimonials_flow_next:after {	content: '';	position: absolute;	transition: background 400ms;}.aurel_testimonials_flow_prev {	left: 45px;	transform: rotate(45deg);}.aurel_testimonials_flow_prev:before {	left: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_testimonials_flow_prev:after {	left: 0;	bottom: 0;	width: 20px;	height: 2px;}.aurel_testimonials_flow_next {	right: 45px;	transform: rotate(-45deg);}.aurel_testimonials_flow_next:before {	right: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_testimonials_flow_next:after {	right: 0;	bottom: 0;	width: 20px;	height: 2px;}.aurel_testimonials_flow_item .aurel_testimonials_flow_img_block {	width:100px;	height:100px;	border-radius:100%;	display:inline-block;	margin:0 auto;	opacity:0;	margin-bottom:47px;	transform:scale(0,0) translate(0,0);	transition:transform 500ms, opacity 500ms;}.aurel_testimonials_flow_item .aurel_testimonials_flow_img_block img {	border-radius:100%;	display:block;	width:100%;	height:auto;}.testimonial_content_wrapper {	opacity:0;	transition:opacity 500ms;}.aurel_ts_flow_prev.aurel_testimonials_flow_item .aurel_testimonials_flow_img_block {	transform:scale(0.6,0.6) translate(-184px,0);	opacity:1;}.aurel_ts_flow_next.aurel_testimonials_flow_item .aurel_testimonials_flow_img_block {	transform:scale(0.6,0.6) translate(184px,0);	opacity:1;}.aurel_ts_flow_prev2.aurel_testimonials_flow_item .aurel_testimonials_flow_img_block {	transform:scale(0,0) translate(-368px,0);	opacity:0;}.aurel_ts_flow_next2.aurel_testimonials_flow_item .aurel_testimonials_flow_img_block {	transform:scale(0,0) translate(368px,0);	opacity:0;}.aurel_ts_flow_current.aurel_testimonials_flow_item .aurel_testimonials_flow_img_block {	opacity:1;	transform:scale(1,1) translate(0,0);}.aurel_ts_flow_current.aurel_testimonials_flow_item .testimonial_content_wrapper {	opacity:1;}.aurel_testimonials_flow_item .testimonial_content {	margin-bottom:27px;}.aurel_testimonials_flow_item .testimonial_author {	margin-bottom:-3px;}.aurel_ts_flow_prev2,.aurel_ts_flow_next2 {	z-index:7;}.aurel_ts_flow_prev,.aurel_ts_flow_next {	z-index:10;}.aurel_ts_flow_current {	z-index:15;}.aurel_testimonials_flow .testimonial_content {	background: none;	margin: 0;	padding: 2px 200px 27px 200px;	font-size: 16px;	line-height: 24px;}.aurel_testimonials_flow .testimonial_additional {	font-size: 12px;	color: #79838e;	font-style: italic;}.aurel_testimonials_flow .testimonial_author {	margin-bottom: 2px;}/* --- Image Slider Widget --- */.aurel_single_gallery_slider {	position: relative;	width: 100%;	height: 100%;}.aurel_slider_wrapper {	position: relative;}.aurel_slider_wrapper.auto_height {	height: 100%;}.aurel_slider_wrapper .aurel_slider_slide,.aurel_slider_wrapper .aurel_slider {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;}.aurel_slider_wrapper .aurel_slider {	transition: opacity 500ms;}.aurel_slider_wrapper.aurel_module_loading .aurel_slider,.aurel_slider_wrapper.aurel_module_loading .aurel_slider_btn_prev,.aurel_slider_wrapper.aurel_module_loading .aurel_slider_btn_next {	opacity: 0;}.aurel_slider_wrapper.aurel_module_loading .aurel_gallery_preloader {	opacity: 0;}.aurel_slider_wrapper .aurel_slider_slide {	transition: opacity 1000ms;	z-index: 1;	opacity: 0;	background-repeat: no-repeat;	background-position:center;}.aurel_slider.cover .aurel_slider_slide {	background-size: cover;}.aurel_slider.fit_always .aurel_slider_slide {	background-size: contain;}.aurel_slider.fit_width .aurel_slider_slide {	background-size:100% auto;}.aurel_slider.fit_height .aurel_slider_slide {	background-size:auto 100%;}.aurel_slider_wrapper .aurel_slider_slide.active {	opacity: 1;	z-index: 5;}.aurel_slider_overlay,.aurel_slider_custom_overlay {	position: absolute;	left: 0;	bottom: 0;	width: 100%;	height: 100%;	z-index: 7;}.aurel_slider_overlay {	height: 250px;	background: rgba(0,0,0,0.5);	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);	background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);	pointer-events: none;}.aurel_slider .aurel_slide_title {	position:absolute;	bottom: 0;	left: 0;	text-align: center;	width: 100%;	margin: 0;	padding: 0 20px 29px 20px;	z-index: 10;	pointer-events: none;}.aurel_slider_title_align_left .aurel_slide_title {	text-align: left;	padding-left: 50px;}.aurel_slider_title_align_center .aurel_slide_title {	text-align: center;}.aurel_slider_title_align_right .aurel_slide_title {	text-align: right;	padding-right: 50px;}.aurel_slider_thumbs {	position: absolute;	width: 145px;	height: 100%;	left: 0;	top: 0;	overflow: hidden;	z-index: 10;}.aurel_slider_thumbs_inner {	width: 145px;	position: absolute;	left: 0;	top: 0;}.aurel_transparent_header .aurel_slider_thumbs {	left: 270px;}.aurel_slider_thumbs img {	width: 100%;	height: auto;	display: block;}.aurel_slider_thumb {	cursor: pointer;	position: relative;}.aurel_slider_thumb:before {	content: '';	width: 100%;	height: 100%;	display: block;	position: absolute;	left: 0;	top: 0;	transition: background 400ms;}.aurel_slide_counter {	position: absolute;	left: 145px;	top: 50%;	margin-top: -12px;	height: 23px;	padding-left: 35px;	z-index: 10;}.aurel_slide_counter:before {	content: '';	position: absolute;	left: 0;	top: 0;	width: 0;	height: 0;	border-style: solid;	border-width: 11.5px 0 11.5px 15px;}.aurel_slide_counter span {	font-size: 13px;	line-height: 23px;	display: inline-block;	vertical-align: top;}.aurel_slider_btn_prev,.aurel_slider_btn_next {	width: 20px;	height: 20px;	margin: 0;	padding: 0;	border-radius: 0;	background: transparent;	position: absolute;	-webkit-transition: all .3s;	transition: transform 400ms;	z-index: 15;	position: absolute;	top: 50%;	margin: -10px 0 0 0;}.aurel_slider_btn_prev:before,.aurel_slider_btn_next:before,.aurel_slider_btn_prev:after,.aurel_slider_btn_next:after {	content: '';	position: absolute;	transition: background 400ms;	background: #ffffff;	box-shadow: 0 0 5px rgba(0,0,0,0.2);}.aurel_slider_btn_prev {	left: 45px;	transform: rotate(45deg);}.aurel_slider_btn_prev:hover {	transform: rotate(45deg) scale(1.5);}.aurel_slider_btn_prev:before {	left: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_slider_btn_prev:after {	left: 0;	bottom: 0;	width: 20px;	height: 2px;}.aurel_slider_btn_next {	right: 45px;	transform: rotate(-45deg);}.aurel_slider_btn_next:hover {	transform: rotate(-45deg) scale(1.5);}.aurel_slider_btn_next:before {	right: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_slider_btn_next:after {	right: 0;	bottom: 0;	width: 20px;	height: 2px;}.has_thumbs .aurel_slider_btn_next,.has_thumbs .aurel_slider_btn_prev {	left: auto;	right: 40px;	top: 50%;}.has_thumbs .aurel_slider_btn_prev {	margin-top: -46px;	transform: rotate(135deg);}.has_thumbs .aurel_slider_btn_next {	margin-top: 30px;	transform: rotate(45deg);}.controls_style_dark.aurel_slider_btn_prev:before,.controls_style_dark.aurel_slider_btn_prev:after,.controls_style_dark.aurel_slider_btn_next:before,.controls_style_dark.aurel_slider_btn_next:after {	background: #fff;	box-shadow: 0 0 5px rgba(255,255,255,1);}.aurel_slider_overlay_gradient {	position: absolute;	left: 0;	bottom: 0;	z-index: 5;	width: 100%;	height: 100px;	opacity: 0.5;}/* --- Split Slider Widget --- */.aurel_single_gallery_split {	position: relative;	width: 100%;	height: 100%;}.aurel_split_wrapper {	position: relative;	width: 100%;	height: 100%;}.aurel_split_wrapper.aurel_module_loading .aurel_gallery_preloader {	opacity: 1;}.aurel_split {	position:absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	overflow: hidden;	transition: opacity 500ms;}.aurel_split_wrapper.aurel_module_loading .aurel_split {	opacity: 0;}.aurel_split_slide {	background-position: center;	background-repeat: no-repeat;	background-size: cover;	transition: top 500ms, opacity 500ms, width 500ms;	z-index: -1;	width: 50%;	height: 100%;	position: absolute;	opacity: 0;	top: 0;}.aurel_left_slide {	left: 0;}.aurel_right_slide {	right: 0;}.aurel_left_slide {	left: 0;}.aurel_right_slide {	right: 0;}.aurel_left_slide.aurel_split_before,.aurel_left_slide.aurel_split_after,.aurel_right_slide.aurel_split_before,.aurel_right_slide.aurel_split_after {	z-index: 18 !important;	opacity: 1;}.aurel_left_slide.aurel_split_before,.aurel_right_slide.aurel_split_after {	top: -100%;}.aurel_left_slide.aurel_split_after,.aurel_right_slide.aurel_split_before {	top: 100%;}.aurel_left_slide.aurel_split_active,.aurel_right_slide.aurel_split_active {	top: 0;	z-index: 19 !important;	opacity: 1;}/* Horizontal Split */.aurel_horizontal_split .aurel_split_slide {	background-position: center;	background-repeat: no-repeat;	background-size: cover;	transition: left 500ms, opacity 500ms, width 500ms;	z-index: -1;	width: 100%;	height: 50%;	position: absolute;	opacity: 0;	left: 0;}.aurel_horizontal_split .aurel_left_slide {	top: 0;	bottom: auto;	left: 0;	right: auto;}.aurel_horizontal_split .aurel_right_slide {	top: auto;	bottom: 0;	left: 0;	right: auto;}.aurel_horizontal_split .aurel_left_slide.aurel_split_before,.aurel_horizontal_split .aurel_right_slide.aurel_split_after {	left: -100%;	opacity: 1;}.aurel_horizontal_split .aurel_left_slide.aurel_split_after,.aurel_horizontal_split .aurel_right_slide.aurel_split_before {	left: 100%;	opacity: 1;}.aurel_horizontal_split .aurel_left_slide.aurel_split_active {	top: 0;	bottom: auto;	z-index: 19 !important;	opacity: 1 !important;}.aurel_horizontal_split .aurel_right_slide.aurel_split_active {	top: auto;	bottom: 0;	z-index: 19 !important;	opacity: 1 !important;}.aurel_left_slide.aurel_split_active a:hover,.aurel_right_slide.aurel_split_active a:hover {	opacity: 1;}.aurel_left_slide.aurel_split_active a,.aurel_right_slide.aurel_split_active a {	z-index: 19;}.aurel_split_btn_prev,.aurel_split_btn_next {	width: 20px;	height: 20px;	margin: 0;	padding: 0;	border-radius: 0;	background: transparent;	position: absolute;	-webkit-transition: all .3s;	transition: all .3s;	z-index: 25;	position: absolute;	top: 50%;	margin: -10px 0 0 0;}.aurel_split_wrapper.aurel_module_loading .aurel_split_btn_prev,.aurel_split_wrapper.aurel_module_loading .aurel_split_btn_next {	opacity: 0;}.aurel_split_btn_prev:before,.aurel_split_btn_next:before,.aurel_split_btn_prev:after,.aurel_split_btn_next:after {	content: '';	position: absolute;	transition: background 400ms;	background: #ffffff;	box-shadow: 0 0 5px rgba(0,0,0,0.2);}.aurel_split_btn_prev {	left: 45px;	transform: rotate(45deg);}.aurel_split_btn_prev:before {	left: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_split_btn_prev:after {	left: 0;	bottom: 0;	width: 20px;	height: 2px;}.aurel_split_btn_next {	right: 45px;	transform: rotate(-45deg);}.aurel_split_btn_next:before {	right: 0;	top: 0;	width: 2px;	height: 20px;}.aurel_split_btn_next:after {	right: 0;	bottom: 0;	width: 20px;	height: 2px;}.aurel_split_btn_next,.aurel_split_btn_prev {	left: auto;	right: 40px;	top: 50%;	left: 50%;}.aurel_split_btn_prev {	margin-top: -16px;	margin-left: -64px;	transform: rotate(-45deg);}.aurel_split_btn_next {	margin-top: -4px;	transform: rotate(-135deg);	margin-left: 44px;}.aurel_horizontal_split .aurel_split_btn_prev {	transform: rotate(45deg);	left: 20px;	margin-left: 0;	margin-top: -10px;}.aurel_horizontal_split .aurel_split_btn_next {	transform: rotate(-45deg);	left: auto;	right: 20px;	margin-left: 0;	margin-top: -10px;}.aurel_split_btn_prev:hover {	transform: scale(1.5) rotate(-45deg);}.aurel_split_btn_next:hover {	transform: scale(1.5) rotate(-135deg);}.aurel_horizontal_split .aurel_split_btn_prev:hover {	transform: scale(1.5) rotate(45deg);}.aurel_horizontal_split .aurel_split_btn_next:hover {	transform: scale(1.5) rotate(-45deg);}.aurel_split_overlay,.aurel_split_custom_overlay {	position: absolute;	left: 0;	bottom: 0;	width: 100%;	height: 100%;	z-index: 7;}.aurel_split_overlay {	background: rgba(0,0,0,0.2);	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);	background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);}.aurel_split_slide .aurel_split_title {	position: absolute;	left: 0;	bottom: 0;	text-align: center;	width: 100%;	padding: 0 20px;	box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	z-index: 27;	transition: opacity 400ms, transform 400ms;}.aurel_split_gradient {	position: absolute;	left: 0;	bottom: 0;	width: 100%;	height: 100px;	opacity: 0;	transition: opacity 400ms;}.aurel_split_title {	opacity: 0;	transform: translateY(30%);}.aurel_split_active .aurel_split_title {	opacity: 1;	transform: translateY(0%);}.aurel_split_active .aurel_split_gradient {	opacity: 0.5;}.titles_show_on_hover .aurel_split_slide .aurel_split_title {	opacity: 0;	transform: translateY(30%);	transition: opacity 400ms, transform 400ms;}.titles_show_on_hover .aurel_split_slide:hover .aurel_split_title {	opacity: 1;	transform: translateY(0%);}.titles_show_on_hover .aurel_split_slide .aurel_split_gradient {	opacity: 0;}.titles_show_on_hover .aurel_split_slide:hover .aurel_split_gradient {	opacity: 0.5;}.aurel_split_title_slide_center .aurel_split_slide h2 {	padding: 0 20px 29px 20px;}.aurel_split_title_slide_center .aurel_split_slide h2 {	padding: 0 20px 29px 20px;	text-align: center;}.aurel_split_title_screen_center .aurel_right_slide h2,.aurel_split_title_screen_side .aurel_left_slide h2 {	text-align: left;	padding-left: 50px;}.aurel_split_title_screen_center .aurel_left_slide h2,.aurel_split_title_screen_side .aurel_right_slide h2 {	text-align: right;	padding-right: 50px;}/* --- Grid Gallery Widget --- */.aurel_grid_inner {	font-size: 0;	line-height: 0;	margin-left: -30px;}.aurel_grid_inner .grid-item {	display: inline-block;	vertical-align: top;	padding: 0 0 30px 30px;}.aurel_grid_inner .grid-item-inner {	position: relative;}.aurel_grid_inner .aurel-img-preloader {	display: none;}.aurel_grid_inner .grid-item img {	display: block;	width: 100%;	height: auto;	transition: opacity 400ms;}.aurel_grid_inner .grid-item a {	display: block;	position: relative;	overflow: hidden;}.aurel_grid_inner .grid-item a:before {	display:none;}.aurel_grid_inner.grid_columns1 .grid-item {	width: 100%;}.aurel_grid_inner.grid_columns2 .grid-item {	width: 50%;}.aurel_grid_inner.grid_columns3 .grid-item {	width: 33.33%;}.aurel_grid_inner.grid_columns4 .grid-item {	width: 25%;}.aurel_grid_inner.grid_columns5 .grid-item {	width: 20%;}.aurel_grid_inner .grid-item .grid-item-content h4:empty,.aurel_grid_inner .grid-item .grid-item-content:empty {	display: none;}/* Hover Effects *//* Gradient Caption */.hover_type_gradient_caption .packery-item-overlay,.hover_type_gradient_caption .grid-item-overlay {	display: none;}.hover_type_gradient_caption a .packery-item-content,.hover_type_gradient_caption a .grid-item-content {	position: absolute;	left: 0;	bottom: 0;	width: 100%;	z-index: 4;	text-align: center;	box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	opacity: 0;	transition: opacity 400ms;}.hover_type_gradient_caption a .packery-item-content h4,.hover_type_gradient_caption a .grid-item-content h4 {	padding: 20px 15px;	margin: 0;	transform: translateY(30%);	transition: transform 400ms;}.hover_type_gradient_caption a:hover .packery-item-content,.hover_type_gradient_caption a:hover .grid-item-content {	opacity: 1;}.hover_type_gradient_caption a:hover .packery-item-content h4,.hover_type_gradient_caption a:hover .grid-item-content h4 {	transform: translateY(0%);}/* Plus at Bottom */.hover_type_solid_plus a .packery-item-content,.hover_type_solid_plus a .grid-item-content {	display: none;}.hover_type_solid_plus a .packery-item-overlay,.hover_type_solid_plus a .grid-item-overlay {	display: block;	position: absolute;	left: 0;	bottom: 0;	width: 100%;	height: 50px;	transform: translateY(100%);	transition: transform 300ms;}.hover_type_solid_plus a:hover .packery-item-overlay,.hover_type_solid_plus a:hover .grid-item-overlay {	transform: translateY(0%);}.hover_type_solid_plus a .packery-item-overlay:before,.hover_type_solid_plus a .packery-item-overlay:after,.hover_type_solid_plus a .grid-item-overlay:before,.hover_type_solid_plus a .grid-item-overlay:after {	content: '';	position: absolute;	left: 50%;	top: 50%;}.hover_type_solid_plus a .packery-item-overlay:before,.hover_type_solid_plus a .grid-item-overlay:before {	width: 4px;	height: 20px;	margin: -10px 0 0 -2px;}.hover_type_solid_plus a .packery-item-overlay:after,.hover_type_solid_plus a .grid-item-overlay:after {	width: 20px;	height: 4px;	margin: -2px 0 0 -10px;}/* Overlay with Caption */.hover_type_caption a .packery-item-overlay,.hover_type_caption a .grid-item-overlay {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 4;	opacity: 0;	transition: opacity 300ms;}.hover_type_caption a .packery-item-content,.hover_type_caption a .grid-item-content {	position: absolute;	left: 0;	top: 50%;	transform: translateY(-70%);	width: 100%;	height: auto;	font-size: 26px;	line-height: 36px;	color: #ffffff;	text-align: center;	z-index: 5;	padding: 20px 15px;	opacity: 0;	transition: opacity 300ms, transform 300ms;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;}.hover_type_caption a .packery-item-content h4,.hover_type_caption a .grid-item-content h4 {	margin: 0;}.hover_type_caption a:hover .packery-item-overlay,.hover_type_caption a:hover .packery-item-content,.hover_type_caption a:hover .grid-item-overlay,.hover_type_caption a:hover .grid-item-content {	opacity: 1;}.hover_type_caption a:hover .packery-item-content,.hover_type_caption a:hover .grid-item-content {	transform: translateY(-50%);}/* Overlay with Magnifier */.hover_type_magnifier a .packery-item-content,.hover_type_magnifier a .grid-item-content {	display: none;}.hover_type_magnifier a .packery-item-overlay,.hover_type_magnifier a .grid-item-overlay {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 4;	opacity: 0;	transition: opacity 300ms;}.hover_type_magnifier a .packery-item-overlay:before,.hover_type_magnifier a .grid-item-overlay:before {	font-family: 'FontAwesome';	content: '\f002';	font-size: 32px;	line-height: 50px;	width: 50px;	height: 50px;	position: absolute;	left: 50%;	top: 50%;	margin: -25px 0 0 -25px;	z-index: 5;	transition: transform 300ms;	transform: scale(1.2);	text-align: center;}.hover_type_magnifier a:hover .packery-item-overlay,.hover_type_magnifier a:hover .grid-item-overlay {	opacity: 1;}.hover_type_magnifier a:hover .packery-item-overlay:before,.hover_type_magnifier a:hover .grid-item-overlay:before {	transform: scale(1);}/* Overlay with Plus */.hover_type_plus a .packery-item-content,.hover_type_plus a .grid-item-content {	display: none;}.hover_type_plus a .packery-item-overlay,.hover_type_plus a .grid-item-overlay {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 4;	opacity: 0;	transition: opacity 300ms;}.hover_type_plus a .packery-item-overlay:before,.hover_type_plus a .packery-item-overlay:after,.hover_type_plus a .grid-item-overlay:before,.hover_type_plus a .grid-item-overlay:after {	content: '';	position: absolute;	left: 50%;	top: 50%;}.hover_type_plus a .packery-item-overlay:before,.hover_type_plus a .grid-item-overlay:before {	width: 4px;	height: 20px;	margin: -10px 0 0 -2px;}.hover_type_plus a .packery-item-overlay:after,.hover_type_plus a .grid-item-overlay:after {	width: 20px;	height: 4px;	margin: -2px 0 0 -10px;}.hover_type_plus a:hover .packery-item-overlay,.hover_type_plus a:hover .grid-item-overlay {	opacity: 1;}/* Just Overlay */.hover_type_overlay a .packery-item-content,.hover_type_overlay a .grid-item-content {	display: none;}.hover_type_overlay a .packery-item-overlay,.hover_type_overlay a .grid-item-overlay {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 4;	opacity: 0;	transition: opacity 300ms;}.hover_type_overlay a:hover .packery-item-overlay,.hover_type_overlay a:hover .grid-item-overlay {	opacity: 1;}/* --- Proofing Grid Widget --- */.aurel_proofing_grid .grid-item-content {	pointer-events: none;}.aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content {	position: absolute;	left: 0;	bottom: 0;	width: 100%;	z-index: 4;	text-align: center;	box-sizing: border-box;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	opacity: 1;	transition: opacity 400ms;}.aurel_proofing_grid .aurel_proofing_grid_item .grid-item-overlay {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	transition: opacity 400ms;	opacity: 0;}.aurel_proofing_grid .aurel_proofing_grid_item:hover .grid-item-overlay {	opacity: 1;}.aurel_proofing_grid .aurel_proofing_grid_item:hover .grid-item-content {	opacity: 0;}.aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content h4 {	padding: 20px 15px;	margin: 0;	transform: translateY(0%);	transition: transform 400ms;}.aurel_proofing_grid .aurel_proofing_grid_item:hover .grid-item-content h4 {	transform: translateY(30px);}.aurel_proofing_grid_item .grid-item-controls {	position: absolute;	left: 0;	top: 50%;	width: 100%;	height: 32px;	margin-top: -16px;	text-align: center;	font-size: 0;	line-height: 0;	transform: translateY(-30px);	opacity: 0;	transition: transform 400ms, opacity 400ms;}.aurel_proofing_grid_item:hover .grid-item-controls {	transform: translateY(0px);	opacity: 1;}.aurel_proofing_grid_item .grid-item-controls a {	display: inline-block;	width: 32px;	font-size: 32px;	line-height: 32px;	text-align: center;	margin: 0 18px;}.grid_columns4 .aurel_proofing_grid_item .grid-item-controls a,.grid_columns4 .aurel_proofing_grid_item .grid-item-controls a {	margin: 0 10px;}.aurel_left_sidebar .grid_columns3 .aurel_proofing_grid_item .grid-item-controls a,.aurel_right_sidebar .grid_columns3 .aurel_proofing_grid_item .grid-item-controls a {	font-size: 24px;	margin: 0 5px;}.aurel_left_sidebar .grid_columns4 .aurel_proofing_grid_item .grid-item-controls a,.aurel_right_sidebar .grid_columns4 .aurel_proofing_grid_item .grid-item-controls a {	font-size: 16px;	margin: 0 3px;}.grid-icon-approve {	display: none;}.grid-icon-unaprove {	display: none;}.grid-icon-state {	width: 40px;	height: 40px;	display: block;	position: absolute;	right: 20px;	top: 20px;	font-size: 32px;	line-height: 32px;	text-align: center;	transform: scale(0);	opacity: 0;	border: 3px solid #ffffff;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	border-radius: 50%;	color: #ffffff;	box-shadow: 0 0 5px rgba(17,17,17,0.5);	transition: opacity 250ms, transform 250ms;}.grid-icon-state i {	width: 30px;	height: 30px;	font-size: 22px;	line-height: 30px;	text-align: center;	display: block;	position: absolute;	left: 50%;	top: 50%;	margin: -15px 0 0 -15px;}.grid-icon-state.grid-icon-approve {	background: #7eb835;}.grid-icon-state.grid-icon-unaprove {	background: #c71b1b;}.grid-icon-state.grid-icon-unaprove i {	transform: translate(0,-1px);}.grid-item-proofing.approved .grid-icon-state.grid-icon-approve {	transform: scale(1);	opacity: 1;}.grid-item-proofing.unapproved .grid-icon-state.grid-icon-unaprove {	transform: scale(1);	opacity: 1;}.aurel_photo_proofing_notified_wrapper {	text-align: center;	padding-top: 30px;}/* --- Packery Gallery Widget --- */.aurel_packery_inner {	font-size:0;	line-height:0;}.aurel_packery_inner .packery-item {}.packery-item-inner {	background:no-repeat center;	background-size:cover;	position:relative;	width:100%;	height:100%;	transition:opacity 500ms;}.packery-item-inner a {	width:100%;	height:100%;	position:absolute;	left:0;	top:0;	display:block;	z-index:19;	overflow: hidden;}/* --- Albums Gallery Widget --- *//* Filter */.aurel_tiny ul.aurel_grid_filter {	padding: 0;	text-align: center;	display: block;	font-size: 0;	line-height: 0;	margin: 0 0 46px 0;}.aurel_grid_filter li {	margin: 0 14px 0 15px;	padding: 0;	list-style: none;	display: inline-block;}.aurel_packery_filter_wrapper .aurel_grid_filter li.aurel_filter-item {	padding-left: 0;}.aurel_grid_filter li,.aurel_grid_filter li a {	font-size: 13px;	line-height: 20px;	text-transform: uppercase;	letter-spacing: 0.7px;}.aurel_load_more_button_wrapper.aurel_hidden_cont {	position: fixed;	top: -999px;	z-index: -1;	pointer-events: none;}.aurel_load_more_button_wrapper a.aurel_hidden_cont {	pointer-events: none;	visibility: hidden;}.aurel_albums_grid {	font-size: 0;	line-height: 0;	display: block;}.aurel_albums_listing_cont {	margin-left: -30px;}.aurel_albums_grid .aurel_albums_grid_item {	display: inline-block;	vertical-align: top;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	padding: 0 0 30px 30px;}.aurel_albums_grid .aurel_albums_grid_item img {	display: block;}.aurel_albums_grid2 .aurel_albums_grid_item {	width: 50%;}.aurel_albums_grid3 .aurel_albums_grid_item {	width: 33.33%;}.aurel_albums_grid4 .aurel_albums_grid_item {	width: 25%;}.aurel_albums_grid5 .aurel_albums_grid_item {	width: 20%;}.aurel_albums_grid .aurel_inner_cont {	position: relative;}.aurel_albums_packery_item a,.aurel_albums_grid .aurel_image_cont a,.aurel_albums_grid.view_type_grid a {	position: relative;	display: block;}.aurel_albums_carousel_content,.aurel_albums_packery_item .aurel_albums_grid_content,.aurel_albums_grid.view_type_grid .aurel_albums_grid_content {	position:absolute;	left: 0;	bottom: 0;	width: 100%;	text-align: left;	transition: opacity 400ms;	z-index: 4;	opacity: 0;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	padding: 0 30px 24px 30px;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;}.aurel_albums_carousel_content {	opacity: 1;}.aurel_albums_grid.view_type_grid .aurel_albums_grid_content .aurel_albums_category {	display: block;	font-size: 14px;	line-height: 24px;	text-transform: uppercase;	margin-bottom: 6px;}.aurel_albums_grid.view_type_grid .aurel_albums_grid_content .aurel_albums_title {	display: block;	font-size: 26px;	line-height: 26px;}.albums_titles_hide .aurel_albums_carousel_content,.albums_titles_hide .aurel_albums_packery_item .aurel_albums_grid_content,.albums_titles_hide.aurel_albums_grid.view_type_grid .aurel_albums_grid_content {	display: none;}.albums_titles_show .aurel_albums_carousel_content,.albums_titles_show .aurel_albums_packery_item .aurel_albums_grid_content,.albums_titles_show.aurel_albums_grid.view_type_grid .aurel_albums_grid_content {	transition: padding 400ms;}.albums_titles_show a:hover .aurel_albums_carousel_content,.albums_titles_show .aurel_albums_packery_item a:hover .aurel_albums_grid_content,.albums_titles_show.aurel_albums_grid.view_type_grid a:hover .aurel_albums_grid_content {	padding-bottom: 44px;}.aurel_albums_carousel_content h6,.aurel_albums_carousel_content h3,.aurel_albums_packery_item .aurel_albums_grid_content h6,.aurel_albums_grid.view_type_grid .aurel_albums_grid_content h6,.aurel_albums_packery_item .aurel_albums_grid_content h4,.aurel_albums_grid.view_type_grid .aurel_albums_grid_content h4 {	transition: transform 400ms;	transform: translateY(30%);}.albums_titles_show a .aurel_albums_carousel_content h6,.albums_titles_show a .aurel_albums_carousel_content h3,.albums_titles_show .aurel_albums_packery_item a .aurel_albums_grid_content h6,.albums_titles_show.aurel_albums_grid.view_type_grid a .aurel_albums_grid_content h6,.albums_titles_show .aurel_albums_packery_item a .aurel_albums_grid_content h4,.albums_titles_show.aurel_albums_grid.view_type_grid a .aurel_albums_grid_content h4,.albums_titles_on_hover a:hover .aurel_albums_carousel_content h6,.albums_titles_on_hover a:hover .aurel_albums_carousel_content h3,.albums_titles_on_hover .aurel_albums_packery_item a:hover .aurel_albums_grid_content h6,.albums_titles_on_hover.aurel_albums_grid.view_type_grid a:hover .aurel_albums_grid_content h6,.albums_titles_on_hover .aurel_albums_packery_item a:hover .aurel_albums_grid_content h4,.albums_titles_on_hover.aurel_albums_grid.view_type_grid a:hover .aurel_albums_grid_content h4 {	transform: translateY(0%);}.albums_titles_show .aurel_albums_carousel_content,.albums_titles_show .aurel_albums_packery_item .aurel_albums_grid_content,.albums_titles_show.aurel_albums_grid.view_type_grid .aurel_albums_grid_content,.albums_titles_on_hover a:hover .aurel_albums_carousel_content,.albums_titles_on_hover .aurel_albums_packery_item a:hover .aurel_albums_grid_content,.albums_titles_on_hover.aurel_albums_grid.view_type_grid a:hover .aurel_albums_grid_content {	opacity: 1;}.aurel_albums_carousel_content h6,.aurel_albums_packery_item h6,.aurel_albums_grid.view_type_grid h6 {	margin-bottom: 0;	letter-spacing: 0;	letter-spacing: 0.5px;}.aurel_albums_carousel_content h3,.aurel_albums_packery_item h4,.aurel_albums_grid.view_type_grid_title h3,.aurel_albums_grid.view_type_grid h4 {	margin: 0;}.aurel_albums_grid.view_type_grid_title .aurel_albums_grid_item {	text-align: center;}.aurel_albums_grid.view_type_grid_title h6 {	margin: 0 0 0 0;}.aurel_albums_grid.view_type_grid_title .aurel_image_cont {	margin-bottom: 24px;}.aurel_albums_grid.view_type_grid_title .aurel_albums_cont {	padding-bottom: 44px;}.aurel_albums_carousel_item a img {	display: block;}.aurel_albums_carousel_item a {	overflow: hidden;	display: block;}.aurel_albums_grid_item {	transition: opacity 500ms;}.aurel_albums_grid_item.aurel_isotop_el_loading,.aurel_albums_packery_item.aurel_isotop_el_loading,.grid-item.aurel_isotop_el_loading,.packery-item.aurel_isotop_el_loading {	opacity: 0!important;}.aurel_button.grid_albums_trigger {	position: relative;}.aurel_button.grid_albums_trigger:before {	content: '';	display: block;	position: absolute;	left: 50%;	top: 50%;	pointer-events: none;	margin: -15px 0 0 -15px;	animation: sas_preloader 750ms infinite;	width: 0;	height: 0;	opacity: 0;	border-left: 15px solid rgba(255,255,255,0);	border-right: 15px solid rgba(255,255,255,0);	border-radius: 50%;}.aurel_button.grid_albums_trigger.aurel_ajax_query_posts_disabled {	text-shadow: none;}.aurel_button.grid_albums_trigger.aurel_ajax_query_posts_disabled:before {	opacity: 1;}.aurel_widget_pm_albums_packery .aurel_albums_packery_wrapper {	margin-left: -30px;}.aurel_widget_pm_albums_packery .aurel_albums_packery_wrapper .aurel_albums_packery_item {	padding: 0 0 30px 30px;}/* --- Tabs Widget --- */.aurel_tabs_left .aurel-tabs-wrapper {	text-align: left;}.aurel_tabs_center .aurel-tabs-wrapper {	text-align: center;}.aurel_tabs_right .aurel-tabs-wrapper {	text-align: right;}.aurel_tabs_content_left .aurel-tab-content {	text-align: left;}.aurel_tabs_content_center .aurel-tab-content {	text-align: center;}.aurel_tabs_content_right .aurel-tab-content {	text-align: right;}body .aurel-widget-tabs .aurel-tabs-wrapper {	display: block;	font-size: 0;	line-height: 0;	border-bottom: solid 1px #2e3032;	text-align: center;	margin-bottom: 15px;}body .aurel-widget-tabs .aurel-tabs-wrapper .aurel-tab-title {	display: inline-block;	padding: 0 0 17px 0;	margin: 0 29px;	text-transform: uppercase;	font-size: 15px;	line-height: 20px;	letter-spacing: 0.9px;	color: #ffffff;	cursor: pointer;	position: relative;}body .aurel-widget-tabs .aurel-tabs-content-wrapper .aurel-tab-title.aurel-tab-mobile-title {	display: none;}body .aurel-widget-tabs.aurel-tabs-view-horizontal.aurel_tabs_borders_one .aurel-tab-content,body .aurel-widget-tabs.aurel_tabs_borders_one .aurel-tabs-wrapper .aurel-tab-title {	border: none;}body .aurel-widget-tabs.aurel_tabs_borders_one .aurel-tabs-wrapper {	margin-bottom: 15px;}body .aurel-widget-tabs.aurel_tabs_borders_one .aurel-tabs-wrapper .aurel-tab-title {	padding: 0 0 17px 0;	margin: 0 29px;	position: relative;}body .aurel-widget-tabs .aurel-tab-desktop-title:before {	content: '';	display: block;	width: 100%;	height: 1px;	bottom: -1px;	left: 0;	position: absolute;	border: none;	opacity: 0;	-webkit-transition: all .3s;	transition: all .3s;}body .aurel-widget-tabs .aurel-tab-desktop-title.active:before {	opacity: 1;}body .aurel-widget-tabs .aurel-tab-title {	transition: color 400ms;}body .aurel-widget-tabs.aurel-tabs-view-horizontal.aurel_tabs_borders_one .aurel-tabs-wrapper {}body .aurel-widget-tabs .aurel-tab-title {	transition: color 300ms;}body .aurel-widget-tabs .aurel-tabs-content-wrapper {	position: relative;}body .aurel-widget-tabs .aurel-tabs-content-wrapper .aurel-tab-content {	padding: 20px;	text-align: center;	opacity: 0;	-webkit-transition: all .3s;	transition: all .4s;	position: absolute;	top: 0;	left: 0;}body .aurel-widget-tabs .aurel-tabs-content-wrapper .aurel-tab-content.active {	opacity: 1;	position: relative;	z-index: 10;}/* --- Counter Widget --- */body .aurel-widget-counter .aurel-counter-number-wrapper {	font-size: 18px;	line-height: 20px;	text-transform: uppercase;	margin: 0 0 13px 0;	letter-spacing: 1px;}body .aurel-widget-counter .aurel-counter-title {	text-align: left;	text-transform: uppercase;	font-size: 15px;	line-height: 20px;	letter-spacing: 0.75px;}body .aurel-counter .aurel-counter-number-prefix:empty,body .aurel-counter .aurel-counter-number-suffix:empty {	display: none;}/* --- Media Slider Widget --- */.aurel_media_slider .aurel_slider_slide {	overflow: hidden;}.video_cover .aurel_slider_slide #vimeo_player,.video_cover .aurel_slider_slide iframe {	position: absolute;	left: 50%;	top: 50%;	width: 100%;	height: 100%;	display: block;	max-width: none;	max-height: none;	transform: translate(-50%,-50%);}.video_fit .aurel_slider_slide #vimeo_player,.video_fit .aurel_slider_slide iframe {	position: absolute;	left: 0%;	top: 0%;	width: 100%;	height: 100%;	display: block;	max-width: none;	max-height: none;}/* --- Kenburns Slider Widget --- */.aurel_kenburns_wrapper {	position: relative;	width: 100%;}.aurel_kenburns_wrapper .aurel_kenburns,.aurel_kenburns_wrapper .aurel_kenburns canvas {	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;}/* --- Ribbon Slider Widget --- */.aurel_ribbon_slider_wrapper {	position:relative;	display:block;	overflow:hidden;}.aurel_stand_alone_slider.aurel_ribbon_slider_wrapper {	position:fixed;	left:0;	top:0;	width:100%;	height:100%;}.aurel_ribbon_fs_on.aurel_ribbon_slider_wrapper {	position:fixed;	left:0;	top:0;	width:100%;	height:100%;}.aurel_ribbon_slider {	margin:0;	padding:0;	position:absolute;	left:0;	top:0;	width:100%;	height:100%;	z-index:13;	transition:opacity 500ms;}.aurel_ribbon_slide {	position: relative;}.aurel_ribbon_slider .aurel_ribbon_slide img {	width:auto;	max-width:none;	height:100%;	display:block;	margin:0 0;}.aurel_ribbon_slider .aurel_ribbon_slide iframe {	display:block;	margin:0;}.aurel_ribbon_slider .aurel_ribbon_slide img {	opacity:0;	transition:opacity 500ms;}.aurel_ribbon_slider .aurel_ribbon_slide.aurel_block_loaded img {	opacity:1;}.aurel_ribbon_slider:before {	content: '';	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	display: block;	z-index: 5;	background: #ff00ff;}.aurel_ribbon_prevSlide {	top: 50%;	margin-top: -10px;	left: 50px;	z-index: 40;}.aurel_ribbon_nextSlide {	top: 50%;	margin-top: -10px;	right: 50px;	z-index: 40;}.aurel_ribbon_overlay_on:before,.aurel_ribbon_overlay_on:after {	content: '';	width: 100px;	height: 100%;	display: block;	position: absolute;	z-index: 30;	top: 0;}.aurel_ribbon_overlay_on:before {	left: 0;}.aurel_ribbon_overlay_on:after {	right: 0;}.aurel_ribbon_content {	position: absolute;	left: 0;	bottom: 0;	width: 100%;	box-sizing: border-box;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	transition: opacity 500ms;	opacity: 0;}.aurel_ribbon_content:before {	content: '';	position: absolute;	left: 0;	bottom: 0;	height: 100px;	width: 100%;	opacity: 0.5;	z-index: 10;}.remove_gradient_overlay.aurel_ribbon_content:before {	display: none;}.aurel_ribbon_content h2 {	position: relative;	z-index: 13;	transform: translateY(30%);	transition: transform 500ms;	margin: 0;}.aurel_ribbon_title_active .active.center .aurel_ribbon_slide .aurel_ribbon_content,.aurel_ribbon_title_show .aurel_ribbon_slide .aurel_ribbon_content,.aurel_ribbon_title_hover .aurel_ribbon_slide:hover .aurel_ribbon_content {	opacity: 1;}.aurel_ribbon_title_active .active.center .aurel_ribbon_slide .aurel_ribbon_content h2,.aurel_ribbon_title_show .aurel_ribbon_slide .aurel_ribbon_content h2,.aurel_ribbon_title_hover .aurel_ribbon_slide:hover .aurel_ribbon_content h2 {	transform: translateY(0%);}.aurel_ribbon_title_align_left .aurel_ribbon_content {	text-align: left;	padding: 0 20px 29px 50px;}.aurel_ribbon_title_align_center .aurel_ribbon_content {	text-align: center;	padding: 0 20px 29px 20px;}.aurel_ribbon_title_align_right .aurel_ribbon_content {	text-align: right;	padding: 0 50px 29px 20px;}/* --- Before/After Widget --- */.aurel_before_after {	position: relative;	cursor: none;}.aurel_before_after img {	display: block;	backface-visibility: hidden;}.aurel_before_after .aurel_after_image {	display: block;	overflow: hidden;	position: absolute;	left: 0;	top: 0;	width: 50%;	height: 100%;	background-size: auto 100%;	background-position: left top;}.aurel_before_after .aurel_after_image img {	position: absolute;	left: 0;	top: 0;}.aurel_before_after_divider {	position: absolute;	left: 50%;	top: 0;	margin-left: -1px;	width: 2px;	height: 100%;	background: #ffffff;}.aurel_before_after_divider .aurel_before_after_right,.aurel_before_after_divider .aurel_before_after_left {	position: absolute;	width: 10px;	height: 10px;	top: 50%;	margin-top: -5px;	right: -13px;}.aurel_before_after_divider .aurel_before_after_left {	left: -13px;}.aurel_before_after_divider .aurel_before_after_right:before {	content: '';	width: 0;	height: 0;	border-style: solid;	border-width: 5px 0 5px 5px;	border-color: transparent transparent transparent #ffffff;	position: absolute;	right: 0;	top: 0;}.aurel_before_after_divider .aurel_before_after_left:before {	content: '';	width: 0;	height: 0;	border-style: solid;	border-width: 5px 5px 5px 0;	border-color: transparent #ffffff transparent transparent;	position: absolute;	left: 0;	top: 0;}.aurel_before_after_divider .aurel_before_after_right:after {	content: '';	width: 5px;	height: 4px;	background: #ffffff;	position: absolute;	left: 0;	top: 3px;}.aurel_before_after_divider .aurel_before_after_left:after {	content: '';	width: 5px;	height: 4px;	background: #ffffff;	position: absolute;	right: 0;	top: 3px;}/* --- Heading Widget --- */.aurel-heading-title {	margin-bottom: 0;}/* --- Icon Widget --- */.aurel-widget-icon .aurel-icon {	display: inline-block;	font-size: 30px;	line-height: 30px;	color: #ffffff;	padding: 15px;}/* --- Additional Widgets --- */.aurel_video_stretch .aurel-background-video-container,.aurel_video_stretch {	position: relative;}.aurel_video_stretch iframe {	position: absolute;	left: 50%;	top: 50%;	max-height: none!important;	transform: none!important;}.aurel_landing_laptop {	transition-duration: .3s;	transition-property: transform;}.aurel_landing_laptop:active, .aurel_landing_laptop:focus, .aurel_landing_laptop:hover {	transform: scale(0.96);}.aurel_itemized_link_shadows .aurel_itemized_link_image a {	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1)!important;	overflow: visible;}.aurel_itemized_link_shadows .aurel_itemized_link_image img {	transition: transform 300ms;}.aurel_itemized_link_shadows .aurel_itemized_link_item {	padding-left: 30px;	padding-right: 30px;	padding-bottom: 30px;}.aurel_itemized_link_shadows .aurel_itemized_link_image a:before {	display: none!important;}.aurel_itemized_link_shadows .aurel_itemized_link_image a:hover img {	transform: scale(1.03,1.03);}@media only screen and (max-width: 1440px) {	.aurel_itemized_link_shadows .aurel_itemized_link_item {		padding-left: 15px;		padding-right: 15px;		padding-bottom: 15px;	}}@media only screen and (max-width: 1200px) {	.aurel_itemized_link_shadows .aurel_itemized_link_item {		padding-left: 10px;		padding-right: 10px;		padding-bottom: 10px;	}}@media only screen and (max-width: 760px) {	.aurel_itemized_link_shadows .aurel_itemized_link_item {		padding-left: 0px;		padding-right: 0px;		padding-bottom: 0px;	}}.aurel-widget-sidebar .widget {	margin-bottom: 54px;}.aurel-widget-sidebar .widget.widget_categories {	margin-bottom: 48px;}.aurel-widget-sidebar .widget:last-child {	margin: 0;}/* -------------------------------------- *//* ---------- Coming Soon Page ---------- *//* -------------------------------------- */.aurel_coming_soon_page {	opacity: 0;	-webkit-transition: opacity .3s;	transition: opacity .3s;}.aurel_cs_bg {	position:fixed;	left: 0;	top: 0;	width: 100%;	height: 100%;	background-repeat: no-repeat;	background-position: center;	background-size: cover;}.aurel_cs_bg:before {	content: '';	width: 100%;	height: 100%;	left: 0;	top: 0;	display: block;	position: fixed;	z-index: 5;	background: rgba(0,0,0,0.5);}.aurel_cs_logo {	padding: 40px 0;}.aurel_cs_logo .aurel_image_logo.aurel_retina {	width: 134px;	height: 59px;	background: url("i/logo.png") no-repeat center;	background-size: 134px 59px;}.aurel_cs_content_wrapper {	position:fixed;	left: 50%;	top: 50%;	display: block;	z-index: 15;	transform: translateY(-50%);	margin-left: -585px;	width: 1170px;	text-align: center;}.aurel_cs_content_wrapper h1 {	margin: 0 0 71px 0;	text-transform: uppercase;	font-size: 60px;	line-height: 70px;	font-weight: bold;	letter-spacing: 2px;}.aurel_cs_logo {	position:fixed;	z-index: 15;	top: 0;	left: 0;	display: block;	width: 100%;	text-align: center;}.has_admin_bar .aurel_cs_logo {	top: 32px;}.aurel_cs_footer {	position:fixed;	z-index: 15;	bottom: 0;	left: 0;	display: block;	width: 100%;	text-align: center;	padding-bottom: 34px;}.aurel_cs_socials {	padding-bottom: 15px;}.countdown {	font-size:0;	line-height: 0;	color: #ffffff;}.countdown span {	background: none;}.countdown span.item {	display:inline-block;	vertical-align: top;	width:25%;	text-align: center;}.countdown span.item span {	font-size:120px;	line-height: 130px;	letter-spacing: 0.7px;}.countdown span.item span.label {	display: block;	font-size: 16px;	line-height: 20px;	text-transform: uppercase;	color: #ffffff;	border: none;	padding: 26px 0 0 0;	letter-spacing: 0.7px;}.aurel_cs_content_wrapper form {	font-size: 0;	line-height: 0;	padding-top: 97px;}.aurel_cs_content_wrapper span.wpcf7-form-control-wrap {	width: 420px;	display: inline-block;	vertical-align: top;}.aurel_cs_content_wrapper input[type="text"],.aurel_cs_content_wrapper input[type="tel"],.aurel_cs_content_wrapper input[type="phone"],.aurel_cs_content_wrapper input[type="email"] {	background: rgba(255,255,255,1);	border-color: #ffffff;	color: #000000;	font-weight: bold;	height: 50px;	padding: 16px 19px 16px 19px;	display: inline-block;	vertical-align: top;	width: 420px;	margin: 0;	transition: border 350ms, background 350ms;}.aurel_cs_content_wrapper .wpcf7-not-valid-tip {	padding-top: 10px;}.aurel_cs_content_wrapper div.wpcf7-validation-errors {	padding: 0;}.aurel_cs_content_wrapper .wpcf7-not-valid-tip {	margin: 0 0 4px 0;}.aurel_cs_content_wrapper p {	margin: 0;}.aurel_cs_content_wrapper input[type="text"]:focus,.aurel_cs_content_wrapper input[type="tel"]:focus,.aurel_cs_content_wrapper input[type="phone"]:focus,.aurel_cs_content_wrapper input[type="email"]:focus {	background: rgba(255,255,255,0.85);}.aurel_cs_content_wrapper input[type="submit"] {	height: 50px;	padding: 14px 19px 18px 19px;	display: inline-block;}.aurel_cs_content_wrapper input[type="submit"]:hover {	background: #3a3e43;}/* ----------------------------------- *//* ---------- Centered Page ---------- *//* ----------------------------------- */.aurel_verticaly_page_trigger {	position: fixed;	z-index: -1;	width: 0;	height: 0;	left: 0;	top: 0;	pointer-events: none;}.aurel_centered_page_bg {	position:fixed;	left: 0;	top: 0;	width: 100%;	height: 100%;	z-index: -1;	background-repeat: no-repeat;	background-position: center;	background-size: cover;}.aurel_centered_page_video {	overflow: hidden;}.aurel_centered_page_video iframe {	position: absolute;	left: 50%;	top: 50%;	width: 100%;	height: 100%;	display: block;	max-height: none;	max-width: none;}.aurel_centered_page_bg_overlay {	content: '';	width: 100%;	height: 100%;	left: 0;	top: 0;	display: block;	position: fixed;	z-index: 5;}.aurel_verticaly_page_wrapper {	width: 1230px;	position: absolute;	left: 50%;	margin-left: -615px;	z-index: 10;}.aurel-html .aurel_verticaly_page_wrapper,.aurel_html_stick2top_page .aurel_verticaly_page_wrapper {	position: relative;}.aurel_verticaly_page_inner {	padding: 30px;}/* ---------------------------------------- *//* ---------- Padding and Margin ---------- *//* ---------------------------------------- *//* --- Margin Top --- */.aurel_mt_-5 {	margin-top: -5px;}.aurel_mt_5 {	margin-top: 5px;}.aurel_mt_-7 {	margin-top: -7px;}.aurel_mt_-10 {	margin-top: -10px;}.aurel_mt_30 {	margin-top: 30px;}/* --- Margin Bottom --- */.aurel_mb_0 {	margin-bottom: 0 !important;}.aurel_mb_5 {	margin-bottom: 5px;}.aurel_mb_15 {	margin-bottom: 15px;}.aurel_mb_20 {	margin-bottom: 20px;}.aurel_mb_23 {	margin-bottom: 23px;}.aurel_mb_25 {	margin-bottom: 25px;}.aurel_mb_27 {	margin-bottom: 27px;}.aurel_mb_30 {	margin-bottom: 30px;}.aurel_mb_35 {	margin-bottom: 35px;}.aurel_mb_37 {	margin-bottom: 37px;}.aurel_mb_40 {	margin-bottom: 40px;}.aurel_mb_46 {	margin-bottom: 46px;}.aurel_mb_48 {	margin-bottom: 48px;}.aurel_mb_50 {	margin-bottom: 50px;}.aurel_mb_55 {	margin-bottom: 55px;}.aurel_mb_60 {	margin-bottom: 60px;}.aurel_mb_65 {	margin-bottom: 65px;}.aurel_mb_70 {	margin-bottom: 70px;}.aurel_mb_75 {	margin-bottom: 75px;}.aurel_mb_80 {	margin-bottom: 80px;}.aurel_mb_90 {	margin-bottom: 90px;}.aurel_mb_95 {	margin-bottom: 95px;}.aurel_mb_120 {	margin-bottom: 120px;}/* --- Margin Left --- */.aurel_ml_-10 {	margin-left: -10px;}/* --- Padding Top --- */.aurel_pt_80 {	padding-top: 80px;}/* --- Padding Bottom --- */.aurel_pb_0 {	padding-bottom: 0;}.aurel_pb_10 {	padding-bottom: 10px !important;}.aurel_pb_20 {	padding-bottom: 20px;}.aurel_pb_30 {	padding-bottom: 30px;}.aurel_pb_50 {	padding-bottom: 50px;}.aurel_pb_65 {	padding-bottom: 65px;}/* --- Padding Left --- */.aurel_pl_6 {	padding-left: 6px;}.aurel_pl_10 {	padding-left: 10px !important;}.aurel_pl_30 {	padding-left: 30px;}.aurel_pl_90 {	padding-left: 90px;}/* --- Padding Right --- */.aurel_pr_6 {	padding-right: 6px;}.aurel_pr_30 {	padding-right: 30px;}.aurel_pr_90 {	padding-right: 90px;}/* ------------------------------------ *//* ---------- Color Settings ---------- *//* ------------------------------------ *//* --- Main Color --- */header.aurel_main_header nav.aurel_nav ul.aurel_menu > li:hover > a,header.aurel_main_header nav.aurel_nav ul.sub-menu > li:hover > a,header.aurel_main_header nav.aurel_nav ul.aurel_menu > li.current-menu-ancestor > a,header.aurel_main_header nav.aurel_nav ul.sub-menu > li.current-menu-item > a,header.aurel_main_header nav.aurel_nav ul.sub-menu > li.current-menu-ancestor > a,.aurel_header_socials a:hover,.footer_widget a:hover,body span.aurel_color,h1 span.aurel_color,h2 span.aurel_color,h3 span.aurel_color,h4 span.aurel_color,h5 span.aurel_color,h6 span.aurel_color,.widget_nav_menu ul li a:hover,.widget_archive ul li a:hover,.widget_pages ul li a:hover,.widget_categories ul li a:hover,.widget_recent_entries ul li a:hover,.widget_meta ul li a:hover,.widget_recent_comments ul li a:hover,.aurel_posts_item_content a:hover,.aurel_contact_info a:hover,.aurel_grid_filter li.is-checked a,.aurel_grid_filter li a:hover,.aurel_grid_blog_item .aurel_post_meta a:hover,.aurel_post_meta .aurel_post_meta_item:before,.aurel_grid_blog_item .aurel_post_title a:hover,.aurel_post_meta_item a:hover,.aurel_post_listing_title a:hover,body .nav-links span.current,.aurel_post_tags a:hover,.aurel_prev_post_title:hover,.aurel_next_post_title:hover,.aurel_featured_posts .aurel_post_title a:hover,.aurel_widget_pm_proofing_gallery .grid-item-controls a:hover,body .aurel-widget-tabs .aurel-tab-desktop-title.active,body .aurel-widget-tabs .aurel-tabs-wrapper .aurel-tab-title:hover,.aurel_itemized_link_item h5 a:hover,.aurel_tiny .aurel_select_wrapper ul.select-options li:hover,.aurel_product_link:hover .aurel_product_title,.aurel_single_prod_meta a:hover,body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper .aurel-tab-title.active:hover,header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav .current-menu-ancestor > a,header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav .current-menu-item > a {	color: #96c11f;}header.aurel_main_header nav.aurel_nav ul.sub-menu:before,.aurel_toogle_fullview:hover span:before,.aurel_toogle_fullview:hover span:after,.widgettitle:before,blockquote:before,.aurel_highlighter,.widget_product_tag_cloud .tagcloud a:hover,.widget_tag_cloud a:hover,.aurel_back_to_top:hover,a.aurel_button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.aurel_read_more_button:hover,.aurel_sharing a:hover,.aurel_cs_content_wrapper input[type="submit"],body .aurel_widget_button a.aurel-button,body .aurel-widget-tabs .aurel-tab-desktop-title:before,.aurel_price_item a.aurel_button,.aurel_add_to_cart_button:hover,.aurel_view_cart_button:hover,.aurel_shop_pagination .aurel_page_numbers li span.current,body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper .aurel-tab-title:hover {	background-color: #96c11f;}.widget_search .aurel_search_form input[type="text"]:focus,body .nav-links a:hover,.comment-respond textarea:focus,.aurel_cs_content_wrapper input[type="text"]:focus,.aurel_cs_content_wrapper input[type="tel"]:focus,.aurel_cs_content_wrapper input[type="phone"]:focus,.aurel_cs_content_wrapper input[type="email"]:focus,.aurel_select.active,.aurel_shop_pagination .aurel_page_numbers li span.current,.aurel_shop_pagination .aurel_page_numbers li a:hover,body .aurel-widget-tabs.aurel_prod_tabs .aurel-tabs-wrapper .aurel-tab-title:hover {	border-color: #96c11f;}header.aurel_main_header nav.aurel_nav ul.sub-menu:after {	border-color: transparent transparent #96c11f transparent;}/* --- Headings Color --- */h1, h2, h3, h4, h5, h6,.footer_widget a,.footer_widget h1,.footer_widget h1 a,.footer_widget h1 span,.footer_widget h2,.footer_widget h2 a,.footer_widget h2 span,.footer_widget h3,.footer_widget h3 a,.footer_widget h3 span,.footer_widget h4,.footer_widget h4 a,.footer_widget h4 span,.footer_widget h5,.footer_widget h5 a,.footer_widget h5 span,.footer_widget h6,.footer_widget h6 a,.footer_widget h6 span,blockquote,.aurel_posts_item_content a,.widget_product_tag_cloud .tagcloud a,.widget_tag_cloud a,.aurel_contact_info a,.aurel_grid_filter li a,.aurel_albums_grid.view_type_grid .aurel_albums_grid_content .aurel_albums_category,.aurel_albums_grid.view_type_grid .aurel_albums_grid_content .aurel_albums_title,.aurel_grid_blog_item .aurel_post_meta a,.aurel_post_meta_item a,.aurel_post_nav_button a:hover,.packery-item-inner a,.aurel_widget_pm_proofing_gallery .grid-item-controls a,.aurel_cs_copyright {	color: #ffffff;}.aurel_footer_widgets .widget_product_categories ul li:before,.aurel_footer_widgets .widget_nav_menu ul li:before,.aurel_footer_widgets .widget_archive ul li:before,.aurel_footer_widgets .widget_pages ul li:before,.aurel_footer_widgets .widget_categories ul li:before,.aurel_footer_widgets .widget_recent_entries ul li:before,.aurel_footer_widgets .widget_meta ul li:before,.aurel_footer_widgets .widget_recent_comments ul li:before,.widget_product_categories ul li:before,.widget_nav_menu ul li:before, .widget_archive ul li:before,.widget_pages ul li:before, .widget_categories ul li:before,.widget_recent_entries ul li:before, .widget_meta ul li:before,.widget_recent_comments ul li:before,.hover_type_plus a .packery-item-overlay:before,.hover_type_plus a .grid-item-overlay:before,.hover_type_plus a .packery-item-overlay:after,.hover_type_plus a .grid-item-overlay:after,.hover_type_solid_plus a .packery-item-overlay:before,.hover_type_solid_plus a .grid-item-overlay:before,.hover_type_solid_plus a .packery-item-overlay:after,.hover_type_solid_plus a .grid-item-overlay:after,body .aurel_owlCarousel.owl-carousel .owl-dot:hover,body .aurel_owlCarousel.owl-carousel .owl-dot.active,body .aurel_testimonials_carousel.owl-carousel .owl-dot:hover,body .aurel_testimonials_carousel.owl-carousel .owl-dot.active {	background: #ffffff;}body .aurel_owlCarousel.owl-carousel .owl-dot:hover,body .aurel_owlCarousel.owl-carousel .owl-dot.active,body .aurel_testimonials_carousel.owl-carousel .owl-dot:hover,body .aurel_testimonials_carousel.owl-carousel .owl-dot.active {	border-color: #ffffff;}.aurel_price_item a.aurel_button:hover {	background: #3a3e43;}/* --- Gradient Colors --- */.aurel_shop_loop_image:before,.aurel_flickr_widget_wrapper .aurel_flickr_badge_image a:before,.aurel_flickr_widget_wrapper:hover .aurel_flickr_badge_image a:hover:before,.widget_aurel_featured_posts .aurel_posts_item_image:before,.aurel_pf_gallery .aurel_pf_gallery_item a:before,.aurel_pf_gallery:hover .aurel_pf_gallery_item a:hover:before,.aurel_featured_posts .aurel_posts_item .aurel_fimage_cont a:before,.aurel_grid_blog_item a.aurel_grid_blog_image:before,.aurel_product_image:before {	background: -moz-radial-gradient(center, ellipse cover, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);	background: -webkit-radial-gradient(center, ellipse cover, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);	background: radial-gradient(ellipse at center, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);	opacity: 0;	transition: opacity 400ms;}a:hover .aurel_shop_loop_image:before,.aurel_flickr_widget_wrapper:hover .aurel_flickr_badge_image a:before,.widget_aurel_featured_posts .aurel_posts_item_image:hover:before,.aurel_pf_gallery:hover .aurel_pf_gallery_item a:before,.aurel_featured_posts .aurel_posts_item .aurel_fimage_cont a:hover:before,.aurel_grid_blog_item a.aurel_grid_blog_image:hover:before {	background: -moz-radial-gradient(center, ellipse cover, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);	background: -webkit-radial-gradient(center, ellipse cover, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);	background: radial-gradient(ellipse at center, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);	opacity: .5;}html.page_scrolled .fixed_header_footer header.aurel_main_header:before {	background: -moz-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);	background: -webkit-linear-gradient(top, rgba(23, 23, 23, 1), rgba(23, 23, 23, 0) 100%);	background: linear-gradient(to bottom, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);}.fixed_header_footer footer.aurel_footer:before,.aurel_split_gradient,.aurel_slider_overlay_gradient,.aurel_ribbon_content:before { }.aurel_proofing_grid .grid-item-content,.hover_type_gradient_caption .packery-item-content,.hover_type_gradient_caption .grid-item-content {	background: rgba(23, 23, 23, 0.7);	background: -moz-linear-gradient(bottom, rgba(23, 23, 23, 0.7) 0%, rgba(23, 23, 23, 0) 100%);	background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.7), rgba(23, 23, 23, 0) 100%);	background: linear-gradient(to top, rgba(23, 23, 23, 0.7) 0%, rgba(23, 23, 23, 0) 100%);}header.aurel_main_header.aurel_header_gradient_style {	background: none;	background: -moz-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);	background: -webkit-linear-gradient(top, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);	background: linear-gradient(to bottom, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);}footer.aurel_footer.aurel_template_footer_gradient {	background: none;	background: -moz-linear-gradient(bottom, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);	background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);	background: linear-gradient(to top, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);}.aurel_albums_carousel_content,.aurel_albums_packery_item .aurel_albums_grid_content,.aurel_albums_grid.view_type_grid .aurel_albums_grid_content {	background: -moz-linear-gradient(bottom, rgba(23, 23, 23, 0.75) 0%, rgba(23, 23, 23, 0) 100%);	background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.75) 0%, rgba(23, 23, 23, 0) 100%);	background: linear-gradient(to top, rgba(23, 23, 23, 0.75) 0%, rgba(23, 23, 23, 0) 100%);}.aurel_footer_widgets .widget_calendar td,.footer_widget ul li,.footer_widget ol li,.footer_widget p,.footer_widget span,.footer_widget td,.footer_widget div {	color: #7c8690;}.aurel_highlighter_dark {	background: #222426;}/* ------------------------------------ *//* ---------- Custom Classes ---------- *//* ------------------------------------ */.aurel_top_banner_slogan {	max-width: 810px;	margin: 0 auto;	font-size: 18px;	line-height: 28px;	font-style: italic;}table th,table td {	border: 1px solid rgba(255,255,255,0.05);}table.aurel_table th,table.aurel_table td {	text-align: left;	border: none;	border-bottom: 1px solid rgba(255,255,255,0.05);}table.aurel_table th {	padding: 0;}table.aurel_table th:nth-child(1) {	width: 52%;}table.aurel_table th:nth-child(2) {	width: 25%;}table.aurel_table th h6 {	margin: 0 0 14px 0;}table.aurel_table td {	padding: 35px 0 34px;}.aurel_contact_social {	display: inline-block;	margin-right: 20px;	font-size: 15px;}.aurel_contact_social:first-child {	margin-left: 13px;}.aurel_contact_social:last-child {	margin-right: 0;}.aurel_about01 {	margin-top: -80px;}.aurel_about01 .aurel-image {	text-align: center;	margin-bottom: 15px;}.aurel_about01 .aurel-image img {	height: auto;	border-radius: 50%;	display: inline-block;	border: solid 10px #171717;}.aurel_about01 .aurel-widget-heading .aurel-heading-title {	letter-spacing: 1.4px;	margin-bottom: 25px;}body #map-canvas button,body #map-canvas .button {	min-height: 0;}body #map-canvas .aurel_tiny ul li,body #map-canvas .aurel_tiny ol li,body #map-canvas p, #map-canvas td, #map-canvas div {	font-size: 10px;	line-height: 12px;}body .gm-style .gm-style-cc span,body .gm-style .gm-style-cc a,body .gm-style .gm-style-mtc div {	font-size: 10px;	line-height: 12px;}.canvas_map_container {	height: 371px;}.canvas_map_container02 {	height: 380px;}.aurel_contact_info h5 {	margin-bottom:14px;}.aurel_contact_info span {	display:block;	margin:0 0 10px 0;}.aurel_contact_info span:last-child {	margin:0;}.aurel_about_widget .aurel_widget_socials {	margin:0 0 0 -15px;}.aurel_widget_socials {	margin-top: -8px;}.aurel_widget_socials a {	width:32px;	height:32px;	display:inline-block;	margin:15px 15px 0 0;	text-align:center;	transition:background 400ms;}.aurel_widget_socials a span {	line-height:32px;	color:#ffffff;}.aurel_widget_socials a.aurel_widget_soc_facebook {	background:#3a589a;}.aurel_widget_socials a.aurel_widget_soc_twitter {	background:#50aaf1;}.aurel_widget_socials a.aurel_widget_soc_vk {	background:#587aa1;}.aurel_widget_socials a.aurel_widget_soc_gplus {	background:#ec412c;}.aurel_widget_socials a.aurel_widget_soc_pinterest {	background:#cb1f20;}.aurel_widget_socials a.aurel_widget_soc_envelope {	background:#1764e2;}.aurel_widget_socials a.aurel_widget_soc_instagram {	background: #f4832a;}.aurel_hide_me {	display: none!important;}.aurel_widget_socials a:hover {	background-color: #96c11f;}.landing_before_after .aurel_before_after_divider {	background: none;}.landing_before_after .aurel_before_after_divider .aurel_before_after_right:before {	border-color: transparent transparent transparent #171717;}.landing_before_after .aurel_before_after_divider .aurel_before_after_right:after {	background: #171717;}.aurel_page_heading {	font-size: 60px;	line-height: 70px;	letter-spacing: 3px;	font-weight: 700;	text-align: center;	text-transform: uppercase;	text-shadow: 0 0 10px rgba(0, 0, 0, .3);}.aurel_ba_gradient_background {	background: -moz-linear-gradient(top, #171717 0%, #1e2022 100%);	background: -webkit-linear-gradient(top, #171717 0%, #1e2022 100%);	background: linear-gradient(to bottom, #171717 0%, #1e2022 100%);}.aurel_landing_container,.aurel_landing_content {	position: relative;}.aurel_landing_bg_overlay {	width: 100%;	height: 100%;	background: -moz-linear-gradient(top, rgba(0, 0, 0, .25) 90%, #22262a 100%);	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .25) 90%, #22262a 100%);	background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 90%, #22262a 100%);	position: absolute;	top: 0;	left: 0;	z-index: 2;}.aurel_landing_content {	z-index: 5;}.aurel_video_tour img {	-webkit-transition: all .3s;	transition: all .3s;}.aurel_video_tour:hover img {	-webkit-transform: scale(.96);	transform: scale(.96);}.aurel_landing_pages_cont_bg {	background: -moz-linear-gradient(top, #171717 20%, #22262a 100%);	background: -webkit-linear-gradient(top, #171717 20%, #22262a 100%);	background: linear-gradient(to bottom, #171717 20%, #22262a 100%);}.aurel_landing_buy_cont_bg_overlay {	width: 100%;	height: 100%;	background: -moz-linear-gradient(top, rgba(23, 23, 23, .3) 50%, #171717 100%);	background: -webkit-linear-gradient(top, rgba(23, 23, 23, .3) 50%, #171717 100%);	background: linear-gradient(to bottom, rgba(23, 23, 23, .3) 50%, #171717 100%);	position: absolute;	top: 0;	left: 0;	z-index: 2;}/* -------------------------------- *//* ---------- Responsive ---------- *//* -------------------------------- */@media only screen and (max-width: 1440px) {	.aurel_back_to_top {		width:45px;		height:45px;		right:35px;		bottom:35px;	}	.aurel_back_to_top:after { 	}}@media only screen and (min-width: 960px) and (max-width: 1200px) {	.aurel_back_to_top {		width:40px;		height:40px;		right:25px;		bottom:25px;	}	.aurel_back_to_top:after { 	}}@media only screen and (max-width: 1200px) {	.liza_back_to_top {		display:none;	}	header.aurel_main_header .aurel_header_socials a.aurel_toogle_fullview {		display:none;	}}/* Mobile Menu */.aurel_mobile_menu_wrapper,.aurel_mobile_menu_wrapper ul.sub-menu {	display: none;}@media only screen and (max-width: 960px) {	.has_admin_bar .aurel_menu_toggler {		top: 46px;	}}/* All Apple */@media only screen and (max-width: 1200px) {	.albums_sliders_title_wrapper {		position: absolute;	}}/* Ipad Land */@media only screen and (min-width: 960px) and (max-width: 1200px) {	.aurel_content_wrapper:before {		width: calc(100% + 30px);		height: calc(100% + 30px);		left: -15px;		top: -15px;	}	header.aurel_main_header nav.aurel_nav ul.aurel_menu > li > a {		padding-left: 10px;		padding-right: 10px;		letter-spacing: 0.7px;	}	.aurel_header_socials a {		margin: 0 5px;		font-size: 14px;	}	header.aurel_main_header.aurel_logo_left .aurel_logo_cont {		margin-left: 30px;	}	header.aurel_main_header.aurel_logo_right .aurel_logo_cont {		margin-right: 30px;	}	header.aurel_main_header.aurel_logo_right .aurel_header_socials {		margin-left: 20px;	}	header.aurel_main_header.aurel_logo_middle .aurel_header_socials,	header.aurel_main_header.aurel_logo_left .aurel_header_socials {		margin-right: 20px;	}	.aurel_main_wrapper .elementor-section.elementor-section-boxed > .elementor-container,	.aurel_main_wrapper .elementor-section-stretched.elementor-section.elementor-section-boxed > .elementor-container {		max-width: 960px;	}	.aurel_content,	.aurel_container,	.aurel_main_wrapper {		width:960px;	}	.aurel_right_sidebar .aurel_content,	.aurel_left_sidebar .aurel_content {		width:700px;	}	.aurel_right_sidebar .aurel_content {		padding-right:20px;	}	.aurel_left_sidebar .aurel_content {		padding-left:20px;	}	.aurel_sidebar {		width:260px;	}	.aurel_top_padding_no .aurel_sidebar {		padding-top:0;	}	.aurel_bottom_padding_no .aurel_sidebar {		padding-bottom:0;	}	.aurel_right_sidebar .aurel_sidebar {		padding-left:20px;	}	.aurel_left_sidebar .aurel_sidebar {		padding-right:20px;	}	.aurel_cs_content_wrapper {		width: 960px;		margin-left: -480px;	}	.aurel_404_content_wrapper {		left: 50%;	}	.aurel_verticaly_page_wrapper {		width:960px;		margin-left: -485px;		transition: transform 500ms;	}	.aurel_show_header .aurel_verticaly_page_wrapper {		transform: translateX(270px);	}	.aurel_single_gallery_wrapper {		transition: transform 500ms;	}	.aurel_show_header .aurel_single_gallery_wrapper {		transform: translateX(270px);	}	.aurel_transparent_header .aurel_single_gallery_wrapper {		transition: none;	}	.aurel_transparent_header.aurel_show_header .aurel_single_gallery_wrapper {		transform: none;	}	.aurel_site_wrapper .aurel_slider_btn_prev {		left: 45px!important;	}	.aurel_site_wrapper .aurel_slider_thumbs {		left: 0!important;	}	.aurel_site_wrapper .aurel_slide_counter {		left: 145px!important;	}	.aurel_slider_thumbs,	.aurel_slider_btn_prev,	.aurel_slide_counter {		transition: left 500ms;	}	.aurel_show_header .aurel_slider_btn_prev {		left: 315px!important;	}	.has_thumbs .aurel_slider_btn_next,	.has_thumbs .aurel_slider_btn_prev {		left: auto!important;	}	.aurel_pp_content_wrapper,	.aurel_404_content_wrapper {		transition: opacity 500ms;	}	.aurel_show_header .aurel_pp_content_wrapper,	.aurel_show_header .aurel_404_content_wrapper {		opacity: 0;	}	.aurel_comment_list [class*="depth-"],	.aurel_comment_list #respond {		padding-left: 50px;	}	.aurel_comment_list [class*="depth-"],	.aurel_comment_list #respond {		padding-left: 25px;	}	.aurel_comment_list .aurel_comment_ava {		width: 50px;		height: 50px;		margin-right: 20px;	}	.aurel_comment_list .aurel_comment_body {		width: calc(100% - 70px);	}	.aurel_pp_content_wrapper {		left: 50%;	}	.aurel_about01 .elementor-image {		padding: 0 60px;	}	.aurel_back_to_top{		display: none;	}	.aurel_cs_content_wrapper h1 {		margin-bottom: 50px;	}	.aurel_cs_content_wrapper form {		padding-top: 60px;	}	body .aurel_proofing_grid_item .grid-item-controls a {		font-size: 26px;		margin: 0 10px;	}	.aurel_grid_inner.grid_columns4 .grid-item-proofing {		width: 50%;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-overlay {		opacity: 1;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content {		opacity: 0;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content h4 {		transform: translateY(30px);	}	body .aurel_proofing_grid_item .grid-item-controls {		transform: translateY(0px);		opacity: 1;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item,	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item a,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item a {		font-size: 12px;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item {		margin-left: 5px;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:first-child,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:first-child {		margin-left: 0;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:before,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:before {		margin-right: 5px;	}}/* Ipad Port */@media only screen and (min-width: 760px) and (max-width: 960px) {	.aurel_content_wrapper:before {		width: calc(100% + 20px);		height: calc(100% + 20px);		left: -10px;		top: -10px;	}	.aurel_content_wrapper,	.aurel_content_wrapper.row {		display: flex;		flex-direction: row;		flex-wrap: wrap;	}	.aurel_main_wrapper .elementor-section.elementor-section-boxed > .elementor-container,	.aurel_main_wrapper .elementor-section-stretched.elementor-section.elementor-section-boxed > .elementor-container {		max-width: 724px;	}	.aurel_content,	.aurel_container,	.aurel_main_wrapper {		width:724px;	}	.aurel_right_sidebar .aurel_content,	.aurel_left_sidebar .aurel_content {		width:484px;	}	.aurel_right_sidebar .aurel_content {		padding-right:20px;	}	.aurel_left_sidebar .aurel_content {		padding-left:20px;	}	.aurel_sidebar {		width:240px;	}	.aurel_top_padding_no .aurel_sidebar {		padding-top:0;	}	.aurel_bottom_padding_no .aurel_sidebar {		padding-bottom:0;	}	.aurel_right_sidebar .aurel_sidebar {		padding-left:20px;	}	.aurel_left_sidebar .aurel_sidebar {		padding-right:20px;	}	.aurel_cs_content_wrapper {		width: 724px;		margin-left: -362px;	}	.aurel_404_content_wrapper {		left: 50%;	}	.aurel_verticaly_page_wrapper {		width: 724px;		margin-left: -362px;		transition: transform 500ms;	}	.aurel_show_header .aurel_verticaly_page_wrapper {		transform: translateX(270px);	}	.aurel_single_gallery_wrapper {		transition: transform 500ms;	}	.aurel_show_header .aurel_single_gallery_wrapper {		transform: translateX(270px);	}	.aurel_transparent_header .aurel_single_gallery_wrapper {		transition: none;	}	.aurel_transparent_header.aurel_show_header .aurel_single_gallery_wrapper {		transform: none;	}	.aurel_site_wrapper .aurel_slider_btn_prev {		left: 45px!important;	}	.aurel_site_wrapper .aurel_slider_thumbs {		left: 0!important;	}	.aurel_site_wrapper .aurel_slide_counter {		left: 145px!important;	}	.aurel_slider_thumbs,	.aurel_slider_btn_prev,	.aurel_slide_counter {		transition: left 500ms;	}	.aurel_show_header .aurel_slider_btn_prev {		left: 315px!important;	}	.has_thumbs .aurel_slider_btn_next,	.has_thumbs .aurel_slider_btn_prev {		left: auto!important;	}	.aurel_sharing span {		display: block;		padding: 0 0 10px 0!important;	}	/* Elementor Grid */	body .elementor-column.elementor-col-20,	body .elementor-column[data-col="20"],	body .elementor-column.elementor-col-25,	body .elementor-column[data-col="25"],	body .elementor-column.elementor-col-66,	body .elementor-column[data-col="66"],	body .elementor-column.elementor-col-33,	body .elementor-column[data-col="33"] {		width: 100%;	}	body .aurel_about_icons .elementor-column.elementor-col-25,	body .aurel_about_icons .elementor-column[data-col="25"] {		width: 50%;	}	.countdown span.item span {		font-size: 100px;		line-height: 110px;	}	.aurel_404_content_wrapper,	.aurel_pp_content_wrapper {		transition: opacity 500ms;	}	.aurel_show_header .aurel_404_content_wrapper,	.aurel_show_header .aurel_pp_content_wrapper {		opacity: 0;	}	.aurel_footer_widgets.aurel_widgets_in_line4 .footer_widget	{		width: 50%;	}	.aurel_comment_list [class*="depth-"],	.aurel_comment_list #respond {		padding-left: 25px;	}	.aurel_comment_list .aurel_comment_ava {		width: 50px;		height: 50px;		margin-right: 20px;	}	.aurel_comment_list .aurel_comment_body {		width: calc(100% - 70px);	}	.aurel_pp_content_wrapper {		left: 50%;	}	.aurel_about01 .elementor-image {		padding: 0 150px;	}	body .aurel_widgets_in_line4 .widget {		width: 50%;	}	.aurel_404_content_wrapper {		width: 740px;		margin-left: -370px;	}	.aurel_grid_inner.grid_columns3 .grid-item-proofing,	.aurel_grid_inner.grid_columns4 .grid-item-proofing {		width: 50%;	}	body .aurel_proofing_grid_item .grid-item-controls a {		font-size: 26px;		margin: 0 15px 0 15px;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-overlay {		opacity: 1;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content {		opacity: 0;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content h4 {		transform: translateY(30px);	}	body .aurel_proofing_grid_item .grid-item-controls {		transform: translateY(0px);		opacity: 1;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item,	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item a,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item a {		font-size: 12px;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item {		margin-left: 5px;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:first-child,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:first-child {		margin-left: 0;	}	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:before,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item .aurel_post_meta .aurel_post_meta_item:before {		margin-right: 5px;	}}/* Ipad + iPhone */@media only screen and (max-width: 1200px) {	.aurel_posts_navigation {		padding: 27px 0 27px 0;		margin-bottom: 27px;	}	.aurel_single_post .aurel_tiny {		margin-bottom: 24px;	}	.aurel_sharing,	.aurel_comments_cont #respond,	.aurel_post_tags {		margin-bottom: 27px;	}	.aurel_subtiny .page-link {		padding-bottom: 27px;	}	.aurel_md_width_100 {		width: 100% !important;	}	.aurel_md_width_80 {		width: 80%;	}	.aurel_md_width_50 {		width: 50%;	}	.aurel_md_text_align_center {		text-align: center;	}	.aurel_md_mb_22 {		margin-bottom: 22px;	}}/* Ipad Port + iPhone */@media only screen and (max-width: 960px) {	.pswp__top-bar {		display: none!important;	}	.aurel_main_header_wrapper {		position: relative;	}	.aurel_header_mobile_logo,	.aurel_header_mobile_menu_toggler {		display: block;	}	.aurel_mobile_menu_wrapper {		text-align: center;		background: #1c1d1f;	}	header.aurel_main_header {		transition: background 400ms;	}	header.aurel_main_header .aurel_mobile_menu_wrapper .aurel_header_socials {		margin: 0;		padding: 30px 0 0 0;	}	.aurel_mobile_menu_wrapper .aurel_header_socials:empty {		display: none;	}	header.aurel_main_header .aurel_header_left_part,	header.aurel_main_header .aurel_header_middle_part,	header.aurel_main_header .aurel_header_right_part {		display: none;	}	.aurel_header_mobile_menu_toggler {		position: absolute;		top: 50%;		margin-top: -20px;		width: 40px;		height: 40px;		right: 30px;		display: block;	}	.aurel_mmt_icon {		position:absolute;		left:10px;		top:10px;		width:20px;		height:20px;		transform: scale(2);	}	span.aurel_mmt_icon span {		width:20px;		height:2px;		position:absolute;		left:0;		transition:background 400ms, width 400ms, transform 400ms;		background: #1a1632;	}	span.aurel_mmt_icon span.aurel_mmt_line01 {		top:3px;	}	span.aurel_mmt_icon span.aurel_mmt_line02 {		top:9px;	}	span.aurel_mmt_icon span.aurel_mmt_line03 {		top:15px;	}	.aurel_show_mobile_header span.aurel_mmt_icon span.aurel_mmt_line02 {		opacity:0;	}	.aurel_show_mobile_header span.aurel_mmt_icon span.aurel_mmt_line01 {		width:20px;		height:2px;		transform:rotate(135deg) translate(5px,-6px);		transform-origin:10px 0;	}	.aurel_show_mobile_header span.aurel_mmt_icon span.aurel_mmt_line03 {		width:20px;		height:2px;		transform:rotate(-135deg) translate(4px,4px);	}	span.aurel_mmt_icon span {		transition:transform 500ms, background 400ms;	}	header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav {		padding: 10px 0 15px 0;	}	header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav a {		display: inline-block;		padding: 15px 0;		font-size: 14px;		line-height: 19px;		text-transform: uppercase;		color: #c8c8c8;	}	header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav .sub-menu a {		padding: 10px 0;	}	header.aurel_main_header .aurel_mobile_menu_wrapper ul,	header.aurel_main_header .aurel_mobile_menu_wrapper ul li {		display: block;		margin: 0;		padding: 0;	}	header.aurel_main_header .aurel_mobile_menu_wrapper ul.aurel_menu > li {		margin: 0;	}	header.aurel_main_header .aurel_mobile_menu_wrapper ul.aurel_menu ul.sub-menu {		text-transform: uppercase;	}	header.aurel_main_header .aurel_mobile_menu_wrapper ul.aurel_menu ul.sub-menu ul.sub-menu {		text-transform: none;		padding: 10px 0;	}	header.aurel_main_header nav.aurel_mobile_nav li.menu-item-has-children > a {		display: inline-block;		vertical-align: middle;	}	header.aurel_main_header nav.aurel_mobile_nav li.menu-item-has-children > a:after {		display: inline-block;		content: "\f105";		font-family: "FontAwesome", sans-serif;		vertical-align: middle;		margin-left: 10px;		transform: translateY(-1px);	}	.aurel_back_to_top {		display: none;	}}/* Iphone All */@media only screen and (max-width: 760px) {	.aurel_content_wrapper:before {		width: 100%;		height: 100%;		left: 0;		top: 0;	}	.fixed_header_footer header.aurel_main_header,	.fixed_header_footer footer.aurel_footer {		position: relative;		left: 0;		width: 100%;	}	body .aurel_footer_holder,	body .aurel_main_header_holder,	.fixed_header_footer header.aurel_main_header:before,	.fixed_header_footer footer.aurel_footer:before {		display: none;	}	body section.elementor-section-height-full,	body section.elementor-section-height-full .elementor-container {		min-height: 100%;		height: 100%;	}	.has_admin_bar body section.elementor-section-height-full,	.has_admin_bar body section.elementor-section-height-full .elementor-container {		min-height: calc(100vh - 46px);		height: calc(50vh - 46px);	}	.aurel_main_wrapper .aurel_content.col9,	.aurel_main_wrapper .aurel_content.col12 {		padding-left: 10px;		padding-right: 10px;	}	.aurel_main_wrapper .aurel_sidebar {		padding-left: 10px;		padding-right: 10px;	}	.aurel_sidebar.first {		order: 0;	}	.aurel_main_wrapper .elementor-section.elementor-section-boxed > .elementor-container,	.aurel_main_wrapper .elementor-section-stretched.elementor-section.elementor-section-boxed > .elementor-container {		max-width: 100%;	}	.aurel_content,	.aurel_container,	.aurel_main_wrapper {		width: 100%;	}	.aurel_right_sidebar .aurel_content,	.aurel_left_sidebar .aurel_content {		width: 100%;	}	.aurel_right_sidebar .aurel_content {		padding-right: 20px;	}	.aurel_left_sidebar .aurel_content {		padding-left: 20px;	}	.aurel_sidebar {		width: 100%;		padding:34px 0 60px 0;	}	.aurel_top_padding_no .aurel_sidebar {		padding-top:0;	}	.aurel_bottom_padding_no .aurel_sidebar {		padding-bottom:0;	}	.aurel_right_sidebar .aurel_sidebar {		padding-left: 10px;		padding-right: 10px;	}	.aurel_left_sidebar .aurel_sidebar {		padding-left: 10px;		padding-right: 10px;	}	.aurel_cs_content_wrapper {		width: 300px;		margin-left: -150px;	}	.aurel_404_content_wrapper {		left: 50%;	}	.stick_to_top.aurel_verticaly_page_wrapper,	.aurel_verticaly_page_wrapper {		width: 300px;		margin-left: -150px;		transition: transform 500ms;	}	.aurel_verticaly_page_inner {		padding: 20px 10px 30px 10px;	}	.aurel_show_header .aurel_verticaly_page_wrapper {		transform: translateX(270px);	}	.aurel_single_gallery_wrapper {		transition: transform 500ms;	}	.aurel_show_header .aurel_single_gallery_wrapper {		transform: translateX(270px);	}	.aurel_transparent_header .aurel_single_gallery_wrapper {		transition: none;	}	.aurel_transparent_header.aurel_show_header .aurel_single_gallery_wrapper {		transform: none;	}	.aurel_site_wrapper .aurel_slider_btn_prev {		left: 45px!important;	}	.aurel_site_wrapper .aurel_slider_thumbs {		left: 0!important;	}	.aurel_site_wrapper .aurel_slide_counter {		left: 145px!important;	}	.aurel_slider_thumbs,	.aurel_slider_btn_prev,	.aurel_slide_counter {		transition: left 500ms;	}	.aurel_show_header .aurel_slider_btn_prev {		left: 315px!important;	}	.has_thumbs .aurel_slider_btn_next,	.has_thumbs .aurel_slider_btn_prev {		left: auto!important;	}	.aurel_sharing span {		display: block;		padding: 0 0 0 0!important;	}	.aurel_sharing a {		margin-top: 10px;	}	/* Elementor Grid */	body .elementor-column.elementor-col-20,	body .elementor-column[data-col="20"],	body .elementor-column.elementor-col-25,	body .elementor-column[data-col="25"],	body .elementor-column.elementor-col-66,	body .elementor-column[data-col="66"],	body .elementor-column.elementor-col-33,	body .elementor-column[data-col="33"] {		width: 100%;	}	.countdown span.item span {		font-size: 30px;		line-height: 32px;	}	.aurel_slide_counter,	.aurel_slider_thumbs {		display: none;	}	.aurel_footer_inner {		padding-top: 30px;	}	.aurel_footer_widgets {		padding: 0 20px;	}	.aurel_featured_posts.aurel_items_1 .aurel_posts_item,	.aurel_featured_posts.aurel_items_2 .aurel_posts_item,	.aurel_featured_posts.aurel_items_3 .aurel_posts_item,	.aurel_featured_posts.aurel_items_4 .aurel_posts_item {		width: 100%;	}	.aurel_port_item {		margin-bottom: 10px;	}	.aurel_pf_gallery1 .aurel_pf_gallery_item,	.aurel_pf_gallery2 .aurel_pf_gallery_item,	.aurel_pf_gallery3 .aurel_pf_gallery_item,	.aurel_pf_gallery4 .aurel_pf_gallery_item,	.aurel_pf_gallery5 .aurel_pf_gallery_item,	.aurel_pf_gallery6 .aurel_pf_gallery_item,	.aurel_grid_inner.grid_columns1 .grid-item,	.aurel_grid_inner.grid_columns2 .grid-item,	.aurel_grid_inner.grid_columns3 .grid-item,	.aurel_grid_inner.grid_columns4 .grid-item,	.aurel_grid_inner.grid_columns5 .grid-item,	.aurel_grid_inner.grid_columns6 .grid-item,	.aurel_footer_widgets.aurel_widgets_in_line4 .footer_widget,	.aurel_albums_grid1 .aurel_albums_grid_item,	.aurel_albums_grid2 .aurel_albums_grid_item,	.aurel_albums_grid3 .aurel_albums_grid_item,	.aurel_albums_grid4 .aurel_albums_grid_item,	.aurel_albums_grid5 .aurel_albums_grid_item,	.aurel_albums_grid6 .aurel_albums_grid_item {		width: 100%;	}	.aurel_site_wrapper .aurel_slider_btn_next,	.aurel_site_wrapper .aurel_slider_btn_prev {		left: auto!important;		right: 30px;		top: 50%;	}	.aurel_site_wrapper .aurel_slider_btn_prev {		margin-top: -46px;		transform: rotate(135deg);	}	.aurel_site_wrapper .aurel_slider_btn_next {		margin-top: 30px;		transform: rotate(45deg);	}	.aurel_transparent_header .aurel_site_wrapper .aurel_slider_btn_next,	.aurel_transparent_header .aurel_site_wrapper .aurel_slider_btn_prev,	.aurel_transparent_header .aurel_slide_title {		transition: opacity 400ms;	}	.aurel_transparent_header.aurel_show_header .aurel_slider_btn_next,	.aurel_transparent_header.aurel_show_header .aurel_slider_btn_prev,	.aurel_transparent_header.aurel_show_header .aurel_slide_title {		opacity: 0;		pointer-events: none;	}	.aurel_split_title,	.aurel_slider .aurel_slide_title {		right: 0;		width: 100%;		box-sizing: border-box;		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		padding: 0 20px 20px 20px;		font-size: 24px;		line-height: 30px;	}	.aurel_split_title {		font-size: 20px;		line-height: 30px;	}	.aurel_grid_blog_2columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item,	.aurel_grid_blog_3columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item,	.aurel_grid_blog_4columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item,	.aurel_grid_blog_5columns.aurel_grid_blog_listing_cont .aurel_grid_blog_item,	.aurel_grid_blog_listing_cont .aurel_grid_blog_item {		width: 100%;	}	.aurel_testimonials_flow .testimonial_content {		padding-left: 10px;		padding-right: 10px;	}	.aurel_testimonials_flow_prev,	.aurel_testimonials_flow_next {		display: none;	}	body .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title {		display: none;	}	body .elementor-widget-tabs.aurel_tabs_borders_one .elementor-tabs-wrapper .elementor-tab-title {		padding-bottom: 7px;		margin-bottom: 10px;	}	.aurel_testimonials_grid.aurel_testimonials_grid1 .aurel_testimonials_grid_inner .aurel_testimonials_item,	.aurel_testimonials_grid.aurel_testimonials_grid2 .aurel_testimonials_grid_inner .aurel_testimonials_item,	.aurel_testimonials_grid.aurel_testimonials_grid3 .aurel_testimonials_grid_inner .aurel_testimonials_item,	.aurel_testimonials_grid.aurel_testimonials_grid4 .aurel_testimonials_grid_inner .aurel_testimonials_item,	.aurel_testimonials_grid.aurel_testimonials_grid5 .aurel_testimonials_grid_inner .aurel_testimonials_item {		width: 100%;	}	.aurel_404_content_wrapper h1,	.aurel_404_content_wrapper h1 span,	h1.aurel_pp_title,	.aurel_cs_content_wrapper h1.aurel_cs_title {		font-size: 30px;		line-height: 40px;		margin-bottom: 20px;	}	.aurel_pp_content_wrapper {		transform: translateY(-41%);	}	.aurel_404_content_wrapper p {		display: none;	}	.aurel_pp_content_wrapper p {		font-size: 16px;		line-height: 20px;	}	.aurel_cs_content_wrapper form {		padding-top: 20px;	}	.aurel_404_content_wrapper input.aurel_field_search,	.aurel_cs_content_wrapper input[type="text"],	.aurel_cs_content_wrapper input[type="tel"],	.aurel_cs_content_wrapper input[type="phone"],	.aurel_cs_content_wrapper input[type="email"] {		width: 200px;	}	.aurel_cs_footer {		padding-bottom: 20px;	}	.aurel_cs_content_wrapper {		transform: translateY(-45%);	}	.aurel_404_content_wrapper {		width: 300px;		margin-left: -150px;	}	.aurel_404_content_wrapper {		transition: opacity 500ms;	}	.aurel_show_header .aurel_404_content_wrapper {		opacity: 0;	}	.aurel_owlCarousel .owl-prev {		left: 25px;	}	.aurel_owlCarousel .owl-next {		right: 25px;	}	.aurel_featured_posts .aurel_posts_item {		margin-top: 40px;	}	.aurel_featured_posts .aurel_posts_item:first-child {		margin-top: 0;	}	.aurel_pf_video_cont,	.aurel_post_formats iframe {		height:180px!important;	}	.aurel_cs_logo,	header .aurel_logo_cont {		padding-bottom: 40px;	}	.aurel_nav ul li {		padding-top: 10px;		padding-bottom: 10px;	}	.aurel_aside_footer_inner {		padding-top: 15px;		padding-bottom: 15px;	}	.aurel_socials_wrapper {		padding-bottom: 10px;	}	.aurel_contact02_footer .elementor-text-editor {		text-align: center!important;	}	.aurel_testimonials_carousel {		margin-left: 0!important;		margin-right: 0!important;	}	.aurel_testimonials_carousel .aurel_testimonials_item_inner {		padding-left: 0!important;		padding-right: 0!important;	}	.testimonial_content {		padding-left: 20px;		padding-right: 20px;	}	.aurel_pp_content_wrapper,	.aurel_404_content_wrapper {		transition: opacity 500ms;	}	.aurel_show_header .aurel_pp_content_wrapper,	.aurel_show_header .aurel_404_content_wrapper {		opacity: 0;	}	.aurel_pp_content_wrapper {		width: 300px;		margin-left: -150px;		left: 50%;	}	.aurel_pp_content_wrapper label,	.aurel_pp_content_wrapper input[type="password"] {		width: 200px;	}	.aurel_comment_list [class*="depth-"],	.aurel_comment_list #respond {		padding-left: 25px;	}	.aurel_comment_list .aurel_comment_ava {		width: 50px;		height: 50px;		margin-right: 20px;	}	.aurel_comment_list .aurel_comment_body {		width: calc(100% - 70px);	}	.aurel_pp_content_wrapper {		left: 50%;	}	.aurel_widgets_in_line3 .widget,	.aurel_widgets_in_line4 .widget {		width: 100%;	}	header.aurel_main_header .aurel_header_mobile_logo .aurel_logo_cont {		margin-left: 20px;	}	.aurel_header_mobile_menu_toggler {		right: 20px;	}	header.aurel_main_header {		position: relative;		z-index: 9999;	}	.single-pm-albums footer.aurel_footer.aurel_template_footer_gradient,	.single-pm-albums footer.aurel_footer.aurel_template_footer_transparent {		position: relative;		bottom: 0;		left: 0;	}	body .aurel_main_header_holder,	body .aurel_footer_holder {		display: none!important;	}	.aurel_ribbon_content h2 {		font-size: 20px;		line-height: 25px;	}	.aurel_about01 .elementor-image {		padding: 0 20px;	}	.aurel_no_content_block footer.aurel_footer {		bottom: 0;		position: fixed;	}	.aurel_no_content_block.has_admin_bar .fixed_header_footer header.aurel_main_header {		top: 0;		position: relative;	}	.aurel_main_wrapper {		padding: 33px 0 30px 0;	}	.has_admin_bar .fixed_header_footer header.aurel_main_header {		top: 0;	}	.canvas_map_container02 {		height: 220px;	}	body .elementor-tabs .elementor-tabs-content-wrapper {		border: none;	}	.single-pm-albums footer.aurel_template_footer_gradient.aurel_footer {		position: absolute;		bottom: 0;	}	.error404 header.aurel_main_header:after {		display: none;	}	.aurel_price_promo.elementor-column {		min-height: 200px;	}	.aurel_subtitle p,	.aurel_subtitle div,	.aurel_subtitle span {		font-size: 16px;		line-height: 24px;	}	.aurel_cs_content_wrapper span.wpcf7-form-control-wrap {		width: 200px;	}	.countdown span.item span.label {		font-size: 13px;	}	body .aurel_proofing_grid {		margin-right: 0!important;	}	body .aurel_proofing_grid .grid-item-inner {		margin-left: 0!important;		margin-right: 0!important;	}	body .aurel_proofing_grid_item .grid-item-controls a {		font-size: 26px;		margin: 0 15px 0 15px;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-overlay {		opacity: 1;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content {		opacity: 0;	}	body .aurel_proofing_grid .aurel_proofing_grid_item .grid-item-content h4 {		transform: translateY(30px);	}	body .aurel_proofing_grid_item .grid-item-controls {		transform: translateY(0px);		opacity: 1;	}	.aurel_content {		padding-left: 20px;		padding-right: 20px;	}	.aurel_pf_fullwidth {		margin-left: -20px !important;	}	.aurel_sm_pb_0 {		padding-bottom: 0 !important;	}	.aurel_sm_pl_20 {		padding-left: 20px;	}	.aurel_sm_pr_20 {		padding-right: 20px;	}}@media only screen and (min-width: 320px) and (max-width: 760px) {	/*iPhone 6+*/	.aurel_right_sidebar .aurel_sidebar,	.aurel_main_wrapper .aurel_content.col9,	.aurel_main_wrapper .aurel_content.col12 {		padding-left: 20px;		padding-right: 20px;	}}@media only screen and (min-width: 400px) and (max-width: 420px) {}@media only screen and (max-width: 737px) {	.aurel_landing_albums,	.aurel_landing_blog {		min-height: 300px !important;	}	.aurel_landing_title .aurel_page_heading,	.aurel_landing_albums .aurel_page_heading,	.aurel_landing_blog .aurel_page_heading,	.aurel_landing_buy .aurel_page_heading {		font-size: 30px !important;		line-height: 40px !important;	}	.aurel_landing_title .aurel_landing_content,	.aurel_landing_albums .aurel_landing_content,	.aurel_landing_blog .aurel_landing_content,	.aurel_landing_buy .aurel_landing_content {		padding: 0 20px;	}	.aurel_landing_title .aurel_widget_button {		text-align: center;		margin-bottom: 30px;	}	.aurel_page_heading {		font-size: 50px;		line-height: 60px;	}	.aurel_sm_font_40 {		font-size: 40px;		line-height: 50px;	}	.aurel_sm_font_16 {		font-size: 16px !important;		line-height: 24px !important;		letter-spacing: .7px;	}	.aurel_sm_font_15 {		font-size: 15px !important;		line-height: 24px !important;	}	.aurel_sm_margin_0 {		margin: 0 !important;	}	.aurel_sm_mb_25 {		margin-bottom: 25px;	}	.aurel_sm_mb_30 {		margin-bottom: 30px !important;	}	.aurel_sm_mb_100 {		margin-bottom: 100px !important;	}	.aurel_sm_mt_150 {		margin-top: 150px !important;	}	.aurel_sm_padding_0 {		padding: 0;	}	.aurel_sm_disable {		display: none;	}	.aurel_sm_text_center {		text-align: center;	}	.aurel_posts_navigation {		flex-direction: row;	}	.aurel_sm_width_100 {		width: 100% !important;	}	.aurel_sm_min_height_auto {		min-height: auto !important;	}	.stick_to_top.aurel_verticaly_page_wrapper,	.aurel_verticaly_page_wrapper {		width: 90%;		margin: 0 auto;		left: auto;	}	.aurel_verticaly_page_inner {		padding: 30px;	}}@media only screen and (max-width: 415px) {	.aurel_result_count,	.aurel_shop_ordering {		width: 100%;	}	.aurel_shop_ordering {		text-align: left;		padding-top: 20px;	}	.aurel_tiny .aurel_products.columns_2 .aurel_product,	.aurel_tiny .aurel_products.columns_3 .aurel_product,	.aurel_tiny .aurel_products.columns_4 .aurel_product {		width: 100%;	}	body .aurel-widget-tabs .aurel-tabs-wrapper .aurel-tab-title {		margin: 0 20px;	}}@media only screen and (max-width: 321px) {	body .aurel-widget-tabs .aurel-tabs-wrapper .aurel-tab-title {		margin: 0 12px;	}	.aurel_landing_title .aurel_page_heading {		margin-top: 80px;	}}/* Mobile Menu */.aurel_mobile_header_loading {	opacity: 0;	max-height: 1px;}@media only screen and (min-width: 760px) {	.aurel_mobile_header_inner,	.aurel_mobile_menu_toggler {		display: none!important;	}}@media only screen and (max-width: 760px) {	.aurel_mobile_header {		position: relative;	}	.aurel_main_header,	.aurel_menu_toggler {		display: none;	}	.aurel_mobile_menu_toggler {		display: block;		position: absolute;		left: 0;		top: auto;		bottom: -40px;	}	.aurel_mobile_header.always_show a.aurel_mobile_menu_toggler {		display: none!important;	}	.aurel_mobile_menu_toggler:before {		content: '';		position: absolute;		left: 0;		top: -5px;		height: 10px;		width: 100%;	}	.aurel_mobile_header_inner {		box-shadow:0 0 5px rgba(0,0,0,0.1);		position: relative;	}	.aurel_nav {		height: auto!important;	}	.aurel_aside_footer,	.aurel_nav ul {		position: static;	}	.aurel_aside_footer_inner {		padding-top: 30px;		padding-bottom: 30px;	}	.aurel_mobile_header .aurel_mobile_header_inner .aurel_nav li ul.sub-menu,	.aurel_mobile_header .aurel_mobile_header_inner .aurel_nav li ul.sub-menu li {		opacity: 1;	}	.aurel_mobile_header ul.sub-menu {		padding-top: 10px;		margin-bottom: -10px;		pointer-events: auto;	}	.aurel_mobile_header ul.sub-menu li {		pointer-events: auto;	}	.aurel_li_back {		display: none;	}	.albums_grid_title_wrapper.albums_grid_title_wrapper_w_img {		max-height: 150px;	}}@media only screen and (max-width: 1025px) {	.aurel_billing_col_left,	.aurel_billing_col_right {		width: 100%;		padding: 0;	}}@media only screen and (max-width: 769px) {	.aurel_shop_cart_form .aurel_shop_table thead,	.aurel_shop_cart_form .aurel_shop_table td.aurel_product_thumbnail {		display: none !important;	}	.aurel_shop_cart_form .aurel_shop_table td {		display: block;		text-align: right;	}	.aurel_shop_cart_form .coupon,	.aurel_shop_cart_form .update_cart_button {		float: none;	}	.aurel_shop_cart_form .coupon input,	.aurel_shop_cart_form .coupon a {		width: 48%;	}	.aurel_shop_cart_form .coupon a {		text-align: center;	}	.aurel_shop_cart_form .update_cart_button {		width: 100%;		text-align: center;		margin-top: 5px;	}	.aurel_cart_totals {		width: 100%;		text-align: left;		float: none;	}}@media only screen and (max-width: 415px) {	.aurel_checkout_coupon_form #coupon_code {		min-width: 100%;	}	.aurel_shop_cart_form .coupon #coupon_code,	.aurel_shop_cart_form .coupon a {		width: 100%;		min-width: 100%;	}	.aurel_shop_cart_form .update_cart_button {		margin-top: 10px;	}	a.aurel_button.aurel_checkout_button {		width: 100%;		text-align: center;	}}.gmap {	width: 100%;	height: 100%;}.gmap iframe {	width: 100%;	height: 100%;}.gmap.h2 {	height: 386px;	margin-bottom: 35px;}table {border: 1px solid #ccc;border-collapse: collapse;margin: 0;padding: 0;width: 100%;table-layout: fixed;}table caption {font-size: 1.5em;margin: .5em 0 .75em;}table tr {background-color: #f8f8f8;border: 1px solid #ddd;padding: .35em;}table th,table td {padding: .625em;text-align: center;}table th {font-size: .85em;letter-spacing: .1em;text-transform: uppercase;}@media screen and (max-width: 600px) {table {border: 0;}table caption {font-size: 1.3em;}table thead {border: none;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}table tr {border-bottom: 3px solid #ddd;display: block;margin-bottom: .625em;}table td {border-bottom: 1px solid #ddd;display: block;font-size: .8em;text-align: right;}table td::before {/** aria-label has no advantage, it won't be read inside a tablecontent: attr(aria-label);*/content: attr(data-label);float: left;font-weight: bold;text-transform: uppercase;}table td:last-child {border-bottom: 0;}}/*custom renk sayfalar*/#boya-vernik-ve-yardimci-kimyasallari a.moreread,#boya-vernik-ve-yardimci-kimyasallari a.morereadhover:hover{color: #8cc640!important;}#boya-vernik-ve-yardimci-kimyasallari .col.col-1.aurel_md_width_100 img {border: 2px solid #8cc640;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar .tg thead th {background: #bc2125;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller .tg thead th {background: #99683d;}/*Boya vernik bitti*/#sivi-renklendiriciler a.moreread,#sivi-renklendiriciler a.morereadhover:hover{color: #8cc640!important;}#sivi-renklendiriciler .col.col-1.aurel_md_width_100 img {border: 2px solid #8cc640;}#sivi-renklendiriciler-detay .tg thead th {background: #f15a2d;}#sivi-renklendiriciler-polieter-bazli-poliuretan .tg thead th {background: #da9c13;}#sivi-renklendiriciler-eva-hammaddeler-icin .tg thead th {background: #f8ac3c;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin .tg thead th {background: #fa9d1c;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin .tg thead th {background: #000000;}/*Sıvı renklendirici bitti*/#kalip-ayiricilar a.moreread,#kalip-ayiricilar a.morereadhover:hover{color: #8cc640!important;}#kalip-ayiricilar .col.col-1.aurel_md_width_100 img {border: 2px solid #8cc640;}#boya-vernik-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri .tg thead th {background: #cc5871;}#konsept1 .tg thead th {background: #6c8038;}#konsept2 .tg thead th {background: #9cc440;}#kalip-ayiricilar-integral-elostomer .tg thead th {background: #295e40;}#kalip-ayiricilar-poliuretan-sistemler .tg thead th {background: #367467;}#kalip-ayiricilar-poliuretan-taban .tg thead th {background: #8da164;}/*kalıp ayırıcılar bitti*/#performans-kimyasallari a.moreread,#performans-kimyasallari a.morereadhover:hover{color: #8cc640!important;}#performans-kimyasallari .col.col-1.aurel_md_width_100 img {border: 2px solid #8cc640;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler .tg thead th {background: #6ab4b7;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler .tg thead th {background: #5f7f97;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler .tg thead th {background: #00517c;}#performans-kimyasallari-viskozit-dusuruculer-islatma .tg thead th {background: #768a7e;} /*Performans kimyasalları bitti*/#sertifikalar.konseptler.altsayfalar .aurel_bg_size_cover {min-height: 130px!important;}#sertifikalar .aurel_price_item_inner img {width: 100%;border-radius: inherit;margin-bottom: 0px;}.tg thead th {border: 2px solid #fff;color: #fff;}.tg tr.renkli {background: #e8e9eb;color: #000;}.tg .tg-0lax {vertical-align: inherit;min-height: 70px;margin-bottom: 5px;}.tg td {border-color: #fff;border-style: solid;border-width: 2px;overflow: hidden;padding: 10px 5px;word-break: normal;}.aurel_recent_products {margin-top: 50px;border-top: 1px solid #ccc;padding-top: 40px;}.aurel_recent_products_title {color: #1e1a36;}.aurel_recent_products h2.aurel_recent_products_title img {display: inline-block;width: 27px;}.aurel_tiny .aurel_products {display: flex;flex-direction: row;flex-wrap: wrap;}.aurel_tiny .aurel_products .aurel_product {display: inline-block;list-style: none;padding: 0 0 40px 30px;}.aurel_tiny .aurel_products.columns_4 .aurel_product {width: 25%;}.aurel_recent_products .aurel_product_title {color: #000;}/*! lightgallery - v1.6.11 - 2018-05-22* http://sachinchoolur.github.io/lightGallery/* Copyright (c) 2018 Sachin N; Licensed GPLv3 */@font-face {font-family: 'lg';src: url("i/lg.eot?n1z373");src: url("i/lg.eot?#iefixn1z373") format("embedded-opentype"), url("i/lg.woff?n1z373") format("woff"), url("i/lg.ttf?n1z373") format("truetype"), url("i/lg.svg?n1z373#lg") format("svg");font-weight: normal;font-style: normal;}.lg-icon {font-family: 'lg';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;/* Better Font Rendering =========== */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.lg-actions .lg-next, .lg-actions .lg-prev {background-color: rgba(0, 0, 0, 0.45);border-radius: 2px;color: #999;cursor: pointer;display: block;font-size: 22px;margin-top: -10px;padding: 8px 10px 9px;position: absolute;top: 50%;z-index: 1080;border: none;outline: none;}.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {pointer-events: none;opacity: 0.5;}.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {color: #FFF;}.lg-actions .lg-next {right: 20px;}.lg-actions .lg-next:before {content: "\e095";}.lg-actions .lg-prev {left: 20px;}.lg-actions .lg-prev:after {content: "\e094";}@-webkit-keyframes lg-right-end {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@-moz-keyframes lg-right-end {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@-ms-keyframes lg-right-end {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@keyframes lg-right-end {0% {left: 0;}50% {left: -30px;}100% {left: 0;}}@-webkit-keyframes lg-left-end {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}@-moz-keyframes lg-left-end {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}@-ms-keyframes lg-left-end {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}@keyframes lg-left-end {0% {left: 0;}50% {left: 30px;}100% {left: 0;}}.lg-outer.lg-right-end .lg-object {-webkit-animation: lg-right-end 0.3s;-o-animation: lg-right-end 0.3s;animation: lg-right-end 0.3s;position: relative;}.lg-outer.lg-left-end .lg-object {-webkit-animation: lg-left-end 0.3s;-o-animation: lg-left-end 0.3s;animation: lg-left-end 0.3s;position: relative;}.lg-toolbar {z-index: 1082;left: 0;position: absolute;top: 0;width: 100%;background-color: rgba(0, 0, 0, 0.45);}.lg-toolbar .lg-icon {color: #999;cursor: pointer;float: right;font-size: 24px;height: 47px;line-height: 27px;padding: 10px 0;text-align: center;width: 50px;text-decoration: none !important;outline: medium none;-webkit-transition: color 0.2s linear;-o-transition: color 0.2s linear;transition: color 0.2s linear;}.lg-toolbar .lg-icon:hover {color: #FFF;}.lg-toolbar .lg-close:after {content: "\e070";}.lg-toolbar .lg-download:after {content: "\e0f2";}.lg-sub-html {background-color: rgba(0, 0, 0, 0.45);bottom: 0;color: #EEE;font-size: 16px;left: 0;padding: 10px 40px;position: fixed;right: 0;text-align: center;z-index: 1080;}.lg-sub-html h4 {margin: 0;font-size: 13px;font-weight: bold;}.lg-sub-html p {font-size: 12px;margin: 5px 0 0;}#lg-counter {color: #999;display: inline-block;font-size: 16px;padding-left: 20px;padding-top: 12px;vertical-align: middle;}.lg-toolbar, .lg-prev, .lg-next {opacity: 1;-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;}.lg-hide-items .lg-prev {opacity: 0;-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}.lg-hide-items .lg-next {opacity: 0;-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}.lg-hide-items .lg-toolbar {opacity: 0;-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {-webkit-transform: scale3d(0.5, 0.5, 0.5);transform: scale3d(0.5, 0.5, 0.5);opacity: 0;-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;transform-origin: 50% 50%;}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1;}.lg-outer .lg-thumb-outer {background-color: #0D0A0A;bottom: 0;position: absolute;width: 100%;z-index: 1080;max-height: 350px;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {cursor: -webkit-grab;cursor: -moz-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;cursor: -o-grabbing;cursor: -ms-grabbing;cursor: grabbing;}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {-webkit-transition-duration: 0s !important;transition-duration: 0s !important;}.lg-outer.lg-thumb-open .lg-thumb-outer {-webkit-transform: translate3d(0, 0%, 0);transform: translate3d(0, 0%, 0);}.lg-outer .lg-thumb {padding: 10px 0;height: 100%;margin-bottom: -5px;}.lg-outer .lg-thumb-item {border-radius: 5px;cursor: pointer;float: left;overflow: hidden;height: 100%;border: 2px solid #FFF;border-radius: 4px;margin-bottom: 5px;}@media (min-width: 1025px) {.lg-outer .lg-thumb-item {-webkit-transition: border-color 0.25s ease;-o-transition: border-color 0.25s ease;transition: border-color 0.25s ease;}}.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {border-color: #a90707;}.lg-outer .lg-thumb-item img {width: 100%;height: 100%;object-fit: cover;}.lg-outer.lg-has-thumb .lg-item {padding-bottom: 120px;}.lg-outer.lg-can-toggle .lg-item {padding-bottom: 0;}.lg-outer.lg-pull-caption-up .lg-sub-html {-webkit-transition: bottom 0.25s ease;-o-transition: bottom 0.25s ease;transition: bottom 0.25s ease;}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {bottom: 100px;}.lg-outer .lg-toogle-thumb {background-color: #0D0A0A;border-radius: 2px 2px 0 0;color: #999;cursor: pointer;font-size: 24px;height: 39px;line-height: 27px;padding: 5px 0;position: absolute;right: 20px;text-align: center;top: -39px;width: 50px;}.lg-outer .lg-toogle-thumb:after {content: "\e1ff";}.lg-outer .lg-toogle-thumb:hover {color: #FFF;}.lg-outer .lg-video-cont {display: inline-block;vertical-align: middle;max-width: 1140px;max-height: 100%;width: 100%;padding: 0 5px;}.lg-outer .lg-video {width: 100%;height: 0;padding-bottom: 56.25%;overflow: hidden;position: relative;}.lg-outer .lg-video .lg-object {display: inline-block;position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}.lg-outer .lg-video .lg-video-play {width: 84px;height: 59px;position: absolute;left: 50%;top: 50%;margin-left: -42px;margin-top: -30px;z-index: 1080;cursor: pointer;}.lg-outer .lg-has-iframe .lg-video {-webkit-overflow-scrolling: touch;overflow: auto;}.lg-outer .lg-has-vimeo .lg-video-play {background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;}.lg-outer .lg-has-vimeo:hover .lg-video-play {background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;}.lg-outer .lg-has-html5 .lg-video-play {background: transparent url("../img/video-play.png") no-repeat scroll 0 0;height: 64px;margin-left: -32px;margin-top: -32px;width: 64px;opacity: 0.8;}.lg-outer .lg-has-html5:hover .lg-video-play {opacity: 1;}.lg-outer .lg-has-youtube .lg-video-play {background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;}.lg-outer .lg-has-youtube:hover .lg-video-play {background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;}.lg-outer .lg-video-object {width: 100% !important;height: 100% !important;position: absolute;top: 0;left: 0;}.lg-outer .lg-has-video .lg-video-object {visibility: hidden;}.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {display: none;}.lg-outer .lg-has-video.lg-video-playing .lg-video-object {visibility: visible;}.lg-progress-bar {background-color: #333;height: 5px;left: 0;position: absolute;top: 0;width: 100%;z-index: 1083;opacity: 0;-webkit-transition: opacity 0.08s ease 0s;-moz-transition: opacity 0.08s ease 0s;-o-transition: opacity 0.08s ease 0s;transition: opacity 0.08s ease 0s;}.lg-progress-bar .lg-progress {background-color: #a90707;height: 5px;width: 0;}.lg-progress-bar.lg-start .lg-progress {width: 100%;}.lg-show-autoplay .lg-progress-bar {opacity: 1;}.lg-autoplay-button:after {content: "\e01d";}.lg-show-autoplay .lg-autoplay-button:after {content: "\e01a";}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {-webkit-transition-duration: 0s;transition-duration: 0s;}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}#lg-zoom-in:after {content: "\e311";}#lg-actual-size {font-size: 20px;}#lg-actual-size:after {content: "\e033";}#lg-zoom-out {opacity: 0.5;pointer-events: none;}#lg-zoom-out:after {content: "\e312";}.lg-zoomed #lg-zoom-out {opacity: 1;pointer-events: auto;}.lg-outer .lg-pager-outer {bottom: 60px;left: 0;position: absolute;right: 0;text-align: center;z-index: 1080;height: 10px;}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {overflow: visible;}.lg-outer .lg-pager-cont {cursor: pointer;display: inline-block;overflow: hidden;position: relative;vertical-align: top;margin: 0 5px;}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {box-shadow: 0 0 0 2px white inset;}.lg-outer .lg-pager-thumb-cont {background-color: #fff;color: #FFF;bottom: 100%;height: 83px;left: 0;margin-bottom: 20px;margin-left: -60px;opacity: 0;padding: 5px;position: absolute;width: 120px;border-radius: 3px;-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}.lg-outer .lg-pager-thumb-cont img {width: 100%;height: 100%;}.lg-outer .lg-pager {background-color: rgba(255, 255, 255, 0.5);border-radius: 50%;box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;display: block;height: 12px;-webkit-transition: box-shadow 0.3s ease 0s;-o-transition: box-shadow 0.3s ease 0s;transition: box-shadow 0.3s ease 0s;width: 12px;}.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {box-shadow: 0 0 0 8px white inset;}.lg-outer .lg-caret {border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px dashed;bottom: -10px;display: inline-block;height: 0;left: 50%;margin-left: -5px;position: absolute;vertical-align: middle;width: 0;}.lg-fullscreen:after {content: "\e20c";}.lg-fullscreen-on .lg-fullscreen:after {content: "\e20d";}.lg-outer #lg-dropdown-overlay {background-color: rgba(0, 0, 0, 0.25);bottom: 0;cursor: default;left: 0;position: fixed;right: 0;top: 0;z-index: 1081;opacity: 0;visibility: hidden;-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;}.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {-webkit-transition-delay: 0s;transition-delay: 0s;-moz-transform: translate3d(0, 0px, 0);-o-transform: translate3d(0, 0px, 0);-ms-transform: translate3d(0, 0px, 0);-webkit-transform: translate3d(0, 0px, 0);transform: translate3d(0, 0px, 0);opacity: 1;visibility: visible;}.lg-outer.lg-dropdown-active #lg-share {color: #FFF;}.lg-outer .lg-dropdown {background-color: #fff;border-radius: 2px;font-size: 14px;list-style-type: none;margin: 0;padding: 10px 0;position: absolute;right: 0;text-align: left;top: 50px;opacity: 0;visibility: hidden;-moz-transform: translate3d(0, 5px, 0);-o-transform: translate3d(0, 5px, 0);-ms-transform: translate3d(0, 5px, 0);-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;}.lg-outer .lg-dropdown:after {content: "";display: block;height: 0;width: 0;position: absolute;border: 8px solid transparent;border-bottom-color: #FFF;right: 16px;top: -16px;}.lg-outer .lg-dropdown > li:last-child {margin-bottom: 0px;}.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {color: #333;}.lg-outer .lg-dropdown a {color: #333;display: block;white-space: pre;padding: 4px 12px;font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 12px;}.lg-outer .lg-dropdown a:hover {background-color: rgba(0, 0, 0, 0.07);}.lg-outer .lg-dropdown .lg-dropdown-text {display: inline-block;line-height: 1;margin-top: -3px;vertical-align: middle;}.lg-outer .lg-dropdown .lg-icon {color: #333;display: inline-block;float: none;font-size: 20px;height: auto;line-height: 1;margin-right: 8px;padding: 0;vertical-align: middle;width: auto;}.lg-outer #lg-share {position: relative;}.lg-outer #lg-share:after {content: "\e80d";}.lg-outer #lg-share-facebook .lg-icon {color: #3b5998;}.lg-outer #lg-share-facebook .lg-icon:after {content: "\e901";}.lg-outer #lg-share-twitter .lg-icon {color: #00aced;}.lg-outer #lg-share-twitter .lg-icon:after {content: "\e904";}.lg-outer #lg-share-googleplus .lg-icon {color: #dd4b39;}.lg-outer #lg-share-googleplus .lg-icon:after {content: "\e902";}.lg-outer #lg-share-pinterest .lg-icon {color: #cb2027;}.lg-outer #lg-share-pinterest .lg-icon:after {content: "\e903";}.lg-group:after {content: "";display: table;clear: both;}.lg-outer {width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 1050;text-align: left;opacity: 0;-webkit-transition: opacity 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s;transition: opacity 0.15s ease 0s;}.lg-outer * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.lg-outer.lg-visible {opacity: 1;}.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {-webkit-transition-duration: inherit !important;transition-duration: inherit !important;-webkit-transition-timing-function: inherit !important;transition-timing-function: inherit !important;}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {-webkit-transition-duration: 0s !important;transition-duration: 0s !important;opacity: 1;}.lg-outer.lg-grab img.lg-object {cursor: -webkit-grab;cursor: -moz-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}.lg-outer.lg-grabbing img.lg-object {cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing;cursor: -o-grabbing;cursor: -ms-grabbing;cursor: grabbing;}.lg-outer .lg {height: 100%;width: 100%;position: relative;overflow: hidden;margin-left: auto;margin-right: auto;max-width: 100%;max-height: 100%;}.lg-outer .lg-inner {width: 100%;height: 100%;position: absolute;left: 0;top: 0;white-space: nowrap;}.lg-outer .lg-item {background: url("../img/loading.gif") no-repeat scroll center center transparent;display: none !important;}.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {display: inline-block !important;}.lg-outer.lg-css .lg-current {display: inline-block !important;}.lg-outer .lg-item, .lg-outer .lg-img-wrap {display: inline-block;text-align: center;position: absolute;width: 100%;height: 100%;}.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {content: "";display: inline-block;height: 50%;width: 1px;margin-right: -1px;}.lg-outer .lg-img-wrap {position: absolute;padding: 0 5px;left: 0;right: 0;top: 0;bottom: 0;}.lg-outer .lg-item.lg-complete {background-image: none;}.lg-outer .lg-item.lg-current {z-index: 1060;}.lg-outer .lg-image {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;width: auto !important;height: auto !important;}.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {opacity: 0;-webkit-transition: opacity 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s;transition: opacity 0.15s ease 0s;}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {opacity: 1;}.lg-outer .lg-empty-html {display: none;}.lg-outer.lg-hide-download #lg-download {display: none;}.lg-backdrop {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 1040;background-color: #000;opacity: 0;-webkit-transition: opacity 0.15s ease 0s;-o-transition: opacity 0.15s ease 0s;transition: opacity 0.15s ease 0s;}.lg-backdrop.in {opacity: 1;}.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {-webkit-transition: none 0s ease 0s !important;-moz-transition: none 0s ease 0s !important;-o-transition: none 0s ease 0s !important;transition: none 0s ease 0s !important;}.lg-css3.lg-use-css3 .lg-item {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}.lg-css3.lg-use-left .lg-item {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}.lg-css3.lg-fade .lg-item {opacity: 0;}.lg-css3.lg-fade .lg-item.lg-current {opacity: 1;}.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {-webkit-transition: opacity 0.1s ease 0s;-moz-transition: opacity 0.1s ease 0s;-o-transition: opacity 0.1s ease 0s;transition: opacity 0.1s ease 0s;}.lg-css3.lg-slide.lg-use-css3 .lg-item {opacity: 0;}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;}.lg-css3.lg-slide.lg-use-left .lg-item {opacity: 0;position: absolute;left: 0;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {left: -100%;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {left: 100%;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {left: 0;opacity: 1;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;}/*# sourceMappingURL=lightgallery.css.map */.demo-gallery > ul {margin-bottom: 0;}.demo-gallery > ul > li {float: left;margin-bottom: 15px;margin-right: 20px;width: 200px;}.demo-gallery > ul > li a {border: 3px solid #FFF;border-radius: 3px;display: block;overflow: hidden;position: relative;float: left;}.demo-gallery > ul > li a > img {-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height: 100%;width: 100%;}.demo-gallery > ul > li a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}.demo-gallery > ul > li a:hover .demo-gallery-poster > img {opacity: 1;}.demo-gallery > ul > li a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}.demo-gallery > ul > li a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}.demo-gallery > ul > li a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}.demo-gallery .justified-gallery > a > img {-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height: 100%;width: 100%;}.demo-gallery .justified-gallery > a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {opacity: 1;}.demo-gallery .justified-gallery > a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}.demo-gallery .justified-gallery > a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}.demo-gallery .video .demo-gallery-poster img {height: 48px;margin-left: -24px;margin-top: -24px;opacity: 0.8;width: 48px;}.demo-gallery.dark > ul > li a {border: 3px solid #04070a;}.home .demo-gallery {padding-bottom: 80px;}/* icomoon CSS */@font-face {font-family: 'icomoon';src: url('./assets/fonts/icomoon.eot?wodyul');src: url('./assets/fonts/icomoon.eot?wodyul#iefix') format('embedded-opentype'),url('./assets/fonts/icomoon.ttf?wodyul') format('truetype'),url('./assets/fonts/icomoon.woff?wodyul') format('woff'),url('./assets/fonts/icomoon.svg?wodyul#icomoon') format('svg');font-weight: normal;font-style: normal;font-display: block;}[class^='flipbook-icon-'],[class*=' flipbook-icon-'] {/* use !important to prevent issues with browser extensions that change fonts */font-family: 'icomoon' !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.flipbook-icon-pause1:before {content: '\e911';}.flipbook-icon-play_arrow:before {content: '\e900';}.flipbook-icon-volume_mute:before {content: '\e912';}.flipbook-icon-volume_up:before {content: '\e913';}.flipbook-icon-add:before {content: '\e90e';}.flipbook-icon-clear:before {content: '\e916';}.flipbook-icon-remove1:before {content: '\e910';}.flipbook-icon-text_format:before {content: '\e901';}.flipbook-icon-insert_drive_file:before {content: '\e902';}.flipbook-icon-file_download:before {content: '\e903';}.flipbook-icon-keyboard_arrow_down:before {content: '\e918';}.flipbook-icon-keyboard_arrow_left:before {content: '\e904';}.flipbook-icon-keyboard_arrow_right:before {content: '\e905';}.flipbook-icon-picture_as_pdf:before {content: '\e914';}.flipbook-icon-local_printshop:before {content: '\e906';}.flipbook-icon-zoom_out_map:before {content: '\e907';}.flipbook-icon-fullscreen:before {content: '\e908';}.flipbook-icon-fullscreen_exit:before {content: '\e909';}.flipbook-icon-first_page:before {content: '\e90a';}.flipbook-icon-last_page:before {content: '\e90b';}.flipbook-icon-share1:before {content: '\e90c';}.flipbook-icon-bookmark1:before {content: '\e917';}.flipbook-icon-search1:before {content: '\e90d';}.flipbook-icon-toc:before {content: '\e915';}.flipbook-icon-view_module:before {content: '\e90f';}.flipbook-icon-plus:before {content: '\f067';}.flipbook-icon-minus:before {content: '\f068';}.flipbook-icon-search:before {content: '\f002';}.flipbook-icon-th-large:before {content: '\f009';}.flipbook-icon-close:before {content: '\f00d';}.flipbook-icon-remove:before {content: '\f00d';}.flipbook-icon-times:before {content: '\f00d';}.flipbook-icon-download:before {content: '\f019';}.flipbook-icon-volume-off:before {content: '\f026';}.flipbook-icon-volume-up:before {content: '\f028';}.flipbook-icon-bookmark:before {content: '\f02e';}.flipbook-icon-print:before {content: '\f02f';}.flipbook-icon-play:before {content: '\f04b';}.flipbook-icon-pause:before {content: '\f04c';}.flipbook-icon-expand:before {content: '\f065';}.flipbook-icon-compress:before {content: '\f066';}.flipbook-icon-twitter:before {content: '\f099';}.flipbook-icon-facebook:before {content: '\f09a';}.flipbook-icon-facebook-f:before {content: '\f09a';}.flipbook-icon-list-ol:before {content: '\f0cb';}.flipbook-icon-envelope:before {content: '\f0e0';}.flipbook-icon-linkedin:before {content: '\f0e1';}.flipbook-icon-angle-double-left:before {content: '\f100';}.flipbook-icon-angle-double-right:before {content: '\f101';}.flipbook-icon-angle-left:before {content: '\f104';}.flipbook-icon-angle-right:before {content: '\f105';}.flipbook-icon-angle-down:before {content: '\f107';}.flipbook-icon-file:before {content: '\f15b';}.flipbook-icon-digg:before {content: '\f1a6';}.flipbook-icon-share-alt:before {content: '\f1e0';}.flipbook-icon-pinterest-p:before {content: '\f231';}.flipbook-icon-whatsapp:before {content: '\f232';}.flipbook-icon-mouse-pointer:before {content: '\f245';}.flipbook-icon-i-cursor:before {content: '\f246';}.flipbook-icon-reddit-alien:before {content: '\f281';}.flipbook-icon-comment:before {content: '\e919';}.flipbook-icon-share-alt:before {content: '\f064';}/*icomoon CSS end*/.flipbook-overlay {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0, 0, 0, 0.71);z-index: 2147483646 !important;}.flipbook-wrapper {position: absolute;width: 100%;height: 100%;-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background: #ffffff;}.flipbook-wrapper-transparent {width: 100%;height: 100%;background: none;}.flipbook-main-wrapper {position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;direction: ltr !important;}.flipbook-bookLayer {position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;}.flipbook-zoomLayer-inside {display: block;position: relative;background-size: contain;text-align: center;}.flipbook-zoomLayer-inside .flipbook-carousel-page {float: left;}.flipbook-book {display: block;position: relative;}.flipbook-page {position: absolute;width: 100%;height: 100%;transform: translateZ(0px);will-change: transform;transform-style: preserve-3d;}.flipbook-page3 {position: absolute;background: #eee;will-change: transform;transform: rotateY(var(--page3-rotate-y, 0));transform-origin: 0 50%;-webkit-transform-origin: 0 50%;}.flipbook-page3-html {position: absolute;height: 1000px;transform-origin: 0 0;top: 0;left: 0;}.flipbook-page3-inner {overflow: hidden;width: 100%;height: 100%;position: absolute;will-change: opacity;}.flipbook-page3-inner-back {transform: rotateY(180deg);}.flipbook-page3-bg {width: 100%;height: 100%;position: absolute;}.flipbook-page3 img {top: 0;bottom: 0;right: 0;left: 0;height: 100%;margin: auto;position: absolute;transform-origin: 0 0;-webkit-transform-origin: 0 0;float: left;user-select: none;pointer-events: none;max-width: unset;}.flipbook-page3 canvas {width: 100%;height: 100%;}.flipbook-page3::before {content: '';position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 1);opacity: var(--page3-shadow-opacity, 0);will-change: opacity;transform: translateZ(0);z-index: 1;pointer-events: none;}.flipbook-page3-front {transform-origin: 0 50%;-webkit-transform-origin: 0 50%;}.flipbook-page3-back {transform-origin: 0% 50%;-webkit-transform-origin: 0% 50%;}.flipbook-page3-back .flipbook-page3-inner {transform: rotateY(180deg);}.flipbook-book3 {display: block;position: relative;}.flipbook-center-container3 {position: relative;will-change: transform;border: none;}.flipbook-page-htmlContent {transform-origin: 0 0;z-index: 50;}.flipbook-page-htmlContent video,.flipbook-page-htmlContent iframe {max-width: initial;}.flipbook-book canvas {position: absolute;left: 0;top: 0;z-index: 50;width: 100%;height: 100%;-backface-visibility: hidden;-webkit-backface-visibility: hidden;transform-style: preserve-3d;-webkit-transform-style: preserve-3d;}.flipbook-page img {width: 100%;height: 100%;backface-visibility: hidden;-webkit-backface-visibility: hidden;transform-style: preserve-3d;-webkit-transform-style: preserve-3d;}.flipbook-arrow-wrapper {opacity: 0.85;transition: opacity 0.3s;}.flipbook-arrow-wrapper:hover {opacity: 1;}.flipbook-left-arrow {display: block !important;position: absolute !important;top: 50% !important;margin-top: -20px;speak: none;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;text-align: center;cursor: pointer;width: 40px;-webkit-border-radius: 0;border-radius: 0;}.flipbook-right-arrow {display: block !important;position: absolute !important;top: 50% !important;speak: none;right: 0;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;text-align: center;cursor: pointer;}.flipbook-first-arrow {display: block !important;position: absolute !important;top: 50%;speak: none;left: 0;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;text-align: center;cursor: pointer;}.flipbook-last-arrow {display: block !important;position: absolute !important;top: 50%;speak: none;right: 0;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;text-align: center;cursor: pointer;}.flipbook-currentPageHolder {position: relative;z-index: 3;pointer-events: auto;display: inline-block;user-select: none;}.flipbook-currentPageHolder form {position: absolute !important;top: 0;}.flipbook-currentPageNumber {border-radius: 15px !important;padding: 5px 12px !important;font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;font-size: 14px;line-height: initial;}.flipbook-currentPageInput {padding: initial !important;position: absolute !important;line-height: 14px !important;background: none !important;border: none !important;font-size: 14px !important;max-width: initial !important;font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;text-align: center !important;height: 26px !important;top: 0 !important;left: 0 !important;border: 2px solid rgba(128, 128, 128, 0.5);}.flipbook-currentPageInput:focus {outline: 2px solid #88888885;}.flipbook-color-transparent {color: transparent !important;}.flipbook-browser-fullscreen {position: fixed !important;top: 0 !important;left: 0 !important;width: 100% !important;height: 100% !important;z-index: 999999 !important;margin: 0 !important;padding: 0 !important;}.flipbook-menuBottom {position: absolute;bottom: 0;margin: 0;padding: 0;z-index: 2;pointer-events: none;display: flex;}.flipbook-menu-fixed {left: 0;right: 0;}.flipbook-menu-fixed .flipbook-menu {align-items: center;}.flipbook-menu-center {justify-content: center;align-items: center;}.flipbook-menu-right {justify-content: flex-end;align-self: center;flex: 1;display: flex;min-width: -webkit-min-content;/* Workaround to Chrome bug */}.flipbook-menu-left {justify-content: flex-start;align-self: center;flex: 1;display: flex;min-width: -webkit-min-content;/* Workaround to Chrome bug */}.flipbook-menu-floating {margin-top: 5px !important;margin-bottom: 5px !important;left: 50%;transform: translate(-50%, 0);min-width: fit-content;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius: 2px;}.flipbook-menuTop {position: absolute;top: 0;margin: 0;padding: 0;z-index: 2;pointer-events: none;display: flex;justify-content: space-between;}.flipbook-menu {position: relative;text-align: center;display: flex;}.flipbook-menu-btn {user-select: none;display: inline;cursor: pointer;background: none;transition: all 0.1s ease-out;}.flipbook-menu .flipbook-findbar {pointer-events: auto;margin-top: 10px;}.flipbook-menu .flipbook-findbar input {width: 140px;margin-left: 0;}.flipbook-thumbHolder {bottom: 0;position: absolute;top: 0;z-index: 9;width: 250px;}.flipbook-thumbsWrapper {bottom: 0;position: absolute;left: 0;top: 90px;overflow: hidden;padding-top: 20px;}.flipbook-thumbsScroller {margin: 0;position: relative;text-align: center;width: 250px;padding: 0 0 20px;display: grid;}.flipbook-thumb {margin: 0 auto 30px;cursor: pointer;position: relative;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(116, 116, 116, 0.3);}.flipbook-search {box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px;padding-bottom: 7px;}.flipbook-search-match {padding: 8px 16px;font-size: 14px;line-height: 20px;cursor: pointer;width: 218px;}.flipbook-search-match:hover {text-decoration: underline;}.flipbook-search-match-title {height: 20px;}.flipbook-search-match-text {text-align: left;}.flipbook-thumb-num {font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;font-size: 14px;line-height: 14px;user-select: none;position: relative;top: 5px;}.flipbook-thumb img {display: inline-block;-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);-ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);}.flipbook-toc {margin: 0;padding: 0;position: absolute;top: 50px;bottom: 0;overflow: hidden;width: 100%;}.flipbook-tocHolder {position: absolute;top: 0;width: 250px;bottom: 0;z-index: 9;}.flipbook-tocItem {display: block;cursor: pointer;font-size: 14px;font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;}.flipbook-tocItem .title {display: inline-block;}.flipbook-tocItem .title:hover {text-decoration: underline;}.flipbook-tocItem .right {float: right;}.flipbook-tocItem > span {vertical-align: top;}.flipbook-tocItem > span > span {vertical-align: middle;}.flipbook-findbar input {width: 210px;padding: 5px;font-size: 14px;margin-left: 10px;}.flipbook-findbar input:focus {outline: 2px solid #bfbfbf;}.flipbook-find-info {padding-left: 15px;font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;font-size: 14px;pointer-events: none;}.invisible {opacity: 0;pointer-events: none;display: none;}.transition {-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}.flipbook-share-email {background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='at' class='svg-inline--fa fa-at fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z'%3E%3C/path%3E%3C/svg%3E");}.flipbook-icon {speak: none;font-style: normal;font-weight: normal;font-size: 16px;line-height: 1;-webkit-font-smoothing: antialiased;bottom: 0;text-align: center;pointer-events: auto;box-sizing: initial;display: inline-block;}.flipbook-btn-close {height: 40px;width: 40px;position: absolute;top: 0;right: 0;cursor: pointer;display: flex;align-items: center;justify-content: center;}.flipbook-font {font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;font-size: 14px;}.flipbook-btn {text-transform: uppercase;font-weight: bold;user-select: none;cursor: pointer;width: 200px;line-height: 32px;text-align: center;margin: 5px auto;border: none;background: #f9f9f9;background: none;border-radius: 3px;-webkit-transition: none;-o-transition: none;transition: none;font-size: 12px;}.flipbook-bg-dark {background: rgb(49, 53, 56);}.flipbook-color-dark {color: rgba(255, 255, 255, 0.75);}.flipbook-color-dark:hover {color: #fff;}.flipbook-bg-light {background: rgb(255, 255, 255);}.flipbook-color-light {color: rgba(50, 50, 50, 0.75);}.flipbook-color-light:hover {color: rgb(50, 50, 50);}.flipbook-bg-twilight {background: #141414;}.flipbook-color-twilight {color: #feffd3;}.flipbook-color-twilight:hover {color: #feffd3;}.flipbook-bg-darkgrey {background: #212121;}.flipbook-color-darkgrey {color: #9e9e9e;}.flipbook-color-darkgrey:hover {color: #bdbdbd;}.flipbook-bg-lightgrey {background: #e0e0e0;}.flipbook-color-lightgrey {color: #757575;}.flipbook-color-lightgrey:hover {color: #616161;}.flipbook-sub-menu {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 999;display: table;}.flipbook-sub-menu-center {display: table-cell;vertical-align: middle;text-align: center;}.flipbook-menu-header {position: relative;padding: 10px;font-size: 16px;text-align: center;}.flipbook-menu-title {pointer-events: none;user-select: none;}.flipbook-sub-menu-content {display: inline-block;margin-top: -20px;min-width: 250px;padding-bottom: 10px;}.flipbook-carousel-slide {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;text-align: center;position: absolute;overflow: hidden;}.flipbook-carousel-slide .slide-wrapper {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}.flipbook-carousel-page {display: inline-block;background: #f1f1f1;position: relative;-moz-transform-origin: 0 0;-o-transform-origin: 0 0;}.flipbook-scroll-page {display: block;background: #f1f1f1;position: relative;}.flipbook-carousel-page-inner,.flipbook-scroll-page-inner {-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-o-transform-origin: 0 0;transform-origin: 0 0;margin: 0;padding: 0;position: absolute;height: 100%;width: 100%;overflow: hidden;}.flipbook-carousel-page-inner canvas,.flipbook-scroll-page-inner {width: 100%;height: 100%;}.flipbook-carousel-page img,.flipbook-scroll-page img {top: 0;bottom: 0;right: 0;left: 0;margin: auto;position: absolute;pointer-events: none;}.flipbook-carousel-page .page-carousel-img,.flipbook-scroll-page .page-scroll-img {height: 100%;}/* Hide scrollbar for Chrome, Safari and Opera */.flipbook-overflow-hidden::-webkit-scrollbar {display: none;}/* Hide scrollbar for IE, Edge and Firefox */.flipbook-overflow-hidden {-ms-overflow-style: none;/* IE and Edge */scrollbar-width: none;/* Firefox */}/*share*/.flipbook-share .social.bottom,.flipbook-share .social.top {-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-o-transform-origin: 0 0;}.flipbook-share {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.flipbook-share [class*='entypo-']:before {font-family: entypo, sans-serif;}.flipbook-share label {font-size: 16px;cursor: pointer;margin: 0;padding: 5px 10px;border-radius: 5px;background: #a29baa;color: #333;transition: all 0.3s ease;}.flipbook-share label:hover {opacity: 0.8;}.flipbook-share label span {text-transform: uppercase;font-size: 0.9em;font-family: Lato, sans-serif;font-weight: 700;-webkit-font-smoothing: antialiased;padding-left: 6px;}.flipbook-share ul {position: relative;left: 0;right: 0;height: 46px;color: #fff;margin: auto;padding: 0;list-style: none;}.flipbook-share ul li {font-size: 16px;cursor: pointer;width: 40px;margin: 0;padding: 9px 0;text-align: center;float: left;/* display: none; */height: 22px;position: relative;z-index: 2;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;transition: all 0.3s ease;}.flipbook-page-preloader {width: auto !important;height: auto !important;}.flipbook-page-preloader-image {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}/** preloader*/.cssload-container {width: 100%;height: 100%;top: 0;left: 0;text-align: center;position: absolute;z-index: 2147483647 !important;pointer-events: none;}.cssload-speeding-wheel {width: 24px;height: 24px;/* margin: 0 auto; */border: 3px solid rgba(0, 0, 0, 0.4);border-radius: 50%;border-left-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);animation: cssload-spin 575ms infinite linear;-o-animation: cssload-spin 575ms infinite linear;-ms-animation: cssload-spin 575ms infinite linear;-webkit-animation: cssload-spin 575ms infinite linear;-moz-animation: cssload-spin 575ms infinite linear;top: 45%;position: absolute;left: 50%;margin-left: -15px;margin-top: -15px;z-index: 3;}@keyframes cssload-spin {100% {transform: rotate(360deg);}}@-o-keyframes cssload-spin {100% {-o-transform: rotate(360deg);transform: rotate(360deg);}}@-ms-keyframes cssload-spin {100% {-ms-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes cssload-spin {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@-moz-keyframes cssload-spin {100% {-moz-transform: rotate(360deg);transform: rotate(360deg);}}/**new preloader end*/.flipbook-loading-text {position: absolute;top: 45%;margin-top: 20px;width: 100%;font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;font-size: 14px;color: #aaa !important;}.flipbook-loading-bg {width: 40px;height: 40px;border-radius: 4px;top: 45%;left: 50%;position: absolute;pointer-events: none;background: rgba(0, 0, 0, 0.2);margin: -20px;display: none;}.flipbook-fillPreloader {position: fixed;width: 100%;height: 100%;display: table-cell;text-align: center;vertical-align: middle;pointer-events: none;}.flipbook-fillPreloader img {position: absolute;margin: auto;top: 0;left: 0;right: 0;bottom: 0;-webkit-transition: all 0.11s ease-out;-moz-transition: all 0.1s ease-out;transition: all 0.1s ease-out;}.thumb-btn-close {right: -15px;position: absolute;top: 0;cursor: pointer;}.flipbook-noselect {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.flipbook-btn-active {background: rgba(128, 128, 128, 0.5);}.flipbook-move {cursor: move;/* fallback if move cursor is unsupported */cursor: -webkit-grab;cursor: grab;}.flipbook-page-item {bottom: auto;right: auto;position: absolute;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}.flipbook-page-item iframe {width: 100%;height: 100%;}.flipbook-textLayer {position: absolute;left: 0;top: 0;right: 0;bottom: 0;overflow: hidden;opacity: var(--flipbook-link-opacity);line-height: 1;color: #000;}.flipbook-page-htmlContent * {max-width: initial;}.flipbook-textLayer mark {background: #ff0;color: transparent;}.flipbook-textLayer .mark-blue {background: blue;}.flipbook-textLayer .mark-red {background: red;}.flipbook-textLayer .mark-green {background: green;}.flipbook-textLayer > span {color: transparent !important;/*color: #f00; */position: absolute;white-space: pre;cursor: text;-webkit-transform-origin: 0 0;-moz-transform-origin: 0% 0%;-o-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;transform-origin: 0 0;}.flipbook-textLayer > span::selection {color: transparent !important;}.flipbook-textLayer > div {color: transparent !important;/*color: #f00; */position: absolute;white-space: pre;cursor: text;-webkit-transform-origin: 0 0;-moz-transform-origin: 0% 0%;-o-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;transform-origin: 0 0;}.flipbook-textLayer .highlight {margin: -1px;padding: 1px;background-color: rgb(180, 0, 170);border-radius: 4px;}.flipbook-textLayer .highlight.begin {border-radius: 4px 0 0 4px;}.flipbook-textLayer .highlight.end {border-radius: 0 4px 4px 0;}.flipbook-textLayer .highlight.middle {border-radius: 0;}.flipbook-textLayer .highlight.selected {background-color: rgb(0, 100, 0);}.flipbook-textLayer ::selection {background: rgb(0, 0, 255);}.flipbook-textLayer ::-moz-selection {background: rgb(0, 0, 255);}.flipbook-textLayer .endOfContent {background: initial;display: block;position: absolute;left: 0;top: 100%;right: 0;bottom: 0;z-index: -1;cursor: default;-webkit-user-select: none;-ms-user-select: none;-moz-user-select: none;}.flipbook-textLayer .endOfContent.active {top: 0;}.flipbook-disable-text-selection {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.annotationLayer section {position: absolute;padding: 0;margin: 0;}.annotationLayer .linkAnnotation > a,.annotationLayer .buttonWidgetAnnotation.pushButton > a,.flipbook-page-item-link {position: absolute;font-size: 1em;top: 0;left: 0;width: 100%;height: 100%;background: var(--flipbook-link-color);animation-duration: 2000ms;animation-delay: 500ms;animation-name: flashLinks;opacity: var(--flipbook-link-opacity);}.flipbook-page-auto-link {background: var(--flipbook-link-color);color: transparent;animation-duration: 2000ms;animation-delay: 500ms;animation-name: flashLinks;pointer-events: auto;}@keyframes flashLinks {0% {background: var(--flipbook-link-color);}20% {background: var(--flipbook-link-color-hover);}100% {background: var(--flipbook-link-color);}}.flipbook-tooltip {position: absolute;background: rgba(0, 0, 0, 0.8);top: 300px;left: 300px;color: white;padding: 6px 12px;font-size: 13px;line-height: 13px;font-weight: normal;white-space: nowrap;text-align: center;-webkit-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;z-index: 10000;}.flipbook-add-note-rect {position: absolute;pointer-events: none;}.add-note-btn {pointer-events: auto;}.flipbook-add-note-rect .add-note-btn {background: rgba(0, 0, 0, 0.8);border-radius: 0.25em;color: white;padding: 0.3em 1em;text-shadow: 0 1px 0 #000;font-weight: normal;white-space: nowrap;text-align: center;z-index: 10000;left: 50%;transform: translateX(-50%) translateY(-120%);pointer-events: auto;cursor: pointer;position: absolute;opacity: 0;}.flipbook-add-note-rect.hover .add-note-btn {opacity: 1;pointer-events: auto;}.flipbook-note-display {width: 230px;height: 125px;position: absolute;background-color: #fafafa;-webkit-box-shadow: 0 2px 10px 0 rgb(27 47 73 / 30%);box-shadow: 0 2px 10px 0 rgb(27 47 73 / 30%);border-radius: 5px;pointer-events: auto;top: 0;left: 50%;transform: translateX(-50%);}.flipbook-note-display .note-content {height: 76px;position: absolute;width: 210px;margin: 11px 15px 5px 15px;overflow: hidden;}.flipbook-note-display .note-article {font-family: inherit;resize: none;font-size: 14px;width: 200px;height: 76px;position: absolute;left: 0;top: 0;border-width: 1px;border-style: solid;padding: 0;color: rgb(89, 97, 104);border-color: transparent;background-color: transparent;outline: none !important;}.flipbook-note-display .note-article:focus {box-shadow: none;}.flipbook-note-display .note-delete-button .svg-icon {width: 22px;height: 22px;fill: #a6aaad;}.flipbook-note-display .note-button {float: right;font-size: 22px;line-height: 22px;height: 22px;color: #8d8d8d;cursor: pointer;text-align: center;margin: 5px 11px;}.flipbook-note-display .note-footer {height: 37px;width: 100%;margin: 0;bottom: 0;position: absolute;}.flipbook-page-note {pointer-events: auto;cursor: pointer;}.annotationLayer .linkAnnotation > a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover,.flipbook-page-item-link:hover {background: var(--flipbook-link-color-hover) !important;color: transparent !important;}.flipbook-page-auto-link:hover {background: var(--flipbook-link-color-hover) !important;color: transparent !important;}.flipbook-note-display {opacity: 1;}.annotationLayer .textAnnotation img {position: absolute;cursor: pointer;}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input {background-color: rgba(0, 54, 255, 0.13);border: 1px solid transparent;box-sizing: border-box;font-size: 9px;height: 100%;margin: 0;padding: 0 3px;vertical-align: top;width: 100%;}.annotationLayer .choiceWidgetAnnotation select option {padding: 0;}.annotationLayer .buttonWidgetAnnotation.radioButton input {border-radius: 50%;}.annotationLayer .textWidgetAnnotation textarea {font: message-box;font-size: 9px;resize: none;}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {background: none;border: 1px solid transparent;cursor: not-allowed;}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {border: 1px solid #000;}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus {background: none;border: 1px solid transparent;}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {background-color: #000;content: '';display: block;position: absolute;}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {height: 80%;left: 45%;width: 1px;}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {border-radius: 50%;height: 50%;left: 30%;top: 20%;width: 50%;}.annotationLayer .textWidgetAnnotation input.comb {font-family: monospace;padding-left: 2px;padding-right: 0;}.annotationLayer .textWidgetAnnotation input.comb:focus {/** Letter spacing is placed on the right side of each character. Hence, the* letter spacing of the last character may be placed outside the visible* area, causing horizontal scrolling. We avoid this by extending the width* when the element has focus and revert this when it loses focus.*/width: 115%;}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input {-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0;}.annotationLayer .popupWrapper {position: absolute;width: 20em;}.annotationLayer .popup {position: absolute;z-index: 200;max-width: 20em;background-color: #ffff99;box-shadow: 0 2px 5px #333;border-radius: 2px;padding: 0.6em;margin-left: 5px;cursor: pointer;font: message-box;word-wrap: break-word;}.annotationLayer .popup h1 {font-size: 1em;border-bottom: 1px solid #000000;margin: 0;padding-bottom: 0.2em;}.annotationLayer .popup p {margin: 0;padding-top: 0.2em;}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation {cursor: pointer;}/* print.js https://github.com/crabbly/Print.js/releases/tag/v1.5.0 */.printModal {font-family: sans-serif;display: flex;text-align: center;font-weight: 300;font-size: 30px;left: 0;top: 0;position: absolute;color: #045fb4;width: 100%;height: 100%;background-color: hsla(0, 0%, 100%, 0.9);}.printClose {position: absolute;right: 10px;top: 10px;}.printClose:before {content: '\00D7';font-family: Helvetica Neue, sans-serif;font-weight: 100;line-height: 1px;padding-top: 0.5em;display: block;font-size: 2em;text-indent: 1px;overflow: hidden;height: 1.25em;width: 1.25em;text-align: center;cursor: pointer;}.printSpinner {margin-top: 3px;margin-left: -40px;position: absolute;display: inline-block;width: 25px;height: 25px;border: 2px solid #045fb4;border-radius: 50%;animation: spin 0.75s linear infinite;}.printSpinner:after,.printSpinner:before {left: -2px;top: -2px;display: none;position: absolute;content: '';width: inherit;height: inherit;border: inherit;border-radius: inherit;}.printSpinner,.printSpinner:after,.printSpinner:before {display: inline-block;border-color: #045fb4 transparent transparent;animation-duration: 1.2s;}.printSpinner:before {transform: rotate(120deg);}.printSpinner:after {transform: rotate(240deg);}@keyframes spin {0% {transform: rotate(0deg);}to {transform: rotate(1turn);}}@font-face {font-family: 'BarlowCondensed-SemiBold';src: url(i/BarlowCondensed-SemiBold.ttf);}@font-face {font-family: 'BarlowCondensed-Regular';src: url(i/BarlowCondensed-Regular.ttf);}@font-face {font-family: 'BarlowCondensed-MediumItalic';src: url(i/BarlowCondensed-MediumItalic.ttf);}.title{display:none;}hr.blogbolucu{margin-top: 40px;margin-bottom: 40px;}header.aurel_main_header,footer.aurel_footer{background: #fff;}footer.aurel_footer .aurel_copyright {font-size: 14px;line-height: 16px;color: #1f1b37;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li > a{padding: 20px 25px 20px 10px;}body{background:#fff;}.aurel_single_gallery_split{height:100vh;}.altsayfalar header.aurel_main_header.aurel_header_gradient_style{background:#fff!important;opacity:1!important;}.altsayfalar .aurel_about01{margin-top:80px;}.altsayfalar .aurel_about01 h1{color:#1e1a36;font-size:30px;}.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: center top;}.altsayfalar h6.aurel-heading-title{color:#1e1a36;}.altsayfalar .row.gutters p.aurel_sm_text_center{margin-bottom:0px!important;}.altsayfalar header.aurel_main_header.aurel_header_gradient_style.aurel_stick_me{background:#1f1b37!important;}header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me .aurel_image_logo{background: url(i/logo-zeminli.png) no-repeat center;background-size: 134px 59px;}header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me nav.aurel_nav ul.aurel_menu > li > a,header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me .aurel_header_socials a{color:#fff;}header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me .aurel_toogle_fullview span:before, header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me .aurel_toogle_fullview span:after{background:#fff;}header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me nav.aurel_nav ul.aurel_menu > li.current-menu-ancestor a{color:#96c11f;}header.aurel_main_header.aurel_logo_left .aurel_logo_cont a {display: block;width: 200px;height: 50px;background: url(i/TK_LOGO.svg) no-repeat center;background-size: 100%;}ul.leftfix{margin-bottom:10px;}.aurel_tiny ul.leftfix li{text-align:left;list-style: disc;padding-bottom: 0px;}/* Bread Ayarı */#kurumsal .row.aurel_js_bg_image.aurel_js_min_height{margin-left: -585px!important;width: 2600px!important;}#kurumsal.altsayfalar .aurel_bg_size_cover{background-position: center;}#arge .row.aurel_js_bg_image.aurel_js_min_height{margin-left: -585px!important;width: 2600px!important;}#arge.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#yazili-basin .row.aurel_js_bg_image.aurel_js_min_height{margin-left: -585px!important;width: 2600px!important;}#yazili-basin.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#iletisim .row.aurel_js_bg_image.aurel_js_min_height{margin-left: -585px!important;width: 2600px!important;}#iletisim.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#performans-kimyasallari .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#performans-kimyasallari.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#performans-kimyasallari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#performans-kimyasallari .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari-ANA_SAYFA.jpg)!important;min-height: 750px;}#performans-kimyasallari .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari_EN-ANA_SAYFA.jpg)!important;min-height: 750px;}#kalip-ayiricilari .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#kalip-ayiricilari.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#kalip-ayiricilari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#kalip-ayiricilari .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar-ANA_SAYFA.jpg)!important;min-height: 750px;}#kalip-ayiricilari .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar_EN_ANA_SAYFA.jpg)!important;min-height: 750px;}#sivi-renklendiriciler .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#sivi-renklendiriciler.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#sivi-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#sivi-renklendiriciler .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler-ANA_SAYFA.jpg)!important;min-height: 750px;}#sivi-renklendiriciler .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler_EN-ANA_SAYFA.jpg)!important;min-height: 750px;}#boya-vernik-yardimci-kimyasallar .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#boya-vernik-yardimci-kimyasallar.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#boya-vernik-yardimci-kimyasallar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#boya-vernik-yardimci-kimyasallar .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar-ANA_SAYFA.jpg)!important;min-height: 750px;}#boya-vernik-yardimci-kimyasallar .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar_EN-ANA_SAYFA.jpg)!important;min-height: 750px;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari-1.jpg)!important;min-height: 750px;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari_EN-1.jpg)!important;min-height: 750px;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari-2.jpg)!important;min-height: 750px;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari_EN-2.jpg)!important;min-height: 750px;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari-3.jpg)!important;min-height: 750px;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari_EN-3.jpg)!important;min-height: 750px;}#performans-kimyasallari-viskozit-dusuruculer-islatma .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#performans-kimyasallari-viskozit-dusuruculer-islatma.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#performans-kimyasallari-viskozit-dusuruculer-islatma.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#performans-kimyasallari-viskozit-dusuruculer-islatma .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari-4.jpg)!important;min-height: 750px;}#performans-kimyasallari-viskozit-dusuruculer-islatma .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Performans_Kimyasallari_EN-4.jpg)!important;min-height: 750px;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar-7.jpg)!important;min-height: 750px;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar_EN-6.jpg)!important;min-height: 750px;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri .tg thead th {background: #cc5871;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar-1.jpg)!important;min-height: 750px;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar_EN-1.jpg)!important;min-height: 750px;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar .tg thead th {background: #6c8038;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar-5.jpg)!important;min-height: 750px;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar_EN-4.jpg)!important;min-height: 750px;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar .tg thead th {background: #9cc440;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar-2.jpg)!important;min-height: 750px;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar_EN-2.jpg)!important;min-height: 750px;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar .tg thead th {background: #295e40;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar-3.jpg)!important;min-height: 750px;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar_EN-3.jpg)!important;min-height: 750px;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece .tg thead th {background: #367467;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar-6.jpg)!important;min-height: 750px;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Kalip_Ayiricilar_EN-5.jpg)!important;min-height: 750px;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar .tg thead th {background: #8da164;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler-1.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler_EN-1.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch .tg thead th {background: #f15a2d;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler-2.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler_EN-2.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin .tg thead th {background: #da9c13;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler-3.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler_EN-rev-3.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin .tg thead th {background: #fa9d1c;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler-4.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Sivi_Renklendiriciler_EN-4.jpg)!important;min-height: 750px;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch .tg thead th {background: #000000;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar-1.jpg)!important;min-height: 750px;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar_EN-1.jpg)!important;min-height: 750px;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar .tg thead th {background: #bc2125;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar-3.jpg)!important;min-height: 750px;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar_EN-3.jpg)!important;min-height: 750px;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler .tg thead th {background: #f8ac3c;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller .row.aurel_js_bg_image.aurel_js_min_height{margin-left: 0px!important;width: 100%;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller.altsayfalar .aurel_bg_size_cover{background-position: center;background-size: auto;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: 0px 12%;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller .tr #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar-2.jpg)!important;min-height: 750px;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller .en #breadbox .row.aurel_js_bg_image.aurel_js_min_height.aurel_bg_center_center.aurel_bg_size_cover.aurel_pf_fullwidth{background-image: url(/s/2575/i/URUNLER_Yardimci_Kimyasallar_EN-2.jpg)!important;min-height: 750px;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller .tg thead th {background: #99683d;}#musteri-sikayetleri-yonetimi-sureci .row.aurel_js_bg_image.aurel_js_min_height{margin-left: -585px!important;width: 2600px!important;}#musteri-sikayetleri-yonetimi-sureci.altsayfalar .aurel_bg_size_cover{background-position: center;}#musteri-sikayetleri-yonetimi-sureci .aurel_content {width: 100%; }.online-payment-button {background-color: #4CAF50;color: white;border: none;padding: 10px 20px;text-align: center;text-decoration: none;display: inline-block;font-size: 16px;cursor: pointer;border-radius: 5px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);transition: background-color 0.3s ease;}.online-payment-button a{color: #fff;display: inline-block;font-family: "Roboto", sans-serif;font-size: 14px;line-height: 19px;letter-spacing: 1.8px;font-weight: 700;text-transform: uppercase;}.online-payment-button:hover {background-color: #45a049;}.online-payment-button:hover a:hover{color: #1f1b37;} #yazili-basin .row.gutters, #yazili-basin .row.gutters > .row {margin-left: 0%;}#yazili-basin .bolucu {clear: both;max-height: 400px;overflow: hidden;margin-bottom: 50px;}#yazili-basin .bolucu .col-4 {float: left;width: 31%;margin: 1%;}#yazili-basin .tarih {font-size: 17px;min-height: 50px;}#yazili-basin .bolucu .col-4 ul {margin: 0px;}#yazili-basin .bolucu .col-4 li, #yazili-basin .bolucu .col-4 li a {list-style: none;padding: 0px;height: 300px;overflow: hidden;}#yazili-basin .bolucu .col-4 li a {cursor: pointer;}.aurel_footer_widgets_inner.aurel_widgets_in_line4{display: flex;flex-wrap: wrap;justify-content: space-between;}footer .row {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-around;align-items: center;}footer.aurel_footer .aurel_logo_cont {padding-bottom: 0px;}footer.aurel_footer .aurel_copyright {font-size: 14px;line-height: 16px;color: #1f1b37;}.col-md-4.hayalgucu {margin-top: 0px;}.col-md-4.hayalgucu p {color: #1f1b37;}.col-md-4.hayalgucu p a {color: #96c11f;}.col-md-4.dowfooterbox p{display:flex;}.col-md-4.dowfooterbox p span {display: inline-block;margin-left: 10px;color: #1f1b37;font-size: 14px;margin-top:4px;}.tg tr.renksiz {background: #d2d3d5;color: #000;}.tg tr.renkli {background: #e8e9eb;color: #000;}p em {font-size: 12px;}#socials{display: flex;align-items: center;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;}#socials ul.langbar li{float:left;}#socials .aurel_header_socials{margin-right:0px;}header.aurel_main_header.aurel_sticky_menu_on.aurel_stick_me .aurel_image_logo {background: url(i/logo-zeminli.png) no-repeat center;background-size: 134px 59px;}.altsayfalar .aurel_about01 h1 img {display: inline-block;width: 27px;}.altsayfalar .aurel_about01 h1 {font-size: 26px;color: #1e1a36;}#medya .aurel_mb_80 {margin-bottom: 0px!important;margin-top: 0px!important;}#medya .aurel_top_padding_no.aurel_main_wrapper {padding-top: 0;margin-top: 110px;}#arge .aurel_top_padding_no.aurel_main_wrapper {margin-top: 95px;}h6.aurel-heading-title.aurel_js_font_size img {display: inline-block;width: 27px;}#arge.altsayfalar h6.aurel-heading-title {font-size: 30px!important;}#arge.altsayfalar .row.gutters p.aurel_sm_text_center {margin-bottom: 28px!important;}#arge .row.gutters > .col, .row.gutters > .row > .col {margin-left: 0%;line-height:0px;}#arge .row.gutters, .row.gutters > .row {display: flex;flex-wrap: nowrap;flex-direction: row;align-content: space-between;align-items: center;}#arge .aurel_tiny .aurel_mb_75 {margin-bottom: 0px;}#arge .widget img {display: block;}#arge .col.col-6.aurel_md_width_100 .col.col-12 {padding: 60px 30px 60px 30px;}#performans-kimyasallari .col.col-1.aurel_md_width_100 img {border: 2px solid #8cc640;}.urunler .col.col-1.aurel_md_width_100 img {border-radius: 100%;border: 2px solid #97c11e;}.urunler.altsayfalar .aurel_about01 .aurel_mb_75 {margin-bottom: 5px;}.urunler.altsayfalar .aurel_about01 h1 {line-height: 28px;margin-bottom: 9px;}.urunler.altsayfalar .aurel_about01 h1 img{margin-right:5px;}.urunler.altsayfalar .aurel_about01 {margin-top: 40px;margin-bottom: 0px;}.urunler a.morereadhover:hover {color: #8cc640!important;}.urunler a.moreread, .urunler a.morereadhover:hover {color: #8cc640!important;}.urunler.altsayfalar .aurel_about01 .iculli li img {width: 10px;display: inline-block;}.urunler.altsayfalar .aurel_about01 .iculli {list-style: none;padding-left: 0px;margin-left: 0px;}.urunler.altsayfalar .aurel_about01 .iculli li {list-style: none;padding-left: 0px;margin-left: 0px;line-height: 24px;}.col.col-6.aurel_md_width_100.usttenayarla {margin-top: 36px;}.urunler.altsayfalar .aurel_about01 .iculli li{text-align:left;}.widget.footer_widget.widget_aurel_flickr .menu-usefull-links-container ul li a{color: #a0a7ae;}.widget.footer_widget.widget_aurel_flickr .menu-usefull-links-container ul li a:hover{color: #96c11f;}/* Menü Current Ayarı */.anasayfa ul.aurel_menu li.anasayfa a{color: #96c11f!important;}.hakkimizda .tr ul.aurel_menu li.hakkimizda a{color: #96c11f!important;}.arge ul.aurel_menu li.arge a{color: #96c11f!important;}.urunler ul.aurel_menu li.urunler a{color: #96c11f!important;}.yazili-basin ul.aurel_menu li.basindabiz a{color: #96c11f!important;}.iletisim ul.aurel_menu li.iletisim a{color: #96c11f!important;}#medya ul.aurel_menu li.basindabiz a{ }#kurumsal.hakkimizda .en ul.aurel_menu li.hakkimizda a{color: #96c11f!important;}.kutulariletisim {box-shadow: 0 3px 5px 0 rgb(36 50 66 / 10%);transition: box-shadow 225ms;padding: 10px;z-index: 99999999;background: #fff;margin-top: -100px;}.gmap.h2 {height: 386px;margin-bottom: 35px;}.gmap.h2 {height: auto;}.gmap iframe {height: 335px;}.gmap.h2 h5 {color: #000;margin-bottom: 0px;margin-top: 12px;}.gmap.h2 h5 img {display: inline-block;width: 18px;}#iletisim .iletisimsayfasi {display: flex;align-items: flex-start;flex-direction: column;}#ortala {margin: 0 auto;position: relative;box-shadow: 0 3px 5px 0 rgb(36 50 66 / 10%);padding: 30px;transition: box-shadow 225ms;margin-top: 0px;width: 1170px;margin-bottom: 50px;}#iletisim label,#musteri-sikayetleri-yonetimi-sureci label{color: #000;font-size: 18px;line-height: 28px;}.dropdown {position: absolute;z-index: 100;top: 0;right: 0;width: 280px;color: #000;font-size: 15px;background: #fff;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);border-radius: 3px;max-height: 300px;margin: 0;padding: 0;overflow: hidden;}#iletisim .dropdown {position: inherit;z-index: 100;top: 0;right: 0;width: 100%;}#iletisim .colors {margin-top: 27px;color: #fff;display: none;}body#iletisim select,body#musteri-sikayetleri-yonetimi-sureci select{width: 100%;height: 55px;border: 1px solid #cccccc;background: #ffffff;color: #000;}#iletisim .dropdown select,#musteri-sikayetleri-yonetimi-sureci .dropdown select{width: 100%;margin: 0;background: none;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;appearance: none;-webkit-appearance: none;font-size: 17px;/* font-weight: bold; */color: #444;padding: 0.6em 1.9em 0.5em 0.8em;line-height: 1.3;box-shadow: 0 3px 5px 0 rgb(36 50 66 / 10%);transition: box-shadow 225ms;}#colorselector option {color: #444;}#iletisim .dropdown select:hover {box-shadow: 0 30px 50px 0 rgb(36 50 66 / 10%);}select:before {content: '';position: absolute;display: block;width: 0;height: 0;border-style: solid;border-width: 5px 5px 0 5px;right: 10px;top: 10px;}button:hover, .button:hover {outline: none;text-decoration: none;color: #fff;background-color: #96c11f;}#iletisim #ust .dropdown::after {content: " ";position: absolute;width: 42px;height: 43px;right: 3em;margin-top: -51px;z-index: 2;background: url(i/352466_arrow_down_icon.png) no-repeat;pointer-events: none;}body#iletisim .form_field,body#musteri-sikayetleri-yonetimi-sureci .form_field{margin-bottom: 10px;}#iletisim label,#musteri-sikayetleri-yonetimi-sureci label{color: #000;font-size: 18px;line-height: 28px;}body#iletisim input,body#musteri-sikayetleri-yonetimi-sureci input{display: block;padding: 10px;width: 100%;border: 1px solid #cccccc;border-radius: 6px;color: #000;}body#iletisim textarea,body#musteri-sikayetleri-yonetimi-sureci textarea{padding: 10px;width: 100%;border: 1px solid #cccccc;height: 200px;border: 1px solid #cccccc;border-radius: 6px;}body#iletisim .form_submit,body#musteri-sikayetleri-yonetimi-sureci .form_submit{border-radius: 0px;background: #96c11f;border: 1px solid #afafaf;letter-spacing: 2px;color: #fff;}#iletisim .aurel_main_wrapper,#musteri-sikayetleri-yonetimi-sureci .aurel_main_wrapper{padding: 54px 0 0px 0;}#musteri-sikayetleri-yonetimi-sureci .headnote h1{font-size: 26px;color: #1e1a36;}#musteri-sikayetleri-yonetimi-sureci .headnote h1 img{display: inline-block;width: 27px;}#musteri-sikayetleri-yonetimi-sureci .row.gutters, #musteri-sikayetleri-yonetimi-sureci .row.gutters > .row {margin-left: 0%!important;}#kalip-ayiricilari.altsayfalar .en .aurel_about01 h1 {font-size: 20px;}.en #ortala{display:none;}.entegre-politikasi_page .aurel_about01 .iculli li img,.integrated-policy_page .aurel_about01 .iculli li img,.musteri-sikayeti-yonetim-surecimiz_page .aurel_about01 .iculli li img{width: 10px;display: inline-block;}.entegre-politikasi_page .aurel_about01 .iculli,.integrated-policy_page .aurel_about01 .iculli,.musteri-sikayeti-yonetim-surecimiz_page .aurel_about01 .iculli{list-style: none;padding-left: 0px;margin-left: 0px;margin-bottom: 30px; }.entegre-politikasi_page .aurel_about01 .iculli li,.integrated-policy_page .aurel_about01 .iculli li,.musteri-sikayeti-yonetim-surecimiz_page .aurel_about01 .iculli li{list-style: none;padding-left: 0px;margin-left: 0px;line-height: 24px;text-align: left!important;}#brosurler #page{margin-top: 90px;}.sertifikalar_page .aurel_price_item_inner,.certificates_page .aurel_price_item_inner{text-align: center;padding: 10px 10px 10px 10px;}.sertifikalar_page .aurel_price_item_inner img,.certificates_page .aurel_price_item_inner img{width: 100%;border-radius: inherit;margin-bottom: 0px;}#brosurler .sertifikalar_page #page,#brosurler .certificates_page #page{margin-top: 146px;} #aydinlatma-metinleri #page,#aydinlatma-metinleri .search_page{margin-top:150px;}#aydinlatma-metinleri #page h2{color: #a0a7ae!important;}.row.musteri-sikayet-yonetimi{display: flex;align-items: baseline;}#musteri-sikayetleri-yonetimi-sureci .row.gutters > .col, #musteri-sikayetleri-yonetimi-sureci .row.gutters > .row > .col {margin-left: 0%!important;}.row.musteri-sikayet-yonetimi .col-md-6{width:49%;}.captcha-error{color:red;}.tingle-modal-box__content h3{color:#000;}.widget .langbar{overflow: hidden;margin: 0px;margin-top: -1px;}.widget_3 input.q{width: 159px;margin-top: -3px;padding: 4px;height: 39px!important;} .fa.fa-instagram{font-weight:bold;}.widget_3 .q_button{display:none!important;}h6.widgettitle:before {background-image: url(i/leke-beyaz_yesil.png);height: 20px;width: 16px;background-size: contain;background-repeat: no-repeat;display: inline-block;background-color: inherit;}.tr li.tr{display:none;}.en li.en{display:none;}.search_page form,.search_page hr,.search_page .correction{display:none;}#search{}#search .result{background: #efefef;margin-top: 40px;padding: 19px;}#search .result .title{display:block;}#search .result .title h4{color: #1e1a36;}#search .result .title h4 a{}#search .result .content{}#search .result .content h1,#search .result .content h2,#search .result .content h3,#search .result .content h4,#search .result .content h5,#search .result .content h6,#search .result .content p,#search .result .content a,#search .result .content span{display:block;font-size:14px!important;line-height:14px!important;text-transform: lowercase;margin:0px!important;padding:0px!important;margin-bottom: 5px!important;color:#242424!important;font-weight: normal!important;}#search .result .content .row.gutters, #search .result .content .row.gutters > .row{margin:0px!important;}#search .result .content .aurel_recent_products{margin-top: 0px;padding-top: 0px;border: none;margin-bottom: 0px;}#search .result .content .aurel_products {display: flex;flex-direction: column;margin: 0px!important;flex-wrap: nowrap;}#search .result .content .aurel_products.columns_4 .aurel_product {width: 100%;text-align: left;float: left;padding: 0px;}#search .result .content .aurel_product_wrapper {text-align: left;}#search .result .content .col{margin:0px!important;padding:0px!important;width:100%!important;}#search .result .content .col.col-1,#search .result .content iframe,#search .result .content .aurel_price_item_inner{display:none;}#search .result .content .kutulariletisim{box-shadow: none;background: none;}#search .result .content .aurel_mb_70 {margin-bottom: 70px;}#search .result .content .aurel_mb_75 {margin-bottom: 0px;margin-left:0px!important;}#search .result .read_more{}#search .result .read_morea{}.altsayfalar #search .result .aurel_about01 {margin-top: 0px!important;margin-bottom: 0px!important;margin:0px!important;}.yazilibasinbox{display: flex;flex-wrap: wrap;}.list-unstyled img{height:300px;}.list-unstyled .gosterme{display:none;}.aurel_tiny ul li{list-style: none;text-align: center;}.yazilibasinbox .col-4{margin-bottom:50px;}.gorsellibasin img,.yazilibasinbox img{width:95%;}.fixed-logo {position: fixed;right: -52px;top: 50%;transform: translateY(-50%);z-index: 1000; /* Logonun üstte görünmesini sağlamak için *//* Geçiş efekti */transition: right 0.5s ease;}.fixed-logo.new-class{transition: right 0.5s ease;right:-115px;}.fixed-logo img {max-width: 200px;width: 100%;height: auto;} .col-6.text-right.dowlogofooter p{text-align: right;float: right;display: block;margin-bottom: 0px;display: flex;} .col-6.text-right.dowlogofooter p img{display: inline-block;} .en .col-6.text-right.dowlogofooter p img, .en .col-md-4.dowfooterbox p img{margin-left: 5px;}.col-6.text-right.dowlogofooter p span{display: inline-block;margin-top:4px;margin-left: 10px;color: #1f1b37;font-size: 14px;}.en .col-6.text-right.dowlogofooter p span.nomarginleft,.en .col-md-4.dowfooterbox p span.nomarginleft{margin-left:5px;}/* Mobil cihazlar için */@media (max-width: 768px) {.fixed-logo img {max-width: 70px;}} #mask {position:absolute;left:0;top:0;z-index:99999;background-color:#26262c;display:none;}#boxes .window {position:absolute;left:0;top:0;width:675px;height:850px;display:none;z-index:999999;padding:20px;border-radius: 5px;text-align: center;}#san a{width: 25px;height: auto;float: right;}#boxes #dialog {width:675px; height:auto;padding: 10px 10px 10px 10px;background-color:#ffffff;font-size: 15pt;}.agree:hover{background-color: #D1D1D1;}.popupoption:hover{	background-color:#D1D1D1;	color: green;}.popupoption2:hover{	color: red;}.service-category-list {position: relative;overflow: hidden;border-radius: 10px;}.service-category-list ul li {list-style-type: none;display: block;background: #f9f9f9;width:275px;}.accordion {width: 100%;max-width: fit-content; }.accordion .link {cursor: pointer;display: block;padding: 21px;color: #1f1b37;font-size: 14px;font-weight: 700;margin-bottom: 2px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}.accordion li:last-child .link {border-bottom: 0}.accordion li i {position: absolute;top: 16px;left: 12px;font-size: 18px;color: #595959;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease}.accordion li i.fa-chevron-down {right: 12px;left: auto;font-size: 16px}.accordion li.open .link {color: #93c021}.accordion li.open i {color: #93c021}.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg)}.submenu {display: none; font-size: 14px}.service-category-list ul {margin-bottom: 0;padding-left: 0;margin-left:0px;}.submenu li {border-bottom: none;background: #93c021;}.service-category-list ul.submenu li{background: #93c021;}.submenu a {display: block;text-decoration: none;color: #d9d9d9;padding: 12px;padding-left: 42px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease}.submenu a:hover { }.active-link a {color: #93c021!important;}.service-category-list ul.submenu li a{border-bottom: 0px solid #fff;color:#fff;font-weight:normal;}.service-category-list ul.submenu li:hover a {background: #93c021;color: #fff;}.service-category-list ul.submenu li a::before{color:#1f1b37;}.service-category-list ul li a {padding: 15px 10px;}.service-category-list ul li a {display: block;font-size: 15px;font-weight: 600;color: #3b3b3b;padding: 15px 30px;border-bottom: 2px solid #fff;}.service-category-list ul ul ul {padding-left: 20px;padding-bottom: 20px;} #accordion ul.submenu{padding-top: 11px;padding-bottom: 11px;background: #93c021;}.service-category-list ul.submenu li a::before {color: #1f1b37;}.service-category-list ul li a::before {padding-right: 8px;}.service-category-list ul li a:before {content: " \f105";font-family: FontAwesome;font-size: 16px;color: #3b3b3b;padding-right: 20px;-webkit-transition-duration: .3s;transition-duration: .3s;}#ticari-urunler-dow{}#ticari-urunler-dow .aurel_sidebar.col3.first{}#ticari-urunler-dow .aurel_sidebar.col3.first h4.accordion-title{}#ticari-urunler-dow .aurel_sidebar{}.altsayfalar.teknikurunler .aurel_content.col-8{}.altsayfalar.teknikurunler .aurel_content.col-8{}.altsayfalar.teknikurunler .aurel_content.col-8 #page .title{display:block;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .title h2{color: #1e1a36;font-size: 26px;margin-bottom: 0px;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .col-6{padding-right: 15px;padding-left: 15px;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .services-img {border-radius: 10px;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .row.mt-30 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .content ul {list-style-type: disc;margin-bottom: 20px;text-align:left;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .content ul li{text-align:left;list-style: disc;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .content h4{color: #424040;}.altsayfalar.teknikurunler .aurel_content.col-8 #page .content .service-box-2 h4{margin-top:20px;margin-bottom:15px;}.altsayfalar.teknikurunler .aurel_sidebar.col-4 .service-category-list ul ul ul{padding-bottom:0px;}.service-box-2 {position: relative;margin: 15px 0px 15px 0px;transition: .5s ease;}.service-box-2-icon {display: inline-block;background: transparent;text-align: center;font-size: 13px;border: 2px solid #fff;border-radius: 50px;position: absolute;bottom: 25px;right: 16px;-webkit-transition-duration: .3s;transition-duration: .3s;z-index: 999;}.service-box-2 img {display: block;width: 100%;height: auto;border-radius: 10px;}.service-box-2-overlay {position: absolute;bottom: 0;left: 0;right: 0;background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 1) 100%);background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 1) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 1) 100%);overflow: hidden;width: 100%;height: 100%;-moz-border-radius-bottomright: 10px;-webkit-border-bottom-right-radius: 10px;border-bottom-right-radius: 10px;-moz-border-radius-bottomleft: 10px;-webkit-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;}.service-box-2-text {position: absolute;bottom: 25px;padding: 0px 75px 0px 25px;}.service-box-2-icon i {color: #fff;padding: 15px;-webkit-transition-duration: .3s;transition-duration: .3s;}.cases-md .service-box-2-text h6{margin-bottom:0px;}.cases-md .service-box-2-text h4 {color: rgba(255, 255, 255, .7);font-size: 14px;font-weight: 300;line-height: 1.5;margin-top: 10px;}.cases-md .service-box-2-text h6 a:hover{color: #93c021;}.panel-heading-nav {border-bottom: 0;padding: 10px 0 0;}.panel-heading-nav .nav {padding-left: 10px;padding-right: 10px;}.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color:#444;}.nav-tabs>li>a{color:#009fe3;padding: 10px 17px;font-weight:bold;font-size:15px;}.tab-pane p{font-size: 15px;font-weight: 500;color: #777;line-height: 27px;} .text-content p,.tab-pane p,.text-content ul li{color:#555555!important;} .dowlogo img{display:inline-block;margin-top:40px;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li > a{letter-spacing: 1.2px;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li.formicals{top:20px;} header.aurel_main_header nav.aurel_nav ul.aurel_menu > li a{}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li.formicals img{width:100px;}header.aurel_main_header.aurel_logo_left .aurel_logo_cont{margin-left:15px;} header.aurel_main_header nav.aurel_nav > ul {font-size: 0;line-height: 0;display: block;margin-top: -20px;align-items: baseline;}table.viskoblog {width: 100%;border-collapse: collapse;margin-top: 20px;}.viskoblog thead th {background-color: #f4f4f4;font-weight: bold;text-align: left;border: 1px solid #ddd;padding: 8px;}.viskoblog tbody td {border: 1px solid #ddd;padding: 8px;}.viskoblog tbody tr:nth-child(even) {background-color: #f9f9f9;}.viskoblog tbody tr:hover {background-color: #f1f1f1;}.viskoblog th, .viskoblog td {text-align: left;vertical-align: top;}#blog{}#blog .aurel_main_wrapper {padding: 173px 0 60px 0;}#yazili-basin .aurel_main_wrapper {padding: 33px 0 60px 0;}#blog h2.aurel_post_listing_title,#blog h1.aurel_post_title{font-size: 26px!important;color: #1e1a36!important;margin-bottom: 5px;line-height:34px;}#blog h2.aurel_post_listing_title a,#blog h1.aurel_post_listing_title{color: #1e1a36;}#blog h2.aurel_post_listing_title a:hover{color:#96c11f;}#blog .aurel_post_meta .aurel_post_meta_item{margin-top: 5px;color: #96c11f;font-size: 13px;line-height: 24px;letter-spacing: 1px;font-weight: 600;font-style: italic;}#blog .aurel_sidebar.col3 .widgettitle{color: #1e1a36;font-size: 20px;}#blog .widget_categories ul li:before{background: #95c11f;}#blog .aurel_tiny h3{font-size:20px;color:#242424;margin-bottom:0px;}#blog .aurel_tiny blockquote{font-size: 20px;color: #242424;margin-bottom: 0px;padding-left: 20px;margin-top: 20px;margin-bottom: 6px;}#blog .aurel_tiny ul.yazarlar li{text-align:left;line-height: 14px;}#blog .aurel_tiny .aurel_post_formats.aurel_pf_standard .aurel_pf_standard_cont span{display: block;font-style: italic;font-size: 13px;margin-bottom: 20px;}#blog p em{display: block;line-height: 14px;}#blog #customers { border-collapse: collapse;width: 100%;}#blog #customers td,#blog#customers th {border: 1px solid #ddd;padding: 8px;text-align: left;}#blog #customers tr:nth-child(even){background-color: #f2f2f2;}#blog #customers tr:hover {background-color: #ddd;}#blog #customers th {text-align: left;background-color: #96c11f;color: white;padding: 10px;}#iletisim .aurel_content_wrapper.row.aurel_no_sidebar{display:block!important;}/*==========  Non-Mobile First Method  ==========*//* Large Devices, Wide Screens */@media only screen and (max-width : 2500px) {}@media only screen and (max-width : 1440px) {header.aurel_main_header nav.aurel_nav > ul{display:block;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li > a {padding: 0px 20px 20px 4px;font-size: 13px;}header.aurel_main_header nav.aurel_nav > ul{margin-top: -2px;}}@media only screen and (max-width : 1366px) {header.aurel_main_header nav.aurel_nav > ul {font-size: 0;line-height: 0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}header.aurel_main_header.aurel_logo_left .aurel_header_socials {margin-right: 10px;white-space: nowrap;}#socials {display: flex;align-items: center;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;}.aurel_header_socials a{margin: 0 6px}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li > a{font-size: 13px;padding: 20px 18px 20px 0px;}header.aurel_main_header nav.aurel_nav ul.aurel_menu > li.formicals {top: 20px;}}@media only screen and (max-width : 1200px) {}/* Medium Devices, Desktops */@media only screen and (max-width : 992px) {}/* Small Devices, Tablets */@media only screen and (max-width : 768px) {#kurumsal .row.aurel_js_bg_image.aurel_js_min_height,#arge .row.aurel_js_bg_image.aurel_js_min_height, #yazili-basin .row.aurel_js_bg_image.aurel_js_min_height, #iletisim .row.aurel_js_bg_image.aurel_js_min_height{width:auto!important;}.mobilelangbarl a{padding-top:3px;}.aurel_split_wrapper {height: 100vh!important;}footer.aurel_footer{position: initial!important;}.aurel_site_wrapper{overflow: inherit;}.aurel_widgets_in_line4 .widget {width: 100%;}#arge .aurel_tiny .aurel_mb_75 {margin-bottom: 0px;display: flex;flex-direction: column;}#arge .col.col-6.aurel_md_width_100 .col.col-12 {padding: 0px 0px 0px 0px;}#arge.altsayfalar h6.aurel-heading-title {font-size: 25px!important;}#iletisim .iletisimsayfasi {padding-top: 80px;display: flex;align-items: flex-start;flex-direction: column;}.konseptler .aurel_bg_size_cover{background-position: center left;background-size: cover;}.konseptler .aurel_about01 h1{font-size:22px;}.konseptler .aurel_about01 h1 img{width: 19px;}a.moreread{display:none;}.aurel_header_socials a{color:#fff;}#boxes #dialog{width:90%;z-index: 99999;}#mask{z-index: 10000;}table td{font-size:15px;}.konseptler .aurel_bg_size_cover{background-position: -40px;}.altsayfalar .aurel_about01 h1{line-height: 32px;}#performans-kimyasallari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover{background-position: -26px 0%;}#kalip-ayiricilari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-yardimci-kimyasallar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-viskozit-dusuruculer-islatma.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;} #musteri-sikayetleri-yonetimi-sureci.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#musteri-sikayetleri-yonetimi-sureci .row.aurel_js_bg_image.aurel_js_min_height{width:100%!important;margin-left: 0px!important;}#musteri-sikayetleri-yonetimi-sureci .row.musteri-sikayet-yonetimi .col-8,#musteri-sikayetleri-yonetimi-sureci .row.musteri-sikayet-yonetimi .col-4{width:100%!important;}.aurel_tiny .aurel_products {display: flex;flex-direction: column;flex-wrap: wrap;align-content: space-around;}.aurel_tiny .aurel_products.columns_4 .aurel_product {width: 100%;}#ortala{width:100%;} .yazilibasinbox {display: flex;flex-wrap: nowrap;flex-direction: column;}#yazili-basin .row.aurel_js_bg_image.aurel_js_min_height {margin-left: -585px!important;width: auto!important;}.yazilibasinbox .col-4 {margin-bottom: 50px;width: 100%;}.teknikurunler .aurel_sidebar{margin-top: 67px;}.teknikurunler .accordion {width: 100%;max-width: none;}.teknikurunler .service-category-list ul li{width:100%;}.teknikurunler .col-6 {width: 100%;}header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav a img{width:100px;}footer .row {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: space-around;align-items: center;}footer .col-md-4.dowfooterbox p{display: inline-block;text-align: center;margin: 0 auto;float: none;}footer .col-md-4.dowfooterbox p img{width: 57px;height: auto;margin: 0 auto;margin-top: 5px;display: block;}}/* Extra Small Devices, Phones */@media only screen and (max-width : 480px) {#kurumsal .row.aurel_js_bg_image.aurel_js_min_height,#arge .row.aurel_js_bg_image.aurel_js_min_height, #yazili-basin .row.aurel_js_bg_image.aurel_js_min_height, #iletisim .row.aurel_js_bg_image.aurel_js_min_height{width:auto!important;}.mobilelangbarl a{padding-top:3px;}.aurel_split_wrapper {height: 100vh!important;}footer.aurel_footer{position: initial!important;}.aurel_site_wrapper{overflow: inherit;}.aurel_widgets_in_line4 .widget {width: 100%;}#arge .aurel_tiny .aurel_mb_75 {margin-bottom: 0px;display: flex;flex-direction: column;}#arge .col.col-6.aurel_md_width_100 .col.col-12 {padding: 0px 0px 0px 0px;}#arge.altsayfalar h6.aurel-heading-title {font-size: 25px!important;}#iletisim .iletisimsayfasi {padding-top: 80px;display: flex;align-items: flex-start;flex-direction: column;}.konseptler .aurel_bg_size_cover{background-position: center left;background-size: cover;}.konseptler .aurel_about01 h1{font-size:22px;}.konseptler .aurel_about01 h1 img{width: 19px;}a.moreread{display:none;}.aurel_header_socials a{color:#fff;}#boxes #dialog{width:90%;z-index: 99999;}#mask{z-index: 10000;}table td{font-size:15px;}.konseptler .aurel_bg_size_cover{background-position: -40px;}.altsayfalar .aurel_about01 h1{line-height: 32px;}#performans-kimyasallari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover{background-position: -26px 0%;}#kalip-ayiricilari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-yardimci-kimyasallar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-viskozit-dusuruculer-islatma.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;} #musteri-sikayetleri-yonetimi-sureci.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#musteri-sikayetleri-yonetimi-sureci .row.aurel_js_bg_image.aurel_js_min_height{width:100%!important;margin-left: 0px!important;}#musteri-sikayetleri-yonetimi-sureci .row.musteri-sikayet-yonetimi .col-8,#musteri-sikayetleri-yonetimi-sureci .row.musteri-sikayet-yonetimi .col-4{width:100%!important;} .aurel_tiny .aurel_products {display: flex;flex-direction: column;flex-wrap: wrap;align-content: space-around;}.aurel_tiny .aurel_products.columns_4 .aurel_product {width: 100%;}#ortala{width:100%;} .yazilibasinbox {display: flex;flex-wrap: nowrap;flex-direction: column;}#yazili-basin .row.aurel_js_bg_image.aurel_js_min_height {margin-left: -585px!important;width: auto!important;}.yazilibasinbox .col-4 {margin-bottom: 50px;width: 100%;}.teknikurunler .aurel_sidebar{margin-top: 67px;} .teknikurunler .accordion {width: 100%;max-width: none;}.teknikurunler .service-category-list ul li{width:100%;}.teknikurunler .col-6 {width: 100%;}header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav a img{width:100px;}footer .row {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: space-around;align-items: center;}footer .col-md-4.dowfooterbox p{display: inline-block;text-align: center;margin: 0 auto;float: none;}footer .col-md-4.dowfooterbox p img{width: 57px;height: auto;margin: 0 auto;margin-top: 5px;display: block;}}/* Custom, iPhone Retina */@media only screen and (max-width : 320px) {#kurumsal .row.aurel_js_bg_image.aurel_js_min_height,#arge .row.aurel_js_bg_image.aurel_js_min_height, #yazili-basin .row.aurel_js_bg_image.aurel_js_min_height, #iletisim .row.aurel_js_bg_image.aurel_js_min_height{width:auto!important;}.mobilelangbarl a{padding-top:3px;}.aurel_split_wrapper {height: 100vh!important;}footer.aurel_footer{position: initial!important;}.aurel_site_wrapper{overflow: inherit;}.aurel_widgets_in_line4 .widget {width: 100%;}#arge .aurel_tiny .aurel_mb_75 {margin-bottom: 0px;display: flex;flex-direction: column;}#arge .col.col-6.aurel_md_width_100 .col.col-12 {padding: 0px 0px 0px 0px;}#arge.altsayfalar h6.aurel-heading-title {font-size: 25px!important;}#iletisim .iletisimsayfasi {padding-top: 80px;display: flex;align-items: flex-start;flex-direction: column;}.konseptler .aurel_bg_size_cover{background-position: center left;background-size: cover;}.konseptler .aurel_about01 h1{font-size:22px;}.konseptler .aurel_about01 h1 img{width: 19px;}a.moreread{display:none;}.aurel_header_socials a{color:#fff;}#boxes #dialog{width:90%;z-index: 99999;}#mask{z-index: 10000;}table td{font-size:15px;}.konseptler .aurel_bg_size_cover{background-position: -40px;}.altsayfalar .aurel_about01 h1{line-height: 32px;}#performans-kimyasallari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover{background-position: -26px 0%;}#kalip-ayiricilari.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-yardimci-kimyasallar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-polimerik-yapili-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-silikon-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-yag-bazli-kopuk-kesiciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#performans-kimyasallari-viskozit-dusuruculer-islatma.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-sistemler-icin-kalip-alistiricilari-kalip-temizleyicileri-ses-gidericileri.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-esnek-sunger-kali-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-eva-sistemler-icin-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-integral-elostomer-rim-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-sistemler-icin-rijit-semi-rijit-fenolik-kece.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#kalip-ayiricilar-poliuretan-taban-terlik-kalip-ayiricilar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin-sivi-renklendiriciler-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-polieter-bazli-poliuretan-blok-sunger-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-poliuretan-hammaddeler-icin.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#sivi-renklendiriciler-polieter-bazli-blok-sunger-icin-siyah-masterbatch.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-poliuretan-sistemler-icin-kalip-ici-boyalar.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-eva-hammaddeler-icin-yuzey-renklendiriciler.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#boya-vernik-poliuretan-sistemler-icin-yari-mamuller.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;} #musteri-sikayetleri-yonetimi-sureci.altsayfalar .aurel_bg_size_cover {background-size: cover;background-position: -26px 0%;;}#musteri-sikayetleri-yonetimi-sureci .row.aurel_js_bg_image.aurel_js_min_height{width:100%!important;margin-left: 0px!important;}#musteri-sikayetleri-yonetimi-sureci .row.musteri-sikayet-yonetimi .col-8,#musteri-sikayetleri-yonetimi-sureci .row.musteri-sikayet-yonetimi .col-4{width:100%!important;} .aurel_tiny .aurel_products {display: flex;flex-direction: column;flex-wrap: wrap;align-content: space-around;}.aurel_tiny .aurel_products.columns_4 .aurel_product {width: 100%;}#ortala{width:100%;}.yazilibasinbox {display: flex;flex-wrap: nowrap;flex-direction: column;}#yazili-basin .row.aurel_js_bg_image.aurel_js_min_height {margin-left: -585px!important;width: auto!important;}.yazilibasinbox .col-4 {margin-bottom: 50px;width: 100%;}.teknikurunler .aurel_sidebar{margin-top: 67px;}.teknikurunler .accordion {width: 100%;max-width: none;}.teknikurunler .service-category-list ul li{width:100%;}.teknikurunler .col-6 {width: 100%;}header.aurel_main_header .aurel_mobile_menu_wrapper nav.aurel_mobile_nav a img{width:100px;}footer .row {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: space-around;align-items: center;}footer .col-md-4.dowfooterbox p{display: inline-block;text-align: center;margin: 0 auto;float: none;}footer .col-md-4.dowfooterbox p img{width: 57px;height: auto;margin: 0 auto;margin-top: 5px;display: block;}}