@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald:600,700i|Quicksand:400,700');@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap');
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}/*!
Theme Name: Unique Food Trucks
Theme URI: http://underscores.me/
Author: Digital Pieces
Author URI: http://digitalpieces.com.au
Description: Theme for our client
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Unique Food Trucks is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/




/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Quicksand', sans-serif;
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1em; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; color: #ccc;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #B2B2B2; margin:1em 0; padding:0; }
input, select, button { vertical-align:middle; cursor: pointer; }
.chromeframe { margin: 0.2em 0; background: #B2B2B2; color: #000; padding: 0.2em 0; }

::selection { background: #fff; color:#000;	}
::-moz-selection { background: #fff; color:#000; }
::-webkit-input-placeholder { color: #fff; opacity: 1; }
::-moz-placeholder { color: #fff; opacity: 1; }
:-ms-input-placeholder { color: #fff; opacity: 1; }
:-moz-placeholder { color: #fff; opacity: 1; }
:focus::-webkit-input-placeholder { color: transparent !important; }
:focus::--moz-placeholder { color: transparent !important; }
:focus::-ms-input-placeholder { color: transparent !important; }
:focus::-moz-placeholder { color: transparent !important; }

h1,h2,h3,h4,h5, h6 { font-weight: normal; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; display: block; }
.hide { opacity: 0; }
a:active,a:focus { outline: none; }

img {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body { background: #000; color: #FFFFFF; font-size: 15px;  font-weight: 500; }
section { overflow: hidden; position: relative; }/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.heading .heading-inner ul.heading-menu li a,
#menu .menu-inner .menu-accordion a { -webkit-transition: color ease-in-out .45s; -moz-transition: color ease-in-out .45s; transition: color ease-in-out .45s; }

.team-grid .team-hover,
.news-internal .news-bottom .news-navigation a,
.sbToggle,
#menu .menu-inner a.blue-link,
.banner .banner-inner a.banner-link,
.heading .heading-inner a.heading-quote,
a.grid-link,
.dual-grid .dual-bottom a.blue-link,
.team-grid .team-content a.team-link,
.products-content .products-inner a.products-link,
.services-grid .services-inner a.services-link,
.news-grid .news-content a.news-link,
.quote-form form fieldset button,
.banner-thankyou .banner-inner a.banner-link { -webkit-transition: all ease-in-out .35s; -moz-transition: all ease-in-out .35s; transition: all ease-in-out .35s; }

.gallery .slick-arrow {  -webkit-transition: background ease-in-out .35s; -moz-transition: background ease-in-out .35s; transition: background ease-in-out .35s; }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* heading */
.heading { display: block; height: auto; padding: 20px 0px; position: fixed; width: 100%; z-index: 999; background-color: #2b2b2b;}
.heading .heading-inner { width: 100%; padding: 0px 70px; display: flex; justify-content: space-between; align-items: center;}
.heading .heading-inner a.heading-logo { display: inline-block; vertical-align: top; }
.heading .heading-inner ul.heading-menu { display: block; left: 50%; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); list-style: none; margin: 0; }
.heading .heading-inner ul.heading-menu li { display: inline-block; vertical-align: top; padding: 0px 20px; position: relative; }
.heading .heading-inner ul.heading-menu li a { color: #fff; display: block; font-family: 'Open Sans', sans-serif; font-size: 16.9px; line-height: 1.2em; position: relative; padding-top: 5px; z-index: 2; }
.heading .heading-inner ul.heading-menu li a:hover { color: #808080; }
.heading .heading-inner ul.heading-menu li.current-menu-item a { color: #808080; }
.heading .heading-inner ul.heading-menu li ul { background: #2B2B2B; color: #fff; display: block; left: -16px; opacity: 0; padding-bottom: 20px; padding-top: 34px; position: absolute; top: 0px; width: 168px; z-index: 1; visibility: hidden; transition: opacity 0.5s linear; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44) }
.heading .heading-inner ul.heading-menu li ul li { display: block; }
.heading .heading-inner ul.heading-menu li ul li a { font-family: 'Oswald', sans-serif; font-size: 16.9px; font-weight: 600; padding-bottom: 5px; padding-top: 7px; }
.heading .heading-inner ul.heading-menu li.current-menu-item ul a { color: #fff; }
.heading .heading-inner ul.heading-menu li ul li a:hover { color: #2373A9; }
.heading .heading-inner ul.heading-menu li:hover ul { visibility: visible; opacity: 1; }
.heading .heading-inner a.heading-quote { background: #2373A9; color: #fff; display: inline-block; float: right; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 41px; letter-spacing: 0.15em; line-height: 40px; margin-top: -2px; text-align: center; text-transform: uppercase; vertical-align: top; width: 167px; }
.heading .heading-inner a.heading-quote:hover { background: #fff; color: #2B2B2B; }
.heading .heading-inner a.heading-quote span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.heading #show_menu { background: url(/wp-content/themes/uft/img/canvas.png) 0px -234px no-repeat; background-size: 26px auto; cursor: pointer; display: none; height: 26px; position: absolute; right: 40px; top: 42px; width: 26px; }
/*.page-id-21 .heading #show_menu { background: url(/wp-content/themes/uft/img/canvas.png) 0px -260px no-repeat; }*/

/*.page-id-21 .heading .heading-inner a.heading-logo { background: url(/wp-content/themes/uft/img/logo.png) 0px 0px no-repeat; background-size: 100% auto; height: 123px; width: 113px; }*/
/*.page-id-21 .heading .heading-inner a.heading-logo img { display: none; }*/
.page-id-21 .heading .heading-inner ul.heading-menu li:hover a { color: #fff; }

/* banner */
.banner { display: block; height: 1011px; position: relative;}
/*.banner:before { position: absolute; content: ''; left: 0;right: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.3) }*/
.banner .banner-inner { display: block; left: 15%; position: relative; top: calc(47% + 9px); width: 40%; max-width: 780px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.banner .banner-inner h1 { font-family: 'Oswald', sans-serif; font-size: 60px; line-height: 0.95em; padding-bottom: 47px; text-transform: uppercase; font-weight: 600;}
.banner .banner-inner hr { background: #fff; display: block; height: 1px; border: 0px none; margin: 0px; padding: 0px; width: 356px; }
.banner .banner-inner p { color: rgba(255, 255, 255, 0.8); font-family: 'Quicksand', sans-serif; font-size: 22px; line-height: 1.27em; max-width: 530px; padding-bottom: 48px; padding-top: 47px; }
.banner .banner-inner a.banner-link { background: #2373A9; color: #fff; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 50px; line-height: 49px; text-align: center; text-transform: uppercase; vertical-align: top; width: 215px; }
.banner .banner-inner a.banner-link span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.banner .banner-inner a.banner-link:hover { background: #fff; color: #2B2B2B; }


/* banner-404 */
.banner-404 { background-position: center 320px !important; }
.banner-404 .banner-inner { left: 50%; position: absolute; top: 662px; margin-left: -84px; max-width: inherit; width: 168px; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
.banner-404 .banner-inner a.banner-link { background: none; border: 2px solid #fff; color: #fff; line-height: 46px; }

/* banner-thankyou */
.banner-thankyou {background-color: #04426B; height: 720px;}
.banner-thankyou .banner-inner { top: calc(51% + 9px);width: 100%;max-width: 800px;margin: auto;left: 0;}
.banner-thankyou .banner-inner h1 {padding: 0;font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 47px;line-height: 1; text-transform: inherit}
.banner-thankyou .banner-inner p {font-size: 16px;font-family: 'OpenSans', sans-serif; font-weight: 400; margin: auto; max-width: 560px; padding-top: 30px;}
.banner-thankyou .banner-inner a.banner-link {display: block;margin: auto; max-width: 250px; width: 100%;}
.banner .banner-inner a.banner-link span { letter-spacing: 0.3em; font-size: 16px;}

/* dual-grid */
.dual-grid { background: #fff; color: #2B2B2B; display: block; width: 100%; }
.dual-grid .dual-left { display: block; float: left; overflow: hidden; position: relative; width: 50%; }
.dual-grid .dual-right { display: block; float: right; overflow: hidden; position: relative; width: 50%; }
.dual-grid.dual-grid-inverted .dual-left { display: block; float: right; overflow: hidden; position: relative; width: 50%; }
.dual-grid.dual-grid-inverted .dual-right { display: block; float: left; overflow: hidden; position: relative; width: 50%; }
.dual-grid img { display: block; height: auto; width: 100%; }
.dual-grid .dual-content { margin: 0px auto; margin: 0px 120px; position: relative; margin-bottom: 10%; margin-top: 22%; width: auto; }
.dual-grid .dual-content h1 { font-family: 'Oswald', sans-serif; font-size: 95px; line-height: 0.89em; padding-bottom: 48px; text-transform: uppercase; }
.dual-grid .dual-content h2 { font-family: 'Quicksand', sans-serif; font-size: 20.5px; font-weight: bold; line-height: 1.28em; max-width: 470px; padding-bottom: 16px; padding-top: 5px; }
.dual-grid .dual-content hr { background: #2B2B2B; display: block; height: 4px; border: 0px none; margin: 0px; padding: 0px; width: 224px; }
.dual-grid .dual-content p { font-family: 'Quicksand', sans-serif; font-size: 22px; line-height: 1.27em; max-width: 580px; padding-bottom: 48px; padding-top: 41px; }
a.grid-link { background: none; border: 2px solid #2B2B2B; color: #2B2B2B; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 17px; height: 50px; line-height: 46px; text-align: center; text-transform: uppercase; vertical-align: top; width: 176px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44) }
a.grid-link span { display: block; -ms-transform: skewX(-8deg); -webkit-transform: skewX(-8deg); transform: skewX(-8deg); letter-spacing: 0.18em; }
a.grid-link:hover { background: #2B2B2B; color: #fff; }
.dual-grid .dual-bottom { background: #2373A9; color: #fff; clear: both; height: 484px; padding-top: 138px; text-align: center; width: 100%; }
.dual-grid-inverted .dual-bottom { background: #2B2B2B; }
.dual-grid .dual-bottom h1 { font-family: 'Oswald', sans-serif; font-size: 26px; line-height: 1em; letter-spacing: 0.1em; padding-bottom: 23px; text-transform: uppercase; }
.dual-grid .dual-bottom h2 { font-family: 'Quicksand', sans-serif; font-size: 46px; font-weight: bold; line-height: 1.18em; margin-left: auto; margin-right: auto; max-width: 860px; padding-bottom: 44px; padding-top: 5px; }
.dual-grid .dual-bottom a.blue-link { background: #fff; color: #2B2B2B; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 50px; line-height: 49px; text-align: center; text-transform: uppercase; vertical-align: top; width: 176px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44) }
.dual-grid .dual-bottom a.blue-link span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.dual-grid .dual-bottom a.blue-link:hover { background: #2B2B2B; color: #fff; }
.dual-grid-inverted .dual-bottom a.blue-link { background: #2373A9; color: #fff; }
.dual-grid-inverted .dual-bottom a.blue-link:hover { background: #fff; color: #2B2B2B; }
.page-id-13 .dual-grid {display: none;}

/* last-grid */
.last-grid { background: #fff; color: #2B2B2B; display: flex; align-items: stretch; overflow: hidden; position: relative; width: 100%; }
.last-grid .last-grid-left { background: #2373A9; display: block; float: left; overflow: hidden; position: relative; width: 50%; }
.last-grid .last-grid-right { background: #fff; display: block; float: right; overflow: hidden; position: relative; width: 50%; }
.last-grid .last-grid-left img { position: absolute; bottom: 0px; }
.last-grid img { display: block; height: auto; width: 100%; }
.last-grid .last-content { color: #fff; margin: 0px auto; margin: 0px 120px; position: relative; margin-bottom: 0%; margin-top: 15%; width: auto; }
.last-grid .last-content h1 { font-family: 'Oswald', sans-serif; font-size: 28px; line-height: 0.89em; letter-spacing: 0.1em; padding-bottom: 28px; text-transform: uppercase; }
.last-grid .last-content h2 { color: rgba(255, 255, 255, 0.8); font-family: 'Quicksand', sans-serif; font-size: 25px; font-weight: bold; line-height: 1.28em; max-width: 470px; padding-bottom: 21px; padding-top: 5px; }
.last-grid .last-content hr { background: #fff; display: block; height: 4px; border: 0px none; margin: 0px; padding: 0px; width: 64px; }
.last-grid .last-content p { font-family: 'Quicksand', sans-serif; font-size: 20.7px; line-height: 1.35em; max-width: 580px; padding-bottom: 48px; padding-top: 41px; }
.last-grid .last-grid-inner { display: block; width: 100%; }
.last-grid .last-inner-left { display: block; float: left; overflow: hidden; position: relative; width: 53%; }
.last-grid .last-inner-right { display: block; float: left; overflow: hidden; position: relative; width: 47%; }
.last-grid .last-inner-right img { display: block; }
.last-grid .last-inner-left .last-content { color: #2B2B2B; margin: 0px 70px; margin-right: 30px; margin-bottom: 17%; margin-top: 19%; }
.last-grid .last-inner-left .last-content p { color: rgba(43, 43, 43, 0.8); font-size: 22px; line-height: 1.27em; }
.last-grid .last-inner-left .last-content hr { background: #2B2B2B; }
.last-grid .last-inner-left .last-content a.grid-link { padding-left: 30px; padding-right: 30px; width: auto; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child { padding-top: 125px; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child h1 { padding-bottom: 49px;}


/* bottom */
.bottom { background: #ECECEC; display: block; width: 100%; }
.bottom .bottom-inner { display: block; padding-bottom: 183px; padding-top: 110px; text-align: center; }
.bottom .bottom-inner p { color: rgba(85, 85, 85, 0.8); font-family: 'Quicksand', sans-serif; font-size: 22px; line-height: 1.27em; margin-left: auto; margin-right: auto; max-width: 580px; padding-bottom: 52px; padding-top: 56px; }
.bottom .bottom-inner .socials { display: block; list-style: none; }
.bottom .bottom-inner .socials li { display: inline-block; vertical-align: top; }
.bottom .bottom-inner .socials li a { background: url(/wp-content/themes/uft/img/canvas.png) 26px 26px no-repeat; background-size: 26px auto; display: block; height: 26px; overflow: hidden; position: relative; text-indent: 9999px; width: 26px; }
.bottom .bottom-inner .socials li.icon-fb a { background-position: 0px 0px; }
.bottom .bottom-inner .socials li.icon-ig a { background-position: 0px -26px; }
.bottom-dark { background: #EDEDED; }
.bottom-dark img { height: auto; max-width: 81px; }
.bottom-dark .bottom-inner p { color: #555555; }
.bottom.bottom-dark .bottom-inner .socials li.icon-fb a { background-position: 0px -52px; }
.bottom.bottom-dark .bottom-inner .socials li.icon-ig a { background-position: 0px -78px; }


/* footer */
footer { display: block; height: 100px; }
footer .footer-inner { padding: 0px 105px; }
footer .footer-inner p { color: #8B8E93; display: inline-block; font-family: 'Quicksand', sans-serif; padding-top: 42px; }
footer .footer-inner p:last-child { float: right; }
footer .footer-inner p a { color: #8B8E93; display: inline-block; margin-right: 20px; }


/* banner-page */
.banner-page { height: 713px; }
.banner-page .banner-inner { left: inherit; position: relative; top: calc(50% + 7px); width: 50%; margin-left: auto; margin-right: auto; max-width: 720px; text-align: center; }
.banner-page .banner-inner h1 { font-size: 95px; padding-bottom: 36px; }
.banner-page .banner-inner hr { margin: 0px auto; width: 178px; }


/* page-content */
.page-content { background: #fff; color: #2b2b2b; display: block; width: 100%; }
.page-content .page-inner { display: block; margin: 0px auto; max-width: 1028px; padding-bottom: 167px; padding-top: 147px; text-align: center; width: 92%; }
.page-content .page-inner h1 { font-family: 'Oswald', sans-serif; font-size: 73.98px; font-weight: 600; line-height: 0.95em; padding-bottom: 40px; }
.page-content .page-inner hr { background: #2b2b2b; display: block; height: 4px; border: 0px none; margin: 0px auto; padding: 0px; width: 224px; }
.page-content .page-inner p { color: rgba(85, 85, 85, 0.8); font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.5em;padding-bottom: 52px; padding-top: 58px; }
.page-content .page-inner p strong { color: #000; }


/* team-grid */
.team-grid { display: flex; flex-wrap: wrap; align-items: stretch; }
.team-grid .team-item { display: block; position: relative; }
.team-grid .item1 { background: #D6D6D6; width: 38%; }
.team-grid .item2 { background: #D6D6D6; width: 28%; }
.team-grid .item3 { background: #2373A9; width: 34%; }
.team-grid .team-content { color: #2b2b2b; margin: 0px auto; max-width: 330px; padding-bottom: 152px; padding-top: 134px; text-align: center; }
.team-grid .team-content h2 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 600; line-height: 1.2em; letter-spacing: 0.1em; padding-bottom: 22px; text-transform: uppercase; }
.team-grid .team-content h1 { font-family: 'Oswald', sans-serif; font-size: 73.98px; font-weight: 600; line-height: 0.95em; padding-bottom: 40px; text-transform: uppercase; }
.team-grid .team-content a.team-link { background: none; border: 2px solid #fff; color: #fff; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.12px; height: 48px; line-height: 44px; padding: 0px 20px; text-align: center; text-transform: uppercase; vertical-align: top; width: auto; }
.team-grid .team-content a.team-link:hover { background: #fff; color: #2373A9; }
.team-grid .team-content a.team-link span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.team-grid .item3:last-child .team-content { color: #fff; text-align: left; padding-bottom: 129px; padding-top: 92px; }
.team-grid .item3:last-child .team-content h2 { font-size: 24.8px; padding-bottom: 17px; }
.team-grid .item3:last-child .team-content h1 { font-size: 70.58px; padding-bottom: 38px; }
.team-grid .team-hover { background: rgba(35, 115, 168, 0.55); display: flex; align-content: center; align-items: center; flex-direction: row; height: 100%; opacity: 0; position: absolute; text-align: center; visibility: hidden; width: 100%; }
.team-grid .team-hover .team-content { align-self: center; color: #fff; max-width: inherit; margin-top: -5px; padding-bottom: 0px; padding-top: 0px; }
.team-grid .team-hover .team-content h1 { font-size: 59.03px; line-height: 1.12em; width: 250px; padding-bottom: 11px; }
.team-grid .team-hover .team-content h2 { font-size: 22.01px; padding-bottom: 44px; }
.team-grid .team-item:hover .team-hover { opacity: 1; visibility: visible; }
.team-grid .team-hover .socials { display: block; list-style: none; }
.team-grid .team-hover .socials li { display: inline-block; vertical-align: top; }
.team-grid .team-hover .socials li a { background: url(/wp-content/themes/uft/img/canvas.png) 26px 26px no-repeat; background-size: 26px auto; display: block; height: 26px; overflow: hidden; position: relative; text-indent: 9999px; width: 26px; }
.team-grid .team-hover .socials li.icon-ig a { background-position: 0px -78px; }


/* products-content */
.products-content { background: #fff; color: #2b2b2b; display: block; width: 100%; }
.products-content .products-inner { display: block; margin: 0px auto; max-width: 1028px; padding-bottom: 140px; padding-top: 122px; text-align: center; width: 92%; }
.products-content .products-inner h1 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 600; line-height: 0.95em; letter-spacing: 0.1em; padding-bottom: 20px; }
.products-content .products-inner p { color: rgba(85, 85, 85, 0.8); font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.5em;padding-bottom: 49px; padding-top: 38px; }
.products-content .products-inner a.products-link { background: #2373A9; color: #fff; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 50px; line-height: 49px; text-align: center; text-transform: uppercase; vertical-align: top; width: 176px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44) }
.products-content .products-inner a.products-link span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.products-content .products-inner a.products-link:hover { background: #2b2b2b; }


/* products-grid */
.products-grid { display: block; position: relative; width: 100%; }
.products-grid .products-left { background: #2B2B2B; display: block; position: absolute; right: 0px; top: 50%; width: 800px; z-index: 1; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.products-grid .products-right { display: block; left: 0px; position: relative; top: 0px; width: 100%; }
.products-grid .products-right img { display: block; height: auto; width: 100%; }
.products-grid .products-inner { margin-left: 110px; margin-right: 55px; padding-bottom: 205px; padding-top: 135px; }
.products-grid .products-inner h1 { font-family: 'Oswald', sans-serif; font-size: 95.44px; line-height: 0.89em; letter-spacing: inherit; padding-bottom: 33px; text-transform: uppercase; }
.products-grid .products-inner h2 { color: rgba(255, 255, 255, 0.8); font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: bold; line-height: 1.27em; max-width: 470px; padding-bottom: 29px; padding-top: 5px; }
.products-grid .products-inner hr { background: #fff; display: block; height: 4px; border: 0px none; margin: 0px; padding: 0px; width: 224px; }
.products-grid .products-inner p { font-family: 'Quicksand', sans-serif; font-size: 22px; line-height: 1.27em; max-width: 580px; padding-bottom: 48px; padding-top: 41px; }
.dual-grid.products-block .dual-bottom { background: #fff; color: #2b2b2b; }
.dual-grid.products-block .dual-bottom a.blue-link { background: #2373A9; color: #fff; }
.dual-grid.products-block .dual-bottom a.blue-link:hover { background: #2b2b2b; }
.products-grid.last-grid .products-left { background: #fff; left: 0px; right: inherit; }
.products-grid.last-grid .products-inner h2 { color: rgba(43, 43, 43, 0.8); }
.products-grid.last-grid .products-inner hr { background: #2b2b2b; }

/* Services Page*/

/* services-content */
.services-content { background: #F3F3F3; color: #2b2b2b; display: block; width: 100%; }
.services-content .services-inner { display: block; margin: 0px auto; max-width: 970px; padding-bottom: 99px; padding-top: 139px; text-align: center; width: 92%; }
.services-content .services-inner h1 { font-family: 'Oswald', sans-serif; font-size: 50.98px; font-weight: 600; line-height: 0.95em; padding-bottom: 41px; }
.services-content .services-inner hr { background: #2b2b2b; display: block; height: 4px; border: 0px none; margin: 0px auto; padding: 0px; width: 224px; }
.services-content .services-inner p { color: rgba(85, 85, 85, 0.8); font-family: 'Open Sans', sans-serif; font-size: 20px; line-height: 1.65em; padding-bottom: 49px; padding-top: 58px; }
.services-content.services-last .services-inner { padding-top: 181px; }


/* services-grid */
.services-grid { display: block; width: 100%; }
.services-grid .services-left { display: flex; flex-direction: column; float: left; overflow: hidden; position: relative; width: 50%; }
.services-grid .services-inner { background: #05619D; color: #fff; padding-bottom: 181px; padding-left: 125px; padding-right: 125px; padding-top: 114px; width: 100%; }
.services-grid .services-inner h1 { font-family: 'Oswald', sans-serif; font-size: 35px; line-height: 0.89em; letter-spacing: 0.1em; padding-bottom: 30px; text-transform: uppercase; }
.services-grid .services-inner h2 { color: rgba(255, 255, 255, 0.8); font-family: 'Quicksand', sans-serif; font-size: 25px; font-weight: bold; line-height: 1.27em; max-width: 470px; padding-bottom: 20px; padding-top: 5px; }
.services-grid .services-inner hr { background: #fff; display: block; height: 4px; border: 0px none; margin: 0px; padding: 0px; width: 64px; }
.services-grid .services-inner p { font-family: 'Quicksand', sans-serif; font-size: 20.7px; line-height: 1.35em; max-width: 580px; padding-bottom: 74px; padding-top: 41px; }
.services-grid .services-inner a.services-link { background: none; border: 2px solid #fff; color: #fff; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 50px; line-height: 43px; text-align: center; text-transform: uppercase; vertical-align: top; width: 176px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44); }
.services-grid .services-inner a.services-link span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.services-grid .services-inner a.services-link:hover { background: #fff; color: #2b2b2b; }
.services-grid .services-image img { display: block; height: auto; width: 100%; }
.services-grid .services-right { display: flex; flex-direction: column; float: right; overflow: hidden; position: relative; width: 50%; }
.services-grid .services-right .services-inner { background: #2b2b2b; order: 2; }
.services-grid .services-right .services-image { order: 1; }
.dual-grid-services .dual-bottom { background: none; padding-top: 111px; }
.dual-grid-services .dual-bottom h1 { padding-bottom: 49px; }

/* For new services content */
/* extended sections */
.ext-section { background: #F3F3F3; color: #2b2b2b; display: block; width: 100%; }
.ext-section--alt { background: #fff; }
.ext-inner { display: block; margin: 0 auto; max-width: 970px; padding: 99px 4% 99px; width: 92%; }
.ext-label { color: #05619D; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.ext-title { font-family: 'Oswald', sans-serif; font-size: 42px; font-weight: 600; line-height: 0.95em; margin-bottom: 16px; }
.ext-desc { color: rgba(85,85,85,0.8); font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.65em; margin-bottom: 48px; text-align: justify; hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

/* checklist (used for importance section & maintenance checklist) */
.ext-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ext-check-item { display: flex; gap: 12px; align-items: flex-start; background: #fff; border-radius: 6px; padding: 14px 16px; }
.ext-section--alt .ext-check-item { background: #F3F3F3; }
.ext-check-dot { width: 18px; height: 18px; border-radius: 50%; background: #05619D; flex-shrink: 0; margin-top: 2px; }
.ext-check-icon { font-size: 20px; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.ext-check-icon--svg { width: 24px; height: 24px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.ext-check-icon--svg svg { width: 100%; height: 100%; display: block; }
.ext-check-icon--svg svg path, .ext-check-icon--svg svg circle, .ext-check-icon--svg svg rect { fill: #05619D; stroke: #05619D; }
.ext-check-content { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.ext-check-heading { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 700; color: #2b2b2b; line-height: 1.4em; display: block; }
.ext-check-body { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: rgba(85,85,85,0.85); line-height: 1.5em; display: block; }

/* service cards grid */
.ext-cards-grid { display: flex; flex-direction: column; gap: 30px; }
.ext-cards-grid--vertical { max-width: 900px; margin: 0 auto; }
.ext-card { background: #fff; border-radius: 20px; padding: 0; transition: all 0.3s ease; display: flex; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.05); position: relative; }
.ext-card:hover { transform: translateX(8px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.ext-card-number { min-width: 80px; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 48px; font-weight: 700; background: rgba(0,0,0,0.03); border-right: 1px solid rgba(0,0,0,0.05); }
.ext-card--blue .ext-card-number { color: #05619D; }
.ext-card--amber .ext-card-number { color: #c87f00; }
.ext-card--green .ext-card-number { color: #2e7d32; }
.ext-card--red .ext-card-number { color: #c0392b; }
.ext-card-content { flex: 1; padding: 32px; }
.ext-card-icon { font-size: 48px; margin-bottom: 20px; line-height: 1; }
.ext-card-icon--svg { width: 56px; height: 56px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.ext-card-icon--svg svg { width: 100%; height: 100%; display: block; }
.ext-card h3 { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.3em; }
.ext-card p { color: rgba(85,85,85,0.85); font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.65em; margin-bottom: 20px; text-align: justify; hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }
.ext-card-list { margin-top: 16px; padding-left: 0; list-style: none; }
.ext-card-list li { font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.6em; color: rgba(85, 85, 85, 0.85); margin-bottom: 12px; padding-left: 24px; position: relative; text-align: justify; hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }
.ext-card-list li:last-child { margin-bottom: 0; }
.ext-card-list li::before { content: '✓'; position: absolute; left: 0; font-weight: bold; }
.ext-card--blue .ext-card-list li::before { color: #05619D; }
.ext-card--amber .ext-card-list li::before { color: #c87f00; }
.ext-card--green .ext-card-list li::before { color: #2e7d32; }
.ext-card--red .ext-card-list li::before { color: #c0392b; }
.ext-card--blue .ext-card-icon { color: #05619D; }
.ext-card--amber .ext-card-icon { color: #c87f00; }
.ext-card--green .ext-card-icon { color: #2e7d32; }
.ext-card--red .ext-card-icon { color: #c0392b; }
.ext-card--blue .ext-card-icon--svg svg path, .ext-card--blue .ext-card-icon--svg svg circle, .ext-card--blue .ext-card-icon--svg svg rect { fill: #05619D; stroke: #05619D; }
.ext-card--amber .ext-card-icon--svg svg path, .ext-card--amber .ext-card-icon--svg svg circle, .ext-card--amber .ext-card-icon--svg svg rect { fill: #c87f00; stroke: #c87f00; }
.ext-card--green .ext-card-icon--svg svg path, .ext-card--green .ext-card-icon--svg svg circle, .ext-card--green .ext-card-icon--svg svg rect { fill: #2e7d32; stroke: #2e7d32; }
.ext-card--red .ext-card-icon--svg svg path, .ext-card--red .ext-card-icon--svg svg circle, .ext-card--red .ext-card-icon--svg svg rect { fill: #c0392b; stroke: #c0392b; }
.ext-section--alt .ext-card { background: #F3F3F3; }

/* why grid (used for australian made & why choose sections) */
.ext-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ext-why-card { padding: 28px; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; background: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; }
.ext-why-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.ext-section--alt .ext-why-card { background: #F3F3F3; }
.ext-why-icon { font-size: 40px; margin-bottom: 16px; line-height: 1; display: inline-block; }
.ext-why-icon--svg { width: 48px; height: 48px; margin: 0 auto 16px auto; display: flex; align-items: center; justify-content: center; }
.ext-why-icon--svg svg { width: 100%; height: 100%; display: block; }
.ext-why-icon { color: #05619D; }
.ext-why-icon--svg svg path, .ext-why-icon--svg svg circle, .ext-why-icon--svg svg rect { fill: #05619D; stroke: #05619D; }
.ext-why-num { display: none; }
.ext-why-card h4 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.ext-why-card p { font-family: 'Open Sans', sans-serif; font-size: 14px; color: rgba(85,85,85,0.85); line-height: 1.6em; text-align: justify; hyphens: auto; }

/* upgrades */
.ext-upgrades { display: flex; flex-direction: column; gap: 16px; }
.ext-upgrade-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; background: #fff; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ext-upgrade-row:hover { transform: translateX(5px); box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.ext-section--alt .ext-upgrade-row { background: #F3F3F3; }
.ext-upgrade-row h4 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.ext-upgrade-row p { font-family: 'Open Sans', sans-serif; font-size: 14px; color: rgba(85,85,85,0.85); line-height: 1.5em; }
.ext-badge { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 16px; border-radius: 99px; flex-shrink: 0; white-space: nowrap; }
.ext-badge--popular { background: #05619D; color: #fff; }
.ext-badge--upgrade { background: #2b2b2b; color: #fff; }

/* cta footer */
.ext-cta { background: #05619D; color: #fff; text-align: center; padding: 80px 40px; }
.ext-cta h2 { font-family: 'Oswald', sans-serif; font-size: 42px; font-weight: 600; margin-bottom: 20px; line-height: 1.2em; }
.ext-cta p { font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 1.65em; color: rgba(255,255,255,0.9); margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.ext-cta-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.ext-btn-primary, .ext-btn-outline { background: #fff; color: #05619D; border: 2px solid #fff; display: inline-flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; min-height: 54px; text-align: center; text-transform: uppercase; padding: 8px 24px; transition: all 0.3s ease; cursor: pointer; text-decoration: none; white-space: normal; word-wrap: break-word; word-break: keep-all; max-width: 100%; line-height: 1.3; border-radius: 4px; }
.ext-btn-primary span, .ext-btn-outline span { display: inline-block;letter-spacing: 0.15em; }
.ext-btn-primary span, .ext-btn-outline span { -webkit-transform: none;transform: none;}
.ext-btn-primary { background: #fff; color: #05619D; }
.ext-btn-primary:hover { background: transparent; color: #fff; border-color: #fff; text-decoration: none; }
.ext-btn-outline { background: transparent; color: #fff; }
.ext-btn-outline:hover { background: #fff; color: #05619D; text-decoration: none; }

/* Tablet Styles (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Section padding */
    .ext-inner { padding: 70px 4% 70px; }
    /* Titles */
    .ext-title { font-size: 36px; }
    .ext-cta h2 { font-size: 36px; }
    /* Why grid - 2 columns on tablet */
    .ext-why-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    /* Service cards */
    .ext-card-number { min-width: 70px; font-size: 40px; }
    .ext-card-content { padding: 28px; }
    .ext-card h3 { font-size: 22px; }
    /* Checklist */
    .ext-checklist { gap: 10px; }}
/* Mobile Landscape (480px - 768px) */
@media (max-width: 768px) {
    /* Section padding */
    .ext-inner { padding: 50px 4% 50px; }
    .ext-cta { padding: 50px 20px; }
    /* Titles */
    .ext-title { font-size: 32px; line-height: 1.2em; }
    .ext-cta h2 { font-size: 28px; }
    .ext-desc { font-size: 16px; text-align: left; margin-bottom: 32px; }
    /* Service cards - vertical stack */
    .ext-card { flex-direction: column; }
    .ext-card-number { min-width: auto; padding: 16px; border-right: none; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 32px; }
    .ext-card-content { padding: 24px; }
    .ext-card h3 { font-size: 20px; }
    .ext-card p { font-size: 15px; text-align: left; }
    .ext-card-list li { text-align: left; }
    /* Why grid - 1 column */
    .ext-why-grid { grid-template-columns: 1fr; gap: 16px; }
    .ext-why-card p { text-align: left; }
    /* Checklist - 1 column */
    .ext-checklist { grid-template-columns: 1fr; gap: 10px; }
    /* Upgrades - vertical */
    .ext-upgrade-row { flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px 20px; }
    .ext-upgrade-row .ext-badge { align-self: flex-start; }
    /* CTA buttons */
    .ext-cta-btns { flex-direction: column; align-items: center; gap: 12px; }
    .ext-btn-primary, 
    .ext-btn-outline { width: 100%; max-width: 300px; padding: 10px 20px; font-size: 14px; min-height: 48px; white-space: normal; word-break: break-word; }
    /* Banner */
    .banner-page .banner-inner h1 { font-size: 36px !important; }
    /* Main content */
    .services-content .services-inner { padding-top: 60px; padding-bottom: 60px; }
    .services-content .services-inner h1 { font-size: 36px; }
    .services-content .services-inner p { font-size: 16px; padding-top: 30px; padding-bottom: 30px; }}
/* Mobile Portrait (320px - 480px) */
@media (max-width: 480px) {
    /* Section padding */
    .ext-inner { padding: 40px 4% 40px; }
    .ext-cta { padding: 40px 16px; }
    /* Titles */
    .ext-title { font-size: 28px; }
    .ext-label { font-size: 11px; }
    .ext-cta h2 { font-size: 24px; }
    .ext-desc { font-size: 15px; }
    /* Service cards */
    .ext-card-content { padding: 20px; }
    .ext-card-number { padding: 12px; font-size: 28px; }
    .ext-card h3 { font-size: 18px; }
    .ext-card p { font-size: 14px; }
    .ext-card-icon { font-size: 40px; margin-bottom: 16px; }
    .ext-card-icon--svg { width: 48px; height: 48px; margin-bottom: 16px; }
    .ext-card-list li { font-size: 13px; padding-left: 20px; }
    /* Why cards */
    .ext-why-card { padding: 20px; }
    .ext-why-icon { font-size: 36px; margin-bottom: 12px; }
    .ext-why-icon--svg { width: 40px; height: 40px; margin-bottom: 12px; }
    .ext-why-card h4 { font-size: 16px; }
    .ext-why-card p { font-size: 13px; }
    /* Checklist */
    .ext-check-item { padding: 12px; }
    .ext-check-heading { font-size: 14px; }
    .ext-check-body { font-size: 13px; }
    .ext-check-icon--svg { width: 20px; height: 20px; }
    /* Upgrades */
    .ext-upgrade-row { padding: 16px; }
    .ext-upgrade-row h4 { font-size: 16px; }
    .ext-upgrade-row p { font-size: 13px; }
    .ext-badge { font-size: 10px; padding: 4px 12px; }
    /* CTA */
    .ext-cta p { font-size: 15px; margin-bottom: 24px; }
    .ext-btn-primary, 
    .ext-btn-outline { max-width: 260px; padding: 8px 16px; font-size: 13px; min-height: 44px; }}
/* Small Mobile (under 360px) */
@media (max-width: 360px) {
    .ext-title { font-size: 24px; }
    .ext-card-content { padding: 16px; }
    .ext-card h3 { font-size: 16px; }
    .ext-why-card { padding: 16px; }
    .ext-check-item { padding: 10px; }}
/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .ext-card:hover { transform: none; }
    .ext-why-card:hover { transform: none; }
    .ext-upgrade-row:hover { transform: none; }
    .ext-btn-primary, .ext-btn-outline { cursor: pointer; min-height: 48px; }}
/* Landscape Mode on Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .ext-inner { padding: 40px 4% 40px; }
    .ext-why-grid { grid-template-columns: repeat(2, 1fr); }
    .ext-checklist { grid-template-columns: repeat(2, 1fr); }}
/* High Resolution Screens */
@media (min-width: 1440px) {
    .ext-inner { max-width: 1200px; }
    .ext-cards-grid--vertical { max-width: 1100px; }
    .ext-title { font-size: 48px; }}


/* news-grid */
.news-grid { display: block; }
.news-grid article { display: flex; flex-direction: row; }
.news-grid article:nth-child(odd) { background: #D6D6D6; }
.news-grid article:nth-child(even) { background: #2B2B2B; }
.news-grid article .news-left { width: 50%; }
.news-grid article .news-right { width: 50%; }
.news-grid article:nth-child(even) .news-left { order: 2; }
.news-grid article:nth-child(even) .news-right { order: 1; }
.news-grid img { display: block; height: auto; width: 100%; }
.news-grid .news-content { color: #2B2B2B; display: block; margin-left: 90px; margin-right: 90px; text-align: right; top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.news-grid .news-content h1 { font-family: 'Oswald', sans-serif; font-size: 73.98px; line-height: 0.89em; padding-bottom: 32px; text-transform: uppercase; }
.news-grid .news-content h2 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: bold; line-height: 1.27em; letter-spacing: 0.1em; padding-bottom: 10px; padding-top: 5px; }
.news-grid .news-content hr { background: #2B2B2B; display: inline-block; height: 4px; border: 0px none; margin: 0px; padding: 0px; width: 224px; }
.news-grid .news-content p { color: rgba(48, 48, 48, 0.8); font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.5em; padding-bottom: 67px; padding-top: 45px; }
.news-grid .news-content a.news-link { background: none; border: 2px solid #2B2B2B; color: #2B2B2B; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 50px; line-height: 43px; text-align: center; text-transform: uppercase; vertical-align: top; width: 176px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44) }
.news-grid .news-content a.news-link span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.news-grid .news-content a.news-link:hover { background: #2b2b2b; color: #fff; }
.news-grid article:nth-child(even) .news-content { color: #fff; float: left; text-align: left; }
.news-grid article:nth-child(even) .news-content hr { background: #fff; }
.news-grid article:nth-child(even) .news-content p { color: rgba(255, 255, 255, 0.8); }
.news-grid article:nth-child(even) .news-content a.news-link { border-color: #fff; color: #fff; }
.news-grid article:nth-child(even) .news-content a.news-link:hover { background: #fff; color: #2b2b2b; }


/* news-internal */
.news-internal { background: #fff; color: #2b2b2b; text-align: center; }
.news-internal .news-inner { display: block; margin: 0px auto; max-width: 1010px; padding-bottom: 188px; padding-top: 138px; width: 90%; }
.news-internal .news-inner h1 { font-family: 'Oswald', sans-serif; font-size: 50.98px; line-height: 0.89em; padding-bottom: 34px; text-transform: uppercase; }
.news-internal .news-inner hr { background: #2B2B2B; display: inline-block; height: 4px; border: 0px none; margin: 0px; padding: 0px; width: 224px; }
.news-internal .news-inner p { color: rgba(48, 48, 48, 0.8); font-family: 'Open Sans', sans-serif; font-size: 20px; line-height: 1.65em; padding-bottom: 33px; padding-top: 0px; }
.news-internal .news-inner p:first-of-type { padding-bottom: 66px; padding-top: 130px; }
.news-internal .news-bottom { display: block; margin: 0px auto; max-width: 1260px; padding-bottom: 167px; padding-top: 55px; text-align: left; width: 94%; }
.news-internal .news-bottom img { display: inline-block; height: auto; padding-right: 15px; vertical-align: middle; width: 93px; }
.news-internal .news-bottom p { font-family: 'Open Sans', sans-serif; font-size: 19.98px; display: inline-block; margin-top: -3px; vertical-align: middle; }
.news-internal .news-bottom p strong { font-family: 'Oswald', sans-serif; padding-right: 20px; }
.news-internal .news-bottom p span { font-family: 'Open Sans', sans-serif; padding-left: 20px; }
.news-internal .news-bottom ul { display: inline-block; vertical-align: middle; padding-left: 30px; padding-top: 5px; }
.news-internal .news-bottom ul li { color: #949494; font-family: 'Open Sans', sans-serif; font-size: 16px; display: inline-block; vertical-align: middle; }
.news-internal .news-bottom ul li a { background: url(/wp-content/themes/uft/img/canvas.png) 0px 0px no-repeat; background-size: 26px auto; color: #fff; display: block; overflow: hidden; position: relative; top: -2px; text-indent: 99999px; height: 26px; width: 26px; }
.news-internal .news-bottom ul li.icon-fb a { background-position: 0px -104px; }
.news-internal .news-bottom ul li.icon-tw a { background-position: 0px -130px; }
.news-internal .news-bottom ul li.icon-pt a { background-position: 0px -156px; }
.news-internal .news-bottom ul li.icon-em a { background-position: 0px -182px; }
.news-internal .news-bottom .news-navigation { display: inline-block; float: right; padding-top: 15px; vertical-align: middle; }
.news-internal .news-bottom .news-navigation a { background: #2373A9; border: 2px solid #2373A9; color: #fff; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 50px; line-height: 43px; padding: 0px 20px; text-align: center; text-transform: uppercase; vertical-align: top; }
.news-internal .news-bottom .news-navigation a:first-of-type { margin-right: 30px; }
.news-internal .news-bottom .news-navigation a span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.news-internal .news-bottom .news-navigation a:hover { background: none; border: 2px solid #2B2B2B; color: #2B2B2B; }


/* quote-grid */
.quote-grid { background: #fff; color: #2b2b2b; display: table; height: 680px; width: 100%; }
.quote-grid .quote-left { display: table-cell; vertical-align: top; width: 50%; }
.quote-grid .quote-right { background: #2b2b2b; display: table-cell; vertical-align: top; width: 50%; }
.quote-grid .quote-content { display: block; padding-top: 190px; text-align: center; }
.quote-grid .quote-content h1 { font-family: 'Oswald', sans-serif; font-size: 73.98px; line-height: 0.89em; padding-bottom: 33px; text-transform: uppercase; }
.quote-grid .quote-content hr { background: #2B2B2B; display: inline-block; height: 4px; border: 0px none; margin: 0px; padding: 0px; width: 224px; }
.quote-grid .quote-content p { color: rgba(48, 48, 48, 0.8); font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 1.5em; padding-bottom: 0px; padding-top: 45px; }
.quote-grid .quote-content p:last-child { padding-top: 34px; }
.quote-grid .quote-content p a { color: rgba(48, 48, 48, 0.8); }
.quote-grid .quote-content p a:hover { text-decoration: underline; }


/* quote-form */
.quote-form { background: #F5F5F5; display: block; padding-bottom: 267px; padding-top: 221px; width: 100%; }
.quote-form form { display: block; margin-left: auto; margin-right: auto; max-width: 1222px; width: 90%; }
.quote-form form fieldset { display: inline-block; margin-bottom: 22px; vertical-align: top; }
.quote-form form fieldset.full,
.quote-form form fieldset.middle { width: 100%; }
.quote-form form fieldset.middle { text-align: center; }
.quote-form form fieldset.half { margin-right: -4px; width: 50%; }
.quote-form form fieldset input,
.quote-form form fieldset textarea { background: #fff; border: 1px solid #ECEDF0; display: block; font-family: 'Open Sans', sans-serif; font-size: 19.02px; padding: 0px 55px; width: 100%; }
.quote-form form fieldset input { color: #2b2b2b; height: 64px; }
.quote-form form fieldset textarea { margin-top: 5px; min-height: 301px; padding-bottom: 30px; padding-top: 30px; resize: none; }

.quote-form form fieldset input.wpcf7-not-valid,
.quote-form form fieldset textarea.wpcf7-not-valid { border-color: #C30; }

.quote-form form .wpcf7-not-valid-tip,
.quote-form form .wpcf7-validation-errors,
.quote-form form .wpcf7-response-output { display: none !important; opacity: 0; visibility: hidden !important; }


.quote-form form fieldset.half:nth-of-type(1) input { width: calc(100% - 10px); }
.quote-form form fieldset.half:nth-of-type(2) input { float: right; width: calc(100% - 10px); }
.quote-form form fieldset.half:nth-of-type(3) input { width: calc(100% - 10px); }
.quote-form form fieldset.half:nth-of-type(4) input { float: right; width: calc(100% - 10px); }
.quote-form form fieldset.half input { width: calc(100% - 10px); }
.quote-form form fieldset.middle { padding-top: 112px; }
.quote-form form fieldset button { background: #2373A9; border: 0px none; color: #fff; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 16.9px; height: 41px; line-height: 39px; text-align: center; text-transform: uppercase; vertical-align: top; width: auto; }
.quote-form form fieldset button span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
.quote-form form fieldset button:hover { background: #2b2b2b; }
.quote-form form fieldset *::-webkit-input-placeholder { color: #8E8E8E; opacity: 1; }
.quote-form form fieldset *::-moz-placeholder { color: #8E8E8E; opacity: 1; }
.quote-form form fieldset *:-ms-input-placeholder { color: #fff; opacity: 1; }
.quote-form form fieldset *:-moz-placeholder { color: #8E8E8E; opacity: 1; }
.quote-form form fieldset *:focus::-webkit-input-placeholder { color: transparent !important; }
.quote-form form fieldset *:focus::--moz-placeholder { color: transparent !important; }
.quote-form form fieldset *:focus::-ms-input-placeholder { color: transparent !important; }
.quote-form form fieldset *:focus::-moz-placeholder { color: transparent !important; }


/* menu */
#menu { background: #363636; color: #fff; display: none; height: 100%; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 2; }
#menu .menu-inner { display: block; margin: 0px 40px; padding-bottom: 30px; margin-bottom: 117px !important; padding-top: 42px; width: auto; }
#menu .menu-inner a.menu-logo { display: inline-block; width: 49px; vertical-align: top; }
#menu .menu-inner a.menu-logo img { display: block; height: auto; width: 100%; }
#menu .menu-inner #close_menu { background: url(/wp-content/themes/uft/img/canvas.png) 0px -286px no-repeat; background-size: 26px auto; cursor: pointer; display: block; height: 26px; position: absolute; right: 40px; top: 42px; width: 26px; }
#menu .menu-inner.is_stuck #close_menu { right: 0px; }
#menu .menu-inner .menu-accordion { display: block; margin-top: -3px; padding-bottom: 51px; text-align: center; }
#menu .menu-inner .menu-accordion p { display: block; padding-bottom: 9.5px; padding-top: 8px; }
#menu .menu-inner .menu-accordion a { color: #fff; font-family: 'Open Sans', sans-serif; font-size: 16.9px; line-height: 1.65em; position: relative; z-index: 2; }
#menu .menu-inner .menu-accordion a:hover { color: #808080; }
#menu .menu-inner .accordion-toggle {cursor: pointer;}
#menu .menu-inner .accordion-content { background: #2B2B2B; display: none; margin-left: -40px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44); padding-top: 35px; width: calc(100% + 80px); position: relative; top: -41px; z-index: 1; padding-bottom: 20px; margin-bottom: -41px;}
#menu .menu-inner .accordion-content p { padding-bottom: 5.5px; padding-top: 6px; }
#menu .menu-inner .accordion-content a { font-family: 'Oswald', sans-serif; font-size: 16.9px; font-weight: 600; line-height: 1.2em; }
#menu .menu-inner .accordion-content a:hover { color: #2373A9; }
#menu .menu-inner .accordion-content.default {display: block;}
#menu .menu-inner a.blue-link { background: #2373A9; color: #fff; display: block; font-family: 'Oswald', sans-serif; font-size: 12.37px; height: 30px; line-height: 29px; margin: 0px auto; text-align: center; text-transform: uppercase; vertical-align: top; width: 122px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44) }
#menu .menu-inner a.blue-link span { display: block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; }
#menu .menu-inner a.blue-link:hover { background: #fff; color: #000000; }
#menu .menu-bottom { background: #000000; bottom: 0px; height: 117px; left: 0px; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44); padding-top: 25px; position: fixed; text-align: center; width: 100%; }
#menu .menu-bottom p { font-size: 10.19px; padding-bottom: 1px; padding-top: 8px; }
#menu .menu-bottom p a { color: #8B8E93; margin: 0px 3px; }
#menu .menu-bottom p:last-child a { margin: 0px 7.5px;}

.dual-grid.products-block + .gallery { display: none !important; }

.gallery { position: relative; }
.gallery img { display: block; height: auto; width: 100%; }

.gallery .slick-arrow { border: 0px none; background: #2373A9; display: block; height: 48px; width: 48px; color: #fff; display: block; font-family: 'Oswald', sans-serif; font-size: 32px; height: 50px; line-height: 1em; text-align: center; text-transform: uppercase; vertical-align: top; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44); padding-bottom: 4px; position: absolute; top: 50%; margin-top: -24px; z-index: 10; }
.gallery .slick-arrow:hover { background: #2b2b2b; }

.gallery .slick-arrow.slick-prev { left: 10px; }
.gallery .slick-arrow.slick-next { right: 10px; }


.gallery-grid { background: #fff; display: flex; flex-wrap: wrap; padding: 0px 4.5px; width: 100% }
.gallery-grid article { cursor: pointer; display: block; margin: 4.5px; width: calc(25% - 9px); }
.gallery-grid article img { display: block; height: auto; width: 100%; }


#gallery_modal { background: rgba(43, 43, 43, 0.9); display: none; padding-left: 103px; padding-right: 103px; padding-top: 50px; position: fixed; top: 0px; height: 100%; left: 0px; width: 100%; z-index: 99999; }
#gallery_modal .gallery { background: url(/wp-content/themes/uft/img/logo.png) center center no-repeat; height: calc(100vh - 100px); }
#gallery_modal .gallery .slick-arrow.slick-prev { left: 0px; }
#gallery_modal .gallery .slick-arrow.slick-next { right: 0px; }

#gallery_modal #close_gallery { border: 0px none; background: #2373A9; cursor: pointer; display: block; height: 48px; width: 48px; color: #fff; display: block; font-family: 'Open Sans', sans-serif; font-size: 19.06px; height: 50px; line-height: 50px; text-align: center; text-transform: uppercase; vertical-align: top; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44); padding-bottom: 4px; position: absolute; right: 103px; top: 50px; margin-top: 0px; z-index: 10; }

/* Home page */

/* Banner */
.fo-info {
    background: #2373A9;
    padding: 30px 0;
    position: relative;
}
.fo-info p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    letter-spacing: 0.05em;
}
.fo-info .fo-close {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    background-color: #04426B;
    border: none;
}

.scroll-button {
    position: absolute;
    bottom: 7%;
    right: 50%;
    transform: translateX(-50%);
}
.scroll-button img {
    width: 18px;
    height: 28px;
    border-radius: 7px;
}

/*  Product list*/

.foo-products {
    padding: 120px 0 155px;
    background-color: #fff;
}
.foo-products .foo-container {
    width: 100%;
    max-width: 1490px;
    margin: auto;
    padding: 0 15px;
}

.products__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}
.products__list .products__item {
    position: relative;
    flex: 1 1 auto;
    padding-top: 33%;
    width: calc(100% * (1 / 5) - 0px);
    overflow-x: hidden;
}
.products__list .products__item:nth-of-type(1) {
    background-color: #DFBC6F;
    overflow-x: hidden;
}
.products__list .products__item:nth-of-type(1) .products__image {
    height: inherit;
    width: 100%;
    top: 53%;
    transform: translateY(-50%);
    right: inherit;
    left: 30%;
    position: absolute;
}
.products__list .products__item:nth-of-type(2) {
    background-color: #D68F4E;
}
.products__list .products__item:nth-of-type(2) .products__image {
    position: absolute;
    top: 56%;
    left: 15%;
    z-index: 0;
    width: 72%;
    height: auto;
    transform: translateY(-50%);
}
.products__list .products__item:nth-of-type(3) {
    background-color: #7DB1AD;
}
.products__list .products__item:nth-of-type(3) .products__image {
    left: 20%;
    width: 58%;
    height: auto;
    top: 55%;
    transform: translateY(-50%);
    z-index: 0;
    position: absolute;
}
.products__list .products__item:nth-of-type(4) {
    background-color: #CDB697;
}
.products__list .products__item:nth-of-type(4) .products__image {
    width: 79%;
    top: 51%;
    left: 22%;
    position: absolute;
    height: auto;
    transform: translateY(-50%);
}
.products__list .foo__wrapper .products__title {
    color: #fff;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 104%;
    letter-spacing: 0.03em;
}
.products__list .foo__wrapper {
    position: absolute;
    width: 50%;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 0.5em;
}
.products__list .foo__wrapper .products__link {
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    position: relative;
    color: #fff;
    background-color: blue;
    padding: 4% 11%;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
}
.products__list .foo__wrapper .products__link:hover {
    opacity: .8;
}

/* NEW HOMEPAGE SECTIONS */

/* SECTION 1: Intro Text Block */
.intro-text-block { padding: 200px 40px; background: linear-gradient(180deg, #ffffff 0%, #c3cfe2 100%); }
.intro-text-block .foo-container { max-width: 1200px; margin: 0 auto; text-align: center; }
.intro-text-block h1 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: #2373A9; margin-bottom: 30px; line-height: 1.2; position: relative; }
.intro-text-block h1::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.intro-text-block .intro-content { max-width: 900px; margin: 0 auto; }
.intro-text-block .intro-content p { font-size: 18px; line-height: 1.6; color: #333; margin-bottom: 20px; }
@media (max-width: 768px) {
    .intro-text-block { padding: 80px 20px; }
    .intro-text-block h1 { font-size: 32px; margin-bottom: 25px; }
    .intro-text-block h1::after { width: 50px; height: 2.5px; margin: 15px auto 0; } }
@media (min-width: 769px) and (max-width: 1024px) {
    .intro-text-block { padding: 120px 40px; }
    .intro-text-block h1 { font-size: 38px; }
    .intro-text-block h1::after { width: 55px; } }
@media (min-width: 1400px) {
    .intro-text-block { padding: 250px 40px; }
    .intro-text-block h1 { font-size: 52px; }
    .intro-text-block h1::after { width: 70px; height: 4px; margin: 25px auto 0; } }

/* SECTION 2: Why ROI Strategy */
.roi-strategy { padding: 120px 40px; background: linear-gradient(180deg, #c3cfe2 0%, #ffffff 100%); position: relative; }
.roi-strategy .foo-container { max-width: 1280px; margin: 0 auto; text-align: center; }
.roi-strategy h2 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; color: #1a4b6e; margin-bottom: 30px; letter-spacing: 0.02em; line-height: 1.2; position: relative; }
.roi-strategy h2::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.roi-strategy .roi-description { max-width: 700px; margin: 30px auto 15px; font-size: 17px; line-height: 1.6; color: #555; }
.roi-strategy .roi-leadin { max-width: 700px; margin: 0 auto 60px; font-size: 20px; font-weight: 600; line-height: 1.5; color: #2373A9; font-family: 'Oswald', sans-serif; letter-spacing: -0.01em; position: relative; padding-bottom: 0; }
.roi-advantages-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin: 0 auto; }
.roi-advantage-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; padding: 40px 28px; background: #ffffff; border-radius: 20px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; position: relative; border: 1px solid rgba(0, 0, 0, 0.05); }
.roi-advantage-item:nth-child(1) { border-top: 4px solid #DFBC6F; }
.roi-advantage-item:nth-child(2) { border-top: 4px solid #D68F4E; }
.roi-advantage-item:nth-child(3) { border-top: 4px solid #7DB1AD; }
.roi-advantage-item:hover { transform: translateY(-8px); box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.15); }
.roi-advantage-item:nth-child(1):hover { background: linear-gradient(180deg, #fff 0%, #fef9f0 100%); }
.roi-advantage-item:nth-child(2):hover { background: linear-gradient(180deg, #fff 0%, #fef5ed 100%); }
.roi-advantage-item:nth-child(3):hover { background: linear-gradient(180deg, #fff 0%, #f0f6f5 100%); }
.roi-advantage-item h3 { font-size: 24px; font-family: 'Oswald', sans-serif; font-weight: 600; color: #1a1a2e; margin-bottom: 15px; letter-spacing: -0.01em; line-height: 1.3; }
.roi-advantage-item p { font-size: 15px; line-height: 1.6; color: #555; margin: 0; }
.roi-advantages-grid { counter-reset: advantage-counter; }
.roi-advantage-item { counter-increment: advantage-counter; }
.roi-advantage-item::before { content: "0" counter(advantage-counter); display: block; font-size: 14px; font-weight: 700; font-family: 'Oswald', sans-serif; margin-bottom: 20px; letter-spacing: 1px; }
.roi-advantage-item:nth-child(1)::before { color: #DFBC6F; }
.roi-advantage-item:nth-child(2)::before { color: #D68F4E; }
.roi-advantage-item:nth-child(3)::before { color: #7DB1AD; }
.roi-advantage-item:nth-child(n+10)::before { content: counter(advantage-counter); }
@media (max-width: 768px) {
    .roi-strategy { padding: 80px 20px; }
    .roi-strategy h2 { font-size: 32px; margin-bottom: 25px; }
    .roi-strategy h2::after { width: 50px; height: 2.5px; margin: 15px auto 0; }
    .roi-strategy .roi-description { font-size: 15px; margin: 20px auto 10px; padding: 0 15px; }
    .roi-strategy .roi-leadin { font-size: 18px; margin: 0 auto 40px; padding: 0 15px; }
    .roi-advantages-grid { gap: 20px; }
    .roi-advantage-item { min-width: 100%; max-width: 100%; padding: 30px 20px; }
    .roi-advantage-item h3 { font-size: 22px; }
    .roi-advantage-item p { font-size: 14px; }
    .roi-advantage-item::before { font-size: 12px; margin-bottom: 15px; } }
@media (min-width: 769px) and (max-width: 1024px) {
    .roi-strategy { padding: 100px 30px; }
    .roi-strategy h2 { font-size: 38px; }    
    .roi-strategy h2::after { width: 55px; }   
    .roi-strategy .roi-description { font-size: 16px; padding: 0 20px; }
    .roi-strategy .roi-leadin { font-size: 19px; padding: 0 20px; }
    .roi-advantage-item { min-width: calc(50% - 30px); max-width: calc(50% - 30px); padding: 35px 25px; }
    .roi-advantage-item:last-child:nth-child(odd) { max-width: 100%; min-width: 100%; }
    .roi-advantage-item h3 { font-size: 22px; } }
@media (min-width: 1400px) {
    .roi-strategy { padding: 140px 40px; }
    .roi-strategy h2 { font-size: 52px; }
    .roi-strategy h2::after { width: 70px; height: 4px; margin: 25px auto 0; }
    .roi-strategy .roi-description { font-size: 18px; max-width: 800px; }
    .roi-strategy .roi-leadin { font-size: 22px; max-width: 800px; }
    .roi-advantages-grid { gap: 35px; max-width: 1400px; }
    .roi-advantage-item { min-width: 320px; max-width: 400px; padding: 45px 35px; }
    .roi-advantage-item h3 { font-size: 26px; }
    .roi-advantage-item p { font-size: 16px; }
    .roi-advantage-item::before { font-size: 16px; margin-bottom: 25px; } }
@media (max-width: 480px) {
    .roi-strategy { padding: 60px 15px; }
    .roi-strategy h2 { font-size: 28px; }
    .roi-strategy h2::after { width: 40px; height: 2px; }
    .roi-strategy .roi-description { font-size: 14px; }
    .roi-strategy .roi-leadin { font-size: 16px; margin-bottom: 30px; }
    .roi-advantage-item { padding: 25px 15px; }
    .roi-advantage-item h3 { font-size: 20px; }
    .roi-advantage-item p { font-size: 13px; } }
@media (max-width: 768px) and (orientation: landscape) {
    .roi-strategy { padding: 60px 20px; }
    .roi-advantage-item { min-width: calc(50% - 20px); max-width: calc(50% - 20px); } }

/* SECTION 3: Core Services */
.core-services { padding: 120px 40px; background: linear-gradient(180deg, #ffffff 0%, #c3cfe2 100%); position: relative; }
.core-services .foo-container { max-width: 1280px; margin: 0 auto; }
.core-services h2 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; color: #1a4b6e; margin-bottom: 20px; letter-spacing: 0.02em; line-height: 1.2; position: relative; }
.core-services h2::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.services-grid { display: flex; flex-direction: column; gap: 40px; margin-top: 60px; }
.service-item { width: 100%; background: #ffffff; border-radius: 24px; transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 0.06); position: relative; overflow: hidden; }
.service-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; transition: height 0.3s ease; z-index: 2; }
.service-item:nth-child(1)::before { background: #DFBC6F; }
.service-item:nth-child(2)::before { background: #D68F4E; }
.service-item:nth-child(3)::before { background: #7DB1AD; }
.service-item:hover::before { height: 6px; }
.service-item:hover { transform: translateY(-5px); border-color: rgba(0, 0, 0, 0.1); box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.12); }
.service-layout { display: flex; gap: 48px; align-items: center; padding: 48px; }
.service-image-wrapper { flex: 0 0 280px; border-radius: 20px; overflow: hidden; position: relative; }
.service-image { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform 0.5s ease; }
.service-item:hover .service-image { transform: scale(1.05); }
.service-content-wrapper { flex: 1; }
.service-content-wrapper h3 { font-size: 32px; font-family: 'Oswald', sans-serif; font-weight: 700; color: #1a4b6e; margin-bottom: 20px; letter-spacing: -0.01em; line-height: 1.3; position: relative; padding-bottom: 15px; }
.service-content-wrapper h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background: currentColor; opacity: 0.4; transition: width 0.3s ease; }
.service-item:hover .service-content-wrapper h3::after { width: 80px; }
.service-item:nth-child(1) .service-content-wrapper h3::after { color: #DFBC6F; }
.service-item:nth-child(2) .service-content-wrapper h3::after { color: #D68F4E; }
.service-item:nth-child(3) .service-content-wrapper h3::after { color: #7DB1AD; }
.service-description { font-size: 17px; line-height: 1.7; color: #444; margin-bottom: 24px; text-align: justify; }
.service-bullets { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; }
.bullet-item { position: relative; padding-left: 28px; transition: all 0.3s ease; }
.bullet-title { font-size: 18px; font-family: 'Oswald', sans-serif; font-weight: 600; color: #1a4b6e; margin-bottom: 8px; line-height: 1.3; transition: color 0.3s ease; }
.bullet-description { font-size: 15px; line-height: 1.6; color: #555; margin: 0; text-align: justify; }
.bullet-item::before { content: '✓'; position: absolute; left: 0; top: 0; font-weight: 700; font-size: 18px; transition: transform 0.2s ease; }
.service-item:nth-child(1) .bullet-item::before { color: #DFBC6F; }
.service-item:nth-child(2) .bullet-item::before { color: #D68F4E; }
.service-item:nth-child(3) .bullet-item::before { color: #7DB1AD; }
.service-item:hover .bullet-item::before { transform: translateX(3px); }
.service-item:hover .bullet-title { color: #2373A9; }
.service-item { counter-increment: service-counter; }
.service-item::after { content: "0" counter(service-counter); position: absolute; bottom: 30px; right: 30px; font-size: 80px; font-weight: 800; font-family: 'Oswald', sans-serif; opacity: 0.03; pointer-events: none; transition: opacity 0.3s ease; z-index: 1; }
.service-item:hover::after { opacity: 0.08; }
.services-grid { counter-reset: service-counter; }
.service-item:nth-child(n+10)::after { content: counter(service-counter); }
@media (max-width: 1199px) { 
	.service-layout { gap: 35px; padding: 40px; }
    .service-image-wrapper { flex: 0 0 240px; }
    .service-image { height: 240px; }
    .service-content-wrapper h3 { font-size: 28px; }
    .service-description { font-size: 16px; }
    .service-bullets li { font-size: 15px; } }
@media (max-width: 1023px) {
    .service-layout { flex-direction: column; gap: 30px; padding: 35px; }
    .service-image-wrapper { flex: auto; width: 100%; max-width: 400px; margin: 0 auto; }
    .service-image { height: 260px; }
    .service-content-wrapper { width: 100%; }
    .service-content-wrapper h3 { font-size: 26px; text-align: center; }
    .service-content-wrapper h3::after { left: 50%; transform: translateX(-50%); width: 50px; }
    .service-item:hover .service-content-wrapper h3::after { width: 70px; }
    .service-description { text-align: center; font-size: 16px; }
    .service-bullets li { text-align: left; font-size: 15px; } }
@media (max-width: 767px) {
    .core-services { padding: 80px 20px; }
    .core-services h2 { font-size: 32px; }
    .core-services h2::after { width: 50px; height: 2.5px; margin: 15px auto 0; }
    .services-grid { gap: 30px; margin-top: 40px; }
    .service-layout { gap: 25px; padding: 30px 24px; }
    .service-image-wrapper { max-width: 350px; }
    .service-image { height: 220px; }
    .service-content-wrapper h3 { font-size: 24px; }
    .service-content-wrapper h3::after { width: 45px; }
    .service-description { font-size: 15px; margin-bottom: 20px; }
    .service-item::after { font-size: 50px; bottom: 15px; right: 15px; }
	.service-bullets { gap: 16px; }
    .bullet-title { font-size: 16px; margin-bottom: 6px; }
    .bullet-description { font-size: 14px; }
    .bullet-item { padding-left: 25px; }
    .bullet-item::before { font-size: 16px; top: 2px; } }
@media (max-width: 575px) {
	.core-services { padding: 60px 15px; }
    .core-services h2 { font-size: 28px; } 
    .core-services h2::after { width: 40px; height: 2px; margin: 12px auto 0; }
    .services-grid { gap: 25px; margin-top: 30px; }
    .service-layout { gap: 20px; padding: 25px 20px; }
    .service-image-wrapper { max-width: 280px; }
    .service-image { height: 180px; }
    .service-content-wrapper h3 { font-size: 22px; margin-bottom: 15px; padding-bottom: 12px; }
    .service-content-wrapper h3::after { width: 40px; height: 2px; }
    .service-description { font-size: 14px; line-height: 1.6; margin-bottom: 18px; }
    .service-item::after { font-size: 40px; bottom: 10px; right: 10px; opacity: 0.05; }
    .service-item:hover::after { opacity: 0.1; } 
	.service-bullets { gap: 14px; }
    .bullet-title { font-size: 15px; margin-bottom: 5px; }
    .bullet-description { font-size: 13px; }
    .bullet-item { padding-left: 22px; }
    .bullet-item::before { font-size: 14px; top: 1px; } }
@media (max-width: 374px) {
    .core-services { padding: 50px 12px; }
    .core-services h2 { font-size: 24px;}
    .service-layout { padding: 20px 15px; }
    .service-image { height: 160px; }
    .service-content-wrapper h3 { font-size: 20px; }
    .service-description { font-size: 13px; }
    .service-item::after { font-size: 35px; } }
@media (min-width: 1400px) and (max-width: 1919px) {
    .core-services { padding: 140px 40px; }
    .core-services .foo-container { max-width: 1400px; }
    .core-services h2 { font-size: 48px; }
    .core-services h2::after { width: 70px; height: 4px; margin: 25px auto 0; }
    .service-layout { max-width: 1300px; margin: 0 auto; gap: 60px; padding: 55px; }
    .service-image-wrapper { flex: 0 0 320px; }
    .service-image { height: 320px; }
    .service-content-wrapper h3 { font-size: 36px; }
    .service-description { font-size: 18px; }
    .service-item::after { font-size: 100px; bottom: 40px; right: 40px; } 
	.bullet-title { font-size: 20px; margin-bottom: 10px; }
    .bullet-description { font-size: 16px; }
    .bullet-item::before { font-size: 20px; } }
@media (min-width: 1920px) {
    .core-services { padding: 160px 40px; }
    .core-services .foo-container { max-width: 1600px; }
    .core-services h2 { font-size: 56px; }
    .core-services h2::after { width: 80px; height: 4px; margin: 30px auto 0; }
    .service-layout { max-width: 1500px; gap: 80px; padding: 65px; }
    .service-image-wrapper { flex: 0 0 380px; }
    .service-image { height: 380px; }
    .service-content-wrapper h3 { font-size: 42px; }
    .service-description { font-size: 20px; margin-bottom: 30px; }
    .service-item::after { font-size: 120px; bottom: 50px; right: 50px; } 
	.bullet-title { font-size: 22px; margin-bottom: 12px; }
    .bullet-description { font-size: 17px; }
    .bullet-item::before { font-size: 22px; }
}
@media (max-width: 1024px) and (orientation: landscape) { 
	.service-layout { gap: 30px; padding: 30px; }
    .service-image-wrapper { flex: 0 0 200px; }
    .service-image { height: 200px; }
    .service-content-wrapper h3 { font-size: 24px; }
    .service-description { font-size: 15px; margin-bottom: 15px; }
    .bullet-item { text-align: left; }
    .bullet-title { text-align: left; }
    .bullet-description { text-align: left; } }

/* SECTION 4: Navigating the Market */
.navigating-market { padding: 120px 40px; background: linear-gradient(180deg, #c3cfe2 0%, #ffffff 100%); position: relative; }
.navigating-market .foo-container { max-width: 1280px; margin: 0 auto; }
.navigating-market h2 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; color: #1a4b6e; margin-bottom: 20px; letter-spacing: 0.02em; line-height: 1.2; position: relative; }
.navigating-market h2::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.navigating-market .market-description { text-align: center; max-width: 800px; margin: 30px auto 20px; font-size: 18px; line-height: 1.7; color: #555; }
.navigating-market .market-leadin { text-align: center; max-width: 700px; margin: 0 auto 60px; font-size: 20px; font-weight: 600; line-height: 1.5; color: #2373A9; font-family: 'Oswald', sans-serif; letter-spacing: -0.01em; }
.benefits-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin: 0 auto; }
.benefit-item { flex: 1; min-width: 280px; max-width: 350px; padding: 35px 30px; background: #ffffff; border-radius: 20px; transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 0.06); position: relative; overflow: hidden; text-align: center; }
.benefit-item:nth-child(1) { border-top: 4px solid #DFBC6F; }
.benefit-item:nth-child(2) { border-top: 4px solid #D68F4E; }
.benefit-item:nth-child(3) { border-top: 4px solid #7DB1AD; }
.benefit-item:nth-child(4) { border-top: 4px solid #DFBC6F; }
.benefit-item:nth-child(5) { border-top: 4px solid #D68F4E; }
.benefit-item:nth-child(6) { border-top: 4px solid #7DB1AD; }
.benefit-item:hover { transform: translateY(-8px); box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.15); }
.benefit-icon { margin-bottom: 20px; display: flex; justify-content: center; align-items: center; }
.benefit-icon-img { width: 60px; height: 60px; object-fit: contain; transition: transform 0.3s ease; }
.benefit-item:hover .benefit-icon-img { transform: scale(1.1); }
.benefit-item h3 { font-size: 22px; font-family: 'Oswald', sans-serif; font-weight: 600; color: #1a4b6e; margin-bottom: 15px; letter-spacing: -0.01em; position: relative; padding-bottom: 12px; line-height: 1.2; }
.benefit-item h3::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: currentColor; opacity: 0.3; transition: width 0.3s ease; }
.benefit-item:hover h3::after { width: 60px; }
.benefit-item:nth-child(1) h3::after { color: #DFBC6F; }
.benefit-item:nth-child(2) h3::after { color: #D68F4E; }
.benefit-item:nth-child(3) h3::after { color: #7DB1AD; }
.benefit-item:nth-child(4) h3::after { color: #DFBC6F; }
.benefit-item:nth-child(5) h3::after { color: #D68F4E; }
.benefit-item:nth-child(6) h3::after { color: #7DB1AD; }
.benefit-item p { font-size: 15px; line-height: 1.6; color: #555; margin: 0; text-align: center; }
.benefits-grid { counter-reset: benefit-counter; }
.benefit-item::before { display: none; }
.benefit-item h3::before { display: none; }
@media (max-width: 768px) {
    .navigating-market { padding: 80px 20px; }
    .navigating-market h2 { font-size: 32px; }
    .navigating-market h2::after { width: 50px; margin-top: 15px; }
    .navigating-market .market-description { font-size: 16px; margin: 20px auto 15px; }
    .navigating-market .market-leadin { font-size: 18px; margin-bottom: 40px; }
    .benefits-grid { gap: 20px; }
    .benefit-item { min-width: 100%; max-width: 100%; padding: 30px 25px; } 
    .benefit-item h3 { font-size: 20px; }
    .benefit-item p { font-size: 15px; }
	.benefit-icon-img { width: 50px; height: 50px;  } }
@media (min-width: 769px) and (max-width: 1024px) {
    .benefits-grid { gap: 25px; }
    .benefit-item { min-width: calc(50% - 25px); max-width: calc(50% - 25px); }
    .benefit-item:last-child:nth-child(odd) { max-width: 100%; }
    .benefit-icon-img { width: 55px; height: 55px; } }
@media (min-width: 1400px) {
    .benefits-grid { max-width: 1400px; }
    .benefit-item { min-width: 320px; max-width: 380px; padding: 40px 35px; }
    .benefit-item h3 { font-size: 24px; }
    .benefit-item p { font-size: 16px; }
    .benefit-icon-img { width: 70px; height: 70px; } }
@media (min-width: 1920px) {
    .benefit-icon-img { width: 80px; height: 80px; } }

/* SECTION 5: ROI-Ready Advantage */
.roi-advantage.alternating-layout { padding: 120px 40px; background: linear-gradient(180deg, #ffffff 0%, #c3cfe2 100%); position: relative; }
.roi-advantage.alternating-layout .foo-container { max-width: 1280px; margin: 0 auto; }
.roi-advantage.alternating-layout h2 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; color: #1a4b6e; margin-bottom: 20px; letter-spacing: 0.02em; line-height: 1.2; position: relative; }
.roi-advantage.alternating-layout h2::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.roi-advantage.alternating-layout .advantage-description { text-align: center; max-width: 800px; margin: 30px auto 60px; font-size: 18px; line-height: 1.7; color: #555; }
.alternating-container { display: flex; flex-direction: column; gap: 60px; }
.alternating-item { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; transition: all 0.3s ease; }
.alternating-item.left { direction: ltr; }
.alternating-item.left .content-side { order: 1; text-align: left; }
.alternating-item.left .image-side { order: 2; }
.alternating-item.right { direction: ltr; }
.alternating-item.right .content-side { order: 2; text-align: left; }
.alternating-item.right .image-side { order: 1; }
.content-side { padding: 20px; }
.step-badge { display: inline-block; font-size: 12px; font-family: 'Oswald', sans-serif; font-weight: 700; color: #fff; background: #2373A9; padding: 5px 15px; border-radius: 30px; margin-bottom: 20px; letter-spacing: 1.5px; text-transform: uppercase; }
.alternating-item:nth-child(1) .step-badge { background: #DFBC6F; }
.alternating-item:nth-child(2) .step-badge { background: #D68F4E; }
.alternating-item:nth-child(3) .step-badge { background: #7DB1AD; }
.alternating-item:nth-child(4) .step-badge { background: #DFBC6F; }
.alternating-item:nth-child(5) .step-badge { background: #D68F4E; }
.alternating-item:nth-child(6) .step-badge { background: #7DB1AD; }
.content-side h3 { font-size: 28px; font-family: 'Oswald', sans-serif; font-weight: 700; color: #1a4b6e; margin-bottom: 15px; line-height: 1.3; }
.content-side p { font-size: 16px; line-height: 1.7; color: #555; margin: 0; }
.image-side { display: flex; justify-content: center; align-items: center; }
.advantage-image { width: 100%; max-width: 400px; height: 300px; border-radius: 20px; overflow: hidden; transition: all 0.3s ease; background: linear-gradient(135deg, #f8f9fa, #e9ecef); position: relative; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.advantage-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.alternating-item:hover .advantage-image img { transform: scale(1.05); }
.alternating-item:hover .advantage-image { box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); }
.advantage-image::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0); transition: background 0.3s ease; pointer-events: none; }
.alternating-item:hover .advantage-image::after { background: rgba(0, 0, 0, 0.03); }
.advantage-image.placeholder { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f8f9fa, #e9ecef); }
.advantage-image.placeholder svg { width: 100px; height: 100px; }
.alternating-item:hover .content-side h3 { color: #2373A9; }
@media (max-width: 1023px) {
    .roi-advantage.alternating-layout { padding: 100px 30px; }
    .roi-advantage.alternating-layout h2 { font-size: 36px; }
    .alternating-container { gap: 50px; }
    .alternating-item { gap: 40px; }
    .content-side h3 { font-size: 24px; }
    .content-side p { font-size: 15px; }
    .advantage-image { max-width: 350px; height: 260px; } }
@media (max-width: 767px) {
    .roi-advantage.alternating-layout { padding: 80px 20px; }
    .roi-advantage.alternating-layout h2 { font-size: 30px; }
    .roi-advantage.alternating-layout h2::after { width: 50px; }
    .roi-advantage.alternating-layout .advantage-description { font-size: 16px; margin-bottom: 40px; }
    .alternating-container { gap: 40px; } 
    .alternating-item { display: flex; flex-direction: column; gap: 25px; }
    .alternating-item.left, .alternating-item.right { flex-direction: column; }
    .content-side { order: 2 !important; text-align: center !important; padding: 0; }
    .image-side { order: 1 !important; width: 100%; }
    .step-badge { font-size: 11px; margin-bottom: 15px; }
    .content-side h3 { font-size: 22px; margin-bottom: 12px; }
    .content-side p { font-size: 15px; }
    .advantage-image { max-width: 100%; height: 240px; } }
@media (max-width: 480px) {
    .roi-advantage.alternating-layout { padding: 60px 15px; }
    .roi-advantage.alternating-layout h2 { font-size: 26px; }
    .roi-advantage.alternating-layout h2::after { width: 40px; }
    .alternating-container { gap: 35px; }
    .content-side h3 { font-size: 20px; }
    .content-side p { font-size: 14px; }
    .advantage-image { height: 200px; }
    .step-badge { font-size: 10px; padding: 4px 12px; }
    .advantage-image.placeholder svg { width: 70px; height: 70px; } }
@media (min-width: 1400px) {
    .roi-advantage.alternating-layout { padding: 140px 40px; }
    .roi-advantage.alternating-layout h2 { font-size: 52px; }
    .roi-advantage.alternating-layout h2::after { width: 80px; height: 4px; }
    .alternating-container { gap: 80px; }
    .alternating-item { gap: 80px; }
    .content-side h3 { font-size: 34px; }
    .content-side p { font-size: 18px; }
    .advantage-image { max-width: 480px; height: 360px; } }

/* SECTION 6: Path to Ownership */
.path-to-ownership { padding: 120px 40px; background: linear-gradient(180deg, #c3cfe2 0%, #ffffff 100%); position: relative; }
.path-to-ownership .foo-container { max-width: 1280px; margin: 0 auto; }
.path-to-ownership h2 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; color: #1a4b6e; margin-bottom: 20px; letter-spacing: 0.02em; line-height: 1.2; position: relative; }
.path-to-ownership h2::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.path-to-ownership .ownership-description { text-align: center; max-width: 800px; margin: 30px auto 60px; font-size: 18px; line-height: 1.7; color: #555; }
.options-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin: 0 auto; }
.option-item { flex: 1; min-width: 280px; max-width: 350px; padding: 35px 30px; background: #ffffff; border-radius: 20px; transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 0.06); position: relative; overflow: hidden; text-align: center; }
.option-item:nth-child(1) { border-top: 4px solid #DFBC6F; }
.option-item:nth-child(2) { border-top: 4px solid #D68F4E; }
.option-item:nth-child(3) { border-top: 4px solid #7DB1AD; }
.option-item:nth-child(4) { border-top: 4px solid #DFBC6F; }
.option-item:nth-child(5) { border-top: 4px solid #D68F4E; }
.option-item:nth-child(6) { border-top: 4px solid #7DB1AD; }
.option-item:hover { transform: translateY(-8px); box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.15); }
.option-icon { margin-bottom: 20px; display: flex; justify-content: center; align-items: center; }
.option-icon-img { width: 60px; height: 60px; object-fit: contain; transition: transform 0.3s ease; }
.option-item:hover .option-icon-img { transform: scale(1.1); }
.option-item h3 { font-size: 22px; font-family: 'Oswald', sans-serif; font-weight: 600; color: #1a4b6e; margin-bottom: 15px; letter-spacing: -0.01em; position: relative; padding-bottom: 12px; line-height: 1.2; }
.option-item h3::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: currentColor; opacity: 0.3; transition: width 0.3s ease; }
.option-item:hover h3::after { width: 60px; }
.option-item:nth-child(1) h3::after { color: #DFBC6F; }
.option-item:nth-child(2) h3::after { color: #D68F4E; }
.option-item:nth-child(3) h3::after { color: #7DB1AD; }
.option-item:nth-child(4) h3::after { color: #DFBC6F; }
.option-item:nth-child(5) h3::after { color: #D68F4E; }
.option-item:nth-child(6) h3::after { color: #7DB1AD; }
.option-item p { font-size: 15px; line-height: 1.6; color: #555; margin: 0; text-align: center; }
@media (max-width: 1023px) {
    .path-to-ownership { padding: 100px 30px; }
    .path-to-ownership h2 { font-size: 36px; }
    .options-grid { gap: 25px; }
    .option-item { min-width: calc(50% - 25px); max-width: calc(50% - 25px); }
    .option-item:last-child:nth-child(odd) { max-width: 100%; }
    .option-icon-img { width: 55px; height: 55px; } }
@media (max-width: 767px) {
    .path-to-ownership { padding: 80px 20px; }
    .path-to-ownership h2 { font-size: 32px; }
    .path-to-ownership h2::after { width: 50px; margin-top: 15px; }
    .path-to-ownership .ownership-description { font-size: 16px; margin: 20px auto 40px; }
    .options-grid { gap: 20px; }
    .option-item { min-width: 100%; max-width: 100%; padding: 30px 25px; }
    .option-item h3 { font-size: 20px; }
    .option-item p { font-size: 15px; }
    .option-icon-img { width: 50px; height: 50px; } }
@media (max-width: 480px) {
    .path-to-ownership { padding: 60px 15px; }
    .path-to-ownership h2 { font-size: 28px; }
    .path-to-ownership h2::after { width: 40px; }
    .option-item { padding: 25px 20px; }
    .option-item h3 { font-size: 18px; }
    .option-item p { font-size: 14px; }
    .option-icon-img { width: 45px; height: 45px; } }
@media (min-width: 1400px) {
    .path-to-ownership { padding: 140px 40px; }    
    .path-to-ownership h2 { font-size: 52px; }    
    .path-to-ownership h2::after { width: 80px; height: 4px; }    
    .options-grid { max-width: 1400px; }    
    .option-item { min-width: 320px; max-width: 380px; padding: 40px 35px; }    
    .option-item h3 { font-size: 24px; }    
    .option-item p { font-size: 16px; }    
    .option-icon-img { width: 70px; height: 70px; } }
@media (min-width: 1920px) {
    .option-icon-img { width: 80px; height: 80px; } }

/* SECTION 7: Expertise You Can Trust */
.expertise { padding: 120px 40px; background: linear-gradient(180deg, #ffffff 0%, #c3cfe2 100%); position: relative; }
.expertise .foo-container { max-width: 1280px; margin: 0 auto; text-align: center; }
.expertise h2 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; color: #1a4b6e; margin-bottom: 20px; letter-spacing: 0.02em; line-height: 1.2; position: relative; }
.expertise h2::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.expertise .expertise-description { max-width: 900px; margin: 40px auto 0; padding: 0 20px; }
.expertise .expertise-description p { font-size: 18px; line-height: 1.8; color: #444; }
.expertise .expertise-description strong { color: #D68F4E; font-weight: 700; }
.expertise .expertise-description::after { content: ''; display: block; width: 40px; height: 2px; background: #DFBC6F; margin: 40px auto 0; opacity: 0.3; transition: width 0.3s ease; }
.expertise:hover .expertise-description::after { width: 60px; }
@media (max-width: 1023px) {
    .expertise { padding: 100px 30px; }
    .expertise h2 { font-size: 38px; }
    .expertise h2::after { width: 55px; }
    .expertise .expertise-description { max-width: 800px; margin: 35px auto 0; }
    .expertise .expertise-description p { font-size: 17px; line-height: 1.75; } }
@media (max-width: 767px) {
    .expertise { padding: 80px 20px; }
    .expertise h2 { font-size: 32px; }   
    .expertise h2::after { width: 50px; height: 2.5px; margin: 15px auto 0; }
    .expertise .expertise-description { margin: 30px auto 0; padding: 0 15px; }
    .expertise .expertise-description p { font-size: 16px; line-height: 1.7; }
    .expertise .expertise-description::after { width: 35px; margin: 35px auto 0; } }
@media (max-width: 575px) {
    .expertise { padding: 60px 15px; }
	.expertise h2 { font-size: 28px; }
    .expertise h2::after { width: 40px; height: 2px; }
    .expertise .expertise-description { margin: 25px auto 0; padding: 0 10px; }
    .expertise .expertise-description p { font-size: 15px; line-height: 1.65; }
    .expertise .expertise-description::after { width: 30px; margin: 30px auto 0; } }
@media (max-width: 374px) {
    .expertise { padding: 50px 12px; }
    .expertise h2 { font-size: 24px; }
    .expertise .expertise-description p { font-size: 14px; line-height: 1.6; } }
@media (min-width: 1400px) and (max-width: 1919px) {
    .expertise { padding: 140px 40px; }
    .expertise .foo-container { max-width: 1400px; }
    .expertise h2 { font-size: 48px; }
    .expertise h2::after { width: 70px; height: 4px; margin: 25px auto 0; }
    .expertise .expertise-description { max-width: 1000px; }
    .expertise .expertise-description p { font-size: 19px; line-height: 1.85; } }
@media (min-width: 1920px) {
    .expertise { padding: 160px 40px; }
    .expertise .foo-container { max-width: 1600px; }
    .expertise h2 { font-size: 56px; }
    .expertise h2::after { width: 80px; height: 4px; margin: 30px auto 0; }
    .expertise .expertise-description { max-width: 1200px; }
    .expertise .expertise-description p { font-size: 20px; line-height: 1.9; }
    .expertise .expertise-description::after { width: 50px; height: 3px; } }
@media (max-width: 767px) and (orientation: landscape) {
    .expertise { padding: 60px 20px; }
    .expertise h2 { font-size: 28px; }
    .expertise .expertise-description p { font-size: 15px; } }

/* SECTION 8: FAQ */
.faq-section { padding: 120px 40px; background: linear-gradient(180deg, #c3cfe2 0%, #ffffff 100%); position: relative; }
.faq-section .foo-container { max-width: 1280px; margin: 0 auto; }
.faq-section h2 { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; color: #1a4b6e; margin-bottom: 20px; letter-spacing: 0.02em; line-height: 1.2; position: relative; }
.faq-section h2::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; transition: width 0.3s ease; }
.faq-section:hover h2::after { width: 100px; }
.faq-section .faq-list { max-width: 900px; margin: 60px auto 0; }
.faq-section .faq-item { margin-bottom: 20px; background: #ffffff; border-radius: 16px; transition: all 0.3s cubic-bezier(0.2, 0, 0, 1); border: 1px solid rgba(0, 0, 0, 0.06); overflow: hidden; position: relative; }
.faq-section .faq-item { border-left: 4px solid transparent; }
.faq-section .faq-item:nth-child(odd) { border-left-color: #DFBC6F; }
.faq-section .faq-item:nth-child(even) { border-left-color: #7DB1AD; }
.faq-section .faq-item:hover { box-shadow: 0 8px 25px -10px rgba(0, 0, 0, 0.1); transform: translateX(5px); }
.faq-section .faq-item h3 { font-size: 18px; font-family: 'Oswald', sans-serif; font-weight: 600; color: #1a4b6e; margin: 0; padding: 22px 50px 22px 30px; cursor: pointer; position: relative; transition: all 0.3s ease; letter-spacing: -0.01em; line-height: 1.4; }
.faq-section .faq-item:hover h3 { color: #2373A9; padding-left: 35px; }
.faq-section .faq-item h3::after { content: '+'; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 600; font-family: monospace; transition: all 0.3s ease; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(0, 0, 0, 0.03); }
.faq-section .faq-item:nth-child(odd) h3::after { color: #DFBC6F; }
.faq-section .faq-item:nth-child(even) h3::after { color: #7DB1AD; }
.faq-section .faq-item:hover h3::after { transform: translateY(-50%) scale(1.1); background: rgba(0, 0, 0, 0.06); }
.faq-section .faq-item.active h3::after { content: '−'; }
.faq-section .faq-item p { font-size: 16px; line-height: 1.7; color: #555; margin: 0; padding: 0 30px 25px 30px; display: none; position: relative; }
.faq-section .faq-item.active p { display: block; animation: fadeIn 0.3s ease; }
.faq-section .faq-item.active p::before { content: ''; position: absolute; top: 0; left: 30px; right: 30px; height: 1px; background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent); }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1023px) {
	.faq-section { padding: 100px 30px; }
    .faq-section h2 { font-size: 36px; }    
	.faq-section h2::after { width: 55px; }    
    .faq-section .faq-list { max-width: 800px; margin: 50px auto 0; }   
    .faq-section .faq-item h3 { font-size: 17px; padding: 20px 45px 20px 25px; }    
    .faq-section .faq-item p { font-size: 15px; padding: 0 25px 22px 25px; } }
@media (max-width: 767px) {
    .faq-section { padding: 80px 20px; }   
    .faq-section h2 { font-size: 32px; }  
    .faq-section h2::after { width: 50px; height: 2.5px; margin: 15px auto 0; } 
    .faq-section .faq-list { margin: 40px auto 0; }  
    .faq-section .faq-item { margin-bottom: 15px; }  
    .faq-section .faq-item h3 { font-size: 16px; padding: 16px 45px 16px 20px; } 
    .faq-section .faq-item:hover { transform: translateX(0); }   
    .faq-section .faq-item:hover h3 { padding-left: 20px; }   
    .faq-section .faq-item h3::after { right: 15px; width: 24px; height: 24px; font-size: 20px; } 
    .faq-section .faq-item p { font-size: 14px; line-height: 1.6; padding: 0 20px 18px 20px; }   
    .faq-section .faq-item.active p::before { left: 20px; right: 20px; } }
@media (max-width: 480px) {
    .faq-section { padding: 60px 15px; }    
    .faq-section h2 { font-size: 28px; }    
    .faq-section h2::after { width: 40px; height: 2px; }   
    .faq-section .faq-list { margin: 30px auto 0; }    
    .faq-section .faq-item h3 { font-size: 15px; padding: 14px 40px 14px 16px; }    
    .faq-section .faq-item h3::after { right: 12px; width: 22px; height: 22px; font-size: 18px; }    
    .faq-section .faq-item p { font-size: 13px; padding: 0 16px 16px 16px; }    
    .faq-section .faq-item.active p::before { left: 16px; right: 16px; } }
@media (min-width: 1400px) {
    .faq-section { padding: 140px 40px; }    
    .faq-section h2 { font-size: 52px; }    
    .faq-section h2::after { width: 70px; height: 4px; margin: 25px auto 0; }    
    .faq-section .faq-list { max-width: 1000px; margin: 70px auto 0; }    
    .faq-section .faq-item h3 { font-size: 20px; padding: 25px 60px 25px 35px; }   
    .faq-section .faq-item p { font-size: 17px; padding: 0 35px 30px 35px; } }
@media (min-width: 1920px) {
    .faq-section { padding: 160px 40px; }    
    .faq-section .foo-container { max-width: 1600px; }   
    .faq-section h2 { font-size: 56px; }    
    .faq-section h2::after { width: 80px; height: 4px; margin: 30px auto 0; }   
	.faq-section .faq-list { max-width: 1100px; }    
    .faq-section .faq-item h3 { font-size: 22px; padding: 28px 70px 28px 40px; }   
    .faq-section .faq-item p { font-size: 18px; padding: 0 40px 35px 40px; } }
@media (max-width: 767px) and (orientation: landscape) {
    .faq-section { padding: 60px 20px; }   
    .faq-section .faq-list { max-width: 90%; }   
    .faq-section .faq-item h3 { padding: 14px 45px 14px 20px; } }

/* SECTION 9: Final CTA */
.final-cta { padding: 120px 40px; background: linear-gradient(180deg, #ffffff 0%, #ECECEC 100%); position: relative; }
.final-cta__container { max-width: 1280px; margin: 0 auto; text-align: center; }
.final-cta__card { max-width: 900px; margin: 0 auto; padding: 60px 50px; background: #ffffff; border-radius: 24px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); border: 1px solid rgba(0, 0, 0, 0.06); position: relative; overflow: hidden; }
.final-cta__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #DFBC6F, #D68F4E, #7DB1AD); }
.final-cta__title { font-size: 42px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; color: #1a4b6e; margin-bottom: 20px; letter-spacing: 0.02em; line-height: 1.2; }
.final-cta__title::after { content: ''; display: block; width: 60px; height: 3px; background: #D68F4E; margin: 20px auto 0; border-radius: 2px; }
.final-cta__description { max-width: 700px; margin: 30px auto 40px; font-size: 18px; line-height: 1.7; color: #555; font-family: 'Quicksand', sans-serif; }
.final-cta__buttons { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; }
.final-cta__button { background: #2373A9; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 16.9px; min-height: 50px; padding: 0 30px; text-align: center; text-transform: uppercase; text-decoration: none; box-shadow: 0px 7px 27px rgba(71, 71, 71, 0.44); transition: all 0.3s ease; border: none; cursor: pointer; }
.final-cta__button span { display: inline-block; -ms-transform: skewX(-10deg); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); letter-spacing: 0.15em; white-space: normal; word-break: keep-all; }
.final-cta__button:hover { background: #fff; color: #2B2B2B; }
.final-cta__button:active { transform: translateY(1px); box-shadow: 0px 4px 15px rgba(71, 71, 71, 0.44); }
.final-cta__buttons:has(.final-cta__button:only-child) .final-cta__button { min-width: 250px; }
.final-cta__button { min-width: 220px; max-width: 100%; }
@media (max-width: 480px) {
    .final-cta__button { min-width: auto; width: 100%; padding: 0 20px; font-size: 14px; }
    .final-cta__button span { white-space: normal; word-break: break-word; } }
@media (max-width: 768px) {
    .final-cta { padding: 80px 20px; }   
    .final-cta__card { padding: 40px 25px; }
    .final-cta__title { font-size: 32px; }
    .final-cta__title::after { width: 50px; margin-top: 15px; }
    .final-cta__description { font-size: 16px; margin: 20px auto 30px; }
    .final-cta__button { min-height: 45px; padding: 0 25px; font-size: 14px; }
    .final-cta__buttons { gap: 15px; } }
@media (min-width: 769px) and (max-width: 1024px) {
    .final-cta { padding: 100px 40px; }
    .final-cta__card { padding: 50px 40px; }
    .final-cta__title { font-size: 38px; }
    .final-cta__button { min-width: 200px; padding: 0 28px; } }
@media (min-width: 1400px) {
    .final-cta { padding: 140px 40px; }
    .final-cta__card { max-width: 1000px; padding: 70px 60px; }
    .final-cta__title { font-size: 48px; }
    .final-cta__description { font-size: 20px; }
    .final-cta__button { min-height: 55px; padding: 0 40px; font-size: 17px; } }
@media (min-width: 769px) {
    .final-cta__button span { white-space: normal; line-height: 1.3; }
    .final-cta__button { padding: 12px 35px; height: auto; min-height: 50px; }}


/* product-archive-banner */

.archive-category {
    background-color: #fff;
}
.archive-category .archive-content {
    color: #000;
    padding: 173px 0 60px;
    text-align: left;
}
.product-archive-banner {
    height: 500px;
    position: relative;
}
.product-archive-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}
.product-archive-banner .banner-inner {
    top: calc(55% + 7px);
}
.product-archive-banner .banner-inner h1 {
    font-size: 84px;
}

.archive-content h3 {
    font-size: 35px;
    margin-bottom: 28px;
    font-family: 'Oswald', sans-serif;
}
.archive-content p {
    line-height: 1.5;
	
}

.archive-category .archive-content .container,
.archive-category .archive-bottom-content .container,
.archive-category .posts-list {
    max-width: 1440px;
    padding-left: 115px;
    padding-right: 115px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.archive-bottom-content {
    text-align: left;
    padding: 40px 0;
    clear: both;
    color: #000;
}

.archive-content p,
.archive-bottom-content p {
    line-height: 1.5;
}

.archive-content .container h1,
.archive-content .container h2,
.archive-content .container h3,
.archive-content .container h4,
.archive-content .container h5,
.archive-content .container h6,
.archive-bottom-content .container h1,
.archive-bottom-content .container h2,
.archive-bottom-content .container h3,
.archive-bottom-content .container h4,
.archive-bottom-content .container h5,
.archive-bottom-content .container h6 {
    display: block !important;
    visibility: visible !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 20px 0;
    color: #000;
    line-height: 1.2;
}

.archive-content .container p,
.archive-bottom-content .container p {
    display: block !important;
    visibility: visible !important;
    margin: 15px 0;
    line-height: 1.6;
    color: #000;
    font-size: 16px;
}

.archive-content .container ul,
.archive-content .container ol,
.archive-bottom-content .container ul,
.archive-bottom-content .container ol {
    display: block !important;
    visibility: visible !important;
    margin: 0 0 20px 20px;
    padding-left: 20px;
}

.archive-content .container li,
.archive-bottom-content .container li {
    display: list-item !important;
    visibility: visible !important;
    margin-bottom: 10px;
}

.archive-content .container h1,
.archive-bottom-content .container h1 { font-size: 35px !important; }
.archive-content .container h2,
.archive-bottom-content .container h2 { font-size: 30px !important; }
.archive-content .container h3,
.archive-bottom-content .container h3 { font-size: 26px !important; }
.archive-content .container h4,
.archive-bottom-content .container h4 { font-size: 22px !important; }
.archive-content .container h5,
.archive-bottom-content .container h5 { font-size: 18px !important; }
.archive-content .container h6,
.archive-bottom-content .container h6 { font-size: 16px !important; }

.archive-bottom-content .container .button,
.archive-content .container .button {
    display: inline-block;
    background: #2373A9;
    color: #fff !important;
    padding: 12px 24px;
    margin: 10px 10px 10px 0;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #2373A9;
    line-height: 1.4;
    white-space: nowrap;
}

.archive-bottom-content .container .button:hover,
.archive-content .container .button:hover {
    background: #fff;
    color: #2373A9 !important;
}

@media screen and (max-width: 768px) {
    .archive-bottom-content .container .button,
    .archive-content .container .button {
        display: block;
        width: 100%;
        margin: 10px 0;
        white-space: normal;
    }
}


/* Begin Posts List */

.posts-list {
    font-family: 'Oswald', sans-serif;
    color: #000;
    max-width: 1440px;
    padding: 0 115px;
    margin: 30px auto 30px;
}
.posts-list .posts__item {
    border: 1px solid #C8C8C8;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.posts-list .posts__item .post__image {
    padding: 4%;

}
.posts-list .posts__item .post__image .wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.posts-list .posts__item .post__image img {
    width: 100%;
    height: auto;
    transform: scale(1.2);
}
.posts-list .posts__item .post__wrapper {
    width: calc(100% * 1 / 3 - 0px);
}
.posts-list .posts__item .post__content {
    padding-top: 70px;
}
.posts-list .posts__item .post__content .post__subtitle {
    font-weight: 600;
}
.posts-list .posts__item .post__content .post__title {
    margin: 15px 0 25px;
    font-size: 24px;
    font-weight: 600;
}
.posts-list .posts__item .post__content .post__text {
    margin: 15px 0 25px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'OpenSans', sans-serif;
    line-height: 1.6;
    max-width: 364px;
    letter-spacing: 0.02em;
}
.posts-list .posts__item .post__content .post__buttons {
    display: flex;
}
.posts-list .posts__item .post__content .post__buttons .post__link {
    background: #2373A9;
    color: #fff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 0.4em;
    padding: 11px 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    margin-right: 12px;
    transition: .3s;
    border: 1px solid #2373A9;
    font-weight: 600;
    font-style: italic;
}
.posts-list .posts__item .post__content .post__buttons .post__link:hover {
    background: #fff;
    color: #2B2B2B;
}
.posts-list .posts__item .post__content .post__buttons .post__enquire {
    color: #06629E;
    border: 1px solid #B1B1B1;
    /*display: inline-block;*/
    display: none;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    transition: .3s;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.34em;
    padding: 10px 20px;
}
.posts-list .posts__item .post__content .post__buttons .post__enquire:hover {
    border: 1px solid #2B2B2B;
    color: #000;
}
.post__services__list {
    padding: 5% 0 5% 6%;
}
.post__services__list .post__services__wrapper {
    border-left: 1px solid #DEDEDE;
    padding-top: 40px;
    max-width: 270px;
    height: 100%;
}
.post__services__list .post__services__wrapper .post__item {
    padding: 0 0 20px 45px;
}
.post__services__list .post__services__wrapper .post__item .post__title {
    font-size: 15px;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
    font-weight: 600;
}
.post__services__list .post__services__wrapper .post__item:nth-last-of-type(1) .post__title {
    border: none;
}

/* Single Products */
.ca-single-products {
    background-color: #fff;
}

.ca-single-products .single-banner .banner-inner {
    top: calc(49% + 7px);
}
.ca-single-products .single-banner .single__subtitle {
    font-size: 23px;
    margin-bottom: 22px;
    display: inline-block;
    font-weight: 600;
}

.ca-single-products .single-banner .single__title {
    font-size: 47px;
    text-transform: inherit;
    padding-bottom: 53px;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.ca-single-products .single-banner p {
    max-width: 750px;
    font-size: 15px;
    line-height: 1.4em;
}

/* Single Main */

.single-main {
    max-width: 1290px;
    margin: -164px auto 0;
    padding: 0 15px 75px;
    display: flex;
    background-color: #fff;
    position: relative;
}
#right-sidebar-stop {
    position: relative;
    top: -96px;
}

#right-sidebar-stop-bottom {
    position: absolute;
    bottom: -400px;
}

#right-sidebar-start-bottom {
    position: absolute;
    bottom: 400px;
}

.single-main .right-sidebar {
    position: absolute;
    top: 102px;
    right: 10%;
    padding: 0;
}
.single-main .right-sidebar.start-fixed {
    position: fixed;
    top: 30px;
    right: 22.8%;
}

.single-main .right-sidebar.start-fixed-bottom {
    top: inherit;
    bottom: 5%;
    position: absolute;
    right: 10%;
}

.single-main .single-content {
    padding: 40px 0 0 25px;
    width: 58%;
    margin-right: 5.5%;
}
.single-main .single-content .img-wrapper .img-tabs {
    display: flex;
    margin-top: 2px;
    gap: 4px;
}
.single-main .slick-slider .slick-list {
    padding: 0 !important;
    margin: 0 -3px;
}
.single-main .slick-initialized .slick-slide {
    margin: 0 3px;
}
.single-main .single-content .img-wrapper .img-tabs .img-tab {
    /*width: calc(100% * 1/5 - 3px);*/
    cursor: pointer;
}

.single-main .img_content .img-tab {
    width: 100%;
}
.single-main .img_content {
    display: none;
}
.single-main .img_content:nth-of-type(2) {
    display: block;
}

.wrapper .tabs {
    color: #2B2B2B;
    display: flex;
    margin-top: 50px;
    background-color: #fff;
}
.wrapper .tabs .tab {
    color: #fff;
    background-color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    cursor: pointer;
    padding: 20px 48px;
    margin-left: 6px;
    height: 50px;
    top: 2px;
    position: relative;
}
.wrapper .tabs .tab:nth-child(1) {
    margin-left: 0;
}
.wrapper .tabs .active {
    color: #000;
    border: 1px solid #C8C8C8;
    border-bottom: none;
    padding: 22px 45px;
    background-color: #fff;
    height: auto;
    top: 2px;
}


.single-main .tab_content {
    display: none;
    border: 1px solid #C8C8C8;
    color: #000;
}
.single-main .tab_content .tab_item {
    display: flex;
    padding: 42px 48px;
    gap: 17px;
}
.single-main .tab_content .content__left {
    width: calc(100% * 1 / 2 - 0px);
}
.single-main .tab_content .content__right {
    width: calc(100% * 1 / 2 - 0px);
}
.single-main .tab_content ul {
    list-style-type: none;
}
.single-main .tab_content ul li {
    font-size: 13px;
    line-height: 2;
}
.single-main .tab_content ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.single-main .tab_content:nth-of-type(2) {
    display: block;
}

.wrapper-options {
    position: relative;
    padding-top: 80px;
}
.wrapper-options #right-sidebar-start {
    position: relative;
    top: -200px;
}
.wrapper-options .wrapper-success {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.wrapper-options .wrapper-success:before {
    position: absolute;
    content: '';
    background-color: #000;
    opacity: .5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wrapper-options .alert-success {
    border: 1px solid #B1B1B1;
    width: 100%;
    position: absolute;
    max-width: 617px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 70px 0 100px;
    background-color: #fff;
}
.wrapper-options .alert-success .alert-success__image {
    width: 66px;
    margin-bottom: 33px;
}
.wrapper-options .alert-success .alert-success__title {
    color: #2B2B2B;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 23px;
}
.wrapper-options .alert-success .alert-success__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 13px;
    margin-bottom: 31px;
}
.wrapper-options .alert-success .alert-success__button {
    background-color: #06629E;
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    padding: 7px 43px;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-style: italic;
}

.wrapper-options .ca-title-option {
    color: #2B2B2B;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
}
.wrapper-options .ca-options .wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 22px;
    margin-bottom: 28px;
}
.wrapper-options .ca-options .wrapper:last-child {
    border: none;
}
.wrapper-options .ca-options .wrapper .left-content {
    display: flex;
    max-width: 400px;
}
.wrapper-options .ca-options .wrapper .left-content .left-content__text h2 {
    color: #2B2B2B;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.wrapper-options .ca-options .wrapper .left-content .left-content__text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
}
.wrapper-options .ca-options .wrapper .left-content .left-content__text .success {
    display: flex;
    align-items: center;
    margin-top: 12px;
    opacity: 0;
}
.wrapper-options .ca-options .wrapper .left-content .left-content__text .success p {
    color: #35AD62;
}
.wrapper-options .ca-options .wrapper .left-content .left-content__text .success img {
    margin-right: 7px;
}
.wrapper-options .ca-options .wrapper .left-content .left-content__image {
    width: 100%;
    max-width: 105px;
    height: 105px;
    margin-right: 32px;
}
.wrapper-options .ca-options .wrapper .left-content .left-content__text {
    padding-top: 20px;
}
.wrapper-options .ca-options .wrapper .right-content {
    margin-top: 7px;
    max-width: 224px;
    width: 100%;
    margin-left: auto;
}
.wrapper-options .ca-options .wrapper .right-content .select-qty,
.wrapper-options .ca-options .wrapper .right-content .select-size {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}
.wrapper-options .ca-options .wrapper .right-content .select-qty select,
.wrapper-options .ca-options .wrapper .right-content .select-size select {
    width: 168px;
    height: 50px;
    padding: 0 20px;
    background-image: url('/wp-content/themes/uft/img/arrow-down.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    outline: none;
    -webkit-appearance: none;
}
.wrapper-options .ca-options .wrapper .right-content .select-qty .select-size__title,
.wrapper-options .ca-options .wrapper .right-content .select-size .select-size__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    color: #2B2B2B;
    font-size: 20px;
    margin-right: 10px;
}

.wrapper-options .ca-options .wrapper .right-content .add__options,
.wrapper-options .ca-options .wrapper .right-content .remove__button {
    margin: 12px 0 0 auto;
    display: block;
    padding: 8px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #06629E;
    max-width: 168px;
    width: 100%;
    outline: none;
    transition: .3s;
    letter-spacing: 0.4em;
    border: none;
}

.wrapper-options .ca-options .wrapper .right-content .remove__button {
    background-color: #5D5D5D;
}
.wrapper-options .ca-options .wrapper .right-content .add__options:hover,
.wrapper-options .ca-options .wrapper .right-content .remove__button:hover {
    background-color: #04426B;
}
.wrapper-options .ca-options .wrapper .right-content .remove__button {
    display: none;
}

.right-sidebar-small {
    display: none;
}
.right-sidebar {
    padding-top: 102px;
}
.single-main .right-sidebar .sidebar__form .form_select {
    margin-top: 9px;
    font-size: 13px;
    padding: 16px 20px;
    background-image: url(/wp-content/themes/uft/img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 23px center;
    outline: none;
    -webkit-appearance: none;
    width: 100%;
	display:none;
}
.right-sidebar .sidebar__form .label__select {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #2B2B2B;
    line-height: 1;
	display: none;
}
.right-sidebar .sidebar__form {
    max-width: 350px;
    position: relative;
}
.right-sidebar .sidebar__form .gform_title {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #2B2B2B;
    line-height: 1;
    margin-bottom: 36px;
}

.right-sidebar .sidebar__form .gfield .gfield_label {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #2B2B2B;
    line-height: 1;
}
.right-sidebar .sidebar__form .gfield select {
    margin-top: 9px;
    font-size: 13px;
    padding: 16px 20px;
    background-image: url('/wp-content/themes/uft/img/arrow-down.png');
    background-repeat: no-repeat;
    background-position: right 23px center;
    outline: none;
    -webkit-appearance: none;
}
.right-sidebar .sidebar__form .gform_button,
.right-sidebar .options__button {
    display: block;
    padding: 19px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #06629E;
    width: 100%;
    outline: none;
    border: none;
    transition: .3s;
    letter-spacing: 0.46em;
    margin: 16px 0 0;
    text-align: center;
}
.right-sidebar .sidebar__form .gform_button {
    background-color: #04426B;
}
.right-sidebar .sidebar__form .gform_button:hover{background-color: #06629E;}
.right-sidebar .sidebar__form .options__button:hover {
    background-color: #04426B;
}
.right-sidebar .select-add {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 30px;
}
.right-sidebar .select-add .select-add__text {
    margin-top: 17px;
    display: flex;
    align-items: center;
}
.right-sidebar .select-add .select-add__text .description span {
    margin-right: 5px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #7A7A7A;
}
.right-sidebar .select-add .select-add__text .close__button {
    border: 1px solid #E2112E;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    position: relative;
    cursor: pointer;
}
.right-sidebar .select-add .select-add__text .close__button:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #E2112E;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
}
.right-sidebar .select-add .select-add__text .close__button:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #E2112E;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(120deg);
}
.right-sidebar .phone-link {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #06629E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 330px;
    margin-top: 10px;
    transition: .3s;
}
.right-sidebar .phone-link:hover {
    color: #04426B;
}

/* Begin Checkout */
.checkout-page {
    padding: 0 0 130px;
    background-color: #fff;
}
.checkout-page .checkout-banner {
    height: 227px;
    background-color: #04426B !important;
}
.checkout-page .main-content {
    background-color: #F2F2F2;
    padding: 90px 70px 70px;
}
.checkout-page .main-content .ca-container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
}
.checkout-page .main-content .left-content .left-content__image {
    width: 100%;
    max-width: 276px;
}
.checkout-page .main-content .left-content {
    margin-right: 60px;
    width: 19%;
}
.checkout-page .main-content .right-content {
    width: 80%;
    max-width: 738px;
}
.checkout-page .main-content .right-content .right-content__title {
    font-size: 47px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 1;
    margin-bottom: 27px;
}
.checkout-page .main-content .right-content .form_select {
    display: block;
    width: 100%;
    max-width: 278px;
    height: 50px;
    padding: 0 20px;
    background-image: url(/wp-content/themes/uft/img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    outline: none;
    -webkit-appearance: none;
    margin-top: 23px;
	display: none;
}
.checkout-page .main-content .right-content .right-content__selected {
    color: #2B2B2B;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin: 30px 0;
}
.checkout-page .main-content .right-content .ca-options .wrapper {
    display: flex;
    background-color: #fff;
    padding: 36px 28px 38px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.checkout-page .main-content .right-content .options__button {
    background: #2373A9;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16.9px;
    height: 41px;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 167px;
    transition: .3s;
    border: 1px solid #2373A9;
    display: block;
}
.checkout-page .main-content .right-content .back-btn__hidden {
    display: none
}

.checkout-page .main-content .right-content .options__button:hover {
    background: #fff;
    color: #2373A9;
}
.checkout-page .main-content .right-content .ca-options .wrapper .left-content {
    margin-right: 25px;
    width: 15%;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text {
    margin-bottom: 23px;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text .left-content-wrap__text .description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 13px;
    max-width: 450px;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text .left-content-wrap__text .title {
    color: #2B2B2B;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    margin-right: 25px;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content {
    width: 100%;
    max-width: 555px;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text {
    width: 100%;
    display: flex;
    max-width: 521px;
    gap: 2px;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty,
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size {
    width: calc(100% * 1 / 3 - 0px);
    margin: 0 5px;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty .select-qty__title,
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size .select-size__title {
    color: #2B2B2B;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 13px;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty .select,
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size .select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-image: url(/wp-content/themes/uft/img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    outline: none;
    -webkit-appearance: none;
}
.checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .remove__button {
    margin: 31px 5px 0 5px;
    height: 50px;
    display: block;
    padding: 8px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #5D5D5D;
    max-width: 144px;
    outline: none;
    transition: .3s;
    letter-spacing: 0.4em;
    border: none;
    width: calc(100% * 1 / 3 - 0px);
}
.checkout-page .main-content .right-content .ca-options .wrapper .left-content .left-content__image {
    width: 100%;
    max-width: 105px;
}
.checkout-page .main-content .right-content .label__select {
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 1;
	display: none;
}
.checkout-page .checkout-form {
    width: 100%;
    max-width: 650px;
    margin: auto;
    padding-top: 120px;
}
.checkout-page .checkout-form .gform_title {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #2B2B2B;
    text-align: center;
    line-height: 1;
    margin-bottom: 45px;
}
.checkout-page .checkout-form .gfield {
    margin-bottom: 7px;
}
.checkout-page .checkout-form .gfield .textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #B1B1B1;
    resize: none;
    height: 120px !important;
}
.checkout-page .checkout-form .gfield .textarea::placeholder {
    font-size: 13px;
    color: #000;
    /*padding-left: 24px;*/
}
.checkout-page .checkout-form .gfield .textarea:focus {
    outline: none;
}
.checkout-page .checkout-form .gfield input {
    height: 54px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #B1B1B1;
    padding-left: 24px !important;
}
.checkout-page .checkout-form .gfield input::placeholder {
    font-size: 13px;
    color: #000;
    /*padding-left: 24px;*/
}
.checkout-page .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large:active {
    outline: none !important;
    border: 1px solid #B1B1B1 !important;
    box-shadow: none !important;
}
.checkout-page .checkout-form .input-left {
    grid-column: 1/-7 !important;
}
.checkout-page .checkout-form .input-right {
    grid-column: 7/-1 !important;
}
.checkout-page .checkout-form .gfield_label {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 1;
}
.checkout-page .gform_button {
    background-color: #06629E;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    border: none;
    width: 100%;
    margin-top: 10px;
    height: 60px;
    letter-spacing: 0.3em;
    transition: 0.3s;
}
.checkout-page .gform_button:hover {
    background-color: #04426B;
}
.checkout-page .gform_wrapper .gfield_required .gfield_required_custom,
.checkout-page .gform_wrapper .gfield_required .gfield_required_text {
    display: none;
}
html body .checkout-page .checkout-form .html-block-gravity textarea#input_2_14 {
    height: 0 !important;
    min-height: 0;
}


@media (max-width: 1800px) {
    .single-main .right-sidebar.start-fixed {
        right: 21.1%;
    }
}

@media (max-width: 1700px) {
    .single-main .right-sidebar.start-fixed {
        right: 15.5%;
    }

    .single-main .right-sidebar.start-fixed-bottom {
        right: 10%;
        bottom: 50px;
    }
}
@media (max-width: 1440px) {
    .posts-list .posts__item .post__content .post__buttons .post__link {
        font-size: 10px;
        padding: 7px 20px;
        max-width: 175px;
    }

    .posts-list .posts__item .post__content .post__buttons .post__enquire {
        font-size: 10px;
        padding: 6px 13px;
        max-width: 175px;

    }
}
@media (max-width: 1400px) {
    .single-main .right-sidebar.start-fixed {
        right: 12.5%;
    }
}
@media (max-width: 1300px) {
    .single-main .right-sidebar.start-fixed {
        right: 9.5%;
    }
}
@media (max-width: 1280px) {
    .posts-list .posts__item .post__image .wrapper {
        height: auto;
    }

    .archive-content {
        padding: 107px 0 34px;
    }

    .archive-content h3 {
        margin-bottom: 25px;
    }

    .posts-list .posts__item {
        padding-bottom: 40px;
    }

    .posts-list .posts__item .post__content .post__buttons {
        flex-direction: column;
        display: flex;
    }

    .posts-list .posts__item .post__content .post__buttons .post__link {
        font-size: 10px;
        padding: 7px 20px;
        margin-right: 0;
        max-width: 175px;
    }

    .posts-list .posts__item .post__content .post__buttons .post__enquire {
        font-size: 10px;
        margin-top: 8px;
        padding: 6px 13px;
        max-width: 175px;
		display:none;

    }

    .about__header-title h1 {
        font-size: 4.8em;
    }


    .products__list .products__item {
        width: calc(100% * (1 / 5) - 0px);
    }

    .products__list {
        gap: 40px 27px;
        padding: 0 30px;
    }

    .products__list .foo__wrapper .products__title {
        margin-bottom: 100%;
        font-size: 17px;
    }

    .products__list .foo__wrapper .products__link {
        padding: 4% 15%;
        font-size: 10px;
    }

    /* Home page */
    /* Banner */
    .fo-info {
        padding: 24px 0;
    }

    .fo-info p {
        letter-spacing: -0.01em;
        font-size: 16px;
    }

    .fo-info .fo-close {
        height: 32px;
        width: 32px;
        right: 25px;
    }

    .product-archive-banner {
        height: 500px;
    }

    .product-archive-banner .banner-inner {
        top: calc(50% + 5px);
    }

    .product-archive-banner .banner-inner h1 {
        font-size: 37px !important;
    }

    .archive-category .archive-content {
        padding: 115px 0 34px;
    }

    .archive-category .archive-content p {
        font-size: 12px;
        max-width: 534px;
        margin: auto;
    }

    .posts-list {
        padding: 0 115px;
    }

    .posts-list .posts__item .post__wrapper {
        width: calc(84% * 1 / 3 - 0px);
    }

    .posts-list .posts__item .post__content {
        width: calc(91% * 1 / 3 - 0px);
    }

    .posts-list .posts__item .post__content {
        padding-top: 30px;
    }

    .posts-list .posts__item .post__content .post__title {
        font-size: 21px;
        margin: 15px 0 14px;
        line-height: 1;
    }

    .posts-list .posts__item .post__content .post__text {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .posts-list .posts__item .post__services__list {
        width: calc(100% * 1 / 3 - 0px);
    }

    .post__services__list .post__services__wrapper {
        padding-top: 13px;
    }

    .post__services__list .post__services__wrapper .post__item {
        padding: 0 0 16px 38px;
    }

    .post__services__list .post__services__wrapper .post__item .post__title {
        font-size: 11px;
        padding-bottom: 15px;
    }

    /* Single Product Responsive */
    .ca-single-products .single-banner .banner-inner {
        top: calc(52% + 7px);
    }

    .ca-single-products .single-banner {
        height: 517px;
    }

    .ca-single-products .single-banner .single__subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ca-single-products .single-banner .single__title {
        font-size: 37px;
        padding-bottom: 24px;
    }

    .ca-single-products .single-banner .banner-inner hr {
        max-width: 146px;
    }

    .ca-single-products .single-banner .banner-inner p {
        max-width: 500px;
        font-size: 11px;
        margin: auto;
    }

    .single-main {
        margin: -90px 92px 0;
        padding: 0 30px 40px;
    }

    .single-main .single-content {
        padding: 30px 0 0;
        width: 55%;
        margin-right: 7%;
    }

    .single-main .right-sidebar {
        padding-top: 61px;
        top: 0;
        right: 18%;
    }

    .single-main .right-sidebar.start-fixed,
    .single-main .right-sidebar.start-fixed-bottom {
        position: absolute;
        top: 0;
        right: 18%;
    }


    .single-main .right-sidebar .sidebar__form {
        max-width: 247px;
    }

    .single-main .right-sidebar .phone-link {
        font-size: 19px;
    }

    .wrapper .tabs {
        margin-top: 33px;
    }

    .wrapper .tabs .tab {
        padding: 13px 36px;
        font-size: 14px;
        height: 43px;
    }

    .wrapper .tabs .active {
        padding: 15px 29px;
        font-size: 14px;
        height: 50px;
    }

    .single-main .tab_content .tab_item {
        padding: 30px;
    }

    .single-main .tab_content ul li {
        font-size: 11px;
    }

    .wrapper-options {
        padding-top: 80px;
        width: 175%;
    }

    .wrapper-options .ca-title-option {
        font-size: 20px;
    }

    .wrapper-options .ca-options .wrapper:last-child {
        border: none;
    }

    .wrapper-options .ca-options .wrapper .left-content {
        margin-right: 20px;
    }

    .wrapper-options .ca-options .wrapper .left-content .left-content__text {
        padding-top: 7px;
    }

    .wrapper-options .ca-options .wrapper .left-content .left-content__text h2 {
        font-size: 20px;
    }

    .wrapper-options .ca-options .wrapper .right-content {
        max-width: 195px;
    }

    .wrapper-options .ca-options .wrapper .right-content .select-qty select,
    .wrapper-options .ca-options .wrapper .right-content .select-size select {
        width: 143px;
        font-size: 11px;
        height: 44px;
    }

    .wrapper-options .ca-options .wrapper .left-content .left-content__image {
        max-width: 86px;
        height: 85px;
        margin-right: 28px;
    }

    .wrapper-options .ca-options .wrapper .right-content .add__options,
    .wrapper-options .ca-options .wrapper .right-content .remove__button {
        max-width: 142px;
        padding: 7px;
        font-size: 11px;
    }


    /* Checkout Page */
    .checkout-page {
        padding: 0 0 100px;
    }

    .checkout-page .checkout-form {
        width: 584px;
    }

    .checkout-page .checkout-form .gform_title {
        font-size: 21px;
    }

    .checkout-page .checkout-form .gfield_label {
        font-size: 13px !important;
    }

    .checkout-page .checkout-form .gfield input {
        height: 45px;
    }

    .checkout-page .gform_wrapper.gravity-theme .gform_footer {
        padding: 0;
    }

    .checkout-page .gform_button {
        font-size: 11px;
        height: 48px;
        letter-spacing: 0.4em;
    }
}
@media (max-width: 960px) {
    .single-main .right-sidebar {
        max-width: 247px;
    }
}
@media (max-width: 1200px) {
    .single-main .right-sidebar {
        padding-top: 61px;
        top: 0;
        right: 7%;
    }

    .single-main .right-sidebar.start-fixed {
        position: absolute;
        top: 0;
        right: 7%;
    }

    .checkout-page .main-content {
        padding: 97px 42px 70px;
    }

    .checkout-page .main-content .left-content {
        width: 26%;
    }

    .checkout-page .main-content .right-content .right-content__title {
        font-size: 29px;
    }

    .checkout-page .main-content .right-content .label__select {
        font-size: 18px;
    }

    .checkout-page .main-content .right-content .right-content__selected {
        font-size: 15px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .left-content {
        width: 19%;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty .select, .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size .select {
        width: 100%
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .remove__button {
        max-width: 110px;
        font-size: 12px;
        font-style: italic;
        margin: 26px 5px 0 5px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty, .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size {
        width: calc(100% * 1 / 3 - -4px);
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty .select-qty__title,
    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size .select-size__title {
        font-size: 14px;
    }

    .checkout-page .main-content .right-content .label__select {
        font-size: 15px;
    }
}
@media (max-width: 959px) {
    .posts-list {
        padding: 0 40px;
        margin-bottom: 50px;
    }

    .single-main .right-sidebar {
        max-width: inherit;
    }

    .single-main {
        margin: -194px 40px 0;
    }

    .single-main .single-content {
        width: 100%;
        margin: 0;
    }

    .ca-single-products .single-banner .banner-inner {
        width: 80%;
        top: calc(42% + 7px);
    }

    .ca-single-products .single-banner {
        height: 607px;
    }


    .single-main .right-sidebar {
        position: relative;
        padding-top: 30px;
        left: 0;
    }

    .single-main .right-sidebar.start-fixed {
        position: relative;
        left: 0;
    }

    .single-main .right-sidebar .sidebar__form {
        max-width: 380px;
    }

    .right-sidebar-small {
        display: block;
    }

    .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
        padding: 0 !important;
    }

    .right-sidebar .sidebar__form .gform_button,
    .right-sidebar .options__button {
        width: 182px;
        font-size: 10px;
        height: 46px;
        display: inline-block;
        padding: 13px 0;
        margin: 6px 0;
    }

    .right-sidebar .sidebar__form .gform_button {
        margin: 3px 0 0 11px;
    }

    .right-sidebar .select-add {
        margin-top: 32px;
    }

    .right-sidebar .select-add .select-add__text {
        margin-top: 10px;
    }

    .single-content .wrapper {
        max-width: 100%;
    }

    .single-main .tab_content ul {
        max-width: 140px;
    }

    .wrapper-options {
        padding-top: 60px;
        width: 100%;
    }

    /* Checkout Page */
    .checkout-page .checkout-banner {
        height: 120px;
    }

    .checkout-page .checkout-form {
        width: 387px;
        padding-top: 64px;
    }

    .checkout-page .checkout-form .gform_title {
        font-size: 17px;
        margin-bottom: 38px;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        font-size: 12px;
    }

    .checkout-page .checkout-form .gfield {
        margin-bottom: -4px;
    }


    .checkout-page .gform_wrapper.gravity-theme .gfield input.large,
    .gform_wrapper.gravity-theme .gfield select.large:active,
    .checkout-page .checkout-form .gfield input::placeholder {
        font-size: 11px !important;
    }

    .checkout-page .checkout-form .gfield input::placeholder,
    .checkout-page .checkout-form .gfield textarea::placeholder {
        padding: 0 10px !important;
    }

    .checkout-page .checkout-form .input-left {
        margin-right: 5px;
    }

    .checkout-page .checkout-form .input-right {
        margin-left: 5px;
    }

    .checkout-page .main-content {
        padding: 66px 42px 70px;
    }

    .checkout-page .main-content .ca-container {
        flex-direction: column;
        align-items: center;
    }

    .checkout-page .main-content .left-content {
        width: 100%;
        margin: 0;
    }

    .checkout-page .main-content .right-content {
        width: 100%;
        max-width: 830px;
    }

    .checkout-page .main-content .left-content .left-content__image {
        width: 100%;
        max-width: 170px;
        display: block;
        margin: auto;
    }

    .checkout-page .main-content .right-content .right-content__title {
        font-size: 23px;
        margin-top: 30px;
        text-align: center;
    }

    .checkout-page .main-content .right-content .label__select {
        display: block;
        text-align: center;
    }

    .checkout-page .main-content .right-content .form_select {
        margin: 9px auto 0;
        max-width: 233px;
        height: 44px;
    }

    .checkout-page .main-content .right-content .right-content__selected {
        margin-bottom: 15px;
        text-align: center;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper {
        padding-top: 29px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text .left-content-wrap__text .title {
        font-size: 14px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text .left-content-wrap__text .description {
        max-width: 300px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text {
        margin-bottom: 13px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty .select-qty__title, .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size .select-size__title {
        font-size: 12px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty .select, .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size .select {
        height: 38px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .remove__button {
        font-size: 9px;
        margin-top: 26px;
        height: 35px;
    }

    .products__list .foo__wrapper .products__link {
        font-size: 8px;
        padding: 3% 9%;
    }

    .posts-list .posts__item .post__content {
        width: calc(96% * 1 / 3 - 0px);
    }

    .checkout-page .main-content .right-content .options__button {
        margin: auto;
    }
}

@media (max-width: 959px) {
    .single-main .right-sidebar .phone-link {
        font-size: 15px;
    }

    .single-main .right-sidebar .phone-link {
        max-width: 212px;
    }

    .single-main .right-sidebar .phone-link img {
        width: 23px;
    }

    .posts-list .posts__item .post__image img {
        transform: scale(1);
    }

	.products__list .foo__wrapper {
		
		width: 100%;
	}
    .products__list .products__item:nth-of-type(1) .products__image {
        width: 100%;
        top: 50%;
        max-width: 230px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .products__list .products__item:nth-of-type(2) .products__image {
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 150px;
    }

    .products__list .products__item:nth-of-type(3) .products__image {
        width: 100%;
        max-width: 110px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .products__list .products__item:nth-of-type(4) .products__image {
        width: 100%;
        max-width: 120px;
        left: 57%;
        transform: translate(-50%, -50%);
        top: 50%;
    }

    .fo-info {
        padding: 12px 0;
    }

    .fo-info p {
        font-size: 10px;
    }

    .fo-info .fo-close {
        height: 22px;
        width: 22px;
        right: 10px;
    }

    .fo-info .fo-close img {
        width: 5px;
    }

    .product-archive-banner {
        height: 214px !important;
    }

    .product-archive-banner .banner-inner {
        top: calc(44% + 11px) !important;
    }

    .product-archive-banner .banner-inner h1 {
        font-size: 30px !important;
        padding-bottom: 13px !important;
    }

    .product-archive-banner .banner-inner hr {
        width: 87px !important;
        height: 1px !important;
    }

    .archive-category .archive-content {
        padding: 76px 0 18px;
    }

    .archive-content h3 {
        max-width: 300px;
        line-height: 1;
        margin: 0 auto 10px;
        font-size: 27px;
    }

    .posts-list .posts__item .post__content .post__subtitle {
        font-size: 12px;
    }

    .posts-list .posts__item .post__content .post__title {
        font-size: 18px;
        margin: 8px 0 14px;
    }

    .posts-list .posts__item .post__content .post__text {
        font-size: 10px;
        margin-bottom: 27px;
    }

    .posts-list .posts__item .post__content .post__buttons .post__link {
        font-size: 8px;
        padding: 5px 10px;
        margin-right: 0;
        max-width: 142px;
    }

    .posts-list .posts__item .post__content .post__buttons .post__enquire {
        font-size: 8px;
        padding: 5px 10px;
        margin-right: 0;
        max-width: 142px;
    }

    .posts-list .posts__item {
        margin-bottom: 20px;
        padding-bottom: 39px;
    }

    .posts-list .posts__item .post__services__list {
        width: calc(116% * 1 / 3 - 0px);
    }

    .post__services__list .post__services__wrapper {
        padding-top: 25px;
    }

    .post__services__list .post__services__wrapper .post__item .post__title {
        line-height: 1;
    }

    .posts-list .posts__item .post__content {
        width: calc(100% * 1 / 3 - 0px);
    }

    .post__services__list .post__services__wrapper .post__item {
        padding: 0 0 16px 26px;
    }

    .archive-category .archive-content p {
        max-width: 390px;
    }

    .posts-list .posts__item .post__image {
        width: calc(66% * 1 / 3 - 0px);
    }

    .products__list {
        gap: 19px 19px;
        padding: 0 25px;
        margin: auto;
    }

    .products__list .products__item {
       /* width: calc(100% * (1 / 3) - 0px);*/
        padding-top: 40%;
    }

    .products__list .foo__wrapper .products__title {
        font-size: 15px;
    }

    .products__list .foo__wrapper .products__link {
        font-size: 8px;
        padding: 3% 9%;
    }

    .products__list .foo__wrapper .products__title {
        margin-bottom: 55%;
    }

    .single-content {
        width: 100%;
    }

    .right-sidebar .sidebar__form .gform_button, .right-sidebar .options__button {
        display: inline-block;
        padding: 13px 0;
    }

    .checkout-page .checkout-form .gfield input {
        padding-left: 16px !important;
    }
}

@media (max-width: 599px) {
    .ca-single-products .single-banner .banner-inner {
        width: 100%;
    }

    .products__list .products__item:nth-of-type(2) .products__image,
    .products__list .products__item:nth-of-type(3) .products__image {
        top: 51%;
    }

    .products__list .products__item:nth-of-type(4) .products__image {
        max-width: 115px;
        top: 49%;
    }

	.products__list .foo__wrapper {
		width:100%;
	}
    .fo-info p {
        text-align: left;
        padding-left: 30px;
        font-size: 8px;
    }

    .fo-info .fo-close {
        right: 29px;
    }

    .product-archive-banner {
        height: 524px !important;
    }

    .archive-category .archive-content {
        padding: 67px 0 9px;
    }

    .archive-content h3 {
        max-width: 199px;
        font-size: 19px;
        margin-bottom: 15px;
    }

    .archive-category .archive-content p {
        max-width: 221px;
    }

    .posts-list {
        padding: 0 30px;
        margin-bottom: 60px;
    }

    .posts-list .posts__item {
        padding-left: 24px;
        padding-bottom: 0;
        max-width: 260px;
        margin: 0 auto 30px;
    }

    .posts-list .posts__item .post__wrapper {
        width: calc(100% * 1 / 1 - 0px);
    }

    .posts-list .posts__item .post__image {
        padding-left: 0;
        padding-top: 28px;
    }

    .posts-list .posts__item .post__image img {
        width: 140px;
        height: 103px;
    }

    .posts-list .posts__item .post__content {
        width: calc(100% * 1 / 1 - 0px);
        padding-top: 13px;
    }

    .posts-list .posts__item .post__content .post__text {
        max-width: 160px;
        margin-bottom: 7px;
    }

    .posts-list .posts__item .post__wrapper {
        padding-left: 0;

    }

    .post__services__list .post__services__wrapper {
        border: none;
        padding-top: 36px;
    }

    .post__services__list .post__services__wrapper .post__item {
        padding: 0 0 16px 5px;
    }

    .post__services__list {
        padding: 0 0 16px 5px;
        max-width: 190px;
    }

    .ca-single-products .single-banner .single__subtitle {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .ca-single-products .single-banner .banner-inner {
        top: calc(44% + 7px);
    }

    .ca-single-products .single-banner .single__title {
        font-size: 25px;
    }

    .ca-single-products .single-banner .banner-inner hr {
        max-width: 100px;
    }

    .ca-single-products .single-banner .banner-inner p {
        max-width: 180px;
    }

    .single-main {
        margin: -170px 25px 0;
        padding: 0;
    }

    .single-main .single-content {
        padding: 10px 10px 0;
    }

    .right-sidebar .sidebar__form .options__button {
        width: 100%;
        height: 35px;
    }

    .right-sidebar .sidebar__form .gform_button, .right-sidebar .options__button {
        width: 100%;
        margin: 10px 0 0;
        height: 34px;
        padding: 10px 0;
    }

    .right-sidebar .select-add .select-add__text .description span {
        font-size: 10px;
    }

    .single-main .right-sidebar {
        margin: 70px 0 0;
        padding: 0;
    }

    .right-sidebar .sidebar__form .gform_title {
        margin-bottom: 23px;
        font-size: 23px;
    }

    .single-main .right-sidebar .sidebar__form .form_select {
        margin-top: 16px;
    }

    .wrapper .tabs .active,
    .wrapper .tabs .tab {
        max-width: 108px;
        width: 100%;
        text-align: center;
        font-size: 11px;
        padding: 13px;
    }

    .single-main .tab_content .tab_item {
        flex-direction: column;
    }

    .single-main .tab_content .content__left,
    .single-main .tab_content .content__right {
        width: calc(100% * 1 / 1 - 0px);
    }

    .single-main .tab_content ul {
        max-width: 100%;
        margin: 0;
    }

    .wrapper-options .ca-title-option {
        font-size: 17px;
        margin-bottom: 27px;
    }

    .wrapper-options .ca-options .wrapper .left-content .left-content__text h2 {
        font-size: 17px;
    }

    .wrapper-options .ca-options .wrapper {
        flex-direction: column;
    }

    .wrapper-options .ca-options .wrapper .left-content {
        flex-direction: column;
    }

    .wrapper-options .ca-options .wrapper .left-content .left-content__text h2 br {
        display: none;
    }

    .wrapper-options .ca-options .wrapper .right-content {
        margin: 0;
    }

    .wrapper-options .ca-options .wrapper .right-content .select-qty .select-size__title,
    .wrapper-options .ca-options .wrapper .right-content .select-size .select-size__title {
        font-size: 17px;
    }

    .wrapper-options .ca-options .wrapper .right-content {
        max-width: 163px;
    }

    .wrapper-options .ca-options .wrapper .right-content .select-qty select,
    .wrapper-options .ca-options .wrapper .right-content .select-size select {
        width: 126px;
        height: 38px;
    }

    .wrapper-options .ca-options .wrapper .right-content .add__options,
    .wrapper-options .ca-options .wrapper .right-content .remove__button {
        max-width: 125px;
    }

    .single-main .single-content .img-wrapper .img-tabs {
        display: none;
    }

    #img-slider-top .slick-dots {
        display: flex;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        bottom: -18px;
    }

    #img-slider-top .slick-dots li {
        position: relative;
        cursor: pointer;
        width: 6px;
        height: 6px;
        background-color: #A6CDE6;
        border-radius: 50%;
        margin: 0 3px;
    }

    #img-slider-top .slick-dots li::marker {
        font-size: 0 !important;
    }

    #img-slider-top .slick-dots .slick-active {
        background-color: #04426B;
    }

    .single-main button {
        display: none;
    }


    /*  Checkout Page  */
    .checkout-page {
        padding: 0 0 60px;
    }

    .checkout-page .checkout-banner {
        height: 107px;
    }

    .checkout-page .checkout-form {
        max-width: 260px;
    }

    .checkout-page .checkout-form .input-left,
    .checkout-page .checkout-form .input-right {
        grid-column: span 12 !important;
        margin: 0;
    }

    .checkout-page .checkout-form .gfield input {
        height: 42px;
    }

    .checkout-page .gform_button {
        font-size: 8px;
        margin-top: 16px;
        height: 35px;
    }

    .checkout-page .main-content {
        padding: 63px 30px 30px;
    }

    .checkout-page .main-content .left-content .left-content__image {
        max-width: 152px;
        margin: auto;
    }

    .checkout-page .main-content .right-content .right-content__title {
        font-size: 19px;
        text-align: center;
    }

    .checkout-page .main-content .right-content .label__select {
        text-align: center;
    }

    .checkout-page .main-content .right-content .form_select {
        margin: 9px auto 0;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper {
        flex-direction: column;
    }

    .checkout-page .main-content .right-content .right-content__selected {
        margin-bottom: 25px;
        text-align: center;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text .left-content-wrap__text .description {
        margin: auto;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .left-content {
        width: 100%;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content {
        text-align: center;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .left-content .left-content__image {
        max-width: 73px;
        margin-bottom: 23px
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .left-content__text .left-content-wrap__text .title {
        margin: 0 0 14px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text {
        flex-direction: column;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty, .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size {
        text-align: center;
        width: 100%;
        max-width: 145px;
        margin: 10px auto 0;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-qty .select-qty__title, .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .select-size .select-size__title {
        margin-bottom: 8px;
    }

    .checkout-page .main-content .right-content .ca-options .wrapper .right-content .right-content__text .remove__button {
        margin: 9px auto;
        max-width: 144px;
        width: 100%;
    }

    .foo-products {
        padding: 46px 0 62px;
    }

    .products__list {
        padding: 0 15px;
    }

    .products__list .products__item {
        width: calc(100% * (1 / 2) - 0px);
        padding-top: 82%;
    }

    .products__list .foo__wrapper .products__title {
        font-size: 12px;
        margin-bottom: 52%;
    }

    .scroll-button {
        transform: none;
    }

    .wrapper-options .alert-success {
        max-width: 215px;
        height: 245px;
        padding: 40px 5px;
    }

    .wrapper-options .alert-success .alert-success__image {
        width: 34px;
        margin-bottom: 20px;
    }

    .wrapper-options .alert-success .alert-success__title {
        font-size: 17px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .wrapper-options .alert-success .alert-success__text {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .wrapper-options .alert-success .alert-success__button {
        display: block;
        margin: auto;
        padding: 4px 34px;
        font-size: 11px;
    }

    .checkout-page .checkout-form .gfield input {
        padding-left: 10px !important;
    }

    .wrapper-options .ca-options .wrapper {
        position: relative;
        padding-bottom: 60px;
    }

    .wrapper-options .ca-options .wrapper .left-content .left-content__text {
        margin-bottom: 20px;
    }

    .wrapper-options .ca-options .wrapper .left-content .left-content__text .success-desktop {
        position: absolute;
        bottom: 20px;
        left: 0;
    }

}
pre {
    color: #000;
}@media only screen and (min-width:960px) and (max-width:1280px){/* heading */
.heading { padding-top: 41px; }
.heading .heading-inner { padding: 0px 40px; }
.heading .heading-inner a.heading-logo { width: 65px; }
.heading .heading-inner a.heading-logo img { display: block; height: auto; width: 100%; }
.heading .heading-inner ul.heading-menu { top: 39px; }
.heading .heading-inner ul.heading-menu li { padding: 0px 16px; }
.heading .heading-inner ul.heading-menu li a { font-size: 11.7px; padding-top: 5px; }
.heading .heading-inner a.heading-quote { font-size: 10.33px; height: 31px; line-height: 30px; margin-top: -5px; width: 116px; }

/*.page-id-21 .heading .heading-inner a.heading-logo { background: url(/wp-content/themes/uft/img/logo-black-big.png) 0px 0px no-repeat; background-size: 100% auto; height: 71px; width: 65px; }*/
/*.page-id-21 .heading .heading-inner a.heading-logo img { display: none; }*/


/* banner */
.banner { height: 543px; }
.banner .banner-inner { left: 12%;top: calc(50% + 24px);max-width: 370px; }
.banner .banner-inner h1 { font-size: 33px;line-height: 1em;letter-spacing: 0.04em;max-width: 350px; padding-bottom: 29px;margin: auto; }
.banner .banner-inner hr { width: 110px;  }
.banner .banner-inner p { font-size: 15px; line-height: 1.33em; max-width: 370px; padding-bottom: 31px; padding-top: 30px; }
.banner .banner-inner a.banner-link { font-size: 11px; height: 34px; line-height: 32px; width: 175px; }
.banner .banner-inner a.banner-link span {font-size: 12px;}
.foo-products {padding: 77px 0 83px;}
.checkout-page .checkout-banner {height: 143px;}

/* banner-404 */
.banner-404 { background-size: 364px auto !important; background-position: center 186px !important; }
.banner-404 .banner-inner { left: 50%; position: absolute; top: 422px; margin-left: -58px; max-width: inherit; width: 116px; }
.banner-404 .banner-inner a.banner-link { background: none; border: 2px solid #fff; color: #fff; line-height: 31px; }


/* banner-thankyou */
.banner-thankyou { background-size: 364px auto !important; background-position: center 153px !important; }
.banner-thankyou .banner-inner { left: 50%; position: absolute; top: 300px; margin-left: -300px; max-width: inherit; width: 600px; }
.banner-thankyou .banner-inner h1{ max-width: 535px; padding-bottom: 0;}
.banner-thankyou .banner-inner p{ max-width: 535px;}
.banner-thankyou .banner-inner p a { color: #2373A9;}
.banner-thankyou .banner-inner a.banner-link { display: block;margin: auto;max-width: 200px;width: 100%; height: 50px;    line-height: 49px;}


/* dual-grid */
.dual-grid .dual-content { margin: 0px 45px; margin-top: 21.8%; width: auto; }
.dual-grid .dual-content h1 { font-size: 54px; line-height: 0.89em; padding-bottom: 15px; }
.dual-grid .dual-content h2 { font-size: 16px; line-height: 1.38em; max-width: 360px; padding-bottom: 19px; padding-top: 5px; }
.dual-grid .dual-content hr { width: 158px; }
.dual-grid .dual-content p { font-size: 15px; line-height: 1.33em; max-width: 345px; padding-bottom: 37px; padding-top: 25px; }
a.grid-link { font-size: 11px; height: 34px; line-height: 30px; width: 116px; }
.dual-grid .dual-bottom { height: 326px; padding-top: 90px; }
.dual-grid .dual-bottom h1 { font-size: 20px; padding-bottom: 15px; }
.dual-grid .dual-bottom h2 { font-size: 35px; line-height: 1.17em; max-width: 520px; padding-bottom: 26px; padding-top: 5px; }
.dual-grid .dual-bottom a.blue-link { font-size: 11px; height: 34px; line-height: 33px; width: 116px; }


/* last-grid */
.last-grid .last-content { margin: 0px 40px; margin-top: 73px; }
.last-grid .last-content h1 { font-size: 20px; padding-bottom: 14px; }
.last-grid .last-content h2 { font-size: 15px; line-height: 1.27em; max-width: 300px; padding-bottom: 12px; padding-top: 5px; }
.last-grid .last-content hr { height: 2px; width: 37px; }
.last-grid .last-content p { font-size: 14px; line-height: 1.36em; max-width: 390px; padding-bottom: 48px; padding-top: 24px; }
.last-grid .last-inner-left .last-content { margin: 0px 35px; margin-right: 30px; margin-bottom: 17%; margin-top: 51px; }
.last-grid .last-inner-left .last-content h1 { font-size: 20px; padding-bottom: 20px; }
.last-grid .last-inner-left .last-content p { font-size: 14px; line-height: 1.36em; padding-bottom: 29px; padding-top: 20px; }
.last-grid .last-inner-left .last-content a.grid-link { padding-left: 20px; padding-right: 20px; width: auto; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child { padding-top: 91px; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child h1 { padding-bottom: 15px;}
.dual-grid:nth-of-type(5) .dual-bottom:last-child h2 { max-width: 720px; }


/* bottom */
/*.bottom .bottom-inner { padding-bottom: 109px; padding-top: 66px; }
.bottom .bottom-inner img { display: block; height: auto; margin-left: auto; margin-right: auto; width: 49px; }
.bottom .bottom-inner p { font-size: 13.19px; line-height: 1.27em; max-width: 350px; padding-bottom: 30px; padding-top: 34px; }
.bottom .bottom-inner .socials li a { background-size: 18px auto; height: 18px; width: 18px; }
.bottom .bottom-inner .socials li.icon-fb a { background-position: 0px 0px; }
.bottom .bottom-inner .socials li.icon-ig a { background-position: 0px -18px; }
.bottom.bottom-dark .bottom-inner .socials li.icon-fb a { background-position: 0px -36px; }
.bottom.bottom-dark .bottom-inner .socials li.icon-ig a { background-position: 0px -54px; } */


/* footer */
footer { height: 60px; }
footer .footer-inner { padding: 0px 40px 0px 60px; }
footer .footer-inner p { font-size: 10.19px; padding-top: 24px; }
footer .footer-inner p a { font-size: 10.19px; margin-right: 30px; }


/* banner-page */
.banner-page { height: 430px; }
.banner-page .banner-inner { left: inherit; position: relative; top: calc(53% + 5px); width: 50%; margin-left: auto; margin-right: auto; max-width: 720px; text-align: center; }
.banner-page .banner-inner h1 { padding-bottom: 21px; max-width: inherit; font-size: 41px;}
.banner-page .banner-inner hr { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 20px; }
.product-banner .banner-inner .content h3 {font-size: 18px;}
.product-banner .banner-inner .content {    margin-top: 19px;}
.product-banner .banner-inner .content p {font-size: 10px; text-align: center;max-width: 405px;margin: auto;}

/* product-archive-banner*/
.archive .product-archive-banner  {
    height: 300px;
}

    /* page-content */
.page-content .page-inner { max-width: 680px; padding-bottom: 41px; padding-top: 89px; }
.page-content .page-inner h1 { font-size: 54px; line-height: 0.95em; padding-bottom: 26px; }
.page-content .page-inner hr { width: 159px; }
.page-content .page-inner p { font-size: 15px; line-height: 2.2em; padding-bottom: 52px; padding-top: 46px; }


/* team-grid */
.team-grid .team-content { max-width: 190px; padding-bottom: 75px; padding-top: 80px; }
.team-grid .team-content h2 { font-size: 15.56px; line-height: 1.2em; padding-bottom: 13px;}
.team-grid .team-content h1 { font-size: 44.29px; line-height: 0.95em; padding-bottom: 40px; }
.team-grid .team-content a.team-link { font-size: 9.65px; height: 29px; line-height: 24px; padding: 0px 15px; }
.team-grid .item3:last-child .team-content { margin-left: 48px; color: #fff; text-align: left; padding-bottom: 77px; padding-top: 55px; }
.team-grid .item3:last-child .team-content h2 { font-size: 14.85px; padding-bottom: 9px; }
.team-grid .item3:last-child .team-content h1 { font-size: 42.25px; padding-bottom: 23px; }
.team-grid .team-hover .team-content { margin-top: -2px; }
.team-grid .team-hover .team-content h1 { font-size: 35.34px; line-height: 1.12em; width: 250px; padding-bottom: 7px; }
.team-grid .team-hover .team-content h2 { font-size: 13.18px; padding-bottom: 25px; }
.team-grid .team-hover .socials li a { background-size: 18px auto; height: 18px; width: 18px; }
.team-grid .team-hover .socials li.icon-ig a { background-position: 0px -54px; }


/* products-content */
.products-content .products-inner { max-width: 570px; padding-bottom: 86px; padding-top: 73px; }
.products-content .products-inner h1 { font-size: 15.87px; padding-bottom: 20px; }
.products-content .products-inner p { font-size: 12.21px; line-height: 1.65em; padding-bottom: 30px; padding-top: 16px; }
.products-content .products-inner a.products-link { font-size: 10.32px; height: 31px; line-height: 31px; width: 108px; }


/* products-grid */
.products-grid .products-left { min-width: 490px; width: 50%; }
.products-grid .products-inner { margin-left: 65px; margin-right: 35px; padding-bottom: 133px; padding-top: 82px; }
.products-grid .products-inner h1 { font-size: 58.27px; line-height: 0.89em; padding-bottom: 19px; }
.products-grid .products-inner h2 { font-size: 13.43px; line-height: 1.27em; max-width: 300px; padding-bottom: 17px; padding-top: 5px; }
.products-grid .products-inner hr { height: 3px; width: 137px; }
.products-grid .products-inner p { font-size: 13.43px; line-height: 1.27em; max-width: 350px; padding-bottom: 18px; padding-top: 25px; }


/* services-content */
.services-content .services-inner { max-width: 640px; padding-bottom: 45px; padding-top: 88px; }
.services-content .services-inner h1 {font-size: 32.56px; line-height: 0.95em; padding-bottom: 26px; }
.services-content .services-inner hr { height: 3px; width: 143px; }
.services-content .services-inner p { font-size: 12.77px; line-height: 1.65em; padding-bottom: 49px; padding-top: 37px; }
.services-content.services-last .services-inner { padding-top: 116px; }
.services-content.services-last .services-inner h1 { font-size: 38.74px; }
.services-content.services-last .services-inner p { font-size: 15.2px; }


/* services-grid */
.services-grid .services-inner { padding-bottom: 115px; padding-left: 40px; padding-right: 40px; padding-top: 73px; width: 100%; }
.services-grid .services-inner h1 { font-size: 22.35px; letter-spacing: 0.05em; padding-bottom: 18px; }
.services-grid .services-inner h2 { font-size: 15.97px; line-height: 1.27em; max-width: 360px; padding-bottom: 12px; padding-top: 5px; }
.services-grid .services-inner hr { height: 2px; width: 41px; }
.services-grid .services-inner p { font-size: 13.22px; line-height: 1.35em; max-width: 325px; padding-bottom: 48px; padding-top: 27px; }
.services-grid .services-inner a.services-link { font-size: 10.79px; height: 32px; line-height: 29px;width: 132px; }
.dual-grid-services .dual-bottom { background: none; height: 308px; padding-top: 72px; }
.dual-grid-services .dual-bottom h1 { font-size: 16.6px; padding-bottom: 28px; }
.dual-grid-services .dual-bottom h2 { font-size: 29.38px; max-width: 720px; padding-bottom: 28px; }


/* news-grid */
.news-grid .news-content { margin-left: 70px; margin-right: 70px; }
.news-grid .news-content h1 { font-size: 44.41px; line-height: 0.89em; padding-bottom: 16px; }
.news-grid .news-content h2 { font-size: 15.61px; line-height: 1.27em; padding-bottom: 5px; padding-top: 5px; }
.news-grid .news-content hr { height: 3px; width: 135px; }
.news-grid .news-content p { font-size: 13.21px; line-height: 1.5em; padding-bottom: 41px; padding-top: 25px; }
.news-grid .news-content a.news-link { font-size: 10.15px; height: 30px; line-height: 26px; width: 106px; }


/* news-internal */
.news-internal .news-inner { max-width: 705px; padding-bottom: 148px; padding-top: 86px; text-align: left; width: 90%; }
.news-internal .news-inner h1 { font-size: 35.37px; line-height: 0.89em; padding-bottom: 30px; text-align: center; text-transform: uppercase; }
.news-internal .news-inner hr { height: 3px; display: block; margin-left: auto; margin-right: auto; width: 155px; }
.news-internal .news-inner p { font-size: 13.88px; line-height: 1.65em; padding-bottom: 23px; padding-top: 0px; }
.news-internal .news-inner p:first-of-type { padding-bottom: 22px; padding-top: 92px; }
.news-internal .news-bottom { max-width: 880px; padding-bottom: 131px; padding-top: 29px; text-align: left; width: 94%; }
.news-internal .news-bottom img { padding-right: 15px; width: 54px; }
.news-internal .news-bottom p { font-family: 'Open Sans', sans-serif; font-size: 14.09px; display: inline-block; margin-top: -3px; vertical-align: middle; }
.news-internal .news-bottom p strong { font-family: 'Oswald', sans-serif; padding-right: 20px; }
.news-internal .news-bottom p span { font-family: 'Open Sans', sans-serif; padding-left: 20px; }
.news-internal .news-bottom ul { display: inline-block; vertical-align: middle; padding-left: 30px; padding-top: 0px; }
.news-internal .news-bottom ul li { font-size: 11.29px; }
.news-internal .news-bottom ul li a { background-size: 20px auto; top: -2px; height: 20px; width: 20px; }
.news-internal .news-bottom ul li.icon-fb a { background-position: 0px -80px; }
.news-internal .news-bottom ul li.icon-tw a { background-position: 0px -100px; }
.news-internal .news-bottom ul li.icon-pt a { background-position: 0px -120px; }
.news-internal .news-bottom ul li.icon-em a { background-position: 0px -140px; }
.news-internal .news-bottom .news-navigation { padding-top: 1px; }
.news-internal .news-bottom .news-navigation a { font-size: 11.99px; height: 36px; line-height: 32px; padding: 0px 15px; }


/* quote-grid */
.quote-grid { height: 410px; width: 100%; }
.quote-grid .quote-content { padding-top: 115px; }
.quote-grid .quote-content h1 { font-size: 44.53px; padding-bottom: 15px; }
.quote-grid .quote-content hr { height: 2px; width: 166px; }
.quote-grid .quote-content p { font-size: 13.24px; line-height: 1.5em; padding-top: 27px; }
.quote-grid .quote-content p:last-child { padding-top: 19px; }


/* quote-form */
.quote-form { padding-bottom: 159px; padding-top: 133px; }

.quote-form form { max-width: 733px; }
.quote-form form fieldset { margin-bottom: 14px; vertical-align: top; }
.quote-form form fieldset.full,
.quote-form form fieldset.middle { width: 100%; }
.quote-form form fieldset.middle { text-align: center; }
.quote-form form fieldset.half { margin-right: -4px; width: 50%; }

.quote-form form fieldset input,
.quote-form form fieldset textarea { font-size: 10.6px; padding: 0px 30px; width: 100%; }

.quote-form form fieldset input { height: 38px; }
.quote-form form fieldset textarea { margin-top: 2px; min-height: 181px; padding-bottom: 15px; padding-top: 19px; }


.quote-form form fieldset.half:nth-of-type(2) input { width: calc(100% - 5px); }
.quote-form form fieldset.half:nth-of-type(3) input { float: left; width: calc(100% - 10px); }
.quote-form form fieldset.half:nth-of-type(4) input { float: right; width: calc(100% - 5px); }
.quote-form form fieldset.half input { width: calc(100% - 5px); }

.quote-form form fieldset.middle { padding-top: 66px; }
.quote-form form fieldset button { font-size: 10.14px; height: 25px; line-height: 22px; }

.quote-form form fieldset .sbHolder { height: 38px; }
.quote-form form fieldset .sbSelector { font-size: 10.6px; line-height: 36px; padding-left: 30px; padding-right: 20px; }

.quote-form form fieldset .sbOptions { height: 200px; top: 18px; }
.quote-form form fieldset .sbOptions a { font-size: 17.11px; line-height: 1.2em; margin-top: 2px; margin-bottom: 6px; padding-left: 30px; padding-right: 30px; padding-bottom: 10px; padding-top: 10px; }

.sbToggle { background: url(/wp-content/themes/uft/img/canvas.png) 0px -160px no-repeat; background-size: 20px auto; display: block; height: 20px; outline: none; margin-top: 0px; position: absolute; right: 25px; top: 10px; width: 20px; transform: rotate(0deg); }

.gallery { border-top: 10px solid #fff; }

.gallery .slick-arrow { height: 32px; width: 32px; font-size: 26px; padding-bottom: 4px; margin-top: -16px; }


.gallery-grid { padding: 0px 3px; }
.gallery-grid article { margin: 3px; width: calc(25% - 6px); }
#gallery_modal #close_gallery { height: 29px; width: 27px; font-size: 14.56px; height: 29px; line-height: 29px; right: 39px; top: 100px; margin-top: 0px; z-index: 10; }

#gallery_modal { padding-left: 39px; padding-right: 39px; padding-top: 100px; }
#gallery_modal .gallery { border-top: 0px none; height: auto; }
}@media only screen and (min-width:600px) and (max-width:959px){/* heading */
.heading { padding-top: 42px; }
.heading .heading-inner { padding: 0px 40px; }
.heading .heading-inner a.heading-logo { width: 49px; }
.heading .heading-inner a.heading-logo img { display: block; height: auto; width: 100%; }
.heading .heading-inner ul.heading-menu { display: none; }
.heading .heading-inner a.heading-quote { display: none; }
.heading #show_menu { display: block; }

/*.page-id-21 .heading .heading-inner a.heading-logo { background: url(/wp-content/themes/uft/img/logo-black-big.png) 0px 0px no-repeat; background-size: 100% auto; height: 53px; width: 49px; }*/
/*.page-id-21 .heading .heading-inner a.heading-logo img { display: none; }*/

/*.wrapper-options .alert-success*/
.wrapper-options .alert-success {width: 330px; height: 270px; padding: 45px 0;}
.wrapper-options .alert-success .alert-success__image {width: 50px;height: 50px;margin-bottom: 20px;}
.wrapper-options .alert-success .alert-success__title {margin-bottom: 20px; font-size: 18px; }
.wrapper-options .alert-success .alert-success__text {margin-bottom: 20px;}
.wrapper-options .alert-success .alert-success__button {font-size: 12px; padding: 5px 36px;}

/* banner */
.banner { height: 420px; }
.banner .banner-inner { text-align: center;width: 100%;margin: auto;left: 0;max-width: 285px;top: calc(45% + 16px);}
.banner .banner-inner h1 { font-size: 24px; line-height: 1; padding-bottom: 20px;max-width: 254px;margin: auto; }
.banner .banner-inner hr { height: 3px; margin-left: auto; margin-right: auto; width: 170px; }
.banner .banner-inner p { font-size: 11.37px; line-height: 1.33em; max-width: 350px; padding-bottom: 26px; padding-top: 12px; }
.banner .banner-inner a.banner-link { font-size: 8.34px; line-height: 30px; height: 29px;width: 127px;}
.banner .banner-inner a.banner-link span {font-size: 7px; }
.foo-products { padding: 45px 0 83px;}
.scroll-button {display: none;}

/* single-products page */

.single-products .banner .banner-inner h1 {max-width: 400px}

/* banner-404 */
.banner-404 { background-size: 265px auto !important; background-position: center 149px !important; }
.banner-404 .banner-inner { left: 50%; position: absolute; top: 319px; margin-left: -50px; max-width: inherit; width: 100px; }
.banner-404 .banner-inner a.banner-link { background: none; border: 2px solid #fff; color: #fff; line-height: 24px; width: 100%; }


/* banner-thankyou */
.banner-thankyou { background-size: 264px auto !important; background-position: center 117px !important; }
.banner-thankyou .banner-inner { left: 50%; position: absolute; top: 246px; margin-left: -200px; max-width: inherit; width: 411px; }
.banner-thankyou .banner-inner h1 {max-width: 100%; font-size: 27px;}
.banner-thankyou .banner-inner p { color: rgba(255, 255, 255, 0.8); max-width: inherit; padding: 0 0 10px; }
.banner-thankyou .banner-inner p a { }
.banner-thankyou .banner-inner a.banner-link { background: #06629E; color: #fff;  height: 50px;line-height: 50px;width: 200px; margin-top: 10px;}
.banner-thankyou .banner-inner a.banner-link:hover { color: #06629E; line-height: 42px;}
.banner-thankyou .banner-inner a.banner-link span {font-size: 12px;}
    /* dual-grid */
.dual-grid .dual-left { display: block; float: none; width: 100%; }
.dual-grid .dual-right { display: block; float: none; width: 100%; }
.dual-grid.dual-grid-inverted .dual-left { display: block; float: none; width: 100%; }
.dual-grid.dual-grid-inverted .dual-right { display: block; float: none; height: 266px; width: 100%; }
.dual-grid.dual-grid-inverted .dual-right img { display: block; height: auto; width: 100%; }
.dual-grid .dual-content { margin: 0 45px 0; padding-bottom: 37px; padding-top: 29px; text-align: center; width: auto; }
.dual-grid .dual-content h1 { font-size: 46px; line-height: 0.89em; padding-bottom: 14px; }
.dual-grid .dual-content h2 { font-size: 11px; line-height: 1.38em; margin-left: auto; margin-right: auto; max-width: 260px; padding-bottom: 15px; padding-top: 5px; }
.dual-grid .dual-content hr { margin-left: auto; margin-right: auto; width: 221px; }
.dual-grid .dual-content p { font-size: 11px; line-height: 1.45em; margin-left: auto; margin-right: auto; max-width: 265px; padding-bottom: 27px; padding-top: 17px; }
a.grid-link { font-size: 9px; height: 26px; line-height: 21px; margin-left: auto; margin-right: auto; width: 88px; box-shadow: none; }
.dual-grid .dual-bottom { height: 203px; padding-top: 49px; }
.dual-grid .dual-bottom h1 { font-size: 14px; padding-bottom: 11px; }
.dual-grid .dual-bottom h2 { font-size: 24px; line-height: 1.26em; max-width: 520px; padding-bottom: 18.5px; padding-top: 5px; }
.dual-grid .dual-bottom a.blue-link { font-size: 8.12px; height: 25px; line-height: 24px; width: 86px; }


/* last-grid */
.last-grid { display: block; }
.last-grid .last-grid-left { display: block; float: none; width: 100%; }
.last-grid .last-grid-right { display: block; float: none; width: 100%; }
.dual-grid.dual-grid-inverted .dual-right img { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.last-grid .last-grid-left img { display: none; }
.last-grid .last-content { margin: 0px 40px; text-align: center; margin-bottom: 18px; margin-top: 43px; }
.last-grid .last-content h1 { font-size: 20px; padding-bottom: 14px; }
.last-grid .last-content h2 { font-size: 15px; line-height: 1.27em; margin-left: auto; margin-right: auto; max-width: 300px; padding-bottom: 12px; padding-top: 5px; }
.last-grid .last-content hr { height: 2px; margin-left: auto; margin-right: auto; width: 37px; }
.last-grid .last-content p { font-size: 11px; line-height: 1.73em; margin-left: auto; margin-right: auto; max-width: 390px; padding-bottom: 48px; padding-top: 22px; }
.last-grid .last-inner-left { display: block; float: none; width: 100%; }
.last-grid .last-inner-right { display: block; float: none; height: 163px; width: 100%; }
.last-grid .last-inner-right img { position: absolute; -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); transform: translateY(-30%); }
.last-grid .last-inner-left .last-content { margin: 0px 35px; margin-right: 30px; margin-bottom: 59px; margin-top: 59px; }
.last-grid .last-inner-left .last-content h1 { font-size: 20px; padding-bottom: 20px; }
.last-grid .last-inner-left .last-content p { font-size: 14px; line-height: 1.36em; margin-left: auto; margin-right: auto; max-width: 290px; padding-bottom: 29px; padding-top: 16px; }
.last-grid .last-inner-left .last-content hr { background: #2B2B2B; }
.last-grid .last-inner-left .last-content a.grid-link { padding-left: 20px; padding-right: 20px; width: auto; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child { padding-bottom: 174px; padding-top: 63px; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child h1 { padding-bottom: 9px;}
.dual-grid:nth-of-type(5) .dual-bottom:last-child h2 { max-width: 520px; padding-bottom: 16.5px; }


/* bottom */
/*.bottom .bottom-inner { padding-bottom: 59px; padding-top: 66px; }
.bottom .bottom-inner img { display: block; height: auto; margin-left: auto; margin-right: auto; width: 49px; }
.bottom .bottom-inner p { font-size: 12px; line-height: 1.27em; max-width: 350px; padding-bottom: 34px; padding-top: 36px; }
.bottom .bottom-inner .socials li a { background-size: 14px auto; height: 14px; width: 14px; }
.bottom .bottom-inner .socials li.icon-fb a { background-position: 0px 0px; }
.bottom .bottom-inner .socials li.icon-ig a { background-position: 0px -14px; }

.bottom.bottom-dark .bottom-inner .socials li.icon-fb a { background-position: 0px -28px; }
.bottom.bottom-dark .bottom-inner .socials li.icon-ig a { background-position: 0px -42px; }*/


/* footer */
footer { height: 81px; }
footer .footer-inner { padding: 0px; text-align: center; }
footer .footer-inner p { font-size: 10.19px; display: block; padding-top: 22px; }
footer .footer-inner p:last-child { float: none; padding-top: 10px; }
footer .footer-inner p a { font-size: 10.19px; margin-right: 10px; }


/* banner-page */
.banner-page { height: 263px; }
.banner-page .banner-inner { left: inherit; position: relative; top: calc(47% + 11px); width: 50%; margin-left: auto; margin-right: auto; max-width: 720px; text-align: center; }
.banner-page .banner-inner h1 { font-size: 33px; padding-bottom: 18px; }
.banner-page .banner-inner hr { margin: 0px auto; width: 86px; height: 2px;}
.product-banner .banner-inner .content { margin-top: 22px;}
.product-banner .banner-inner .content p { padding-top: 12px;font-size: 8px;}
.product-banner .banner-inner .content h3 {font-size: 16px}


/* page-content */
.page-content .page-inner { max-width: 520px; padding-bottom: 7px; padding-top: 56px; }
.page-content .page-inner h1 { font-size: 46px; line-height: 0.95em; padding-bottom: 20px; }
.page-content .page-inner hr { width: 99px; }
.page-content .page-inner p { font-size: 11px; line-height: 1.82em; padding-bottom: 52px; padding-top: 21px; }


/* team-grid */
.team-grid { display: block; flex-wrap: inherit; align-items: inherit; }
.team-grid .item1,
.team-grid .item2,
.team-grid .item3 { height: 365px; width: 100%; }
.team-grid .item1:nth-of-type(1) { height: auto; }
.team-grid .team-content { max-width: inherit; padding-bottom: 74px; padding-top: 93px; }
.team-grid .team-content h2 { font-size: 21.11px; line-height: 1.2em; padding-bottom: 15px;}
.team-grid .team-content h1 { font-size: 60.06px; line-height: 0.95em; padding-bottom: 40px; }
.team-grid .team-content a.team-link { font-size: 16.12px; height: 48px; line-height: 44px; padding: 0px 20px; }
.team-grid .item3:last-child .team-content { margin-left: 80px; color: #fff; text-align: left; padding-bottom: 77px; padding-top: 66px; }
.team-grid .item3:last-child .team-content h2 { font-size: 24.8px; padding-bottom: 17px; }
.team-grid .item3:last-child .team-content h1 { font-size: 70.58px; padding-bottom: 37px; }
.team-grid .team-hover .team-content { margin-top: 15px; }
.team-grid .team-hover .team-content h1 { font-size: 58.39px; line-height: 1.12em; width: 250px; padding-bottom: 10px; }
.team-grid .team-hover .team-content h2 { font-size: 21.78px; padding-bottom: 23px; }


/* products-content */
.products-content .products-inner { max-width: 510px; padding-bottom: 86px; padding-top: 61px; }
.products-content .products-inner h1 { font-size: 14.07px; padding-bottom: 20px; }
.products-content .products-inner p { font-size: 10.82px; line-height: 1.65em; padding-bottom: 26px; padding-top: 12px; }
.products-content .products-inner a.products-link { font-size: 9.14px; height: 27px; line-height: 27px; width: 95px; }


/* products-grid */
.products-grid .products-left { min-width: 375px; width: 60%; }
.products-grid .products-inner { margin-left: 50px; margin-right: 25px; padding-bottom: 48px; padding-top: 64px; }
.products-grid .products-inner h1 { font-size: 44.75px; line-height: 0.89em; padding-bottom: 13px; }
.products-grid .products-inner h2 { font-size: 10.32px; line-height: 1.27em; max-width: 230px; padding-bottom: 12px; padding-top: 5px; }
.products-grid .products-inner hr { height: 2px; width: 105px; }
.products-grid .products-inner p { font-size: 10.32px; line-height: 1.27em; max-width: 280px; padding-bottom: 16px; padding-top: 20px; }


/* services-content */
.services-content .services-inner { max-width: 500px; padding-bottom: 47px; padding-top: 90px; }
.services-content .services-inner h1 { font-size: 33.17px; line-height: 0.95em; padding-bottom: 26px; }
.services-content .services-inner hr { height: 3px; width: 146px; }
.services-content .services-inner p { font-size: 13.01px; line-height: 1.65em; padding-bottom: 49px; padding-top: 38px; }
.services-content.services-last .services-inner { padding-bottom: 50px; padding-top: 86px; }
.services-content.services-last .services-inner h1 { font-size: 38.74px; padding-bottom: 31px; }
.services-content.services-last .services-inner p { font-size: 15.2px; padding-top: 45px; }


/* services-grid */
.services-grid .services-left { float: none; width: 100%; }
.services-grid .services-right { float: none; width: 100%; }
.services-grid .services-right .services-inner { order: 1; }
.services-grid .services-right .services-image { order: 2; }
.services-grid .services-inner { padding-bottom: 96px; padding-left: 90px; padding-right: 90px; padding-top: 87px; width: 100%; }
.services-grid .services-inner h1 { font-size: 26.1px; letter-spacing: 0.05em; padding-bottom: 21px; }
.services-grid .services-inner h2 { font-size: 18.64px; line-height: 1.27em; max-width: 420px; padding-bottom: 15px; padding-top: 5px; }
.services-grid .services-inner hr { height: 3px; width: 47px; }
.services-grid .services-inner p { font-size: 15.44px; line-height: 1.35em; max-width: 390px; padding-bottom: 56px; padding-top: 31px; }
.services-grid .services-inner a.services-link { font-size: 12.6px; height: 37px; line-height: 33px; width: 153px; }
.services-grid .services-right .services-inner { padding-bottom: 134px; padding-top: 81px; }
.services-grid .services-right .services-inner h1 { font-size: 26.98px; padding-bottom: 22px; }
.services-grid .services-right .services-inner h2 { padding-bottom: 16px; }
.services-grid .services-right .services-inner p { padding-bottom: 62px; padding-top: 33px; }
.services-grid .services-right .services-inner a.services-link { font-size: 13.03px; height: 39px; line-height: 34px; width: 159px; }
.dual-grid-services .dual-bottom { background: none; height: 279px; padding-top: 65px; }
.dual-grid-services .dual-bottom h1 { font-size: 15px; padding-bottom: 24px; }
.dual-grid-services .dual-bottom h2 { font-size: 26.53px; max-width: 520px; padding-bottom: 26px; }


/* news-grid */
.news-grid article { display: flex; flex-direction: column; }
.news-grid article .news-left { width: 100%; }
.news-grid article .news-right { width: 100%; }
.news-grid article:nth-child(even) .news-left { order: 1; }
.news-grid article:nth-child(even) .news-right { order: 2; }
.news-grid .news-content { max-width: 430px; margin-left: auto; margin-right: auto; top: 0px; padding-bottom: 112px; padding-top: 105px; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
.news-grid .news-content h1 { font-size: 55.03px; line-height: 0.89em; padding-bottom: 21px; }
.news-grid .news-content h2 { font-size: 19.34px; line-height: 1.27em; padding-bottom: 5px; padding-top: 5px; }
.news-grid .news-content hr { height: 3px; width: 167px; }
.news-grid .news-content p { font-size: 16.37px; line-height: 1.5em; padding-bottom: 49px; padding-top: 34px; }
.news-grid .news-content a.news-link { font-size: 12.57px; height: 37px; line-height: 33px; width: 132px; }
.news-grid article:nth-child(even) .news-content { float: none; }


/* news-internal */
.news-internal .news-inner { max-width: 520px; padding-bottom: 118px; padding-top: 127px; text-align: left; width: 90%; }
.news-internal .news-inner h1 { font-size: 39.63px; line-height: 0.89em; padding-bottom: 33px; text-align: center; text-transform: uppercase; }
.news-internal .news-inner hr { height: 3px; display: block; margin-left: auto; margin-right: auto; width: 174px; }
.news-internal .news-inner p { font-size: 15.55px; line-height: 1.65em; padding-bottom: 25px; padding-top: 0px; }
.news-internal .news-inner p:first-of-type { padding-bottom: 25px; padding-top: 103px; }
.news-internal .news-bottom { max-width: 520px; padding-bottom: 135px; padding-top: 29px; text-align: left; width: 94%; }
.news-internal .news-bottom img { padding-bottom: 42px; padding-right: 15px; width: 77px; }
.news-internal .news-bottom p { font-family: 'Open Sans', sans-serif; font-size: 14.09px; display: inline-block; margin-top: 3px; vertical-align: middle; }
.news-internal .news-bottom p strong { font-family: 'Oswald', sans-serif; padding-right: 20px; }
.news-internal .news-bottom p span { font-family: 'Open Sans', sans-serif; padding-left: 20px; }
.news-internal .news-bottom ul { display: inline-block; vertical-align: middle; padding-left: 0px; padding-top: 0px; }
.news-internal .news-bottom ul li { font-size: 12.44px; }
.news-internal .news-bottom ul li a { background-size: 20px auto; top: 0px; height: 20px; width: 20px; }
.news-internal .news-bottom ul li.icon-fb a { background-position: 0px -80px; }
.news-internal .news-bottom ul li.icon-tw a { background-position: 0px -100px; }
.news-internal .news-bottom ul li.icon-pt a { background-position: 0px -120px; }
.news-internal .news-bottom ul li.icon-em a { background-position: 0px -140px; }
.news-internal .news-bottom .news-navigation { padding-top: 0px; margin-top: -11px; }
.news-internal .news-bottom .news-navigation a { font-size: 11.99px; height: 39px; line-height: 36px; padding: 0px 15px; }


/* quote-form */
.quote-grid { display: block; height: auto; }
.quote-grid .quote-left { display: block; width: 100%; }
.quote-grid .quote-right { display: block; height: 409px; width: 100%; }
.quote-grid .quote-content { padding-bottom: 72px; padding-top: 82px; }
.quote-grid .quote-content h1 { font-size: 44.53px; padding-bottom: 15px; }
.quote-grid .quote-content hr { height: 2px; width: 166px; }
.quote-grid .quote-content p { font-size: 13.24px; line-height: 1.5em; padding-top: 27px; }
.quote-grid .quote-content p:last-child { padding-top: 19px; }


/* quote-form */
.quote-form { padding-bottom: 126px; padding-top: 123px; }
.quote-form form { max-width: 520px; }
.quote-form form fieldset { margin-bottom: 13px; vertical-align: top; }
.quote-form form fieldset.half { margin-right: 0px; width: 100%; }
.quote-form form fieldset.half.select { margin-right: 0px; width: 70%; }
.quote-form form fieldset input,
.quote-form form fieldset textarea { font-size: 10.6px; padding: 0px 30px; width: 100%; }
.quote-form form fieldset input { height: 38px; }
.quote-form form fieldset textarea { margin-bottom: 3px; margin-top: 3px; min-height: 181px; padding-bottom: 15px; padding-top: 19px; }
.quote-form form fieldset.half:nth-of-type(1) input { width: 100%; }
.quote-form form fieldset.half:nth-of-type(2) input { width: 100%; }
.quote-form form fieldset.half:nth-of-type(3) input { float: none; width: 100%; }
.quote-form form fieldset.half:nth-of-type(4) input { width: 100%; }
.quote-form form fieldset.half input { width: calc(100% - 5px); }
.quote-form form fieldset.middle { padding-top: 68px; }
.quote-form form fieldset button { font-size: 10.14px; height: 25px; line-height: 22px; }
.quote-form form fieldset .sbHolder { height: 38px; }
.quote-form form fieldset .sbSelector { font-size: 10.6px; line-height: 36px; padding-left: 30px; padding-right: 20px; }
.quote-form form fieldset .sbOptions { height: 200px; top: 18px; }
.quote-form form fieldset .sbOptions a { font-size: 17.11px; line-height: 1.2em; margin-top: 2px; margin-bottom: 6px; padding-left: 30px; padding-right: 30px; padding-bottom: 10px; padding-top: 10px; }
.quote-form form fieldset .sbToggle { background: url(/wp-content/themes/uft/img/canvas.png) 0px -160px no-repeat; background-size: 20px auto; display: block; height: 20px; outline: none; margin-top: 0px; position: absolute; right: 25px; top: 10px; width: 20px; transform: rotate(0deg); }


.gallery { border-top: 5px solid #fff; }

.gallery .slick-arrow { height: 32px; width: 32px; font-size: 26px; padding-bottom: 4px; margin-top: -16px; }


.gallery-grid { padding: 0px 2px; }
.gallery-grid article { margin: 2px; width: calc(25% - 4px); }
#gallery_modal #close_gallery { height: 18px; width: 17px; font-size: 9.16px; height: 18px; line-height: 18px; right: 24px; top: 100px; margin-top: 0px; z-index: 10; }

#gallery_modal { padding-left: 24px; padding-right: 24px; padding-top: 100px; }
#gallery_modal .gallery { border-top: 0px none; height: auto; }
#gallery_modal .gallery .slick-arrow { height: 24px; width: 22px; font-size: 18px; }
}@media only screen and (min-width:50px) and (max-width:599px){/* heading */
.heading { padding-top: 39px; }
.heading .heading-inner { padding: 0px 30px; }
.heading .heading-inner a.heading-logo { width: 45px; }
.heading .heading-inner a.heading-logo img { display: block; height: auto; width: 100%; }
.heading .heading-inner ul.heading-menu { display: none; }
.heading .heading-inner a.heading-quote { display: none; }
.heading #show_menu { display: block; right: 30px; top: 38px; }

/*.page-id-21 .heading .heading-inner a.heading-logo { background: url(/wp-content/themes/uft/img/logo-black-big.png) 0px 0px no-repeat; background-size: 100% auto; height: 49px; width: 45px; }*/
/*.page-id-21 .heading .heading-inner a.heading-logo img { display: none; }*/

/* banner */
.banner { height: 530px; }
.banner .banner-inner { left: 50%; margin-left: -130px; text-align: left; top: calc(52% - 11px); max-width: 275px; width: 92%; }
.banner .banner-inner h1 { padding-bottom: 15px; font-size: 26px; text-align: center; max-width: 250px;}
.banner .banner-inner hr { height: 3px; width: 160px;margin: auto;}
.banner .banner-inner p { font-size: 11.37px; line-height: 1.33em; max-width: 350px; padding-bottom: 20px; padding-top: 22px; }
.banner .banner-inner a.banner-link {margin: auto;display: block;max-width: 130px;height: 35px;line-height: 35px; }
.banner .banner-inner a.banner-link span {font-size: 7px;}
.foo-products { padding: 45px 0;}

/* banner-404 */
.banner-404 { background-size: 254px auto !important; background-position: center 176px !important; }
.banner-404 .banner-inner { left: 50%; position: absolute; top: 348px; margin-left: -60px; max-width: inherit; width: 120px; }
.banner-404 .banner-inner a.banner-link { background: none; border: 2px solid #fff; color: #fff; line-height: 38px; width: 100%; }


/* banner-thankyou */
.banner-thankyou { background-size: 242px auto !important; background-position: center 158px !important; height: 434px;}
.banner-thankyou .banner-inner { left: 50%; position: absolute; top: 220px; margin-left: -130px; text-align: center; max-width: 260px; }
.banner-thankyou .banner-inner h1 {margin: auto; max-width: 210px; font-size: 24px;}
.banner-thankyou .banner-inner p { color: rgba(255, 255, 255, 0.8); max-width: 200px; padding-top: 5px; font-size: 12px;}
.banner-thankyou .banner-inner p a { color: #fff; }
.banner-thankyou .banner-inner a.banner-link { color: #fff; line-height: 42px; max-width: 155px; height: 42px;}
.banner-thankyou .banner-inner a.banner-link span{ font-size: 10px; }


/* dual-grid */
.dual-grid .dual-left { display: block; float: none; width: 100%; }
.dual-grid .dual-right { display: block; float: none; width: 100%; }
.dual-grid.dual-grid-inverted .dual-left { display: block; float: none; width: 100%; }
.dual-grid.dual-grid-inverted .dual-right { display: block; float: none; height: 227px; width: 100%; }
.dual-grid.dual-grid-inverted .dual-right img { display: block; height: auto; width: 100%; }
.dual-grid .dual-content { margin: 0px 45px; margin-top: 0px; padding-bottom: 52px; padding-top: 43px; text-align: center; width: auto; }
.dual-grid .dual-content h1 { font-size: 46px; line-height: 1.12em; padding-bottom: 7px; }
.dual-grid .dual-content h2 { font-size: 11px; line-height: 1.45em; margin-left: auto; margin-right: auto; max-width: 260px; padding-bottom: 23px; padding-top: 5px; }
.dual-grid .dual-content hr { margin-left: auto; margin-right: auto; width: 81px; }
.dual-grid .dual-content p { font-size: 11px; line-height: 1.45em; margin-left: auto; margin-right: auto; max-width: 265px; padding-bottom: 27px; padding-top: 22px; }
a.grid-link { font-size: 9px; height: 26px; line-height: 21px; margin-left: auto; margin-right: auto; width: 88px; box-shadow: none; }
.dual-grid .dual-bottom { height: 189px; padding-top: 51px; }
.dual-grid .dual-bottom h1 { font-size: 8.22px; padding-bottom: 6px; }
.dual-grid .dual-bottom h2 { font-size: 13.23px; line-height: 1.26em; max-width: 260px; padding-bottom: 23px; padding-top: 5px; width: 92%;}
.dual-grid .dual-bottom a.blue-link { font-size: 6.39px; height: 20px; line-height: 20px; width: 67px; }


/* last-grid */
.last-grid { display: block; }
.last-grid .last-grid-left { display: block; float: none; width: 100%; }
.last-grid .last-grid-right { display: block; float: none; width: 100%; }
.dual-grid.dual-grid-inverted .dual-right img { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.last-grid .last-grid-left img { display: none; }
.last-grid .last-content { margin: 0px 40px; text-align: center; margin-bottom: 18px; margin-top: 43px; }
.last-grid .last-content h1 { font-size: 20px; padding-bottom: 14px; }
.last-grid .last-content h2 { font-size: 15px; line-height: 1.27em; margin-left: auto; margin-right: auto; max-width: 300px; padding-bottom: 12px; padding-top: 5px; }
.last-grid .last-content hr { height: 2px; margin-left: auto; margin-right: auto; width: 37px; }
.last-grid .last-content p { font-size: 11px; line-height: 1.73em; margin-left: auto; margin-right: auto; max-width: 390px; padding-bottom: 48px; padding-top: 22px; }
.last-grid .last-inner-left { display: block; float: none; width: 100%; }
.last-grid .last-inner-right { display: block; float: none; height: 163px; width: 100%; }
.last-grid .last-inner-right img { position: absolute; -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); transform: translateY(-30%); }
.last-grid .last-inner-left .last-content { margin: 0px 35px; margin-right: 30px; margin-bottom: 59px; margin-top: 69px; }
.last-grid .last-inner-left .last-content h1 { font-size: 14px; padding-bottom: 20px; }
.last-grid .last-inner-left .last-content p { font-size: 14px; line-height: 1.36em; margin-left: auto; margin-right: auto; max-width: 290px; padding-bottom: 29px; padding-top: 16px; }
.last-grid .last-inner-left .last-content hr { background: #2B2B2B; }
.last-grid .last-inner-left .last-content a.grid-link { padding-left: 20px; padding-right: 20px; width: auto; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child { padding-bottom: 174px; padding-top: 64px; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child h1 { font-size: 14px; padding-bottom: 15px; }
.dual-grid:nth-of-type(5) .dual-bottom:last-child h2 { font-size: 18px; max-width: 520px; padding-bottom: 19px; }
.dual-grid:nth-of-type(5) .dual-bottom a.blue-link { font-size: 7.78px; height: 24px; line-height: 23px; width: auto; padding-left: 20px; padding-right: 20px; }


/* bottom */
/*.bottom .bottom-inner { padding-bottom: 60px; padding-top: 66px; }
.bottom .bottom-inner img { display: block; height: auto; margin-left: auto; margin-right: auto; width: 49px; }
.bottom .bottom-inner p { font-size: 10px; line-height: 1.68em; max-width: 270px; padding-bottom: 34px; padding-top: 36px; }
.bottom .bottom-inner .socials li a { background-size: 14px auto; height: 14px; width: 14px; }
.bottom .bottom-inner .socials li.icon-fb a { background-position: 0px 0px; }
.bottom .bottom-inner .socials li.icon-ig a { background-position: 0px -14px; }
.bottom.bottom-dark .bottom-inner .socials li.icon-fb a { background-position: 0px -28px; }
.bottom.bottom-dark .bottom-inner .socials li.icon-ig a { background-position: 0px -42px; }*/


/* footer */
footer { height: auto; }
footer .footer-inner { padding: 0px; text-align: center; }
footer .footer-inner p { font-size: 10.19px; display: block; padding-top: 28px; }
footer .footer-inner p:last-child { float: none; padding-top: 10px; padding-bottom: 28px; }
footer .footer-inner p a { font-size: 10.19px; margin-right: 10px; }


/* banner-page */
.banner-page { height: 530px; }
.banner-page .banner-inner { left: inherit; position: relative; top: calc(45% + 18px); width: 90%; margin-left: auto; margin-right: auto; max-width: 720px; text-align: center; }
.banner-page .banner-inner h1 { font-size: 30px; padding-bottom: 20px;margin: auto; }
.banner-page .banner-inner hr { margin: 0px auto; width: 90px; }
.product-banner .banner-inner .content { margin-top: 19px;}
.product-banner .banner-inner .content h3 {font-size: 15px;}
.product-banner .banner-inner .content p {font-size: 9px; text-align: center;max-width: 405px;margin: auto; padding-top: 15px;}


/* page-content */
.page-content .page-inner { max-width: 270px; padding-bottom: 11px; padding-top: 45px; }
.page-content .page-inner h1 { font-size: 46px; line-height: 0.95em; padding-bottom: 20px; }
.page-content .page-inner hr { width: 99px; }
.page-content .page-inner p { font-size: 11px; line-height: 1.82em; padding-bottom: 52px; padding-top: 21px; }


/* team-grid */
.team-grid { display: block; flex-wrap: inherit; align-items: inherit; }
.team-grid .item1,
.team-grid .item2,
.team-grid .item3 { height: 365px; width: 100%; }
.team-grid .item1:nth-of-type(1) { height: auto; }
.team-grid .team-content { max-width: inherit; padding-bottom: 74px; padding-top: 93px; }
.team-grid .team-content h2 { font-size: 21.11px; line-height: 1.2em; padding-bottom: 15px;}
.team-grid .team-content h1 { font-size: 60.06px; line-height: 0.95em; padding-bottom: 40px; }
.team-grid .team-content a.team-link { font-size: 11.5px; height: 34px; line-height: 30px; padding: 0px 15px; }
.team-grid .item3:last-child .team-content { margin-left: 25px; color: #fff; text-align: left; padding-bottom: 77px; padding-top: 67px; }
.team-grid .item3:last-child .team-content h2 { font-size: 20px; line-height: 1.49em; padding-bottom: 11px; }
.team-grid .item3:last-child .team-content h1 { font-size: 46px; padding-bottom: 35px; }
.team-grid .team-hover .team-content { margin-top: 11px; }
.team-grid .team-hover .team-content h1 { font-size: 58.39px; line-height: 1.12em; width: 250px; padding-bottom: 12px; }
.team-grid .team-hover .team-content h2 { font-size: 21.78px; padding-bottom: 22px; }


/* products-content */
.products-content .products-inner { max-width: 280px; padding-bottom: 84px; padding-top: 78px; }
.products-content .products-inner h1 { font-size: 14.07px; padding-bottom: 20px; }
.products-content .products-inner p { font-size: 10.82px; line-height: 1.65em; padding-bottom: 35px; padding-top: 12px; }
.products-content .products-inner a.products-link { font-size: 9.14px; height: 27px; line-height: 27px; width: 95px; }


/* products-grid */
.products-grid .products-left { position: relative; right: inherit; top: 0%; width: 100%; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
.products-grid .products-right { display: block; left: auto; position: relative; top: 0px; width: 100%; }
.products-grid .products-right img { display: block; height: auto; width: 100%; }
.products-grid .products-inner { margin-left: 25px; margin-right: 25px; padding-bottom: 48px; padding-top: 64px; }
.products-grid .products-inner h1 { font-size: 44.75px; line-height: 0.89em; padding-bottom: 13px; }
.products-grid .products-inner h2 { font-size: 10.32px; line-height: 1.27em; max-width: 230px; padding-bottom: 12px; padding-top: 5px; }
.products-grid .products-inner hr { height: 1px; width: 112px; }
.products-grid .products-inner p { font-size: 10.32px; line-height: 1.27em; max-width: 280px; padding-bottom: 16px; padding-top: 20px; }
.products-grid.last-grid .products-left { background: #2373A9; color: #fff; left: inherit; right: inherit; }
.products-grid.last-grid .products-inner h2 { color: rgba(255, 255, 255, 0.8); }
.products-grid.last-grid .products-inner hr { background: #fff; }
.dual-grid.products-block .dual-bottom { height: auto; padding-bottom: 54px; }


/* services-content */
.services-content .services-inner { max-width: 270px; padding-bottom: 19px; padding-top: 59px; }
.services-content .services-inner h1 { font-size: 21.64px; line-height: 0.95em; padding-bottom: 17px; }
.services-content .services-inner hr { height: 2px; width: 95px; }
.services-content .services-inner p { font-size: 11px; line-height: 1.45em; padding-bottom: 49px; padding-top: 16px; }
.services-content.services-last .services-inner { padding-bottom: 10px; padding-top: 56px; }
.services-content.services-last .services-inner h1 { font-size: 25.27px; padding-bottom: 20px; }
.services-content.services-last .services-inner hr { width: 111px; }
.services-content.services-last .services-inner p { font-size: 11px; padding-top: 25px; }


/* services-grid */
.services-grid .services-left { float: none; width: 100%; }
.services-grid .services-right { float: none; width: 100%; }
.services-grid .services-right .services-inner { order: 1; }
.services-grid .services-right .services-image { order: 2; }
.services-grid .services-inner { padding-bottom: 64px; padding-left: 25px; padding-right: 25px; padding-top: 57px; width: 100%; }
.services-grid .services-inner h1 { font-size: 17.03px; letter-spacing: 0.05em; padding-bottom: 12px; }
.services-grid .services-inner h2 { font-size: 12.16px; line-height: 1.28em; max-width: 260px; padding-bottom: 10px; padding-top: 5px; }
.services-grid .services-inner hr { height: 2px; width: 31px; }
.services-grid .services-inner p { font-size: 11px; line-height: 1.45em; max-width: 240px; padding-bottom: 16px; padding-top: 20px; }
.services-grid .services-inner a.services-link { font-size: 8.22px; height: 24px; line-height: 20px; width: 100px; }
.services-grid .services-right .services-inner { padding-bottom: 54px; padding-top: 53px; }
.services-grid .services-right .services-inner h1 { font-size: 17.6px; padding-bottom: 12px; }
.services-grid .services-right .services-inner h2 { font-size: 12.57px; padding-bottom: 11px; }
.services-grid .services-right .services-inner p { padding-bottom: 21px; padding-top: 20px; }
.services-grid .services-right .services-inner a.services-link { font-size: 8.5px; height: 25px; line-height: 20px; width: 104px; }
.services-grid .services-image { height: 141px; overflow: hidden; position: relative; }
.services-grid .services-image img { display: block; height: auto; left: 50%; min-height: 141px; min-width: 525px; position: relative; width: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.dual-grid-services .dual-bottom { background: none; height: 209px; padding-top: 41px; }
.dual-grid-services .dual-bottom h1 { font-size: 11.49px; padding-bottom: 14px; }
.dual-grid-services .dual-bottom h2 { font-size: 19.7px; line-height: 1.04em; max-width: 240px; padding-bottom: 17px; }


/* news-grid */
.news-grid article { display: flex; flex-direction: column; }
.news-grid article .news-left { width: 100%; }
.news-grid article .news-right { width: 100%; }
.news-grid article:nth-child(even) .news-left { order: 1; }
.news-grid article:nth-child(even) .news-right { order: 2; }
.news-grid .news-content { max-width: 260px; margin-left: auto; margin-right: auto; top: 0px; padding-bottom: 67px; padding-top: 63px; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
.news-grid .news-content h1 { font-size: 33.26px; line-height: 0.89em; padding-bottom: 7px; }
.news-grid .news-content h2 { font-size: 11.69px; line-height: 1.27em; padding-bottom: 3px; padding-top: 5px; }
.news-grid .news-content hr { height: 2px; width: 101px; }
.news-grid .news-content p { font-size: 9.89px; line-height: 1.5em; padding-bottom: 30px; padding-top: 19px; }
.news-grid .news-content a.news-link { font-size: 7.6px; height: 24px; line-height: 20px; width: 80px; }
.news-grid article:nth-child(even) .news-content { float: none; }


/* news-internal */
.news-internal .news-inner { max-width: 270px; padding-bottom: 118px; padding-top: 84px; text-align: center; width: 90%; }
.news-internal .news-inner h1 { font-size: 21.64px; line-height: 0.89em; padding-bottom: 25px; text-align: center; text-transform: uppercase; }
.news-internal .news-inner hr { height: 3px; display: block; margin-left: auto; margin-right: auto; width: 174px; }
.news-internal .news-inner p { font-size: 11px; line-height: 2.33em; padding-bottom: 26px; padding-top: 0px; }
.news-internal .news-inner p:first-of-type { padding-bottom: 26px; padding-top: 48px; }
.news-internal .news-bottom { max-width: 240px; padding-bottom: 115px; padding-top: 29px; text-align: left; width: 94%; }
.news-internal .news-bottom img { padding-bottom: 22px; padding-right: 15px; width: 77px; }
.news-internal .news-bottom p { font-family: 'Open Sans', sans-serif; font-size: 14.09px; line-height: 1.5em; display: inline-block; margin-top: -22px; vertical-align: middle; min-width: 145px; }
.news-internal .news-bottom p strong { display: block; font-family: 'Oswald', sans-serif; padding-right: 20px; }
.news-internal .news-bottom p span { display: block; font-family: 'Open Sans', sans-serif; padding-left: 0px; }
.news-internal .news-bottom ul { display: block; vertical-align: middle; padding-left: 0px; padding-top: 0px; }
.news-internal .news-bottom ul li { font-size: 12.44px; }
.news-internal .news-bottom ul li a { background-size: 20px auto; top: 0px; height: 20px; width: 20px; }
.news-internal .news-bottom ul li.icon-fb a { background-position: 0px -80px; }
.news-internal .news-bottom ul li.icon-tw a { background-position: 0px -100px; }
.news-internal .news-bottom ul li.icon-pt a { background-position: 0px -120px; }
.news-internal .news-bottom ul li.icon-em a { background-position: 0px -140px; }
.news-internal .news-bottom .news-navigation { display: block; float: none; padding-top: 80px; text-align: right; margin-top: 0px; }
.news-internal .news-bottom .news-navigation a { font-size: 11.99px; height: 39px; line-height: 36px; padding: 0px 15px; }


/* quote-form */
.quote-grid { display: block; height: auto; }
.quote-grid .quote-left { display: block; width: 100%; }
.quote-grid .quote-right { border-bottom: 1px solid #fff; display: block; height: 409px; width: 100%; }
.quote-grid .quote-content { padding-bottom: 73px; padding-top: 79px; }
.quote-grid .quote-content h1 { font-size: 44.53px; padding-bottom: 15px; }
.quote-grid .quote-content hr { height: 2px; width: 135px; }
.quote-grid .quote-content p { font-size: 13.24px; line-height: 1.5em; padding-top: 27px; }
.quote-grid .quote-content p:last-child { padding-top: 19px; }


/* quote-form */
.quote-form { padding-bottom: 138px; padding-top: 104px; }
.quote-form form { max-width: 260px; }
.quote-form form fieldset { margin-bottom: 13px; vertical-align: top; }
.quote-form form fieldset.half { margin-right: 0px; width: 100%; }
.quote-form form fieldset.half.select { margin-right: 0px; width: 100%; }
.quote-form form fieldset input,
.quote-form form fieldset textarea { font-size: 10.6px; padding: 0px 30px; width: 100%; }
.quote-form form fieldset input { height: 38px; }
.quote-form form fieldset textarea { margin-bottom: 3px; margin-top: 3px; min-height: 181px; padding-bottom: 15px; padding-top: 19px; }
.quote-form form fieldset.half:nth-of-type(1) input { width: 100%; }
.quote-form form fieldset.half:nth-of-type(2) input { width: 100%; }
.quote-form form fieldset.half:nth-of-type(3) input { float: none; width: 100%; }
.quote-form form fieldset.half:nth-of-type(4) input { width: 100%; }
.quote-form form fieldset.half input { width: calc(100% - 5px); }
.quote-form form fieldset.middle { padding-top: 68px; }
.quote-form form fieldset button { font-size: 10.14px; height: 25px; line-height: 22px; }
.quote-form form fieldset .sbHolder { height: 38px; }
.quote-form form fieldset .sbSelector { font-size: 10.6px; line-height: 36px; padding-left: 30px; padding-right: 20px; }
.quote-form form fieldset .sbOptions { height: 200px; top: 18px; }
.quote-form form fieldset .sbOptions a { font-size: 17.11px; line-height: 1.2em; margin-top: 2px; margin-bottom: 4px; padding-left: 30px; padding-right: 30px; padding-bottom: 8px; padding-top: 8px; }
.quote-form form fieldset .sbToggle { background: url(/wp-content/themes/uft/img/canvas.png) 0px -160px no-repeat; background-size: 20px auto; display: block; height: 20px; outline: none; margin-top: 0px; position: absolute; right: 25px; top: 10px; width: 20px; transform: rotate(0deg); }


/* menu */
#menu .menu-inner { margin: 0px 30px; padding-bottom: 30px; margin-bottom: 125px !important; padding-top: 38px; }
#menu .menu-inner a.menu-logo { width: 45px; }
#menu .menu-inner #close_menu { right: 30px; top: 38px; }
#menu .menu-inner.is_stuck #close_menu { right: 0px; }

.dual-grid.products-block + .gallery { display: block !important; }

.gallery { border-top: 5px solid #fff; }

.gallery .slick-arrow { height: 32px; width: 32px; font-size: 26px; padding-bottom: 4px; margin-top: -16px; }


.gallery-grid { display: none !important; padding: 0px 2px; }
.gallery-grid article { margin: 2px; width: calc(25% - 4px); }
#gallery_modal #close_gallery { height: 18px; width: 17px; font-size: 9.16px; height: 18px; line-height: 18px; right: 24px; top: 100px; margin-top: 0px; z-index: 10; }

#gallery_modal { display: none !important; padding-left: 24px; padding-right: 24px; padding-top: 100px; }
#gallery_modal .gallery { border-top: 0px none; height: auto; }
#gallery_modal .gallery .slick-arrow { height: 24px; width: 22px; font-size: 18px; }
}
.fo-info{padding:10px 0 !important}

.postid-769 .options__button, .postid-769 .ca-title-option, .postid-766 .options__button, .postid-766 .ca-title-option, .postid-764 .options__button, .postid-764 .ca-title-option, .postid-751 .options__button, .postid-751 .ca-title-option, .postid-739 .options__button, .postid-739 .ca-title-option{display:none}


.bottom .bottom-inner {
    padding-bottom: 93px;
}

.bottom .bottom-inner .bottom-inner__contacts {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	max-width: 300px;
	text-align: center;
	padding: 44px 0 37px;
	line-height: 1.55em;
}


.bottom .bottom-inner .bottom-inner__contacts:before {
	content: '';
	position: absolute;
	display: block;
	width: 224px;
	height: 4px;
	background-color: #2b2b2b;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
}

.bottom .bottom-inner .bottom-inner__contacts > span {
	    margin-bottom: -9px;
    display: block;
}


.bottom .bottom-inner .bottom-inner__contacts > a {
	    color: rgba(85, 85, 85, 0.8);
}

@media screen and (max-width: 1280px) {
  .bottom .bottom-inner {
    padding-bottom: 88px;
    padding-top: 88px;
	}
	
	.bottom .bottom-inner .bottom-inner__contacts {
    padding: 54px 0 38px;
}
}

@media screen and (max-width: 959px) {
  .bottom .bottom-inner {
    padding-bottom: 72px;
    padding-top: 84px;
	}
	
	.bottom .bottom-inner > img {
    width: 68px;
	}
	
	.bottom .bottom-inner p {
    font-size: 17px;
    line-height: 1.4em;
    max-width: 298px;
    padding-bottom: 43px;
    padding-top: 30px;
	}
	
	    .bottom .bottom-inner .bottom-inner__contacts {
				font-size: 14px;
        padding: 41px 0 34px;
    }
	
	.bottom .bottom-inner .bottom-inner__contacts > span {
    margin-bottom: 0px;
    display: block;
}
}


