/* Table of contents––––––––––––––––––––––––––––––––––––––––––––––––––- Resets & Basics- Base Styles- Typography- Links- Buttons- Forms- Lists- Code- Tables- Spacing *//* #Reset & Basics–––––––––––––––––––––––––––––––––––––––––––––––––– */html {font-family: sans-serif;/* 1 */-ms-text-size-adjust: 100%;/* 2 */-webkit-text-size-adjust: 100%;/* 2 */}body {margin: 0}article,aside,details,/* 1 */figcaption,figure,footer,header,main,/* 2 */menu,nav,section,summary {/* 1 */display: block}audio,canvas,progress,video {display: inline-block}audio:not([controls]) {display: none;height: 0}progress {vertical-align: baseline}template,/* 1 */[hidden] {display: none}a {background-color: transparent;/* 1 */-webkit-text-decoration-skip: objects;/* 2 */}a:active,a:hover {outline-width: 0}abbr[title] {border-bottom: none;/* 1 */text-decoration: underline;/* 2 */text-decoration: underline dotted;/* 2 */}b,strong,.strong {font-weight: 400;}.underline {text-decoration: underline;}/* b,strong {font-weight: bolder} */.upper {text-transform: uppercase;}dfn {font-style: italic}h1 {font-size: 2em;margin: 0;}mark {background-color: #ff0;color: #000}small,.small,.small p {font-size: 95%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sub {bottom: -0.25em}sup {top: -0.5em}.nowrap {white-space: nowrap;}img {border-style: none}svg:not(:root) {overflow: hidden}code,kbd,pre,samp {font-family: monospace, monospace;/* 1 */font-size: 1em;/* 2 */}figure {margin: 1em 40px}hr {box-sizing: content-box;/* 1 */height: 0;/* 1 */overflow: visible;/* 2 */}button,input,select,textarea {font: inherit;/* 1 */margin: 0;/* 2 */}optgroup {font-weight: bold}button,input {/* 1 */overflow: visible}button,select {/* 1 */text-transform: none}button,html [type="button"],/* 1 */[type="reset"],[type="submit"] {-webkit-appearance: button;/* 2 */}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText}fieldset {margin: 0;padding: 0;}legend {box-sizing: border-box;/* 1 */color: inherit;/* 2 */display: table;/* 1 */max-width: 100%;/* 1 */padding: 0;/* 3 */white-space: normal;/* 1 */}textarea {overflow: auto}[type="checkbox"],[type="radio"] {box-sizing: border-box;/* 1 */padding: 0;/* 2 */}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto}[type="search"] {-webkit-appearance: textfield;/* 1 */outline-offset: -2px;/* 2 */}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {-webkit-appearance: none}::-webkit-input-placeholder {color: inherit;opacity: 0.3}::-webkit-file-upload-button {-webkit-appearance: button;/* 1 */font: inherit;/* 2 */}/* Base Styles–––––––––––––––––––––––––––––––––––––––––––––––––– *//* NOTEhtml is set to 62.5% so that all the REM measurements throughout Skeletonare based on 10px sizing. So basically 1.5rem = 15px :) */html {font-size: 100%;}body {font-size: 1rem;line-height: 1.5rem;color: #000;font-family: 'Ubuntu',sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}html,body {height: 100%;}.wrapper {min-height: calc(100vh - 177px);}footer {}/* Typography–––––––––––––––––––––––––––––––––––––––––––––––––– */h1,h2,h3,h4,h5,h6 {font-family: 'Ubuntu',sans-serif;font-weight: 400;margin: 0;letter-spacing: 0px;}h1 {letter-spacing: -2px;}p,li {font-family: sans-serif;font-weight: 200;font-size: 1.0rem;line-height: 1.7rem;margin: 0;color: #000;}.break-all {word-break: break-all;}.capitalize {text-transform: capitalize;}.line-through {text-decoration: line-through;}/* Links–––––––––––––––––––––––––––––––––––––––––––––––––– */a {text-decoration: none;color: inherit;}a:hover,.link:hover {text-decoration: none;cursor: pointer;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-duration: 0.5s;}.underline-hover:hover {text-decoration: underline;}.green-hover:hover {color: #4CAF50;}.link-color-hover {width: 50px;height: 50px;border-radius: 50%;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-duration: 0.5s;}.link-color-hover:hover {background-color: #DDD;}/* Buttons–––––––––––––––––––––––––––––––––––––––––––––––––– */.button,input[type="submit"],input[type="reset"],input[type="button"] {padding: 11px 15px 10px;color: #FFF;background-color: #4CAF50;border: 1px solid #4CAF50;border-radius: 5px;text-transform: none;cursor: pointer;font-weight: 400;}.button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {border-color: #175019;background-color: #175019;color: #FFF;-webkit-transition: background-color ease-in-out .3s;transition: background-color ease-in-out .3s}.button.active {background-color: #175019;pointer-events: none;}.button.clicked {color: #FFF;background-color: #4caf50;}/* Forms–––––––––––––––––––––––––––––––––––––––––––––––––– */input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select {padding: 8px 15px 8px;background-color: #eeebeb;border: 1px solid #999;box-shadow: none;box-sizing: border-box;height: 49px;border-radius: 5px;}input[type=checkbox],input[type=radio] {transform: scale(1.4);}select {width: 100%;padding: 8px 15px;height: 49px;}textarea {height: 125px;width: 100%;padding: 10px 15px;line-height: 2.0em;}/* Removes awkward default styles on some inputs for iOS */input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none;}input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus {border: 1px solid #4CAF50;outline: 0;}label,legend {display: block;color: #999;line-height: 1;padding: 5px 0;}fieldset {padding: 0;border-width: 0;margin: 0 0 20px 0;}input[type="checkbox"],input[type="radio"] {display: inline;}label>.label-body {display: inline-block;margin-left: .5rem;font-weight: normal;}/*input[readonly="readonly"], input[readonly] {background-color: #EEE;color: #999;cursor: pointer;}*//* Lists–––––––––––––––––––––––––––––––––––––––––––––––––– */ul {list-style: circle inside;}ol {list-style: decimal inside;}ol,ul {padding: 0;margin: 0;}ul ul,ul ol,ol ol,ol ul {margin: 1.5 rem 0 1.5 rem 3rem;}li {list-style: none;}ul.disc li,td.disc ul li,.disc ul li,.disc div ul li {list-style: outside;margin: 0 0 0 20px;text-align: left;line-height: 1.8;}/* Code–––––––––––––––––––––––––––––––––––––––––––––––––– */code {padding: .2rem .5rem;margin: 0 .2rem;font-size: 90%;white-space: nowrap;background: #F1F1F1;border: 1px solid #E1E1E1;border-radius: 4px;}pre>code {display: block;padding: 1rem 1.5 rem;white-space: pre;}/* Tables–––––––––––––––––––––––––––––––––––––––––––––––––– *//* Base */th {padding: 5px 15px 5px;text-align: center;width: 1px;font-weight: 400;color: #999;background-color: #FFF;}td {padding: 12px 15px;text-align: left;width: auto;}tr:first-child td {}table.static td:first-child {font-weight: 400;color: #BBB;padding-right: 20px;}table.flexible tr:nth-child(odd),table.static tr:nth-child(odd) {background-color: #f9f9f9;}table.static tr:nth-child(even) {background-color: FFF;}/* Flexible */@media screen and (max-width: 600px) {table.flexible {border: 0;}table.flexible caption {font-size: 1.3em;}table.flexible thead {border: none;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}table.flexible tr {display: block;margin-top: 20px;border: 1px solid #DDD;}table.flexible td {display: block;text-align: right;}table.flexible td.select-checkbox {padding: 21px 0 20px 0;}table.flexible td+td+td {clear: both;}table.flexible td:first-child,table.dataTable td:first-child+td {/* float: left; *//* width: 100%; *//* text-align: center !important; */}table.flexible td:before {content: attr(data-label);float: left;font-weight: bold;padding: 0 10px 0 0;}table.flexible td {text-align: left !important;}}/* Plain */table.plain {border-collapse: collapse;width: 100%;}table.plain th {padding: 5px 15px 0;text-align: center;width: 1px;font-weight: 400;color: #999;}table.plain td {border: 1px solid #DDD;text-align: center;}table.plain tbody td span:empty:before {content: '-';}table.plain tr:nth-child(odd) {}table.plain tr:nth-child(even) {}/* Div */.table {display: table;width: 100%;height: 100%;}.table-cell-middle {display: table-cell;text-align: center;vertical-align: middle;}.table-cell-bottom {display: table-cell;text-align: center;vertical-align: bottom;}/* Spacing–––––––––––––––––––––––––––––––––––––––––––––––––– */input,textarea,select,fieldset {margin-bottom: 1.5 rem;}pre,blockquote,dl,figure,table,p,ul,ol,form {margin-bottom: 2.5 rem;}/* Misc–––––––––––––––––––––––––––––––––––––––––––––––––– */hr {margin-top: 3rem;margin-bottom: 3.5 rem;border-width: 0;border-top: 1px solid #E1E1E1;}.hidden {display: none !important;height: 0 !important;padding: 0 !important;margin: 0 !important;}.readonly {pointer-events: none;}div#card-errors {padding: 8px 10px 5px;}div#card-errors:empty {padding: 0;}.footer-image-one {height: 48px;width: 100%;background: url(/uploads/layout/web/footer-one.png) repeat-x;padding-top: 48px;}.footer-image-two {height: 48px;width: 100%;background: url(/uploads/layout/web/footer-two.png) repeat-x;padding-top: 48px;}.trip-gradent-one {left: 0;right: 0;bottom: 0;z-index: 2;/* position: absolute; */background: linear-gradient(180deg, rgba(38, 39, 40, 0) 0%, rgba(38, 39, 40, 0.70) 40%, rgba(38, 39, 40, 1) 100%);}
/* Stylesheet: web_base Modified On 2022-01-26 14:38:14 */
/* Table of contents––––––––––––––––––––––––––––––––––––––––––––––––––- Grid- Media Queries- Clearing- Utilities *//* Grid–––––––––––––––––––––––––––––––––––––––––––––––––– */.container {position: relative;width: -webkit-calc(100% - 40px);width: -moz-calc(100% - 40px);width: calc(100% - 40px);max-width: 1200px;margin: 0 auto;box-sizing: border-box;}.column,.columns {width: 100%;float: left;box-sizing: border-box;}/* For devices larger than 400px */@media (min-width: 400px) {.container {/* width: 85%; *//* padding: 0; */}}/* For devices larger than 550px */@media (min-width: 740px) {.container {/* width: 80%; */}.column,.columns {margin-left: 4%;}.column:first-child,.columns:first-child {margin-left: 0;}.one.column,.one.columns {width: 4.66666666667%;}.two.columns {width: 13.3333333333%;}.three.columns {width: 22%;}.four.columns {width: 30.6666666667%;}.five.columns {width: 39.3333333333%;}.six.columns {width: 48%;}.seven.columns {width: 56.6666666667%;}.eight.columns {width: 65.3333333333%;}.nine.columns {width: 74.0%;}.ten.columns {width: 82.6666666667%;}.eleven.columns {width: 91.3333333333%;}.twelve.columns {width: 100%;margin-left: 0;}.one-fifth.column {width: 16.80%;}.one-third.column {width: 30.6666666667%;}.two-thirds.column {width: 65.3333333333%;}.one-half.column {width: 48%;}/* Offsets */.offset-by-one.column,.offset-by-one.columns {margin-left: 8.66666666667%;}.offset-by-two.column,.offset-by-two.columns {margin-left: 17.3333333333%;}.offset-by-three.column,.offset-by-three.columns {margin-left: 26%;}.offset-by-four.column,.offset-by-four.columns {margin-left: 34.6666666667%;}.offset-by-five.column,.offset-by-five.columns {margin-left: 43.3333333333%;}.offset-by-six.column,.offset-by-six.columns {margin-left: 52%;}.offset-by-seven.column,.offset-by-seven.columns {margin-left: 60.6666666667%;}.offset-by-eight.column,.offset-by-eight.columns {margin-left: 69.3333333333%;}.offset-by-nine.column,.offset-by-nine.columns {margin-left: 78.0%;}.offset-by-ten.column,.offset-by-ten.columns {margin-left: 86.6666666667%;}.offset-by-eleven.column,.offset-by-eleven.columns {margin-left: 95.3333333333%;}.offset-by-one-third.column,.offset-by-one-third.columns {margin-left: 34.6666666667%;}.offset-by-two-thirds.column,.offset-by-two-thirds.columns {margin-left: 69.3333333333%;}.offset-by-one-half.column,.offset-by-one-half.columns {margin-left: 52%;}}/* Media Queries–––––––––––––––––––––––––––––––––––––––––––––––––– *//*Note: The best way to structure the use of media queries is to create the queriesnear the relevant code. For example, if you wanted to change the styles for buttonson small devices, paste the mobile query code up in the buttons section and style itthere.*//* Larger than mobile */@media (min-width: 400px) {}/* Larger than phablet (also point when grid becomes active) */@media (min-width: 550px) {.max-550 {display: none !important;}.plus-550 {display: block !important;}.plus-550-nav-label {display: block !important;}.plus-550-nav-icon {display: none !important;}table.static td:first-child {width: 170px;}.sticky-footer {display: none !important;}.align-center-plus-550 {text-align: center !important;}.align-right-plus-550 {text-align: right !important;}.align-left-plus-550 {text-align: left !important;}}/* Larger than tablet */@media (min-width: 750px) {.container {width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);width: calc(100% - 20px);}.plus-750-order-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.max-750 {display: none !important;}.plus-750 {display: block !important;}.plus-750-p-t-0 {padding-top: 0px;}.plus-750-p-t-90 {padding-top: 95px;}.plus-750-p-l-20 {padding-left: 20px;}.plus-750-p-l-50 {padding-left: 50px;}.plus-750-p-r-20 {padding-right: 20px;}.plus-750-p-r-50 {padding-right: 50px;}.plus-750-p-t-15 {padding-top: 15px !important;}.plus-750-p-t-300 {padding-top: 280px;}.plus-750-m-n-t-80 {margin-top: -80px;}.plus-750-four {width: 30.6666666667% !important;margin-left: 4% !important;}.plus-750-align-right {text-align: right;}.plus-750-gallery {max-width: 100% !important;height: auto !important;margin: 0 !important;}}/* Larger than desktop */@media (min-width: 1000px) {}/* Larger than Desktop HD */@media (min-width: 1200px) {}/* Clearing–––––––––––––––––––––––––––––––––––––––––––––––––– *//* Self Clearing Goodness */.container:after,.row:after,.u-cf {content: "";display: table;clear: both;width: 100%;}/* Utilities–––––––––––––––––––––––––––––––––––––––––––––––––– */.u-full-height {height: 100vh;}.u-full-width {width: 100%;box-sizing: border-box;}.u-max-full-width {max-width: 100%;box-sizing: border-box;}.u-pull-right {float: right;}.u-pull-left {float: left;}.max-550-order-2 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}
/* Stylesheet: web_skeleton Modified On 2021-04-09 08:28:26 */
/* Table of contents––––––––––––––––––––––––––––––––––––––––––––––––––- Position- Display- Misc- Banner- Animate *//* #Position–––––––––––––––––––––––––––––––––––––––––––––––––– */.absolute {position: absolute;}.relative {position: relative;}/* #Display–––––––––––––––––––––––––––––––––––––––––––––––––– */.display-inline-block {display: inline-block;}.display-block {display: block;}.display-none {display: none;}/* #Misc–––––––––––––––––––––––––––––––––––––––––––––––––– */.fixed-header {position: fixed;top: 0;left: 0;width: 100%;z-index: 11;}.sticky-header {position: sticky;top: 0;left: 0;width: 100%;z-index: 11;line-height: 1;}.sticky-footer {position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;}.hidden-viewport-1,.hidden-viewport-2 {display: none;}.hidden-notification-1,.hidden-notification-2 {display: none;}/* #Banner–––––––––––––––––––––––––––––––––––––––––––––––––– */.banner {height: 400px;}.banner-image {width: 100%;height: 400px;position: absolute;}.banner-overlay {position: absolute;height: 400px;width: 100%;margin-top: -400px;background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);background: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=1);}.banner-caption {margin-top: -250px;height: 250px;}.banner-image-0 {background-size: cover;background-position: center center;}@keyframes backgroundchangeFadeInOut {0% {opacity: 1;}17% {opacity: 1;}25% {opacity: 0;}92% {opacity: 0;}100% {opacity: 1;}}@-webkit-keyframes backgroundchangeFadeInOut {0% {opacity: 1;}17% {opacity: 1;}25% {opacity: 0;}92% {opacity: 0;}100% {opacity: 1;}}.banner div:nth-of-type(1) {animation-delay: 80s;-webkit-animation-delay: 80s;}.banner div:nth-of-type(2) {animation-delay: 60s;-webkit-animation-delay: 60s;}.banner div:nth-of-type(3) {animation-delay: 40s;-webkit-animation-delay: 40s;}.banner div:nth-of-type(4) {animation-delay: 20s;-webkit-animation-delay: 20s;}.banner div:nth-of-type(5) {animation-delay: 0;-webkit-animation-delay: 0;}.banner div {animation-name: backgroundchangeFadeInOut;animation-timing-function: ease-in-out;animation-iteration-count: infinite;animation-duration: 100s;-webkit-animation-name: backgroundchangeFadeInOut;-webkit-animation-timing-function: ease-in-out;-webkit-animation-iteration-count: infinite;-webkit-animation-duration: 100s;}/* #Animate–––––––––––––––––––––––––––––––––––––––––––––––––– */@-webkit-keyframes blink {0% {opacity: 0.4;}50% {opacity: 1;}100% {opacity: 0.4;}}@-moz-keyframes blink {0% {opacity: 0.4;}50% {opacity: 1;}100% {opacity: 0.4;}}@-o-keyframes blink {0% {opacity: 0.4;}50% {opacity: 1;}100% {opacity: 0.4;}}.placeholder {background-color: #DDD !important;-webkit-animation: blink 2s;-webkit-animation-iteration-count: infinite;-moz-animation: blink 2s;-moz-animation-iteration-count: infinite;-o-animation: blink 2s;-o-animation-iteration-count: infinite;}
/* Stylesheet: web_utilities_a Modified On 2020-09-14 13:15:01 */
/* Toggle–––––––––––––––––––––––––––––––––––––––––––––––––– */.nav-toggle {/* display: none; *//* position: relative; */top: 0;background-color: transparent;cursor: pointer;z-index: 3;width: 50px;height: 50px;border-radius: 50%;padding: 0 0 0 10px;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-duration: 0.5s;}.nav-toggle:hover {background-color: #DDD;}span.icon-bar {position: absolute;display: block;width: 30px;height: 3px;background-color: #000;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-duration: 0.5s;}.icon-bar:nth-child(1) {top: 25px;}.icon-bar:nth-child(2) {top: 33px;}.icon-bar:nth-child(3) {top: 41px;}.nav-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;opacity: 0;visibility: hidden;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;transition-duration: 0.5s;}.nav-overlay.active {opacity: 1;visibility: visible;}/* ICON BARS ANIMATION */.nav-toggle.active .icon-bar:nth-child(1) {top: 33px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);background-color: #000;}.nav-toggle.active .icon-bar:nth-child(2) {width: 0;}.nav-toggle.active .icon-bar:nth-child(3) {top: 33px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);background-color: #000;}/* Common menu–––––––––––––––––––––––––––––––––––––––––––––––––– */.nav-menu {top: 70px;left: 0;height: 0;padding: 0;overflow: hidden;}.nav-menu.active {height: 100vh;width: 100vw;left: 0;overflow: hidden;background-color: #FFF;z-index: 2;position: fixed;}/* Large menu–––––––––––––––––––––––––––––––––––––––––––––––––– */.nav-item-parent {color: #000;}.nav-item-child {color: #000;}/* Small menu–––––––––––––––––––––––––––––––––––––––––––––––––– */@media screen and (max-width:1023px) {.nav-menu {top: 70px;left: 0;height: 0;padding: 0;overflow: hidden;}.nav-menu.active {height: 100vh;width: 100vw;left: 0;overflow: scroll;background-color: #FFF;z-index: 2;position: absolute;}.nav-item-parent {font-size: 1.8rem;line-height: 1.0;}.nav-item-child {font-size: 1.4rem;line-height: 1.0;}}
/* Stylesheet: web_menu Modified On 2022-01-25 14:05:20 */
/* Table of contents––––––––––––––––––––––––––––––––––––––––––––––––––- Square- Slick- Accordion *//* #Sqaure–––––––––––––––––––––––––––––––––––––––––––––––––– */.square1 {-webkit-tap-highlight-color: transparent;outline: none;}.square1:focus {outline: none;}.square1 img {display: none;}.slides_container {position: relative;height: calc(100vh - 70px);overflow: hidden;}.image_wrapper,.wrap_placeholder {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: none;background-size: 0;background-position: center center;background-repeat: no-repeat;transition: transform 1s ease-in-out;}.image_wrapper.no_transition,.wrap_placeholder.no_transition {transition: none !important;}.image_wrapper>a {display: block;width: 100%;height: 100%;}.square1_prev_image,.square1_next_image {position: absolute;top: 50%;left: 20px;width: 50px;height: 50px;background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.1px' height='20.3px' viewBox='0 0 15.1 20.3' enable-background='new 0 0 15.1 20.3' xml:space='preserve'%3E%3Cfilter height='200%25' id='blur' width='200%25' x='-30%25' y='-30%25'%3E%3CfeGaussianBlur in='offOut' result='blurOut' stdDeviation='2'%3E%3C/feGaussianBlur%3E%3C/filter%3E%3Crect x='0.1' y='-0.1' fill='none' width='14.7' height='19.9'/%3E%3Cg%3E%3Cpath filter='url(%23blur)' fill='%23fff' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3Cpath fill='%23000' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;background-size: 40%;color: rgba(255, 255, 255, .3);cursor: pointer;transform: translate(0, -50%);z-index: 2;cursor: pointer;text-indent: -9999px;overflow: hidden;opacity: 1.0;transition: opacity .3s ease-in-out;}.square1_prev_image:hover,.square1_next_image:hover {opacity: 1;}.square1_next_image {transform: translate(0, -50%) rotate(180deg);left: auto;right: 20px;}.square1_dots {position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;z-index: 1000;overflow: hidden;}.square1_dots span {position: relative;display: inline-block;margin: 0;padding: 7px;cursor: pointer;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}.square1_dots span:before {content: " ";display: inline-block;width: 10px;height: 10px;border-radius: 5px;background: rgba(0, 0, 0, .3);box-shadow: 0 0 14px 0px rgba(255, 255, 255, .4)}.square1_dots span.current:before {background: rgba(0, 0, 0, 1);}.square1_dots span:hover:before {background: rgba(0, 0, 0, 1);box-shadow: 0 0 2px rgba(255, 255, 255, .4);}.square1_spinner {position: absolute;top: 50%;left: 50%;/* transform: translate(-50%, -50%); */width: 40px;height: 40px;border-radius: 50px;border: 5px solid rgba(0, 0, 0, 0);border-top: 5px solid rgba(0, 0, 0, .5);animation: square1_spinner 1s linear infinite;z-index: -1;display: none;}.square1.loading .square1_spinner {display: block;}@keyframes square1_spinner {0% {transform: translate(-50%, -50%) rotate(0deg);}100% {transform: translate(-50%, -50%) rotate(360deg);}}/* custom settings styles */.fill_mode-contain .image_wrapper,.fill_mode-contain .wrap_placeholder {background-size: contain;}.fill_mode-cover .image_wrapper,.fill_mode-cover .wrap_placeholder {background-size: cover;}.prev_next_nav-outside .square1_prev_image {left: -60px;}.prev_next_nav-outside .square1_next_image {right: -60px;}.prev_next_nav-hover .square1_prev_image {left: -60px;opacity: 0;}.prev_next_nav-hover:hover .square1_prev_image {left: 20px;opacity: 1;}.prev_next_nav-hover .square1_next_image {right: -60px;opacity: 0;}.prev_next_nav-hover:hover .square1_next_image {right: 20px;opacity: 1;}.prev_next_nav-none .square1_prev_image,.prev_next_nav-none .square1_next_image {display: none;}.dots_nav-outside .square1_dots {bottom: -34px;}.dots_nav-hover .square1_dots {bottom: -34px;opacity: 0;transition: bottom .3s ease-in-out, opacity .3s ease-in-out;}.dots_nav-hover:hover .square1_dots {bottom: 0;opacity: 1;}.dots_nav-none .square1_dots {display: none;}.square1_caption {position: absolute;bottom: -54px;left: 0;right: 0;font-size: .75em;text-align: center;display: none;}.caption-none .square1_caption {height: 0;width: 0;overflow: hidden;}.caption-inside .square1_caption {bottom: 0;padding: 0.7em;color: rgba(255, 255, 255, .8);background: rgba(0, 0, 0, .4);}.caption-hover .square1_caption {opacity: 0;transition: opacity .3s ease-in-out;}.caption-hover:hover .square1_caption {opacity: 1;}.dots_nav-inside .square1_caption,.dots_nav-hover .square1_caption,.dots_nav-none .square1_caption {bottom: -25px;}.dots_nav-inside.caption-inside .square1_caption,.dots_nav-hover.caption-inside .square1_caption,.dots_nav-none.caption-inside .square1_caption {bottom: 0;}.dots_nav-inside.caption-inside .square1_dots,.dots_nav-hover.caption-inside:hover .square1_dots {bottom: 30px;opacity: 1;}/* Light Theme */.theme-light .square1_prev_image,.theme-light .square1_next_image {background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.1px' height='20.3px' viewBox='0 0 15.1 20.3' enable-background='new 0 0 15.1 20.3' xml:space='preserve'%3E%3Cfilter height='200%25' id='blur' width='200%25' x='-30%25' y='-30%25'%3E%3CfeGaussianBlur in='offOut' result='blurOut' stdDeviation='2'%3E%3C/feGaussianBlur%3E%3C/filter%3E%3Crect x='0.1' y='-0.1' fill='none' width='14.7' height='19.9'/%3E%3Cg%3E%3Cpath filter='url(%23blur)' fill='%23000' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3Cpath fill='%23fff' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3C/g%3E%3C/svg%3E");}.theme-light .square1_dots span:before {background: rgba(200, 200, 200, .4);}.theme-light .square1_dots span:before {background: rgba(200, 200, 200, .4);box-shadow: 0 0 14px 0px rgba(0, 0, 0, .4);}.theme-light .square1_dots span.current:before {background: rgba(255, 255, 255, .7);}.theme-light .square1_dots span:hover:before {background: rgba(255, 255, 255, .7);box-shadow: 0 0 2px rgba(0, 0, 0, .4);}.theme-light.caption-inside .square1_caption {background: rgba(255, 255, 255, .7);color: rgba(0, 0, 0, .8);}.theme-light .square1_spinner {border-top: 5px solid rgba(255, 255, 255, .5);}/* Responsive */@media (max-width: 600px) {.square1_prev_image {left: 0px;}.square1_next_image {right: 0px;}.square1_spinner {width: 20px;height: 20px;}}/* #slick–––––––––––––––––––––––––––––––––––––––––––––––––– */.slick-slider {position: relative;display: block;box-sizing: border-box;overflow: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.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: flex;align-items: top;margin-left: auto;margin-right: auto;}.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;}[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;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}.slick-loading .slick-list {background: #fff url('./ajax-loader.gif') center center no-repeat;}/* Arrows */.slick-prev,.slick-next {font-size: 0;line-height: 0;position: absolute;top: 30%;display: block;width: 100px;height: 100px;padding: 0;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);cursor: pointer;color: transparent;border: none;outline: none;background: transparent;z-index: 1;}.slick-prev {left: -40px;}.slick-next {right: -40px;}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {color: transparent;outline: none;background: transparent;}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {opacity: 1;}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {opacity: 1;}.slick-prev:before {font-family: "Font Awesome 5 Free";font-weight: 800;content: "\f053";font-size: 20px;line-height: 1;opacity: 1;color: #000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.slick-next:before {font-family: "Font Awesome 5 Free";font-weight: 800;content: "\f054";font-size: 20px;line-height: 1;opacity: 1;color: #000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}/* Dots */.slick-dots {display: block;width: 100%;padding: 10px 0 0 0;margin: 0;list-style: none;text-align: center;}.slick-dots li {position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer;}.slick-dots li button {font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}.slick-dots li button:hover,.slick-dots li button:focus {outline: none;}.slick-dots li button:hover:before,.slick-dots li button:focus:before {opacity: 1;}.slick-dots li button:before {font-family: "Font Awesome 5 Free";font-weight: 300;content: "\f111";font-size: 12px;line-height: 12px;position: absolute;top: 0;left: 0;width: 20px;height: 20px;text-align: center;color: #000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.slick-dots li.slick-active button:before {font-weight: 900;content: "\f111";}.slick-lightbox {position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;background: black;-webkit-transition: opacity 0.5s ease;transition: opacity 0.5s ease}.slick-lightbox .slick-loading .slick-list {background-color: transparent}.slick-lightbox .slick-prev {left: 15px}.slick-lightbox .slick-next {right: 15px}.slick-lightbox-hide {opacity: 0}.slick-lightbox-hide.slick-lightbox-ie {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0)}.slick-lightbox-hide-init {position: absolute;top: -9999px;opacity: 0}.slick-lightbox-hide-init.slick-lightbox-ie {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0)}.slick-lightbox-inner {position: fixed;top: 0;left: 0;width: 100%;height: 100%}.slick-lightbox-slick-item {text-align: center;overflow: hidden}.slick-lightbox-slick-item:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -0.25em}.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {position: absolute;bottom: 0;left: 0;text-align: center;width: 100%;margin-bottom: 20px}.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {display: block;text-align: center}.slick-lightbox-slick-item-inner {display: inline-block;vertical-align: middle;max-width: 90%;max-height: 90%}.slick-lightbox-slick-img {margin: 0 auto;display: block;max-width: 90%;max-height: 90%}.slick-lightbox-slick-caption {margin: 10px 0 0;color: white}.slick-lightbox-close {position: absolute;top: 14px;right: 20px;display: block;height: 20px;width: 20px;line-height: 0;font-size: 0;cursor: pointer;background: transparent;color: transparent;padding: 0;border: none}.slick-lightbox-close:focus {outline: none}.slick-lightbox-close:before {font-family: "Font Awesome 5 Free";font-weight: 800;content: "\f00d";font-size: 20px;line-height: 1;color: #666;opacity: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}/* #accordion–––––––––––––––––––––––––––––––––––––––––––––––––– */.accordion-one,.accordion-two {background-color: #FFF;color: #222;cursor: pointer;padding: 0;width: 100%;text-align: left;border: none;outline: none;transition: 0.4s;}.accordion-one:after {font-family: "Font Awesome 5 Free";font-weight: 600;content: "\f078";font-size: 1.8rem;margin: 8px 0 -15px 0;float: right;color: #4CAF50;}.accordion-one.active:after {font-family: "Font Awesome 5 Free";font-weight: 600;content: "\f077";font-size: 1.8rem;margin: 8px 0 -15px 0;float: right;color: #4CAF50;}.accordion-two:after {font-family: "Font Awesome 5 Free";font-weight: 600;content: "\f078";font-size: 1.3rem;margin: 3px 3px -8px 0;float: right;color: #4CAF50;}.accordion-two.active:after {font-family: "Font Awesome 5 Free";font-weight: 600;content: "\f077";font-size: 1.3rem;margin: 3px 3px -8px 0;float: right;color: #4CAF50;}.accordion-one.active,.accordion:focus,.accordion-two.active,.accordion-two:focus {background-color: #FFF;}.accordion-one:hover,.accordion-two:hover {background-color: #FFF;}.panel {max-height: 0;overflow: hidden;transition: max-height 0.3s ease-out;}
/* Stylesheet: web_jquery_a Modified On 2022-01-26 10:22:40 */
#debungcontrolls, .debugtimeline {width: 100%;box-sizing: border-box}.rev_column, .rev_column .tp-parallax-wrap, .tp-svg-layer svg {vertical-align: top}#debungcontrolls {z-index: 100000;position: fixed;bottom: 0;height: auto;background: rgba(0, 0, 0, .6);padding: 10px}.debugtimeline {height: 10px;position: relative;margin-bottom: 3px;display: none;white-space: nowrap}.debugtimeline:hover {height: 15px}.the_timeline_tester {background: #e74c3c;position: absolute;top: 0;left: 0;height: 100%;width: 0}.rs-go-fullscreen {position: fixed !important;width: 100% !important;height: 100% !important;top: 0 !important;left: 0 !important;z-index: 9999999 !important;background: #fff !important}.debugtimeline.tl_slide .the_timeline_tester {background: #f39c12}.debugtimeline.tl_frame .the_timeline_tester {background: #3498db}.debugtimline_txt {color: #fff;font-weight: 400;font-size: 7px;position: absolute;left: 10px;top: 0;white-space: nowrap;line-height: 10px}.rtl {direction: rtl}@font-face {font-family: revicons;src: url(../fonts/revicons/revicons.eot?5510888);src: url(../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(../fonts/revicons/revicons.woff?5510888) format('woff'), url(../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight: 400;font-style: normal}[class*=" revicon-"]:before, [class^=revicon-]:before {font-family: revicons;font-style: normal;font-weight: 400;speak: none;display: inline-block;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center;font-variant: normal;text-transform: none;line-height: 1em;margin-left: .2em}.revicon-search-1:before {content: '\e802'}.revicon-pencil-1:before {content: '\e831'}.revicon-picture-1:before {content: '\e803'}.revicon-cancel:before {content: '\e80a'}.revicon-info-circled:before {content: '\e80f'}.revicon-trash:before {content: '\e801'}.revicon-left-dir:before {content: '\e817'}.revicon-right-dir:before {content: '\e818'}.revicon-down-open:before {content: '\e83b'}.revicon-left-open:before {content: '\e819'}.revicon-right-open:before {content: '\e81a'}.revicon-angle-left:before {content: '\e820'}.revicon-angle-right:before {content: '\e81d'}.revicon-left-big:before {content: '\e81f'}.revicon-right-big:before {content: '\e81e'}.revicon-magic:before {content: '\e807'}.revicon-picture:before {content: '\e800'}.revicon-export:before {content: '\e80b'}.revicon-cog:before {content: '\e832'}.revicon-login:before {content: '\e833'}.revicon-logout:before {content: '\e834'}.revicon-video:before {content: '\e805'}.revicon-arrow-combo:before {content: '\e827'}.revicon-left-open-1:before {content: '\e82a'}.revicon-right-open-1:before {content: '\e82b'}.revicon-left-open-mini:before {content: '\e822'}.revicon-right-open-mini:before {content: '\e823'}.revicon-left-open-big:before {content: '\e824'}.revicon-right-open-big:before {content: '\e825'}.revicon-left:before {content: '\e836'}.revicon-right:before {content: '\e826'}.revicon-ccw:before {content: '\e808'}.revicon-arrows-ccw:before {content: '\e806'}.revicon-palette:before {content: '\e829'}.revicon-list-add:before {content: '\e80c'}.revicon-doc:before {content: '\e809'}.revicon-left-open-outline:before {content: '\e82e'}.revicon-left-open-2:before {content: '\e82c'}.revicon-right-open-outline:before {content: '\e82f'}.revicon-right-open-2:before {content: '\e82d'}.revicon-equalizer:before {content: '\e83a'}.revicon-layers-alt:before {content: '\e804'}.revicon-popup:before {content: '\e828'}.rev_slider_wrapper {position: relative;z-index: 0;width: 100%}.rev_slider {position: relative;overflow: visible}.entry-content .rev_slider a, .rev_slider a {}.tp-overflow-hidden {overflow: hidden !important}.group_ov_hidden {overflow: hidden}.rev_slider img, .tp-simpleresponsive img {max-width: none !important;transition: none;margin: 0;padding: 0;border: none}.rev_slider .no-slides-text {font-weight: 700;text-align: center;padding-top: 80px}.rev_slider > ul, .rev_slider > ul > li, .rev_slider > ul > li:before, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {list-style: none !important;position: absolute;margin: 0 !important;padding: 0 !important;overflow-x: visible;overflow-y: visible;background-image: none;background-position: 0 0;text-indent: 0;top: 0;left: 0}.rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before {visibility: hidden}.tp-revslider-mainul, .tp-revslider-slidesli {padding: 0 !important;margin: 0 !important;list-style: none !important;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}.fullscreen-container, .fullwidthbanner-container {padding: 0;position: relative}.rev_slider li.tp-revslider-slidesli {position: absolute !important}.tp-caption .rs-untoggled-content {display: block}.tp-caption .rs-toggled-content {display: none}.rs-toggle-content-active.tp-caption .rs-toggled-content {display: block}.rs-toggle-content-active.tp-caption .rs-untoggled-content {display: none}.rev_slider .caption, .rev_slider .tp-caption {position: relative;visibility: hidden;white-space: nowrap;display: block;-webkit-font-smoothing: antialiased !important;z-index: 1}.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-o-user-select: none}.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap:last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap:last-child {margin-bottom: 0}.tp-svg-layer svg {width: 100%;height: 100%;position: relative}.tp-carousel-wrapper {cursor: url(openhand.cur), move}.tp-carousel-wrapper.dragged {cursor: url(closedhand.cur), move}.tp_inner_padding {box-sizing: border-box;max-height: none !important}.tp-caption.tp-layer-selectable {-moz-user-select: all;-khtml-user-select: all;-webkit-user-select: all;-o-user-select: all}.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {visibility: hidden !important;display: none !important}.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {max-width: none !important}.tp-element-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0}.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;z-index: 1000;transform: scaleX(0) scaleY(0)}.tp-parallax-wrap {transform-style: preserve-3d}.rev_row_zone {position: absolute;width: 100%;left: 0;box-sizing: border-box;min-height: 50px;font-size: 0}.rev_column_inner, .rev_slider .tp-caption.rev_row {position: relative;width: 100% !important;box-sizing: border-box}.rev_row_zone_top {top: 0}.rev_row_zone_middle {top: 50%;transform: translateY(-50%)}.rev_row_zone_bottom {bottom: 0}.rev_slider .tp-caption.rev_row {display: table;table-layout: fixed;vertical-align: top;height: auto !important;font-size: 0}.rev_column {display: table-cell;position: relative;height: auto;box-sizing: border-box;font-size: 0}.rev_column_inner {display: block;height: auto !important;white-space: normal !important}.rev_column_bg {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;box-sizing: border-box;background-clip: content-box;border: 0 solid transparent}.tp-caption .backcorner, .tp-caption .backcornertop, .tp-caption .frontcorner, .tp-caption .frontcornertop {height: 0;top: 0;width: 0;position: absolute}.rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {text-align: inherit}.rev_column_inner .tp-mask-wrap {display: inline-block}.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {position: relative !important;left: auto !important;top: auto !important;line-height: 0}.tp-video-play-button, .tp-video-play-button i {line-height: 50px !important;vertical-align: top;text-align: center}.rev_column_inner .rev_layer_in_column, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {vertical-align: top}.rev_break_columns {display: block !important}.rev_break_columns .tp-parallax-wrap.rev_column {display: block !important;width: 100% !important}.fullwidthbanner-container {overflow: hidden}.fullwidthbanner-container .fullwidthabanner {width: 100%;position: relative}.tp-static-layers {position: absolute;z-index: 101;top: 0;left: 0}.tp-caption .frontcorner {border-left: 40px solid transparent;border-right: 0 solid transparent;border-top: 40px solid #00A8FF;left: -40px}.tp-caption .backcorner {border-left: 0 solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;right: 0}.tp-caption .frontcornertop {border-left: 40px solid transparent;border-right: 0 solid transparent;border-bottom: 40px solid #00A8FF;left: -40px}.tp-caption .backcornertop {border-left: 0 solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;right: 0}.tp-layer-inner-rotation {position: relative !important}img.tp-slider-alternative-image {width: 100%;height: auto}.caption.fullscreenvideo, .rs-background-video-layer, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {width: 100%;height: 100%;top: 0;left: 0;position: absolute}.noFilterClass {filter: none !important}.rs-background-video-layer {visibility: hidden;z-index: 0}.caption.fullscreenvideo audio, .caption.fullscreenvideo iframe, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {width: 100% !important;height: 100% !important;display: none}.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {background: #000}.fullcoveredvideo .tp-poster {background-position: center center;background-size: cover;width: 100%;height: 100%;top: 0;left: 0}.videoisplaying .html5vid .tp-poster {display: none}.tp-video-play-button {background: #000;background: rgba(0, 0, 0, .3);border-radius: 5px;position: absolute;top: 50%;left: 50%;color: #FFF;margin-top: -25px;margin-left: -25px;cursor: pointer;width: 50px;height: 50px;box-sizing: border-box;display: inline-block;z-index: 4;opacity: 0;transition: opacity .3s ease-out !important}.tp-audio-html5 .tp-video-play-button, .tp-hiddenaudio {display: none !important}.tp-caption .html5vid {width: 100% !important;height: 100% !important}.tp-video-play-button i {width: 50px;height: 50px;display: inline-block;font-size: 40px !important}.rs-fullvideo-cover, .tp-dottedoverlay, .tp-shadowcover {height: 100%;top: 0;left: 0;position: absolute}.tp-caption:hover .tp-video-play-button {opacity: 1;display: block}.tp-caption .tp-revstop {display: none;border-left: 5px solid #fff !important;border-right: 5px solid #fff !important;margin-top: 15px !important;line-height: 20px !important;vertical-align: top;font-size: 25px !important}.tp-seek-bar, .tp-video-button, .tp-volume-bar {outline: 0;line-height: 12px;margin: 0;cursor: pointer}.videoisplaying .revicon-right-dir {display: none}.videoisplaying .tp-revstop {display: inline-block}.videoisplaying .tp-video-play-button {display: none}.fullcoveredvideo .tp-video-play-button {display: none !important}.fullscreenvideo .fullscreenvideo audio, .fullscreenvideo .fullscreenvideo video {object-fit: contain !important}.fullscreenvideo .fullcoveredvideo audio, .fullscreenvideo .fullcoveredvideo video {object-fit: cover !important}.tp-video-controls {position: absolute;bottom: 0;left: 0;right: 0;padding: 5px;opacity: 0;transition: opacity .3s;background-image: linear-gradient(to bottom, #000 13%, #323232 100%);display: table;max-width: 100%;overflow: hidden;box-sizing: border-box}.rev-btn.rev-hiddenicon i, .rev-btn.rev-withicon i {transition: all .2s ease-out !important;font-size: 15px}.tp-caption:hover .tp-video-controls {opacity: .9}.tp-video-button {background: rgba(0, 0, 0, .5);border: 0;border-radius: 3px;font-size: 12px;color: #fff;padding: 0}.tp-video-button:hover {cursor: pointer}.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {padding: 0 5px;display: table-cell;vertical-align: middle}.tp-video-seek-bar-wrap {width: 80%}.tp-video-vol-bar-wrap {width: 20%}.tp-seek-bar, .tp-volume-bar {width: 100%;padding: 0}.rs-fullvideo-cover {width: 100%;background: 0 0;z-index: 5}.disabled_lc .tp-video-play-button, .rs-background-video-layer audio::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls-start-playback-button {display: none !important}.tp-audio-html5 .tp-video-controls {opacity: 1 !important;visibility: visible !important}.tp-dottedoverlay {background-repeat: repeat;width: 100%;z-index: 3}.tp-dottedoverlay.twoxtwo {background: url(../assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite {background: url(../assets/gridtile_white.png)}.tp-dottedoverlay.threexthree {background: url(../assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite {background: url(../assets/gridtile_3x3_white.png)}.tp-shadowcover {width: 100%;background: #fff;z-index: -1}.tp-shadow1 {box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)}.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {z-index: -2;position: absolute;content: "";bottom: 10px;left: 10px;width: 50%;top: 85%;max-width: 300px;background: 0 0;box-shadow: 0 15px 10px rgba(0, 0, 0, .8);transform: rotate(-3deg)}.tp-shadow2:after, .tp-shadow4:after {transform: rotate(3deg);right: 10px;left: auto}.tp-shadow5 {position: relative;box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset}.tp-shadow5:after, .tp-shadow5:before {content: "";position: absolute;z-index: -2;box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);top: 30%;bottom: 0;left: 20px;right: 20px;border-radius: 100px/20px}.tp-button {padding: 6px 13px 5px;border-radius: 3px;height: 30px;cursor: pointer;color: #fff !important;text-shadow: 0 1px 1px rgba(0, 0, 0, .6) !important;font-size: 15px;line-height: 45px !important;font-family: arial, sans-serif;font-weight: 700;letter-spacing: -1px;text-decoration: none}.tp-button.big {color: #fff;text-shadow: 0 1px 1px rgba(0, 0, 0, .6);font-weight: 700;padding: 9px 20px;font-size: 19px;line-height: 57px !important}.purchase:hover, .tp-button.big:hover, .tp-button:hover {background-position: bottom, 15px 11px}.purchase.green, .purchase:hover.green, .tp-button.green, .tp-button:hover.green {background-color: #21a117;box-shadow: 0 3px 0 0 #104d0b}.purchase.blue, .purchase:hover.blue, .tp-button.blue, .tp-button:hover.blue {background-color: #1d78cb;box-shadow: 0 3px 0 0 #0f3e68}.purchase.red, .purchase:hover.red, .tp-button.red, .tp-button:hover.red {background-color: #cb1d1d;box-shadow: 0 3px 0 0 #7c1212}.purchase.orange, .purchase:hover.orange, .tp-button.orange, .tp-button:hover.orange {background-color: #f70;box-shadow: 0 3px 0 0 #a34c00}.purchase.darkgrey, .purchase:hover.darkgrey, .tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey {background-color: #555;box-shadow: 0 3px 0 0 #222}.purchase.lightgrey, .purchase:hover.lightgrey, .tp-button.lightgrey, .tp-button:hover.lightgrey {background-color: #888;box-shadow: 0 3px 0 0 #555}.rev-btn, .rev-btn:visited {outline: 0 !important;box-shadow: none !important;text-decoration: none !important;line-height: 44px;font-size: 17px;font-weight: 500;padding: 12px 35px;box-sizing: border-box;font-family: Roboto, sans-serif;cursor: pointer}.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {text-transform: uppercase;letter-spacing: 1px;font-size: 15px;font-weight: 900}.rev-btn.rev-withicon i {font-weight: 400;position: relative;top: 0;margin-left: 10px !important}.rev-btn.rev-hiddenicon i {font-weight: 400;position: relative;top: 0;opacity: 0;margin-left: 0 !important;width: 0 !important}.rev-btn.rev-hiddenicon:hover i {opacity: 1 !important;margin-left: 10px !important;width: auto !important}.rev-btn.rev-medium, .rev-btn.rev-medium:visited {line-height: 36px;font-size: 14px;padding: 10px 30px}.rev-btn.rev-medium.rev-hiddenicon i, .rev-btn.rev-medium.rev-withicon i {font-size: 14px;top: 0}.rev-btn.rev-small, .rev-btn.rev-small:visited {line-height: 28px;font-size: 12px;padding: 7px 20px}.rev-btn.rev-small.rev-hiddenicon i, .rev-btn.rev-small.rev-withicon i {font-size: 12px;top: 0}.rev-maxround {border-radius: 30px}.rev-minround {border-radius: 3px}.rev-burger {position: relative;width: 60px;height: 60px;box-sizing: border-box;padding: 22px 0 0 14px;border-radius: 50%;border: 1px solid rgba(51, 51, 51, .25);-webkit-tap-highlight-color: transparent;cursor: pointer}.rev-burger span {display: block;width: 30px;height: 3px;background: #333;transition: .7s;pointer-events: none;transform-style: flat !important}.rev-burger.revb-white span, .rev-burger.revb-whitenoborder span {background: #fff}.rev-burger span:nth-child(2) {margin: 3px 0}#dialog_addbutton .rev-burger:hover:first-child, .open .rev-burger:first-child, .open.rev-burger:first-child {transform: translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover:nth-child(2), .open .rev-burger:nth-child(2), .open.rev-burger:nth-child(2) {transform: rotate(-45deg);opacity: 0}#dialog_addbutton .rev-burger:hover:last-child, .open .rev-burger:last-child, .open.rev-burger:last-child {transform: translateY(-6px) rotate(-135deg)}.rev-burger.revb-white {border: 2px solid rgba(255, 255, 255, .2)}.rev-burger.revb-darknoborder, .rev-burger.revb-whitenoborder {border: 0}.rev-burger.revb-darknoborder span {background: #333}.rev-burger.revb-whitefull {background: #fff;border: none}.rev-burger.revb-whitefull span {background: #333}.rev-burger.revb-darkfull {background: #333;border: none}.rev-burger.revb-darkfull span, .rev-scroll-btn.revs-fullwhite {background: #fff}@keyframes rev-ani-mouse {0% {opacity: 1;top: 29%}15% {opacity: 1;top: 50%}50% {opacity: 0;top: 50%}100% {opacity: 0;top: 29%}}.rev-scroll-btn {display: inline-block;position: relative;left: 0;right: 0;text-align: center;cursor: pointer;width: 35px;height: 55px;box-sizing: border-box;border: 3px solid #fff;border-radius: 23px}.rev-scroll-btn > * {display: inline-block;line-height: 18px;font-size: 13px;font-weight: 400;color: #fff;font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;letter-spacing: 2px}.rev-scroll-btn > .active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {color: #fff}.rev-scroll-btn > .active, .rev-scroll-btn > :active, .rev-scroll-btn > :focus, .rev-scroll-btn > :hover {opacity: .8}.rev-scroll-btn.revs-fullwhite span {background: #333}.rev-scroll-btn.revs-fulldark {background: #333;border: none}.rev-scroll-btn.revs-fulldark span, .tp-bullet {background: #fff}.rev-scroll-btn span {position: absolute;display: block;top: 29%;left: 50%;width: 8px;height: 8px;margin: -4px 0 0 -4px;background: #fff;border-radius: 50%;animation: rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark {border-color: #333}.rev-scroll-btn.revs-dark span {background: #333}.rev-control-btn {position: relative;display: inline-block;z-index: 5;color: #FFF;font-size: 20px;line-height: 60px;font-weight: 400;font-style: normal;font-family: Raleway;text-decoration: none;text-align: center;background-color: #000;border-radius: 50px;text-shadow: none;background-color: rgba(0, 0, 0, .5);width: 60px;height: 60px;box-sizing: border-box;cursor: pointer}.rev-cbutton-dark-sr, .rev-cbutton-light-sr {border-radius: 3px}.rev-cbutton-light, .rev-cbutton-light-sr {color: #333;background-color: rgba(255, 255, 255, .75)}.rev-sbutton {line-height: 37px;width: 37px;height: 37px}.rev-sbutton-blue {background-color: #3B5998}.rev-sbutton-lightblue {background-color: #00A0D1}.rev-sbutton-red {background-color: #DD4B39}.tp-bannertimer {visibility: hidden;width: 100%;height: 5px;background: #000;background: rgba(0, 0, 0, .15);position: absolute;z-index: 200;top: 0}.tp-bannertimer.tp-bottom {top: auto;bottom: 0 !important;height: 5px}.tp-caption img {background: 0 0;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter: progid : DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom: 1}.caption.slidelink a div, .tp-caption.slidelink a div {width: 3000px;height: 1500px;background: url(../assets/coloredbg.png)}.tp-caption.slidelink a span {background: url(../assets/coloredbg.png)}.tp-loader.spinner0, .tp-loader.spinner5 {background-image: url(../assets/loader.gif);background-repeat: no-repeat}.tp-shape {width: 100%;height: 100%}.tp-caption .rs-starring {display: inline-block}.tp-caption .rs-starring .star-rating {float: none;display: inline-block;vertical-align: top;color: #FFC321 !important}.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {position: relative;height: 1em;width: 5.4em;font-family: star;font-size: 1em !important}.tp-loader.spinner0, .tp-loader.spinner1 {width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;animation: tp-rotateplane 1.2s infinite ease-in-out;background-color: #fff;border-radius: 3px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)}.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {content: "\73\73\73\73\73";color: #E0DADF;float: left;top: 0;left: 0;position: absolute}.tp-caption .rs-starring .star-rating span {overflow: hidden;float: left;top: 0;left: 0;position: absolute;padding-top: 1.5em;font-size: 1em !important}.tp-caption .rs-starring .star-rating span:before {content: "\53\53\53\53\53";top: 0;position: absolute;left: 0}.tp-loader {top: 50%;left: 50%;z-index: 10000;position: absolute}.tp-loader.spinner0 {background-position: center center}.tp-loader.spinner5 {background-position: 10px 10px;background-color: #fff;margin: -22px;width: 44px;height: 44px;border-radius: 3px}@keyframes tp-rotateplane {0% {transform: perspective(120px) rotateX(0) rotateY(0)}50% {transform: perspective(120px) rotateX(-180.1deg) rotateY(0)}100% {transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2 {width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;background-color: red;box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);border-radius: 100%;animation: tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout {0% {transform: scale(0)}100% {transform: scale(1);opacity: 0}}.tp-loader.spinner3 {margin: -9px 0 0 -35px;width: 70px;text-align: center}.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {width: 18px;height: 18px;background-color: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);border-radius: 100%;display: inline-block;animation: tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode: both}.tp-loader.spinner3 .bounce1 {animation-delay: -.32s}.tp-loader.spinner3 .bounce2 {animation-delay: -.16s}@keyframes tp-bouncedelay {0%,100%,80% {transform: scale(0)}40% {transform: scale(1)}}.tp-loader.spinner4 {margin: -20px 0 0 -20px;width: 40px;height: 40px;text-align: center;animation: tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {width: 60%;height: 60%;display: inline-block;position: absolute;top: 0;background-color: #fff;border-radius: 100%;animation: tp-bounce 2s infinite ease-in-out;box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)}.tp-loader.spinner4 .dot2 {top: auto;bottom: 0;animation-delay: -1s}@keyframes tp-rotate {100% {transform: rotate(360deg)}}@keyframes tp-bounce {0%,100% {transform: scale(0)}50% {transform: scale(1)}}.tp-bullets.navbar, .tp-tabs.navbar, .tp-thumbs.navbar {border: none;min-height: 0;margin: 0;border-radius: 0}.tp-bullets, .tp-tabs, .tp-thumbs {position: absolute;display: block;z-index: 1000;top: 0;left: 0}.tp-tab, .tp-thumb {cursor: pointer;position: absolute;opacity: .5;box-sizing: border-box}.tp-arr-imgholder, .tp-tab-image, .tp-thumb-image, .tp-videoposter {background-position: center center;background-size: cover;width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0}.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {opacity: 1}.tp-tab-mask, .tp-thumb-mask {box-sizing: border-box !important}.tp-tabs, .tp-thumbs {box-sizing: content-box !important}.tp-bullet {width: 15px;height: 15px;position: absolute;background: rgba(255, 255, 255, .3);cursor: pointer}.tp-bullet.selected, .tp-bullet:hover {background: #fff}.tparrows {cursor: pointer;background: #000;background: rgba(0, 0, 0, .5);width: 40px;height: 40px;position: absolute;display: block;z-index: 1000}.tparrows:hover {background: #000}.tparrows:before {font-family: "Font Awesome 5 Free";font-size: 15px;color: #fff;display: block;line-height: 40px;text-align: center}.hginfo, .hglayerinfo {font-size: 12px;font-weight: 600}.tparrows.tp-leftarrow:before {content: "\f359";}.tparrows.tp-rightarrow:before {content: '\e825'}body.rtl .tp-kbimg {left: 0 !important}.dddwrappershadow {box-shadow: 0 45px 100px rgba(0, 0, 0, .4)}.hglayerinfo {position: fixed;bottom: 0;left: 0;color: #FFF;line-height: 20px;background: rgba(0, 0, 0, .75);padding: 5px 10px;z-index: 2000;white-space: normal}.helpgrid, .hginfo {position: absolute}.hginfo {top: -2px;left: -2px;color: #e74c3c;background: #000;padding: 2px 5px}.indebugmode .tp-caption:hover {border: 1px dashed #c0392b !important}.helpgrid {border: 2px dashed #c0392b;top: 0;left: 0;z-index: 0}#revsliderlogloglog {padding: 15px;color: #fff;position: fixed;top: 0;left: 0;width: 200px;height: 150px;background: rgba(0, 0, 0, .7);z-index: 100000;font-size: 10px;overflow: scroll}.aden {filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after {background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);mix-blend-mode: darken}.perpetua::after, .reyes::after {mix-blend-mode: soft-light;opacity: .5}.inkwell {filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after {background: linear-gradient(to bottom, #005b9a, #e6c13d)}.reyes {filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after {background: #efcdad}.gingham {filter: brightness(1.05) hue-rotate(-10deg)}.gingham::after {background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);mix-blend-mode: darken}.toaster {filter: contrast(1.5) brightness(.9)}.toaster::after {background: radial-gradient(circle, #804e0f, #3b003b);mix-blend-mode: screen}.walden {filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after {background: #04c;mix-blend-mode: screen;opacity: .3}.hudson {filter: brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after {background: radial-gradient(circle, #a6b1ff 50%, #342134);mix-blend-mode: multiply;opacity: .5}.earlybird {filter: contrast(.9) sepia(.2)}.earlybird::after {background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);mix-blend-mode: overlay}.mayfair {filter: contrast(1.1) saturate(1.1)}.mayfair::after {background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);mix-blend-mode: overlay;opacity: .4}.lofi {filter: saturate(1.1) contrast(1.5)}.lofi::after {background: radial-gradient(circle, transparent 70%, #222 150%);mix-blend-mode: multiply}._1977 {filter: contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after {background: rgba(243, 106, 188, .3);mix-blend-mode: screen}.brooklyn {filter: contrast(.9) brightness(1.1)}.brooklyn::after {background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);mix-blend-mode: overlay}.xpro2 {filter: sepia(.3)}.xpro2::after {background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);mix-blend-mode: color-burn}.nashville {filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after {background: rgba(0, 70, 150, .4);mix-blend-mode: lighten}.nashville::before {background: rgba(247, 176, 153, .56);mix-blend-mode: darken}.lark {filter: contrast(.9)}.lark::after {background: rgba(242, 242, 242, .8);mix-blend-mode: darken}.lark::before {background: #22253f;mix-blend-mode: color-dodge}.moon {filter: grayscale(1) contrast(1.1) brightness(1.1)}.moon::before {background: #a0a0a0;mix-blend-mode: soft-light}.moon::after {background: #383838;mix-blend-mode: lighten}.clarendon {filter: contrast(1.2) saturate(1.35)}.clarendon:before {background: rgba(127, 187, 227, .2);mix-blend-mode: overlay}.willow {filter: grayscale(.5) contrast(.95) brightness(.9)}.willow::before {background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);mix-blend-mode: overlay}.willow::after {background-color: #d8cdcb;mix-blend-mode: color}.rise {filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after {background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);mix-blend-mode: overlay;opacity: .6}.rise::before {background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));mix-blend-mode: multiply}._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {content: '';display: block;height: 100%;width: 100%;top: 0;left: 0;position: absolute;pointer-events: none}._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {position: relative}._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {width: 100%;z-index: 1}._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {z-index: 2}._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {z-index: 3}.slumber {filter: saturate(.66) brightness(1.05)}.slumber::after {background: rgba(125, 105, 24, .5);mix-blend-mode: soft-light}.slumber::before {background: rgba(69, 41, 12, .4);mix-blend-mode: lighten}.tp-kbimg-wrap:after, .tp-kbimg-wrap:before {height: 500%;width: 500%}* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important;}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important;}.tp-caption.medium_grey, .medium_grey {background-color: #888;border-style: none;border-width: 0;color: #fff;font-family: Arial;font-size: 20px;font-weight: 700;line-height: 20px;margin: 0;padding: 2px 4px;position: absolute;text-shadow: 0 2px 5px rgba(0,0,0,0.5);white-space: nowrap;}.tp-caption.small_text, .small_text {border-style: none;border-width: 0;color: #fff;font-family: Arial;font-size: 14px;font-weight: 700;line-height: 20px;margin: 0;position: absolute;text-shadow: 0 2px 5px rgba(0,0,0,0.5);white-space: nowrap;}.tp-caption.medium_text, .medium_text {border-style: none;border-width: 0;color: #fff;font-family: Arial;font-size: 20px;font-weight: 700;line-height: 20px;margin: 0;position: absolute;text-shadow: 0 2px 5px rgba(0,0,0,0.5);white-space: nowrap;}.tp-caption.large_text, .large_text {border-style: none;border-width: 0;color: #fff;font-family: Arial;font-size: 40px;font-weight: 700;line-height: 40px;margin: 0;position: absolute;text-shadow: 0 2px 5px rgba(0,0,0,0.5);white-space: nowrap;}.tp-caption.very_large_text, .very_large_text {border-style: none;border-width: 0;color: #fff;font-family: Arial;font-size: 60px;font-weight: 700;letter-spacing: -2px;line-height: 60px;margin: 0;position: absolute;text-shadow: 0 2px 5px rgba(0,0,0,0.5);white-space: nowrap;}.tp-caption.very_big_white, .very_big_white {background-color: #000;border-style: none;border-width: 0;color: #fff;font-family: Arial;font-size: 60px;font-weight: 800;line-height: 60px;margin: 0;padding: 1px 4px 0;position: absolute;text-shadow: none;white-space: nowrap;}.tp-caption.very_big_black, .very_big_black {background-color: #fff;border-style: none;border-width: 0;color: #000;font-family: Arial;font-size: 60px;font-weight: 700;line-height: 60px;margin: 0;padding: 1px 4px 0;position: absolute;text-shadow: none;white-space: nowrap;}.tp-caption.modern_medium_fat, .modern_medium_fat {border-style: none;border-width: 0;color: #000;font-family: "Open Sans", sans-serif;font-size: 24px;font-weight: 800;line-height: 20px;margin: 0;position: absolute;text-shadow: none;white-space: nowrap;}.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {border-style: none;border-width: 0;color: #fff;font-family: "Open Sans", sans-serif;font-size: 24px;font-weight: 800;line-height: 20px;margin: 0;position: absolute;text-shadow: none;white-space: nowrap;}.tp-caption.modern_medium_light, .modern_medium_light {border-style: none;border-width: 0;color: #000;font-family: "Open Sans", sans-serif;font-size: 24px;font-weight: 300;line-height: 20px;margin: 0;position: absolute;text-shadow: none;white-space: nowrap;}.tp-caption.modern_big_bluebg, .modern_big_bluebg {background-color: #4e5b6c;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans", sans-serif;font-size: 30px;font-weight: 800;letter-spacing: 0;line-height: 36px;margin: 0;padding: 3px 10px;position: absolute;text-shadow: none;}.tp-caption.modern_big_redbg, .modern_big_redbg {background-color: #de543e;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans", sans-serif;font-size: 30px;font-weight: 300;letter-spacing: 0;line-height: 36px;margin: 0;padding: 1px 10px 3px;position: absolute;text-shadow: none;}.tp-caption.modern_small_text_dark, .modern_small_text_dark {border-style: none;border-width: 0;color: #555;font-family: Arial;font-size: 14px;line-height: 22px;margin: 0;position: absolute;text-shadow: none;white-space: nowrap;}.tp-caption.boxshadow, .boxshadow {box-shadow: 0 0 20px rgba(0,0,0,0.5);}.tp-caption.black, .black {color: #000;text-shadow: none;}.tp-caption.noshadow, .noshadow {text-shadow: none;}.tp-caption.thinheadline_dark, .thinheadline_dark {background-color: transparent;color: rgba(0,0,0,0.85);font-family: "Open Sans";font-size: 30px;font-weight: 300;line-height: 30px;position: absolute;text-shadow: none;}.tp-caption.thintext_dark, .thintext_dark {background-color: transparent;color: rgba(0,0,0,0.85);font-family: "Open Sans";font-size: 16px;font-weight: 300;line-height: 26px;position: absolute;text-shadow: none;}.tp-caption.largeblackbg, .largeblackbg {background-color: #000;border-radius: 0;color: #fff;font-family: "Open Sans";font-size: 50px;font-weight: 300;line-height: 70px;padding: 0 20px;position: absolute;text-shadow: none;}.tp-caption.largepinkbg, .largepinkbg {background-color: #db4360;border-radius: 0;color: #fff;font-family: "Open Sans";font-size: 50px;font-weight: 300;line-height: 70px;padding: 0 20px;position: absolute;text-shadow: none;}.tp-caption.largewhitebg, .largewhitebg {background-color: #fff;border-radius: 0;color: #000;font-family: "Open Sans";font-size: 50px;font-weight: 300;line-height: 70px;padding: 0 20px;position: absolute;text-shadow: none;}.tp-caption.largegreenbg, .largegreenbg {background-color: #67ae73;border-radius: 0;color: #fff;font-family: "Open Sans";font-size: 50px;font-weight: 300;line-height: 70px;padding: 0 20px;position: absolute;text-shadow: none;}.tp-caption.excerpt, .excerpt {background-color: rgba(0,0,0,1);border-color: #fff;border-style: none;border-width: 0;color: #fff;font-family: Arial;font-size: 36px;font-weight: 700;height: auto;letter-spacing: -1.5px;line-height: 36px;margin: 0;padding: 1px 4px 0;text-decoration: none;text-shadow: none;white-space: normal !important;width: 150px;}.tp-caption.large_bold_grey, .large_bold_grey {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #666;font-family: "Open Sans";font-size: 60px;font-weight: 800;line-height: 60px;margin: 0;padding: 1px 4px 0;text-decoration: none;text-shadow: none;}.tp-caption.medium_thin_grey, .medium_thin_grey {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #666;font-family: "Open Sans";font-size: 34px;font-weight: 300;line-height: 30px;margin: 0;padding: 1px 4px 0;text-decoration: none;text-shadow: none;}.tp-caption.small_thin_grey, .small_thin_grey {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #757575;font-family: "Open Sans";font-size: 18px;font-weight: 300;line-height: 26px;margin: 0;padding: 1px 4px 0;text-decoration: none;text-shadow: none;}.tp-caption.lightgrey_divider, .lightgrey_divider {background-color: rgba(235,235,235,1);background-position: initial;background-repeat: initial;border-color: #222;border-style: none;border-width: 0;height: 3px;text-decoration: none;width: 370px;}.tp-caption.large_bold_darkblue, .large_bold_darkblue {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #34495e;font-family: "Open Sans";font-size: 58px;font-weight: 800;line-height: 60px;text-decoration: none;}.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {background-color: #34495e;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 20px;font-weight: 800;line-height: 20px;padding: 10px;text-decoration: none;}.tp-caption.medium_bold_red, .medium_bold_red {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #e33a0c;font-family: "Open Sans";font-size: 24px;font-weight: 800;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.medium_light_red, .medium_light_red {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #e33a0c;font-family: "Open Sans";font-size: 21px;font-weight: 300;line-height: 26px;padding: 0;text-decoration: none;}.tp-caption.medium_bg_red, .medium_bg_red {background-color: #e33a0c;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 20px;font-weight: 800;line-height: 20px;padding: 10px;text-decoration: none;}.tp-caption.medium_bold_orange, .medium_bold_orange {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #f39c12;font-family: "Open Sans";font-size: 24px;font-weight: 800;line-height: 30px;text-decoration: none;}.tp-caption.medium_bg_orange, .medium_bg_orange {background-color: #f39c12;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 20px;font-weight: 800;line-height: 20px;padding: 10px;text-decoration: none;}.tp-caption.grassfloor, .grassfloor {background-color: rgba(160,179,151,1);border-color: #222;border-style: none;border-width: 0;height: 150px;text-decoration: none;width: 4000px;}.tp-caption.large_bold_white, .large_bold_white {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 58px;font-weight: 800;line-height: 60px;text-decoration: none;}.tp-caption.medium_light_white, .medium_light_white {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 30px;font-weight: 300;line-height: 36px;padding: 0;text-decoration: none;}.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 34px;font-weight: 300;line-height: 40px;padding: 0;text-decoration: none;}.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 34px;font-weight: 300;line-height: 40px;padding: 0;text-align: center;text-decoration: none;}.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {background-color: #7f8c8d;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 20px;font-weight: 800;line-height: 20px;padding: 10px;text-decoration: none;}.tp-caption.medium_light_black, .medium_light_black {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #000;font-family: "Open Sans";font-size: 30px;font-weight: 300;line-height: 36px;padding: 0;text-decoration: none;}.tp-caption.large_bold_black, .large_bold_black {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #000;font-family: "Open Sans";font-size: 58px;font-weight: 800;line-height: 60px;text-decoration: none;}.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #34495e;font-family: "Open Sans";font-size: 34px;font-weight: 300;line-height: 40px;padding: 0;text-decoration: none;}.tp-caption.small_light_white, .small_light_white {background-color: transparent;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 17px;font-weight: 300;line-height: 28px;padding: 0;text-decoration: none;}.tp-caption.roundedimage, .roundedimage {border-color: #222;border-style: none;border-width: 0;}.tp-caption.large_bg_black, .large_bg_black {background-color: #000;border-color: #ffd658;border-style: none;border-width: 0;color: #fff;font-family: "Open Sans";font-size: 40px;font-weight: 800;line-height: 40px;padding: 10px 20px 15px;text-decoration: none;}.tp-caption.mediumwhitebg, .mediumwhitebg {background-color: #fff;border-color: #000;border-style: none;border-width: 0;color: #000;font-family: "Open Sans";font-size: 30px;font-weight: 300;line-height: 30px;padding: 5px 15px 10px;text-decoration: none;text-shadow: none;}.tp-caption.maincaption, .maincaption {background-color: transparent;border-color: #000;border-style: none;border-width: 0;color: #212a40;font-family: open_sansregular;font-size: 33px;font-weight: 500;line-height: 43px;text-decoration: none;text-shadow: none;}.tp-caption.miami_title_60px, .miami_title_60px {background-color: transparent;border-color: #000;border-style: none;border-width: 0;color: #fff;font-family: "Source Sans Pro";font-size: 60px;font-weight: 700;letter-spacing: 1px;line-height: 60px;text-decoration: none;text-shadow: none;}.tp-caption.miami_subtitle, .miami_subtitle {background-color: transparent;border-color: #000;border-style: none;border-width: 0;color: rgba(255,255,255,0.65);font-family: "Source Sans Pro";font-size: 17px;font-weight: 400;letter-spacing: 2px;line-height: 24px;text-decoration: none;text-shadow: none;}.tp-caption.divideline30px, .divideline30px {background: #fff;background-color: #fff;border-color: #222;border-style: none;border-width: 0;height: 2px;min-width: 30px;text-decoration: none;}.tp-caption.Miami_nostyle, .Miami_nostyle {border-color: #222;border-style: none;border-width: 0;}.tp-caption.miami_content_light, .miami_content_light {background-color: transparent;border-color: #000;border-style: none;border-width: 0;color: #fff;font-family: "Source Sans Pro";font-size: 22px;font-weight: 400;letter-spacing: 0;line-height: 28px;text-decoration: none;text-shadow: none;}.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {background-color: transparent;border-color: #000;border-style: none;border-width: 0;color: #333;font-family: "Source Sans Pro";font-size: 60px;font-weight: 700;letter-spacing: 1px;line-height: 60px;text-decoration: none;text-shadow: none;}.tp-caption.miami_content_dark, .miami_content_dark {background-color: transparent;border-color: #000;border-style: none;border-width: 0;color: #666;font-family: "Source Sans Pro";font-size: 22px;font-weight: 400;letter-spacing: 0;line-height: 28px;text-decoration: none;text-shadow: none;}.tp-caption.divideline30px_dark, .divideline30px_dark {background-color: #333;border-color: #222;border-style: none;border-width: 0;height: 2px;min-width: 30px;text-decoration: none;}.tp-caption.ellipse70px, .ellipse70px {background-color: rgba(0,0,0,0.14902);border-color: #222;border-radius: 50px 50px 50px 50px;border-style: none;border-width: 0;cursor: pointer;line-height: 1px;min-height: 70px;min-width: 70px;text-decoration: none;}.tp-caption.arrowicon, .arrowicon {border-color: #222;border-style: none;border-width: 0;line-height: 1px;}.tp-caption.MarkerDisplay, .MarkerDisplay {background-color: transparent;border-color: #000;border-radius: 0 0 0 0;border-style: none;border-width: 0;font-family: "Permanent Marker";font-style: normal;padding: 0;text-decoration: none;text-shadow: none;}.tp-caption.Restaurant-Display, .Restaurant-Display {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: #fff;font-family: Roboto;font-size: 120px;font-style: normal;font-weight: 700;line-height: 120px;padding: 0;text-decoration: none;}.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: #fff;font-family: "Nothing you could do";font-size: 30px;font-style: normal;font-weight: 400;letter-spacing: 2px;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: #fff;font-family: Roboto;font-size: 17px;font-style: normal;font-weight: 400;letter-spacing: 2px;line-height: 17px;padding: 0;text-decoration: none;}.tp-caption.Restaurant-Description, .Restaurant-Description {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: #fff;font-family: Roboto;font-size: 20px;font-style: normal;font-weight: 300;letter-spacing: 3px;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.Restaurant-Price, .Restaurant-Price {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: #fff;font-family: Roboto;font-size: 30px;font-style: normal;font-weight: 300;letter-spacing: 3px;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {background-color: rgba(0,0,0,1.00);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 17px;font-style: normal;font-weight: 400;letter-spacing: 2px;line-height: 17px;padding: 10px 30px;text-align: left;text-decoration: none;}.tp-caption.Furniture-LogoText, .Furniture-LogoText {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(230,207,163,1.00);font-family: Raleway;font-size: 160px;font-style: normal;font-weight: 300;line-height: 150px;padding: 0;text-decoration: none;text-shadow: none;}.tp-caption.Furniture-Plus, .Furniture-Plus {background-color: rgba(255,255,255,1.00);border-color: transparent;border-radius: 30px 30px 30px 30px;border-style: none;border-width: 0;box-shadow: rgba(0,0,0,0.1) 0 1px 3px;color: rgba(230,207,163,1.00);font-family: Raleway;font-size: 20px;font-style: normal;font-weight: 400;line-height: 20px;padding: 6px 7px 4px;text-decoration: none;text-shadow: none;}.tp-caption.Furniture-Title, .Furniture-Title {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(0,0,0,1.00);font-family: Raleway;font-size: 20px;font-style: normal;font-weight: 700;letter-spacing: 3px;line-height: 20px;padding: 0;text-decoration: none;text-shadow: none;}.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(0,0,0,1.00);font-family: Raleway;font-size: 17px;font-style: normal;font-weight: 300;line-height: 20px;padding: 0;text-decoration: none;text-shadow: none;}.tp-caption.Gym-Display, .Gym-Display {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 80px;font-style: normal;font-weight: 900;line-height: 70px;padding: 0;text-decoration: none;}.tp-caption.Gym-Subline, .Gym-Subline {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 30px;font-style: normal;font-weight: 100;letter-spacing: 5px;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.Gym-SmallText, .Gym-SmallText {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 17px;font-style: normal;font-weight: 300;line-height: 22;padding: 0;text-decoration: none;text-shadow: none;}.tp-caption.Fashion-SmallText, .Fashion-SmallText {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 12px;font-style: normal;font-weight: 600;letter-spacing: 2px;line-height: 20px;padding: 0;text-decoration: none;}.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(0,0,0,1.00);font-family: Raleway;font-size: 60px;font-style: normal;font-weight: 900;letter-spacing: 2px;line-height: 60px;padding: 0;text-decoration: none;}.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(0,0,0,1.00);font-family: Raleway;font-size: 20px;font-style: normal;font-weight: 400;letter-spacing: 2px;line-height: 40px;padding: 0;text-decoration: none;}.tp-caption.Sports-Display, .Sports-Display {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 130px;font-style: normal;font-weight: 100;letter-spacing: 13px;line-height: 130px;padding: 0;text-decoration: none;}.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 130px;font-style: normal;font-weight: 900;line-height: 130px;padding: 0;text-decoration: none;}.tp-caption.Sports-Subline, .Sports-Subline {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(0,0,0,1.00);font-family: Raleway;font-size: 32px;font-style: normal;font-weight: 400;letter-spacing: 4px;line-height: 32px;padding: 0;text-decoration: none;}.tp-caption.Instagram-Caption, .Instagram-Caption {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 20px;font-style: normal;font-weight: 900;line-height: 20px;padding: 0;text-decoration: none;}.tp-caption.News-Title, .News-Title {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: "open_sansregular";font-size: 70px;font-style: normal;font-weight: 400;line-height: 60px;padding: 0;text-decoration: none;}.tp-caption.News-Subtitle, .News-Subtitle {background-color: rgba(255,255,255,0);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: "open_sansregular";font-size: 20px;font-style: normal;font-weight: 300;line-height: 24px;padding: 0;text-decoration: none;}.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {background-color: rgba(255,255,255,0);border-color: transparent;border-radius: 0 0 0 0;border-style: solid;border-width: 0;color: rgba(255,255,255,0.65);text-decoration: none;}.tp-caption.Photography-Display, .Photography-Display {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 80px;font-style: normal;font-weight: 100;letter-spacing: 5px;line-height: 70px;padding: 0;text-decoration: none;}.tp-caption.Photography-Subline, .Photography-Subline {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(119,119,119,1.00);font-family: Raleway;font-size: 20px;font-style: normal;font-weight: 300;letter-spacing: 3px;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.Photography-ImageHover, .Photography-ImageHover {background-color: transparent;border-color: rgba(255,255,255,0);border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-size: 20px;font-style: normal;font-weight: 400;line-height: 22;padding: 0;text-decoration: none;}.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Photography-Menuitem, .Photography-Menuitem {background-color: rgba(0,0,0,0.65);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 20px;font-style: normal;font-weight: 300;letter-spacing: 2px;line-height: 20px;padding: 3px 5px 3px 8px;text-decoration: none;}.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {background-color: rgba(0,255,222,0.65);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Photography-Textblock, .Photography-Textblock {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 17px;font-style: normal;font-weight: 300;letter-spacing: 2px;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.Photography-Subline-2, .Photography-Subline-2 {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,0.35);font-family: Raleway;font-size: 20px;font-style: normal;font-weight: 300;letter-spacing: 3px;line-height: 30px;padding: 0;text-decoration: none;}.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {background-color: transparent;border-color: rgba(255,255,255,0);border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Arial;font-size: 20px;font-style: normal;font-weight: 400;line-height: 22;padding: 0;text-decoration: none;}.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.WebProduct-Title, .WebProduct-Title {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(51,51,51,1.00);font-family: Raleway;font-size: 90px;font-style: normal;font-weight: 100;line-height: 90px;padding: 0;text-decoration: none;}.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(153,153,153,1.00);font-family: Raleway;font-size: 15px;font-style: normal;font-weight: 400;line-height: 20px;padding: 0;text-decoration: none;}.tp-caption.WebProduct-Content, .WebProduct-Content {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(153,153,153,1.00);font-family: Raleway;font-size: 16px;font-style: normal;font-weight: 600;line-height: 24px;padding: 0;text-decoration: none;}.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {background-color: rgba(51,51,51,1.00);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 15px;font-style: normal;font-weight: 500;letter-spacing: 2px;line-height: 20px;padding: 3px 5px 3px 8px;text-align: left;text-decoration: none;}.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {background-color: rgba(255,255,255,1.00);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(153,153,153,1.00);text-decoration: none;}.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 90px;font-style: normal;font-weight: 100;line-height: 90px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,0.35);font-family: Raleway;font-size: 15px;font-style: normal;font-weight: 400;line-height: 20px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,0.65);font-family: Raleway;font-size: 16px;font-style: normal;font-weight: 600;line-height: 24px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.FatRounded, .FatRounded {background-color: rgba(0,0,0,0.50);border-color: rgba(211,211,211,1.00);border-radius: 50px 50px 50px 50px;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 30px;font-style: normal;font-weight: 900;line-height: 30px;padding: 20px 22px 20px 25px;text-align: left;text-decoration: none;text-shadow: none;}.tp-caption.FatRounded:hover, .FatRounded:hover {background-color: rgba(0,0,0,1.00);border-color: rgba(211,211,211,1.00);border-radius: 50px 50px 50px 50px;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.NotGeneric-Title, .NotGeneric-Title {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 70px;font-style: normal;font-weight: 800;line-height: 70px;padding: 10px 0;text-decoration: none;}.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 13px;font-style: normal;font-weight: 500;letter-spacing: 4px;line-height: 20px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.50);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 14px;font-style: normal;font-weight: 500;letter-spacing: 3px;line-height: 14px;padding: 10px 30px;text-align: left;text-decoration: none;}.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {background-color: transparent;border-color: rgba(255,255,255,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0);border-radius: 0 0 0 0;border-style: solid;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 30px;font-style: normal;font-weight: 400;letter-spacing: 3px;line-height: 30px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.15);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 14px;font-style: normal;font-weight: 500;letter-spacing: 3px;line-height: 14px;padding: 27px 30px;text-align: left;text-decoration: none;}.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.MarkerStyle, .MarkerStyle {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: "Permanent Marker";font-size: 17px;font-style: normal;font-weight: 100;line-height: 30px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.Gym-Menuitem, .Gym-Menuitem {background-color: rgba(0,0,0,1.00);border-color: rgba(255,255,255,0);border-radius: 3px 3px 3px 3px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 20px;font-style: normal;font-weight: 300;letter-spacing: 2px;line-height: 20px;padding: 3px 5px 3px 8px;text-align: left;text-decoration: none;}.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {background-color: rgba(0,0,0,1.00);border-color: rgba(255,255,255,0.25);border-radius: 3px 3px 3px 3px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Newspaper-Button, .Newspaper-Button {background-color: rgba(255,255,255,0);border-color: rgba(255,255,255,0.25);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 13px;font-style: normal;font-weight: 700;letter-spacing: 2px;line-height: 17px;padding: 12px 35px;text-align: left;text-decoration: none;}.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {background-color: rgba(255,255,255,1.00);border-color: rgba(255,255,255,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(0,0,0,1.00);text-decoration: none;}.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(168,216,238,1.00);font-family: Roboto;font-size: 15px;font-style: normal;font-weight: 900;line-height: 20px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.Newspaper-Title, .Newspaper-Title {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: "open_sansregular";font-size: 50px;font-style: normal;font-weight: 400;line-height: 55px;padding: 0 0 10px;text-align: left;text-decoration: none;}.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: "open_sansregular";font-size: 50px;font-style: normal;font-weight: 400;line-height: 55px;padding: 0 0 10px;text-align: center;text-decoration: none;}.tp-caption.Hero-Button, .Hero-Button {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.50);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 14px;font-style: normal;font-weight: 500;letter-spacing: 3px;line-height: 14px;padding: 10px 30px;text-align: left;text-decoration: none;}.tp-caption.Hero-Button:hover, .Hero-Button:hover {background-color: rgba(255,255,255,1.00);border-color: rgba(255,255,255,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(0,0,0,1.00);text-decoration: none;}.tp-caption.Video-Title, .Video-Title {background-color: rgba(0,0,0,1.00);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 30px;font-style: normal;font-weight: 900;line-height: 30px;padding: 5px;text-align: left;text-decoration: none;}.tp-caption.Video-SubTitle, .Video-SubTitle {background-color: rgba(0,0,0,0.35);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 12px;font-style: normal;font-weight: 600;letter-spacing: 2px;line-height: 12px;padding: 5px;text-align: left;text-decoration: none;}.tp-caption.NotGeneric-Button, .NotGeneric-Button {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.50);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 14px;font-style: normal;font-weight: 500;letter-spacing: 3px;line-height: 14px;padding: 10px 30px;text-align: left;text-decoration: none;}.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {background-color: transparent;border-color: rgba(255,255,255,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.15);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 14px;font-style: normal;font-weight: 500;letter-spacing: 3px;line-height: 14px;padding: 27px 30px;text-align: left;text-decoration: none;}.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.WebProduct-Button, .WebProduct-Button {background-color: rgba(51,51,51,1.00);border-color: rgba(0,0,0,1.00);border-radius: 0 0 0 0;border-style: none;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 16px;font-style: normal;font-weight: 600;letter-spacing: 1px;line-height: 48px;padding: 0 40px;text-align: left;text-decoration: none;}.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {background-color: rgba(255,255,255,1.00);border-color: rgba(0,0,0,1.00);border-radius: 0 0 0 0;border-style: none;border-width: 2px;color: rgba(51,51,51,1.00);text-decoration: none;}.tp-caption.Restaurant-Button, .Restaurant-Button {background-color: rgba(10,10,10,0);border-color: rgba(255,255,255,0.50);border-radius: 0 0 0 0;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 17px;font-style: normal;font-weight: 500;letter-spacing: 3px;line-height: 17px;padding: 12px 35px;text-align: left;text-decoration: none;}.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {background-color: rgba(0,0,0,0);border-color: rgba(255,224,129,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Gym-Button, .Gym-Button {background-color: rgba(139,192,39,1.00);border-color: rgba(0,0,0,0);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 0;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 15px;font-style: normal;font-weight: 600;letter-spacing: 1px;line-height: 15px;padding: 13px 35px;text-align: left;text-decoration: none;}.tp-caption.Gym-Button:hover, .Gym-Button:hover {background-color: rgba(114,168,0,1.00);border-color: rgba(0,0,0,0);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Gym-Button-Light, .Gym-Button-Light {background-color: transparent;border-color: rgba(255,255,255,0.25);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 15px;font-style: normal;font-weight: 600;line-height: 15px;padding: 12px 35px;text-align: left;text-decoration: none;}.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {background-color: rgba(114,168,0,0);border-color: rgba(139,192,39,1.00);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Sports-Button-Light, .Sports-Button-Light {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.50);border-radius: 0 0 0 0;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 17px;font-style: normal;font-weight: 600;letter-spacing: 2px;line-height: 17px;padding: 12px 35px;text-align: left;text-decoration: none;}.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Sports-Button-Red, .Sports-Button-Red {background-color: rgba(219,28,34,1.00);border-color: rgba(219,28,34,0);border-radius: 0 0 0 0;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 17px;font-style: normal;font-weight: 600;letter-spacing: 2px;line-height: 17px;padding: 12px 35px;text-align: left;text-decoration: none;}.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {background-color: rgba(0,0,0,1.00);border-color: rgba(0,0,0,1.00);border-radius: 0 0 0 0;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Photography-Button, .Photography-Button {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.25);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);font-family: Raleway;font-size: 15px;font-style: normal;font-weight: 600;letter-spacing: 1px;line-height: 15px;padding: 13px 35px;text-align: left;text-decoration: none;}.tp-caption.Photography-Button:hover, .Photography-Button:hover {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,1.00);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 1px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,0.50);border-radius: 3px 3px 3px 3px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 15px;font-style: normal;font-weight: 900;line-height: 15px;padding: 10px 30px;text-align: left;text-decoration: none;}.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {background-color: rgba(0,0,0,0);border-color: rgba(255,255,255,1.00);border-radius: 3px 3px 3px 3px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Feature-Tour, .Feature-Tour {background-color: rgba(139,192,39,1.00);border-color: rgba(0,0,0,0);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 0;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 17px;font-style: normal;font-weight: 700;line-height: 17px;padding: 17px 35px;text-align: left;text-decoration: none;}.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {background-color: rgba(114,168,0,1.00);border-color: rgba(0,0,0,0);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Feature-Examples, .Feature-Examples {background-color: transparent;border-color: rgba(33,42,64,0.15);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 2px;color: rgba(33,42,64,0.50);font-family: Roboto;font-size: 17px;font-style: normal;font-weight: 700;line-height: 17px;padding: 15px 35px;text-align: left;text-decoration: none;}.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {background-color: transparent;border-color: rgba(139,192,39,1.00);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 2px;color: rgba(139,192,39,1.00);text-decoration: none;}.tp-caption.subcaption, .subcaption {background-color: transparent;border-color: rgba(0,0,0,1.00);border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(111,124,130,1.00);font-family: open_sansregular;font-size: 19px;font-style: normal;font-weight: 400;line-height: 24px;padding: 0;text-align: left;text-decoration: none;text-shadow: none;}.tp-caption.menutab, .menutab {background-color: transparent;border-color: rgba(0,0,0,1.00);border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(41,46,49,1.00);font-family: open_sansregular;font-size: 25px;font-style: normal;font-weight: 300;line-height: 30px;padding: 0;text-align: left;text-decoration: none;text-shadow: none;}.tp-caption.menutab:hover, .menutab:hover {background-color: transparent;border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(213,0,0,1.00);text-decoration: none;}.tp-caption.maincontent, .maincontent {background-color: transparent;border-color: rgba(0,0,0,1.00);border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(41,46,49,1.00);font-family: open_sansregular;font-size: 21px;font-style: normal;font-weight: 300;line-height: 26px;padding: 0;text-align: left;text-decoration: none;text-shadow: none;}.tp-caption.minitext, .minitext {background-color: transparent;border-color: rgba(0,0,0,1.00);border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(185,186,187,1.00);font-family: open_sansregular;font-size: 15px;font-style: normal;font-weight: 400;line-height: 20px;padding: 0;text-align: left;text-decoration: none;text-shadow: none;}.tp-caption.Feature-Buy, .Feature-Buy {background-color: rgba(0,154,238,1.00);border-color: rgba(0,0,0,0);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 0;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 17px;font-style: normal;font-weight: 700;line-height: 17px;padding: 17px 35px;text-align: left;text-decoration: none;}.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {background-color: rgba(0,133,214,1.00);border-color: rgba(0,0,0,0);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {background-color: transparent;border-color: rgba(255,255,255,0.15);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 17px;font-style: normal;font-weight: 700;line-height: 17px;padding: 15px 35px;text-align: left;text-decoration: none;}.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {background-color: transparent;border-color: rgba(255,255,255,1.00);border-radius: 30px 30px 30px 30px;border-style: solid;border-width: 2px;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Facebook-Likes, .Facebook-Likes {background-color: rgba(59,89,153,1.00);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);font-family: Roboto;font-size: 15px;font-style: normal;font-weight: 500;line-height: 22px;padding: 5px 15px;text-align: left;text-decoration: none;}.tp-caption.Twitter-Favorites, .Twitter-Favorites {background-color: rgba(255,255,255,0);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(136,153,166,1.00);font-family: Roboto;font-size: 15px;font-style: normal;font-weight: 500;line-height: 22px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.Twitter-Link, .Twitter-Link {background-color: rgba(255,255,255,1.00);border-color: transparent;border-radius: 30px 30px 30px 30px;border-style: none;border-width: 0;color: rgba(135,153,165,1.00);font-family: Roboto;font-size: 15px;font-style: normal;font-weight: 500;line-height: 15px;padding: 11px 11px 9px;text-align: left;text-decoration: none;}.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {background-color: rgba(0,132,180,1.00);border-color: transparent;border-radius: 30px 30px 30px 30px;border-style: none;border-width: 0;color: rgba(255,255,255,1.00);text-decoration: none;}.tp-caption.Twitter-Retweet, .Twitter-Retweet {background-color: rgba(255,255,255,0);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(136,153,166,1.00);font-family: Roboto;font-size: 15px;font-style: normal;font-weight: 500;line-height: 22px;padding: 0;text-align: left;text-decoration: none;}.tp-caption.Twitter-Content, .Twitter-Content {background-color: rgba(255,255,255,1.00);border-color: transparent;border-radius: 0 0 0 0;border-style: none;border-width: 0;color: rgba(41,47,51,1.00);font-family: Roboto;font-size: 20px;font-style: normal;font-weight: 500;line-height: 28px;padding: 30px 30px 70px;text-align: left;text-decoration: none;}.revtp-searchform input[type="text"], .revtp-searchform input[type="email"], .revtp-form input[type="text"], .revtp-form input[type="email"] {font-family: "Arial", sans-serif;font-size: 15px;color: #000;background-color: #fff;line-height: 46px;padding: 0 20px;cursor: text;border: 0;width: 400px;margin-bottom: 0px;-webkit-transition: background-color 0.5s;-moz-transition: background-color 0.5s;-o-transition: background-color 0.5s;-ms-transition: background-color 0.5s;transition: background-color 0.5s;border-radius: 0px;}.tp-caption.BigBold-Title, .BigBold-Title {color: rgba(255, 255, 255, 1.00);font-size: 110px;line-height: 100px;font-weight: 800;font-style: normal;font-family: Raleway;padding: 10px 0px 10px 0;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.BigBold-SubTitle, .BigBold-SubTitle {color: rgba(255, 255, 255, 0.50);font-size: 15px;line-height: 24px;font-weight: 500;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 1px}.tp-caption.BigBold-Button, .BigBold-Button {color: rgba(255, 255, 255, 1.00);font-size: 13px;line-height: 13px;font-weight: 500;font-style: normal;font-family: Raleway;padding: 15px 50px 15px 50px;text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(255, 255, 255, 0.50);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;text-align: left;letter-spacing: 1px}.tp-caption.BigBold-Button:hover, .BigBold-Button:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px}.tp-caption.FoodCarousel-Content, .FoodCarousel-Content {color: rgba(41, 46, 49, 1.00);font-size: 17px;line-height: 28px;font-weight: 500;font-style: normal;font-family: Raleway;padding: 30px 30px 30px 30px;text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(41, 46, 49, 1.00);border-style: solid;border-width: 1px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.FoodCarousel-Button, .FoodCarousel-Button {color: rgba(41, 46, 49, 1.00);font-size: 13px;line-height: 13px;font-weight: 700;font-style: normal;font-family: Raleway;padding: 15px 70px 15px 50px;text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(41, 46, 49, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;text-align: left;letter-spacing: 1px}.tp-caption.FoodCarousel-Button:hover, .FoodCarousel-Button:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(41, 46, 49, 1.00);border-color: rgba(41, 46, 49, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px}.tp-caption.FoodCarousel-CloseButton, .FoodCarousel-CloseButton {color: rgba(41, 46, 49, 1.00);font-size: 20px;line-height: 20px;font-weight: 700;font-style: normal;font-family: Raleway;padding: 14px 14px 14px 16px;text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(41, 46, 49, 0);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;text-align: left;letter-spacing: 1px}.tp-caption.FoodCarousel-CloseButton:hover, .FoodCarousel-CloseButton:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(41, 46, 49, 1.00);border-color: rgba(41, 46, 49, 0);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px}.tp-caption.Video-SubTitle, .Video-SubTitle {color: rgba(255, 255, 255, 1.00);font-size: 12px;line-height: 12px;font-weight: 600;font-style: normal;font-family: Raleway;padding: 5px 5px 5px 5px;text-decoration: none;background-color: rgba(0, 0, 0, 0.35);border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;letter-spacing: 2px;text-align: left}.tp-caption.Video-Title, .Video-Title {color: rgba(255, 255, 255, 1.00);font-size: 30px;line-height: 30px;font-weight: 900;font-style: normal;font-family: Raleway;padding: 5px 5px 5px 5px;text-decoration: none;background-color: rgba(0, 0, 0, 1.00);border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Travel-BigCaption, .Travel-BigCaption {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 50px;font-weight: 400;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Travel-SmallCaption, .Travel-SmallCaption {color: rgba(255, 255, 255, 1.00);font-size: 25px;line-height: 30px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Travel-CallToAction, .Travel-CallToAction {color: rgba(255, 255, 255, 1.00);font-size: 25px;line-height: 25px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 12px 20px 12px 20px;text-decoration: none;background-color: rgba(255, 255, 255, 0.05);border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 2px;border-radius: 5px 5px 5px 5px;text-align: left;letter-spacing: 1px}.tp-caption.Travel-CallToAction:hover, .Travel-CallToAction:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 0.15);border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 2px;border-radius: 5px 5px 5px 5px}.tp-caption.RotatingWords-TitleWhite, .RotatingWords-TitleWhite {color: rgba(255, 255, 255, 1.00);font-size: 70px;line-height: 70px;font-weight: 800;font-style: normal;font-family: Raleway;padding: 0px 0px 0px 0;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.RotatingWords-Button, .RotatingWords-Button {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 20px;font-weight: 700;font-style: normal;font-family: Raleway;padding: 20px 50px 20px 50px;text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(255, 255, 255, 0.15);border-style: solid;border-width: 2px;border-radius: 0px 0px 0px 0px;text-align: left;letter-spacing: 3px}.tp-caption.RotatingWords-Button:hover, .RotatingWords-Button:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 2px;border-radius: 0px 0px 0px 0px}.tp-caption.RotatingWords-SmallText, .RotatingWords-SmallText {color: rgba(255, 255, 255, 1.00);font-size: 14px;line-height: 20px;font-weight: 400;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;text-shadow: none}.tp-caption.ContentZoom-SmallTitle, .ContentZoom-SmallTitle {color: rgba(41, 46, 49, 1.00);font-size: 33px;line-height: 45px;font-weight: 600;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ContentZoom-SmallSubtitle, .ContentZoom-SmallSubtitle {color: rgba(111, 124, 130, 1.00);font-size: 16px;line-height: 24px;font-weight: 600;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ContentZoom-SmallIcon, .ContentZoom-SmallIcon {color: rgba(41, 46, 49, 1.00);font-size: 20px;line-height: 20px;font-weight: 400;font-style: normal;font-family: Raleway;padding: 10px 10px 10px 10px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ContentZoom-SmallIcon:hover, .ContentZoom-SmallIcon:hover {color: rgba(111, 124, 130, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px}.tp-caption.ContentZoom-DetailTitle, .ContentZoom-DetailTitle {color: rgba(41, 46, 49, 1.00);font-size: 70px;line-height: 70px;font-weight: 500;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ContentZoom-DetailSubTitle, .ContentZoom-DetailSubTitle {color: rgba(111, 124, 130, 1.00);font-size: 25px;line-height: 25px;font-weight: 500;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ContentZoom-DetailContent, .ContentZoom-DetailContent {color: rgba(111, 124, 130, 1.00);font-size: 17px;line-height: 28px;font-weight: 500;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ContentZoom-Button, .ContentZoom-Button {color: rgba(41, 46, 49, 1.00);font-size: 13px;line-height: 13px;font-weight: 700;font-style: normal;font-family: Raleway;padding: 15px 50px 15px 50px;text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(41, 46, 49, 0.50);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;text-align: left;letter-spacing: 1px}.tp-caption.ContentZoom-Button:hover, .ContentZoom-Button:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(41, 46, 49, 1.00);border-color: rgba(41, 46, 49, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px}.tp-caption.ContentZoom-ButtonClose, .ContentZoom-ButtonClose {color: rgba(41, 46, 49, 1.00);font-size: 13px;line-height: 13px;font-weight: 700;font-style: normal;font-family: Raleway;padding: 14px 14px 14px 16px;text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(41, 46, 49, 0.50);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;text-align: left;letter-spacing: 1px}.tp-caption.ContentZoom-ButtonClose:hover, .ContentZoom-ButtonClose:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(41, 46, 49, 1.00);border-color: rgba(41, 46, 49, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px}.tp-caption.Newspaper-Title, .Newspaper-Title {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 55px;font-weight: 400;font-style: normal;font-family: "open_sansregular";padding: 0 0 10px 0;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {color: rgba(168, 216, 238, 1.00);font-size: 15px;line-height: 20px;font-weight: 900;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Newspaper-Button, .Newspaper-Button {color: rgba(255, 255, 255, 1.00);font-size: 13px;line-height: 17px;font-weight: 700;font-style: normal;font-family: Roboto;padding: 12px 35px 12px 35px;text-decoration: none;background-color: rgba(255, 255, 255, 0);border-color: rgba(255, 255, 255, 0.25);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;letter-spacing: 2px;text-align: left}.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px}.tp-caption.rtwhitemedium, .rtwhitemedium {font-size: 22px;line-height: 26px;color: rgb(255, 255, 255);text-decoration: none;background-color: transparent;border-width: 0px;border-color: rgb(0, 0, 0);border-style: none;text-shadow: none}@media only screen and (max-width: 767px) {.revtp-searchform input[type="text"], .revtp-searchform input[type="email"], .revtp-form input[type="text"], .revtp-form input[type="email"] {width: 200px !important;}}.revtp-searchform input[type="submit"], .revtp-form input[type="submit"] {font-family: "Arial", sans-serif;line-height: 46px;letter-spacing: 1px;text-transform: uppercase;font-size: 15px;font-weight: 700;padding: 0 20px;border: 0;background: #009aee;color: #fff;border-radius: 0px;}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important}.tp-caption.Concept-Title, .Concept-Title {color: rgba(255, 255, 255, 1.00);font-size: 70px;line-height: 70px;font-weight: 700;font-style: normal;font-family: "Roboto Condensed";padding: 0px 0px 10px 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px;letter-spacing: 5px}.tp-caption.Concept-SubTitle, .Concept-SubTitle {color: rgba(255, 255, 255, 0.65);font-size: 25px;line-height: 25px;font-weight: 700;font-style: italic;font-family: "" Playfair Display "";padding: 0px 0px 10px 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px}.tp-caption.Concept-Content, .Concept-Content {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 30px;font-weight: 400;font-style: normal;font-family: "Roboto Condensed";padding: 0px 0px 0px 0px;text-decoration: none;text-align: center;background-color: rgba(0, 0, 0, 0);border-color: rgba(255, 255, 255, 1.00);border-style: none;border-width: 2px;border-radius: 0px 0px 0px 0px}.tp-caption.Concept-MoreBtn, .Concept-MoreBtn {color: rgba(255, 255, 255, 1.00);font-size: 30px;line-height: 30px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 10px 8px 7px 10px;text-decoration: none;text-align: left;background-color: transparent;border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 50px 50px 50px 50px;letter-spacing: 1px;text-align: left}.tp-caption.Concept-MoreBtn:hover, .Concept-MoreBtn:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 0.15);border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 50px 50px 50px 50px}.tp-caption.Concept-LessBtn, .Concept-LessBtn {color: rgba(255, 255, 255, 1.00);font-size: 30px;line-height: 30px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 10px 8px 7px 10px;text-decoration: none;text-align: left;background-color: rgba(0, 0, 0, 1.00);border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 50px 50px 50px 50px;letter-spacing: 1px;text-align: left}.tp-caption.Concept-LessBtn:hover, .Concept-LessBtn:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 50px 50px 50px 50px}.tp-caption.Concept-SubTitle-Dark, .Concept-SubTitle-Dark {color: rgba(0, 0, 0, 0.65);font-size: 25px;line-height: 25px;font-weight: 700;font-style: italic;font-family: "Playfair Display";padding: 0px 0px 10px 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px}.tp-caption.Concept-Title-Dark, .Concept-Title-Dark {color: rgba(0, 0, 0, 1.00);font-size: 70px;line-height: 70px;font-weight: 700;font-style: normal;font-family: "Roboto Condensed";padding: 0px 0px 10px 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px;letter-spacing: 5px}.tp-caption.Concept-MoreBtn-Dark, .Concept-MoreBtn-Dark {color: rgba(0, 0, 0, 1.00);font-size: 30px;line-height: 30px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 10px 8px 7px 10px;text-decoration: none;text-align: left;background-color: transparent;border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 50px 50px 50px 50px;letter-spacing: 1px;text-align: left}.tp-caption.Concept-MoreBtn-Dark:hover, .Concept-MoreBtn-Dark:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(0, 0, 0, 1.00);border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 50px 50px 50px 50px}.tp-caption.Concept-Content-Dark, .Concept-Content-Dark {color: rgba(0, 0, 0, 1.00);font-size: 20px;line-height: 30px;font-weight: 400;font-style: normal;font-family: "Roboto Condensed";padding: 0px 0px 0px 0px;text-decoration: none;text-align: center;background-color: rgba(0, 0, 0, 0);border-color: rgba(255, 255, 255, 1.00);border-style: none;border-width: 2px;border-radius: 0px 0px 0px 0px}.tp-caption.Concept-Notice, .Concept-Notice {color: rgba(255, 255, 255, 1.00);font-size: 15px;line-height: 15px;font-weight: 400;font-style: normal;font-family: "Roboto Condensed";padding: 0px 0px 0px 0px;text-decoration: none;text-align: center;background-color: rgba(0, 0, 0, 0);border-color: rgba(255, 255, 255, 1.00);border-style: none;border-width: 2px;border-radius: 0px 0px 0px 0px;letter-spacing: 2px}.tp-caption.Concept-Content a, .tp-caption.Concept-Content a:visited {color: #fff !important;border-bottom: 1px solid #fff !important;font-weight: 700 !important;}.tp-caption.Concept-Content a:hover {border-bottom: 1px solid transparent !important;}.tp-caption.Concept-Content-Dark a, .tp-caption.Concept-Content-Dark a:visited {color: #000 !important;border-bottom: 1px solid #000 !important;font-weight: 700 !important;}.tp-caption.Concept-Content-Dark a:hover {border-bottom: 1px solid transparent !important;}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important}.tp-caption.Creative-Title, .Creative-Title {color: rgba(255, 255, 255, 1.00);font-size: 70px;line-height: 70px;font-weight: 400;font-style: normal;font-family: "Playfair Display";padding: 0px 0px 0px 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px}.tp-caption.Creative-SubTitle, .Creative-SubTitle {color: rgba(205, 176, 131, 1.00);font-size: 14px;line-height: 14px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0px 0px 0px 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px;letter-spacing: 2px}.tp-caption.Creative-Button, .Creative-Button {color: rgba(205, 176, 131, 1.00);font-size: 13px;line-height: 13px;font-weight: 400;font-style: normal;font-family: Lato;padding: 15px 50px 15px 50px;text-decoration: none;text-align: left;background-color: rgba(0, 0, 0, 0);border-color: rgba(205, 176, 131, 0.25);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;letter-spacing: 2px}.tp-caption.Creative-Button:hover, .Creative-Button:hover {color: rgba(205, 176, 131, 1.00);text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(205, 176, 131, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px}.tp-caption.subcaption, .subcaption {color: rgba(111, 124, 130, 1.00);font-size: 19px;line-height: 24px;font-weight: 400;font-style: normal;font-family: open_sansregular;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: rgba(0, 0, 0, 1.00);border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-shadow: none;text-align: left}.tp-caption.RedDot, .RedDot {color: rgba(0, 0, 0, 1.00);font-weight: 400;font-style: normal;padding: 0px 0px 0px 0px;text-decoration: none;text-align: left;background-color: rgba(213, 0, 0, 1.00);border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 5px;border-radius: 50px 50px 50px 50px}.tp-caption.RedDot:hover, .RedDot:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 0.75);border-color: rgba(213, 0, 0, 1.00);border-style: solid;border-width: 5px;border-radius: 50px 50px 50px 50px}.tp-caption.SlidingOverlays-Title, .SlidingOverlays-Title {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 50px;font-weight: 400;font-style: normal;font-family: "Playfair Display";padding: 0px 0px 0px 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px}.tp-caption.SlidingOverlays-Title, .SlidingOverlays-Title {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 50px;font-weight: 400;font-style: normal;font-family: "Playfair Display";padding: 0px 0px 0px 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px}.tp-caption.Woo-TitleLarge, .Woo-TitleLarge {color: rgba(0, 0, 0, 1.00);font-size: 40px;line-height: 40px;font-weight: 400;font-style: normal;font-family: "Playfair Display";padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;}.tp-caption.Woo-Rating, .Woo-Rating {color: rgba(0, 0, 0, 1.00);font-size: 14px;line-height: 30px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;}.tp-caption.Woo-SubTitle, .Woo-SubTitle {color: rgba(0, 0, 0, 1.00);font-size: 18px;line-height: 18px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 2px;}.tp-caption.Woo-PriceLarge, .Woo-PriceLarge {color: rgba(0, 0, 0, 1.00);font-size: 60px;line-height: 60px;font-weight: 700;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;}.tp-caption.Woo-ProductInfo, .Woo-ProductInfo {color: rgba(0, 0, 0, 1.00);font-size: 15px;line-height: 15px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 12px 75px 12px 50px;text-decoration: none;background-color: rgba(254, 207, 114, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px;text-align: left;}.tp-caption.Woo-ProductInfo:hover, .Woo-ProductInfo:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(243, 168, 71, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px}.tp-caption.Woo-AddToCart, .Woo-AddToCart {color: rgba(0, 0, 0, 1.00);font-size: 15px;line-height: 15px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 12px 35px 12px 35px;text-decoration: none;background-color: rgba(254, 207, 114, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px;text-align: left;}.tp-caption.Woo-AddToCart:hover, .Woo-AddToCart:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(243, 168, 71, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px}.tp-caption.Woo-TitleLarge, .Woo-TitleLarge {color: rgba(0, 0, 0, 1.00);font-size: 40px;line-height: 40px;font-weight: 400;font-style: normal;font-family: "Playfair Display";padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;}.tp-caption.Woo-SubTitle, .Woo-SubTitle {color: rgba(0, 0, 0, 1.00);font-size: 18px;line-height: 18px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 2px;}.tp-caption.Woo-PriceLarge, .Woo-PriceLarge {color: rgba(0, 0, 0, 1.00);font-size: 60px;line-height: 60px;font-weight: 700;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;}.tp-caption.Woo-ProductInfo, .Woo-ProductInfo {color: rgba(0, 0, 0, 1.00);font-size: 15px;line-height: 15px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 12px 75px 12px 50px;text-decoration: none;background-color: rgba(254, 207, 114, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px;text-align: left;}.tp-caption.Woo-ProductInfo:hover, .Woo-ProductInfo:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(243, 168, 71, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px}.tp-caption.Woo-AddToCart, .Woo-AddToCart {color: rgba(0, 0, 0, 1.00);font-size: 15px;line-height: 15px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 12px 35px 12px 35px;text-decoration: none;background-color: rgba(254, 207, 114, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px;text-align: left;}.tp-caption.Woo-AddToCart:hover, .Woo-AddToCart:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(243, 168, 71, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 4px 4px 4px 4px}.tp-caption.FullScreen-Toggle, .FullScreen-Toggle {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 20px;font-weight: 400;font-style: normal;font-family: Raleway;padding: 11px 8px 11px 12px;text-decoration: none;text-align: left;background-color: rgba(0, 0, 0, 0.50);border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px;letter-spacing: 3px;text-align: left}.tp-caption.FullScreen-Toggle:hover, .FullScreen-Toggle:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(0, 0, 0, 1.00);border-color: rgba(255, 255, 255, 0);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px}.tp-caption.Agency-Title, .Agency-Title {color: rgba(255, 255, 255, 1.00);font-size: 70px;line-height: 70px;font-weight: 900;font-style: normal;font-family: lato;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 10px}.tp-caption.Agency-SubTitle, .Agency-SubTitle {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 20px;font-weight: 400;font-style: italic;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.Agency-PlayBtn, .Agency-PlayBtn {color: rgba(255, 255, 255, 1.00);font-size: 30px;line-height: 71px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 0px 0px 0px 0px;text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 2px;border-radius: 100px 100px 100px 100px;text-align: center}.tp-caption.Agency-PlayBtn:hover, .Agency-PlayBtn:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 2px;border-radius: 100px 100px 100px 100px;cursor: pointer}.tp-caption.Agency-SmallText, .Agency-SmallText {color: rgba(255, 255, 255, 1.00);font-size: 12px;line-height: 12px;font-weight: 900;font-style: normal;font-family: lato;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 5px}.tp-caption.Agency-Social, .Agency-Social {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 50px;font-weight: 400;font-style: normal;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: rgba(51, 51, 51, 1.00);border-style: solid;border-width: 2px;border-radius: 30px 30px 30px 30px;text-align: center}.tp-caption.Agency-Social:hover, .Agency-Social:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(51, 51, 51, 1.00);border-color: rgba(51, 51, 51, 1.00);border-style: solid;border-width: 2px;border-radius: 30px 30px 30px 30px;cursor: pointer}.tp-caption.Agency-CloseBtn, .Agency-CloseBtn {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 50px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 0px 0px 0px 0px;text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 0);border-style: none;border-width: 0px;border-radius: 100px 100px 100px 100px;text-align: center}.tp-caption.Agency-CloseBtn:hover, .Agency-CloseBtn:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 0);border-style: none;border-width: 0px;border-radius: 100px 100px 100px 100px;cursor: pointer}.tp-caption.Dining-Title, .Dining-Title {color: rgba(255, 255, 255, 1.00);font-size: 70px;line-height: 70px;font-weight: 400;font-style: normal;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 10px}.tp-caption.Dining-SubTitle, .Dining-SubTitle {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 20px;font-weight: 400;font-style: normal;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Dining-BtnLight, .Dining-BtnLight {color: rgba(255, 255, 255, 0.50);font-size: 15px;line-height: 15px;font-weight: 700;font-style: normal;font-family: Lato;padding: 17px 73px 17px 50px;text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(255, 255, 255, 0.25);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;text-align: left;letter-spacing: 2px}.tp-caption.Dining-BtnLight:hover, .Dining-BtnLight:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(0, 0, 0, 0);border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px}.tp-caption.Dining-Social, .Dining-Social {color: rgba(255, 255, 255, 1.00);font-size: 25px;line-height: 50px;font-weight: 400;font-style: normal;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 0.25);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;text-align: center}.tp-caption.Dining-Social:hover, .Dining-Social:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(255, 255, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;cursor: pointer}tp-caption.Team-Thumb, .Team-Thumb {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 22px;font-weight: 400;font-style: normal;font-family: Arial;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Team-Thumb:hover, .Team-Thumb:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.Team-Name, .Team-Name {color: rgba(255, 255, 255, 1.00);font-size: 70px;line-height: 70px;font-weight: 900;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Team-Position, .Team-Position {color: rgba(255, 255, 255, 1.00);font-size: 30px;line-height: 30px;font-weight: 400;font-style: normal;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Team-Description, .Team-Description {color: rgba(255, 255, 255, 1.00);font-size: 18px;line-height: 28px;font-weight: 400;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Team-Social, .Team-Social {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 50px;font-weight: 400;font-style: normal;font-family: Arial;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.Team-Social:hover, .Team-Social:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px;cursor: pointer}.tp-caption.VideoControls-Play, .VideoControls-Play {color: rgba(0, 0, 0, 1.00);font-size: 50px;line-height: 120px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 0px 0px 0px 7px;text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 100px 100px 100px 100px;text-align: center}.tp-caption.VideoControls-Play:hover, .VideoControls-Play:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 100px 100px 100px 100px;cursor: pointer}.tp-caption.VideoPlayer-Title, .VideoPlayer-Title {color: rgba(255, 255, 255, 1.00);font-size: 40px;line-height: 40px;font-weight: 900;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 10px}.tp-caption.VideoPlayer-SubTitle, .VideoPlayer-SubTitle {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 20px;font-weight: 400;font-style: italic;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.VideoPlayer-Social, .VideoPlayer-Social {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 50px;font-weight: 400;font-style: normal;font-family: Arial;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.VideoPlayer-Social:hover, .VideoPlayer-Social:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px;cursor: pointer}.tp-caption.VideoControls-Mute, .VideoControls-Mute {color: rgba(0, 0, 0, 1.00);font-size: 20px;line-height: 50px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 0px 0px 0px 0px;text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 100px 100px 100px 100px;text-align: center}.tp-caption.VideoControls-Mute:hover, .VideoControls-Mute:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 100px 100px 100px 100px;cursor: pointer}.tp-caption.VideoControls-Pause, .VideoControls-Pause {color: rgba(0, 0, 0, 1.00);font-size: 20px;line-height: 50px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 0px 0px 0px 0px;text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 100px 100px 100px 100px;text-align: center}.tp-caption.VideoControls-Pause:hover, .VideoControls-Pause:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 100px 100px 100px 100px;cursor: pointer}.soundcloudwrapper iframe {width: 100% !important}.tp-caption.SleekLanding-Title, .SleekLanding-Title {color: rgba(255, 255, 255, 1.00);font-size: 35px;line-height: 40px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 5px}.tp-caption.SleekLanding-ButtonBG, .SleekLanding-ButtonBG {color: rgba(0, 0, 0, 1.00);font-weight: 700;font-style: normal;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: rgba(255, 255, 255, 0.10);border-color: rgba(0, 0, 0, 0);border-style: solid;border-width: 0px;border-radius: 5px 5px 5px 5px;text-align: left;box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)}.tp-caption.SleekLanding-SmallTitle, .SleekLanding-SmallTitle {color: rgba(255, 255, 255, 1.00);font-size: 13px;line-height: 50px;font-weight: 900;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 2px}.tp-caption.SleekLanding-BottomText, .SleekLanding-BottomText {color: rgba(255, 255, 255, 1.00);font-size: 15px;line-height: 24px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.SleekLanding-Social, .SleekLanding-Social {color: rgba(255, 255, 255, 1.00);font-size: 22px;line-height: 30px;font-weight: 400;font-style: normal;font-family: Arial;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.SleekLanding-Social:hover, .SleekLanding-Social:hover {color: rgba(0, 0, 0, 0.25);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}#rev_slider_429_1_wrapper .tp-loader.spinner2 {background-color: #555555 !important;}.tp-fat {font-weight: 900 !important;}.tp-caption.PostSlider-Category, .PostSlider-Category {color: rgba(0, 0, 0, 1.00);font-size: 15px;line-height: 15px;font-weight: 300;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;letter-spacing: 3px;text-align: left}.tp-caption.PostSlider-Title, .PostSlider-Title {color: rgba(0, 0, 0, 1.00);font-size: 40px;line-height: 40px;font-weight: 400;font-style: normal;font-family: "Playfair Display";padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.PostSlider-Content, .PostSlider-Content {color: rgba(119, 119, 119, 1.00);font-size: 15px;line-height: 23px;font-weight: 400;font-style: normal;font-family: Roboto;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.PostSlider-Button, .PostSlider-Button {color: rgba(0, 0, 0, 1.00);font-size: 15px;line-height: 40px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 1px 56px 1px 32px;text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;text-align: left}.tp-caption.PostSlider-Button:hover, .PostSlider-Button:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(238, 238, 238, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 1px;border-radius: 0px 0px 0px 0px;cursor: pointer}/* media queries */@media only screen and (max-width: 960px) {}@media only screen and (max-width: 768px) {}.tp-caption.LandingPage-Title, .LandingPage-Title {color: rgba(255,255,255,1.00);font-size: 70px;line-height: 80px;font-weight: 900;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left;letter-spacing: 10px}.tp-caption.LandingPage-SubTitle, .LandingPage-SubTitle {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 30px;font-weight: 400;font-style: italic;font-family: Georgia, serif;padding: 0 0 0 0px;text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.LandingPage-Button, .LandingPage-Button {color: rgba(0, 0, 0, 1.00);font-size: 15px;line-height: 54px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 0px 35px 0px 35px;text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px;text-align: left;letter-spacing: 3px}.tp-caption.LandingPage-Button:hover, .LandingPage-Button:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px;cursor: pointer}.tp-caption.App-Content a, .tp-caption.App-Content a:visited {color: #89124e !important;border-bottom: 1px solid transparent !important;font-weight: bold !important;}.tp-caption.App-Content a:hover {border-bottom: 1px solid #89124e !important;}.tp-caption.RockBand-LogoText, .RockBand-LogoText {color: rgba(255, 255, 255, 1.00);font-size: 60px;line-height: 60px;font-weight: 700;font-style: normal;font-family: Oswald;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #fff !important;text-decoration: underline !important;}.tp-caption.Twitter-Content a:hover {color: #fff !important;text-decoration: none !important;}.soundcloudwrapper iframe {width: 100% !important}.tp-caption.Agency-LogoText, .Agency-LogoText {color: rgba(255, 255, 255, 1.00);font-size: 12px;line-height: 20px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 1px}.tp-caption.ComingSoon-Highlight, .ComingSoon-Highlight {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 37px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0 20px 3px 20px;text-decoration: none;text-align: left;background-color: rgba(0, 154, 238, 1.00);border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ComingSoon-Count, .ComingSoon-Count {color: rgba(255, 255, 255, 1.00);font-size: 50px;line-height: 50px;font-weight: 900;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.ComingSoon-CountUnit, .ComingSoon-CountUnit {color: rgba(255, 255, 255, 1.00);font-size: 20px;line-height: 20px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.ComingSoon-NotifyMe, .ComingSoon-NotifyMe {color: rgba(164, 157, 143, 1.00);font-size: 27px;line-height: 35px;font-weight: 600;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}#mc_embed_signup input#mce-EMAIL {font-family: "Lato", sans-serif;font-size: 15px;color: #000;background-color: #fff;line-height: 46px;padding: 0 20px;cursor: text;border: 1px solid #fff;width: 400px;margin-bottom: 0px;-webkit-transition: background-color 0.5s;-moz-transition: background-color 0.5s;-o-transition: background-color 0.5s;-ms-transition: background-color 0.5s;transition: background-color 0.5s;border-radius: 0px;}#mc_embed_signup input#mce-EMAIL[type="email"]:focus {background-color: #fff;border: 1px solid #666;border-right: 0;}#mc_embed_signup input#mc-embedded-subscribe, #mc_embed_signup input#mc-embedded-subscribe:focus {font-family: "Lato", sans-serif;line-height: 46px;letter-spacing: 1px;text-transform: uppercase;font-size: 13px;font-weight: 900;padding: 0 20px;border: 1px solid #009aee;background: #009aee;color: #fff;border-radius: 0px;}#mc_embed_signup input#mc-embedded-subscribe:hover {background: #0083d4;}@media only screen and (max-width: 767px) {#mc_embed_signup input#mce-EMAIL {width: 200px;}}.tp-caption.Agency-SmallTitle, .Agency-SmallTitle {color: rgba(255, 255, 255, 1.00);font-size: 15px;line-height: 22px;font-weight: 400;font-style: normal;font-family: lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 6px}.tp-caption.Agency-SmallContent, .Agency-SmallContent {color: rgba(255, 255, 255, 1.00);font-size: 15px;line-height: 24px;font-weight: 400;font-style: normal;font-family: lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.Agency-SmallLink, .Agency-SmallLink {color: rgba(248, 124, 9, 1.00);font-size: 12px;line-height: 22px;font-weight: 700;font-style: normal;font-family: lato;padding: 0 0 0px 0;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 2px;border-bottom: 1px solid #f87c09 !important}.tp-caption.Agency-SmallLink:hover, .Agency-SmallLink:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.Agency-NavButton, .Agency-NavButton {color: rgba(51, 51, 51, 1.00);font-size: 17px;line-height: 50px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 0px 0px 0px 0px;text-decoration: none;text-align: center;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px;text-align: center}.tp-caption.Agency-NavButton:hover, .Agency-NavButton:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(51, 51, 51, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px;cursor: pointer}.tp-caption.Agency-SmallLinkGreen, .Agency-SmallLinkGreen {color: rgba(109, 177, 155, 1.00);font-size: 12px;line-height: 22px;font-weight: 700;font-style: normal;font-family: lato;padding: 0 0 0px 0;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 2px;border-bottom: 1px solid #6db19b !important}.tp-caption.Agency-SmallLinkGreen:hover, .Agency-SmallLinkGreen:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.Agency-SmallLinkBlue, .Agency-SmallLinkBlue {color: rgba(153, 153, 153, 1.00);font-size: 12px;line-height: 22px;font-weight: 700;font-style: normal;font-family: lato;padding: 0 0 0px 0;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 2px;border-bottom: 1px solid #999 !important}.tp-caption.Agency-SmallLinkBlue:hover, .Agency-SmallLinkBlue:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.Agency-LogoText, .Agency-LogoText {color: rgba(255, 255, 255, 1.00);font-size: 12px;line-height: 20px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;letter-spacing: 1px}.tp-caption.Agency-ArrowTooltip, .Agency-ArrowTooltip {color: rgba(51, 51, 51, 1.00);font-size: 15px;line-height: 20px;font-weight: 400;font-style: normal;font-family: "Permanent Marker";padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.Agency-SmallSocial, .Agency-SmallSocial {color: rgba(255, 255, 255, 1.00);font-size: 30px;line-height: 30px;font-weight: 400;font-style: normal;font-family: Arial;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.Agency-SmallSocial:hover, .Agency-SmallSocial:hover {color: rgba(51, 51, 51, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0px 0px 0px 0px;cursor: pointer}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important}.tp-caption.CreativeFrontPage-Btn, .CreativeFrontPage-Btn {color: rgba(255, 255, 255, 1.00);font-size: 14px;line-height: 60px;font-weight: 900;font-style: normal;font-family: Roboto;padding: 0px 50px 0px 50px;text-decoration: none;text-align: left;background-color: rgba(0, 104, 92, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 4px 4px 4px 4px;letter-spacing: 2px}.tp-caption.CreativeFrontPage-Btn:hover, .CreativeFrontPage-Btn:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: rgba(0, 0, 0, 0.25);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 4px 4px 4px 4px;cursor: pointer}.tp-caption.CreativeFrontPage-Menu, .CreativeFrontPage-Menu {color: rgba(255, 255, 255, 1.00);font-size: 14px;line-height: 14px;font-weight: 500;font-style: normal;font-family: open_sansregular;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;letter-spacing: 2px}.tp-flip-index {z-index: 1000 !important;}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important}.tp-caption.FullScreenMenu-Category, .FullScreenMenu-Category {color: rgba(17, 17, 17, 1.00);font-size: 20px;line-height: 20px;font-weight: 700;font-style: normal;font-family: BenchNine;padding: 21px 30px 16px 30px;text-decoration: none;text-align: left;background-color: rgba(255, 255, 255, 0.90);border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;letter-spacing: 3px}.tp-caption.FullScreenMenu-Title, .FullScreenMenu-Title {color: rgba(255, 255, 255, 1.00);font-size: 65px;line-height: 70px;font-weight: 700;font-style: normal;font-family: BenchNine;padding: 21px 30px 16px 30px;text-decoration: none;text-align: left;background-color: rgba(17, 17, 17, 0.90);border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important}.tp-caption.TechJournal-Button, .TechJournal-Button {color: rgba(255, 255, 255, 1.00);font-size: 13px;line-height: 40px;font-weight: 900;font-style: normal;font-family: Raleway;padding: 1px 30px 1px 30px;text-decoration: none;text-align: left;background-color: rgba(138, 0, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px;letter-spacing: 3px}.tp-caption.TechJournal-Button:hover, .TechJournal-Button:hover {color: rgba(0, 0, 0, 1.00);text-decoration: none;background-color: rgba(255, 255, 255, 1.00);border-color: rgba(0, 0, 0, 1.00);border-style: solid;border-width: 0px;border-radius: 0px 0px 0px 0px;cursor: pointer}.tp-caption.TechJournal-Big, .TechJournal-Big {color: rgba(255, 255, 255, 1.00);font-size: 120px;line-height: 120px;font-weight: 900;font-style: normal;font-family: Raleway;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;letter-spacing: 0px}.rev_slider {overflow: hidden;}.effect_layer {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important}#menu_forcefullwidth {z-index: 5000;position: fixed !important;top: 0px;left: 0px;width: 100%}.tp-caption.FullSiteBlock-Title, .FullSiteBlock-Title {color: rgba(51, 51, 51, 1.00);font-size: 55px;line-height: 65px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link, .FullSiteBlock-Link {color: rgba(0, 150, 255, 1.00);font-size: 25px;line-height: 24px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link:hover, .FullSiteBlock-Link:hover {color: rgba(51, 51, 51, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.FullSiteBlock-DownButton, .FullSiteBlock-DownButton {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 32px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 1px 1px 1px 1px;text-decoration: none;text-align: center;background-color: transparent;border-color: rgba(51, 51, 51, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;text-align: center}.tp-caption.FullSiteBlock-DownButton:hover, .FullSiteBlock-DownButton:hover {color: rgba(0, 150, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(0, 150, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;cursor: pointer}.tp-caption.FullSiteBlock-Title, .FullSiteBlock-Title {color: rgba(51, 51, 51, 1.00);font-size: 55px;line-height: 65px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link, .FullSiteBlock-Link {color: rgba(0, 150, 255, 1.00);font-size: 25px;line-height: 24px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link:hover, .FullSiteBlock-Link:hover {color: rgba(51, 51, 51, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.FullSiteBlock-DownButton, .FullSiteBlock-DownButton {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 32px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 1px 1px 1px 1px;text-decoration: none;text-align: center;background-color: transparent;border-color: rgba(51, 51, 51, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;text-align: center}.tp-caption.FullSiteBlock-DownButton:hover, .FullSiteBlock-DownButton:hover {color: rgba(0, 150, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(0, 150, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;cursor: pointer}.tp-caption.FullSiteBlock-Title, .FullSiteBlock-Title {color: rgba(51, 51, 51, 1.00);font-size: 55px;line-height: 65px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-DownButton, .FullSiteBlock-DownButton {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 32px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 1px 1px 1px 1px;text-decoration: none;text-align: center;background-color: transparent;border-color: rgba(51, 51, 51, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;text-align: center}.tp-caption.FullSiteBlock-DownButton:hover, .FullSiteBlock-DownButton:hover {color: rgba(0, 150, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(0, 150, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;cursor: pointer}.tp-caption.FullSiteBlock-Title, .FullSiteBlock-Title {color: rgba(51, 51, 51, 1.00);font-size: 55px;line-height: 65px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link, .FullSiteBlock-Link {color: rgba(0, 150, 255, 1.00);font-size: 25px;line-height: 24px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link:hover, .FullSiteBlock-Link:hover {color: rgba(51, 51, 51, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.FullSiteBlock-DownButton, .FullSiteBlock-DownButton {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 32px;font-weight: 500;font-style: normal;font-family: Roboto;padding: 1px 1px 1px 1px;text-decoration: none;text-align: center;background-color: transparent;border-color: rgba(51, 51, 51, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;text-align: center}.tp-caption.FullSiteBlock-DownButton:hover, .FullSiteBlock-DownButton:hover {color: rgba(0, 150, 255, 1.00);text-decoration: none;background-color: transparent;border-color: rgba(0, 150, 255, 1.00);border-style: solid;border-width: 1px;border-radius: 30px 30px 30px 30px;cursor: pointer}.rev_slider {overflow: hidden;}.effect_layer {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}.gyges .tp-thumb {opacity: 1}.gyges .tp-thumb-img-wrap {padding: 3px;background-color: rgba(0, 0, 0, 0.25);display: inline-block;width: 100%;height: 100%;position: relative;margin: 0px;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;}.gyges .tp-thumb-image {padding: 3px;display: block;box-sizing: border-box;position: relative;-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);}.gyges .tp-thumb:hover .tp-thumb-img-wrap, .gyges .tp-thumb.selected .tp-thumb-img-wrap {background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);}.tp-caption.FullSiteBlock-Title, .FullSiteBlock-Title {color: rgba(51, 51, 51, 1.00);font-size: 55px;line-height: 65px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link, .FullSiteBlock-Link {color: rgba(0, 150, 255, 1.00);font-size: 25px;line-height: 24px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-Link:hover, .FullSiteBlock-Link:hover {color: rgba(51, 51, 51, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.FullSiteBlock-FooterLink, .FullSiteBlock-FooterLink {color: rgba(85, 85, 85, 1.00);font-size: 15px;line-height: 20px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: left}.tp-caption.FullSiteBlock-FooterLink:hover, .FullSiteBlock-FooterLink:hover {color: rgba(0, 150, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.fb-share-button.fb_iframe_widget iframe {width: 115px !important;}#tp-socialwrapper {opacity: 0;}.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {color: #0084B4 !important}.tp-caption.Twitter-Content a:hover {color: #0084B4 !important;text-decoration: underline !important}#menu_forcefullwidth {z-index: 5000;position: fixed !important;top: 0px;left: 0px;width: 100%}#tp-menubg {background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);/* FF3.6-15 */background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);/* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid : DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);/* IE6-9 */}#mc_embed_signup input[type="email"] {font-family: "Lato", sans-serif;font-size: 16px;font-weight: 400;background-color: #fff;color: #888 !important;line-height: 46px;padding: 0 20px;cursor: text;border: 0;width: 400px;margin-bottom: 0px;-webkit-transition: background-color 0.5s;-moz-transition: background-color 0.5s;-o-transition: background-color 0.5s;-ms-transition: background-color 0.5s;transition: background-color 0.5s;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}#mc_embed_signup input[type="email"]::-webkit-input-placeholder {color: #888 !important;}#mc_embed_signup input[type="email"]::-moz-placeholder {color: #888 !important;}#mc_embed_signup input[type="email"]:-ms-input-placeholder {color: #888 !important;}#mc_embed_signup input[type="email"]:focus {background-color: #f5f5f5;color: #454545;}#mc_embed_signup input#mc-embedded-subscribe, #mc_embed_signup input#mc-embedded-subscribe:focus {font-family: "Lato", sans-serif;line-height: 46px;font-size: 16px;font-weight: 700;padding: 0 30px;border: 0;background: #f04531;text-transform: none;color: #fff;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}#mc_embed_signup input#mc-embedded-subscribe:hover {background: #e03727;}@media only screen and (max-width: 767px) {#mc_embed_signup input[type="email"] {width: 260px;}}@media only screen and (max-width: 480px) {#mc_embed_signup input[type="email"] {width: 160px;}}#rev_slider_167_6 .uranus.tparrows {width: 50px;height: 50px;background: rgba(255, 255, 255, 0);}#rev_slider_167_6 .uranus.tparrows:before {width: 50px;height: 50px;line-height: 50px;font-size: 40px;transition: all 0.3s;-webkit-transition: all 0.3s;}#rev_slider_167_6 .uranus.tparrows:hover:before {opacity: 0.75;}.tp-caption.FullSiteBlock-SubTitle, .FullSiteBlock-SubTitle {color: rgba(51, 51, 51, 1.00);font-size: 25px;line-height: 34px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center}.tp-caption.ParallaxWebsite-FooterItem, .ParallaxWebsite-FooterItem {color: rgba(255, 255, 255, 0.50);font-size: 16px;line-height: 24px;font-weight: 400;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: left;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px}.tp-caption.ParallaxWebsite-FooterItem:hover, .ParallaxWebsite-FooterItem:hover {color: rgba(255, 255, 255, 1.00);text-decoration: none;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;cursor: pointer}.fb-share-button.fb_iframe_widget iframe {width: 115px !important;}iframe.twitter-share-button {display: none;}.fb-share-button.fb_iframe_widget iframe {display: none;}.tp-caption.FullSiteBlock-Link, .FullSiteBlock-Link {color: rgba(0,150,255,1.00);font-size: 25px;line-height: 24px;font-weight: 300;font-style: normal;font-family: Lato;padding: 0 0 0 0px;text-decoration: none;text-align: center;background-color: transparent;border-color: transparent;border-style: none;border-width: 0px;border-radius: 0 0 0 0px;text-align: center;}.ares.tparrows {cursor: pointer;background: #fff;min-width: 60px;min-height: 60px;position: absolute;display: block;z-index: 100;border-radius: 50%;}.ares.tparrows:hover {}.ares.tparrows:before {font-family: "revicons";font-size: 25px;color: #aaa;display: block;line-height: 60px;text-align: center;-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;z-index: 2;position: relative;}.ares.tparrows.tp-leftarrow:before {content: "\e81f";}.ares.tparrows.tp-rightarrow:before {content: "\e81e";}.ares.tparrows:hover:before {color: #000;}.ares .tp-title-wrap {position: absolute;z-index: 1;display: inline-block;background: #fff;min-height: 60px;line-height: 60px;top: 0px;margin-left: 30px;border-radius: 0px 30px 30px 0px;overflow: hidden;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;transform: scaleX(0);-webkit-transform: scaleX(0);transform-origin: 0% 50%;-webkit-transform-origin: 0% 50%;}.ares.tp-rightarrow .tp-title-wrap {right: 0px;margin-right: 30px;margin-left: 0px;-webkit-transform-origin: 100% 50%;border-radius: 30px 0px 0px 30px;}.ares.tparrows:hover .tp-title-wrap {transform: scaleX(1) scaleY(1);-webkit-transform: scaleX(1) scaleY(1);}.ares .tp-arr-titleholder {position: relative;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;transform: translateX(200px);text-transform: uppercase;color: #000;font-weight: 400;font-size: 14px;line-height: 60px;white-space: nowrap;padding: 0px 20px;margin-left: 10px;opacity: 0;}.ares.tp-rightarrow .tp-arr-titleholder {transform: translateX(-200px);margin-left: 0px;margin-right: 10px;}.ares.tparrows:hover .tp-arr-titleholder {transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 0.1s;opacity: 1;}/* BULLETS */.ares.tp-bullets {}.ares.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: transparent;padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;}.ares .tp-bullet {width: 13px;height: 13px;position: absolute;background: #e5e5e5;border-radius: 50%;cursor: pointer;box-sizing: content-box;}.ares .tp-bullet:hover, .ares .tp-bullet.selected {background: #fff;}.ares .tp-bullet-title {position: absolute;color: #888;font-size: 12px;padding: 0px 10px;font-weight: 600;right: 27px;top: -4px;background: #fff;background: rgba(255,255,255,0.75);visibility: hidden;transform: translateX(-20px);-webkit-transform: translateX(-20px);transition: transform 0.3s;-webkit-transition: transform 0.3s;line-height: 20px;white-space: nowrap;}.ares .tp-bullet-title:after {width: 0px;height: 0px;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent rgba(255,255,255,0.75);content: " ";position: absolute;right: -10px;top: 0px;}.ares .tp-bullet:hover .tp-bullet-title {visibility: visible;transform: translateX(0px);-webkit-transform: translateX(0px);}.ares .tp-bullet.selected:hover .tp-bullet-title {background: #fff;}.ares .tp-bullet.selected:hover .tp-bullet-title:after {border-color: transparent transparent transparent #fff;}.ares.tp-bullets:hover .tp-bullet-title {visibility: hidden;}.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {visibility: visible;}/* TABS */.ares .tp-tab {opacity: 1;padding: 10px;box-sizing: border-box;font-family: "Roboto", sans-serif;border-bottom: 1px solid #e5e5e5;}.ares .tp-tab-image {width: 60px;height: 60px;max-height: 100%;max-width: 100%;position: relative;display: inline-block;float: left;}.ares .tp-tab-content {background: rgba(0,0,0,0);position: relative;padding: 15px 15px 15px 85px;left: 0px;overflow: hidden;margin-top: -15px;box-sizing: border-box;color: #333;display: inline-block;width: 100%;height: 100%;position: absolute;}.ares .tp-tab-date {display: block;color: #aaa;font-weight: 500;font-size: 12px;margin-bottom: 0px;}.ares .tp-tab-title {display: block;text-align: left;color: #333;font-size: 14px;font-weight: 500;text-transform: none;line-height: 17px;}.ares .tp-tab:hover, .ares .tp-tab.selected {background: #eee;}.ares .tp-tab-mask {}/* MEDIA QUERIES */@media only screen and (max-width: 960px) {}@media only screen and (max-width: 768px) {}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -CUSTOM SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.custom.tparrows {cursor: pointer;background: #000;background: rgba(0,0,0,0.5);width: 40px;height: 40px;position: absolute;display: block;z-index: 10000;}.custom.tparrows:hover {background: #000;}.custom.tparrows:before {font-family: "revicons";font-size: 15px;color: #fff;display: block;line-height: 40px;text-align: center;}.custom.tparrows.tp-leftarrow:before {content: "\e824";}.custom.tparrows.tp-rightarrow:before {content: "\e825";}/* BULLETS */.custom.tp-bullets {}.custom.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: transparent;padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;}.custom .tp-bullet {width: 12px;height: 12px;position: absolute;background: #aaa;background: rgba(125,125,125,0.5);cursor: pointer;box-sizing: content-box;}.custom .tp-bullet:hover, .custom .tp-bullet.selected {background: rgb(125,125,125);}.custom .tp-bullet-image {}.custom .tp-bullet-title {}/* THUMBS *//* TABS *//*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -DIONE SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.dione.tparrows {height: 100%;width: 100px;background: transparent;background: rgba(0,0,0,0);line-height: 100%;transition: all 0.3s;-webkit-transition: all 0.3s;}.dione.tparrows:hover {background: rgba(0,0,0,0.45);}.dione .tp-arr-imgwrapper {width: 100px;left: 0px;position: absolute;height: 100%;top: 0px;overflow: hidden;}.dione.tp-rightarrow .tp-arr-imgwrapper {left: auto;right: 0px;}.dione .tp-arr-imgholder {background-position: center center;background-size: cover;width: 100px;height: 100%;top: 0px;visibility: hidden;transform: translateX(-50px);-webkit-transform: translateX(-50px);transition: all 0.3s;-webkit-transition: all 0.3s;opacity: 0;left: 0px;}.dione.tparrows.tp-rightarrow .tp-arr-imgholder {right: 0px;left: auto;transform: translateX(50px);-webkit-transform: translateX(50px);}.dione.tparrows:before {position: absolute;line-height: 30px;margin-left: -22px;top: 50%;left: 50%;font-size: 30px;margin-top: -15px;transition: all 0.3s;-webkit-transition: all 0.3s;}.dione.tparrows.tp-rightarrow:before {margin-left: 6px;}.dione.tparrows:hover:before {transform: translateX(-20px);-webkit-transform: translateX(-20px);opacity: 0;}.dione.tparrows.tp-rightarrow:hover:before {transform: translateX(20px);-webkit-transform: translateX(20px);}.dione.tparrows:hover .tp-arr-imgholder {transform: translateX(0px);-webkit-transform: translateX(0px);opacity: 1;visibility: visible;}/* BULLETS */.dione .tp-bullet {opacity: 1;width: 50px;height: 50px;padding: 3px;background: #000;background-color: rgba(0,0,0,0.25);margin: 0px;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;}.dione .tp-bullet-image {display: block;box-sizing: border-box;position: relative;-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);width: 44px;height: 44px;background-size: cover;background-position: center center;}.dione .tp-bullet-title {position: absolute;bottom: 65px;display: inline-block;left: 50%;background: #000;background: rgba(0,0,0,0.75);color: #fff;padding: 10px 30px;border-radius: 4px;-webkit-border-radius: 4px;opacity: 0;transition: all 0.3s;-webkit-transition: all 0.3s;transform: translateZ(0.001px) translateX(-50%) translateY(14px);transform-origin: 50% 100%;-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);-webkit-transform-origin: 50% 100%;opacity: 0;white-space: nowrap;}.dione .tp-bullet:hover .tp-bullet-title {transform: rotateX(0deg) translateX(-50%);-webkit-transform: rotateX(0deg) translateX(-50%);opacity: 1;}.dione .tp-bullet.selected, .dione .tp-bullet:hover {background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );}.dione .tp-bullet-title:after {content: " ";position: absolute;left: 50%;margin-left: -8px;width: 0;height: 0;border-style: solid;border-width: 8px 8px 0 8px;border-color: rgba(0,0,0,0.75) transparent transparent transparent;bottom: -8px;}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -ERINYEN SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.erinyen.tparrows {cursor: pointer;background: #000;background: rgba(0,0,0,0.5);min-width: 70px;min-height: 70px;position: absolute;display: block;z-index: 1000;border-radius: 35px;}.erinyen.tparrows:before {font-family: "revicons";font-size: 20px;color: #fff;display: block;line-height: 70px;text-align: center;z-index: 2;position: relative;}.erinyen.tparrows.tp-leftarrow:before {content: "\e824";}.erinyen.tparrows.tp-rightarrow:before {content: "\e825";}.erinyen .tp-title-wrap {position: absolute;z-index: 1;display: inline-block;background: #000;background: rgba(0,0,0,0.5);min-height: 70px;line-height: 70px;top: 0px;margin-left: 0px;border-radius: 35px;overflow: hidden;transition: opacity 0.3s;-webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;-webkit-transform: scale(0);-moz-transform: scale(0);transform: scale(0);visibility: hidden;opacity: 0;}.erinyen.tparrows:hover .tp-title-wrap {-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);opacity: 1;visibility: visible;}.erinyen.tp-rightarrow .tp-title-wrap {right: 0px;margin-right: 0px;margin-left: 0px;-webkit-transform-origin: 100% 50%;border-radius: 35px;padding-right: 20px;padding-left: 10px;}.erinyen.tp-leftarrow .tp-title-wrap {padding-left: 20px;padding-right: 10px;}.erinyen .tp-arr-titleholder {letter-spacing: 3px;position: relative;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;transform: translateX(200px);text-transform: uppercase;color: #fff;font-weight: 600;font-size: 13px;line-height: 70px;white-space: nowrap;padding: 0px 20px;margin-left: 11px;opacity: 0;}.erinyen .tp-arr-imgholder {width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background-position: center center;background-size: cover;}.erinyen .tp-arr-img-over {width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background: #000;background: rgba(0,0,0,0.5);}.erinyen.tp-rightarrow .tp-arr-titleholder {transform: translateX(-200px);margin-left: 0px;margin-right: 11px;}.erinyen.tparrows:hover .tp-arr-titleholder {transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 0.1s;opacity: 1;}/* BULLETS */.erinyen.tp-bullets {}.erinyen.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: #555555; /* old browsers */background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* ff3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* chrome10+,safari5.1+ */background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* opera 11.10+ */background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* ie10+ */background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* w3c */filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */padding: 10px 15px;margin-left: -15px;margin-top: -10px;box-sizing: content-box;border-radius: 10px;box-shadow: 0px 0px 2px 1px rgba(33,33,33,0.3);}.erinyen .tp-bullet {width: 13px;height: 13px;position: absolute;background: #111;border-radius: 50%;cursor: pointer;box-sizing: content-box;}.erinyen .tp-bullet:hover, .erinyen .tp-bullet.selected {background: #e5e5e5; /* old browsers */background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); /* ff3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* opera 11.10+ */background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); /* ie10+ */background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); /* w3c */filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */border: 1px solid #555;width: 12px;height: 12px;}.erinyen .tp-bullet-image {}.erinyen .tp-bullet-title {}/* THUMBS */.erinyen .tp-thumb {opacity: 1}.erinyen .tp-thumb-over {background: #000;background: rgba(0,0,0,0.25);width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: 1;-webkit-transition: all 0.3s;transition: all 0.3s;}.erinyen .tp-thumb-more:before {font-family: "revicons";font-size: 12px;color: #aaa;color: rgba(255,255,255,0.75);display: block;line-height: 12px;text-align: left;z-index: 2;position: absolute;top: 20px;right: 20px;z-index: 2;}.erinyen .tp-thumb-more:before {content: "\e825";}.erinyen .tp-thumb-title {font-family: "Raleway";letter-spacing: 1px;font-size: 12px;color: #fff;display: block;line-height: 15px;text-align: left;z-index: 2;position: absolute;top: 0px;left: 0px;z-index: 2;padding: 20px 35px 20px 20px;width: 100%;height: 100%;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;font-weight: 500;}.erinyen .tp-thumb.selected .tp-thumb-more:before, .erinyen .tp-thumb:hover .tp-thumb-more:before {color: #aaa;}.erinyen .tp-thumb.selected .tp-thumb-over, .erinyen .tp-thumb:hover .tp-thumb-over {background: #fff;}.erinyen .tp-thumb.selected .tp-thumb-title, .erinyen .tp-thumb:hover .tp-thumb-title {color: #000;}/* TABS */.erinyen .tp-tab-title {color: #a8d8ee;font-size: 13px;font-weight: 700;text-transform: uppercase;font-family: "open_sansregular" margin-bottom :5px;}.erinyen .tp-tab-desc {font-size: 18px;font-weight: 400;color: #fff;line-height: 25px;font-family: "open_sansregular";}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -GYGES SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS *//* BULLETS */.gyges.tp-bullets {}.gyges.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: #777777; /* Old browsers */background: -moz-linear-gradient(top,  #777777 0%, #666666 100%);background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#777777), color-stop(100%,#666666));background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%);background: -o-linear-gradient(top,  #777777 0%,#666666 100%);background: -ms-linear-gradient(top,  #777777 0%,#666666 100%);background: linear-gradient(to bottom,  #777777 0%,#666666 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777",endColorstr="#666666",GradientType=0 );padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;border-radius: 10px;}.gyges .tp-bullet {width: 12px;height: 12px;position: absolute;background: #333;border: 3px solid #444;border-radius: 50%;cursor: pointer;box-sizing: content-box;}.gyges .tp-bullet:hover, .gyges .tp-bullet.selected {background: #ffffff; /* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */}.gyges .tp-bullet-image {}.gyges .tp-bullet-title {}/* THUMBS */.gyges .tp-thumb {opacity: 1}.gyges .tp-thumb-img-wrap {padding: 3px;background: #000;background-color: rgba(0,0,0,0.25);display: inline-block;width: 100%;height: 100%;position: relative;margin: 0px;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;}.gyges .tp-thumb-image {padding: 3px;display: block;box-sizing: border-box;position: relative;-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);}.gyges .tp-thumb-title {position: absolute;bottom: 100%;display: inline-block;left: 50%;background: rgba(255,255,255,0.8);padding: 10px 30px;border-radius: 4px;-webkit-border-radius: 4px;margin-bottom: 20px;opacity: 0;transition: all 0.3s;-webkit-transition: all 0.3s;transform: translateZ(0.001px) translateX(-50%) translateY(14px);transform-origin: 50% 100%;-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);-webkit-transform-origin: 50% 100%;white-space: nowrap;}.gyges .tp-thumb:hover .tp-thumb-title {transform: rotateX(0deg) translateX(-50%);-webkit-transform: rotateX(0deg) translateX(-50%);opacity: 1;}.gyges .tp-thumb:hover .tp-thumb-img-wrap, .gyges .tp-thumb.selected .tp-thumb-img-wrap {background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );}.gyges .tp-thumb-title:after {content: " ";position: absolute;left: 50%;margin-left: -8px;width: 0;height: 0;border-style: solid;border-width: 8px 8px 0 8px;border-color: rgba(255,255,255,0.8) transparent transparent transparent;bottom: -8px;}/* TABS */.gyges .tp-tab {opacity: 1;padding: 10px;box-sizing: border-box;font-family: "Roboto", sans-serif;border-bottom: 1px solid rgba(255,255,255,0.15);}.gyges .tp-tab-image {width: 60px;height: 60px;max-height: 100%;max-width: 100%;position: relative;display: inline-block;float: left;}.gyges .tp-tab-content {background: rgba(0,0,0,0);position: relative;padding: 15px 15px 15px 85px;left: 0px;overflow: hidden;margin-top: -15px;box-sizing: border-box;color: #333;display: inline-block;width: 100%;height: 100%;position: absolute;}.gyges .tp-tab-date {display: block;color: rgba(255,255,255,0.25);font-weight: 500;font-size: 12px;margin-bottom: 0px;}.gyges .tp-tab-title {display: block;text-align: left;color: #fff;font-size: 14px;font-weight: 500;text-transform: none;line-height: 17px;}.gyges .tp-tab:hover, .gyges .tp-tab.selected {background: rgba(0,0,0,0.5);}.gyges .tp-tab-mask {}/* MEDIA QUERIES */@media only screen and (max-width: 960px) {}@media only screen and (max-width: 768px) {}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -HADES SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.hades.tparrows {cursor: pointer;background: #000;background: rgba(0,0,0,0.15);width: 100px;height: 100px;position: absolute;display: block;z-index: 1000;}.hades.tparrows:before {font-family: "revicons";font-size: 30px;color: #fff;display: block;line-height: 100px;text-align: center;transition: background 0.3s, color 0.3s;}.hades.tparrows.tp-leftarrow:before {content: "\e824";}.hades.tparrows.tp-rightarrow:before {content: "\e825";}.hades.tparrows:hover:before {color: #aaa;background: #fff;background: rgba(255,255,255,1);}.hades .tp-arr-allwrapper {position: absolute;left: 100%;top: 0px;background: #888;width: 100px;height: 100px;-webkit-transition: all 0.3s;transition: all 0.3s;-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;-webkit-transform: rotatey(-90deg);transform: rotatey(-90deg);-webkit-transform-origin: 0% 50%;transform-origin: 0% 50%;}.hades.tp-rightarrow .tp-arr-allwrapper {left: auto;right: 100%;-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform: rotatey(90deg);transform: rotatey(90deg);}.hades:hover .tp-arr-allwrapper {-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;-webkit-transform: rotatey(0deg);transform: rotatey(0deg);}.hades .tp-arr-iwrapper {}.hades .tp-arr-imgholder {background-size: cover;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}.hades .tp-arr-titleholder {}.hades .tp-arr-subtitleholder {}/* BULLETS */.hades.tp-bullets {}.hades.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: transparent;padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;}.hades .tp-bullet {width: 3px;height: 3px;position: absolute;background: #888;cursor: pointer;border: 5px solid #fff;box-sizing: content-box;box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);-webkit-perspective: 400;perspective: 400;-webkit-transform: translatez(0.01px);transform: translatez(0.01px);}.hades .tp-bullet:hover, .hades .tp-bullet.selected {background: #555;}.hades .tp-bullet-image {position: absolute;top: -80px;left: -60px;width: 120px;height: 60px;background-position: center center;background-size: cover;visibility: hidden;opacity: 0;transition: all 0.3s;-webkit-transform-style: flat;transform-style: flat;perspective: 600;-webkit-perspective: 600;transform: rotatex(-90deg);-webkit-transform: rotatex(-90deg);box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);transform-origin: 50% 100%;-webkit-transform-origin: 50% 100%;}.hades .tp-bullet:hover .tp-bullet-image {display: block;opacity: 1;transform: rotatex(0deg);-webkit-transform: rotatex(0deg);visibility: visible;}.hades .tp-bullet-title {}/* THUMBS */.hades .tp-thumb {opacity: 1}.hades .tp-thumb-img-wrap {border-radius: 50%;padding: 3px;display: inline-block;background: #000;background-color: rgba(0,0,0,0.25);width: 100%;height: 100%;position: relative;margin: 0px;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;}.hades .tp-thumb-image {padding: 3px;border-radius: 50%;display: block;box-sizing: border-box;position: relative;-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);}.hades .tp-thumb:hover .tp-thumb-img-wrap, .hades .tp-thumb.selected .tp-thumb-img-wrap {background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );}.hades .tp-thumb-title:after {content: " ";position: absolute;left: 50%;margin-left: -8px;width: 0;height: 0;border-style: solid;border-width: 8px 8px 0 8px;border-color: rgba(0,0,0,0.75) transparent transparent transparent;bottom: -8px;}/* TABS */.hades .tp-tab {opacity: 1;}.hades .tp-tab-title {display: block;color: #333;font-weight: 600;font-size: 18px;text-align: center;line-height: 25px;}.hades .tp-tab-price {display: block;text-align: center;color: #999;font-size: 16px;margin-top: 10px;line-height: 20px}.hades .tp-tab-button {display: inline-block;margin-top: 15px;text-align: center;padding: 5px 15px;color: #fff;font-size: 14px;background: #219bd7;border-radius: 4px;font-weight: 400;}.hades .tp-tab-inner {text-align: center;}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -HEBE SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.hebe.tparrows {cursor: pointer;background: #fff;min-width: 70px;min-height: 70px;position: absolute;display: block;z-index: 1000;}.hebe.tparrows:hover {}.hebe.tparrows:before {font-family: "revicons";font-size: 30px;color: #aaa;display: block;line-height: 70px;text-align: center;-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;z-index: 2;position: relative;background: #fff;min-width: 70px;min-height: 70px;}.hebe.tparrows.tp-leftarrow:before {content: "\e824";}.hebe.tparrows.tp-rightarrow:before {content: "\e825";}.hebe.tparrows:hover:before {color: #000;}.hebe .tp-title-wrap {position: absolute;z-index: 0;display: inline-block;background: #000;background: rgba(0,0,0,0.75);min-height: 60px;line-height: 60px;top: -10px;margin-left: 0px;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;transform: scaleX(0);-webkit-transform: scaleX(0);transform-origin: 0% 50%;-webkit-transform-origin: 0% 50%;}.hebe.tp-rightarrow .tp-title-wrap {right: 0px;-webkit-transform-origin: 100% 50%;}.hebe.tparrows:hover .tp-title-wrap {transform: scaleX(1);-webkit-transform: scaleX(1);}.hebe .tp-arr-titleholder {position: relative;text-transform: uppercase;color: #fff;font-weight: 600;font-size: 12px;line-height: 90px;white-space: nowrap;padding: 0px 20px 0px 90px;}.hebe.tp-rightarrow .tp-arr-titleholder {margin-left: 0px;padding: 0px 90px 0px 20px;}.hebe.tparrows:hover .tp-arr-titleholder {transform: translateX(0px);-webkit-transform: translateX(0px);transition-delay: 0.1s;opacity: 1;}.hebe .tp-arr-imgholder {width: 90px;height: 90px;position: absolute;left: 100%;display: block;background-size: cover;background-position: center center;top: 0px;right: -90px;}.hebe.tp-rightarrow .tp-arr-imgholder {right: auto;left: -90px;}/* BULLETS */.hebe.tp-bullets {}.hebe.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: transparent;padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;}.hebe .tp-bullet {width: 3px;height: 3px;position: absolute;background: #fff;cursor: pointer;border: 5px solid #222;border-radius: 50%;box-sizing: content-box;-webkit-perspective: 400;perspective: 400;-webkit-transform: translateZ(0.01px);transform: translateZ(0.01px);transition: all 0.3s;}.hebe .tp-bullet:hover, .hebe .tp-bullet.selected {background: #222;border-color: #fff;}.hebe .tp-bullet-image {position: absolute;top: -90px;left: -40px;width: 70px;height: 70px;background-position: center center;background-size: cover;visibility: hidden;opacity: 0;transition: all 0.3s;-webkit-transform-style: flat;transform-style: flat;perspective: 600;-webkit-perspective: 600;transform: scale(0);-webkit-transform: scale(0);transform-origin: 50% 100%;-webkit-transform-origin: 50% 100%;border-radius: 6px;}.hebe .tp-bullet:hover .tp-bullet-image {display: block;opacity: 1;transform: scale(1);-webkit-transform: scale(1);visibility: visible;}.hebe .tp-bullet-title {}/* TABS */.hebe .tp-tab-title {color: #a8d8ee;font-size: 13px;font-weight: 700;text-transform: uppercase;font-family: "open_sansregular" margin-bottom :5px;}.hebe .tp-tab-desc {font-size: 18px;font-weight: 400;color: #fff;line-height: 25px;font-family: "open_sansregular";}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -HEPHAISTOS SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.hephaistos.tparrows {cursor: pointer;background: #000;background: rgba(0,0,0,0.5);width: 40px;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50%;}.hephaistos.tparrows:hover {background: #000;}.hephaistos.tparrows:before {font-family: "revicons";font-size: 18px;color: #fff;display: block;line-height: 40px;text-align: center;}.hephaistos.tparrows.tp-leftarrow:before {content: "\e82c";margin-left: -2px;}.hephaistos.tparrows.tp-rightarrow:before {content: "\e82d";margin-right: -2px;}/* BULLETS */.hephaistos.tp-bullets {}.hephaistos.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: transparent;padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;}.hephaistos .tp-bullet {width: 12px;height: 12px;position: absolute;background: #999;border: 3px solid #f5f5f5;border-radius: 50%;cursor: pointer;box-sizing: content-box;box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);}.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {background: #fff;border-color: #000;}.hephaistos .tp-bullet-image {}.hephaistos .tp-bullet-title {}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -HERMES SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.hermes.tparrows {cursor: pointer;background: #000;background: rgba(0,0,0,0.5);width: 30px;height: 110px;position: absolute;display: block;z-index: 1000;}.hermes.tparrows:before {font-family: "revicons";font-size: 15px;color: #fff;display: block;line-height: 110px;text-align: center;transform: translateX(0px);-webkit-transform: translateX(0px);transition: all 0.3s;-webkit-transition: all 0.3s;}.hermes.tparrows.tp-leftarrow:before {content: "\e824";}.hermes.tparrows.tp-rightarrow:before {content: "\e825";}.hermes.tparrows.tp-leftarrow:hover:before {transform: translateX(-20px);-webkit-transform: translateX(-20px);opacity: 0;}.hermes.tparrows.tp-rightarrow:hover:before {transform: translateX(20px);-webkit-transform: translateX(20px);opacity: 0;}.hermes .tp-arr-allwrapper {overflow: hidden;position: absolute;width: 180px;height: 140px;top: 0px;left: 0px;visibility: hidden;-webkit-transition: -webkit-transform 0.3s 0.3s;transition: transform 0.3s 0.3s;-webkit-perspective: 1000px;perspective: 1000px;}.hermes.tp-rightarrow .tp-arr-allwrapper {right: 0px;left: auto;}.hermes.tparrows:hover .tp-arr-allwrapper {visibility: visible;}.hermes .tp-arr-imgholder {width: 180px;position: absolute;left: 0px;top: 0px;height: 110px;transform: translateX(-180px);-webkit-transform: translateX(-180px);transition: all 0.3s;transition-delay: 0.3s;}.hermes.tp-rightarrow .tp-arr-imgholder {transform: translateX(180px);-webkit-transform: translateX(180px);}.hermes.tparrows:hover .tp-arr-imgholder {transform: translateX(0px);-webkit-transform: translateX(0px);}.hermes .tp-arr-titleholder {top: 110px;width: 180px;text-align: left;display: block;padding: 0px 10px;line-height: 30px;background: #000;background: rgba(0,0,0,0.75);color: #fff;font-weight: 600;position: absolute;font-size: 12px;white-space: nowrap;letter-spacing: 1px;-webkit-transition: all 0.3s;transition: all 0.3s;-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);-webkit-transform-origin: 50% 0;transform-origin: 50% 0;box-sizing: border-box;}.hermes.tparrows:hover .tp-arr-titleholder {-webkit-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotateX(0deg);transform: rotateX(0deg);}/* BULLETS */.hermes.tp-bullets {}.hermes .tp-bullet {overflow: hidden;border-radius: 50%;width: 16px;height: 16px;background-color: rgba(0, 0, 0, 0);box-shadow: inset 0 0 0 2px #FFF;-webkit-transition: background 0.3s ease;transition: background 0.3s ease;position: absolute;}.hermes .tp-bullet:hover {background-color: rgba(0, 0, 0, 0.2);}.hermes .tp-bullet:after {content: ' ';position: absolute;bottom: 0;height: 0;left: 0;width: 100%;background-color: #FFF;box-shadow: 0 0 1px #FFF;-webkit-transition: height 0.3s ease;transition: height 0.3s ease;}.hermes .tp-bullet.selected:after {height: 100%;}/* TABS */.hermes .tp-tab {opacity: 1;padding-right: 10px;box-sizing: border-box;}.hermes .tp-tab-image {width: 100%;height: 60%;position: relative;}.hermes .tp-tab-content {background: rgb(54,54,54);position: absolute;padding: 20px 20px 20px 30px;box-sizing: border-box;color: #fff;display: block;width: 100%;min-height: 40%;bottom: 0px;left: -10px;}.hermes .tp-tab-date {display: block;color: #888;font-weight: 600;font-size: 12px;margin-bottom: 10px;}.hermes .tp-tab-title {display: block;color: #fff;font-size: 16px;font-weight: 800;text-transform: uppercase;line-height: 19px;}.hermes .tp-tab.selected .tp-tab-title:after {width: 0px;height: 0px;border-style: solid;border-width: 30px 0 30px 10px;border-color: transparent transparent transparent rgb(54,54,54);content: " ";position: absolute;right: -9px;bottom: 50%;margin-bottom: -30px;}.hermes .tp-tab-mask {padding-right: 10px !important;}/* MEDIA QUERIES */@media only screen and (max-width: 960px) {.hermes .tp-tab .tp-tab-title {font-size: 14px;line-height: 16px;}.hermes .tp-tab-date {font-size: 11px;line-height: 13px;margin-bottom: 10px;}.hermes .tp-tab-content {padding: 15px 15px 15px 25px;}}@media only screen and (max-width: 768px) {.hermes .tp-tab .tp-tab-title {font-size: 12px;line-height: 14px;}.hermes .tp-tab-date {font-size: 10px;line-height: 12px;margin-bottom: 5px;}.hermes .tp-tab-content {padding: 10px 10px 10px 20px;}}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -HESPERIDEN SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.hesperiden.tparrows {cursor: pointer;background: #000;background: rgba(0,0,0,0.5);width: 40px;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 50%;}.hesperiden.tparrows:hover {background: #000;}.hesperiden.tparrows:before {font-family: "revicons";font-size: 20px;color: #fff;display: block;line-height: 40px;text-align: center;}.hesperiden.tparrows.tp-leftarrow:before {content: "\e82c";margin-left: -3px;}.hesperiden.tparrows.tp-rightarrow:before {content: "\e82d";margin-right: -3px;}/* BULLETS */.hesperiden.tp-bullets {}.hesperiden.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: transparent;padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;border-radius: 8px;}.hesperiden .tp-bullet {width: 12px;height: 12px;position: absolute;background: #FFF; /* old browsers */border: 3px solid #FFF;border-radius: 50%;cursor: pointer;box-sizing: content-box;}.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {background: #f0c14b;}.hesperiden .tp-bullet-image {}.hesperiden .tp-bullet-title {}/* THUMBS */.hesperiden .tp-thumb {opacity: 1;-webkit-perspective: 600px;perspective: 600px;}.hesperiden .tp-thumb .tp-thumb-title {font-size: 12px;position: absolute;margin-top: -10px;color: #fff;display: block;z-index: 10000;background-color: #000;padding: 5px 10px;bottom: 0px;left: 0px;width: 100%;box-sizing: border-box;text-align: center;overflow: hidden;white-space: nowrap;transition: all 0.3s;-webkit-transition: all 0.3s;transform: rotatex(90deg) translatez(0.001px);transform-origin: 50% 100%;-webkit-transform: rotatex(90deg) translatez(0.001px);-webkit-transform-origin: 50% 100%;opacity: 0;}.hesperiden .tp-thumb:hover .tp-thumb-title {transform: rotatex(0deg);-webkit-transform: rotatex(0deg);opacity: 1;}/* TABS */.hesperiden .tp-tab {opacity: 1;padding: 10px;box-sizing: border-box;font-family: "Roboto", sans-serif;border-bottom: 1px solid #e5e5e5;}.hesperiden .tp-tab-image {width: 60px;height: 60px;max-height: 100%;max-width: 100%;position: relative;display: inline-block;float: left;}.hesperiden .tp-tab-content {background: rgba(0,0,0,0);position: relative;padding: 15px 15px 15px 85px;left: 0px;overflow: hidden;margin-top: -15px;box-sizing: border-box;color: #333;display: inline-block;width: 100%;height: 100%;position: absolute;}.hesperiden .tp-tab-date {display: block;color: #aaa;font-weight: 500;font-size: 12px;margin-bottom: 0px;}.hesperiden .tp-tab-title {display: block;text-align: left;color: #333;font-size: 14px;font-weight: 500;text-transform: none;line-height: 17px;}.hesperiden .tp-tab:hover, .hesperiden .tp-tab.selected {background: #eee;}.hesperiden .tp-tab-mask {}/* MEDIA QUERIES */@media only screen and (max-width: 960px) {}@media only screen and (max-width: 768px) {}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -METIS SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.metis.tparrows {background: #fff;padding: 10px;transition: all 0.3s;-webkit-transition: all 0.3s;width: 60px;height: 60px;box-sizing: border-box;}.metis.tparrows:hover {background: #fff;background: rgba(255,255,255,0.75);}.metis.tparrows:before {color: #000;transition: all 0.3s;-webkit-transition: all 0.3s;}.metis.tparrows:hover:before {transform: scale(1.5);}/* BULLETS */.metis .tp-bullet {opacity: 1;width: 50px;height: 50px;padding: 3px;background: #000;background-color: rgba(0,0,0,0.25);margin: 0px;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 50%;}.metis .tp-bullet-image {border-radius: 50%;display: block;box-sizing: border-box;position: relative;-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);width: 44px;height: 44px;background-size: cover;background-position: center center;}.metis .tp-bullet-title {position: absolute;bottom: 65px;display: inline-block;left: 50%;background: #000;background: rgba(0,0,0,0.75);color: #fff;padding: 10px 30px;border-radius: 4px;-webkit-border-radius: 4px;opacity: 0;transition: all 0.3s;-webkit-transition: all 0.3s;transform: translateZ(0.001px) translateX(-50%) translateY(14px);transform-origin: 50% 100%;-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);-webkit-transform-origin: 50% 100%;opacity: 0;white-space: nowrap;}.metis .tp-bullet:hover .tp-bullet-title {transform: rotateX(0deg) translateX(-50%);-webkit-transform: rotateX(0deg) translateX(-50%);opacity: 1;}.metis .tp-bullet.selected, .metis .tp-bullet:hover {background: rgba(255,255,255,1);background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );}.metis .tp-bullet-title:after {content: " ";position: absolute;left: 50%;margin-left: -8px;width: 0;height: 0;border-style: solid;border-width: 8px 8px 0 8px;border-color: rgba(0,0,0,0.75) transparent transparent transparent;bottom: -8px;}.metis .tp-tab-number {color: #fff;font-size: 40px;line-height: 30px;font-weight: 400;font-family: "Playfair Display";width: 50px;margin-right: 17px;display: inline-block;float: left;}.metis .tp-tab-mask {padding-left: 20px;left: 0px;max-width: 90px !important;transition: 0.4s padding-left, 0.4s left, 0.4s max-width;}.metis:hover .tp-tab-mask {padding-left: 0px;left: 50px;max-width: 500px !important;}.metis .tp-tab-divider {border-right: 1px solid transparent;height: 30px;width: 1px;margin-top: 5px;display: inline-block;float: left;}.metis .tp-tab-title {color: #fff;font-size: 20px;line-height: 20px;font-weight: 400;font-family: "Playfair Display";position: relative;padding-top: 10px;padding-left: 30px;display: inline-block;transform: translateX(-100%);transition: 0.4s all;}.metis .tp-tab-title-mask {position: absolute;overflow: hidden;left: 67px;}.metis:hover .tp-tab-title {transform: translateX(0);}.metis .tp-tab {opacity: 0.15;transition: 0.4s all;}.metis .tp-tab:hover, .metis .tp-tab.selected {opacity: 1;}.metis .tp-tab.selected .tp-tab-divider {border-right: 1px solid #cdb083;}.metis.tp-tabs {max-width: 118px !important;padding-left: 50px;}.metis.tp-tabs:before {content: " ";height: 100%;width: 88px;background: rgba(0, 0, 0, 0.15);border-right: 1px solid rgba(255, 255, 255, 0.10);left: 0px;top: 0px;position: absolute;transition: 0.4s all;}.metis.tp-tabs:hover:before {width: 118px;}@media (max-width: 499px) {.metis.tp-tabs:before {background: rgba(0, 0, 0, 0.75);}}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -PERSEPHONE SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.persephone.tparrows {cursor: pointer;background: #aaa;background: rgba(200,200,200,0.5);width: 40px;height: 40px;position: absolute;display: block;z-index: 100;border: 1px solid #f5f5f5;}.persephone.tparrows:hover {background: #333;}.persephone.tparrows:before {font-family: "revicons";font-size: 15px;color: #fff;display: block;line-height: 40px;text-align: center;}.persephone.tparrows.tp-leftarrow:before {content: "\e824";}.persephone.tparrows.tp-rightarrow:before {content: "\e825";}/* BULLETS */.persephone.tp-bullets {}.persephone.tp-bullets:before {content: " ";position: absolute;width: 100%;height: 100%;background: #transparent;padding: 10px;margin-left: -10px;margin-top: -10px;box-sizing: content-box;}.persephone .tp-bullet {width: 12px;height: 12px;position: absolute;background: #aaa;border: 1px solid #e5e5e5;cursor: pointer;box-sizing: content-box;}.persephone .tp-bullet:hover, .persephone .tp-bullet.selected {background: #222;}.persephone .tp-bullet-image {}.persephone .tp-bullet-title {}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -URANUS SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.uranus.tparrows {width: 50px;height: 50px;background: transparent;}.uranus.tparrows:before {width: 50px;height: 50px;line-height: 50px;font-size: 40px;transition: all 0.3s;-webkit-transition: all 0.3s;}.uranus.tparrows:hover:before {opacity: 0.75;}/* BULLETS */.uranus .tp-bullet {border-radius: 50%;box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);-webkit-transition: box-shadow 0.3s ease;transition: box-shadow 0.3s ease;background: transparent;}.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {box-shadow: 0 0 0 2px #FFF;border: none;border-radius: 50%;background: transparent;}.uranus .tp-bullet-inner {background-color: rgba(255, 255, 255, 0.7);-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;transition: background-color 0.3s ease, transform 0.3s ease;top: 0;left: 0;width: 100%;height: 100%;outline: none;border-radius: 50%;background-color: #FFF;background-color: rgba(255, 255, 255, 0.3);text-indent: -999em;cursor: pointer;position: absolute;}.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {transform: scale(0.4);-webkit-transform: scale(0.4);background-color: #fff;}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -ZEUS SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*//* ARROWS */.zeus.tparrows {cursor: pointer;min-width: 70px;min-height: 70px;position: absolute;display: block;z-index: 100;border-radius: 35px;overflow: hidden;background: rgba(0,0,0,0.10);}.zeus.tparrows:before {font-family: "revicons";font-size: 20px;color: #fff;display: block;line-height: 70px;text-align: center;z-index: 2;position: relative;}.zeus.tparrows.tp-leftarrow:before {content: "\e824";}.zeus.tparrows.tp-rightarrow:before {content: "\e825";}.zeus .tp-title-wrap {background: #000;background: rgba(0,0,0,0.5);width: 100%;height: 100%;top: 0px;left: 0px;position: absolute;opacity: 0;transform: scale(0);-webkit-transform: scale(0);transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;border-radius: 50%;}.zeus .tp-arr-imgholder {width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background-position: center center;background-size: cover;border-radius: 50%;transform: translateX(-100%);-webkit-transform: translateX(-100%);transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;}.zeus.tp-rightarrow .tp-arr-imgholder {transform: translateX(100%);-webkit-transform: translateX(100%);}.zeus.tparrows:hover .tp-arr-imgholder {transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}.zeus.tparrows:hover .tp-title-wrap {transform: scale(1);-webkit-transform: scale(1);opacity: 1;}/* BULLETS */.zeus .tp-bullet {box-sizing: content-box;-webkit-box-sizing: content-box;border-radius: 50%;background-color: rgba(0, 0, 0, 0);-webkit-transition: opacity 0.3s ease;transition: opacity 0.3s ease;width: 13px;height: 13px;border: 2px solid #fff;}.zeus .tp-bullet:after {content: "";position: absolute;width: 100%;height: 100%;left: 0;border-radius: 50%;background-color: #FFF;-webkit-transform: scale(0);transform: scale(0);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: -webkit-transform 0.3s ease;transition: transform 0.3s ease;}.zeus .tp-bullet:hover:after, .zeus .tp-bullet.selected:after {-webkit-transform: scale(1.2);transform: scale(1.2);}.zeus .tp-bullet-image, .zeus .tp-bullet-imageoverlay {width: 135px;height: 60px;position: absolute;background: #000;background: rgba(0,0,0,0.5);bottom: 25px;left: 50%;margin-left: -65px;box-sizing: border-box;background-size: cover;background-position: center center;visibility: hidden;opacity: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 4px;}.zeus .tp-bullet-title, .zeus .tp-bullet-imageoverlay {z-index: 2;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}.zeus .tp-bullet-title {color: #fff;text-align: center;line-height: 15px;font-size: 13px;font-weight: 600;z-index: 3;visibility: hidden;opacity: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;position: absolute;bottom: 45px;width: 135px;vertical-align: middle;left: -57px;}.zeus .tp-bullet:hover .tp-bullet-title, .zeus .tp-bullet:hover .tp-bullet-image, .zeus .tp-bullet:hover .tp-bullet-imageoverlay {opacity: 1;visibility: visible;-webkit-transform: translateY(0px);transform: translateY(0px);}/* THUMBS */.zeus .tp-thumb {opacity: 1}.zeus .tp-thumb-over {background: #000;background: rgba(0,0,0,0.25);width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: 1;-webkit-transition: all 0.3s;transition: all 0.3s;}.zeus .tp-thumb-more:before {font-family: "revicons";font-size: 12px;color: #aaa;color: rgba(255,255,255,0.75);display: block;line-height: 12px;text-align: left;z-index: 2;position: absolute;top: 20px;right: 20px;z-index: 2;}.zeus .tp-thumb-more:before {content: "\e825";}.zeus .tp-thumb-title {font-family: "Raleway";letter-spacing: 1px;font-size: 12px;color: #fff;display: block;line-height: 15px;text-align: left;z-index: 2;position: absolute;top: 0px;left: 0px;z-index: 2;padding: 20px 35px 20px 20px;width: 100%;height: 100%;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;font-weight: 500;}.zeus .tp-thumb.selected .tp-thumb-more:before, .zeus .tp-thumb:hover .tp-thumb-more:before {color: #aaa;}.zeus .tp-thumb.selected .tp-thumb-over, .zeus .tp-thumb:hover .tp-thumb-over {background: #000;}.zeus .tp-thumb.selected .tp-thumb-title, .zeus .tp-thumb:hover .tp-thumb-title {color: #fff;}/* TABS */.zeus .tp-tab {opacity: 1;box-sizing: border-box;}.zeus .tp-tab-title {display: block;text-align: center;background: rgba(0,0,0,0.25);font-weight: 700;font-size: 15px;line-height: 15px;color: #fff;padding: 9px 10px;}.zeus .tp-tab:hover .tp-tab-title, .zeus .tp-tab.selected .tp-tab-title {color: #000;background: #fff;}/*------------------------------------------------------------------------------ Revolution Slider 5.0 Navigatin Skin Style  -ZEUS SKINauthor:  ThemePunchemail:      info@themepunch.comwebsite:    http://www.themepunch.com-----------------------------------------------------------------------------*/.post-tabs .tp-thumb {opacity: 1}.post-tabs .tp-thumb-over {background: #252525;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: 1;-webkit-transition: all 0.3s;transition: all 0.3s;}.post-tabs .tp-thumb-more:before {font-family: "revicons";font-size: 12px;color: #aaa;color: rgba(255,255,255,0.75);display: block;line-height: 12px;text-align: left;z-index: 2;position: absolute;top: 15px;right: 15px;z-index: 2;}.post-tabs .tp-thumb-more:before {content: "\e825";}.post-tabs .tp-thumb-title {font-family: "raleway";letter-spacing: 1px;font-size: 12px;color: #fff;display: block;line-height: 15px;text-align: left;z-index: 2;position: absolute;top: 0px;left: 0px;z-index: 2;padding: 15px 30px 15px 15px;width: 100%;height: 100%;box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;font-weight: 500;}.post-tabs .tp-thumb.selected .tp-thumb-more:before, .post-tabs .tp-thumb:hover .tp-thumb-more:before {color: #aaa;}.post-tabs .tp-thumb.selected .tp-thumb-over, .post-tabs .tp-thumb:hover .tp-thumb-over {background: #fff;}.tp-title {font-size: 30px;line-height: 0.9em;font-family: "open_sansbold";text-shadow: -1px 0 #555, 0 1px #555, 1px 0 #555, 0 -1px #555;}
/* Stylesheet: web_jquery_b Modified On 2019-09-27 10:37:42 */
/* Table of contents––––––––––––––––––––––––––––––––––––––––––––––––––- ProximaNova- Poppins *//* #ProximaNova–––––––––––––––––––––––––––––––––––––––––––––––––– */@font-face {font-family: 'ProximaNovaRgRegular';src: url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-webfont.eot');src: url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-webfont.woff') format('woff'),url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-webfont.ttf') format('truetype'),url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'ProximaNovaRegularItalic';src: url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-Italic-webfont.eot');src: url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-Italic-webfont.woff') format('woff'),url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-Italic-webfont.ttf') format('truetype'),url('/uploads/font/common/proximanova_regular_macroman/ProximaNova-Reg-Italic-webfont.svg#ProximaNovaRegularItalic') format('svg');font-weight: normal;font-style: normal;}@font-face {font-family: 'ProximaNovaBold';src: url('/uploads/font/common/proximanova_bold_macroman/ProximaNova-Bol-webfont.eot');src: url('/uploads/font/common/proximanova_bold_macroman/ProximaNova-Bol-webfont.eot?#iefix') format('embedded-opentype'),url('/uploads/font/common/proximanova_bold_macroman/ProximaNova-Bol-webfont.woff') format('woff'),url('/uploads/font/common/proximanova_bold_macroman/ProximaNova-Bol-webfont.ttf') format('truetype'),url('/uploads/font/common/proximanova_bold_macroman/ProximaNova-Bol-webfont.svg#ProximaNovaRgRegular') format('svg');font-weight: normal;font-style: normal;}/* #Poppins–––––––––––––––––––––––––––––––––––––––––––––––––– */@font-face {font-family: 'Poppins-Bold';src: url('/uploads/font/common/poppins/Poppins-Bold.ttf') format('woff');font-weight: normal;font-style: normal;}.fa {vertical-align: middle !important;-webkit-font-smoothing: antialiased;/* line-height: unset !important; */}/* #Weights–––––––––––––––––––––––––––––––––––––––––––––––––– */.font-weight-100 {font-weight: 100;}.font-weight-200 {font-weight: 200;}.font-weight-300 {font-weight: 300;}.font-weight-400 {font-weight: 400;}.font-weight-500 {font-weight: 500;}.font-weight-600 {font-weight: 600;}.font-weight-700 {font-weight: 700;}.font-weight-800 {font-weight: 800;}/* #Sizes–––––––––––––––––––––––––––––––––––––––––––––––––– */.text-xs {font-size: 0.75rem;line-height: 1rem;}.text-sm {font-size: 0.875rem;line-height: 1.25rem;}.text-base {font-size: 1rem;line-height: 1.5rem;}.text-lg {font-size: 1.0rem;line-height: 1.75rem;}.text-2xl {font-size: 1.20rem;line-height: 1.75rem;}.text-3xl {font-size: 1.25rem;line-height: 1.75rem;}.text-4xl {font-size: 1.5rem;line-height: 2rem;}.text-5xl {font-size: 1.875rem;line-height: 2.25rem;}.text-6xl {font-size: 2.25rem;line-height: 2.5rem;}.text-7xl {font-size: 3rem;line-height: 1;}.text-8xl {font-size: 3.75rem;line-height: 1;}.text-9xl {font-size: 4.5rem;line-height: 1;}/* Larger than phablet */@media (min-width: 550px) {.text-xs {font-size: 0.75rem;line-height: 1rem;}.text-sm {font-size: 0.875rem;line-height: 1.25rem;}.text-base {font-size: 1rem;line-height: 1.8rem;}.text-lg {font-size: 1.125rem;line-height: 1.75rem;}.text-xl {font-size: 1.25rem;line-height: 1.75rem;}.text-2xl {font-size: 1.3rem;line-height: 2rem;}.text-3xl {font-size: 1.875rem;line-height: 2.25rem;}.text-4xl {font-size: 2.25rem;line-height: 2.5rem;}.text-5xl {font-size: 2.5rem;line-height: 1;}.text-6xl {font-size: 3.5rem;line-height: 1;}.text-7xl {font-size: 4.5rem;line-height: 1;}.text-8xl {font-size: 6rem;line-height: 1;}.text-9xl {font-size: 8rem;line-height: 1;}}
/* Stylesheet: common_font Modified On 2022-01-26 11:31:13 */
/* Table of contents––––––––––––––––––––––––––––––––––––––––––––––––––- Button- Alert- Image- Align- Color- Border- Align- Opacity- Padding- Margin *//* Common style–––––––––––––––––––––––––––––––––––––––––––––––––– */.web-style p {font-family: 'Josefin', sans-serif;font-weight: 200;font-size: 1.5rem;line-height: 2.2rem;margin: 0;color: #000;}.web-style p strong {font-family: 'Josefin', sans-serif;font-weight: 600;font-size: 1.5rem;line-height: 2.2rem;margin: 0;color: #000;}.web-style h1,.web-style h2,.web-style h3,.web-style h4,.web-style h5,.web-style h6 {font-family: 'Rubik',sans-serif;font-weight: 400;margin: 0;color: #000;text-transform: none;}.web-style h1 {font-size: 2em;}.web-style h2 {font-size: 1.5em;}.web-style h3 {font-size: 1.17em;}.web-style h4 {font-size: 1em;}.web-style h5 {font-size: .83em;}.web-style h6 {font-size: .67em;}.web-style li {font-family: 'Josefin', sans-serif;font-weight: 200;font-size: 1.5rem;line-height: 2.2rem;margin: 0;color: #000;}.web-style ul li {list-style: circle outside;margin: 0 0 0 20px;text-align: left;}.web-style figure {padding: 0 !important;margin: 0 !important;}.web-style table {width: 100% !important;}.web-style img {/*display: block;*/max-width: 100%;height: auto;}.web-style table {width: 100%;}/* #Position–––––––––––––––––––––––––––––––––––––––––––––––––– */.absolute {position: absolute;}.relative {position: relative;}.fixed {position: fixed;}.sticky {position: sticky;}/* #Display–––––––––––––––––––––––––––––––––––––––––––––––––– */.display-block {display: block;}.display-flex {display: flex;}.display-inline {display: inline;}.display-inline-block {display: inline-block;}.display-table {display: table;}.display-table-row {display: table-row;}.display-table-cell {display: table-cell;}.display-none {display: none;}.flex-direction-row {flex-direction: row;}.flex-direction-row-reverse {flex-direction: row-reverse;}.flex-push-left {margin-left: auto;}.flex-grow-1 {flex-grow: 1;}.flex-wrap-wrap {flex-wrap: wrap}/* #z-index–––––––––––––––––––––––––––––––––––––––––––––––––– */.z-index-1 {z-index: 1;}.z-index-2 {z-index: 2;}.z-index-3 {z-index: 3;}.z-index-100 {z-index: 100;}/* #Align–––––––––––––––––––––––––––––––––––––––––––––––––– */.v-a-top {vertical-align: top;}.v-a-middle {vertical-align: middle;}.align-items-center {align-items: center;}.align-self-center {align-self: center;}.justify-content-center {justify-content: center;}.justify-content-space-between {justify-content: space-between;}/* #Alert–––––––––––––––––––––––––––––––––––––––––––––––––– */.alert-warning {background-color: #ffe876;color: #806500;}.alert-warning a,.alert-warning span {color: #806500;}.alert-error {background-color: #ff0000;color: #FFF;}.alert-error a,.aler-error span {color: #FFF;font-size: 90%;}.alert-success {background-color: #d5f7c8;color: #037307;}.alert-success a,.alert-success span {color: #037307;}/* #Image–––––––––––––––––––––––––––––––––––––––––––––––––– */img.scale-with-grid {/*display: block;*/max-width: 100%;height: auto;}.inner-overlay {background-color: rgba(0, 0, 0, 0.8);display: inline-block;padding: 15px;color: #FFF;text-align: center;}/* #Color–––––––––––––––––––––––––––––––––––––––––––––––––– *//* Fill */.whiteFill {background-color: #FFF;}.blackFill {background-color: #000;}.veryLightGreyFill {background-color: #f3f4f6;}.lightGreyFill {background-color: #F5F4F4;}.greyFill {background-color: #e2e2e2;}.darkGreyFill {background-color: #262728;}.mediumBlueFill {background-color: #0973a0;}.blueFill {background-color: #194462;}.goldFill {background-color: #d8ab7b;}/* Text */.lightGrey {color: #EEE;}.mediumGrey,.mediumGrey {color: #BBB;}.grey,.grey a {color: #666;}.black,.black a {color: #000;}.black-important,.black-important a {color: #000 !important;}.white,.white p,.white a {color: #FFF;}.white-important,.white-important p,.white-important a,.white-important li {color: #FFF !important;}.red,.red a {color: #ff0000;}.yellow {color: #f0c14b;}.blue,.blue a {color: #0e7d98;}.mediumBlue,.mediumBlue a {color: #0e7caf;}.lightBlue,.lightBlue a {color: #a3c6dc;}.lightGreen,.lightGreen a {color: #78cc99;}.green,.green a {color: #4caf50;}.gold,.gold a {color: #d8ab7b;}/* #Shadow–––––––––––––––––––––––––––––––––––––––––––––––––– */.shadow {box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);}.shadow-md {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),0 2px 4px 0 rgba(0, 0, 0, 0.08);}.shadow-lg {box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),0 5px 15px 0 rgba(0, 0, 0, 0.08);}/* #Border–––––––––––––––––––––––––––––––––––––––––––––––––– *//* All */.b-a-1-white {border: 1px solid #FFF;}.b-a-1-verylightGrey {border: 1px solid #EEE;}.b-a-1-lightGrey {border: 1px solid #DDD;}.b-a-1-grey {border: 1px solid #AAA;}.b-a-1-darkGrey {border: 1px solid #666;}.b-a-1-gold {border: 1px solid #bd9e7d;}.stripe-input {background-color: #e4e3e3;border: 2px solid #CCC;}/* Top */.b-t-1-verylightGrey {border-top: 1px solid #EEE;}.b-t-1-lightGrey {border-top: 1px solid #DDD;}.b-t-1-grey {border-top: 1px solid #CCC;}.b-t-1-grey-dashed {border-top: 1px dashed #CCC;}.b-t-1-darkGrey {border-top: 1px solid #666;}/* Right */.b-r-1-verylightGrey {border-right: 1px solid #EEE;}.b-r-1-lightGrey {border-right: 1px solid #DDD;}.b-r-1-grey {border-right: 1px solid #AAA;}.b-r-1-darkGrey {border-right: 1px solid #666;}/* Bottom */.b-b-1-verylightGrey {border-bottom: 1px solid #EEE;}.b-b-1-lightGrey {border-bottom: 1px solid #DDD;}.b-b-1-grey {border-bottom: 1px solid #CCC;}.b-b-1-grey-dashed {border-bottom: 1px dashed #CCC;}.b-b-1-darkGrey {border-bottom: 1px solid #555;}/* Left */.b-l-1-lightGrey {border-left: 1px solid #DDD;}.b-l-1-grey {border-left: 1px solid #AAA;}.b-l-1-darkGrey {border-left: 1px solid #666;}/* #Align–––––––––––––––––––––––––––––––––––––––––––––––––– */.align-right {text-align: right;}.align-left {text-align: left;}.align-center {text-align: center;}/* #Opacity–––––––––––––––––––––––––––––––––––––––––––––––––– */.opacity-zero {opacity: 0;}.opacity-three {opacity: 0.3;}.opacity-four {opacity: 0.4;}.opacity-five {opacity: 0.5;}.opacity-six {opacity: 0.6;}.opacity-seven {opacity: 0.7;}/* #Radius–––––––––––––––––––––––––––––––––––––––––––––––––– *//* All */.b-r-a-4 {border-radius: 4px;}.b-r-a-5 {border-radius: 5px;}.b-r-a-10 {border-radius: 10px;}/* Top */.b-r-t-10 {border-top-left-radius: 10px;border-top-right-radius: 10px;}/* Right */.b-r-r-10 {border-top-right-radius: 10px;border-bottom-right-radius: 10px;}/* Bottom */.b-r-b-10 {border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}/* Left */.b-r-l-10 {border-top-left-radius: 10px;border-bottom-left-radius: 10px;}/* #Padding–––––––––––––––––––––––––––––––––––––––––––––––––– *//* All */.p-a-0 {padding: 0px;}.p-a-1 {padding: 1px;}.p-a-2 {padding: 2px;}.p-a-3 {padding: 3px;}.p-a-4 {padding: 4px;}.p-a-5 {padding: 5px;}.p-a-6 {padding: 6px;}.p-a-7 {padding: 7px;}.p-a-8 {padding: 8px;}.p-a-9 {padding: 9px;}.p-a-10 {padding: 10px;}.p-a-11 {padding: 11px;}.p-a-12 {padding: 12px;}.p-a-13 {padding: 13px;}.p-a-14 {padding: 14px;}.p-a-15 {padding: 15px;}.p-a-16 {padding: 16px;}.p-a-17 {padding: 17px;}.p-a-18 {padding: 18px;}.p-a-19 {padding: 19px;}.p-a-20 {padding: 20px;}.p-a-21 {padding: 21px;}.p-a-22 {padding: 22px;}.p-a-23 {padding: 23px;}.p-a-24 {padding: 24px;}.p-a-25 {padding: 25px;}.p-a-26 {padding: 26px;}.p-a-27 {padding: 27px;}.p-a-28 {padding: 28px;}.p-a-29 {padding: 29px;}.p-a-30 {padding: 30px;}.p-a-31 {padding: 31px;}.p-a-32 {padding: 32px;}.p-a-33 {padding: 33px;}.p-a-34 {padding: 34px;}.p-a-35 {padding: 35px;}.p-a-36 {padding: 36px;}.p-a-37 {padding: 37px;}.p-a-38 {padding: 38px;}.p-a-39 {padding: 39px;}.p-a-40 {padding: 40px;}.p-a-41 {padding: 41px;}.p-a-42 {padding: 42px;}.p-a-43 {padding: 43px;}.p-a-44 {padding: 44px;}.p-a-45 {padding: 45px;}.p-a-46 {padding: 46px;}.p-a-47 {padding: 47px;}.p-a-48 {padding: 48px;}.p-a-49 {padding: 49px;}.p-a-50 {padding: 50px;}.p-a-51 {padding: 51px;}.p-a-52 {padding: 52px;}.p-a-53 {padding: 53px;}.p-a-54 {padding: 54px;}.p-a-55 {padding: 55px;}.p-a-56 {padding: 56px;}.p-a-57 {padding: 57px;}.p-a-58 {padding: 58px;}.p-a-59 {padding: 59px;}.p-a-60 {padding: 60px;}.p-a-61 {padding: 61px;}.p-a-62 {padding: 62px;}.p-a-63 {padding: 63px;}.p-a-66 {padding: 66px;}.p-a-66 {padding: 66px;}.p-a-66 {padding: 66px;}.p-a-67 {padding: 67px;}.p-a-68 {padding: 68px;}.p-a-69 {padding: 69px;}.p-a-70 {padding: 70px;}/* Top */.p-t-1 {padding-top: 1px;}.p-t-2 {padding-top: 2px;}.p-t-3 {padding-top: 3px;}.p-t-4 {padding-top: 4px;}.p-t-5 {padding-top: 5px;}.p-t-6 {padding-top: 6px;}.p-t-7 {padding-top: 7px;}.p-t-8 {padding-top: 8px;}.p-t-9 {padding-top: 9px;}.p-t-10 {padding-top: 10px;}.p-t-11 {padding-top: 11px;}.p-t-12 {padding-top: 12px;}.p-t-13 {padding-top: 13px;}.p-t-14 {padding-top: 14px;}.p-t-15 {padding-top: 15px;}.p-t-16 {padding-top: 16px;}.p-t-17 {padding-top: 17px;}.p-t-18 {padding-top: 18px;}.p-t-19 {padding-top: 19px;}.p-t-20 {padding-top: 20px;}.p-t-21 {padding-top: 21px;}.p-t-22 {padding-top: 22px;}.p-t-23 {padding-top: 23px;}.p-t-24 {padding-top: 24px;}.p-t-25 {padding-top: 25px;}.p-t-26 {padding-top: 26px;}.p-t-27 {padding-top: 27px;}.p-t-28 {padding-top: 28px;}.p-t-29 {padding-top: 29px;}.p-t-30 {padding-top: 30px;}.p-t-31 {padding-top: 31px;}.p-t-32 {padding-top: 32px;}.p-t-33 {padding-top: 33px;}.p-t-34 {padding-top: 34px;}.p-t-35 {padding-top: 35px;}.p-t-36 {padding-top: 36px;}.p-t-37 {padding-top: 37px;}.p-t-38 {padding-top: 38px;}.p-t-39 {padding-top: 39px;}.p-t-40 {padding-top: 40px;}.p-t-41 {padding-top: 41px;}.p-t-42 {padding-top: 42px;}.p-t-43 {padding-top: 43px;}.p-t-44 {padding-top: 44px;}.p-t-45 {padding-top: 45px;}.p-t-46 {padding-top: 46px;}.p-t-47 {padding-top: 47px;}.p-t-48 {padding-top: 48px;}.p-t-49 {padding-top: 49px;}.p-t-50 {padding-top: 50px;}.p-t-51 {padding-top: 51px;}.p-t-52 {padding-top: 52px;}.p-t-53 {padding-top: 53px;}.p-t-54 {padding-top: 54px;}.p-t-55 {padding-top: 55px;}.p-t-56 {padding-top: 56px;}.p-t-57 {padding-top: 57px;}.p-t-58 {padding-top: 58px;}.p-t-59 {padding-top: 59px;}.p-t-60 {padding-top: 60px;}.p-t-61 {padding-top: 61px;}.p-t-62 {padding-top: 62px;}.p-t-63 {padding-top: 63px;}.p-t-66 {padding-top: 66px;}.p-t-66 {padding-top: 66px;}.p-t-66 {padding-top: 66px;}.p-t-67 {padding-top: 67px;}.p-t-68 {padding-top: 68px;}.p-t-69 {padding-top: 69px;}.p-t-70 {padding-top: 70px;}.p-t-71 {padding-top: 71px;}.p-t-72 {padding-top: 72px;}.p-t-73 {padding-top: 73px;}.p-t-74 {padding-top: 74px;}.p-t-75 {padding-top: 75px;}.p-t-76 {padding-top: 76px;}.p-t-77 {padding-top: 77px;}.p-t-78 {padding-top: 78px;}.p-t-79 {padding-top: 79px;}.p-t-80 {padding-top: 80px;}.p-t-81 {padding-top: 81px;}.p-t-82 {padding-top: 82px;}.p-t-83 {padding-top: 83px;}.p-t-84 {padding-top: 84px;}.p-t-85 {padding-top: 85px;}.p-t-86 {padding-top: 86px;}.p-t-87 {padding-top: 87px;}.p-t-88 {padding-top: 88px;}.p-t-89 {padding-top: 89px;}.p-t-90 {padding-top: 90px;}.p-t-91 {padding-top: 91px;}.p-t-92 {padding-top: 92px;}.p-t-93 {padding-top: 93px;}.p-t-94 {padding-top: 94px;}.p-t-95 {padding-top: 95px;}.p-t-96 {padding-top: 96px;}.p-t-97 {padding-top: 97px;}.p-t-98 {padding-top: 98px;}.p-t-99 {padding-top: 99px;}.p-t-100 {padding-top: 100px;}.p-t-110 {padding-top: 110px;}.p-t-120 {padding-top: 120px;}.p-t-130 {padding-top: 130px;}.p-t-150 {padding-top: 150px;}/* Right */.p-r-0 {padding-right: 0px;}.p-r-1 {padding-right: 1px;}.p-r-2 {padding-right: 2px;}.p-r-3 {padding-right: 3px;}.p-r-4 {padding-right: 4px;}.p-r-5 {padding-right: 5px;}.p-r-6 {padding-right: 6px;}.p-r-7 {padding-right: 7px;}.p-r-8 {padding-right: 8px;}.p-r-9 {padding-right: 9px;}.p-r-10 {padding-right: 10px;}.p-r-11 {padding-right: 11px;}.p-r-12 {padding-right: 12px;}.p-r-13 {padding-right: 13px;}.p-r-14 {padding-right: 14px;}.p-r-15 {padding-right: 15px;}.p-r-16 {padding-right: 16px;}.p-r-17 {padding-right: 17px;}.p-r-18 {padding-right: 18px;}.p-r-19 {padding-right: 19px;}.p-r-20 {padding-right: 20px;}.p-r-21 {padding-right: 21px;}.p-r-22 {padding-right: 22px;}.p-r-23 {padding-right: 23px;}.p-r-24 {padding-right: 24px;}.p-r-25 {padding-right: 25px;}.p-r-26 {padding-right: 26px;}.p-r-27 {padding-right: 27px;}.p-r-28 {padding-right: 28px;}.p-r-29 {padding-right: 29px;}.p-r-30 {padding-right: 30px;}.p-r-31 {padding-right: 31px;}.p-r-32 {padding-right: 32px;}.p-r-33 {padding-right: 33px;}.p-r-34 {padding-right: 34px;}.p-r-35 {padding-right: 35px;}.p-r-36 {padding-right: 36px;}.p-r-37 {padding-right: 37px;}.p-r-38 {padding-right: 38px;}.p-r-39 {padding-right: 39px;}.p-r-40 {padding-right: 40px;}.p-r-41 {padding-right: 41px;}.p-r-42 {padding-right: 42px;}.p-r-43 {padding-right: 43px;}.p-r-44 {padding-right: 44px;}.p-r-45 {padding-right: 45px;}.p-r-46 {padding-right: 46px;}.p-r-47 {padding-right: 47px;}.p-r-48 {padding-right: 48px;}.p-r-49 {padding-right: 49px;}.p-r-50 {padding-right: 50px;}.p-r-51 {padding-right: 51px;}.p-r-52 {padding-right: 52px;}.p-r-53 {padding-right: 53px;}.p-r-54 {padding-right: 54px;}.p-r-55 {padding-right: 55px;}.p-r-56 {padding-right: 56px;}.p-r-57 {padding-right: 57px;}.p-r-58 {padding-right: 58px;}.p-r-59 {padding-right: 59px;}.p-r-60 {padding-right: 60px;}.p-r-61 {padding-right: 61px;}.p-r-62 {padding-right: 62px;}.p-r-63 {padding-right: 63px;}.p-r-64 {padding-right: 64px;}.p-r-65 {padding-right: 65px;}.p-r-66 {padding-right: 66px;}.p-r-67 {padding-right: 67px;}.p-r-68 {padding-right: 68px;}.p-r-69 {padding-right: 69px;}.p-r-70 {padding-right: 70px;}.p-r-71 {padding-right: 71px;}.p-r-72 {padding-right: 72px;}.p-r-73 {padding-right: 73px;}.p-r-74 {padding-right: 74px;}.p-r-75 {padding-right: 75px;}.p-r-76 {padding-right: 76px;}.p-r-77 {padding-right: 77px;}.p-r-78 {padding-right: 78px;}.p-r-79 {padding-right: 79px;}.p-r-80 {padding-right: 80px;}.p-r-81 {padding-right: 81px;}.p-r-82 {padding-right: 82px;}.p-r-83 {padding-right: 83px;}.p-r-84 {padding-right: 84px;}.p-r-85 {padding-right: 85px;}.p-r-86 {padding-right: 86px;}.p-r-87 {padding-right: 87px;}.p-r-88 {padding-right: 88px;}.p-r-89 {padding-right: 89px;}.p-r-90 {padding-right: 90px;}.p-r-91 {padding-right: 91px;}.p-r-92 {padding-right: 92px;}.p-r-93 {padding-right: 93px;}.p-r-94 {padding-right: 94px;}.p-r-95 {padding-right: 95px;}.p-r-96 {padding-right: 96px;}.p-r-97 {padding-right: 97px;}.p-r-98 {padding-right: 98px;}.p-r-99 {padding-right: 99px;}.p-r-100 {padding-right: 100px;}/* Bottom */.p-b-1 {padding-bottom: 1px;}.p-b-2 {padding-bottom: 2px;}.p-b-3 {padding-bottom: 3px;}.p-b-4 {padding-bottom: 4px;}.p-b-5 {padding-bottom: 5px;}.p-b-6 {padding-bottom: 6px;}.p-b-7 {padding-bottom: 7px;}.p-b-8 {padding-bottom: 8px;}.p-b-9 {padding-bottom: 9px;}.p-b-10 {padding-bottom: 10px;}.p-b-11 {padding-bottom: 11px;}.p-b-12 {padding-bottom: 12px;}.p-b-13 {padding-bottom: 13px;}.p-b-14 {padding-bottom: 14px;}.p-b-15 {padding-bottom: 15px;}.p-b-16 {padding-bottom: 16px;}.p-b-17 {padding-bottom: 17px;}.p-b-18 {padding-bottom: 18px;}.p-b-19 {padding-bottom: 19px;}.p-b-20 {padding-bottom: 20px;}.p-b-21 {padding-bottom: 21px;}.p-b-22 {padding-bottom: 22px;}.p-b-23 {padding-bottom: 23px;}.p-b-24 {padding-bottom: 24px;}.p-b-25 {padding-bottom: 25px;}.p-b-26 {padding-bottom: 26px;}.p-b-27 {padding-bottom: 27px;}.p-b-28 {padding-bottom: 28px;}.p-b-29 {padding-bottom: 29px;}.p-b-30 {padding-bottom: 30px;}.p-b-31 {padding-bottom: 31px;}.p-b-32 {padding-bottom: 32px;}.p-b-33 {padding-bottom: 33px;}.p-b-34 {padding-bottom: 34px;}.p-b-35 {padding-bottom: 35px;}.p-b-36 {padding-bottom: 36px;}.p-b-37 {padding-bottom: 37px;}.p-b-38 {padding-bottom: 38px;}.p-b-39 {padding-bottom: 39px;}.p-b-40 {padding-bottom: 40px;}.p-b-41 {padding-bottom: 41px;}.p-b-42 {padding-bottom: 42px;}.p-b-43 {padding-bottom: 43px;}.p-b-44 {padding-bottom: 44px;}.p-b-45 {padding-bottom: 45px;}.p-b-46 {padding-bottom: 46px;}.p-b-47 {padding-bottom: 47px;}.p-b-48 {padding-bottom: 48px;}.p-b-49 {padding-bottom: 49px;}.p-b-50 {padding-bottom: 50px;}.p-b-51 {padding-bottom: 51px;}.p-b-52 {padding-bottom: 52px;}.p-b-53 {padding-bottom: 53px;}.p-b-54 {padding-bottom: 54px;}.p-b-55 {padding-bottom: 55px;}.p-b-56 {padding-bottom: 56px;}.p-b-57 {padding-bottom: 57px;}.p-b-58 {padding-bottom: 58px;}.p-b-59 {padding-bottom: 59px;}.p-b-60 {padding-bottom: 60px;}.p-b-61 {padding-bottom: 61px;}.p-b-62 {padding-bottom: 62px;}.p-b-63 {padding-bottom: 63px;}.p-b-64 {padding-bottom: 64px;}.p-b-65 {padding-bottom: 65px;}.p-b-66 {padding-bottom: 66px;}.p-b-67 {padding-bottom: 67px;}.p-b-68 {padding-bottom: 68px;}.p-b-69 {padding-bottom: 69px;}.p-b-70 {padding-bottom: 70px;}.p-b-71 {padding-bottom: 71px;}.p-b-72 {padding-bottom: 72px;}.p-b-73 {padding-bottom: 73px;}.p-b-74 {padding-bottom: 74px;}.p-b-75 {padding-bottom: 75px;}.p-b-76 {padding-bottom: 76px;}.p-b-77 {padding-bottom: 77px;}.p-b-78 {padding-bottom: 78px;}.p-b-79 {padding-bottom: 79px;}.p-b-80 {padding-bottom: 80px;}.p-b-81 {padding-bottom: 81px;}.p-b-82 {padding-bottom: 82px;}.p-b-83 {padding-bottom: 83px;}.p-b-84 {padding-bottom: 84px;}.p-b-85 {padding-bottom: 85px;}.p-b-86 {padding-bottom: 86px;}.p-b-87 {padding-bottom: 87px;}.p-b-88 {padding-bottom: 88px;}.p-b-89 {padding-bottom: 89px;}.p-b-90 {padding-bottom: 90px;}.p-b-91 {padding-bottom: 91px;}.p-b-92 {padding-bottom: 92px;}.p-b-93 {padding-bottom: 93px;}.p-b-94 {padding-bottom: 94px;}.p-b-95 {padding-bottom: 95px;}.p-b-96 {padding-bottom: 96px;}.p-b-97 {padding-bottom: 97px;}.p-b-98 {padding-bottom: 98px;}.p-b-99 {padding-bottom: 99px;}.p-b-100 {padding-bottom: 100px;}.p-b-120 {padding-bottom: 120px;}.p-b-150 {padding-bottom: 150px;}.p-b-200 {padding-bottom: 200px;}.p-b-300 {padding-bottom: 300px;}/* Left */.p-l-0 {padding-left: 0px;}.p-l-1 {padding-left: 1px;}.p-l-2 {padding-left: 2px;}.p-l-3 {padding-left: 3px;}.p-l-4 {padding-left: 4px;}.p-l-5 {padding-left: 5px;}.p-l-6 {padding-left: 6px;}.p-l-7 {padding-left: 7px;}.p-l-8 {padding-left: 8px;}.p-l-9 {padding-left: 9px;}.p-l-10 {padding-left: 10px;}.p-l-11 {padding-left: 11px;}.p-l-12 {padding-left: 12px;}.p-l-13 {padding-left: 13px;}.p-l-14 {padding-left: 14px;}.p-l-15 {padding-left: 15px;}.p-l-16 {padding-left: 16px;}.p-l-17 {padding-left: 17px;}.p-l-18 {padding-left: 18px;}.p-l-19 {padding-left: 19px;}.p-l-20 {padding-left: 20px;}.p-l-21 {padding-left: 21px;}.p-l-22 {padding-left: 22px;}.p-l-23 {padding-left: 23px;}.p-l-24 {padding-left: 24px;}.p-l-25 {padding-left: 25px;}.p-l-26 {padding-left: 26px;}.p-l-27 {padding-left: 27px;}.p-l-28 {padding-left: 28px;}.p-l-29 {padding-left: 29px;}.p-l-30 {padding-left: 30px;}.p-l-31 {padding-left: 31px;}.p-l-32 {padding-left: 32px;}.p-l-33 {padding-left: 33px;}.p-l-34 {padding-left: 34px;}.p-l-35 {padding-left: 35px;}.p-l-36 {padding-left: 36px;}.p-l-37 {padding-left: 37px;}.p-l-38 {padding-left: 38px;}.p-l-39 {padding-left: 39px;}.p-l-40 {padding-left: 40px;}.p-l-41 {padding-left: 41px;}.p-l-42 {padding-left: 42px;}.p-l-43 {padding-left: 43px;}.p-l-44 {padding-left: 44px;}.p-l-45 {padding-left: 45px;}.p-l-46 {padding-left: 46px;}.p-l-47 {padding-left: 47px;}.p-l-48 {padding-left: 48px;}.p-l-49 {padding-left: 49px;}.p-l-50 {padding-left: 50px;}.p-l-51 {padding-left: 51px;}.p-l-52 {padding-left: 52px;}.p-l-53 {padding-left: 53px;}.p-l-54 {padding-left: 54px;}.p-l-55 {padding-left: 55px;}.p-l-56 {padding-left: 56px;}.p-l-57 {padding-left: 57px;}.p-l-58 {padding-left: 58px;}.p-l-59 {padding-left: 59px;}.p-l-60 {padding-left: 60px;}.p-l-61 {padding-left: 61px;}.p-l-62 {padding-left: 62px;}.p-l-63 {padding-left: 63px;}.p-l-64 {padding-left: 64px;}.p-l-65 {padding-left: 65px;}.p-l-66 {padding-left: 66px;}.p-l-67 {padding-left: 67px;}.p-l-68 {padding-left: 68px;}.p-l-69 {padding-left: 69px;}.p-l-70 {padding-left: 70px;}.p-l-71 {padding-left: 71px;}.p-l-72 {padding-left: 72px;}.p-l-73 {padding-left: 73px;}.p-l-74 {padding-left: 74px;}.p-l-75 {padding-left: 75px;}.p-l-76 {padding-left: 76px;}.p-l-77 {padding-left: 77px;}.p-l-78 {padding-left: 78px;}.p-l-79 {padding-left: 79px;}.p-l-80 {padding-left: 80px;}.p-l-81 {padding-left: 81px;}.p-l-82 {padding-left: 82px;}.p-l-83 {padding-left: 83px;}.p-l-84 {padding-left: 84px;}.p-l-85 {padding-left: 85px;}.p-l-86 {padding-left: 86px;}.p-l-87 {padding-left: 87px;}.p-l-88 {padding-left: 88px;}.p-l-89 {padding-left: 89px;}.p-l-90 {padding-left: 90px;}.p-l-91 {padding-left: 91px;}.p-l-92 {padding-left: 92px;}.p-l-93 {padding-left: 93px;}.p-l-94 {padding-left: 94px;}.p-l-95 {padding-left: 95px;}.p-l-96 {padding-left: 96px;}.p-l-97 {padding-left: 97px;}.p-l-98 {padding-left: 98px;}.p-l-99 {padding-left: 99px;}.p-l-100 {padding-left: 100px;}/* #Margin–––––––––––––––––––––––––––––––––––––––––––––––––– *//* All */.m-a-1 {margin: 1px;}.m-a-2 {margin: 2px;}.m-a-3 {margin: 3px;}.m-a-4 {margin: 4px;}.m-a-5 {margin: 5px;}.m-a-6 {margin: 6px;}.m-a-7 {margin: 7px;}.m-a-8 {margin: 8px;}.m-a-9 {margin: 9px;}.m-a-10 {margin: 10px;}.m-a-11 {margin: 11px;}.m-a-12 {margin: 12px;}.m-a-13 {margin: 13px;}.m-a-14 {margin: 14px;}.m-a-15 {margin: 15px;}.m-a-16 {margin: 16px;}.m-a-17 {margin: 17px;}.m-a-18 {margin: 18px;}.m-a-19 {margin: 19px;}.m-a-20 {margin: 20px;}.m-a-21 {margin: 21px;}.m-a-22 {margin: 22px;}.m-a-23 {margin: 23px;}.m-a-24 {margin: 24px;}.m-a-25 {margin: 25px;}.m-a-26 {margin: 26px;}.m-a-27 {margin: 27px;}.m-a-28 {margin: 28px;}.m-a-29 {margin: 29px;}.m-a-30 {margin: 30px;}.m-a-31 {margin: 31px;}.m-a-32 {margin: 32px;}.m-a-33 {margin: 33px;}.m-a-34 {margin: 34px;}.m-a-35 {margin: 35px;}.m-a-36 {margin: 36px;}.m-a-37 {margin: 37px;}.m-a-38 {margin: 38px;}.m-a-39 {margin: 39px;}.m-a-40 {margin: 40px;}.m-a-41 {margin: 41px;}.m-a-42 {margin: 42px;}.m-a-43 {margin: 43px;}.m-a-44 {margin: 44px;}.m-a-45 {margin: 45px;}.m-a-46 {margin: 46px;}.m-a-47 {margin: 47px;}.m-a-48 {margin: 48px;}.m-a-49 {margin: 49px;}.m-a-50 {margin: 50px;}.m-a-51 {margin: 51px;}.m-a-52 {margin: 52px;}.m-a-53 {margin: 53px;}.m-a-54 {margin: 54px;}.m-a-55 {margin: 55px;}.m-a-56 {margin: 56px;}.m-a-57 {margin: 57px;}.m-a-58 {margin: 58px;}.m-a-59 {margin: 59px;}.m-a-60 {margin: 60px;}.m-a-61 {margin: 61px;}.m-a-62 {margin: 62px;}.m-a-63 {margin: 63px;}.m-a-66 {margin: 66px;}.m-a-66 {margin: 66px;}.m-a-66 {margin: 66px;}.m-a-67 {margin: 67px;}.m-a-68 {margin: 68px;}.m-a-69 {margin: 69px;}.m-a-70 {margin: 70px;}/* Top */.m-t-1 {margin-top: 1px;}.m-t-2 {margin-top: 2px;}.m-t-3 {margin-top: 3px;}.m-t-4 {margin-top: 4px;}.m-t-5 {margin-top: 5px;}.m-t-6 {margin-top: 6px;}.m-t-7 {margin-top: 7px;}.m-t-8 {margin-top: 8px;}.m-t-9 {margin-top: 9px;}.m-t-10 {margin-top: 10px;}.m-t-11 {margin-top: 11px;}.m-t-12 {margin-top: 12px;}.m-t-13 {margin-top: 13px;}.m-t-14 {margin-top: 14px;}.m-t-15 {margin-top: 15px;}.m-t-16 {margin-top: 16px;}.m-t-17 {margin-top: 17px;}.m-t-18 {margin-top: 18px;}.m-t-19 {margin-top: 19px;}.m-t-20 {margin-top: 20px;}.m-t-21 {margin-top: 21px;}.m-t-22 {margin-top: 22px;}.m-t-23 {margin-top: 23px;}.m-t-24 {margin-top: 24px;}.m-t-25 {margin-top: 25px;}.m-t-26 {margin-top: 26px;}.m-t-27 {margin-top: 27px;}.m-t-28 {margin-top: 28px;}.m-t-29 {margin-top: 29px;}.m-t-30 {margin-top: 30px;}.m-t-31 {margin-top: 31px;}.m-t-32 {margin-top: 32px;}.m-t-33 {margin-top: 33px;}.m-t-34 {margin-top: 34px;}.m-t-35 {margin-top: 35px;}.m-t-36 {margin-top: 36px;}.m-t-37 {margin-top: 37px;}.m-t-38 {margin-top: 38px;}.m-t-39 {margin-top: 39px;}.m-t-40 {margin-top: 40px;}.m-t-41 {margin-top: 41px;}.m-t-42 {margin-top: 42px;}.m-t-43 {margin-top: 43px;}.m-t-44 {margin-top: 44px;}.m-t-45 {margin-top: 45px;}.m-t-46 {margin-top: 46px;}.m-t-47 {margin-top: 47px;}.m-t-48 {margin-top: 48px;}.m-t-49 {margin-top: 49px;}.m-t-50 {margin-top: 50px;}.m-t-51 {margin-top: 51px;}.m-t-52 {margin-top: 52px;}.m-t-53 {margin-top: 53px;}.m-t-54 {margin-top: 54px;}.m-t-55 {margin-top: 55px;}.m-t-56 {margin-top: 56px;}.m-t-57 {margin-top: 57px;}.m-t-58 {margin-top: 58px;}.m-t-59 {margin-top: 59px;}.m-t-60 {margin-top: 60px;}.m-t-61 {margin-top: 61px;}.m-t-62 {margin-top: 62px;}.m-t-63 {margin-top: 63px;}.m-t-64 {margin-top: 64px;}.m-t-65 {margin-top: 65px;}.m-t-66 {margin-top: 66px;}.m-t-67 {margin-top: 67px;}.m-t-68 {margin-top: 68px;}.m-t-69 {margin-top: 69px;}.m-t-70 {margin-top: 70px;}.m-t-100 {margin-top: 100px;}/* Right */.m-r-1 {margin-right: 1px;}.m-r-2 {margin-right: 2px;}.m-r-3 {margin-right: 3px;}.m-r-4 {margin-right: 4px;}.m-r-5 {margin-right: 5px;}.m-r-6 {margin-right: 6px;}.m-r-7 {margin-right: 7px;}.m-r-8 {margin-right: 8px;}.m-r-9 {margin-right: 9px;}.m-r-10 {margin-right: 10px;}.m-r-11 {margin-right: 11px;}.m-r-12 {margin-right: 12px;}.m-r-13 {margin-right: 13px;}.m-r-14 {margin-right: 14px;}.m-r-15 {margin-right: 15px;}.m-r-16 {margin-right: 16px;}.m-r-17 {margin-right: 17px;}.m-r-18 {margin-right: 18px;}.m-r-19 {margin-right: 19px;}.m-r-20 {margin-right: 20px;}.m-r-21 {margin-right: 21px;}.m-r-22 {margin-right: 22px;}.m-r-23 {margin-right: 23px;}.m-r-24 {margin-right: 24px;}.m-r-25 {margin-right: 25px;}.m-r-26 {margin-right: 26px;}.m-r-27 {margin-right: 27px;}.m-r-28 {margin-right: 28px;}.m-r-29 {margin-right: 29px;}.m-r-30 {margin-right: 30px;}.m-r-31 {margin-right: 31px;}.m-r-32 {margin-right: 32px;}.m-r-33 {margin-right: 33px;}.m-r-34 {margin-right: 34px;}.m-r-35 {margin-right: 35px;}.m-r-36 {margin-right: 36px;}.m-r-37 {margin-right: 37px;}.m-r-38 {margin-right: 38px;}.m-r-39 {margin-right: 39px;}.m-r-40 {margin-right: 40px;}.m-r-41 {margin-right: 41px;}.m-r-42 {margin-right: 42px;}.m-r-43 {margin-right: 43px;}.m-r-44 {margin-right: 44px;}.m-r-45 {margin-right: 45px;}.m-r-46 {margin-right: 46px;}.m-r-47 {margin-right: 47px;}.m-r-48 {margin-right: 48px;}.m-r-49 {margin-right: 49px;}.m-r-50 {margin-right: 50px;}.m-r-51 {margin-right: 51px;}.m-r-52 {margin-right: 52px;}.m-r-53 {margin-right: 53px;}.m-r-54 {margin-right: 54px;}.m-r-55 {margin-right: 55px;}.m-r-56 {margin-right: 56px;}.m-r-57 {margin-right: 57px;}.m-r-58 {margin-right: 58px;}.m-r-59 {margin-right: 59px;}.m-r-60 {margin-right: 60px;}.m-r-61 {margin-right: 61px;}.m-r-62 {margin-right: 62px;}.m-r-63 {margin-right: 63px;}.m-r-64 {margin-right: 64px;}.m-r-65 {margin-right: 65px;}.m-r-66 {margin-right: 66px;}.m-r-67 {margin-right: 67px;}.m-r-68 {margin-right: 68px;}.m-r-69 {margin-right: 69px;}.m-r-70 {margin-right: 70px;}/* Bottom */.m-b-0 {margin-bottom: 0px;}.m-b-1 {margin-bottom: 1px;}.m-b-2 {margin-bottom: 2px;}.m-b-3 {margin-bottom: 3px;}.m-b-4 {margin-bottom: 4px;}.m-b-5 {margin-bottom: 5px;}.m-b-6 {margin-bottom: 6px;}.m-b-7 {margin-bottom: 7px;}.m-b-8 {margin-bottom: 8px;}.m-b-9 {margin-bottom: 9px;}.m-b-10 {margin-bottom: 10px;}.m-b-11 {margin-bottom: 11px;}.m-b-12 {margin-bottom: 12px;}.m-b-13 {margin-bottom: 13px;}.m-b-14 {margin-bottom: 14px;}.m-b-15 {margin-bottom: 15px;}.m-b-16 {margin-bottom: 16px;}.m-b-17 {margin-bottom: 17px;}.m-b-18 {margin-bottom: 18px;}.m-b-19 {margin-bottom: 19px;}.m-b-20 {margin-bottom: 20px;}.m-b-21 {margin-bottom: 21px;}.m-b-22 {margin-bottom: 22px;}.m-b-23 {margin-bottom: 23px;}.m-b-24 {margin-bottom: 24px;}.m-b-25 {margin-bottom: 25px;}.m-b-26 {margin-bottom: 26px;}.m-b-27 {margin-bottom: 27px;}.m-b-28 {margin-bottom: 28px;}.m-b-29 {margin-bottom: 29px;}.m-b-30 {margin-bottom: 30px;}.m-b-31 {margin-bottom: 31px;}.m-b-32 {margin-bottom: 32px;}.m-b-33 {margin-bottom: 33px;}.m-b-34 {margin-bottom: 34px;}.m-b-35 {margin-bottom: 35px;}.m-b-36 {margin-bottom: 36px;}.m-b-37 {margin-bottom: 37px;}.m-b-38 {margin-bottom: 38px;}.m-b-39 {margin-bottom: 39px;}.m-b-40 {margin-bottom: 40px;}.m-b-41 {margin-bottom: 41px;}.m-b-42 {margin-bottom: 42px;}.m-b-43 {margin-bottom: 43px;}.m-b-44 {margin-bottom: 44px;}.m-b-45 {margin-bottom: 45px;}.m-b-46 {margin-bottom: 46px;}.m-b-47 {margin-bottom: 47px;}.m-b-48 {margin-bottom: 48px;}.m-b-49 {margin-bottom: 49px;}.m-b-50 {margin-bottom: 50px;}.m-b-51 {margin-bottom: 51px;}.m-b-52 {margin-bottom: 52px;}.m-b-53 {margin-bottom: 53px;}.m-b-54 {margin-bottom: 54px;}.m-b-55 {margin-bottom: 55px;}.m-b-56 {margin-bottom: 56px;}.m-b-57 {margin-bottom: 57px;}.m-b-58 {margin-bottom: 58px;}.m-b-59 {margin-bottom: 59px;}.m-b-60 {margin-bottom: 60px;}.m-b-61 {margin-bottom: 61px;}.m-b-62 {margin-bottom: 62px;}.m-b-63 {margin-bottom: 63px;}.m-b-64 {margin-bottom: 64px;}.m-b-65 {margin-bottom: 65px;}.m-b-66 {margin-bottom: 66px;}.m-b-67 {margin-bottom: 67px;}.m-b-68 {margin-bottom: 68px;}.m-b-69 {margin-bottom: 69px;}.m-b-70 {margin-bottom: 70px;}.m-b-80 {margin-bottom: 80px;}/* Left */.m-l-1 {margin-left: 1px;}.m-l-2 {margin-left: 2px;}.m-l-3 {margin-left: 3px;}.m-l-4 {margin-left: 4px;}.m-l-5 {margin-left: 5px;}.m-l-6 {margin-left: 6px;}.m-l-7 {margin-left: 7px;}.m-l-8 {margin-left: 8px;}.m-l-9 {margin-left: 9px;}.m-l-10 {margin-left: 10px;}.m-l-10-important {margin-left: 10px !important;}.m-l-11 {margin-left: 11px;}.m-l-12 {margin-left: 12px;}.m-l-13 {margin-left: 13px;}.m-l-14 {margin-left: 14px;}.m-l-15 {margin-left: 15px;}.m-l-16 {margin-left: 16px;}.m-l-17 {margin-left: 17px;}.m-l-18 {margin-left: 18px;}.m-l-19 {margin-left: 19px;}.m-l-20 {margin-left: 20px;}.m-l-21 {margin-left: 21px;}.m-l-22 {margin-left: 22px;}.m-l-23 {margin-left: 23px;}.m-l-24 {margin-left: 24px;}.m-l-25 {margin-left: 25px;}.m-l-26 {margin-left: 26px;}.m-l-27 {margin-left: 27px;}.m-l-28 {margin-left: 28px;}.m-l-29 {margin-left: 29px;}.m-l-30 {margin-left: 30px;}.m-l-31 {margin-left: 31px;}.m-l-32 {margin-left: 32px;}.m-l-33 {margin-left: 33px;}.m-l-34 {margin-left: 34px;}.m-l-35 {margin-left: 35px;}.m-l-36 {margin-left: 36px;}.m-l-37 {margin-left: 37px;}.m-l-38 {margin-left: 38px;}.m-l-39 {margin-left: 39px;}.m-l-40 {margin-left: 40px;}.m-l-41 {margin-left: 41px;}.m-l-42 {margin-left: 42px;}.m-l-43 {margin-left: 43px;}.m-l-44 {margin-left: 44px;}.m-l-45 {margin-left: 45px;}.m-l-46 {margin-left: 46px;}.m-l-47 {margin-left: 47px;}.m-l-48 {margin-left: 48px;}.m-l-49 {margin-left: 49px;}.m-l-50 {margin-left: 50px;}.m-l-51 {margin-left: 51px;}.m-l-52 {margin-left: 52px;}.m-l-53 {margin-left: 53px;}.m-l-54 {margin-left: 54px;}.m-l-55 {margin-left: 55px;}.m-l-56 {margin-left: 56px;}.m-l-57 {margin-left: 57px;}.m-l-58 {margin-left: 58px;}.m-l-59 {margin-left: 59px;}.m-l-60 {margin-left: 60px;}.m-l-61 {margin-left: 61px;}.m-l-62 {margin-left: 62px;}.m-l-63 {margin-left: 63px;}.m-l-64 {margin-left: 64px;}.m-l-65 {margin-left: 65px;}.m-l-66 {margin-left: 66px;}.m-l-67 {margin-left: 67px;}.m-l-68 {margin-left: 68px;}.m-l-69 {margin-left: 69px;}.m-l-70 {margin-left: 70px;}/* Negative All */.m-n-a-9 {margin: -9px;}.m-n-a-10 {margin: -10px;}.m-n-a-15 {margin: -15px;}/* Negative Top */.m-n-t-1 {margin-top: -1px;}.m-n-t-2 {margin-top: -2px;}.m-n-t-3 {margin-top: -3px;}.m-n-t-4 {margin-top: -4px;}.m-n-t-5 {margin-top: -5px;}.m-n-t-6 {margin-top: -6px;}.m-n-t-7 {margin-top: -7px;}.m-n-t-8 {margin-top: -8px;}.m-n-t-9 {margin-top: -9px;}.m-n-t-10 {margin-top: -10px;}.m-n-t-11 {margin-top: -11px;}.m-n-t-12 {margin-top: -12px;}.m-n-t-15 {margin-top: -15px;}.m-n-t-19 {margin-top: -19px;}.m-n-t-20 {margin-top: -20px;}.m-n-t-25 {margin-top: -25px;}.m-n-t-30 {margin-top: -30px;}.m-n-t-40 {margin-top: -40px;}.m-n-t-46 {margin-top: -46px;}.m-n-t-50 {margin-top: -50px;}.m-n-t-54 {margin-top: -54px;}
/* Stylesheet: common_utilities_a Modified On 2022-01-26 14:26:44 */
/* Table of contents––––––––––––––––––––––––––––––––––––––––––––––––––- Loading- Caleran- Noty- Modal *//* #Loading–––––––––––––––––––––––––––––––––––––––––––––––––– */#loadingOverlay {position: fixed;left: 0;top: 0;bottom: 0;right: 0;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjgwcHgiIGhlaWdodD0iODBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlPSIjMWFiNmQ0IiBzdHJva2UtZGFzaGFycmF5PSI1MC4yNjU0ODI0NTc0MzY2OSA1MC4yNjU0ODI0NTc0MzY2OSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZHVyPSIxLjExMTExMTExMTExMTExMTJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MSIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMjMiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlPSIjMzM2Njg4IiBzdHJva2UtZGFzaGFycmF5PSIzNi4xMjgzMTU1MTYyODI2MiAzNi4xMjgzMTU1MTYyODI2MiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjM2LjEyODMxNTUxNjI4MjYyIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBkdXI9IjEuMTExMTExMTExMTExMTExMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBrZXlUaW1lcz0iMDsxIiB2YWx1ZXM9IjAgNTAgNTA7LTM2MCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+') #FFF no-repeat center center;opacity: 0.9;z-index: 11;}#loadingOverlayFrame {position: absolute;left: 20px;top: 0;bottom: 0;right: 20px;background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjgwcHgiIGhlaWdodD0iODBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzIiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlPSIjMWFiNmQ0IiBzdHJva2UtZGFzaGFycmF5PSI1MC4yNjU0ODI0NTc0MzY2OSA1MC4yNjU0ODI0NTc0MzY2OSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZHVyPSIxLjExMTExMTExMTExMTExMTJzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIga2V5VGltZXM9IjA7MSIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMjMiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlPSIjMzM2Njg4IiBzdHJva2UtZGFzaGFycmF5PSIzNi4xMjgzMTU1MTYyODI2MiAzNi4xMjgzMTU1MTYyODI2MiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjM2LjEyODMxNTUxNjI4MjYyIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBkdXI9IjEuMTExMTExMTExMTExMTExMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBrZXlUaW1lcz0iMDsxIiB2YWx1ZXM9IjAgNTAgNTA7LTM2MCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+') #FFF no-repeat center center;opacity: 0.9;z-index: 1;}/* #Caleran–––––––––––––––––––––––––––––––––––––––––––––––––– */.caleran-container,.caleran-container-mobile {font-size: 15px;float: left;font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 9999}.caleran-container:focus,.caleran-container-mobile:focus {-webkit-box-shadow: none;box-shadow: none;outline: none}.caleran-container .caleran-input,.caleran-container-mobile .caleran-input {margin: 5px;border: 1px solid #ddd;border-radius: 6px;overflow: hidden;background: white;-webkit-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.4);box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.4);display: -webkit-box;display: flex;display: -ms-flexbox;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}.caleran-container .caleran-input.caleran-input-vertical-range,.caleran-container-mobile .caleran-input.caleran-input-vertical-range {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row}.caleran-container .caleran-input.caleran-input-vertical-range .caleran-left,.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-left {border-right: 1px solid #ddd}.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right,.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right {background: #fff;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges,.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges {border-top: none;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding: 0;padding-bottom: 24px;overflow-y: auto;overflow-x: hidden}.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range-header-container,.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range-header-container {padding: 8px 12px}.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range,.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;padding: 8px 12px;margin: 3px 6px;background: #f8f8ff;border: 1px solid #ddd;border-radius: 3px}.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range.caleran-range-selected,.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-ranges .caleran-range.caleran-range-selected {background: #1885FC;color: white}.caleran-container .caleran-input.caleran-input-vertical-range .caleran-right .caleran-footer,.caleran-container-mobile .caleran-input.caleran-input-vertical-range .caleran-right .caleran-footer {border-top: 1px solid #ddd}.caleran-container .caleran-input .caleran-header,.caleran-container-mobile .caleran-input .caleran-header {display: -webkit-box;display: flex;display: -ms-flexbox;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 20px 20px 10px 20px;border-bottom: 1px solid #ddd}.caleran-container .caleran-input .caleran-header .caleran-header-separator,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {-webkit-box-flex: 0;-ms-flex: 0;flex: 0;display: block;margin: 0;margin-top: -2px;padding: 0 16px;color: aliceblue;font-size: 32px}.caleran-container .caleran-input .caleran-header .caleran-header-start,.caleran-container .caleran-input .caleran-header .caleran-header-end,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {white-space: nowrap;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;display: block;margin-right: 10px;text-align: left}.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {float: left;font-size: 2.5em;margin-top: -10px;margin-right: 8px;font-weight: 100;text-align: left}.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {font-size: 0.9em;display: inline-block}.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {font-size: 0.7em;color: #c9c9d1}.caleran-container .caleran-input .caleran-calendars,.caleran-container-mobile .caleran-input .caleran-calendars {position: relative;display: -webkit-box;display: flex;display: -ms-flexbox}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector {position: absolute;display: none;border: 0px solid #fff;top: 0;left: 0;right: 0;bottom: 0;z-index: 100}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {background: #eee;height: 33.33%;width: 25%;font-weight: bold;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-sizing: border-box;box-sizing: border-box;float: left;outline: 1px solid #ddd;text-transform: capitalize;word-wrap: break-word;word-break: break-all}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current {background: #008000;color: white}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover {background: #008000;cursor: pointer;color: white}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev {margin: 0px;background: #eee;height: 33.33%;width: 20%;font-weight: bold;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;float: left;-webkit-box-sizing: border-box;box-sizing: border-box;outline: 1px solid #ddd;text-transform: uppercase;word-wrap: break-word;word-break: break-all}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next.current,.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev.current,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next.current,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next.current,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev.current {background: #008000;color: white}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover,.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover {background: #008000;cursor: pointer;color: white}.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev {font-size: 2.65em;background: white;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {-webkit-box-flex: 1;flex: 1;-ms-flex: 1;float: left;padding-bottom: 8px;border-right: 1px solid #ddd;-webkit-box-sizing: border-box;box-sizing: border-box}.caleran-container .caleran-input .caleran-calendars .caleran-calendar.no-border-right,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.no-border-right {border-right: none}.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-dayofweek,.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-day,.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-disabled,.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-weeknumber,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-dayofweek,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-day,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-weeknumber {width: calc(100% / 8)}@media all and (-ms-high-contrast: none) {.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-dayofweek,.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-day,.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-disabled,.caleran-container .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-weeknumber,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-dayofweek,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-day,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.caleran-calendar-weeknumbers .caleran-days-container .caleran-weeknumber {width: calc((100% / 8) - 1px)}}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {text-align: center;font-weight: 300;font-size: 1.1em;color: #424242;text-transform: capitalize;border-bottom: 1px solid #ddd;padding: 12px 8px}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover {color: #a0232b;cursor: hand;cursor: pointer}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {margin-top: -4px}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {padding: 10px}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber {width: calc(100% / 7);float: left;text-align: center;padding: 3px;font-size: .76em;font-weight: 400;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;margin-bottom: 1px}@media all and (-ms-high-contrast: none) {.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber {width: calc((100% / 7) - 1px)}}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber span {pointer-events: none;display: block;padding: 3px 3px 3px 4px;border-radius: 4px}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {text-transform: uppercase;font-size: 0.6em;font-weight: 600;color: #616161}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber {background-color: #f8f8ff;color: #568EA3;border-right: 1px solid #ddd}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day {cursor: pointer;overflow: hidden;color: #212121;-webkit-transition: background-color 0.1s ease-out;-o-transition: background-color 0.1s ease-out;transition: background-color 0.1s ease-out}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected),.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {background-color: #c8e1ff;border-radius: 3px}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {background: #008000;color: #FFF;border-radius: 0}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {color: #FFF !important;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled {background: #c6dbf0;color: #fff;opacity: .5;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled span,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled span,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled span {background: transparent !important;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered {background: #c8e1ff;color: black;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-disabled {opacity: .66;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-first,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-first {border-top-left-radius: 6px;border-bottom-left-radius: 6px;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-last,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-last {border-top-right-radius: 6px;border-bottom-right-radius: 6px;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered),.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) {border-top-left-radius: 6px;border-bottom-left-radius: 6px}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {background: #008000;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered),.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) {border-top-right-radius: 6px;border-bottom-right-radius: 6px}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {background: #008000;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today {background-color: #fcf8e3;font-weight: bold;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered {color: black;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range {color: #b8b8df;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {color: #b8b8df;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend {color: #212121;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {cursor: pointer;font-size: 1.25em;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover {text-shadow: 1px 2px 3px #eee;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next {float: right;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {float: left;}.caleran-container .caleran-input .caleran-calendars .caleran-calendar:last-child,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:last-child {border-right: none;}.caleran-container .caleran-input .caleran-ranges,.caleran-container-mobile .caleran-input .caleran-ranges {border-top: 1px solid #ddd;clear: both;padding: 10px;text-align: left;}.caleran-container .caleran-input .caleran-ranges i,.caleran-container-mobile .caleran-input .caleran-ranges i {float: left;color: #6a6e71;font-size: 14px;margin-right: 5px;margin-top: 1px;}.caleran-container .caleran-input .caleran-ranges .caleran-range-header,.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {font-size: 0.8em;color: #6a6e71;display: inline-block;margin-right: 5px;font-weight: bold;}.caleran-container .caleran-input .caleran-ranges .caleran-range,.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {display: inline-block;color: #a0232b;margin: 3px;font-size: 0.7em;cursor: pointer;font-weight: bold}.caleran-container .caleran-input .caleran-ranges .caleran-range:hover,.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range:hover {text-decoration: underline}.caleran-container .caleran-input .caleran-ranges .caleran-range.caleran-range-selected,.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range.caleran-range-selected {color: #f03a47}.caleran-container .caleran-input .caleran-ranges .caleran-range.caleran-range-selected:hover,.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range.caleran-range-selected:hover {text-decoration: none}.caleran-popup {position: absolute;display: none;top: 0;left: 0}.caleran-box-arrow-top {width: 22px;height: 22px;z-index: 12;margin-left: 0;position: absolute;top: 0px}.caleran-box-arrow-top:after,.caleran-box-arrow-top:before {bottom: calc(100% - 6px);left: 27px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none}.caleran-box-arrow-top:after {border-color: rgba(255, 255, 255, 0);border-bottom-color: #ffffff;border-width: 10px;margin-left: -10px}.caleran-box-arrow-top:before {border-color: rgba(184, 184, 184, 0);border-bottom-color: #ddd;border-width: 11px;margin-left: -11px}.caleran-box-arrow-bottom {width: 22px;height: 22px;z-index: 12;margin-left: 0;position: absolute;bottom: 0px}.caleran-box-arrow-bottom:after,.caleran-box-arrow-bottom:before {bottom: -15px;left: 27px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none}.caleran-box-arrow-bottom:after {border-color: rgba(255, 255, 255, 0);border-top-color: #ffffff;border-width: 11px;margin-left: -11px}.caleran-box-arrow-bottom:before {border-color: rgba(184, 184, 184, 0);border-top-color: #ddd;border-width: 10px;margin-left: -10px}.caleran-box-arrow-left {width: 22px;height: 22px;z-index: 12;margin-top: -11px;position: absolute;left: 0px}.caleran-box-arrow-left:after,.caleran-box-arrow-left:before {left: -15px;top: 27px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none}.caleran-box-arrow-left:after {border-color: rgba(255, 255, 255, 0);border-right-color: #ffffff;border-width: 11px;margin-right: -11px}.caleran-box-arrow-left:before {border-color: rgba(184, 184, 184, 0);border-right-color: #ddd;border-width: 10px;margin-right: -10px}.caleran-box-arrow-right {width: 22px;height: 22px;z-index: 12;margin-top: -11px;position: absolute;right: 0px}.caleran-box-arrow-right:after,.caleran-box-arrow-right:before {right: -15px;top: 27px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none}.caleran-box-arrow-right:after {border-color: rgba(255, 255, 255, 0);border-left-color: #ffffff;border-width: 11px;margin-left: -11px}.caleran-box-arrow-right:before {border-color: rgba(184, 184, 184, 0);border-left-color: #ddd;border-width: 10px;margin-left: -10px}.caleran-container .caleran-input .caleran-footer {text-align: right}.caleran-container .caleran-input .caleran-footer .caleran-apply {background: #a0232b;border: none;padding: 6px 18px;color: white;font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 12px;margin: 6px;border-radius: 3px}.caleran-container .caleran-input .caleran-footer .caleran-apply:disabled {background: #c9c9d1;color: gray}.caleran-container .caleran-input .caleran-footer .caleran-clear {background: #c9c9d1;border: none;padding: 6px 18px;color: #6a6e71;margin: 6px;font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 12px;margin-right: 0px;border-radius: 3px}.caleran-open {overflow: hidden}.caleran-container-mobile .caleran-input {margin: 0;border: 0;border-radius: 0;position: fixed;bottom: 0;right: 0;left: 0;z-index: 9999;margin: 12px;border-radius: 6px;-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);border: 1px solid #ddd;display: -webkit-box;display: flex;display: -ms-flexbox;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-ms-flex-line-pack: center;align-content: center;overflow-y: auto}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input {overflow-y: scroll;-ms-flex-wrap: wrap;flex-wrap: wrap}}.caleran-container-mobile .caleran-input .caleran-header {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 12px;-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;display: -webkit-box;display: flex;display: -ms-flexbox;-webkit-box-flex: 0;flex: 0 0 auto;-ms-flex: 0 0 auto;-ms-flex-flow: nowrap;flex-flow: nowrap;background: #f8f8ff;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-header {width: 50%;float: right;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;padding: 12px 6px;border-left: 1px solid #ddd;height: 61px}}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {padding: 0;margin: 0;display: -webkit-box;display: flex;display: -ms-flexbox;color: lightsteelblue;margin-top: 2px}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {margin: 0}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {font-size: 38px;margin: -10px;font-weight: 400}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {font-size: 15px;color: #6a6e71;font-weight: 500}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {font-size: 12px;color: #6a6e71;font-weight: 400;line-height: 10px}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day {margin-right: 8px;margin-left: 0;float: left}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {text-align: right}.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {float: right;margin-left: 8px;margin-right: 0}.caleran-container-mobile .caleran-input .caleran-calendars {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;-webkit-box-flex: 1;flex: 1 1 auto;-ms-flex: 1 1 auto;background: white;display: -webkit-box;display: flex;display: -ms-flexbox;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;overflow: scroll}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-calendars {width: 50%;float: left;-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0}}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector {border-bottom: 1px solid #ddd}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {-webkit-box-flex: 1;flex: 1 1 33.33%;-ms-flex: 1 1 33.33%;height: 25%}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year {-webkit-box-flex: 1;flex: 1 1 20%;-ms-flex: 1 1 20%;height: 33.33%}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {border: none}}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {padding: 12px 18px;background: #f8f8ff;font-size: 1.36em}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {margin-top: -6px}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title i {font-size: 0.9em}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {height: 61px;-webkit-box-sizing: border-box;box-sizing: border-box;padding-top: 18px}}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {padding: 10px}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {min-height: 30px;font-size: 14px !important;position: relative;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: flex;display: -ms-flexbox}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {min-height: calc((80vmin - 62px) /7)}}.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {display: -webkit-box;display: flex;display: -ms-flexbox;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;left: 4px;top: 4px;bottom: 4px;right: 4px}.caleran-container-mobile .caleran-input .caleran-ranges {background: white;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;-webkit-box-flex: 0;flex: 0 0 auto;-ms-flex: 0 0 auto;margin: 0px;padding: 4px;border: none;text-align: center}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-ranges {width: 50%;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-flex: 1;flex: 1 1 0;-ms-flex: 1 1 0;border-left: 1px solid #ddd;overflow-y: scroll;min-height: 50px}}.caleran-container-mobile .caleran-input .caleran-ranges i {font-size: 20px;display: none}.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {font-size: 0.9em;display: none}.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {font-size: 0.85em;padding: 5px 14px;background: #008000;font-weight: 400;color: white;border-radius: 21px}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {border-radius: 6px;margin: 6px;display: block}}.caleran-container-mobile .caleran-input .caleran-filler {display: none}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-filler {display: block;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;margin-bottom: auto;border-left: 1px solid #ddd;min-height: 100px;-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3}}.caleran-container-mobile .caleran-input .caleran-ranges+.caleran-filler {display: none}.caleran-container-mobile .caleran-input .caleran-footer {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;-webkit-box-flex: 0;flex: 0 0 auto;-ms-flex: 0 0 auto;text-align: center;padding: 8px 8px 10px 8px;background: #f8f8ff;border-top: 1px solid #ddd}@media screen and (orientation: landscape) {.caleran-container-mobile .caleran-input .caleran-footer {width: 50%;-webkit-box-sizing: border-box;box-sizing: border-box;border-left: 1px solid #ddd;margin-top: auto}}.caleran-container-mobile .caleran-input .caleran-footer button {font-size: 15px;font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;padding: 8px;font-weight: 400;outline: none;border: none;border-radius: 4px;width: calc((100% - 10px)/2)}.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {background: #f03a47;color: white;margin-left: 7px;font-weight: 500;border: 1px solid #f03a47}.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply[disabled=disabled],.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply:disabled {background: #c9c9d1;color: #A6AAB3;border: 1px solid #A6AAB3}.caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel {background: transparent;color: #f03a47;border: 1px solid #f03a47;-webkit-box-sizing: border-box;box-sizing: border-box}.caleran-container-mobile.caleran-inline {-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%}.caleran-container-mobile.caleran-inline .caleran-input {position: static;-webkit-box-shadow: none;box-shadow: none;-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden}.caleran-container-mobile.caleran-inline .caleran-input .caleran-calendar {border-right: none}@media screen and (orientation: landscape) {.caleran-container-mobile.caleran-inline .caleran-input {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-wrap: wrap;flex-wrap: wrap}.caleran-container-mobile.caleran-inline .caleran-input .caleran-calendars {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;width: calc(50% - 1px);border-left: none;border-right: 1px solid #ddd}.caleran-container-mobile.caleran-inline .caleran-input .caleran-header {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;-webkit-box-flex: 0;-ms-flex: 0 1 auto;flex: 0 1 auto;border-left: none}.caleran-container-mobile.caleran-inline .caleran-input .caleran-timepickers {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;max-width: 50%;border-left: none}.caleran-container-mobile.caleran-inline .caleran-input .caleran-timepickers .caleran-timepicker-ampm {width: 7vmin}.caleran-container-mobile.caleran-inline .caleran-input .caleran-ranges {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;-webkit-box-flex: 0;-ms-flex: 0 1 auto;flex: 0 1 auto;width: 50%;border-left: none}}.caleran-container-mobile.caleran-inline .caleran-input .caleran-footer {display: none}/* #Postcodes–––––––––––––––––––––––––––––––––––––––––––––––––– */.idpc_ul.hidden {display: none}div.idpc_autocomplete {position: relative}div.idpc_autocomplete>input {display: block}div.idpc_autocomplete>ul {position: absolute;left: 0;z-index: 1;min-width: 100%;box-sizing: border-box;list-style: none;padding: 0;border-radius: .3em;margin: .2em 0 0;background: #fff;border: 1px solid rgba(0, 0, 0, .3);box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);text-shadow: none;max-height: 250px;overflow-y: scroll}div.idpc_autocomplete>ul>li {position: relative;padding: .2em .5em;cursor: pointer}div.idpc_autocomplete>ul>li:hover {background: #b8d3e0;color: #000}div.idpc_autocomplete>ul>li.idpc_error {font-style: italic;background-color: #eee;cursor: default !important}div.idpc_autocomplete>ul>li[aria-selected=true] {background: #3d6d8f;color: #fff}/* #Noty–––––––––––––––––––––––––––––––––––––––––––––––––– */.noty_layout_mixin,#noty_layout__top,#noty_layout__topLeft,#noty_layout__topCenter,#noty_layout__topRight,#noty_layout__bottom,#noty_layout__bottomLeft,#noty_layout__bottomCenter,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight {position: fixed;margin: 0;padding: 0;z-index: 9999999;-webkit-transform: translateZ(0) scale(1, 1);transform: translateZ(0) scale(1, 1);-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-font-smoothing: subpixel-antialiased;filter: blur(0);-webkit-filter: blur(0);max-width: 90%;}#noty_layout__top {top: 0;left: 5%;width: 90%;}#noty_layout__topLeft {top: 20px;left: 20px;width: 325px;}#noty_layout__topCenter {top: 5%;left: 50%;width: 325px;-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__topRight {top: 20px;right: 20px;width: 325px;}#noty_layout__bottom {bottom: 0;left: 5%;width: 90%;}#noty_layout__bottomLeft {bottom: 20px;left: 20px;width: 325px;}#noty_layout__bottomCenter {bottom: 5%;left: 50%;width: 325px;-webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__bottomRight {bottom: 20px;right: 20px;width: 325px;}#noty_layout__center {top: 50%;left: 50%;width: 325px;-webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__centerLeft {top: 50%;left: 20px;width: 325px;-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);}#noty_layout__centerRight {top: 50%;right: 20px;width: 325px;-webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);}.noty_progressbar {display: none;}.noty_has_timeout.noty_has_progressbar .noty_progressbar {display: block;position: absolute;left: 0;bottom: 0;height: 3px;width: 100%;background-color: #646464;opacity: 0.2;filter: alpha(opacity=10);}.noty_bar {-webkit-backface-visibility: hidden;-webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);-ms-transform: translate(0, 0) scale(1, 1);transform: translate(0, 0) scale(1, 1);-webkit-font-smoothing: subpixel-antialiased;overflow: hidden;}.noty_effects_open {opacity: 0.5;transform: translate(50%);animation: noty_anim_in 0.5s;}.noty_effects_close {animation: noty_anim_out 0.5s;}@keyframes noty_anim_in {100% {transform: translate(0);opacity: 1;}}@keyframes noty_anim_out {100% {transform: translate(50%);opacity: 0;}}.noty_close_with_click {cursor: pointer;}.noty_close_button {position: absolute;top: 2px;right: 2px;font-weight: bold;width: 20px;height: 20px;text-align: center;line-height: 20px;background-color: rgba(0, 0, 0, 0.05);border-radius: 2px;cursor: pointer;-webkit-transition: all .2s ease-out;transition: all .2s ease-out;}.noty_close_button:hover {background-color: rgba(0, 0, 0, 0.1);}.noty_modal {position: fixed;width: 100%;height: 100%;background-color: #000;z-index: 10000;opacity: .3;left: 0;top: 0;}@-webkit-keyframes noty_modal_in {100% {opacity: .3;}}@keyframes noty_modal_in {100% {opacity: .3;}}@-webkit-keyframes noty_modal_out {100% {opacity: 0;}}@keyframes noty_modal_out {100% {opacity: 0;}}@keyframes noty_modal_out {100% {opacity: 0;}}@-webkit-keyframes noty_anim_in {100% {-webkit-transform: translate(0);transform: translate(0);opacity: 1;}}@keyframes noty_anim_in {100% {-webkit-transform: translate(0);transform: translate(0);opacity: 1;}}@-webkit-keyframes noty_anim_out {100% {-webkit-transform: translate(50%);transform: translate(50%);opacity: 0;}}@keyframes noty_anim_out {100% {-webkit-transform: translate(50%);transform: translate(50%);opacity: 0;}}@-webkit-keyframes noty_anim_height {100% {height: 0;}}@keyframes noty_anim_height {100% {height: 0;}}.noty_theme__relax.noty_bar {margin: 4px 0;overflow: hidden;border-radius: 2px;position: relative;}.noty_theme__relax.noty_bar .noty_body {padding: 10px;}.noty_theme__relax.noty_bar .noty_buttons {border-top: 1px solid #e7e7e7;padding: 5px 10px;}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification {background-color: #fff;border: 1px solid #dedede;color: #444;}.noty_theme__relax.noty_type__warning {background-color: #FFEAA8;border: 1px solid #FFC237;color: #826200;}.noty_theme__relax.noty_type__warning .noty_buttons {border-color: #dfaa30;}.noty_theme__relax.noty_type__error {background-color: #FF8181;border: 1px solid #e25353;color: #FFF;}.noty_theme__relax.noty_type__error .noty_buttons {border-color: darkred;}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information {background-color: #78C5E7;border: 1px solid #3badd6;color: #FFF;}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons {border-color: #0B90C4;}.noty_theme__relax.noty_type__success {background-color: #BCF5BC;border: 1px solid #7cdd77;color: darkgreen;}.noty_theme__relax.noty_type__success .noty_buttons {border-color: #50C24E;}/* #Modal–––––––––––––––––––––––––––––––––––––––––––––––––– */.blocker {position: fixed;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;overflow: auto;z-index: 14;padding: 20px;box-sizing: border-box;background-color: rgb(0, 0, 0);background-color: rgba(0, 0, 0, 0.8);text-align: center;}.blocker:before {content: "";display: inline-block;height: 100%;vertical-align: middle;margin-right: -0.05em;}.blocker.behind {background-color: transparent;}.modal {display: none;vertical-align: middle;position: relative;z-index: 3;/* max-width: 500px; */box-sizing: border-box;width: 90%;background: #fff;padding: 15px 30px;-webkit-border-radius: 8px;-moz-border-radius: 8px;-o-border-radius: 8px;-ms-border-radius: 8px;border-radius: 8px;-webkit-box-shadow: 0 0 10px #000;-moz-box-shadow: 0 0 10px #000;-o-box-shadow: 0 0 10px #000;-ms-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000;text-align: left;}.modal a.close-modal {position: absolute;top: -12.5px;right: -12.5px;display: block;width: 30px;height: 30px;text-indent: -9999px;background-size: contain;background-repeat: no-repeat;background-position: center center;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');}.modal-spinner {display: none;position: fixed;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);padding: 12px 16px;border-radius: 5px;background-color: #111;height: 20px;}.modal-spinner>div {border-radius: 100px;background-color: #fff;height: 20px;width: 2px;margin: 0 1px;display: inline-block;-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;animation: sk-stretchdelay 1.2s infinite ease-in-out;}.modal-spinner .rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}.modal-spinner .rect3 {-webkit-animation-delay: -1.0s;animation-delay: -1.0s;}.modal-spinner .rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}@-webkit-keyframes sk-stretchdelay {0%,40%,100% {-webkit-transform: scaleY(0.5)}20% {-webkit-transform: scaleY(1.0)}}@keyframes sk-stretchdelay {0%,40%,100% {transform: scaleY(0.5);-webkit-transform: scaleY(0.5);}20% {transform: scaleY(1.0);-webkit-transform: scaleY(1.0);}}
/* Stylesheet: common_jquery_a Modified On 2021-02-23 13:56:47 */
