/*
Theme Name: TravelTek New
Theme URI: https://www.traveltek.com
Description: TravelTek New
Version: 2.0
Author: Cruise Appy
Author URI: https://www.cruiseappy.com
Tags: orange, blue,rwd, mobile
*/


/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

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:1}
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:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;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 #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

:root {
    --white: #fff;
    --text: #414243;
    --blue: #23aae1;
    --orange: #f47633;
    --lightorange: #fcdccc;
    --midorange: #f69766;
    --lightblue: #5abfe8;
    --grey: #707172;
    --darkgrey: #45474d;
    --midgrey: #585a5f;
    --lightgrey: #f6f6f6;
    --midgrey: #eee;
}

/*
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

input, textarea, select {
    -webkit-border-radius:0;
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important;
}

::selection {
	background: var(--orange);
	color: var(--white);
}

::-moz-selection {
	background: var(--orange);
	color: var(--white);
}

::-webkit-selection {
	background: var(--orange);
	color: var(--white);
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.alignright {
	float:right;
	margin:0 0 2em 1em;
}

img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
	margin:0 0 2em 1em;
}

.alignleft {
	float:left;
	margin:0 0 2em 1em;
}

img.wp-smiley {
	float: none;
	margin: 0 0 0 5px;
	vertical-align:middle;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: var(--orange);
	text-decoration: none;
}

a:hover {
	color: var(--text);
	text-decoration: none;
}


/*
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	font: 40px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	font-weight: 600;
}

h2 {
	font: 30px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	font-weight: 600;
}

h3 {
	font: 25px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	font-weight: 600;
}

h4 {
	font: 20px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	font-weight: 600;
}

h5 {
	font: 18px 'Open Sans', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
	font-weight: 600;
}


/*
==========================================================================
GENERAL
==========================================================================
*/

html, body { overflow-x:hidden; }

body {
	background: var(--white);
	color: var(--text);
	font: 15px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
	margin:0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.container {
	position: relative;
	width:100%;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 30px;
}

/*
==========================================================================
HEADER
==========================================================================
*/

header {
	background:var(--white);
	position: fixed;
	width:100%;
	margin: 0px auto;
	padding: 12px 0;
	z-index: 100;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}

.shrink {
	padding: 5px 0;
}

.logo {
    width: 200px;
    height: auto;
    float: left;
    padding: 5px 0 0 0;
	transition: all 0.3s ease-in;
}

/*
==========================================================================
NAV
==========================================================================
*/

nav {
    float: left;
    z-index: 999999;
    margin: 10px 0 0 45px;
}

nav a {
	color: var(--text);
	padding: 5px 15px 5px 5px;
	font-weight: 600;
	display: block;
	font-size: 15px;
	margin: 0 0 0 20px;
}

nav a:hover {
	color: var(--orange);
}

.contact-button {
	float: right;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px;
    margin: 10px 0 0 0;
    background: var(--blue);
    color: var(--white);
	transition: all 0.3s ease-in;
}

.contact-button:hover {
    border: 0;
    background: var(--orange);
    color: var(--white);
	transition: all 0.3s ease-in-out;
}


.nav {
	list-style: none;
}

.nav ul {
    list-style: none;
    width: 9em;
    min-width: 250px;
    margin:0;
    padding: 24px 0 0 0;
}

.nav li {
    position: relative;
}

.nav > li {
	display:inline-block;
}


.nav > li > .parent {
    background-image: url("images/arrow.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right;
	padding: 5px 15px 5px 5px;
 	margin: 0 5px 0 25px;
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    margin:0;
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    background: var(--lightgrey);
    position: relative;
    z-index:100;
    border-top: 0;
	color: var(--text);
	padding: 10px;
    margin:0;
    font-size: 13px;
}

.nav li li li a {
    background: var(--grey);
    z-index:200;
    border-top: 0;
	color: var(--white);
}

.nav li li a:hover, .nav li li li a:hover {
    background: var(--orange);
	color: var(--white);
}

/*
==========================================================================
NAV WRAPPER
==========================================================================
*/

.nav-wrapper {
  background-color: var(--blue);
  height: 100%;
  padding: 80px 30px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
  width: 400px;
  overflow-x: hidden;
  z-index: 999999999999999;
}

.simplebar-placeholder {
    height: auto !important;
}

.side-item {
	position: relative;
}

.nav-wrapper a {
	font-size: 14px;
	color: var(--white);
	transition: all 0.3s ease-in;
}

.nav-wrapper a:hover {
	color: var(--lightblue);
	transition: all 0.3s ease-in-out;
}

.nav-button {
	color: var(--text);
	font-size: 14px;
	margin: 16px 0 0 50px;
	transition: all 0.3s ease-in-out;
	float: right;
	display: none;
}

.nav-button img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease-in;
}

.nav-button span {
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease-in;
}

.nav-button:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
	transition: all 0.3s ease-in;
}

.nav-wrapper .nav-buttons:hover {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.nav-visible .nav-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-wrapper .nav {
  position: relative;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
    padding: 20% 25% 0 25%;
}

.nav-visible .nav {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}


.nav-wrapper .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
	transition: all 0.3s ease-in-out;
    color: var(--orange);
}

.button-lines {
	font: 16px 'FSSienaWeb-Regular', Helvetica, Arial, sans-serif;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menutag {
	margin: 5px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: var(--white);
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background: var(--white);
}

.nav-visible .menutag {
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.toggler-div {
	background: var(--blue);
	color: var(--white);
	position: absolute;
	padding: 50px;
	display: none;
	top: 159px;
	height: 400px;
    width: 100%;
    z-index: 99999;
}

.close {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
 	line-height: 12px;
}

.close img {
	width: 25px;
}

.closer {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
    position: absolute;
    right: 50px;
    top: 50px;
}

.closer:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}


.nav-wrapper .parent ul {
	display: none;
	padding: 10px 0;
}

.nav-wrapper .parent {
	position: relative;
	cursor: pointer;
}

.nav-wrapper .parent:after {
	position: absolute;
	right: 10px;
	top: 10px;
	color: var(--white);
	cursor: pointer;
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.nav-wrapper .minus:after {
	content: "\f0d8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.nav-wrapper li {
	border-bottom: 1px solid var(--white);
	padding: 10px 0;
}

.nav-wrapper ul li:last-of-type {
	border-bottom:0;
}

.nav-wrapper .parent ul a {
	color: var(--white);
	padding: 0;
}

.nav-wrapper .parent ul a:hover {
	color: var(--lightblue);
}

.shrink .nav ul {
    padding: 17px 0 0 25px;
}

/*
==========================================================================
HOME
==========================================================================
*/

.hero {
	position: relative;
	background: var(--lightorange);
	height: 600px;
	width: 100%;
}

.hero-text {
	width: 50%;
	float: left;
	margin: 100px 0 0 0;
	padding: 0 40px 0 0;
}

.hero-mobile {
	display: none;
}

.hero-image {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
    height: 680px;
}

.button {
	background: var(--orange);
	color: var(--white);
	padding: 10px 30px;
	margin: 20px 0;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}

.button:hover {
	background: var(--darkgrey);
	color: var(--white);
	transition: all 0.3s ease-in-out;
}

.home-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: inital;
    margin: 120px auto 50px auto;
}

.hg-item {
	background: var(--blue);
	padding: 50px 25px;
	text-align: center;
	color: var(--white);
	transition: all 0.1s ease-in;
}

.hg-item a,
.hg-item a:hover {
	color: var(--white);
}

.hg-item:hover {
	  transform: scale(1.1);
	transition: all 0.1s ease-in;
}



.hg-item i {
	margin: 0 0 20px 0;
	font-size: 40px;
}

.hg-item h4 {
	margin: 0;
}

.hg2 {
	background: var(--midorange);
	color: var(--white);
}

.hg3 {
	background: var(--grey);
	color: var(--white);
}

.hg4 {
	background: var(--lightblue);
	color: var(--white);
}

.greycirc {
    position: absolute;
    top: 500px;
    left: 0;
    height: 200px;
    width: 200px;
    z-index: -1;
}

.fifty-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    justify-items: stretch;
    align-items: inital;
    margin: 100px auto 150px auto;
}

.fifty-grid-alt {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    justify-items: stretch;
    align-items: inital;
    margin: 100px auto;
}

.fbox-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 0px auto;
}

.fbox {
	background: var(--lightgrey);
	padding: 20px 15px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	transition: all 0.3s ease-in;
}

.fbox:hover {
	background: var(--lightorange);
	transition: all 0.3s ease-in-out;
}

.fbox h5 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.fbox p {
	margin: 0;
}

.fbox a {
	color: var(--text);
}

.fbox h6 {
	color: var(--orange);
}

.fbox i {
	color: var(--blue);
	font-size: 40px;
	margin: 0 0 15px 0;
}

.rightfade {
    margin: 0;
}

.sidecirc {
	position: absolute;
	transform: rotate(90deg);
	height: 500px;
	width: 500px;
	left: -250px;
	top: 75px;
	z-index: -1;
}

.ocirc {
	position: absolute;
	height: 300px;
	width: 300px;
	right: -0;
	top: 50px;
	z-index: -1;
}

.learn-more {
	color: var(--orange);
	font-weight: 600;
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in;
}

.learn-more:after {
	position: absolute;
	content: "";
	height: 5px;
	bottom: -10px;
	/*left: -10px;*/
	left: 0px;
	width: 100%;
	background: var(--orange);
	transition: all 0.3s ease-in;
}

.learn-more:hover {
	color: var(--blue);
	transition: all 0.3s ease-in-out;
}

.learn-more:hover:after {
	background: var(--blue);
	transition: all 0.3s ease-in-out;
}

.grey-section {
	position: relative;
	background: var(--lightgrey);
	margin: 0 0 50px 0;
}

.sidegl {
	position: absolute;
	right: -110px;
	top: -75px;
	width: 200px;
	height: 200px;
	transform: rotate(-90deg);
}

.lbsmall {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    transform: rotate(90deg);
}

.orange-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-items: stretch;
    align-items: inital;
    padding: 20px;
    margin: -50px 0 50px 0;
	background: var(--orange);
}

.og-col {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 25px;
    justify-items: stretch;
    align-items: initial;
    color: var(--white);
}

.og-col i {
	color: var(--white);
	font-size: 50px;
	margin: 10% 0 0 0;
}

.og-col h2 {
	color: var(--white);
	font-size: 30px;
	margin: 0;
}

.og-col:nth-of-type(even) {
	border-left: 2px solid var(--white);
}

.og-col:nth-of-type(1),
.og-col:nth-of-type(2),
.og-col:nth-of-type(3),
.og-col:nth-of-type(4)
 {
	border-bottom: 2px solid var(--white);
}

.toppad {
	margin: 25% 0 0 0;
}

.news-section {
	padding: 0;
	position: relative;
}

.news-section h2 {
	text-align: center;
	margin: 0;
}

.news-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: stretch;
    align-items: inital;
    margin: 30px auto 100px auto;
}

.news-arch-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
}

.news-item {
	background: var(--white);
	padding: 20px;
	line-height: 2;
	border-radius: 5px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}

.news-item img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
}

.news-item h5 {
	font-size: 16px;
}

.news-item h6 {
	font-size: 15px;
	color: var(--orange);
}

.newscir {
    position: absolute;
    left: 75px;
    top: 25px;
    width: 250px;
    height: 250px;
}

.read-more {
	font-weight: 600;
	color: var(--orange);
	transition: all 0.3s ease-in;
}

.read-more:hover {
	color: var(--text);
	transition: all 0.3s ease-in-out;
}

.osmall {
	position: absolute;
	right: -50px;
	bottom: -105px;
	width: 200px;
	height: 200px;
	transform: rotate(-90deg);
}

.lo-section {
	padding: 100px 0 150px 0;
	background: var(--lightorange);
	position: relative;
}

.quote-slider {
	margin: 0 auto;
	width: 90%;
	padding: 0 20px;
}

.quote-text:before {
	content: "\f10d";
	color: var(--blue);
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 30px;
}

.quote-image {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin: 0 3% 0 0;
}

.quote-image img {
	width: 100%;
	height: auto;
	/*border-radius: 50%;*/
}

.quote-text {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}

.osbig {
	position: absolute;
	left: -50px;
	top: 0;
	width: 400px;
	height: 400px;
	transform: rotate(90deg);
}

.osblue {
	position: absolute;
	right: 150px;
	bottom: -100px;
	width: 200px;
	height: 200px;
}

.container ul,
.page-container ul,
.flow-section ul {
	margin: 20px;
}

.container li,
.page-container li,
.flow-section li {
	list-style-type: disc;
}

/*
==========================================================================
ANIMATE
==========================================================================
*/

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 1;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 1;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 1;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 1!important;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}



@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*
==========================================================================
SLICK
==========================================================================
*/

.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;
}



.slick-slide {
    position: relative;
}

.slick-dots {
    z-index: 999;
    position: absolute;
    right: 0;
    left:0;
    margin: 0 auto;
    text-align: center;
    bottom: -40px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.slick-dots li button {
    display: inline-block;
    font-size: 0;
    color: var(--white);
    background: var(--orange);
    padding: 5px;
    border: 0;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.slick-dots .slick-active button {
    color: var(--white);
    background: var(--blue);
}

/*
==========================================================================
PRODUCT
==========================================================================
*/

.page-hero-bg {
	background: var(--orange);
	height: 500px;
	color: var(--white);
}

.page-hero .hero-image {
    position: absolute;
    width: 50%;
    top: 35px;
    right: 0;
    background:  var(--white);
    height: 500px;
    background-position:center center;
}

.page-hero .hero-image:after {
	content: "";
	position: absolute;
	bottom:0;
	right:0;
	background: var(--white);
	height: 50px;
	width: 100%;
}

.basic-bg .hero-image {
    top: 60px;
}

.basic-bg {
    background: var(--blue);
    height: 475px;
    color: var(--white);
}

.no-hero {
	height: 300px;
}

.no-hero h1 {
    margin: 110px 0 0 0;
}

.button-blue {
	background: var(--blue);
}

.button-blue:hover {
	background: var(--grey);
}

.page-hero-bg .hero-text h1 {
	margin: 50px 0 10px 0;
}

.page-hero-bg .hero-text p {
	margin: 0 0 10px 0;
}

.page-container {
	position: relative;
	margin: 125px auto;
	width: 100%;
}

.pagecirc {
	position: absolute;
	right: -150px;
	top: -50px;
	width: 300px;
	height: 300px;
	transform: rotate(-90deg);
}

.parallax {
    position: relative;
    height: 400px;
}

.page-white {
	position: relative;
	margin: 50px auto;
	text-align: center;
	width: 100%;
}

.page-white h3 {
	margin: 0 0 10px 0;
}

.whitecirc {
	position: absolute;
	left: 0px;
	top: -50px;
	width: 125px;
	height: 125px;
	transform: rotate(90deg);
}

.pocirc {
	position: absolute;
	right: 0px;
	bottom: -50px;
	width: 125px;
	height: 125px;
	transform: rotate(-90deg);
}

.blue-section {
	text-align: center;
	padding: 50px 0;
	background: var(--blue);
	color: var(--white);
}

.blue-section h3,
.blue-section p {
	margin: 0 0 10px 0;
}

.white-section {
	position: relative;
	padding: 50px 0;
	background: var(--white);
	color: var(--grey);
}

.white-section .osmall {
    bottom: 0;
}

.contact-section {
	position: relative;
	margin: 100px auto;
	background: var(--white);
	color: var(--grey);
}

.contact-section .osmall {
    bottom: -100px;
}

.orange-section {
	position: relative;
	padding: 50px 0;
	background: var(--orange);
	color: var(--white);
}

.grey-section {
	padding: 50px 0;
	background: var(--lightgrey);
	color: var(--grey);
}

.pintrow {
	display: block;
	padding: 0 0 20px 0;

}

.orange-block {
	position: relative;
	background: var(--orange);
	float: right;
	text-align: left;
	width: 60%;
	padding: 50px 50px 50px 150px;
	color: var(--white);
}

.ob-image {
    position: absolute;
    left: -70%;
    width: 85%;
    top: 15%;
}

.ob-image img {
	width: 100%;
	height: auto;
}

.white-section .orange-block {
	float: left;
	padding: 50px 150px 50px 50px;
}

.orange-block li {
	list-style:disc;
	margin:0 20px;
}

.white-section .ob-image {
    right: -70%;
    left: auto;
}

.flcirc {
    position: absolute;
    left: -150px;
    top: 50px;
    width: 250px;
    height: 250px;
    transform: rotate(90deg);
}

.grey-intro {
	position: relative;
	padding: 75px 0;
	background: var(--lightgrey);
	color: var(--grey);
	text-align: center;
}

.grey-intro h3 {
	color: var(--darkgrey);
}

.flow-hero .page-hero-bg {
    background: var(--blue);
    height: 500px;
    color: var(--white);
}

.grey-ph .hero-image::after {
    content: "";
    background: var(--lightgrey);
}

.flow-section {
	position: relative;
	margin: 100px auto;
	text-align: center;
}


.flow-row-one {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-items: stretch;
    align-items: inital;
    margin: 50px auto 0 auto;
    padding: 20px;
    background: var(--lightorange);
}

.flow-row-one a {
	color: var(--text);
}

.fro-item:hover {
	opacity: 0.5;
}

.fro-item {
	background: var(--white);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.fro-item p {
	margin: 10px 0;
}

.fro-item i {
	color: var(--blue);
	font-size: 40px;
	margin: 10px 0 0 0;
}

.flow-blue {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background: var(--blue);
}

.flow-blue h2 {
	margin: 0 0 10px 0;
}

.flow-row-two {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin: 50px auto 25px auto;
    justify-items: stretch;
    align-items: inital;
}

.flow-row-three {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
    padding: 30px;
    background: var(--lightgrey);
}

.frth-item {
	background: var(--white);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	padding: 20px;
}

.dots {
    margin: 30px auto;
    text-align: center;
    font-size: 40px;
    width: 15px;
    height: auto;
}

.flgcirc {
    position: absolute;
    right: -150px;
    top: 25%;
    width: 250px;
    height: 250px;
    transform: rotate(-90deg);
}

.flgcircs {
    position: absolute;
    left: -100px;
    top: 60%;
    width: 250px;
    height: 250px;
    transform: rotate(-90deg);
}

.flow-dist {
	margin: 100px auto;
}

.flow-dist-grid {
    width: 100%;
    display: grid;
    background: var(--midorange);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin: 25px auto;
    justify-items: stretch;
    align-items: inital;
    padding: 30px;
}

.fdg-item {
	background: var(--white);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	padding: 20px;
	font-weight: 600;
}

.multi-grid {
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin: 25px auto;
    justify-items: stretch;
    align-items: inital;
    padding: 30px;
}

.multi {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.multi i {
	color: var(--midorange);
	font-size: 30px;
	margin: -5px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.careers-section {
	position: relative;
	margin: 100px auto;
}

.careers-section h3 {
	text-align: center;
}

.career-list {
    margin: 50px auto;
}

.career-grid {
    width: 75%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-items: stretch;
    align-items: inital;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 1px solid var(--midgrey);
}

.career-grid:last-of-type {
    border-bottom: 0;
}

.apparr {
	font-weight: 600;
	text-align: right;
}

.benefits-section {
	position: relative;
	margin: 50px auto;
	text-align: center;
}

.ben-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 50px auto;
	text-align: left;
}

.benefits-section .osmall {
    bottom: -50px;
}


.full-page-content {
    position: relative;
    margin: 100px auto;
}

.team-section .osmall,
.full-page-content .osmall {
    bottom: -100px;
}

.team-section {
    position: relative;
    margin: 100px auto;
    text-align: center;
}

.team-grid {
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 50px auto;
}


.team-item img {
    border-radius: 50%;
    display: block;
    margin: 0 0 20px 0;
    box-shadow: 2px 2px 6px 0px rgba(188,193,214,0.8);
}

.team-item h4 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

.team-item h5 {
	font-size: 15px;
	margin: 0;
	color: var(--orange);
}

.team-foot {
	margin: 100px auto 0 auto;
}

.location-grid {
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 auto;
    text-align: center;
}

.location-grid p {
	margin: 0;
}


.location-grid a {
	color: var(--white);
}

.location-grid a:hover {
	color: var(--blue);
}

.sup-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 100px auto;
}

.sup-item {
	background: var(--white);
	padding: 20px;
	text-align: left;
    box-shadow: 2px 2px 6px 0px rgba(188,193,214,0.8);
}

.sup-item img {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px auto;
}

.sup-item h5 {
    font: 18px 'Open Sans', Helvetica , Arial, sans-serif;
	color: var(--orange);
    margin: 10px 0 5px;
    padding: 0;
    font-weight: 600;
}

.sup-item a {
	display: block;
	color: var(--blue);
	margin: 10px 0 0 0;
    font-weight: 600;
}

.sup-item a:hover {
	display: block;
	color: var(--orange);
}

.sup-intro {
	text-align: center;
}
/*
==========================================================================
FOOTER
==========================================================================
*/

footer {
	background: var(--darkgrey);
	padding: 75px 0;
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

footer h5 {
	font-size: 14px;
	color: var(--white);
	margin: 0 0 10px 0;
	font-weight: 600;
}

footer a {
	color: var(--white);
	font-size: 12px;
	transition: all 0.3s ease-in;
}

footer a:hover {
	color: var(--blue);
	transition: all 0.3s ease-in-out;
}

.social-bar {
	margin: 0 0 30px 0;
	padding: 25px 0 20px 0;
    border-top: 1px solid var(--midgrey);
    border-bottom: 1px solid var(--midgrey);
}

.foot-left {
	float: left;
	width: 200px;
}

.foot-right {
	float: right;
	margin: 10px 0 0 0;
}

.foot-right a {
	color: var(--white);
	font-size: 16px;
	margin: 0 0 0 10px;
	transition: all 0.3s ease-in;
}

.foot-right a:hover {
	color: var(--blue);
	transition: all 0.3s ease-in-out;
}

.colo {
	text-align: center;
	font-size: 12px;
	color: var(--white);
}

.colo p {
	margin: 0;
}

#beautiful-taxonomy-filters-tax-custom_cat_supply_type,
#beautiful-taxonomy-filters-tax-custom_cat_supply_location {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.beautiful-taxonomy-filters-select-wrap  {
    display: inline-block;
    vertical-align: middle;
}

#beautiful-taxonomy-filters-form {
    width: 100%;
}

.beautiful-taxonomy-filters-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#beautiful-taxonomy-filters-suppliers .select2-container {
    width: 200px !important;
}



.beautiful-taxonomy-filters-button {
    background: var(--orange);
    color: var(--white);
    padding: 6px 30px;
    margin: 0 10px 0 0;
    display: inline-block;
    font-weight: 600;
	font: 13px 'Open Sans', Helvetica , Arial, sans-serif;
    transition: all 0.3s ease-in;
    cursor: pointer;
    border:0;
    vertical-align: middle;
}

.beautiful-taxonomy-filters-button:hover {
	background: var(--darkgrey);
	color: var(--white);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

#beautiful-taxonomy-filters-suppliers {
    border-bottom: 5px solid var(--blue);
    padding: 0 0 20px 0;
}

.supply-intro {
	margin: 0 auto 100px auto;
}

/*
==========================================================================
MEDIA QUERIES
==========================================================================
*/


@media screen and (max-width: 960px) {

 .hero-text h1 {
    font: 30px 'Open Sans', Helvetica , Arial, sans-serif;
 }


.toppad {
    margin: 50px 0;
}

.fifty-grid-alt,
.fifty-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    justify-items: stretch;
    align-items: inital;
    margin: 100px auto;
}

.rightfade {
    margin: 0;
    text-align: center;
}


.footer-grid {
    width: 100%;
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 50px;
}

}


@media screen and (max-width: 860px) {


.sup-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.news-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
}

 .newscir,
 .lbsmall,
 .ocirc {
 	display: none;
 }

 header .inner {
    padding: 0px 10px;
 }

 header {
 	padding: 5px 0;
 }

 .nav-button {
	display: block;
	margin: 16px 0 0 20px;
}

 nav {
	display: none;
 }

 .hero {
 	height: auto;
 }

 .hero .inner {
 	padding: 0;
 }

 .hero-mobile {
	display: block;
	height: 360px;
	background-position: top center!important;
 }

 .hero-image {
	display: none;
 }

 .hero-text {
 	width: 100%;
 	text-align: center;
 	margin: 20px auto;
 	display: block;
 	padding: 0 20px;
 }

  .hero-text h1 {
  	font-size: 26px;
  }

 .home-grid {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
 }

 .greycirc {
 	display: none;
 }

.quote-image {
	display: block;
	vertical-align: middle;
	width: 200px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.basic-bg  {
    height: 325px!important;
    color: var(--white);
    padding: 20px 0;
}

.page-hero-bg {
    background: var(--orange);
    height: 375px!important;
    color: var(--white);
    padding: 50px 0;
}

.quote-text {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.white-section .orange-block,
.orange-block {
    position: relative;
    background: var(--orange);
    float: none;
    width: 100%;
    padding: 30px;
}

.white-section .ob-image,
.ob-image {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    top: auto;
    margin: 0 0 20px 0;
}

.white-section,
.grey-section {
    padding: 20px 0;
}

.page-container {
    margin: 75px auto;
    width: 100%;
}

.page-white {
    margin: 20px auto;
}

.pocirc,
.whitecirc {
    z-index: -1;
}

.flow-row-three,
.flow-row-two,
.flow-row-one {
    grid-template-columns: 1fr;
}


.flow-dist-grid,
.multi-grid {
    grid-template-columns: 1fr;
}

.career-grid {
    width: 100%;
}

.ben-grid {
    width: 100%;
    display: block;
    text-align: center;
}

.team-grid {
    width: 100%;
    }

.location-grid {
    width: 100%;
}

#beautiful-taxonomy-filters-tax-custom_cat_supply_type,
#beautiful-taxonomy-filters-tax-custom_cat_supply_location {
    display: block;
    margin: 0 0 10px 0;
}

.beautiful-taxonomy-filters-button {
    margin: 10px auto;
    display: block;
    width: 200px;
}

}


@media screen and (max-width: 600px) {

 .home-grid {
    grid-template-columns: 1fr;
 }

.orange-grid {
    grid-template-columns: 1fr;
}

.og-col {
	border-left:0!important;
	border-bottom: 2px solid var(--white);
}

.og-col:last-of-type {
	border:0!important;
}

.sup-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

}


@media screen and (max-width: 540px) {

 .team-grid {
    grid-template-columns: 1fr 1fr;
}

}


@media screen and (max-width: 320px) {

 .container {
	min-width:240px;
	width:100%;
 }

}

.full-page-content ul {
	list-style-type: square;
	margin: 20px;
}

.full-page-content li {
	list-style-type: square;
}

/*
==========================================================================
BLOG
==========================================================================
*/


.left-block {
	float: left;
	width: 70%;
	margin: 0 5% 0 0;
}

.right-block {
	float: left;
	width: 25%;
	margin: 0;
}

.widget h4 {
    border-bottom: 2px solid var(--orange);
    padding: 0 0 10px 0;
}

.widget {
    margin: 0 0 50px 0;
}

.blog-page-content {
    position: relative;
    margin: 50px auto;
}
.additional-meta {
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.blog-hero h1 {
    margin: 120px 0 0 0;
	font-size: 30px;
}

.video-item {
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	position: relative;
	display: block;
	height: 350px;
}

.video-hidden {
	display:none;
}

.video-item:hover .video-hidden {
	display: block;
	position: absolute;
	background: var(--orange);
	color: var(--white);
	top:0;
	left:0;
	padding: 60px 30px;
	width:100%;
	height:100%;
}

.video-hidden i {
	font-size: 50px;
	cursor:pointer;
}

.fancybox-container {
    z-index: 99999999999!important;
}

.video-hidden a {
	color: var(--white);
}

@media screen and (max-width: 700px) {

.left-block {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}

.right-block {
	float: none;
	width: 100%;
	margin: 0;
}

.blog-hero h1 {
	font-size: 22px;
}

}

@media screen and (max-width: 500px) {
	.news-arch-grid {
		display: block;
	}
}

.sup-nav li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin: 0 30px 10px 30px;
}

.sup-nav {
    text-align: center;
    margin: 50px auto 0 auto;
    border-top: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    font-weight: 600;
}

/*
==========================================================================
PAGE NAVIGATION
==========================================================================
*/

.paged {
	clear:both;
	margin: 50px 0;
	text-align: left;
}

.wp-pagenavi {
	border:0
	padding: 15px 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px;
	margin: 2px 5px;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid transparent;
	color: var(--orange);
	font-weight: bold;
}

.wp-pagenavi a:visited {
	padding: 5px;
	margin: 2px 5px;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid transparent;
	color: var(--orange);
	font-weight: bold;
}

.wp-pagenavi a:hover {
	border: 0;
	color: var(--blue);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: transparent;
	padding: 5px;
	margin: 2px 5px;
	font-weight: bold;
}

.wp-pagenavi a:active {
	padding: 5px;
	margin: 2px 5px;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid var(--orange);
	color: var(--orange);
	font-weight: bold;
}

.wp-pagenavi span.pages {
	padding: 5px;
	margin: 2px 5px;
	color: var(--orange);
	font-weight: bold;
	border:0;
}

.wp-pagenavi span.current {
	padding: 5px;
	margin: 2px 5px;
	font-weight: bold;
	border: 0;
	color: var(--orange);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid var(--orange)!important;
}

.wp-pagenavi span.extend {
	padding: 5px;
	margin: 2px 5px;
	border: 0;
	color: var(--orange);
	font-weight: bold;
}

/*
==========================================================================
PAYMENT FORM
==========================================================================
*/
form#payment-form {
	max-width:500px;
	margin:auto;
}
.flex {
	display:flex;
}

.flex-column {
	flex-direction:column;
}
.flex-align-center {
	align-items:center;
}
.flex-justify-center {
	justify-content: center;
}
.flex-justify-start {
	justify-content: flex-start;
}
.flex-justify-between {
	justify-content: space-between;
}
.form-label, .form-input-holder {
	width:100%;
	text-align: left;
}
.form-input-holder input {
	padding:2px 10px;
}
.form-input-holder input,
.form-input-holder select {
	border:1px solid #dddddd;
	height:35px;
}
#amount-input.flex {
	flex-wrap:wrap;
}
#amount-inputs .form-input-holder {
	display: flex;
	width:70%;
	justify-content: space-between;
}
#amount-inputs .form-label {
	width:30%;
}
#amount-inputs select {
	width:60%;

}
#amount-inputs input {
	width:30%;
}
#payment-form .contact-button {
	margin-top:30px;
}