/*
Theme Name: k2go-responsive-custom
Description: Responsive theme build 2018
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
ol {
	list-style-type: decimal;
}
em {
	font-style: italic;
}
strong, b, .bold {
	font-weight: 700;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body {
	line-height: 1;
	margin: 0;
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #4A4A4A;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #73bacb;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 26px;
	color: #4A4A4A;
	padding: 5px 0;
}
li {
	color: #4A4A4A
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #4a4a4a;
	font-family: 'Source Sans Pro', sans-serif;
}
h1 {
	font-size: 2.2em;
	line-height: 1.6em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 400;
}
h2 a {
	color: #4a4a4a;
}
h3 {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 400;
}
h4 {
	font-size: 1.12em;
	line-height: 1.3em;
	font-weight: 400;
}
h5 {
	font-size: .83em;
	line-height: .83em;
	font-weight: 400;
}
h6 {
	font-size: .75em;
	line-height: .75em;
	font-weight: 400;
}
.red {
	color: #73bacb!important;
}
.green {
	color: #d9a879!important;
}
.grey {
	color: #4A4A4A!important;
}
.gold {
	color: #ffc000!important;
}
#header-light {
	width: 100%;
	background-color: #ffffff;
	min-height: 70px;
}
#header-light .header-border, .footer-border {
	background-image: repeating-linear-gradient(45deg, #73bacb, #73bacb 10px, transparent 0, transparent 20px, #d9a879 0, #d9a879 30px, transparent 0, transparent 40px);
	height: 6px;
	width: 100%;
}
#header-light #header-wrap {
	margin: 0 auto;
	max-width: 1170px;
	min-height: 85px;
	padding: 2px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#header-light #header-logo {
	width: 100%;
	max-width: 255px;
}
#header-usp-one ul, #header-usp ul {
	margin-top: 5px;
}
#header-usp-one ul li, #header-usp-one ul li a {
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
}
#header-usp-one ul li a:hover {
	text-decoration: underline;
}
#header-usp ul li {
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
}
#header-usp ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	color: #d9a879;
	margin: 0 6px 0 2px;
}
#header-light #header-menu-container {
	width: 100%;
	background: #6d6d6d;
	height: 56px;
	line-height: 55px;
}
#header-light #header-menu-wrap {
	margin: 0 auto;
	max-width: 1170px;
}
#logo-text {
	color: #4a4a4a;
	font-size: 24px;
	font-weight: 600;
}
#header-logo a {
	text-decoration: none;
}
#navi {
	width: 100%;
	background: #6d6d6d;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	color: #ffffff;
	z-index: 999;
}
#navi #pull {
	display: none;
}
#navi a {
	line-height: 55px;
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
#navi ul li {
	color: #ffffff;
	display: inline-block;
	float: left;
	position: relative
}
#navi ul li a {
	color: #ffffff;
	border: none;
	box-sizing: border-box;
	border-right: 1px solid #6d6d6d;
	font-weight: 600;
}
#navi ul li:last-child a {
	border-right: 0
}
#navi a:hover, #navi a:active {
	background: #73bacb;
	color: #FFF;
	text-decoration: none;
}
#navi ul ul {
	display: none;
	position: absolute;
	top: 55px;
	width: 550px;
	left: 0;
	background: #848484;
	border: 1px solid #b3b3b3;
	border-bottom: none;
	border-right: none
}
#navi ul ul li {
	display: block;
	width: 50%;
	float: left;
}
#navi ul ul li a {
	display: block;
	text-align: left;
	border-right: 1px solid #b3b3b3!important;
	border-bottom: 1px solid #b3b3b3!important
}
#navi ul ul li a:hover {
	background: #73bacb
}
#navi li:hover ul {
	display: block!important;
	position: absolute;
	top: 55px;
	left: 0
}
.col-3-3 h2 {
	clear: both;
}
@font-face {
	font-family: Kaartje2go;
	src: url(res/kaartje2go.woff) format("woff"), url(res/kaartje2go.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.usp-banner__button {
	right: 0;
	bottom: auto;
	left: auto;
	position: relative;
	margin: 0;
	text-align: left;
	width: 300px
}
.usp-banner__button a {
	text-decoration: none;
	font-size: 22px
}
.arrow-button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 0 30px 0 0;
	background: none;
	border: 0
}
.arrow-button .arrow-button__button {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	min-width: 120px;
	max-width: 200px;
	margin: 9px 0;
	padding: 0 3.5rem 0 1.25rem;
	font-size: 1rem;
	line-height: 3.25;
	color: #fff;
	font-weight: 700;
	border-radius: 12px;
	background-color: #73bacb;
	text-align: center;
	-webkit-transition: -webkit-box-shadow .2s linear 0;
	transition: -webkit-box-shadow .2s linear 0;
	transition: box-shadow .2s linear 0;
	transition: box-shadow .2s linear 0s, -webkit-box-shadow .2s linear 0
}
.arrow-button .arrow-button__arrow, .arrow-button .arrow-button__button:before {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: auto;
	border-radius: 100%;
	height: 68px;
	width: 68px
}
.arrow-button .arrow-button__arrow {
	right: 0;
	background-color: #d9a879;
	margin-top: -34px;
	-webkit-transition: -webkit-box-shadow .2s linear 0;
	transition: -webkit-box-shadow .2s linear 0;
	transition: box-shadow .2s linear 0;
	transition: box-shadow .2s linear 0s, -webkit-box-shadow .2s linear 0
}
.arrow-button .arrow-button__arrow:after {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	font-family: Kaartje2go;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "T";
	color: #fff;
	margin-top: -17px;
	margin-left: -15px;
	font-size: 2.2rem;
}
.arrow-button .arrow-button__button:before {
	right: -23px;
	content: "";
	margin-top: -30px;
	background-color: rgba(0,0,0,.15);
}
.arrow-button:focus, .arrow-button:hover {
	text-decoration: none;
	cursor: pointer
}
.arrow-button:focus .arrow-button__arrow, .arrow-button:focus .arrow-button__button, .arrow-button:hover .arrow-button__arrow, .arrow-button:hover .arrow-button__button, .button:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: -webkit-box-shadow .2s linear 0s, -webkit-transform .2s linear 0s;
	transition: -webkit-box-shadow .2s linear 0s, -webkit-transform .2s linear 0s;
	transition: box-shadow .2s linear 0s, transform .2s linear 0s;
	transition: box-shadow .2s linear 0s, transform .2s linear 0s, -webkit-box-shadow .2s linear 0s, -webkit-transform .2s linear 0s;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,.3);
	box-shadow: 0 8px 20px rgba(0,0,0,.3)
}
.button {
	text-align: center;
	display: inline-block;
	padding: 15px 25px;
	margin: 10px 0;
	text-decoration: none;
	font-size: 15px;
	background: #d9a879;
	color: #FFF;
	border-radius: 12px;
}
.button:hover {
	background: #b49068;
	text-decoration: none;
}
.col-1-3-right-content {
	margin-top: 25px;
}
.col-1-3-right-content h2 {
	font-weight: 700;
}
#intro {
	margin-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
	background-color: #fefaf7;
}
#intro .item {
	background-color: transparent!important;
}
.item-blogpost {
	border-bottom: 1px solid #fefaf7;
}
.item-broad {
	max-width: 1170px;
	margin: 0 auto;
}
.wrapright ul, .col-3-3 ul {
	list-style: disc;
	margin: 0 0 30px 20px
}
.wrapright ol, .col-3-3 ol {
	list-style: decimal;
	margin: 0 0 30px 30px
}
.wrapright li, .col-3-3 li {
	line-height: 26px;
	color: #4A4A4A;
}
#breadcrumbs a {
	display: inline-block;
	padding: 7px 10px;
	margin: 10px 10px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: #eaeaea;
	color: #cdcdcd
}
#breadcrumbs a:hover {
	color: #a9a9a9
}
#breadcrumbs .breadcrumb_last {
	display: inline-block;
	padding: 7px 10px;
	margin: 10px 10px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: #eaeaea;
	color: #FFF
}
.wrapleft img {
	display: block;
	margin-bottom: 20px
}
.wrapright img {
	display: none
}
hr {
	display: none
}
.item hr {
	display: block!important;
	clear: both;
}
.listing strong {
	font-weight: 400
}
@media (max-width : 480px) {
#breadcrumbs {
	display: none
}
}
#middle {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 30px
}
#intro h2, #intro h4 {
	margin-bottom: 20px;
	padding: 0
}
#intro p {
	column-count: 2
}
@media (max-width : 480px) {
#intro p {
	column-count: 1
}
}
.cta {
	width: 201px;
	height: 50px;
	font-size: 19px;
	padding: 19px 0 0 25px;
	margin: 20px auto 0;
	display: block;
	background: url(img/cta.png) no-repeat left top;
	color: #FFF;
	font-weight: 700
}
.cta:hover {
	background-position: left -71px;
	color: #f5d0e4
}
.usp-title {
	margin: 30px 0 10px!important;
}
 @media (max-width : 768px) {
#intro .col-1-3 {
	width: 100%
}
#intro .col-2-3 {
	width: 100%
}
#intro .wrapleft, #intro .wrapright {
	padding: 0
}
#intro .wrapright {
	padding-top: 20px!important
}
}
.a2a_kit {
	margin: 20px 0;
	padding: 10px 0 0 0;
	list-style: none;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
}
.a2a_kit a {
	display: inline-block!important;
	margin: 0 3px;
	padding: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.single .a2a_kit, .page .a2a_kit {
	margin-top: 0;
}
#content {
	width: calc(100% - 400px);
	float: left
}
#sidebar {
	width: 370px;
	float: right
}
.cardrack {
	min-height: 410px
}
@media (max-width : 1024px) {
#content {
	width: calc(100% - 330px);
	float: left
}
#sidebar {
	width: 300px;
	float: right
}
}
@media (max-width : 768px) {
#content {
	width: 100%
}
#sidebar {
	padding-top: 30px;
	width: 100%
}
}
.col {
	width: 50%;
	float: left
}
@media (max-width : 480px) {
.col {
	width: 100%
}
.wrapleft {
	padding: 0!important
}
.wrapleft img {
	display: block;
	margin-bottom: 10px!important
}
.wrapright {
	padding: 0!important
}
.wrapright .list {
	display: none
}
.wrapright .button {
	margin: 0
}
}
.col-2-3 {
	width: 60%;
	float: left
}
.col-1-3 {
	width: 40%;
	float: left
}
@media (max-width : 480px) {
.col-1-3 {
	width: 100%
}
.col-2-3 {
	width: 100%
}
}
@media (max-width : 480px) {
.title {
	font-size: 34px;
	margin: 0 0 20px
}
}
.item {
	padding: 30px;
	margin-bottom: 15px;
	background: #FFF
}
@media (max-width : 480px) {
.item {
	padding: 20px
}
}
* > :last-child {
	margin-bottom: 0!important
}
.wrapleft {
	padding-right: 15px
}
.wrapright {
	padding-left: 15px
}
.item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.item .col-3-3 img {
	float: left;
	max-width: 310px;
	margin: 0 20px 20px 0;
	padding-bottom: 10px;
}
.item p {
	margin-bottom: 15px
}
@media (max-width : 480px) {
.item p {
	margin-bottom: 10px
}
}
.single .item h2 {
	color: #4a4a4a;
}
.single .item h3 {
	color: #4a4a4a;
}
@media (max-width : 480px) {
.single .item h2, .single .item h3 {
	font-size: 24px;
	margin-bottom: 10px
}
}
.single .col-1-3 a, .page .col-1-3 a {
	display: block;
	margin-bottom: 20px
}
.single .col-2-3 .cta, .page .col-2-3 .cta {
	margin-bottom: 20px
}
@media (max-width : 480px) {
.single .col-2-3 .cta, .page .col-2-3 .cta {
	margin-bottom: 0
}
}
#navigate {
	list-style: none;
	text-align: center;
	margin-bottom: 30px
}
#navigate li {
	display: inline-block
}
#navigate li a {
	display: inline-block;
	padding: 10px 15px;
	margin: 0 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: #ccc;
	color: #868686;
	border-radius: 6px;
}
#navigate .current {
	display: inline-block;
	padding: 7px 10px;
	margin: 0 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: #f9b54f;
	color: #FFF
}
#navigate li a:hover {
	color: #797979
}
#sidebar .item h4 {
	margin-bottom: 20px
}
.ratings .col {
	text-align: center
}
@media (max-width : 1024px) {
.ratings .col {
	width: 100%
}
}
@media (max-width : 768px) {
.ratings .col {
	width: 50%
}
}
@media (max-width : 320px) {
.ratings .col {
	width: 100%
}
}
.ratings .col a {
	font-weight: 700;
	color: #969696;
	font-size: 22px
}
.ratings .col a:hover {
	color: inherit
}
.rlogo {
	display: block;
	margin: 0 auto;
	width: 155px;
	height: 70px
}
.fbcompany {
	background: url(img/testimonial-logos.jpg) -593px 20px no-repeat
}
.trustpilot {
	background: url(img/testimonial-logos.jpg) -215px 20px no-repeat
}
.google {
	background: url(img/testimonial-logos.jpg) -410px 20px no-repeat
}
.ekomi {
	background: url(img/testimonial-logos.jpg) 0 20px no-repeat
}
.item {
	padding: 15px 25px;
}
.list {
	list-style: none!important;
	margin-top: 5px;
}
.list li {
	line-height: 25px
}
.list li a {
	text-decoration: underline;
}
.list li a:hover {
	text-decoration: underline;
	color: #73bacb;
}
.popular {
	padding-top: 10px;
	overflow: hidden;
}
.popular li {
	margin-bottom: 10px;
	height: auto;
	min-height: 96px;
	position: relative;
	padding: 0 0 0 106px
}
.viz {
	width: 86px;
	height: 86px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	top: 0
}
.popular li span {
	padding: 7px 0 15px;
	font-size: 18px;
	display: block
}
.popular li span a {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	line-height: 22px;
	margin-bottom: 7px
}
.popular li span strong {
	font-weight: 400;
	font-size: 15px
}
.sidebar .button {
	margin-bottom: 0
}
.listing .col .button, .home .col .button {
	margin-top: 0
}
#review-bar-container {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
#review-bar-wrap {
	margin: 0 auto;
	max-width: 1170px;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
	padding: 15px 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#review-bar-box-wrap {
	width: 100%;
	max-width: 240px;
	margin-top: 10px;
	text-align: center;
}
#review-bar-box-wrap a {
	font-size: 2em;
	text-decoration: none;
	font-weight: 600;
	color: #4a4a4a
}
#review-bar-box-wrap a:hover {
	color: #d9a879
}
#review-bar-box-wrap .img {
	width: 100px;
	height: 50px;
	margin: 0 auto;
}
#review-bar-box-wrap .img img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
#client-boxes {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#client-boxes #client-box-wrap {
	margin: 0 auto;
	max-width: 1028px;
	padding: 15px 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#client-boxes #client-box-wrap .client-box {
	overflow: hidden;
	text-align: center;
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap {
	width: 100%;
	max-width: 280px;
	margin-top: 10px;
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap img {
	border-radius: 6px;
	width: 100%;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap .client-box-detail {
	position: relative;
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap .client-box-detail .client-box-button {
	position: absolute;
	bottom: 30px;
	width: 280px;
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap .client-box-detail .client-box-button a {
	padding: 10px 20px;
	background-color: #ffffff;
	color: #4a4a4a;
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.3);
	text-decoration: none;
	cursor: pointer;
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap .client-box-detail .client-box-button a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: -webkit-box-shadow .2s linear 0s, -webkit-transform .2s linear 0s;
	transition: -webkit-box-shadow .2s linear 0s, -webkit-transform .2s linear 0s;
	transition: box-shadow .2s linear 0s, transform .2s linear 0s;
	transition: box-shadow .2s linear 0s, transform .2s linear 0s, -webkit-box-shadow .2s linear 0s, -webkit-transform .2s linear 0s;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,.3);
	box-shadow: 0 8px 20px rgba(0,0,0,.3)
}
#footer-container {
	width: 100%;
	margin-top: 30px;
}
#footer-container #footer-clients {
	width: 100%;
	text-align: center;
}
#footer-container #footer-clients #footer-clients-wrap {
	margin: 0 auto;
	max-width: 850px;
	padding: 15px 10px;
}
#footer-container #footer-clients #footer-clients-wrap img {
	width: 100%;
}
#footer-container #footer-usp {
	width: 100%;
	background-color: #fefaf7;
}
#footer-container #footer-usp #footer-usp-wrap {
	margin: 0 auto;
	max-width: 850px;
	padding: 15px 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#footer-container #footer-usp #footer-usp-wrap .footer-usp-box {
	font-size: 13px;
	font-weight: 600;
}
#footer-container #footer-content {
	width: 100%;
	background-color: #ffffff;
	padding: 20px 0;
}
#footer-container #footer-content #footer-content-wrap {
	max-width: 850px;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}
#footer-container #footer-content #footer-content-wrap p {
	line-height: 24px;
}
#footer-container #footer-content #footer-content-wrap h3 {
	margin-top: 15px;
	line-height: 1.1em;
}
#footer-wrap {
	width: 100%;
	background: #73bacb;
	min-height: 40px;
}
#footer {
	max-width: 1170px;
	width: 100%;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 13px;
}
#footer p {
	color: #FFF;
	line-height: 40px
}
.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
 @media (max-width:1170px) {
#header-light #header-wrap {
	padding: 15px;
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap {
	max-width: 240px;
}
#client-boxes #client-box-wrap .client-box .client-box-detail-wrap .client-box-detail .client-box-button {
	width: 240px;
}
}
@media (max-width:768px) {
#navi #pull {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
#navi {
	height: auto;
	overflow: hidden
}
#navi a {
	width: 100%;
	line-height: 55px;
	border-bottom: 1px solid #6d6d6d!important;
}
#navi ul {
	display: none;
	width: 100%;
}
#navi ul li {
	width: 100%;
	float: none;
	border-bottom: none;
}
#navi ul li a {
	width: 100%;
	float: none;
	font-size: 14px;
}
#navi ul ul {
	position: relative;
	width: 100%;
	border: none;
	top: 0;
	background: #848484;
}
#navi ul ul li {
	display: block;
	width: 100%;
}
#navi ul ul li a {
	line-height: 55px;
	display: block;
	text-align: center;
	border-right: none!important;
	border-bottom: 1px solid #6d6d6d!important;
	font-size: 12px;
	font-weight: 300;
}
#navi ul ul li a:before {
	content: '- '
}
#navi ul ul li a:hover {
	background: #73bacb
}
#navi li:hover ul {
	display: block!important;
	position: relative;
	top: 0;
}
#navigate li a {
	padding: 10px 13px
}
#footer-container #footer-usp #footer-usp-wrap {
	flex-direction: column;
	line-height: 30px;
}
#client-boxes #client-box-wrap {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#client-boxes #client-box-wrap .client-box:last-child {
	display: none;
}
.col-1-3-right-content {
	margin-top: 0;
}
}
@media (max-width:640px) {
#header-light #header-wrap {
	flex-direction: column;
}
#review-bar-box-wrap .img {
	width: 60px;
}
#review-bar-box-wrap a {
	font-size: 1.3em;
}
}
@media (max-width:520px) {
#header-light #header-wrap {
	flex-direction: column;
}
#client-boxes #client-box-wrap {
	flex-direction: column;
}
#client-boxes #client-box-wrap .client-box {
	margin-top: 20px;
}
#client-boxes #client-box-wrap .client-box:last-child {
	display: block;
}
}
@media (max-width: 480px) {
body {
	font-size: 13px;
}
.button {
	padding: 10px 13px
}
#navigate li a {
	padding: 10px 13px
}
.item {
	padding: 15px;
}
.usp-banner__button {
	width: 290px;
}
.arrow-button .arrow-button__button {
	font-size: 0.9rem;
}
}
@media (max-width: 320px) {
/*body {margin: 0 10px}*/
}
