@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Rokkitt";
  src: url('Rokkitt-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-VariableFont_wght.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: normal;
  font-variation-settings: "wght" 300;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt";
  src: url('Rokkitt-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-VariableFont_wght.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: bold;
  font-variation-settings: "wght" 800;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt";
  src: url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2-variations');
  font-style: italic;
  font-weight: normal;
  font-variation-settings: "wght" 300;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt";
  src: url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2-variations');
  font-style: italic;
  font-weight: bold;
  font-variation-settings: "wght" 800;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt2";
  src: url('Rokkitt-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-VariableFont_wght.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt2";
  src: url('Rokkitt-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-VariableFont_wght.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: bold;
  font-variation-settings: "wght" 800;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt2";
  src: url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2-variations');
  font-style: italic;
  font-weight: normal;
  font-variation-settings: "wght" 400;
  font-display: swap;
}
@font-face {
  font-family: "Rokkitt2";
  src: url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2 supports variations'),
       url('Rokkitt-Italic-VariableFont_wght.woff2') format('woff2-variations');
  font-style: italic;
  font-weight: bold;
  font-variation-settings: "wght" 800;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  src: url('Poppins-Light.woff') format('woff');
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: normal;
  src: url('Poppins-LightItalic.woff') format('woff');
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  src: url('Poppins-SemiBold.woff') format('woff');
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: bold;
  src: url('Poppins-SemiBoldItalic.woff') format('woff');
}
@font-face {
  font-family: "PoppinsExtraLight";
  font-style: normal;
  font-weight: normal;
  src: url('Poppins-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: "PoppinsExtraLight";
  font-style: italic;
  font-weight: normal;
  src: url('Poppins-ExtraLightItalic.woff') format('woff');
}
@font-face {
  font-family: "PoppinsRegular";
  font-style: normal;
  font-weight: normal;
  src: url('Poppins-Regular.woff') format('woff');
}
@font-face {
  font-family: "PoppinsRegular";
  font-style: italic;
  font-weight: normal;
  src: url('Poppins-Italic.woff') format('woff');
}


/* BASIC STRUCTURE */

body {
	margin: 0;
	background-color: #000000;
	background-image: url(images/Background-tile.png);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

.section {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.container {
	display: block;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

.container-header {
	display: block;
	max-width: 1360px;
	margin: 0 auto;
	padding: 40px 0 20px;
	border: 0;
	background-color: #fffff0;
}

.container-hero-banner {
	display: block;
	max-width: 1360px;
	margin: 0 auto 15px;
	padding: 0;
	border: 0;
	background-color: #fffff0;
	overflow: hidden;
}

@media (max-width: 1420px) {
.container, .container-header {
	margin: 0 20px;
}
}

@media (max-width: 1420px) {
.container-hero-banner {
	margin: 0 20px 15px;
}
}

.wrap-nospace {
	display: block;
	width: 90%;
	margin: 0;
	padding: 0 5%;
	border: 0;
}

.wrap-nospace-alignright {
	display: block;
	width: 90%;
	text-align: right;
	margin: 0;
	padding: 0 5%;
	border: 0;
}

.wrap-standard {
	display: block;
	width: 90%;
	margin: 0;
	padding: 30px 5% 30px;
	border: 0;
	background-color: #fffff0;
}

.wrap-standard-2 {
	display: block;
	width: 90%;
	margin: 0;
	padding: 50px 5% 30px;
	border: 0;
	background-color: #fffff0;
}

.wrap-standard-morespace {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 50px 5% 10px;
	border: 0;
	background-color: #fffff0;
}

@media (max-width: 1000px) {

.wrap-standard-morespace {
	padding: 50px 5% 0;
}

}

.wrap-special {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 30px 5% 30px;
	border: 0;
	background-color: #fffff0;
}

.wrap-boxout {
	display: block;
	width: 90%;
	margin: 0;
	padding: 30px 5% 20px;
	border: 0;
	background-color: #ffc700;
}

.wrap {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 0 5%;
	border: 0;
	background-color: #fffff0;
}

.wrap-space-above {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 50px 5% 0;
	border: 0;
	background-color: #fffff0;
}

.wrap-space-below {
	float: left;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 0 5% 30px;
	border: 0;
	background-color: #fffff0;
}

.wrap-space-above-below {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 30px 5% 30px;
	border: 0;
	background-color: #fffff0;
}

.wrap-space-above-below-2 {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 50px 5% 30px;
	border: 0;
	border-radius: 30px;
	background-color: #fffff0;
}

.wrap-full-width {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fffff0;
}

.wrap-background-image {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 0 5%;
	border: 0;
}

.wrap-newsfeed {
	display: block;
	width: 90%;
	margin: 0;
	padding: 30px 5% 50px;
	border: 0;
	background-color: #000000;
}

.wrap-footer {
	display: block;
	position: relative;
	width: 100%;
	margin: 30px 0 0;
	padding: 0 0 20px;
	border: 0;
}

.inner-float-right {
	float: right;
	position: relative;
	max-width: 47%;
	max-height: auto;
	margin: 0 0 40px 5%;
	padding: 0;
}

.inner-float-right-text {
	float: right;
	position: relative;
	max-width: 47%;
	max-height: auto;
	margin: 0 0 0 5%;
	padding: 0;
}

@media (max-width: 1000px) {

.inner-float-right {
	float: none;
	display: inline-block;
	width: 100% !important;
	max-width: 500px;
	height: auto;
	text-align: left;
	margin: 0 auto 20px;
}

.inner-float-right img {
	margin: 20px 0 10px;
}

.inner-float-right-text {
	float: none;
	display: inline-block;
	width: 100% !important;
	max-width: 100%;
	height: auto;
	text-align: left;
	margin: 0;
}

}

.inner-float-left {
	display: table;
	margin: 0;
	padding: 0;
}

.container-boxout {
	max-width: 1080px;
	margin: 60px auto;
	padding: 30px 60px;
	border: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.container-boxout-left {
	display: block;
	margin: 30px 0 50px;
	padding: 30px 60px;
	border: 0;
	background-color: #ffc700;
}

@media (max-width: 800px) {

.container-boxout, .container-boxout-left {
	max-width: 1160px;
	padding: 20px 5% 15px;
}

}

.container-left {
	display: block;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fffff0;
}

.boxout01 {
	display: block;
	text-align: left;
	background-color: #ffc700;
	margin: 40px 0;
	padding: 30px 5% 10px;
	border: 0;
}

.boxout02 {
	display: block;
	text-align: left;
	background-color: #ffc700;
	margin: 20px 0 30px 0;
	padding: 30px 5% 40px;
	border: 0;
}

#logo {
	display: block;
	width: 100%;
	height: 149px;
	margin: 20px 0;
	padding: 0;
	border: 0;
	background-image: url(images/StudioXb-logo.png);
	background-repeat: no-repeat;
}

@media (max-width: 1000px) {
#logo {
	background-image: url(images/StudioXb-logo-small.png);
	height: 128px;
	margin: 20px 0 0;
}
}

@media (max-width: 400px) {
#logo {
	background-image: url(images/StudioXb-logo-smaller.png);
	height: 95px;
	margin: 20px 0 0;
}
}


/* MENU SHOW-HIDE */

#section-menu-show-hide {
	display: none;
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.container-menu-show-hide {
	display: block;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #fffff0;
}

@media (max-width: 1420px) {

.container-menu-show-hide {
	margin: 0 20px;
}

}

.show-hide-menu {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-align: right;
	border: 0;
	border-radius: 0 0 30px 30px;
	margin: 0;
	padding: 16px 24px 20px;
	background-color: #ffc700;
}

.show-hide-menu:hover {
	background-color: #cc9f00 !important;
	transition-duration: 0.5s;
}

.show-hide-menu a:link, .show-hide-menu a:visited, .show-hide-menu a:hover, .show-hide-menu a:active {
	color: #fffff0;
	text-decoration: none;
}


/* MENU STRUCTURE */

#section-menu {
	display: none;
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.container-menu {
	display: block;
	max-width: 1360px;
	margin: 0 auto;
	padding: 20px 0 40px;
	border: 0;
	background-color: #000000;
}

@media (max-width: 1420px) {

.container-menu {
	margin: 0 20px;
}

}

.wrap-menu {
	display: block;
	width: 90%;
	height: 100%;
	margin: 0;
	padding: 0 5%;
	border: 0;
	background-color: #000000;
}

.menu-block {
	float: left;
	position: relative;
	width: 250px;
	height: auto;
	margin: 0 10px 0 0;
	border: 0;
	padding: 0;
}

.menu-block-last {
	float: left;
	position: relative;
	width: 250px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}

.menu {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
}

.menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	float: left;
	margin: 0 10px 0 0;
	z-index: 397;
	cursor: pointer;
}

.menu ul li ul li a:before{
	content: url(images/MenuBullet.png);
	display: inline-block;
	background-size: contain;
	width: 20px;
	height: 18px;
}

.menu ul li:hover {
	position: relative;
	z-index: 398;
	transition-duration: 0.5s;
}

.menu ul li a {
	width: 100%;
	padding: 10px 0;
	color: #fffff0;
	border-bottom: solid 1px #fffff0;
	display: inline-block;
	text-decoration: none;
}

.menu ul li ul {
	display: inline-block;
	left: 0px;
	z-index: 399;
}

.menu ul li:hover ul {
	display: inline-block;
	width: 100%;
}

.menu ul li ul li {
	width: 100%;
}

.menu ul li:hover ul li:hover {
	background-color: #4b4b47;
	width: 100%;
}

.menu ul li ul li a {
	color: #fffff0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	padding: 12px 0;
}

@media (max-width: 1000px) {

.menu-block {
	width: 100% !important;
	padding: 0 0 20px;
	margin: 0;
}

.menu-block-last {
	width: 100% !important;
}

.menu {
	width: 100% !important;
}

.menu ul li {
	width: 100% !important;
}

.menu ul li:hover ul {
	width: 100% !important;
}

}

.menu-title, .menu-title a:link, .menu-title a:visited, .menu-title a:hover, .menu-title a:active {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	color: #ffc700;
}


/* MENU NO-SCRIPT ELEMENTS */

#section-menu-noscript {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.container-menu-noscript {
	display: block;
	max-width: 1360px;
	margin: 0 auto;
	padding: 10px 0 2px;
	border: 0;
	background-color: #ffc700;
}

@media (max-width: 1420px) {

.container-menu-noscript {
	margin: 0 20px;
}

}

#menu-noscript {
	font-family: 'Poppins';
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
}

#menu-noscript ul, #menu-noscript ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-noscript ul li {
	float: left;
	background-color: #1c1c8b;
	margin: 0 10px 0 0;
	width: 230px;
	z-index: 397;
	cursor: pointer;
}

#menu-noscript ul li:hover {
	background-color: #6060ae;
	width: 230px;
	position: relative;
	z-index: 398;
	transition-duration: 0.5s;
}

#menu-noscript ul li a {
	width: 230px;
	padding: 6px 10px;
	color: #fffff0;
	display: inline-block;
	text-decoration: none;
}

#menu-noscript ul li ul {
	position: absolute;
	left: 0px;
	z-index: 399;
	display: none;
}

#menu-noscript ul li:hover ul {
	float: left;
	display: block;
	width: 235px;
	margin: 0;
}

#menu-noscript ul li ul li {
	background-color: #1c1c8b;
	width: 98%;
	border-top: solid 2px #000000;
}

#menu-noscript ul li:hover ul li:hover {
	background-color: #6060ae;
	width: 98%;
	transition-duration: 0.5s;
}

#menu-noscript ul li ul li a {
	color: #fffff0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	display: inline-block;
	width: 98%;
	padding: 8px 10px;
}

@media (max-width: 880px) {

#menu-noscript ul, #menu-noscript ul li {
	display: block;
	width: 100% !important;
	margin: 0;
}

#menu-noscript ul li {
	width: 100% !important;
	margin: 2px 0 0 0;
}

#menu-noscript ul li:hover ul {
	width: 100% !important;
	margin: 0;
}

#menu-noscript ul li ul li {
	background-color: #1c1c8b;
	width: 98%;
	margin: 0;
	border-top: solid 2px #9ec2f4;
}

}


/* HERO BANNER */

.wrap-hero-banner {
	display: block;
	width: 90%;
	margin: 0;
	padding: 0 5%;
	border: 0;
}

#hero-banner-landscape-wide {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#hero-banner-landscape {
	display: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#hero-banner-landscape-narrow {
	display: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#hero-banner-portrait {
	display: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

@media (max-width: 850px) {

#hero-banner-landscape-wide {
	display: none;
}

#hero-banner-landscape {
	display: block;
}

#hero-banner-landscape-narrow {
	display: none;
}

#hero-banner-portrait {
	display: none;
}

}

@media (max-width: 650px) {

#hero-banner-landscape-wide {
	display: none;
}

#hero-banner-landscape {
	display: none;
}

#hero-banner-landscape-narrow {
	display: block;
}

#hero-banner-portrait {
	display: none;
}

}

@media (max-width: 530px) {

#hero-banner-landscape-wide {
	display: none;
}

#hero-banner-landscape {
	display: none;
}

#hero-banner-landscape-narrow {
	display: none;
}

#hero-banner-portrait {
	display: block;
}

}


/* PORTFOLIO MENU */

#portfolio-menu {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.portfolio-menu-text {
	float: left;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

#portfolio-menu-branding {
	float: left;
	position: relative;
	width: 32.6666%;
	width: calc(100% / 3.0612);
	height: 400px;
	margin: 0 1% 15px 0;
	padding: 0;
	border: 0;
	background-image: url(images/portfolio-menu-branding.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0, 0, 0, 0.5);
}

#portfolio-menu-print-packaging {
	float: left;
	position: relative;
	width: 32.6666%;
	width: calc(100% / 3.0612);
	height: 400px;
	margin: 0 1% 15px 0;
	padding: 0;
	border: 0;
	background-image: url(images/portfolio-menu-print-packaging.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0, 0, 0, 0.5);
}

#portfolio-menu-digital {
	float: left;
	position: relative;
	width: 32.6666%;
	width: calc(100% / 3.0612);
	height: 400px;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	background-image: url(images/portfolio-menu-digital.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0, 0, 0, 0.5);
}

#portfolio-menu-books {
	float: left;
	position: relative;
	width: 32.6666%;
	width: calc(100% / 3.0612);
	height: 400px;
	margin: 0 1% 15px 0;
	padding: 0;
	border: 0;
	background-image: url(images/portfolio-menu-books.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0, 0, 0, 0.5);
}

#portfolio-menu-large {
	float: left;
	position: relative;
	width: 32.6666%;
	width: calc(100% / 3.0612);
	height: 400px;
	margin: 0 1% 15px 0;
	padding: 0;
	border: 0;
	background-image: url(images/portfolio-menu-large.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0, 0, 0, 0.5);
}

#portfolio-menu-other {
	float: left;
	position: relative;
	width: 32.6666%;
	width: calc(100% / 3.0612);
	height: 400px;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	background-image: url(images/portfolio-menu-other.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1600px) {

#portfolio-menu-branding {
	width: 49.5% !important;
	margin: 0 1% 15px 0;
}

#portfolio-menu-print-packaging {
	width: 49.5% !important;
	margin: 0 0 15px 0;
}

#portfolio-menu-digital {
	width: 49.5% !important;
	margin: 0 1% 15px 0;
}

#portfolio-menu-books {
	width: 49.5% !important;
	margin: 0 0 15px 0;
}

#portfolio-menu-large {
	width: 49.5% !important;
	margin: 0 1% 15px 0;
}

#portfolio-menu-other {
	width: 49.5% !important;
	margin: 0 0 15px 0;
}

}

@media (max-width: 800px) {

#portfolio-menu-branding {
	width: 100% !important;
}

#portfolio-menu-print-packaging {
	width: 100% !important;
}

#portfolio-menu-digital {
	width: 100% !important;
}

#portfolio-menu-books {
	width: 100% !important;
}

#portfolio-menu-large {
	width: 100% !important;
}

#portfolio-menu-other {
	width: 100% !important;
}

}


/* TESTIMONIAL */

.testimonial-header {
	float: left;
	position: relative;
	max-width: 95%;
	min-height: 88px;
	padding: 90px 24px 35px;
	margin: 0 0 -30px;
	border-radius: 30px 30px 0 0;
	background-color: #4b4b47;
	background-image:url(images/five-stars.png);
	background-repeat:no-repeat;
	background-position:center 30px;
}

.testimonial-header-text {
	font-family:'Poppins';
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #fffff0;
	padding: 0;
	margin: 0 0 30px;
}

.testimonial-header-text a:link, .testimonial-header-text a:visited, .testimonial-header-text a:active {
	color: #fffff0;
	text-decoration: underline;
}

.testimonial-header-text a:hover {
	color: #fffff0;
	text-decoration: none;
}

.testimonial-container {
	float: left;
	position: relative;
	width: 90%;
	padding: 18px 5% 18px;
	margin: 20px 0 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.testimonial-container-float {
	float: left;
	position: relative;
	max-width: 95%;
	padding: 18px 24px 18px;
	margin: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.testimonial-quote {
	float: left;
	position: relative;
	border: 0px;
	width: 66px;
	height: 48px;
	padding: 0;
	margin: 7px 20px 0 0;
	background-image: url(images/TestimonialQuote.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.testimonial-text {
	font-family: 'Poppins';
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin: 0 0 8px 0;
}

.testimonial-text  a:link, .testimonial-text  a:visited, .testimonial-text  a:active {
	text-decoration: underline;
	color: #000000;
}

.testimonial-text  a:hover {
	color: #000000;
	text-decoration: none;
}

@media (max-width: 700px) {

.testimonial-quote {
	width: 50px;
	height: 36px;
	background-image: url(images/TestimonialQuoteSmall.png);
}

.testimonial-text {
	font-size: 20px;
	line-height: 26px;
}

}

.testimonial-name {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	margin: 0;
}

.testimonial-link {
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.testimonial-link a:link, .testimonial link a:visited, .testimonial link a:active {
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.testimonial-link a:hover {
	text-decoration: none;
}

.testimonial-point {
	float: left;
	position: relative;
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0 0 30px;
}


/* PORTFOLIO */

.section-portfolio {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}

.container-portfolio {
	display: inline-block;
	max-width: 1360px;
	margin: 0 auto 30px;
	padding: 0;
	border: 0;
}

@media (max-width: 1420px) {

.container-portfolio {
	margin: 0 20px 30px;
}

}

.wrap-portfolio-text {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 0 5%;
	border: 0;
	background-color: #ffc700;
}

.wrap-portfolio-image {
	float: left;
	position: relative;
	width: 90%;
	margin: 30px 0 0;
	padding: 30px 5% 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-image {
	float: left;
	position: relative;
	max-width: 100%;
	max-height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.portfolio-text {
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 20px 5% 30px;
	border: 0;
	background-color: #fffff0;
}

.h2-portfolio {
	font-family: 'Rokkitt2', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 60px;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
	color: #4b4b47;
	padding: 10px 0 0;
	margin: 20px 0 20px;
}

.h2-portfolio a:link, .h2-portfolio a:visited, .h2-portfolio a:active {
	color: #4b4b47;
	text-decoration: underline;
}

.h2-portfolio a:hover {
	color: #4b4b47;
	text-decoration: none;
}

.portfolio-client {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	color: #60605a;
	margin: 0 0 30px;
}

@media (max-width: 500px) {

.h2-portfolio {
	font-size: 45px;
}

.portfolio-client {
	font-size: 22px;
}

}


/* FOOTER */

#footer-left {
	float: left;
	display: table;
	table-layout: fixed;
	vertical-align: middle;
	text-align: left;
	border: 0px;
	width: 40%;
	margin: 20px 0 50px;
	padding: 0;
}

#footer-right {
	float: right;
	display: table;
	table-layout: fixed;
	vertical-align: middle;
	text-align: right;
	border: 0px;
	width: 60%;
	margin: 20px 0 50px;
	padding: 0;
}

#footer-left-content {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	height: 60px;
	border: 0px;
	margin: 0;
	padding: 0;
}

#footer-right-content {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 100%;
	height: 60px;
	border: 0px;
	margin: 0;
	padding: 0;
}

.footer-social-buttons {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	opacity: 1;
	margin: 0 20px 0 0;
	padding: 0;
}

.footer-social-buttons a:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

.footer-left-text {
	vertical-align: middle;
	font-family: 'Poppins';
	font-size: 20px;
	text-align: left;
	color: #fffff0;
	margin: 0;
	padding: 0;
}

.footer-copyright {
	vertical-align: middle;
	font-family: 'Poppins';
	font-size: 20px;
	text-align: right;
	color: #fffff0;
	margin: 0;
	padding: 0;
}

@media (max-width: 700px) {

#footer {
	text-align: center;
}

#footer-left {
	float: none;
	display: block;
	width: 100% !important;
	margin: 20px 0 0;
}

#footer-right {
	float: none;
	display: block;
	width: 100% !important;
	margin: 0;
}

#footer-left-content {
	display: block;
	margin: 0 0 40px;
}

#footer-right-content {
	display: block;
	padding: 0 0 20px;
}

.footer-copyright {
	text-align: left;
}

}


/* RSS WIDGET */

.elfsight-app-c40cd87a-c6b6-462b-9a91-cb074d2272fa {
	font-family: 'Poppins' !important;
	overflow: hidden;
}


/* TEXT STYLES */

.font-140pc {
	font-size: 140%;
	line-height: 112%;
}

.h1 {
	font-family: 'Rokkitt', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 110px;
	line-height: 90%;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.03em;
	color: #60605a;
	padding: 0;
	margin: 0 0 30px;
}

.h1-light {
	font-family: 'Rokkitt', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 110px;
	line-height: 90%;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.03em;
	color: #4b4b47;
	padding: 0;
	margin: 0;
}

.h1-large {
	font-family: 'Rokkitt', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 150px;
	line-height: 110%;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.03em;
	color: #60605a;
	padding: 0;
	margin: 0 0 15px;
}

@media (max-width: 1000px) {

.h1, .h1-light {
	font-size: 90px;
	line-height: 100%;
}

.h1-large {
	font-size: 100px;
	line-height: 100%;
}

}

@media (max-width: 500px) {

.h1, .h1-light {
	font-size: 65px;
	line-height: 100%;
}

.h1-large {
	font-size: 80px;
	line-height: 100%;
}

}

.h2 {
	font-family: 'Rokkitt2', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 60px;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
	color: #4b4b47;
	padding: 0;
	margin: 10px 0 30px;
}

.h2-margin-above {
	font-family: 'Rokkitt2', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 60px;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
	color: #4b4b47;
	padding: 0;
	margin: 30px 0;
}

.h2 a:link, .h2 a:visited, .h2 a:active {
	color: #4b4b47;
	text-decoration: underline;
}

.h2 a:hover {
	color: #4b4b47;
	text-decoration: none;
}

.h2-black {
	font-family: 'Rokkitt2', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 60px;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding: 0;
	margin: 10px 0 30px;
}

.h2-white {
	font-family: 'Rokkitt2', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 60px;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
	color: #fffff0;
	padding: 0;
	margin: 10px 0 30px;
}

@media (max-width: 1000px) {
.h2, .h2-white, .h2-black, .h2-margin-above {
	font-size: 55px;
}
}

@media (max-width: 500px) {
.h2, .h2-white, .h2-black, .h2-margin-above {
	font-size: 40px;
}
}

.h3 {
	font-family: 'Poppins';
	font-size: 30px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	color: #4b4b47;
	padding: 10px 0 0;
	margin: 0 0 20px;
}

.h3 a:link, .h3 a:visited, .h3 a:active {
	color: #4b4b47;
	text-decoration: underline;
}

.h3 a:hover {
	color: #4b4b47;
	text-decoration: none;
}

.h4 {
	font-family: 'Poppins';
	font-size: 30px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding: 10px 0 0;
	margin: 0 0 20px;
}

.h4 a:link, .h3 a:visited, .h3 a:active {
	color: #000000;
	text-decoration: underline;
}

.h4 a:hover {
	color: #000000;
	text-decoration: none;
}

.body-text {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	color: #4b4b47;
	margin: 0;
	padding: 0 0 30px;
}

.body-text a:link, .body-text a:visited, .body-text a:active {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: underline;
}

.body-text a:hover {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: none;
}

.body-text-nospace {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	color: #4b4b47;
	margin: 0;
	padding: 0;
}

.body-text-nospace a:link, .body-text-nospace a:visited, .body-text-nospace a:active {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: underline;
}

.body-text-nospace a:hover {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: none;
}

.body-text-black {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin: 0;
	padding: 0 0 30px;
}

.body-text-black a:link, .body-text-black a:visited, .body-text-black a:active {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: underline;
}

.body-text-black a:hover {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: none;
}

.body-text-white {
	font-family:'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	color: #fffff0;
	padding: 0;
	margin: 0 0 30px;
}

.body-text-white a:link, .body-text-white a:visited, .body-text-white a:active {
	font-weight: bold;
	color: #fffff0;
	text-decoration: underline;
}

.body-text-white a:hover {
	font-weight: bold;
	color: #fffff0;
	text-decoration: none;
}

.body-text-bullet-list {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin: 0;
	padding: 0 0 30px;
}

.body-text-bullet {
	display: block;
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding: 15px 20px 18px;
	margin: 10px 0 0;
	background-color: #d9d9c9;
}

.body-text-bullet a:link, .body-text-bullet a:visited, .body-text-bullet a:active {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: underline;
}

.body-text-bullet a:hover {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: none;
}

.body-text-bullet:before{
	content: url('images/TextBullet.png');
	display: inline-block;
	background-size: contain;
	width: 20px;
	height: 18px;
}

@media (max-width: 500px) {

.body-text, .body-text-nospace, .body-text-black, .body-text-white, .body-text-bullet-list, .body-text-bullet {
	font-size: 18px;
	line-height: 31px;
}

}

.body-text-large {
	font-family: 'Poppins';
	font-size: 27px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	color: #4b4b47;
	padding: 0 0 30px;
	margin: 0;
}

.body-text-large a:link, .body-text-large a:visited, .body-text-large a:active {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: underline;
}

.body-text-large a:hover {
	font-family: 'Poppins';
	font-weight: bold;
	color: #60605a;
	text-decoration: none;
}

@media (max-width: 500px) {

.body-text-large {
	font-size: 22px;
	line-height: 35px;
}

}

.body-text-graphic {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: center;
	padding: 35px 30px 25px;
	margin: 20px 0 40px;
	border-top: 2px solid #60605a;
	border-right: 2px solid #60605a;
	border-bottom: 2px solid #60605a;
	border-left: 2px solid #60605a;
}

.body-text-graphic img {
	max-width: 100%;
	max-height: auto;
}

.body-text-formlabel {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-align: left;
	color: #4b4b47;
	margin: 0;
	padding: 0;
}

.body-text-forminput {
	font-family: 'Poppins';
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-align: left;
	color: #4b4b47;
	margin: 0 0 20px;
	padding: 0;
}

.box-link-button {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	margin: 20px 0 40px;
	padding: 15px 24px 17px;
	border: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.box-link-button-space-after {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	margin: 20px 0 70px;
	padding: 15px 24px 17px;
	border: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.box-link-button-nospace {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 15px 24px 17px;
	border: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.box-link-button-lessspace-after {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	margin: 20px 0 25px;
	padding: 15px 24px 17px;
	border: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.box-link-button-nospace-after {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	margin: 20px 0 0;
	padding: 15px 24px 17px;
	border: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

.box-link-button:hover, .box-link-button-space-after:hover, .box-link-button-nospace:hover, .box-link-button-lessspace-after:hover, .box-link-button-nospace-after:hover {
	background-color: #cc9f00 !important;
	transition-duration: 0.5s;
}

.box-link-button a:link, .box-link-button a:visited, .box-link-button a:hover, .box-link-button a:active, .box-link-button-space-after a:link, .box-link-button-space-after a:visited, .box-link-button-space-after a:hover, .box-link-button-space-after a:active, .box-link-button-nospace a:link, .box-link-button-nospace a:visited, .box-link-button-nospace a:hover, .box-link-button-nospace a:active, .box-link-button-lessspace-after a:link, .box-link-button-lessspace-after a:visited, .box-link-button-lessspace-after a:hover, .box-link-button-lessspace-after a:active, .box-link-button-nospace-after a:link, .box-link-button-nospace-after a:visited, .box-link-button-nospace-after a:hover, .box-link-button-nospace-after a:active {
	color: #000000;
	text-decoration: none;
}

.box-link-button-nospace-dark {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #fffff0;
	text-align: left;
	margin: 0;
	padding: 15px 24px 17px;
	border: 0;
	border-radius: 30px;
	background-color: #60605a;
}

.box-link-button-nospace-after-dark {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #fffff0;
	text-align: left;
	margin: 20px 0 0;
	padding: 15px 24px 17px;
	border: 0;
	border-radius: 30px;
	background-color: #60605a;
}

.box-link-button-nospace-dark:hover, .box-link-button-nospace-after-dark:hover {
	background-color: #484848 !important;
	transition-duration: 0.5s;
}

.box-link-button-nospace-dark a:link, .box-link-button-nospace-dark a:visited, .box-link-button-nospace-dark a:hover, .box-link-button-nospace-dark a:active, .box-link-button-nospace-after-dark a:link, .box-link-button-nospace-after-dark a:visited, .box-link-button-nospace-after-dark a:hover, .box-link-button-nospace-after-dark a:active {
	color: #fffff0;
	text-decoration: none;
}

@media (max-width: 500px) {

.box-link-button, .box-link-button-space-after, .box-link-button-nospace, .box-link-button-nospace-after, .box-link-button-nospace-dark, .box-link-button-nospace-after-dark {
	font-size: 20px;
}

}

.box-link-button-image {
	opacity: 1;
	margin-right: 20px;
}

.box-link-button-image a:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

.box-link-01 {
	display: block;
	font-family: 'Rokkitt2', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 50px;
	line-height: 48px;
	font-weight: normal;
	text-align: center;
	color: #fffff0;
	margin: 0;
	padding: 10px 20px 0;
}

.box-link-01 a:link, .box-link-01 a:visited, .box-link-01 a:hover, .box-link-01 a:active {
	text-decoration: none;
}

.box-link-02 {
	display: inline-block;
	font-family: 'Poppins';
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin: 10px 0 15px;
	padding: 6px 15px;
	border: 0;
	border-radius: 15px;
	background-color: #ffc700;
}

.box-link-02 a:hover {
	background-color: #cc9f00 !important;
	transition-duration: 0.5s;
}

.box-link-02 a:link, .box-link-02 a:visited, .box-link-02 a:hover, .box-link-02 a:active {
	text-decoration: none;
}

input[type=reset] {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #fffff0;
	text-align: left;
	padding: 15px 24px 17px;
	margin: 0;
	border: 0;
	border-radius: 30px;
	background-color: #60605a;
}

input[type=reset]:hover {
	background-color: #484848 !important;
	transition-duration: 0.5s;
}

input[type=reset]:link, input[type=reset]:visited, input[type=reset]:hover, input[type=reset]:active {
	color: #fffff0;
	text-decoration: none;
	cursor: pointer;
}

input[type=button], input[type=submit] {
	display: inline-block;
	font-family: 'PoppinsRegular';
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-align: left;
	padding: 15px 24px 17px;
	margin: 0 0 20px;
	border: 0;
	border-radius: 30px;
	background-color: #ffc700;
}

input[type=button], input[type=submit]:hover {
	background-color: #cc9f00 !important;
	transition-duration: 0.5s;
}

input[type=button], input[type=submit]:link, input[type=button], input[type=submit]:visited, input[type=button], input[type=submit]:hover, input[type=button], input[type=submit]:active {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.input-button-container {
	text-align: left;
}

.point-list {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-family: 'Poppins';
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #4b4b47;
	overflow: hidden;
}

.point-list-first {
	display: block;
	margin: 20px 0 0;
	padding: 10px 0;
	font-family: 'Poppins';
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #4b4b47;
	border-bottom: 1px solid #4b4b47;
	overflow: hidden;
}

.point-list-last {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-family: 'Poppins';
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #4b4b47;
	overflow: hidden;
}

.point-list:before, .point-list-first:before, .point-list-last:before {
	content: url(images/PointListBullet.png);
	display: inline-block;
	background-size: contain;
	width: 20px;
	height: 18px;
}

.question {
	display: block;
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	text-align: left;
	color: #000000;
	text-decoration: none !important;
	margin: 0;
	padding: 10px 20px;
	border: 0;
}

.question-block {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid #fffff0;
	background-color: #ffe37f;
	overflow: hidden;
}

.question-block-first {
	display: block;
	margin: 30px 0 0;
	padding: 0;
	border-bottom: 4px solid #fffff0;
	background-color: #ffe37f;
	overflow: hidden;
}

.question-block-last {
	display: block;
	margin: 0 0 45px;
	padding: 0;
	border-bottom: 4px solid #fffff0;
	background-color: #ffe37f;
	overflow: hidden;
}

.question-block a:link, .question-block a:visited, .question-block a:active, .question-block-first a:link, .question-block-first a:visited, .question-block-first a:active, .question-block-last a:link, .question-block-last a:visited, .question-block-last a:active {
	color: #000000;
	text-decoration: none !important;
}

.question-block:hover, .question-block-first:hover, .question-block-last:hover {
	color: #000000;
	text-decoration: none !important;
	background-color: #ccb666 !important;
	transition-duration: 0.5s;
}

.small-print {
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 30px 0;
	}

.table-bullets {
	text-align: left; 
	width: 100%;
	margin: 0 0 40px;
}

.clear {
	clear: both;
}

.grecaptcha-badge {display: none;}