@-webkit-keyframes stickyhead { 0% {
opacity:0;
-webkit-transform:translateY(-100%)
}
to { opacity: 1; -webkit-transform: translateY(0) }
}
@-moz-keyframes stickyhead { 0% {
opacity:0;
-moz-transform:translateY(-100%)
}
to { opacity: 1; -moz-transform: translateY(0) }
}
@keyframes stickyhead { 0% {
opacity:0;
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
-ms-transform:translateY(-100%);
-o-transform:translateY(-100%);
transform:translateY(-100%)
}
to { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0) }
}
@-webkit-keyframes borderfill { to {
stroke-dashoffset:0
}
}
@keyframes borderfill { to {
stroke-dashoffset:0
}
}
@-webkit-keyframes moveUp { to {
-webkit-transform:translateY(0);
opacity:1
}
}
@keyframes moveUp { to {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@-webkit-keyframes border_x { 0% {
box-shadow:10px -10px 0 2px #fff, -10px -10px 0 2px #fff, -10px 10px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #fff
}
25% {
box-shadow:0 -25px 0 2px #fff, -10px -10px 0 2px #fff, -10px 10px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #f0ebf2
}
50% {
box-shadow:0 -25px 0 2px #fff, -25px 0 0 2px #fff, -10px 10px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #f0ebf2
}
75% {
box-shadow:0 -25px 0 2px #fff, -25px 0 0 2px #fff, 0 25px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #f0ebf2
}
to { box-shadow: 0 -25px 0 2px #fff, -25px 0 0 2px #fff, 0 25px 0 2px #fff, 25px 2px 0 2px #fff, 0 0 0 2px #f0ebf2 }
}
@keyframes border_x { 0% {
box-shadow:10px -10px 0 2px #fff, -10px -10px 0 2px #fff, -10px 10px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #fff
}
25% {
box-shadow:0 -25px 0 2px #fff, -10px -10px 0 2px #fff, -10px 10px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #f0ebf2
}
50% {
box-shadow:0 -25px 0 2px #fff, -25px 0 0 2px #fff, -10px 10px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #f0ebf2
}
75% {
box-shadow:0 -25px 0 2px #fff, -25px 0 0 2px #fff, 0 25px 0 2px #fff, 10px 10px 0 2px #fff, 0 0 0 2px #f0ebf2
}
to { box-shadow: 0 -25px 0 2px #fff, -25px 0 0 2px #fff, 0 25px 0 2px #fff, 25px 2px 0 2px #fff, 0 0 0 2px #f0ebf2 }
}
@keyframes lazyReveal { 0% {
transform:scaleY(1)
}
to { transform: scaleY(0) }
}
*, body, html { touch-action: manipulation }
* { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; box-sizing: border-box; -webkit-box-sizing: border-box }
body, html { width: 100%; font-size: 18px; color: #666; font-family: 'Gotham Book'; font-weight: 400; background: #fff }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video { margin: 0; padding: 0; border: 0; vertical-align: baseline }
h1, h2, img, ul { padding: 0; vertical-align: baseline }
h1, h2, ul { border: 0 }
img { margin: 0 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
.container { padding: 0; margin: 0 auto; max-width: 2080px; position: relative }
.container:after { content: ""; width: 100%; height: 0; display: block; clear: both; overflow: hidden }
[href^=tel] {
cursor:text;
text-decoration:none
}
:-ms-input-placeholder {
color:#d6d6d6;
opacity:1;
transition:all 350ms;
-webkit-transition:all 350ms
}
::-webkit-input-placeholder {
color:#d6d6d6;
opacity:1;
transition:all 350ms;
-webkit-transition:all 350ms
}
::-moz-placeholder {
color:#d6d6d6;
opacity:1;
transition:all 350ms;
-webkit-transition:all 350ms
}
::-ms-placeholder {
color:#d6d6d6;
opacity:1;
transition:all 350ms;
-webkit-transition:all 350ms
}
::placeholder {
color:#d6d6d6;
opacity:1;
transition:all 350ms;
-webkit-transition:all 350ms
}
input:placeholder-shown, textarea:placeholder-shown {
color:#d6d6d6
}
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
input, textarea { font-weight: 400; transition: all .3s; -webkit-transition: all .3s }
input:focus, textarea:focus { outline: 0 }
a, img { outline: 0 }
a { color: #595959; text-decoration: none; transition: all .3s; -webkit-transition: all .3s }
a:hover { color: #934363 }
img { border: 0; display: block; max-width: 100%; height: auto }
ul { list-style: none; margin: 0 }
.clear { clear: both; overflow: hidden }
p { line-height: 28px; font-size: 18px; padding-bottom: 25px }
.h1, h1 { font-size: 60px; line-height: 64px; color: #000 }
h1, h2, h3, h4, h5, h6 { font-weight: 400; font-family: 'CaslonGraD' }
h1 { margin: 0 0 20px }
h2, h3, h4, h5, h6 { color: #000 }
.h1 { margin-bottom: 20px }
.h2, .home .clients-bar h1, .home .whatsnew-bar h1 { margin-bottom: 18px; font-size: 30px; line-height: 140% }
h2 { margin: 0 0 18px; font-size: 30px; line-height: 140% }
.h3, h3 { font-size: 40px; line-height: 50px }
.h4, h4 { font-size: 18px; line-height: 22px }
.h5, h5 { font-size: 22px }
.h6, h6 { font-size: 20px }
textarea { padding: 10px; height: 100px; resize: none }
.button { color: #fff; border: #fff solid 2px }
.button, .button2 { padding: 10px 52px; display: inline-block; line-height: 27px; font-size: 16px; font-family: 'GothamMedium'; position: relative }
.button:hover { color: #333 }
.button:after { background: #fff }
.button2.blue:hover:after, .button2:hover:after, .button:hover:after { top: 0 }
.buttons { text-align: center }
.button2 { border: #6d9aba solid 2px; color: #000 }
.button2:hover { color: #fff }
.button2.blue:after, .button2:after, .button:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; top: 100%; z-index: -1; -webkit-transition: top .09s ease-in }
.button2:after { background: #6d9aba }
.button2.blue { border: #009bdd solid 2px; background: #fff }
.button2.blue:hover { background: #009bdd }
.button2.blue:after { background: #009bdd }
.showonmobile { display: none }
#back-to-top { position: fixed; bottom: 15px; display: none; right: 15px; z-index: -1; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; opacity: 0; background: #3a96f2 url(images/top_btn.png) center center no-repeat; background-size: 35px }
#back-to-top.show { opacity: 1; z-index: 9999 }
#wrapper { margin: 0 auto; width: 100%; overflow: hidden; min-height: 100%; position: relative }
#header-part { position: absolute; left: 0; top: 0; width: 100%; z-index: 10; clear: both; height: 80px; background: #3b89fe }
#header-part .container { padding: 0 40px; max-width: 100% }
#header-part.headernobg:not(.sticky) { background: 0 0!important }
#header-part:before { background-repeat: no-repeat; background-size: 100% 100%; content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: -20px; height: 20px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 600,0 0,530' style='fill:%233B89FE;' /%3E%3C/svg%3E") }
#header-part.headernobg:not(.sticky):before, .banner-bar .bannerslider:not(.slick-initialized):not(:nth-of-type(1)) .slideimg {
display:none
}
#header-part a.logo { position: absolute; left: 40px; top: 18px; max-width: 295px }
#header-part a.logo #logo-lottie { width: 100%; height: 100%; display: block }
#header-part a.logo #logo-lottie svg { margin: -14px 0 0 -20px; width: 341px!important }
#header-part a.mobilemenu { display: none }
#header-part.sticky { position: fixed; height: 80px; animation: stickyhead .5s; -webkit-animation: stickyhead .5s; z-index: 99 }
body.single-service #header-part { background: #6489c2 }
body.single-service #header-part:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 600,0 0,530' style='fill:%236489c2;' /%3E%3C/svg%3E") }
.nav-bar { position: absolute; right: 0px; top: 38px; width: calc(50% + 90px); padding: 0 39px 0 203px; }
.nav-bar ul.menu { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
#footer-part .footerconnect .footerlinks ul, .nav-bar ul { list-style: none }
.nav-bar li { position: relative; padding: 0px; text-align: center; display: table-cell; vertical-align: top; }
.nav-bar li.menu-item-136, .nav-bar li:first-child { text-align: left; }
.nav-bar li:last-child { text-align: right; }
.nav-bar li a { color: #fff; letter-spacing: .01em; opacity: .5 }
.nav-bar .sub-menu { transition: all .3s; -webkit-transition: all .3s; transform: scale(1, 0); -webkit-transform: scale(1, 0); opacity: 0; transform-origin: 0 0; -webkit-transform-origin: 0 0; margin-top: 5px; width: 260px; position: absolute; left: -10px; top: 100%; padding: 10px; background: rgba(0,0,0,.5) }
.nav-bar .sub-menu:before { width: 100%; height: 5px; content: ''; position: absolute; left: 0; top: -5px }
.nav-bar .sub-menu li { font-size: 15px; line-height: 20px; padding: 0 0 10px; width: 100%; float: none; display: block; text-align: left; }
@media only screen and (min-width:960px) {
.nav-bar li:hover .sub-menu { transform: scale(1, 1); -webkit-transform: scale(1, 1); opacity: 100 }
}
.banner-bar .bannerslider.slick-initialized:after, .banner-bar .bannerslider.slick-initialized:before, .banner-bar .img .mobile-image, .nav-bar li.home-menu-item { display: none }
body.home .nav-bar li a:hover, body.home .nav-bar li.current-menu-item .mob_menu_wrap>a body.home .nav-bar li.current-menu-item>a, body.home .nav-bar li:hover .mob_menu_wrap>a, body.home .nav-bar li:hover>a { color: #3b89fe }
.nav-bar li a:hover, .nav-bar li.current-menu-item .mob_menu_wrap>a, .nav-bar li.current-menu-item>a, .nav-bar li:hover .mob_menu_wrap>a, .nav-bar li:hover>a, .no-cssanimations .work-bar .grid li, .no-js .work-bar .grid li, .work-bar .grid li.shown, body.home .nav-bar li a, body.single-post .nav-bar li.blog-menu-item>a, body.single-service .nav-bar li.we-do-menu-item .mob_menu_wrap>a, body.single-work .nav-bar li.work-menu-item>a { opacity: 1 }
#content-part, .banner-bar, .banner-bar .slick-dots li a, .banner-bar .slideimg { position: relative; overflow: hidden }
.banner-bar { background: #3a89ff }
.banner-bar .slideimg { height: 90vh; min-height: 700px }
.banner-bar .tri-arrow { width: 180px; height: 100%; position: absolute; top: 0; left: 0; z-index: 1 }
.banner-bar .tri-arrow:before, .banner-bar .whole-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block }
.banner-bar .tri-arrow:before { background-repeat: no-repeat; background-size: 100% 100%; content: ''; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 600,0 0,530' style='fill:%23f4862d;' /%3E%3C/svg%3E") }
.banner-bar .whole-link { font-size: 0; line-height: 0; z-index: 2 }
.banner-bar .content { margin-left: -1040px; width: 555px; position: absolute; top: 0; left: 50%; height: 100%; display: flex; align-items: center; z-index: 1 }
.banner-bar .img { position: absolute; right: 0; top: 0; width: calc(50% + 90px); height: 100%; background-repeat: no-repeat; background-size: cover; background-position: top center }
.banner-bar .img:before { content: ""; background: #000; background: linear-gradient(180deg, rgba(0,0,0,.5494397588136817) 0, rgba(0,0,0,.4794117476091999) 35%, transparent 100%); width: 100%; height: 200px; position: absolute; left: 0; top: 0 }
.banner-bar .img:after { content: ""; background: -moz-linear-gradient(top, transparent 0, transparent 50%, rgba(0,0,0,.4) 100%); background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(0,0,0,.4) 100%); background: linear-gradient(to bottom, transparent 0, transparent 50%, rgba(0,0,0,.4) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
width: 100%; height: 50%; position: absolute; left: 0; bottom: 0 }
.banner-bar .slick-dots { position: absolute; right: 32px; bottom: 15px }
.banner-bar .slick-dots li { float: left; display: inline-block; vertical-align: top; width: 28px; height: 28px; margin: 0 0 0 3px }
.banner-bar .slick-dots li button { font-size: 0; width: 13px; height: 13px; border-radius: 50%; -webkit-border-radius: 50%; border: 0; background: gray }
.banner-bar .slick-dots li.slick-active button { background: #fff }
.banner-bar .slick-dots li a { display: block; width: 28px; height: 28px; font-size: 0; line-height: 0; cursor: pointer }
.banner-bar .slick-dots li a span { margin: -6px 0 0 -6px; width: 12px; height: 12px; border-radius: 100%; -webkit-border-radius: 100%; display: block; position: absolute; top: 50%; left: 50%; background: #fff; -webkit-transition: all 350ms; transition: all 350ms }
.banner-bar .slick-dots li a svg { z-index: 10 }
.banner-bar .slick-dots li svg circle { opacity: 0; fill: none; stroke: #fff; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 39 39; stroke-dashoffset: 39 }
.banner-bar .slick-dots li.slick-active svg circle { opacity: 1; animation: borderfill 11s linear 1 forwards; -webkit-animation: borderfill 11s linear 1 forwards }
.banner-bar .slick-dots li.slick-active a span { transform: scale(.6); -webkit-transform: scale(.6) }
.banner-bar .textblock { position: relative; right: auto; top: auto; width: 100% }
.banner-bar h1 { padding-bottom: 18px; margin-bottom: 19px; position: relative; display: block; color: #fff; font-size: 64px; line-height: 77px; font-family: 'CaslonGraD' }
.banner-bar h1 span.letter, body.no-touch-devices-body .work-bar .workitem .inner:hover a.img:before, body.no-touch-devices-body .work-bar .workitem .inner:hover h3 a { opacity: 0 }
.banner-bar h1 .letter-wrapper { overflow: hidden; display: inline-block; vertical-align: top }
.banner-bar h1 .letter { display: inline-block; vertical-align: top; transform-origin: 0 100% }
.banner-bar h1:before { content: ""; position: absolute; left: 0; bottom: 0; width: 170px; height: 2px; background: #fff }
.banner-bar p { font-size: 24px; line-height: 37px; padding-bottom: 32px; color: #fff }
.banner-bar .icon { position: absolute; left: 40px; bottom: 12px; z-index: 1; width: calc(100% - 185px); }
.banner-bar .icon p { padding: 0; font-size: 18px }
.banner-bar .icon p a { color: #fff; font-size: 12px; margin-left: 5px }
.banner-bar a.slidedown { display: block; position: absolute; left: 66.2%; bottom: 21px; width: 16px; height: 16px; border-bottom: #fff solid 4px; border-right: #fff solid 4px; transform: rotate(45deg); -webkit-transform: rotate(45deg); font-size: 0 }
.home #header-part:not(.sticky), body.home #header-part:not(.sticky):before { background: 0 0 }
.banner-bar .button { padding: 17px 52px; font-size: 21px; line-height: 27px; border-width: 3px; }
.hero-bar { background-repeat: no-repeat; background-size: cover; height: 498px; position: relative }
.hero-bar:before, .work-bar .workitem a.img:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100% }
.hero-bar:before { opacity: .8; background: #590e72 }
.hero-bar:after { bottom: -3px; height: 100px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 560' preserveAspectRatio='none'%3E%3Cpolygon points='0,560 900,0 600,650' style='fill:%23ffffff;' /%3E%3C/svg%3E") }
.hero-bar .contents { position: absolute; left: 50%; top: 158px; width: 510px; transform: translateX(-50%); -webkit-transform: translateX(-50%); text-align: center }
.hero-bar h1 { padding-bottom: 17px; color: #fff; font-size: 54px; position: relative }
.hero-bar h1:before { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -85px; width: 170px; height: 2px; background: #fff }
.hero-bar p { padding: 0 20px; color: #fff }
.work-bar { padding: 62px 0 35px; text-align: center }
.work-bar .intro { padding-bottom: 30px; max-width: 590px; margin: 0 auto }
.work-bar h1 { padding-bottom: 9px; font-size: 30px; line-height: 140% }
.work-bar h2 { padding-bottom: 11px }
.work-bar .worklist { overflow: hidden; list-style: none; padding: 0 0 44px; margin: 0 -22px }
body.home .work-bar .worklist { padding-bottom: 0 }
.work-bar .workitem { padding: 0 22px 44px; margin: 0; float: left; width: 33.333333%; opacity: 0; position: relative }
.clients-bar, .work-bar .workitem .inner { position: relative }
.work-bar .workitem a.img:before { opacity: .3; transition: .5s all; -webkit-transition: .5s all; background: #000; z-index: 2 }
.work-bar .workitem h3 { padding: 0 30px; font-size: 36px; line-height: 38px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; text-align: center; text-transform: lowercase; z-index: 4 }
.blogpost .blog-filter ul li a.active, .blogpost .blog-filter ul li a:hover, .work-bar .workitem h3 a { color: #fff }
.work-bar .workitem a.img { display: block; position: relative; overflow: hidden }
.work-bar .workitem a.img img { width: 100%; transition: all 800ms; -webkit-transition: all 800ms }
body.no-touch-devices-body .work-bar .workitem .inner:hover a.img img { transform: scale(1.1); -webkit-transform: scale(1.1) }
.work-bar .grid.effect-2 li.animate { -webkit-transform: translateY(200px); transform: translateY(200px); -webkit-animation: moveUp .65s ease forwards; animation: moveUp .65s ease forwards }
.clients-bar { padding: 105px 0 85px; background: #fff4e6 }
.clients-bar:after, .clients-bar:before, .hero-bar:after { background-repeat: no-repeat; background-size: 100% 100%; content: ''; display: block; position: absolute; width: 100%; left: 0 }
.clients-bar:after { top: 0; height: 65px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 700 630' preserveAspectRatio='none'%3E%3Cpolygon points='0,630 0,0 700,0' style='fill:%23edf1f8;' /%3E%3C/svg%3E") }
.clients-bar:before { bottom: -3px; height: 80px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 560' preserveAspectRatio='none'%3E%3Cpolygon points='0,560 900,0 600,650' style='fill:%23ffffff;' /%3E%3C/svg%3E") }
.clients-bar .intro { padding-bottom: 30px; max-width: 600px; margin: 0 auto; text-align: center }
.clients-bar .logolist { max-width: 840px; margin: 0 auto }
.clients-bar .logolist ul { list-style: none; display: flex; flex-wrap: wrap }
.clients-bar .logolist li { padding: 0 9px 18px; width: 25% }
.clients-bar .logolist li span { padding: 10px; display: block; height: 92px; border: #cca96f solid 2px; border-radius: 3px; -webkit-border-radius: 3px; display: flex; align-items: center; justify-content: center; background: #fff }
.clients-bar .logolist li span img { max-height: 46px }
.clients-bar.aboutus { background: #f0ebf2 }
.clients-bar.aboutus .logolist li span { border: #866f90 solid 2px }
.bottom-bar.aboutpage.cta2:after, .clients-bar.aboutus:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 700 630' preserveAspectRatio='none'%3E%3Cpolygon points='0,630 0,0 700,0' style='fill:%23ffffff;' /%3E%3C/svg%3E") }
.whatsnew-bar { padding: 35px 0 22px; overflow: hidden; position: relative }
.whatsnew-bar .intro { padding-bottom: 30px; max-width: 740px; margin: 0 auto; text-align: center }
.whatsnew-bar .newlisting { max-width: 845px; margin: 0 auto }
.whatsnew-bar .slick-list { overflow: visible }
.whatsnew-bar .slick-slide { padding: 36px 60px 20px; width: 100%; min-height: 375px; display: block; border-left: #c96b8a solid 1px }
.whatsnew-bar img { width: 100%; margin-bottom: 20px; border: #e5e5e5 solid 2px }
.whatsnew-bar h3 { font-size: 24px; line-height: 28px }
.whatsnew-bar h3 a { color: #000 }
.whatsnew-bar h3 a:hover { color: #0c0b57 }
.whatsnew-bar .dragbg { width: 100%; height: 100%; position: absolute; left: 0; top: 0 }
.button-circle, .whatsnew-bar .dragbg span { position: absolute; left: 50%; width: 168px; height: 168px }
.whatsnew-bar .dragbg span { display: block; top: 54.5%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 48px; font-family: 'CaslonGraD'; border-radius: 50%; -webkit-border-radius: 50%; cursor: pointer; background: #ff114c }
.whatsnew-bar .newlisting-wrap { cursor: none; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.whatsnew-bar .newlisting-wrap * { cursor: none }
.contact-bar span.wpcf7-not-valid-tip, body.touch-devices-body .button-circle, body.touch-devices-body .button-circle--initial { display: none!important }
.button-circle a, .button-circle button { position: relative; display: block; width: 100%; height: 100%; background: 0 0; border: 0 }
.button-circle { margin: -84px 0 0 -84px; top: 50% }
.button-circle a>span:not(.button-circle__bg), .button-circle button>span:not(.button-circle__bg) { position: absolute; top: 50%; left: 50%; margin-top: 0; transform: translate(-50%, -50%); overflow: hidden; z-index: 1; transition: opacity .2s cubic-bezier(.28, 0, .49, 1) .1s }
.button-circle a>span:not(.button-circle__bg) span, .button-circle button>span:not(.button-circle__bg) span { display: inline-block; margin-top: 0; color: #fff; transform: none; font-size: 48px; line-height: 54px; font-family: 'CaslonGraD' }
.button-circle a>span:not(.button-circle__bg):nth-child(2) span, .button-circle button>span:not(.button-circle__bg):nth-child(2) span { transform: translateY(100%) }
.button-circle[data-cursor-takeover] { top: 0; left: 0; width: 168px; height: 168px; pointer-events: none; opacity: 0; transition: opacity .3s cubic-bezier(.28, 0, .49, 1) }
.button-circle[data-cursor-takeover] button { pointer-events: none; border: 0; background: 0 0 }
.button-circle[data-cursor-takeover] a { pointer-events: all }
.button-circle[data-cursor-takeover] .button-circle__bg { transform-origin: center center; transition: transform .2s cubic-bezier(.28, 0, .49, 1) }
.button-circle[data-cursor-takeover] .button-circle__carets { position: absolute; top: -1rem; left: -1rem; display: flex; align-items: center; justify-content: space-between; width: calc(100% + 2rem); height: calc(100% + 2rem); transform: scale(.6); transform-origin: center; opacity: 0; transition: transform .2s cubic-bezier(.28, 0, .49, 1), opacity .2s cubic-bezier(.28, 0, .49, 1) }
.button-circle[data-cursor-takeover] .button-circle__carets figure {
width:.8rem; height: auto }
.button-circle[data-cursor-takeover] .button-circle__carets figure:nth-child(2) { transform: rotate(180deg) }
.button-circle[data-cursor-takeover] .button-circle__carets svg { fill: #ff114c }
.is-cursor-takeover:hover .button-circle[data-cursor-takeover] { opacity: 1; transition-delay: .2s }
.is-cursor-takeover:hover .button-circle[data-cursor-takeover] span:not(.button-circle__bg):first-child span { transform: translateY(-100%); transition: transform .3s cubic-bezier(.28, 0, .49, 1) .3s }
.is-cursor-takeover:hover .button-circle[data-cursor-takeover] span:not(.button-circle__bg):nth-child(2) span { transform: none; transition: transform .3s cubic-bezier(.28, 0, .49, 1) .4s }
.button-circle[data-cursor-takeover].is-disabled { mix-blend-mode: difference }
.button-circle[data-cursor-takeover].is-disabled button>span:not(.button-circle__bg), .button-circle[data-cursor-takeover].is-down button>span:not(.button-circle__bg) { opacity: 0; transition: opacity .1s cubic-bezier(.28, 0, .49, 1) }
.button-circle[data-cursor-takeover].is-down .button-circle__bg { transform: scale(.7) }
.button-circle[data-cursor-takeover].is-down .button-circle__carets { opacity: 1; transform: none }
.button-circle .meta:not(a):not(button) { margin-top: 1rem; font-size: 1rem; font-weight: 700; text-align: center; color: var(--white); display: block }
.button-circle__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ff114c; border-radius: 50% }
.button-circle--has-link[data-cursor-takeover].is-down .button-circle__bg { transform: scale(.9) }
.button-circle--initial { display: block; top: 50%; left: 50%; pointer-events: none; z-index: 2 }
.button-circle--initial .button-circle__carets, .home .bottom-bar h2 { display: none }
.is-cursor-takeover:hover .button-circle--initial { opacity: 0; transition: opacity .2s var(--ease-out-soft) 0s }
.bottom-bar { padding: 105px 0 50px; position: relative; background: #e6f5fc }
.bottom-bar:after, .whatwedo-bar:after, .whatwedo-bar:before { background-repeat: no-repeat; background-size: 100% 100%; content: ''; display: block; position: absolute; width: 100%; left: 0 }
.bottom-bar:after, .whatwedo-bar:after { top: 0; height: 65px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 700 630' preserveAspectRatio='none'%3E%3Cpolygon points='0,630 0,0 700,0' style='fill:%23ffffff;' /%3E%3C/svg%3E") }
.bottom-bar .intro { max-width: 540px; margin: 0 auto; text-align: center }
.bottom-bar h1 { margin-bottom: 18px; font-size: 30px; line-height: 140% }
.bottom-bar.aboutpage:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 700 630' preserveAspectRatio='none'%3E%3Cpolygon points='0,630 0,0 700,0' style='fill:%23f0ebf2;' /%3E%3C/svg%3E") }
.content-bar { padding: 62px 0 32px }
.content-bar .container { max-width: 790px }
.content-bar p { padding-bottom: 28px; color: #000 }
.whatwedo-bar { padding: 98px 0 30px; text-align: center; position: relative; background: rgba(77,121,187,.1) }
.whatwedo-bar:before { bottom: 0; height: 80px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 560' preserveAspectRatio='none'%3E%3Cpolygon points='0,560 900,0 600,650' style='fill:%23ffffff;' /%3E%3C/svg%3E") }
.home .whatwedo-bar h1 { line-height: 50px; margin: 0 }
.home .whatwedo-bar h1, .whatwedo-bar h3 { padding-bottom: 23px; font-size: 60px }
.whatwedo-bar .text { max-width: 740px; margin: 0 auto }
.whatwedo-bar .listing { padding-top: 25px; max-width: 840px; margin: 0 auto }
.whatwedo-bar .listing ul { list-style: none; overflow: hidden }
.whatwedo-bar .listing li { padding: 0 10px; float: left; width: 25% }
.whatwedo-bar .listing h4 { padding: 10px; margin-bottom: 20px; letter-spacing: -.32px; line-height: 18px; font-family: 'Gotham Bold'; border: #593167 solid 2px; min-height: 90px; display: flex; align-items: center; justify-content: center; background: #fff }
.whatwedo-bar .listing p { font-size: 14px; line-height: 24px; color: #000 }
.whatwedo-bar .service-wrap { margin: 0 auto; padding: 25px 0 0; max-width: 840px; overflow: hidden }
.whatwedo-bar .service-wrap .service-repeat { padding: 0 10px 26px; float: left; width: 33.33333% }
.whatwedo-bar .service-wrap .service-repeat a { display: block }
.whatwedo-bar .service-wrap .service-repeat a:hover .image { border-color: #6489c2 }
.whatwedo-bar .service-wrap .service-repeat:nth-of-type(3n+1) { clear: both }
.whatwedo-bar .service-wrap .image { padding: 20px 0; margin: 0 0 18px; width: 100%; height: 190px; border: 2px solid #97b4e1; transition: all 350ms; -webkit-transition: all 350ms; background-color: #fff }
.whatwedo-bar .service-wrap .image img { display: block; margin: 0 auto }
.whatwedo-bar .service-wrap .icon { margin: 0 0 17px; min-height: 101px; display: flex; align-items: center; justify-content: center }
.whatwedo-bar .service-wrap p { font-size: 14px; line-height: 24px; color: #000; font-family: 'Gotham Book' }
.whatwedo-bar .service-wrap h4 { padding: 0 10px; color: #000; font-size: 18px; line-height: 18px; letter-spacing: -.32px; font-family: 'Gotham Bold' }
.whatwedo-bar.single-service .service-wrap .service-repeat:nth-of-type(2n+1), .whatwedo-bar.single-service .service-wrap .service-repeat:nth-of-type(3n+1), .whatwedo-bar.single-service .service-wrap .service-repeat:nth-of-type(4n+1) { clear: none }
.whatwedo-bar.single-service:before { display: none }
.whatwedo-bar.single-service .service-wrap { overflow: inherit }
.whatwedo-bar .service-wrap .slick-arrow { margin-top: -20px; width: 26px; height: 40px; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; border: 0; background-color: transparent; cursor: pointer; background-position: center center; background-repeat: no-repeat; background-size: 16px auto; opacity: .6; transition: all 350ms; -webkit-transition: all 350ms }
.whatwedo-bar .service-wrap .slick-arrow:focus { outline: 0 }
.relatedwork-bar .slick-slide a:hover span, .whatwedo-bar .service-wrap .slick-arrow:hover { opacity: 1 }
.whatwedo-bar .service-wrap .slick-arrow.slick-prev { left: -40px; background-image: url(images/slider_left_arrow.svg) }
.whatwedo-bar .service-wrap .slick-arrow.slick-next { right: -40px; background-image: url(images/slider_right_arrow.svg) }
.whatwedo-bar.single-service .service-wrap .service-repeat { padding-bottom: 0 }
.whatwedo-bar.single-service { padding-bottom: 40px }
body.single-service .bottom-bar:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 700 630' preserveAspectRatio='none'%3E%3Cpolygon points='0,630 0,0 700,0' style='fill:%23edf2f8;' /%3E%3C/svg%3E") }
.whatwedo-bar.single-service .service-wrap .image { margin-bottom: 0 }
.whatwedo-bar.single-service .service-wrap { padding: 25px 0 }
body.home .whatwedo-bar:before { display: none }
.whatwedo-bar .button2.blue { border-color: #709bbb }
.whatwedo-bar .button2.blue:after { background: #709bbb }
.introcontent-bar h1, .page-template-what-we-do .whatwedo-bar h1 { padding-bottom: 17px; font-size: 54px; position: relative; margin-bottom: 18px }
.introcontent-bar h1:before, .page-template-what-we-do .whatwedo-bar h1::before { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -85px; width: 170px; height: 2px; background: #000 }
.page-template-what-we-do .whatwedo-bar { padding-top: 158px; background: 0 0; padding-bottom: 150px }
.page-template-what-we-do .whatwedo-bar .service-wrap, .page-template-what-we-do .whatwedo-bar .text { padding-bottom: 25px }
.testimonial-bar { padding: 85px 0 }
.testimonial-bar .quotes { padding: 0 190px; text-align: center; margin: 0 auto; max-width: 1140px; position: relative; min-height: 350px; display: flex; align-items: center }
.testimonial-bar .quotes:after, .testimonial-bar .quotes:before { content: ""; position: absolute; left: 2px; top: 14px; width: 221px; height: 178px; background: url(images/comma-left.png) no-repeat }
.testimonial-bar .quotes:after { left: auto; right: 0; top: 130px; background: url(images/comma-right.png) no-repeat }
.testimonial-bar h3 { padding-bottom: 40px; font-size: 60px; line-height: 64px; text-align: center }
.testimonial-bar h4 { color: #666; font-size: 14px; line-height: 24px; font-family: 'GothamMedium' }
.testimonial-bar p { padding-bottom: 20px }
.testimonial-bar h4 strong { font-weight: 400; font-family: 'Gotham Book'; color: #999; display: block }
.testimonial-bar .slick-dots { padding: 30px 0 0; position: relative; right: auto; bottom: auto; width: 100%; text-align: center }
.testimonial-bar .slick-dots li { display: inline-block; vertical-align: top; width: 24px; height: 24px; margin: 0 2px }
.testimonial-bar .slick-dots li a, .testimonial-bar .slick-dots li a span { border-radius: 50%; -webkit-border-radius: 50%; position: relative; display: block }
.testimonial-bar .slick-dots li a { width: 24px; height: 24px; font-size: 0; line-height: 0; cursor: pointer; overflow: hidden }
.testimonial-bar .slick-dots li a span { margin: 2px; width: 20px; height: 20px }
.testimonial-bar .slick-dots li a span:after { width: 12px; height: 12px; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #f0ebf2; border-radius: 50%; -webkit-border-radius: 50% }
.testimonial-bar .slick-dots li.slick-active a span:after { background: #f0ebf2; width: 7px; height: 7px }
.testimonial-bar .slick-dots li.slick-active a span { animation: border_x 10.7s linear 1 forwards; -webkit-animation: border_x 10.7s linear 1 forwards }
.introcontent-bar { padding: 158px 0 17px }
.introcontent-bar .contents { max-width: 480px; margin: 0 auto; text-align: center }
.blogpost .blog_top_content p, .introcontent-bar p { color: #000 }
.introcontent-bar.singlepage .contents { max-width: 500px }
.introcontent-bar.singlepage { padding: 136px 0 17px }
.introcontent-bar.singlepage .contents p { padding-bottom: 30px }
.introcontent-bar.singlepage .button { padding: 10px 33px }
.introcontent-bar.singlepage .button span { padding-right: 18px; background: url(images/arrow.png) right no-repeat }
.introcontent-bar.singlepage .button i { margin-left: 7px; font-size: 14px }
.introcontent-bar .designby { display: block; color: #999; font-size: 14px; padding-bottom: 35px }
.imagelist-bar { padding: 73px 0 0 }
.imagelist-bar img { margin: 0 auto }
.imagelist-bar .fadeInUpShort { position: relative }
.imagelist-bar .fadeInUpShort .reveal { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #3b89fe; transform-origin: top center }
.imagelist-bar .fadeInUpShort.go .reveal, .website-single-bar .go .reveal { animation: lazyReveal .8s .5s forwards }
.website-single-bar { padding: 73px 0 0; width: 100% }
.website-single-bar .container { max-width: 1280px }
.website-single-bar.nobg { padding-top: 0; background: 0 0 }
.website-single-bar ul { padding: 0; margin: 0 -22px; list-style-type: none }
.website-single-bar ul li { padding: 0 22px 44px; width: 50%; float: left }
.website-single-bar ul li.halfWidth { width: 50% }
.website-single-bar ul li.oneThirdWidth { width: 33.33333% }
.website-single-bar ul li.onefourthWidth { width: 25% }
.website-single-bar ul li a { display: block; position: relative }
.website-single-bar ul li a .play_icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: url(images/play-btn.png) center center no-repeat; background-size: 59px auto }
.blog-single-bar .single-thumb img, .relatedwork-bar .slick-slide img, .website-single-bar ul li.fullWidth { width: 100% }
.imagelist-bar img, .website-single-bar ul li img { width: 100%; border: #eee solid 10px }
.service-single-bar .single-thumb img, .website-single-bar ul li.fullWidth img { margin: 0 auto }
.website-single-bar .reveal { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #3b89fe; transform-origin: top center }
.website-single-bar .broll-video { width: 100%; position: relative }
.website-single-bar .broll-video.no-poster-image { border: #eee solid 10px; height: 0; padding-bottom: 56.25% }
.website-single-bar .broll-video video { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none }
.website-single-bar .image-inner { position: relative }
.innovate-to-a-future-state { position: fixed!important; top: 200%; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.88); display: block; z-index: 99999; overflow: auto; padding: 0 }
.innovate-to-a-future-state .innovate-to-a-future-state-inner { width: 100vw; height: 56.25vw; max-height: 100vh; max-width: 177.78vh; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0 }
#content-part .blog-single-bar .share_row .st-btn:hover:after, .blogpost .blog-filter ul li a.active:after, .blogpost .blog-filter ul li a:hover:after, .innovate-to-a-future-state.active, .pagenavi-pagination .wp-pagenavi .nextpostslink:hover:after, .pagenavi-pagination .wp-pagenavi .previouspostslink:hover:after { top: 0 }
.innovate-to-a-future-state .video-js video, .website-single-bar .broll-video .broll-inner-video { position: absolute; top: 0; left: 0; width: 100%; height: 100% }
.innovate-to-a-future-state .brightcovevideo, .innovate-to-a-future-state .video-js { width: 100%; height: 100% }
.innovate-to-a-future-state .you-tube-video-container { background: #000 }
.innovate-to-a-future-state .facebook-video-container { width: 100%; height: 100%; background: #000; overflow: hidden; position: relative }
.innovate-to-a-future-state .facebook-video-container iframe { width: 100%; height: 100%; border: 0 }
.innovate-to-a-future-state .you-tube-video-container, .innovate-to-a-future-state iframe { width: 100%; height: 100% }
.innovate-to-a-future-state .close-btn { position: absolute; top: 0; right: 0; background: #000; width: 45px; height: 45px; color: #fff; text-align: center; font-weight: 400; line-height: 44px; font-size: 22px; z-index: 99 }
.innovate-to-a-future-state .close-btn:hover { background: #00aeef }
.relatedwork-bar { padding: 125px 0 87px }
.relatedwork-bar h3 { padding-bottom: 77px; font-size: 60px; text-align: center }
.relatedwork-bar .slick-slide { padding: 17px 6px 0 }
.relatedwork-bar .slick-slide:nth-child(2n) { padding-top: 42px }
.relatedwork-bar .slick-slide:nth-child(3n) { padding-top: 0 }
.relatedwork-bar .slick-slide:nth-child(4n) { padding-top: 30px }
.relatedwork-bar .slick-slide:nth-child(5n) { padding-top: 8px }
.relatedwork-bar .slick-slide:nth-child(6n) { padding-top: 43px }
.relatedwork-bar .slick-slide a { display: block; position: relative; border: 5px solid #ededed }
.relatedwork-bar .slick-slide a:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; transition: .3s all; -webkit-transition: .3s all; opacity: 0 }
.relatedwork-bar .slick-slide a:hover:before { opacity: .6 }
.relatedwork-bar .slick-slide a span { padding: 0 10px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align: center; width: 100%; color: #fff; font-size: 20px; font-family: 'CaslonGraD'; opacity: 0; transition: all 350ms; -webkit-transition: all 350ms }
.relatedwork-bar .slick-slide.slick-active a { -webkit-animation-name: fadeIn; animation-name: fadeIn }
.blogpost { padding: 160px 0 0 }
.blogpost h1 { padding: 0 0 18px; font-size: 54px; line-height: 60px; position: relative }
.blogpost h1:after { content: ""; margin-left: -86px; width: 171px; height: 2px; display: block; position: absolute; bottom: 0; left: 50%; background: #000 }
.blogpost .blog-filter { padding: 16px 0 73px; display: flex; align-items: center; justify-content: center }
.blogpost .blog-filter .label, .blogpost .blog-filter ul li a { padding: 0 18px; color: #000; font-size: 13px; line-height: 16px; font-family: 'GothamMedium' }
.blogpost .blog-filter ul { padding: 0; margin: 0; list-style-type: none }
.blogpost .blog-filter ul li { padding: 0 3px; display: inline-block; vertical-align: top }
.blogpost .blog-filter ul li a { padding: 9px 10px; line-height: 18px; display: block; min-width: 100px; border: 2px solid #ab3a3d; position: relative }
.blogpost .blog-filter ul li a:after, .comment_section #respond .submit_row_inner:after { content: ""; position: absolute; background: #ab3a3d; bottom: 0; left: 0; right: 0; top: 100%; z-index: -1; -webkit-transition: top .09s ease-in }
.blogpost .blog-filter ul li:nth-of-type(2n) a { min-width: 115px }
.blogpost .blog_top_content { text-align: center }
.blogpost .hentry_wrap { margin: 0 -22px; display: flex; flex-wrap: wrap }
.blogpost .hentry { padding: 0 22px 60px; width: 33.33333% }
.blogpost .hentry a { display: block; text-decoration: none }
.blogpost .hentry .title { padding-bottom: 7px; font-size: 18px; font-weight: 400; letter-spacing: -.32px; line-height: 24px; color: #000; font-family: 'Gotham Bold' }
.blog-single-bar p, .blogpost .hentry p { padding-bottom: 14px; font-size: 14px; line-height: 24px; color: #000; font-family: 'Gotham Book' }
.blogpost .hentry .date_meta { padding-bottom: 15px; display: block; font-size: 11px; line-height: 16px; color: #666; font-family: 'Gotham Book'; letter-spacing: 1px; text-transform: uppercase }
.blogpost .hentry .read_more { display: block; font-size: 14px; color: #000; line-height: 18px; font-family: 'GothamMedium' }
.blogpost .hentry .read_more i { position: relative; top: 1px; color: #cf2a2c; transition: all 800ms; -webkit-transition: all 800ms }
.blogpost .hentry .feature-image { width: 100%; overflow: hidden; background: #000 }
.blogpost .hentry .feature-image img { width: 100%; opacity: .8; transition: all 800ms; -webkit-transition: all 800ms }
.blogpost .hentry .hentry-copy { padding: 20px 30px 0 23px; margin: -48px 0 0 41px; position: relative; background: #fff }
.blogpost .hentry .comment_count { color: #cf2a2c }
.blogpost .hentry a:hover .feature-image img { opacity: 1; transform: scale(1.1); -webkit-transform: scale(1.1) }
.blogpost .hentry a:hover .read_more i { margin-left: 5px }
.pagenavi-pagination { padding: 64px 0 116px }
.pagenavi-pagination .current, .pagenavi-pagination .page, .pagenavi-pagination .pages { display: none }
.pagenavi-pagination .wp-pagenavi { display: flex; align-items: center; justify-content: center; text-align: center }
.pagenavi-pagination .wp-pagenavi .nextpostslink i, .pagenavi-pagination .wp-pagenavi .previouspostslink i { position: relative; top: 1px }
.pagenavi-pagination .wp-pagenavi .nextpostslink, .pagenavi-pagination .wp-pagenavi .previouspostslink { margin: 0 6px; padding: 12px 20px; border: 2px solid #cf2a2c; text-align: center; width: 190px; display: inline-block; vertical-align: top; color: #000; font-size: 16px; line-height: 20px; font-family: 'GothamMedium'; position: relative }
.pagenavi-pagination .wp-pagenavi .nextpostslink:after, .pagenavi-pagination .wp-pagenavi .previouspostslink:after { content: ""; position: absolute; background: #cf2a2c; bottom: 0; left: 0; right: 0; top: 100%; z-index: -1; -webkit-transition: top .09s ease-in }
#content-part .blog-single-bar .share_row .st-btn:hover:before, .comment_section #respond .submit_row_inner:hover input, .pagenavi-pagination .wp-pagenavi .nextpostslink:hover, .pagenavi-pagination .wp-pagenavi .previouspostslink:hover { color: #fff }
.blog-single-bar { padding: 158px 0 0 }
.blog-single-bar .container { max-width: 750px }
.blog-single-bar h1 { font-size: 54px; line-height: 64px; color: #000; text-align: center }
.blog-single-bar .date_meta { padding: 5px 0 32px; border-bottom: 2px solid #000; display: block; font-size: 11px; line-height: 16px; color: #666; font-family: 'Gotham Book'; letter-spacing: 1px; text-transform: uppercase; text-align: center }
.blog-single-bar .date_meta .comment_count { color: #cf2a2c }
.blog-single-bar h2 { margin-bottom: 29px; font-size: 24px; line-height: 38px; color: #333; font-weight: 400; font-family: 'Gotham Book' }
.blog-single-bar h3 { padding: 25px 0 18px; font-size: 24px; line-height: 28px; font-weight: 400; color: #666; font-family: 'Gotham Bold' }
.blog-single-bar p { padding-bottom: 30px; font-size: 18px; line-height: 28px; color: #666 }
.blog-single-bar p .alignnone { margin-bottom: 22px; float: none }
.blog-single-bar .single-thumb { margin-bottom: 38px; position: relative }
.blog-single-bar .single-thumb .reveal { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #3b89fe; transform-origin: top center }
.blog-single-bar .single-thumb .reveal.go { animation: lazyReveal .8s .5s forwards }
.blog-single-bar .entry ol, .blog-single-bar .entry ul { padding: 0 0 20px 20px; margin: 0; list-style-type: none; font-size: 18px; line-height: 28px; color: #666; font-family: 'Gotham Book' }
.blog-single-bar .entry ul li { padding-bottom: 10px; list-style-type: disc }
.blog-single-bar .entry ol li { padding-bottom: 10px; list-style-type: decimal }
.blog-single-bar hr { padding: 0; margin: 0 0 30px; height: 2px; background: #000; border: 0 }
.blog-single-bar .share_row { padding: 32px 0 49px; display: flex; align-items: center; justify-content: center }
.blog-single-bar .share_row .share__label { padding: 0 17px; color: #000; font-size: 13px; line-height: 16px; font-family: 'GothamMedium'; display: block }
.blog-single-bar .entry a, .comment_section h3 a, .commentlist__body .comment-right p a { color: #cf2a2c; text-decoration: underline }
.blog-single-bar .entry a:hover, .comment_section h3 a:hover, .commentlist__body .comment-right p a:hover { text-decoration: none }
#content-part .blog-single-bar .share_row .st-btn { margin: 0 9px; border: 2px solid #4267b2; min-width: 100px; height: 40px; position: relative; background: 0 0 }
#content-part .blog-single-bar .share_row .st-btn:after { content: ""; position: absolute; background: #4267b2; bottom: 0; left: 0; right: 0; top: 100%; -webkit-transition: top .09s ease-in }
#content-part .blog-single-bar .share_row .st-btn:hover { opacity: 1; top: auto }
#content-part .blog-single-bar .share_row .st-btn img, #content-part .blog-single-bar .share_row .st-btn span { display: none; opacity: 0; visibility: hidden }
#content-part .blog-single-bar .share_row .sharethis-inline-share-buttons { display: flex; align-items: center; justify-content: center; z-index: inherit }
#content-part .blog-single-bar .share_row .st-btn:before { content: ""; position: absolute; top: 0; left: 0; color: #000; font-size: 13px; line-height: 16px; font-family: 'GothamMedium'; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; z-index: 1; transition: all .3s; -webkit-transition: all .3s }
#content-part .blog-single-bar .share_row .st-btn[data-network=facebook]:before { content: "facebook" }
#content-part .blog-single-bar .share_row .st-btn[data-network=twitter]:before { content: "twitter" }
#content-part .blog-single-bar .share_row .st-btn[data-network=pinterest]:before { content: "pinterest" }
#content-part .blog-single-bar .share_row .st-btn[data-network=email]:before { content: "email" }
#content-part .blog-single-bar .share_row .st-btn[data-network=twitter] { border-color: #55abee }
#content-part .blog-single-bar .share_row .st-btn[data-network=pinterest] { border-color: #cb1f25 }
#content-part .blog-single-bar .share_row .st-btn[data-network=email] { border-color: #7d7d7d }
#content-part .blog-single-bar .share_row .st-btn[data-network=twitter]:after { background: #55abee }
#content-part .blog-single-bar .share_row .st-btn[data-network=pinterest]:after { background: #cb1f25 }
#content-part .blog-single-bar .share_row .st-btn[data-network=email]:after { background: #7d7d7d }
#footer-part .footerright ul, .commentlist, .commentlist ul { padding: 0; margin: 0; list-style-type: none }
.commentlist__body { padding: 100px 0; margin: 0 0 89px; position: relative; background: #f5f5f5 }
.commentlist__body:after, .commentlist__body:before { background-repeat: no-repeat; background-size: 100% 100%; content: ''; display: block; position: absolute; width: 100%; left: 0; height: 65px }
.commentlist__body:before { top: 0; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 700 630' preserveAspectRatio='none'%3E%3Cpolygon points='0,630 0,0 700,0' style='fill:%23ffffff;' /%3E%3C/svg%3E") }
.commentlist__body:after { bottom: 0; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 560' preserveAspectRatio='none'%3E%3Cpolygon points='0,560 900,0 600,650' style='fill:%23ffffff;' /%3E%3C/svg%3E") }
.commentlist__body h2 { font-size: 60px; line-height: 64px; color: #000; font-family: 'CaslonGraD'; font-weight: 400; text-align: center }
.commentlist__body .says { display: none }
.commentlist__body .fn { font-size: 18px; line-height: 28px; color: #666; font-family: 'Gotham Bold'; font-style: normal; text-transform: uppercase }
.commentlist__body .comment-body { padding: 34px 0; overflow: hidden; position: relative }
.commentlist__body .container { max-width: 750px }
.commentlist__body .comment-body:hover { background: #e5e5e5 }
#footer-part .copyright br, .commentlist__body .comment-edit-link { display: none }
.commentlist__body .comment-author { margin: 0 24px 0 0; width: 96px; float: left }
.commentlist__body .comment-meta { padding: 0 0 10px; font-size: 12px; color: #666; line-height: 24px; letter-spacing: 1.09px; font-family: 'Gotham Book'; text-transform: uppercase; display: flex; align-items: flex-end }
.commentlist__body .comment-meta .date { padding-left: 20px; color: #cf2a2c }
.commentlist__body .comment-meta .comment-reply-link { color: #666 }
.commentlist__body .comment-right { width: calc(100% - 120px); float: left }
.commentlist__body .comment-right p { padding: 0 0 15px }
.commentlist__body .comment-right p:nth-last-of-type(1) { padding-bottom: 0 }
.commentlist #respond { padding: 40px 0 }
.comment_section { padding-bottom: 122px }
.comment_section .container { max-width: 750px; margin: 0 auto }
.comment_section h3 { margin: 0 0 17px; font-size: 24px; line-height: 28px; font-family: 'Gotham Bold'; color: #666 }
.comment_section #respond textarea { padding: 15px 20px; margin: 0 0 16px; display: block; width: 100%; height: 259px; resize: none; border: 1px solid #efefef; background-color: #efefef; font-size: 18px; line-height: 28px; color: #666; font-family: 'Gotham Book' }
.comment_section #respond input[type=email], .comment_section #respond input[type=text], .comment_section #respond input[type=url] { padding: 0 20px; border: 1px solid #efefef; display: block; width: 100%; height: 59px; background-color: #efefef; font-size: 18px; line-height: inherit; color: #666; font-family: 'Gotham Book' }
.comment_section #respond label { padding: 0 12px 0 0; min-width: 134px; text-align: right; font-size: 18px; line-height: 24px; font-family: 'Gotham Bold'; color: #666 }
.comment_section #respond .input_row { padding-bottom: 15px; display: flex; align-items: center }
.comment_section #respond .submit_row { display: flex; align-items: center }
.comment_section #respond .submit_row_inner { margin-left: auto; width: 250px; height: 59px; border: 2px solid #906367; cursor: pointer; position: relative }
.comment_section #respond .submit_row_inner input { border: 0; background: 0 0; width: 100%; height: 100%; font-size: 18px; line-height: 28px; color: #666; text-transform: uppercase; font-family: 'Gotham Bold'; cursor: pointer; transition: all .3s; -webkit-transition: all .3s }
.comment_section #respond .submit_row_inner:hover:after, body #cookie-notice .cn-button:hover:before { top: 0 }
.contact-bar { padding: 158px 0 61px; text-align: center }
.contact-bar .container:not(.map) { max-width: 773px }
.contact-bar h1 { margin-bottom: 19px; padding-bottom: 22px; font-size: 54px; line-height: 64px; position: relative }
.contact-bar h1:after { content: ""; margin-left: -85px; width: 171px; height: 2px; position: absolute; bottom: 0; left: 50%; background: #000; display: block }
.contact-bar label { display: block; color: #000; font-size: 18px; line-height: 24px; letter-spacing: -.32px; font-family: 'Gotham Bold'; text-transform: uppercase }
.contact-bar label .required { font-family: 'Gotham Book'; font-size: inherit; line-height: inherit; position: relative; top: -5px; color: red }
.contact-bar p { color: #000 }
.contact-bar p a { padding-bottom: 5px; color: #000; text-decoration: none; box-shadow: inset 0 -1px 0 transparent, inset 0 -2px 0 #cbcbcb; -webkit-box-shadow: inset 0 -1px 0 transparent, inset 0 -2px 0 #cbcbcb }
.contact-bar p a:hover { box-shadow: inset 0 -1px 0 transparent, inset 0 -2px 0 #e6a310; -webkit-box-shadow: inset 0 -1px 0 transparent, inset 0 -2px 0 #e6a310 }
.contact-bar .wpcf7 { padding: 90px 0 0; text-align: left }
.contact-bar .wpcf7 form p { max-width: 609px; margin: 0 auto }
.contact-bar .wpcf7 .wpcf7-text { border: 0; border-bottom: 2px solid #000; display: block; width: 100%; font-size: 32px; line-height: inherit; color: #767676; font-family: 'CaslonGraD'; height: 67px; margin-bottom: 37px; transition: all 350ms; -webkit-transition: all 350ms }
.contact-bar .wpcf7 .wpcf7-text:focus, .contact-bar .wpcf7 .wpcf7-textarea:focus { color: #767676 }
.contact-bar .wpcf7 .wpcf7-text:focus::-webkit-input-placeholder {
color:#767676;
opacity:1
}
.contact-bar .wpcf7 .wpcf7-text:focus::-moz-placeholder {
color:#767676;
opacity:1
}
.contact-bar .wpcf7 .wpcf7-text:focus:-ms-input-placeholder, .contact-bar .wpcf7 .wpcf7-textarea:focus:-ms-input-placeholder {
color:#767676;
opacity:1
}
.contact-bar .wpcf7 .wpcf7-textarea:focus::-webkit-input-placeholder {
color:#767676;
opacity:1
}
.contact-bar .wpcf7 .wpcf7-textarea:focus::-moz-placeholder {
color:#767676;
opacity:1
}
.contact-bar .wpcf7 .wpcf7-text.wpcf7-not-valid, .contact-bar .wpcf7 .wpcf7-textarea.wpcf7-not-valid { border-color: red }
.contact-bar .wpcf7 .wpcf7-textarea { padding: 32px 30px; border: 2px solid #000; display: block; width: 100%; font-size: 32px; color: #767676; font-family: 'CaslonGraD'; height: 243px; margin: 18px 0 48px; line-height: 36px; transition: all 350ms; -webkit-transition: all 350ms }
.contact-bar h3 { max-width: 609px; margin: 0 auto 46px; font-size: 32px; line-height: 36px }
.contact-bar hr { margin: 0 0 57px; display: block; height: 2px; border: 0; width: 100%; background: #d28004 }
.contact-bar .your-attachment-wrap { margin: 0 auto 62px; max-width: 609px; position: relative }
.contact-bar .your-attachment-wrap .your-attachment { position: static }
.contact-bar .your-attachment-wrap input[type=file] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; opacity: 0 }
.contact-bar .your-attachment-wrap .file-name { padding: 2px 0 2px 26px; font-size: 18px; line-height: 24px; letter-spacing: -.32px; color: #000; font-family: 'Gotham Bold'; background: url(images/attachment-icon.png) top 0 left 4px no-repeat }
.contact-bar .wpcf7 .submit-row { max-width: 609px; margin: 0 auto }
.contact-bar .wpcf7 .button2 { border-color: #d28004; height: 51px; min-width: 190px; position: relative }
.contact-bar .wpcf7 .button2:after { z-index: 1; background: #d28004 }
.contact-bar .wpcf7 .button2 .wpcf7-submit { padding-right: 20px; font-size: 16px; color: #000; font-family: 'GothamMedium'; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 0; background: 0 0; cursor: pointer; transition: all .3s; -webkit-transition: all .3s; z-index: 2 }
.contact-bar .wpcf7 .button2:hover .wpcf7-submit { color: #fff }
.contact-bar .wpcf7 .button2 .fas { margin: -8px 0 0 25px; position: absolute; top: 50%; left: 50%; transition: all .3s; -webkit-transition: all .3s; z-index: 2 }
.contact-bar .wpcf7 .ajax-loader { display: none!important }
.contact-bar .wpcf7-response-output { max-width: 609px; margin: 0 auto; padding: 30px 0 0; border: 0; color: red }
.contact-bar .response-msg { text-align: center; display: none }
.contact-bar .response-msg p { padding: 0 0 8px; color: #000; font-family: 'Gotham Bold' }
.contact-bar .response-msg h4 { padding: 0 0 16px; margin: 0; font-family: 'CaslonGraD'; font-size: 32px; line-height: 44px; color: #767676 }
.privacy-policy-bar { padding: 160px 0 130px }
.privacy-policy-bar .container { max-width: 748px }
.privacy-policy-bar h1 { padding-bottom: 18px; margin-bottom: 19px; color: #000; font-size: 54px; line-height: 60px; text-align: center; position: relative }
.privacy-policy-bar h1:before { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -85px; width: 170px; height: 2px; background: #000 }
.privacy-policy-bar p { padding-bottom: 28px }
.privacy-policy-bar h3, .privacy-policy-bar h6, .privacy-policy-bar p { color: #000; font-size: 18px; font-weight: 400; line-height: 28px; font-family: 'Gotham Book' }
.privacy-policy-bar p a { text-decoration: none; color: #f14f35; word-break: break-all }
#footer-part .footerright ul li a:hover, #footer-part .footerright ul li.current-menu-item>a, .privacy-policy-bar p a:hover { text-decoration: underline }
.privacy-policy-bar h6 { margin: 0; padding: 0 0 59px; text-align: center }
.privacy-policy-bar h4, .privacy-policy-bar p strong { font-family: 'Gotham Bold' }
.privacy-policy-bar h3 { padding: 0 0 27px; font-family: 'ACaslonPro-Regular'; font-size: 31px; line-height: 36px }
.privacy-policy-bar h4 { margin: 0; padding: 0 0 15px; font-size: 18px; font-weight: 400; line-height: 28px; color: #f14f35 }
.privacy-policy-bar.cookies-page h1, body #cookie-notice .cookie-notice-container { display: flex; align-items: center; justify-content: center }
.privacy-policy-bar.cookies-page h1 .icon { margin: 0 17px 0 -75px; width: 58px; height: 58px; background: url(images/iconfinder_christmas-icon-cookie.svg) top center no-repeat }
body #cookie-notice .cookie-notice-container { padding: 19px 0 16px; position: relative }
body #cookie-notice .cn-text-container { padding: 0 20px 0 50px; margin: 0; text-align: left; font-size: 12px; line-height: 20px; color: #000; font-family: 'Gotham Book'; background: url(images/iconfinder_christmas-icon-cookie.svg) left center no-repeat; background-size: 38px auto; max-width: 640px; position: relative }
body #cookie-notice .cn-text-container a:not(.close-cookies-btn) { text-decoration: underline }
body #cookie-notice .cn-text-container a:not(.close-cookies-btn):hover { text-decoration: none; color: #000 }
body #cookie-notice .cn-button, body #cookie-notice .cn-text-container .close-cookies-btn { font-size: 11px; line-height: 15px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0 }
body #cookie-notice .cn-button { margin: 0; padding: 11px 21px; color: #fff; font-family: 'GothamMedium'; background: #000; position: relative; transform: translate(0); -webkit-transform: translate(0) }
body #cookie-notice .cn-button:before { content: ""; position: absolute; background: #009bdd; bottom: 0; left: 0; right: 0; top: 100%; z-index: -1; -webkit-transition: top .09s ease-in }
body #cookie-notice .cn-buttons-container { padding-right: 110px }
body #cookie-notice .cn-text-container .close-cookies-btn { position: absolute; top: 50%; right: -240px; margin: -19px 0 0; padding: 11px 6px; color: #000; font-family: 'Gotham Book'; background: 0 0 }
body #cookie-notice .cn-close-icon { margin: 0; top: 5px; opacity: 1 }
body #cookie-notice .cn-close-icon:after, body #cookie-notice .cn-close-icon:before { width: 1px; height: 16px; background: #000 }
.error-404-bar .button:after, body.error404 .template-1 #header-part { background: #8093b8 }
body.error404 .template-1 #header-part:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 600,0 0,530' style='fill:%238093b8;' /%3E%3C/svg%3E") }
body.error404 .template-1 .error-404-bar.one, body.error404 .template-2 .error-404-bar.two, body.error404 .template-3 .error-404-bar.three, body.error404 .template-4 .error-404-bar.four { display: block }
body.error404 .template-2 #header-part { background: #263e4b }
body.error404 .template-2 #header-part:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 600,0 0,530' style='fill:%23263e4b;' /%3E%3C/svg%3E") }
body.error404 .template-3 #header-part { background: #8b8bb5 }
body.error404 .template-3 #header-part:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 600,0 0,530' style='fill:%238b8bb5;' /%3E%3C/svg%3E") }
body.error404 .template-4 #header-part { background: #ff567b }
body.error404 .template-4 #header-part:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 600 530' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 600,0 0,530' style='fill:%23ff567b;' /%3E%3C/svg%3E") }
.error-404-bar { padding: 169px 0 72px; display: none }
.error-404-bar .container { max-width: 954px }
.error-404-bar .text { position: absolute; top: 57px; left: -4px }
.error-404-bar h1, .map-section h2 { font-size: 54px; line-height: 60px; color: #000 }
.error-404-bar h1 { padding-bottom: 19px; margin-bottom: 19px; position: relative }
.error-404-bar h1:before, .service-single-bar h1:after { content: ""; position: absolute; left: 0; bottom: 0; width: 228px; height: 2px; background: #000 }
.error-404-bar .image { float: right }
.error-404-bar p { padding-bottom: 28px; color: #000 }
.error-404-bar .button { text-align: center; min-width: 256px; color: #000; border-color: #8093b8 }
#footer-part .footerright ul li a, .error-404-bar .button:hover { color: #fff }
.error-404-bar.two { padding: 156px 0 52px }
.error-404-bar.two .text { top: 44px }
.error-404-bar.two h1 { padding-bottom: 29px }
.error-404-bar.two .button { border-color: #bad9ea }
.error-404-bar.two .button:after { background: #bad9ea }
.error-404-bar.two .image { margin: 0 -71px 0 0 }
.error-404-bar.three { padding: 170px 0 110px }
.error-404-bar.three .image { margin: 0 -116px 0 0 }
.error-404-bar.three .text { top: 339px }
.error-404-bar.three h1 { padding-bottom: 23px; margin-bottom: 30px }
.error-404-bar.three p { padding-bottom: 20px }
.error-404-bar.three .button { border-color: #8b8bb5 }
.error-404-bar.three .button:after { background: #8b8bb5 }
.error-404-bar.four { padding: 167px 0 90px }
.error-404-bar.four .image { margin: 0 -70px 0 0 }
.error-404-bar.four .text { top: 335px }
.error-404-bar.four h1 { padding-bottom: 18px; margin-bottom: 20px }
.error-404-bar.four p { padding-bottom: 27px }
.error-404-bar.four .button { border-color: #56aaff }
.error-404-bar.four .button:after { background: #56aaff }
.default-bar { padding: 200px 15px 100px; min-height: calc(100vh - 200px); text-align: center }
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 22px; padding-right: 22px }
.row { margin-left: -22px; margin-right: -22px }
.service-single-bar { padding: 164px 0 }
#google-map, .service-single-bar .entry { max-width: 749px; margin: 0 auto }
.service-single-bar .single-thumb { padding: 0 0 44px }
.service-single-bar h1 { padding: 0 0 35px; margin: 0 0 64px; font-size: 44px; line-height: 120%; text-align: center; position: relative }
.service-single-bar h1:after { margin-left: -95px; width: 191px; display: block; left: 50% }
.service-single-bar p { color: #000 }
.visually-hidden { position: absolute!important; top: 0!important; left: 0!important; visibility: hidden; opacity: 0; clip: rect(0,0,0,0); pointer-events: none }
#google-map { border: 2px solid #d0d0d0; width: 100%; height: 385px; max-width: 822px }
.map-section { padding: 98px 0 0; text-align: center }
.map-section h2 { padding-bottom: 23px; margin: 0; font-family: 'CaslonGraD'; text-align: center }
.map-section h2:after { content: ""; margin: 27px auto 0; width: 171px; height: 2px; display: block; background: #000 }
#footer-part { padding: 42px 0 0; overflow: hidden; background: #0c0b57 }
#footer-part .container { max-width: 100%; padding: 0 40px }
#footer-part .footerleft { padding: 11px 0 0; margin: 0 0 -40px; float: left }
#footer-part .footerright { padding: 0; margin: 0 0 -30px; float: right; text-align: right; font-size: 12px; line-height: 22px; color: #fff }
#footer-part .footerright h3 { font-family: 'Gotham Bold'; font-size: 12px; line-height: 22px; color: #fff }
#footer-part .footerright ul li { display: block; font-family: 'Gotham Book' }
#footer-part .footerconnect { padding: 0; float: none; clear: both; overflow: hidden; width: 100% }
#footer-part .footerleft .logo { display: block; max-width: 220px; height: 40px }
#footer-part .footerleft .logo #footer-logo-lottie { display: block; width: 100%; height: 100% }
#footer-part .footerleft .logo svg { margin: -11px 0 0 -15px; width: 255px!important; height: 62px!important }
#footer-part .info { padding: 4px 0 0 44px; text-align: center; clear: both; color: #fff; font-size: 11px; font-family: 'GothamMedium' }
#footer-part .info .address { padding-bottom: 11px; display: block }
#footer-part .info a { margin: 0 0 7px; padding-bottom: 1px; display: table; color: #fff; border-bottom: #83859f solid 2px }
#footer-part .copyright a:hover, #footer-part .info a:hover { border-bottom-color: transparent }
#footer-part .info [href^=tel] { cursor: pointer }
#footer-part .footerconnect .social { padding-bottom: 5px; text-align: center; overflow: hidden }
#footer-part .footerconnect .social em { font-style: normal }
#footer-part .footerconnect .social li { padding: 0 7px; display: inline-block; vertical-align: top }
#footer-part .footerconnect .social li a { color: #fff; font-size: 20px }
#footer-part .footerconnect .footerlinks { float: right; display: none }
#footer-part .footerconnect .footerlinks li { padding: 0 10px; float: left; position: relative }
#footer-part .footerconnect .footerlinks li a { padding-bottom: 2px; color: #fff; font-size: 11px; font-family: 'GothamMedium'; border-bottom: #fff solid 2px }
#footer-part .footerconnect .footerlinks li a:hover { border-bottom: transparent solid 2px }
#footer-part .footerconnect .footerlinks li:after { content: ""; position: absolute; right: 0; top: 8px; width: 2px; height: 14px; background: #fff }
#footer-part .footerconnect .footerlinks li:last-child:after { display: none }
#footer-part .footerconnect .footerlinks li:last-child { padding-right: 0 }
#footer-part .copyright { padding: 12px 0 10px; float: left; width: 100%; clear: both; text-align: center }
#footer-part .copyright p { padding-bottom: 0; font-size: 10px; color: rgba(255,255,255,.5); text-transform: uppercase; font-family: 'GothamMedium' }
#footer-part .copyright a { padding-bottom: 3px; color: rgba(255,255,255,.5); text-decoration: none; border-bottom: rgba(255,255,255,.5) solid 2px }
@media screen and (max-width:1024px) {
body { -webkit-text-size-adjust: none }
input, select, textarea { -webkit-appearance: none }
}
#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
}
.cn-position-bottom{
	bottom: 0px;
}
