@charset "UTF-8";

 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}100%{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.headings.simple.text-left .text {
max-width: 400px; }
.headings.simple.text-right .text {
max-width: 400px;
margin-right: 0;
margin-left: auto; }
.headings.simple.text-center .text {
max-width: 600px;
margin-right: auto;
margin-left: auto; }
.headings.simple .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.simple .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73; }
.headings.simple .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.simple .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.simple .text {
margin-top: 25px; }
.headings.simple .button {
margin-top: 30px; } }
@media only screen and (max-width: 576px) {
.headings.simple .title {
font-size: 28px; } }
.headings.modern_with_link, .headings.modern {
max-width: 770px;
margin: 0 auto;
text-align: center; }
.headings.modern_with_link .title, .headings.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3; }
.headings.modern_with_link a.title, .headings.modern a.title {
text-decoration: none !important;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease; }
.headings.modern_with_link a.title:hover, .headings.modern a.title:hover {
opacity: .7; }
@media only screen and (max-width: 1024px) {
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
font-size: 26px; } }
@media only screen and (max-width: 576px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 1px; } }
.headings.classic {
text-align: center; }
.headings.classic .subtitle {
color: var(--grey-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 20px; }
.headings.classic .subtitle.light_style {
color: var(--light-grey-color); }
.headings.classic .subtitle i {
font-style: normal;
color: var(--main-color) !important; }
.headings.classic .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
margin-bottom: -6px; }
.headings.classic .title.light_style {
color: var(--light-color); }
@media only screen and (max-width: 1024px) {
.headings.classic .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.classic .title {
font-size: 26px; } }
.headings.creative {
text-align: center !important; }
.headings.creative .image-wrap {
margin-bottom: 50px; }
.headings.creative .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.creative .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73;
max-width: 900px;
margin-right: auto;
margin-left: auto; }
.headings.creative .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.creative .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.creative .text {
margin-top: 25px; }
.headings.creative .button {
margin-top: 30px; }
.headings.creative .image-wrap {
margin-bottom: 35px; } }
@media only screen and (max-width: 576px) {
.headings.creative .title {
font-size: 28px; } }
.headings.urban {
text-align: center; }
.headings.urban .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px; }
.headings.urban .title {
font-size: 45px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.urban .text {
padding-top: 120px;
color: var(--grey-color);
font-size: 18px;
line-height: 1.73;
max-width: 880px;
margin-right: auto;
margin-left: auto;
position: relative; }
.headings.urban .text::before {
content: '';
position: absolute;
top: 20px;
height: 70px;
width: 1px;
background: var(--grey-color);
left: 50%; }
@media only screen and (max-width: 1300px) {
.headings.urban .title {
font-size: 36px; }
.headings.urban .text {
padding-top: 115px; } }
@media only screen and (max-width: 768px) {
.headings.urban .title {
font-size: 32px; }
.headings.urban .text {
padding-top: 90px;
line-height: 1.6; }
.headings.urban .text::before {
height: 50px; } }
@media only screen and (max-width: 576px) {
.headings.urban .subtitle {
letter-spacing: 1px;
margin-bottom: 15px; }
.headings.urban .title {
font-size: 28px; }
.headings.urban .text {
padding-top: 60px;
line-height: 1.6; }
.headings.urban .text::before {
top: 15px;
height: 30px; } }.info-block-wrap.text_style {
max-width: 1595px;
margin: 0 auto;
}
.info-block-wrap.text_style .inner-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
}
.info-block-wrap.text_style .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.info-block-wrap.text_style .title {
width: 43%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
color: var(--dark-color);
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
padding-right: 15px;
}
.info-block-wrap.text_style .title span {
display: block;
max-width: 450px;
}
.info-block-wrap.text_style .text {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: 0;
}
@media only screen and (max-width: 1600px) {
.info-block-wrap.text_style {
max-width: 1200px;
}
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.text_style {
max-width: 1050px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.text_style {
max-width: 100%;
padding: 0 30px;
}
.info-block-wrap.text_style .title {
letter-spacing: 2px;
width: 37%;
}
.info-block-wrap.text_style .text {
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.text_style .inner-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.info-block-wrap.text_style .title {
font-size: 26px;
width: 100%;
margin-bottom: 0;
}
.info-block-wrap.text_style .text {
margin-top: 20px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.text_style {
padding: 0 15px;
}
.info-block-wrap.text_style .title {
letter-spacing: 1px;
}
.info-block-wrap.text_style .text {
margin-top: 10px;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
font-size: 16px;
}
}
.info-block-wrap.tabs .tabs-item {
display: none;
}
.info-block-wrap.tabs .tabs-item.active {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.info-block-wrap.tabs .tabs-item {
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.info-block-wrap.tabs .tabs-header ul {
margin: 0;
}
.info-block-wrap.tabs .tabs-header li {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid transparent;
-webkit-transition: border 0.35s ease;
-o-transition: border 0.35s ease;
transition: border 0.35s ease;
cursor: pointer;
position: relative;
padding-bottom: 10px;
padding-right: 32px;
}
.info-block-wrap.tabs .tabs-header li::before, .info-block-wrap.tabs .tabs-header li::after {
width: 14px;
height: 2px;
background-color: var(--dark-color);
position: absolute;
display: block;
content: "";
right: 10px;
opacity: 0;
-webkit-transition: 0.35s opacity ease, -webkit-transform 0.35s ease;
-moz-transition: 0.35s opacity ease, -moz-transform 0.35s ease;
-ms-transition: 0.35s opacity ease, -ms-transform 0.35s ease;
-o-transition: 0.35s opacity ease, -o-transform 0.35s ease;
transition: 0.35s opacity ease, transform 0.35s ease;
}
.info-block-wrap.tabs .tabs-header li::before {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 35px;
}
.info-block-wrap.tabs .tabs-header li:hover::after {
opacity: 1;
}
.info-block-wrap.tabs .tabs-header li.active, .info-block-wrap.tabs .tabs-header li:hover {
border-color: var(--dark-color);
}
.info-block-wrap.tabs .tabs-header li.active::before, .info-block-wrap.tabs .tabs-header li.active::after {
opacity: 1;
}
.info-block-wrap.tabs .tabs-header li i {
margin-right: 20px;
color: var(--dark-color);
font-size: 12px;
font-weight: 500;
font-style: normal;
letter-spacing: 4px;
}
.info-block-wrap.tabs .content-wrap {
padding: 40px 0;
width: -webkit-calc(43% - 50px);
width: calc(43% - 50px);
}
.info-block-wrap.tabs .image-tabs {
margin-left: -70px;
position: relative;
}
.info-block-wrap.tabs .image-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 80%;
width: -webkit-calc(57% - 50px);
width: calc(57% - 50px);
}
.info-block-wrap.tabs .inner-content {
padding: 40px 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 40%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--light-main-color);
position: relative;
}
.info-block-wrap.tabs .inner-content::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: -100%;
background-color: var(--light-main-color);
z-index: -1;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 450px;
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 80px;
}
.info-block-wrap.tabs .inner-content .tabs .tabs-header {
max-width: calc(100% - 30px);
}
.info-block-wrap.tabs .content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1625px;
padding: 0 15px;
margin: 0 auto;
}
.info-block-wrap.tabs .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.info-block-wrap.tabs .text {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400;
margin: 20px 0 0;
}
.info-block-wrap.tabs .title-wrap {
color: var(--dark-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
}
.info-block-wrap.tabs .inner-text {
margin: 15px 0 0;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.info-block-wrap.tabs .inner img {
margin-bottom: 25px;
max-width: 130px;
}
@media only screen and (max-width: 1600px) {
.info-block-wrap.tabs .content {
max-width: 1200px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 400px;
}
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.tabs .content {
max-width: 1050px;
}
.info-block-wrap.tabs .image-tabs {
margin-left: -30px;
}
.info-block-wrap.tabs .image-wrap {
width: -webkit-calc(55% - 10px);
width: calc(55% - 10px);
}
.info-block-wrap.tabs .content-wrap {
width: -webkit-calc(45% - 30px);
width: calc(45% - 30px);
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 50px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 335px;
}
.info-block-wrap.tabs .tabs-header {
max-width: 100%;
}
.info-block-wrap.tabs .tabs-header li {
padding-bottom: 5px;
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.tabs .content {
max-width: 100%;
padding: 0 30px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 320px;
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 30px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.tabs .tabs-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: flex-start;
}
.info-block-wrap.tabs .image-tabs {
margin-left: 30px;
}
.info-block-wrap.tabs .image-wrap,
.info-block-wrap.tabs .content-wrap {
width: 100%;
}
.info-block-wrap.tabs .content {
min-height: auto !important;
}
.info-block-wrap.tabs .content-wrap {
padding: 10px 0 0;
}
.info-block-wrap.tabs .image-wrap {
min-height: 250px;
}
.info-block-wrap.tabs .inner-content {
width: 50%;
padding: 20px 15px 20px 0;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 100%;
}
.info-block-wrap.tabs .inner img {
display: none;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.tabs .inner-text {
font-size: 16px;
}
.info-block-wrap.tabs .text {
font-size: 20px;
}
.info-block-wrap.tabs .title-wrap {
font-size: 16px;
letter-spacing: 2px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.tabs .content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 15px;
}
.info-block-wrap.tabs .inner-content {
padding: 45px 0 35px;
width: 100%;
}
.info-block-wrap.tabs .inner-content::before {
right: -15px;
}
.info-block-wrap.tabs .subtitle {
letter-spacing: 1px;
}
.info-block-wrap.tabs .text {
margin-top: 15px;
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 15px;
}
.info-block-wrap.tabs .tabs-header li i {
margin-right: 15px;
letter-spacing: 1px;
}
.info-block-wrap.tabs .image-tabs {
margin-left: 0;
margin-top: 15px;
}
.info-block-wrap.tabs .inner-text {
margin-top: 10px;
}
}
.info-block-wrap.simple {
text-align: center;
}
.info-block-wrap.simple .subtitle {
color: var(--dark-color);
font-size: 15px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px;
}
.info-block-wrap.simple .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-weight: 300;
line-height: 1.47;
color: var(--grey-color);
}
.info-block-wrap.simple .btn-wrapper {
margin-top: 40px;
}
@media only screen and (max-width: 1300px) {
.info-block-wrap.simple .text {
font-size: 24px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.simple .text {
max-width: 680px;
font-size: 23px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.simple .text {
max-width: 650px;
font-size: 21px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 42px;
}
.info-block-wrap.simple .text {
font-size: 19px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 35px;
}
.info-block-wrap.simple .subtitle {
margin-bottom: 25px;
}
}
.info-block-wrap.accordion .accordion__title {
font-weight: 700;
color: var(--dark-color);
font-size: 17px;
line-height: 1.5;
letter-spacing: 2.2px;
position: relative;
padding: 15px 25px 15px 0;
border-bottom: 1px solid #ddd;
cursor: pointer;
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all;
}
.info-block-wrap.accordion .accordion__title span:before, .info-block-wrap.accordion .accordion__title span:after {
width: 12px;
height: 2px;
display: block;
content: "";
position: absolute;
right: 0;
top: 50%;
margin: -1px;
background-color: var(--dark-color);
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all;
}
.info-block-wrap.accordion .accordion__title span:after {
transform: rotate(270deg);
}
.info-block-wrap.accordion .accordion__text {
font-size: 17px;
color: var(--grey-color);
line-height: 1.73;
padding: 20px 0;
display: none;
font-weight: 300;
border-bottom: 1px solid #ddd;
}
.info-block-wrap.accordion .accordion__title:hover {
color: var(--main-color);
border-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__title:hover span:before, .info-block-wrap.accordion .accordion__title:hover span:after {
background-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title {
color: var(--main-color);
border-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title span:before, .info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
background-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
@media only screen and (max-width: 991px) {
.info-block-wrap.accordion {
margin-top: -15px;
}
}
.info-block-wrap.modern .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px;
}
.info-block-wrap.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
display: block;
padding-bottom: 35px;
border-bottom: 1px solid var(--dark-color);
}
.info-block-wrap.modern .quote {
margin-top: 35px;
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-weight: 400;
font-style: italic;
}
.info-block-wrap.modern .text {
margin-top: 25px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.info-block-wrap.modern .add-image {
margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.modern .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.modern .title {
font-size: 26px;
padding-bottom: 25px;
}
.info-block-wrap.modern .quote {
margin-top: 25px;
font-size: 20px;
}
.info-block-wrap.modern .text {
margin-top: 20px;
font-size: 16px;
}
.info-block-wrap.modern .add-image {
margin-top: 5px;
}
}
.info-block-wrap.creative {
display: -webkit-flex;
display: flex;
}
.info-block-wrap.creative .image-wrap {
background-size: cover;
background-position: center;
width: 60%;
height: inherit;
}
.info-block-wrap.creative .text-wrap {
width: 40%;
background: var(--black-color);
color: var(--light-color);
padding: 120px 50px;
text-align: center;
}
.info-block-wrap.creative .text-wrap .subtitle {
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
color: var(--main-color);
}
.info-block-wrap.creative .text-wrap .title {
margin: 20px 0 0;
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
}
.info-block-wrap.creative .text-wrap .text {
line-height: 1.75;
font-weight: 300;
font-size: 21px;
margin-top: 50px;
margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.creative .text-wrap {
padding: 70px 40px;
}
.info-block-wrap.creative .text-wrap .text {
margin-top: 35px;
margin-bottom: 35px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.creative .text-wrap .text {
font-size: 19px;
line-height: 1.6;
}
.info-block-wrap.creative .text-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.creative {
position: relative;
}
.info-block-wrap.creative .image-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.info-block-wrap.creative .text-wrap {
font-size: 19px;
line-height: 1.6;
background: rgba(0, 0, 0, 0.7);
position: relative;
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.creative .text-wrap .title {
font-size: 26px;
}
.info-block-wrap.creative .text-wrap {
padding: 40px 15px;
}
.info-block-wrap.creative .text-wrap .text {
margin-top: 20px;
margin-bottom: 25px;
font-size: 18px;
}
}
.info-block-wrap.simple_text {
text-align: center;
max-width: 1100px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: auto;
}
@media only screen and (max-width: 768px) {
.info-block-wrap.simple_text {
font-size: 16px;
line-height: 1.6;
}
}
.info-block-wrap.info_list {
background-position: center;
background-size: cover;
text-align: center;
padding: 150px 50px;
min-height: 550px;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--black-color);
position: relative;
}
.info-block-wrap.info_list::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.info-block-wrap.info_list .title,
.info-block-wrap.info_list .text {
max-width: 770px;
position: relative;
z-index: 5;
}
.info-block-wrap.info_list .title {
margin-bottom: 40px;
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
color: var(--main-color);
}
.info-block-wrap.info_list .text {
font-size: 17px;
line-height: 2;
color: var(--light-color);
}
@media only screen and (max-width: 1199px) {
.info-block-wrap.info_list {
min-height: 400px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.info_list {
padding: 100px 50px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.info_list .title {
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.info_list {
padding: 50px 20px 40px;
min-height: auto;
}
.info-block-wrap.info_list .title {
letter-spacing: 1px;
margin-bottom: 20px;
}
}
.info-block-wrap.classic .title {
color: var(--main-color);
font-size: 29px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.info-block-wrap.classic .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 17px;
font-weight: 300;
line-height: 1.7;
color: var(--grey-color);
}
.info-block-wrap.classic .text a {
color: var(--main-color);
text-decoration: none;
font-weight: 400;
}
.info-block-wrap.classic .text a:hover {
color: var(--grey-color);
}
.info-block-wrap.classic .btn-wrapper {
margin-top: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.classic .title {
letter-spacing: 2px;
}
.info-block-wrap.classic .text {
max-width: 680px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.classic .text {
max-width: 650px;
}
.info-block-wrap.classic .text p {
margin-bottom: 10px;
}
.info-block-wrap.classic .btn-wrapper {
margin-top: 27px;
}
.info-block-wrap.classic .title {
font-size: 26px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 42px;
}
.info-block-wrap.classic .title {
font-size: 26px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 25px;
}
.info-block-wrap.classic .title {
margin-bottom: 10px;
letter-spacing: 1px;
}
}
.info-block-wrap.quote {
text-align: center;
}
.info-block-wrap.quote i {
font-size: 50px;
color: var(--main-color);
}
.info-block-wrap.quote .text-wrap {
padding-top: 20px;
}
.info-block-wrap.quote .quote-wrap {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400;
}
@media only screen and (max-width: 991px) {
.info-block-wrap.quote .quote-wrap {
font-size: 21px;
line-height: 1.5;
}
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 10px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 0;
}
.info-block-wrap.quote i {
font-size: 40px;
}
}.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp {
width: 100%;
position: relative; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .flex-direction-nav {
display: none; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .slides {
height: 100%;
display: block;
margin-bottom: 0; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .slides li {
width: 100%;
height: 100%; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .slides li .thumb-slider-bg {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .main-thumb-slider {
height: 100%; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider {
width: 100%;
height: 100px;
position: absolute;
bottom: 0;
left: 0;
z-index: 20;
background-color: var(--light-color);
padding: 15px 0 15px 15px;
-webkit-transition: transform 0.5s ease, -webkit-transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider .flex-viewport {
height: 100%;
width: 100%; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider .slides li {
padding-right: 10px; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider .slides li .thumb-slider-bg {
cursor: pointer; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .sub-thumb-slider.active {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%); }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow {
position: absolute;
width: 130px;
height: 27px;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 20;
cursor: pointer;
-webkit-transition: bottom 0.3s ease;
transition: bottom 0.3s ease; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images,
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow .show-images {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
font-size: 12px;
color: var(--dark-color);
text-transform: uppercase;
background-color: var(--light-color);
font-weight: 700;
letter-spacing: 1.5px;
padding-top: 4px;
line-height: 2;
text-align: center;
-webkit-transition: opacity 0.5s ease, visibility 0.4s ease;
transition: opacity 0.5s ease, visibility 0.4s ease; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow .hide-images {
opacity: 0;
visibility: hidden; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow.active {
bottom: 100px; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .show-images {
opacity: 0;
visibility: hidden; }
.cs_gallery-wrap.with_thumbnile .thumb-slider-wrapp .thumb-slider-wrapp-arrow.active .hide-images {
opacity: 1;
visibility: visible; }
.cs_gallery-wrap.kenburn .kenburns-wrap {
position: relative;
cursor: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/cursor-pause.png), auto; }
.cs_gallery-wrap.kenburn .kenburns-wrap.pause {
cursor: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/cursor_play.png), auto; }
.cs_gallery-wrap.kenburn .kenburns-wrap .fluid-width-video-wrapper {
visibility: hidden;
height: 0;
width: 0; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken {
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1); }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken .img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
-webkit-transition: -webkit-transform 6s ease-in, opacity 1s ease-in;
transition: transform 6s ease-in, opacity 1s ease-in;
opacity: 0; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken:nth-child(even) .img {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken:nth-child(odd) .img {
-webkit-transform: scale(1);
transform: scale(1); }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken.active .img.zoomin {
opacity: 1; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken.active .info {
opacity: 1;
-webkit-transition-delay: 600ms;
transition-delay: 600ms; }
.cs_gallery-wrap.kenburn .kenburns-wrap .item-ken.active .img.zoomout {
opacity: 1; }
.cs_gallery-wrap.kenburn .kenburns-wrap .caption {
font-size: 23px;
text-transform: uppercase;
color: var(--light-color);
line-height: 1.2;
font-weight: 700;
letter-spacing: 1.5px; }
.cs_gallery-wrap.kenburn .kenburns-wrap .description {
font-size: 17px;
font-weight: 300;
color: var(--light-color);
margin-top: 15px;
max-width: 350px;
line-height: 1.5; }
.cs_gallery-wrap.kenburn .kenburns-wrap .info {
position: absolute;
left: 100px;
width: -webkit-calc(100% - 250px);
width: calc(100% - 250px);
opacity: 0;
z-index: 100;
-webkit-transition: opacity 500ms linear;
transition: opacity 500ms linear; }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play {
display: none; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn {
position: absolute;
background-color: transparent;
bottom: 90px;
right: 100px;
height: 45px;
z-index: 999;
width: 45px;
border-radius: 0;
border: none; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn:before {
content: "\f3b9";
font-family: "Ionicons";
position: absolute;
color: var(--light-color);
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 21px;
line-height: 40px;
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn.play::before {
content: '\f3ba'; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn:hover {
background-color: transparent; }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play {
position: absolute;
right: 60px;
bottom: 80px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 45px;
width: 45px;
border-radius: 0;
border-color: transparent;
z-index: 9999;
cursor: pointer; }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play::before {
content: "\f488";
font-family: "Ionicons";
color: var(--light-color);
position: absolute;
top: 50%;
left: 53%;
font-size: 14px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.cs_gallery-wrap.kenburn .kenburns-wrap .kenburns-play.pause::before {
content: "\f210";
left: 50%; }
.cs_gallery-wrap.kenburn .kenburns-wrap.fade-effect .kenburns {
height: 100vh; }
.cs_gallery-wrap.kenburn .kenburns-wrap.fade-effect .kenburns div.img.active,
.cs_gallery-wrap.kenburn .kenburns-wrap.fade-effect .kenburns div.img.active {
-webkit-transform: scale(1) !important;
transform: scale(1) !important; }
@media only screen and (max-width: 991px) {
.cs_gallery-wrap.kenburn .kenburns-wrap .info {
left: 30px; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn {
right: 20px; } }
@media only screen and (max-width: 768px) {
.cs_gallery-wrap.kenburn .kenburns-wrap .info {
left: 30px;
text-align: center;
width: -webkit-calc(100% - 60px);
width: calc(100% - 60px); }
.cs_gallery-wrap.kenburn .kenburns-wrap .info .description {
margin: 15px auto auto;
font-size: 16px; }
.cs_gallery-wrap.kenburn .kenburns-wrap .reflector-sound-btn {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); } }
.cs_gallery-wrap.simple_masonry .light-gallery {
display: -webkit-flex;
display: flex; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block {
width: 50%; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a {
display: block;
width: auto;
margin-bottom: 50px; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a img,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a img {
max-height: 600px;
backface-visibility: hidden;
-webkit-transition: transform .5s;
-moz-transition: transform .5s;
-ms-transition: transform .5s;
-o-transition: transform .5s;
transition: transform .5s;
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a:hover img,
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a:hover img {
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
-ms-transform: scale(0.97);
-o-transform: scale(0.97);
transform: scale(0.97); }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block {
padding: 0 25px 0 0;
text-align: right; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block {
padding: 0 0 0 25px;
text-align: left; }
@media only screen and (max-width: 768px) {
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a,
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a {
margin-bottom: 30px; }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block {
padding: 0 15px 0 0; }
.cs_gallery-wrap.simple_masonry .light-gallery .right-block {
padding: 0 0 0 15px; } }
@media only screen and (max-width: 576px) {
.cs_gallery-wrap.simple_masonry .light-gallery {
flex-direction: column; }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block,
.cs_gallery-wrap.simple_masonry .light-gallery .right-block {
padding: 0;
width: 100%;
text-align: center; }
.cs_gallery-wrap.simple_masonry .light-gallery .left-block a,
.cs_gallery-wrap.simple_masonry .light-gallery .right-block a {
margin-bottom: 15px; } }
.cs_gallery-wrap.modern_slider .owl-stage {
display: -webkit-flex;
display: flex;
align-items: center; }
.cs_gallery-wrap.modern_slider .owl-slide {
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
margin: 10% 0;
overflow: hidden; }
.cs_gallery-wrap.modern_slider .owl-slide img {
max-height: 585px;
-webkit-transform: scale(1.03) translateZ(0);
-moz-transform: scale(1.03) translateZ(0);
transform: scale(1.03) translateZ(0);
-webkit-transition: -webkit-transform 1s ease;
-moz-transition: -moz-transform 1s ease;
transition: transform 1s ease; }
.cs_gallery-wrap.modern_slider .owl-next,
.cs_gallery-wrap.modern_slider .owl-prev {
color: var(--light-color);
font-size: 80px;
position: absolute;
top: 50%;
opacity: .6;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
z-index: 3; }
.cs_gallery-wrap.modern_slider .owl-next:hover,
.cs_gallery-wrap.modern_slider .owl-prev:hover {
opacity: 1; }
.cs_gallery-wrap.modern_slider .owl-prev {
left: 30px; }
.cs_gallery-wrap.modern_slider .owl-next {
right: 30px; }
.cs_gallery-wrap.modern_slider .owl-dots {
display: none; }
.cs_gallery-wrap.modern_slider .owl-item {
position: relative; }
.cs_gallery-wrap.modern_slider .owl-item.center {
z-index: 5; }
.cs_gallery-wrap.modern_slider .owl-item.center .owl-slide {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
.cs_gallery-wrap.modern_slider .owl-item.center .owl-slide:hover img {
-webkit-transform: scale(1) translateZ(0);
-moz-transform: scale(1) translateZ(0);
transform: scale(1) translateZ(0); }
@media only screen and (max-width: 767px) {
.cs_gallery-wrap.classic_slider .swiper-button-prev,
.cs_gallery-wrap.classic_slider .swiper-button-next {
font-size: 40px; }
.cs_gallery-wrap.classic_slider .swiper-button-prev {
margin-left: 10px; }
.cs_gallery-wrap.classic_slider .swiper-button-next {
margin-right: 10px; } }
.cs_gallery-wrap.classic_grid .gallery-item {
width: calc(20% - 16px);
margin-bottom: 12px;
display: block;
text-decoration: none; }
.cs_gallery-wrap.classic_grid .gallery-item .image-wrap {
padding-top: 100%;
background-size: cover;
background-position: center; }
.cs_gallery-wrap.classic_grid .gallery-item .caption {
text-align: center;
padding: 10px 5px 5px;
text-decoration: none;
font-size: 15px; }
@media only screen and (max-width: 991px) {
.cs_gallery-wrap.classic_grid .gallery-item {
width: calc(100% / 3 - 40px / 3); } }
@media only screen and (max-width: 600px) {
.cs_gallery-wrap.classic_grid .gallery-item {
width: calc(50% - 10px); } }
.full_slider {
position: relative;
overflow: hidden; }
.full_slider .item {
position: relative; }
.full_slider .menu-button {
position: relative;
z-index: 9;
margin-left: 10px;
cursor: pointer;
width: 50px;
height: 50px;
background-color: var(--black-color);
border: 1px solid var(--main-color); }
.full_slider .menu-button::before {
color: var(--light-color);
position: absolute;
top: 50%;
left: 50%;
font-size: 20px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: color 350ms ease;
-moz-transition: color 350ms ease;
-ms-transition: color 350ms ease;
-o-transition: color 350ms ease;
transition: color 350ms ease; }
.full_slider .menu-button:hover::before {
color: var(--main-color); }
.full_slider .gallery-button {
position: relative;
z-index: 9;
cursor: pointer;
width: 50px;
height: 50px;
background-color: var(--black-color);
border: 1px solid var(--main-color); }
.full_slider .gallery-button::before {
color: var(--light-color);
position: absolute;
top: 50%;
left: 50%;
font-size: 20px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.full_slider .gallery-button:hover::before {
color: var(--main-color); }
.full_slider button {
position: absolute;
right: 15px;
z-index: 9;
bottom: 30px;
color: transparent;
width: 50px;
height: 50px;
border: 1px solid var(--main-color);
cursor: pointer;
background-color: var(--black-color); }
.full_slider button::before {
font-family: "Ionicons";
color: var(--light-color);
position: absolute;
top: 50%;
left: 50%;
font-size: 25px;
font-weight: 700;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.full_slider button.slick-next + .slick-next {
display: block !important; }
.full_slider button.slick-next::before {
content: "\f3d6"; }
.full_slider button.slick-next.slick-disabled {
background-color: var(--grey-color);
cursor: default; }
.full_slider button.slick-prev {
bottom: 30px;
right: 75px; }
.full_slider button.slick-prev + .slick-prev {
display: none !important; }
.full_slider button.slick-prev::before {
content: "\f3d5"; }
.full_slider button:hover {
opacity: 1; }
.full_slider button:hover::before {
color: var(--main-color); }
.full_slider button.slick-disabled {
background-color: var(--grey-color);
cursor: default; }
.full_slider button.slick-disabled:hover::before {
color: var(--light-color); }
.full_slider .slider-single .item {
overflow: hidden; }
.full_slider .slider-single .item .img-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover; }
.full_slider .slider-single .item.slick-active .img-wrap {
-webkit-animation: ql_move 18s ease infinite alternate;
-o-animation: ql_move 18s ease infinite alternate;
animation: ql_move 18s ease infinite alternate; }
.full_slider .slider-nav {
width: 50%;
background-color: var(--black-color);
position: absolute;
bottom: 210px;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-ms-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
transition: all 600ms ease-in-out;
right: -100%;
cursor: ew-resize;
padding: 10px 15px 10px 10px; }
.full_slider .slider-nav button.slick-arrow.slick-prev,
.full_slider .slider-nav button.slick-arrow.slick-next {
display: none !important; }
.full_slider .slider-nav button {
display: none !important; }
.full_slider .slider-nav .item {
padding: 10px;
text-align: center;
border: 1px solid var(--main-color); }
.full_slider .slider-nav .thumbs {
max-height: 140px;
height: auto;
-webkit-transition: opacity 350ms ease;
-moz-transition: opacity 350ms ease;
-ms-transition: opacity 350ms ease;
-o-transition: opacity 350ms ease;
transition: opacity 350ms ease; }
.full_slider .slider-nav .thumbs:hover {
opacity: .7; }
.full_slider .slider-nav.active {
right: 0; }
.full_slider.show-button .slider-nav {
bottom: 90px; }
.full_slider .content-wrap {
position: absolute;
left: 15px;
bottom: 30px;
border: 1px solid var(--main-color); }
.full_slider .content-wrap .title {
background: var(--black-color);
padding: 13px 25px 10px;
color: var(--light-color);
font-size: 15px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700; }
.full_slider .buttons-wrap {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
position: absolute;
bottom: 30px;
right: 135px; }
@-webkit-keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@-moz-keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@-o-keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@keyframes ql_move {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3); } }
@media only screen and (max-width: 1199px) {
.full_slider .content-wrap .title {
font-size: 12px; }
.full_slider .menu-button,
.full_slider button,
.full_slider .gallery-button {
width: 45px;
height: 45px; }
.full_slider button.slick-prev {
right: 70px; }
.full_slider .buttons-wrap {
right: 125px; }
.full_slider.show-button .slider-nav {
bottom: 80px; } }
@media only screen and (max-width: 767px) {
.full_slider .content-wrap {
bottom: 135px;
width: 300px;
left: 50%;
text-align: center;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.full_slider button.slick-prev {
right: auto;
left: calc(50% + 10px); }
.full_slider button.slick-next {
right: auto;
left: calc(50% + 60px); }
.full_slider .slider-nav {
bottom: 155px;
width: 80%; }
.full_slider .buttons-wrap {
right: auto;
left: 0;
width: 50%;
justify-content: flex-end; } }
.modern_gallery {
position: relative; }
.modern_gallery .item {
display: block;
width: calc(20% - 8px);
background-position: center;
background-size: cover;
overflow: hidden;
line-height: 1;
letter-spacing: 0;
margin-bottom: 10px; }
.modern_gallery .popup-span {
position: absolute;
background-color: var(--black-color);
color: var(--light-color);
display: inline-block;
padding: 5px 15px 2px;
font-size: 15px;
z-index: 9996;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px; }
@media only screen and (max-width: 1024px) {
.modern_gallery .item {
width: calc((100%/3) - (20px/3)); } }
@media only screen and (max-width: 600px) {
.modern_gallery .item {
width: calc(50% - (10px/2)); }
.modern_gallery .popup-span {
letter-spacing: 1px;
font-size: 12px; } }
@media only screen and (max-width: 480px) {
.modern_gallery .item {
width: 100%; } }
.slider_thumbnail {
position: relative; }
.slider_thumbnail .img-wrap {
height: 100%;
background-position: center;
background-size: cover; }
.slider_thumbnail .slider-single button {
position: absolute;
top: 50%;
cursor: pointer;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: background-color 450ms ease;
-moz-transition: background-color 450ms ease;
-ms-transition: background-color 450ms ease;
-o-transition: background-color 450ms ease;
transition: background-color 450ms ease;
background-color: var(--black-color);
border: 1px solid var(--main-color);
color: transparent;
width: 50px;
z-index: 9;
height: 40px; }
.slider_thumbnail .slider-single button::before {
font-family: "Ionicons";
font-size: 33px;
color: var(--main-color);
position: absolute;
top: 50%;
left: 50%;
display: block;
text-align: center;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.slider_thumbnail .slider-single button.slick-prev {
left: 30px; }
.slider_thumbnail .slider-single button.slick-prev::before {
content: "\f3d5"; }
.slider_thumbnail .slider-single button.slick-next {
right: 30px; }
.slider_thumbnail .slider-single button.slick-next::before {
content: "\f3d6"; }
.slider_thumbnail .slider-single button.slick-disabled, .slider_thumbnail .slider-single button:hover {
background: var(--dark-color); }
.slider_thumbnail .slider-nav {
position: absolute;
bottom: 30px;
left: 0;
opacity: 0;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
width: 100%;
background-color: var(--black-color); }
.slider_thumbnail .slider-nav:hover {
opacity: 1; }
.slider_thumbnail .slider-nav .item {
padding: 10px 5px;
cursor: pointer; }
.slider_thumbnail .slider-nav .img-wrap {
padding-top: calc(100%/3*2);
background-position: center;
background-size: cover;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
border: 1px solid var(--main-color);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0); }
.slider_thumbnail .slider-nav .img-wrap:hover {
clip-path: inset(5% 5% 5% 5%); }
.slider_thumbnail .slider-nav button {
display: none !important; }
.slider_thumbnail .slider-nav .slick-track {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center; }
.tilt_gallery .image-wrap {
width: calc(25% - (30px/4));
margin-bottom: 10px; }
.tilt_gallery .image-wrap a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
@media screen and (max-width: 1024px) {
.tilt_gallery .image-wrap {
width: calc((100%/3) - (20px/3)); } }
@media screen and (max-width: 767px) {
.tilt_gallery .image-wrap {
width: calc(50% - 5px); } }
@media screen and (max-width: 600px) {
.tilt_gallery .image-wrap {
width: 100%; } }
.trans-slider .page-view .project::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.1); }
.trans-slider .hidden {
position: absolute;
overflow: hidden;
width: 0;
height: 0;
pointer-events: none; }
.trans-slider .content {
padding: 3em 0; }
.trans-slider .page-view {
height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0; }
.trans-slider .page-view .project {
position: absolute;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.trans-slider .page-view .project .text h1 {
font-size: 36px;
color: var(--light-color);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
position: absolute;
bottom: 90px;
left: 53px;
margin: 0;
display: table;
text-align: center; }
.trans-slider .page-view .project:nth-child(1) {
z-index: 30; }
.trans-slider .page-view .arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 30px;
left: 60px;
z-index: 100; }
.trans-slider .page-view .arrows .arrow {
float: left;
cursor: pointer;
color: var(--light-color);
font-size: 40px; }
.trans-slider .page-view .arrows .arrow.previous {
margin-right: 20px; }
.trans-slider .page-view .arrows .arrow:hover.previous {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0); }
.trans-slider .page-view .arrows .arrow:hover.next {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0); }
.trans-slider .page-view .arrows .arrow {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
.trans-slider {
background: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite.png) no-repeat -9999px -9999px; }
.trans-slider .page-view {
background: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite-2.png) no-repeat -9999px -9999px; }
.trans-slider .page-view .project:nth-child(odd).hidewiev {
-webkit-mask: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite.png);
mask: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite.png);
-webkit-mask-size: 7500% 100%;
mask-size: 7500% 100%;
-webkit-animation: mask-play 1.4s steps(74) forwards;
animation: mask-play 1.4s steps(74) forwards; }
.trans-slider .page-view .project:nth-child(even).hidewiev {
-webkit-mask: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite-2.png);
mask: url(//dpvisuals.co.uk/wp-content/plugins/reflector-plugins/shortcodes/assets/images/building-sprite-2.png);
-webkit-mask-size: 8400% 100%;
mask-size: 8400% 100%;
-webkit-animation: mask-play 1.4s steps(83) forwards;
animation: mask-play 1.4s steps(83) forwards; } .no-cssmask .page-view .project.hidewiev {
opacity: 0;
-webkit-transition: opacity 1.4s ease;
transition: opacity 1.4s ease;
-webkit-mask: none !important;
mask: none !important; }
@media screen and (max-width: 1024px) {
.trans-slider .page-view .project .text h1 {
font-size: 29px; } }
@media screen and (max-width: 640px) {
.trans-slider .page-view .project .text h1 {
font-size: 21px;
letter-spacing: 1px;
left: 50%;
z-index: 120;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.trans-slider .page-view .arrows {
left: 50%;
z-index: 120;
-webkit-transform: translateX(-50%);
transform: translateX(-50%); }
.trans-slider .page-view .arrows .arrow.previous:hover {
-webkit-transform: none;
transform: none; } }
@-webkit-keyframes mask-play {
from {
-webkit-mask-position: 0 0;
mask-position: 0 0; }
to {
-webkit-mask-position: 100% 0;
mask-position: 100% 0; } }
@keyframes mask-play {
from {
-webkit-mask-position: 0 0;
mask-position: 0 0; }
to {
-webkit-mask-position: 100% 0;
mask-position: 100% 0; } }
.justified-images-wrap .main-image .image {
max-height: 80vh; }
.justified-images-wrap .main-image .image img {
display: block;
width: auto;
max-width: 100%;
max-height: 80vh;
height: auto;
margin-right: auto;
margin-left: auto; }
.justified-images-wrap .main-image .title {
max-width: 900px;
text-align: center;
font-size: 21px;
font-weight: 700;
letter-spacing: 2px;
margin: 30px auto 20px;
text-transform: uppercase;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.justified-images-wrap .gallery {
margin-left: -30px;
margin-top: -20px;
width: calc(100% + 60px); }
.justified-images-wrap .gallery a {
display: block;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.justified-images-wrap .gallery a:hover {
clip-path: inset(5% 5% 5% 5%);
opacity: .8; }
.justified-images-wrap .gallery,
.justified-for-animated header,
.justified-for-animated footer,
.justified-for-animated .vc_row {
-webkit-transition: opacity 1000ms ease;
-moz-transition: opacity 1000ms ease;
-ms-transition: opacity 1000ms ease;
-o-transition: opacity 1000ms ease;
transition: opacity 1000ms ease; }
body.justified-opacity header,
body.justified-opacity footer,
body.justified-opacity .not-opacity .justified-images-wrap .gallery,
body.justified-opacity .vc_row:not(.not-opacity) {
opacity: .05; }
body.justified-opacity .justified-images-wrap .main-image .title {
color: var(--main-color); }
@media only screen and (max-width: 767px) {
.justified-images-wrap .gallery {
margin-top: -15px;
margin-left: -15px;
width: calc(100% + 30px); }
.justified-images-wrap .main-image .title {
font-size: 17px;
letter-spacing: 1px;
margin-top: 25px;
margin-bottom: 20px; } }
.adjusted_grid .img-list-gallery {
text-decoration: none;
margin-bottom: 50px;
position: relative;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center; }
.adjusted_grid .img-list-gallery:hover img {
clip-path: inset(5% 5% 5% 5%); }
.adjusted_grid .img-list-gallery:hover .img-title {
opacity: 1;
visibility: visible; }
.adjusted_grid .gallery-item {
text-align: center;
display: inline-block;
position: relative;
text-decoration: none; }
.adjusted_grid .gallery-item img {
max-height: 370px;
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0); }
.adjusted_grid .img-title {
font-size: 12px;
letter-spacing: 2px;
text-align: left;
color: var(--dark-color);
opacity: 0;
margin-top: -3px;
font-weight: 700;
padding-left: 19px;
text-transform: uppercase;
visibility: hidden;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease; }
.adjusted_grid .img-title span:first-child {
color: var(--main-color);
margin-right: 5px;
display: inline-block;
font-weight: 700;
font-family: var(--font2);
font-size: 21px;
letter-spacing: normal; }
@media only screen and (max-width: 991px) {
.adjusted_grid .img-list-gallery {
margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
.adjusted_grid .img-title {
letter-spacing: 1px; }
.adjusted_grid .img-list-gallery {
margin-bottom: 15px; } }
.grid_thumbnails .item-big-wrap {
margin-bottom: 10px; }
.grid_thumbnails .item-big-wrap .item {
display: block;
width: auto;
margin: auto;
overflow: hidden;
line-height: 1; }
.grid_thumbnails .item-big-wrap .item:hover img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05); }
.grid_thumbnails .item-big-wrap .item img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease; }
.grid_thumbnails .small-images-wrap {
position: relative; }
.grid_thumbnails .small-images-wrap::before, .grid_thumbnails .small-images-wrap::after {
content: '';
display: table;
clear: both; }
.grid_thumbnails .small-images-wrap .item-wrap {
display: block;
width: calc(20% - 8px);
float: left;
overflow: hidden; }
.grid_thumbnails .small-images-wrap .item-wrap:not(:first-of-type) {
margin-left: 10px; }
.grid_thumbnails .small-images-wrap .item-wrap.hidden {
display: none; }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(4) .overlay-last, .grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(3) .overlay-last {
display: none; }
.grid_thumbnails .small-images-wrap .item-wrap:not(:nth-of-type(5)) .item-small:hover {
-webkit-transform: scale(1.1) translateZ(0);
-moz-transform: scale(1.1) translateZ(0);
-ms-transform: scale(1.1) translateZ(0);
-o-transform: scale(1.1) translateZ(0);
transform: scale(1.1) translateZ(0); }
.grid_thumbnails .small-images-wrap .item-small {
position: relative;
background-size: cover;
background-position: center;
margin-bottom: 0;
display: block;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease; }
.grid_thumbnails .small-images-wrap .item-small:not(.overlay-last) {
padding-top: calc(100%/4*3); }
.grid_thumbnails .small-images-wrap .item-small .overlay-last {
position: absolute;
right: 10px;
top: 10px;
width: calc(100% - 20px);
height: calc(100% - 20px);
background: rgba(0, 0, 0, 0.7);
color: var(--light-color);
font-size: 21px;
font-weight: 700;
letter-spacing: 2px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease; }
.grid_thumbnails .small-images-wrap .item-small .overlay-last:hover {
right: 0;
top: 0;
width: 100%;
height: 100%; }
@media only screen and (max-width: 767px) {
.grid_thumbnails .small-images-wrap .item-wrap {
width: calc(25% - 30px/4); }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(4) .overlay-last {
display: -webkit-flex;
display: flex; }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(5) {
display: none; } }
@media only screen and (max-width: 600px) {
.grid_thumbnails .small-images-wrap .item-wrap {
width: calc(100%/3 - 20px/3); }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(3) .overlay-last {
display: -webkit-flex;
display: flex; }
.grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(4), .grid_thumbnails .small-images-wrap .item-wrap:nth-of-type(5) {
display: none; } }.vc_images_carousel .vc_carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.vc_images_carousel .vc_carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border-radius:10px;cursor:pointer;border:1px solid grey;background-color:grey}.vc_images_carousel .vc_carousel-indicators .vc_active{margin:1px;width:10px;height:10px;background-color:transparent;border:1px solid grey}.vc_images_carousel .vc_carousel-indicators .vc_partial{opacity:.5}.vc_images_carousel{position:relative}.vc_images_carousel .vc_carousel-inner{position:relative;overflow:hidden;width:100%}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline{position:relative;overflow:hidden}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner{left:0;position:relative;width:100%}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition{transition:.5s ease left}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition.vc_swipe-transition{transition-duration:.2s}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{float:left;visibility:hidden}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>a>img,.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>img{display:block;max-width:100%;height:auto;line-height:1}.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner{margin:0 10px}.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline{overflow:hidden}.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner{width:100%}.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition{transition-property:top}.vc_images_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item{float:none}.vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators{position:absolute;top:2%;right:3%;left:auto;width:10px}.vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li{display:block;margin:0 auto 3px;width:6px;height:6px}.vc_images_carousel.vc_carousel_vertical .vc_carousel-indicators li.vc_active{width:8px;height:8px;margin:0 auto 1px}.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{visibility:visible}.vc_images_carousel .vc_carousel-control{position:absolute;padding:0;top:50%;left:0;bottom:0;margin-top:-15px;width:60px;height:30px;opacity:.5;font-size:30px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);-webkit-tap-highlight-color:transparent}.vc_images_carousel .vc_carousel-control:focus,.vc_images_carousel .vc_carousel-control:hover{text-decoration:none;opacity:.9}.vc_images_carousel .vc_carousel-control.vc_right{left:auto;right:0}.vc_images_carousel .vc_carousel-control .glyphicon-chevron-left,.vc_images_carousel .vc_carousel-control .glyphicon-chevron-right,.vc_images_carousel .vc_carousel-control .icon-next,.vc_images_carousel .vc_carousel-control .icon-prev{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.vc_images_carousel .vc_carousel-control .icon-next,.vc_images_carousel .vc_carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.vc_images_carousel .vc_carousel-control .icon-prev:before{content:'\2039';position:relative;top:-10px}.vc_images_carousel .vc_carousel-control .icon-next:before{content:'\203a';position:relative;top:-10px}.vc_images_carousel .vc_carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.vc_images_carousel .vc_carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.vc_images_carousel .vc_carousel-control .icon-next,.vc_images_carousel .vc_carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px;display:block;padding:0}.vc_images_carousel .vc_carousel-caption{left:20%;right:20%;padding-bottom:30px}.vc_images_carousel .vc_carousel-indicators{bottom:20px}}.vc_images_carousel .clearfix:after,.vc_images_carousel .clearfix:before{content:" ";display:table}.vc_images_carousel .clearfix:after{clear:both}.vc_images_carousel .pull-right{float:right!important}.vc_images_carousel .pull-left{float:left!important}.vc_images_carousel .hide{display:none!important}.vc_images_carousel .show{display:block!important}.vc_images_carousel .invisible{visibility:hidden}.vc_images_carousel .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.vc_images_carousel ol.vc_carousel-indicators{margin:0 0 0 -30%}.vc_images_carousel .vc_carousel_vertical ol.vc_carousel-indicators{margin:1px 0 0 0;bottom:auto}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.item>a{display:block}.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.item>a>img{margin:auto}.vc_carousel .vc_carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.vc_carousel .vc_carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border-radius:10px;cursor:pointer;border:1px solid grey;background-color:grey}.vc_carousel .vc_carousel-indicators .vc_active{margin:1px;width:10px;height:10px;background-color:transparent;border:1px solid grey}.vc_carousel .vc_carousel-indicators .vc_partial{opacity:.5}.vc_carousel{position:relative}.vc_carousel .vc_carousel-inner{position:relative;overflow:hidden;width:100%}.vc_carousel .vc_carousel-inner .vc_carousel-slideline{position:relative;overflow:hidden}.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner{left:0;position:relative;width:100%}.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition{transition:.5s ease left}.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition.vc_swipe-transition{transition-duration:.2s}.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{float:left;visibility:hidden}.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>a>img,.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>img{display:block;max-width:100%;height:auto;line-height:1}.vc_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner{margin:0 10px}.vc_carousel.vc_carousel_vertical .vc_carousel-slideline{overflow:hidden}.vc_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner{width:100%}.vc_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition{transition-property:top}.vc_carousel.vc_carousel_vertical .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item{float:none}.vc_carousel.vc_carousel_vertical .vc_carousel-indicators{position:absolute;top:2%;right:3%;left:auto;width:10px}.vc_carousel.vc_carousel_vertical .vc_carousel-indicators li{display:block;margin:0 auto 3px;width:6px;height:6px}.vc_carousel.vc_carousel_vertical .vc_carousel-indicators li.vc_active{width:8px;height:8px;margin:0 auto 1px}.vc_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item{visibility:visible}.vc_carousel .vc_carousel-control{position:absolute;padding:0;top:50%;left:0;bottom:0;margin-top:-15px;width:60px;height:30px;opacity:.5;font-size:30px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);-webkit-tap-highlight-color:transparent}.vc_carousel .vc_carousel-control:focus,.vc_carousel .vc_carousel-control:hover{text-decoration:none;opacity:.9}.vc_carousel .vc_carousel-control.vc_right{left:auto;right:0}.vc_carousel .vc_carousel-control .glyphicon-chevron-left,.vc_carousel .vc_carousel-control .glyphicon-chevron-right,.vc_carousel .vc_carousel-control .icon-next,.vc_carousel .vc_carousel-control .icon-prev{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.vc_carousel .vc_carousel-control .icon-next,.vc_carousel .vc_carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.vc_carousel .vc_carousel-control .icon-prev:before{content:'\2039';position:relative;top:-10px}.vc_carousel .vc_carousel-control .icon-next:before{content:'\203a';position:relative;top:-10px}.vc_carousel .vc_carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.vc_carousel .vc_carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.vc_carousel .vc_carousel-control .icon-next,.vc_carousel .vc_carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px;display:block;padding:0}.vc_carousel .vc_carousel-caption{left:20%;right:20%;padding-bottom:30px}.vc_carousel .vc_carousel-indicators{bottom:20px}}.vc_carousel .clearfix:after,.vc_carousel .clearfix:before{content:" ";display:table}.vc_carousel .clearfix:after{clear:both}.vc_carousel .pull-right{float:right!important}.vc_carousel .pull-left{float:left!important}.vc_carousel .hide{display:none!important}.vc_carousel .show{display:block!important}.vc_carousel .invisible{visibility:hidden}.vc_carousel .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.vc_carousel ol.vc_carousel-indicators{margin:0 0 0 -30%}.vc_carousel .vc_carousel_vertical ol.vc_carousel-indicators{margin:1px 0 0 0;bottom:auto}.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.item>a{display:block}.vc_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.item>a>img{margin:auto}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//dpvisuals.co.uk/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//dpvisuals.co.uk/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/prev.png) left 48% no-repeat;opacity:0;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//dpvisuals.co.uk/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/next.png) right 48% no-repeat;opacity:0;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//dpvisuals.co.uk/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}.cta-wrap.simple {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
}
.cta-wrap.simple .title-wrap {
padding-right: 50px;
}
.cta-wrap.simple .title-wrap .title {
font-size: 29px;
font-weight: 700;
letter-spacing: 2.77px;
line-height: 1.6;
}
.cta-wrap.simple .btn-wrapper {
min-width: 300px;
text-align: right;
}
@media only screen and (max-width: 1199px) {
.cta-wrap.simple .title-wrap .title {
line-height: 1.4;
}
}
@media only screen and (max-width: 1024px) {
.cta-wrap.simple .title-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.cta-wrap.simple {
flex-direction: column;
text-align: center;
}
.cta-wrap.simple .title-wrap {
padding-right: 0;
}
.cta-wrap.simple .btn-wrapper {
text-align: center;
min-width: 1px;
margin-top: 30px;
}
}
@media only screen and (max-width: 768px) {
.cta-wrap.simple .title-wrap .title {
font-size: 26px;
}
}.logo img {width:300 !important;height:300 !important;max-height:300 !important;}
.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
font-family: "Josefin Sans" !important;font-style:normal !important;}
a {
font-family: "Josefin Sans" !important;}
#topmenu ul li a {
font-family: "Josefin Sans", sans-serif !important;
font-weight: 700 !important;
}
#topmenu ul ul li a {
font-family: "Josefin Sans", sans-serif !important;
font-weight: 700 !important;
}