/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* Links */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* Typography */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded Content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* Figures */

figure { margin: 0; }


/* Forms */

form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

input, textarea, select { background: #fff; outline: none; }

textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

textarea {
	height: 175px;
}

.textbox {
	border: 1px solid #ccc;
	padding: 5px;
}

.col2 .textbox, textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	background: #fff;
}

.textbox.rounded, textarea.rounded, select.rounded {
	padding: 10px 25px;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

input, textarea {
	-webkit-border-radius: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Primary Styles */

body, input, textarea, select {
	font-family: "Poppins", serif;
  	font-weight: 300;
 	font-style: normal;
}

html {
	max-width: 2000px;
	margin: auto;
}

body {
	text-align: center;
	background: #fff;
	font-size: 1em; 
	color: #222957;
	max-width: 2000px;
	margin: auto;
}

h1 {
	font-size: 2.5em;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 2em;
	padding: 0;
	margin: 25px 0;
	text-transform: uppercase;
}

h2 .small {
	display: inline-block;
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 25px 0;
}

a {
	color: #3176bc;
	font-weight: bold;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	color: #222957;
}

a:active {
    background-color: transparent;
}

img.map, map area{
    outline: none;
}

p {
	padding: 0;
	margin: 25px 0;
	line-height: 1.4em;
}

form p {
	margin: 15px 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#showmobnav, #mobnav, .largetabbr, .tabbr, .smalltabbr, .tabshow, .mobbr, .smallmobbr, #mobquoteimg {
	display: none;
}

.container {
	position: relative;
	width: 980px;
	margin: auto;
	text-align: left;
}

#backtotop {
	z-index: 100;
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	padding: 15px;
	background: #222957;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#backtotop:hover {
	background: #3176bc;
}

#backtotop img {
	position: relative;
	top: -2px;
	height: 9px;
}

#mobnav {
	position: absolute;
	z-index: 10;
	top: 90px;
	right: 2.5%;
	width: 400px;
	max-width: 95%;
	border: 2px solid #fff;
	color: #fff;
	background: rgb(35,40,85);
	background: linear-gradient(97deg, rgba(35,40,85,1) 0%, rgba(11,74,130,1) 100%); 
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mobnav ul {
	margin: 0;
	padding: 50px 25px;
	list-style: none;
	text-align: left;
}

#mobnav ul ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#mobnav li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

#mobnav img {
	height: 8px;
	margin-left: 5px;
}

#mobnav a {
	color: #a6aabd;
	cursor: pointer;
}

#mobnav .on a, #mobnav a:hover {
	color: #fff;
}

.subnav {
	display: none;
}

header {
	background: #222957;
	padding-bottom: 250px;
	margin-bottom: -125px;
}

header.home {
	background: none;
}

header.narrow {
	padding-bottom: 150px;
	margin-bottom: -100px;
	background: rgb(35,40,85);
	background-image: url("https://www.korozogroup.com/images/bluebg.png") top 0 right 50px / 300px 680px no-repeat;
	background: url("https://www.korozogroup.com/images/bluebg.png") top 0 right 50px / 300px 680px no-repeat, linear-gradient(97deg, rgba(35,40,85,1) 0%, rgba(11,74,130,1) 100%);
	background-size: contain !important;
}

#banner {
	padding-bottom: 150px;
	margin-bottom: -100px; 
	background-position: top 70px right !important;
	background-size: cover !important;
}

#topnav {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: rgb(35,40,85);
	background: linear-gradient(97deg, rgba(35,40,85,1) 0%, rgba(11,74,130,1) 100%); 
	text-transform: uppercase;
	font-size: 0.9em;
}

#topnav ul, #topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav li {
	float: left;
	width: 16%;
	text-align: center;
}

#topnav #contact {
	width: 20%;
}

#topnav li.border {
	background: url(https://www.korozogroup.com/images/border.png) right center no-repeat;
}

#topnav a {
	display: block;
	color: #a6aabd;
}

#topnav .on a, #topnav a:hover {
	color: #fff;
}

.language img {
	position: relative;
	top: -2px;
	height: 20px;
	margin-right: 5px;
}

#contact {
	background: rgb(43,139,204);
	background: linear-gradient(0deg, rgba(43,139,204,1) 0%, rgba(52,107,179,1) 100%); 
}

#logo {
	float: left;
	height: 60px;
	margin: 30px 0;
}

nav {
	float: right;
	margin-top: 60px;
	text-transform: uppercase;
}

nav ul {
	float: right;
}

nav li {
	float: left;
	margin-left: 40px;
}

nav a {
	color: #fff;
	padding-bottom: 3px;
}

nav a:hover, nav .on a {
	color: #fff;
	border-bottom: 5px solid #3176bc;
}

.home nav a, .home nav a:hover {
	color: #222957;
}

nav img {
	height: 8px;
	margin-left: 5px;
}

/* Drop down menus */

/*** ESSENTIAL STYLES ***/

.sf-menu ul {
	position: absolute;
	top: -999em;
	left: 0;
	margin: 0;
	width: 260px;
	padding: 15px 25px;
	line-height: 1.2em;
	background: rgb(35,40,85);
	background: linear-gradient(97deg, rgba(35,40,85,1) 0%, rgba(11,74,130,1) 100%); 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.sf-menu #last ul {
	left: auto !important;
	right: 0 !important;
}
.sf-menu ul li {
	width: 100%;
	height: auto;
	line-height: 1em;
	margin: 8px 0;
}
.sf-menu li li a {
	display: block;
	padding: 0;
	border: 0 !important;
	text-align: left;
	background: none;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 35px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 152px;
	top: 0;
}
.sf-menu ul ul {
	position: relative;
	top: 15px !important;
	left: 15px !important;
	width: auto;
	padding: 0 0 15px 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*** DEMO SKIN ***/

.sf-menu a {
	text-decoration:none;
}
.sf-menu li li a, nav .on.submenu li a {
	color: #fff;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu ul li.on a {
	color: #3176bc;
}

#homebg {
	background: url(https://www.korozogroup.com/images/backgrounds/home.jpg?v=1) top 70px center no-repeat;
	background-size: contain;
}

#fpbg {
	background: url(https://www.korozogroup.com/images/backgrounds/flexible-packaging.jpg) top 70px center no-repeat;
	background-size: contain;
}

#fp2bg {
	padding: 100px 0;
	margin: -100px 0;
	background: url(https://www.korozogroup.com/images/backgrounds/flexible-packaging-2.jpg) top center no-repeat;
	background-size: 1250px 781px !important;
	overflow: auto;
}

#sustainability {
	margin: 100px 0;
	background: url(https://www.korozogroup.com/images/backgrounds/sustainability.jpg) center right -100px no-repeat;
	background-size: cover;
	padding: 50px 45% 50px 50px;
	color: #fff;
}

#sustainability2 {
	background: url(https://www.korozogroup.com/images/backgrounds/sustainability-2.jpg) center right -100px no-repeat;
	background-size: cover;
	padding: 50px 45% 50px 50px;
	color: #fff;
}

#intro {
	margin: 100px 0 0 0;
}

#intro.fp {
	margin-bottom: -100px;
}

#intro, #intro h1 {
	color: #fff;
}

.home #intro, .home #intro h1 {
	color: #222957;
}

#main {
}

#main ul, #main ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main ul.gold li li {
	list-style: circle;
}

#main ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main ul.overview {
	margin: 0;
}

#main ul.overview li {
	list-style: none;
	font-weight: bold;
	background: url(https://www.korozogroup.com/images/icons/tick.png) center left 25px no-repeat #f2f2f2;
	background-size: 50px 60px;
	padding: 25px 50px 25px 110px;
	color: #222957;
	margin-bottom: 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#main ul.logolist {
	margin: 0;
}

#main ul.logolist li {
	list-style: none;
	font-weight: bold;
	background: url(https://www.korozogroup.com/images/icons/logo.png) center left 25px no-repeat #f2f2f2;
	background-size: 40px 60px;
	padding: 25px 50px 25px 75px;
	color: #222957;
	margin-bottom: 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#main table {
	margin: 25px 0;
	width: 100%;
	border: 1px solid #ccc;
}

#main table td {
	width: 25%;
	padding: 10px;
	border: 1px solid #ccc;
}

#main td.header {
	font-weight: bold;
	background: #3176bc;
	color: #fff;
}

#main table td.center {
	width: 12.5%;
}

.col2 {
	width: 47.5%;
}

.col3 {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.col3.last {
	margin-right: 0;
}

.col3.autocol {
	margin-left: 17.5%;
}

.col3.office {
	padding: 25px;
	height: 200px;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.col4 {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.col4.last {
	margin-right: 0;
}

.col4.autocol {
	margin-left: 12.75%;
}

.col5 {
	float: left;
	width: 18%;
	margin-right: 2.5%;
}

.col5.last {
	margin-right: 0;
}

.col6 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.col6.last {
	margin-right: 0;
}

#historytop {
	background: url(https://www.korozogroup.com/images/history-top.jpg) top center no-repeat;
	background-size: 500px 5128px;
	margin: -100px 0;
	padding: 200px 0 100px 0;
}

#historybottom {
	background: url(https://www.korozogroup.com/images/history-bottom.jpg) top center no-repeat;
	background-size: 500px 349px;
	height: 349px;
}

.history {
	width: 35%;
	padding: 0 5%;
	margin: 0;
	text-align: center;
}

.history.floatright {
	margin: 100px 0 -25px 0;
}

.staff {
	position: relative;
}

.staff a {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.bluebg, .lightbluebg, .greenbg {
	margin: 100px 0;
	padding: 50px;
	background: rgb(35,40,85);
	background-image: url("https://www.korozogroup.com/images/bluebg.png") top -100px right 50px / 300px 680px no-repeat; 
  	background: url("https://www.korozogroup.com/images/bluebg.png") top -100px right 50px / 300px 680px no-repeat, linear-gradient(97deg, rgba(35,40,85,1) 0%, rgba(11,74,130,1) 100%); 
	color: #fff;
}

.bluebg h2, .lightbluebg h2, .greenbg h2 {
	margin-top: 0;
}

.bluebg a:hover {
	color: #fff;
}

.lightbluebg {
	padding: 50px 0;
	background: rgb(52,107,179);
  	background: linear-gradient(97deg, rgba(52,107,179,1) 0%, rgba(64,150,209,1) 100%); 
}

.lightbluebg.logobg {
	background: rgb(52,107,179);
	background-image: url("https://www.korozogroup.com/images/lightbluebg.png") top 0 left 50px / 300px 654px no-repeat; 
  	background: url("https://www.korozogroup.com/images/lightbluebg.png") top 0 left 50px / 300px 654px no-repeat, linear-gradient(97deg, rgba(52,107,179,1) 0%, rgba(64,150,209,1) 100%); 
  	margin-bottom: 50px;
}

.lightbluebg a {
	color: #fff;
}

.lightbluebg a:hover {
	color: #222957;
}

.greenbg {
	background: #adc388;
}

.pagedrivers {
	margin: 50px 0 -280px 0;
	text-align: center;
	text-transform: uppercase;
}

.pagedrivers.news {
	margin-bottom: -430px;
}

.greybg .pagedrivers {
	margin: 50px 50px -150px 50px;
}

.pagedrivers img {
	margin-bottom: 15px;
}

.pagedrivers p {
	text-transform: uppercase;
	color: #222957;
}

.pagedrivers a:hover {
	color: #222957;
}

.subpages .col3, .subpages .col4 {
	margin-bottom: 2%;
	text-align: center;
	text-transform: uppercase;
}

.subpages img {
	margin-bottom: 15px;
}

#quote {
	margin-top: 50px;
	padding: 0 50px 0 150px;
	background: url(https://www.korozogroup.com/images/quote-start.png) top 15px left 50px no-repeat;
	background-size: 50px 50px;
}

#quoteimg {
	float: right;
	width: 250px;
	margin-top: 0;
}

#quotetext {
	float: left;
	width: calc(100% - 300px);
	padding-right: 100px;
	background: url(https://www.korozogroup.com/images/quote-end.png) top 15px right no-repeat;
	background-size: 50px 50px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

#quotetext p {
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
}

#tabs, #tabs2 {
	width: 100%;
}

.ui-state-focus:focus { outline:none !important }

#tabs h2, #tabs h3 {
	margin: 10px 0 0 0;
	font-size: 1.5em;
}

#tabs h2 a, #tabs h3 a {
	position: relative;
	display: block;
	padding: 20px 50px 20px 25px;
	background: rgb(35,40,85);
	background: linear-gradient(97deg, rgba(35,40,85,1) 0%, rgba(11,74,130,1) 100%); 
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#tabs h2 a:hover, #tabs .ui-state-active a, #tabs .ui-state-active a:hover, #tabs2 h3 a:hover, #tabs2 .ui-state-active a, #tabs2 .ui-state-active a:hover {
	background: rgb(52,107,179);
	background: linear-gradient(97deg, rgba(52,107,179,1) 0%, rgba(64,150,209,1) 100%); 
	color: #fff;
}

#tabs .arrow {
	position: absolute;
	right: 25px;
	top: 30px;
	width: 15px;
	height: 9px;
	background: url(https://www.korozogroup.com/images/arrow-white.png) right no-repeat;
	background-size: 15px 9px;
}

#tabs div {
	padding: 10px 25px 20px 25px;
}

#tabs div div {
	padding: 0;
}

#main #tabs div div ul {
	margin: 0 0 0 20px;
}

.requirement {
	margin-top: 50px;
	min-height: 100px;
	padding-left: 130px;
	background: url(https://www.korozogroup.com/images/requirement-bg.png) top left no-repeat;
	background-size: 100px 100px;
}

.requirement h3 {
	margin-top: 0;
}

#academy {
	padding-bottom: 150px;
	margin-bottom: 0;
}

#academyoutro {
	padding: 0 50px;
	margin-top: -125px;
}

#academyoutro .lightbluebg {
	padding: 50px;
	margin-top: 0;
}

#cta {
	margin: 100px 0 -50px 0;
	padding: 50px 0;
	background: rgb(52,107,179);
	background-image: url("https://www.korozogroup.com/images/lightbluebg.png") right 32.5% top -85px / 400px 872px no-repeat; 
  	background: url("https://www.korozogroup.com/images/lightbluebg.png") right 32.5% top -85px / 400px 872px no-repeat, linear-gradient(97deg, rgba(52,107,179,1) 0%, rgba(64,150,209,1) 100%); 
	color: #fff;
	font-size: 0.9em;
}

#cta.margin {
	margin: 100px 0;
}

#cta h2 {
	margin: 5px 0 0 0;
	font-size: 1.75em;
}

#about {
	padding: 0 50px;
}

#aboutimg {
	float: right;
	width: 250px;
	margin-top: 0;
}

#abouttext {
	float: left;
	width: calc(100% - 300px);
}

footer {
	margin-top:100px;
	font-size: 0.75em;
}

footer h3 {
	margin-top: 0;
	text-transform: uppercase;
}

footer a {
	color: #222957;
	font-weight: normal;
}

footer a:hover {
	color: #3176bc;
}

footer .lightbluebg {
	height: 40px;
	margin: 0;
	padding: 0;
}

#footerlogo {
	height: 60px;
}

.social {
	height: 40px;
	margin-right: 5px;
}

.greybg { 
  	background: #f2f2f2;
	padding: 20px 0;
}

.greybg.contact {
	padding: 50px 0;
}

.greybg.technologies {
	background: url("https://www.korozogroup.com/images/greybg.png") right 150px top -125px / 300px 533px no-repeat #f2f2f2;
}

.bluebg .greybg {
	padding: 50px;
}

.featured {
	position: relative;
}

.featuredimg {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
}

.featuredtext {
	width: calc(100% - 450px);
	min-height: 150px;
}

.featuredtext > p:last-child {
  	margin-bottom: 0;
}

.value {
	padding: 25px 50px 25px 175px;
	height: 100px;
	margin-bottom: 25px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: url(https://www.korozogroup.com/images/value-1.png) left no-repeat #f2f2f2;
	background-size: 150px 150px !important;
}

.value2 {
	background: url(https://www.korozogroup.com/images/value-2.png) left no-repeat #f2f2f2;
}

.value3 {
	background: url(https://www.korozogroup.com/images/value-3.png) left no-repeat #f2f2f2;
}

.value4 {
	background: url(https://www.korozogroup.com/images/value-4.png) left no-repeat #f2f2f2;
}

.value5 {
	background: url(https://www.korozogroup.com/images/value-5.png) left no-repeat #f2f2f2;
}

.value6 {
	background: url(https://www.korozogroup.com/images/value-6.png) left no-repeat #f2f2f2;
}

.value h3 {
	margin: 0 0 10px 0;
}

.kororcy {
	width: 300px;
}

#toggle {
	margin: 50px 0;
	height: 60px;
	line-height: 60px;
	background: rgb(11,74,130);
	background: linear-gradient(97deg, rgba(11,74,130,1) 0%, rgba(35,40,85,1) 100%); 
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#toggle a {
	float: left;
	width: 30%;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#toggle a.on {
	color: #fff;
	background: #3176bc;
}

#showtoggle2 {
	margin: 0 5%;
}

#toggle2, #toggle3 {
	display: none;
}

.spacer {
	width: 100%;
	height: 200px;
}

.smallspacer {
	width: 100%;
	height: 100px;
}

.margin100 {
	margin-bottom: -100px;
}

.big {
	font-size: 1.25em;
}

.solution {
	display: block;
	padding: 50px;
	color: #fff;
	background: url(https://www.korozogroup.com/images/solution-bg.png) center right 25px no-repeat #222957;
	background-size: 9px 15px;
	font-weight: bold;
	font-size: 1.1em; 
	border: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.solution:hover {
	color: #fff;
	background: url(https://www.korozogroup.com/images/solution-bg.png) center right 25px no-repeat #3176bc;
	background-size: 9px 15px;
	text-decoration: none;
}

.nomargin {
	margin-top: 0;
}

.rounded {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.shadow {
	box-shadow: 0 0 20px rgb(0 0 0 / 0.2);
}

.icon {
	height: 100px;
}

.gold {
	color: #d08000;
}

.blue {
	color: #222957;
}

.normal {
	font-weight: normal;
}

.lightblue {
	color: #3176bc;
}

.videowrapper {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}

.videowrapper iframe, .videowrapper object, .videowrapper embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* Common Styles */

.button {
	display: inline-block;
	padding: 20px 0;
	width: 220px;
	text-align: center;
	color: #fff;
	background: #3176bc;
	font-size: 1.1em; 
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.button.gold {
	background: #d08000;
}

.button.wide {
	width: 430px;
}

.button.block {
	width: 100%;
	text-align: center;
}

.greenbg .button, #cta .button, .bluebg .button {
	background: #fff;
	color: #222957;
}

#cta .button {
	position: relative;
	top: -5px;
}

.button:hover, .button.gold:hover, #cta .button:hover {
	color: #fff;
	background: #222957;
	text-decoration: none;
}

.bluebg .button:hover {
	color: #fff;
	background: #3176bc;
}

.htmlarea {
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.vsmall {
	font-size: 0.6em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 50px 50px 0;
	max-width: 400px;
}

.col3 .leftpic {
	margin: 0 25px 25px 0;
}

.rightpic {
	float: right;
	margin: 0 0 50px 50px;
	max-width: 400px;
}

#tabs .rightpic {
	margin-top: 25px;
}

.verify {
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.code {
	width: 70px;
	font-weight: bold;
	text-align: center;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

#main #pages {
	text-align: right;
	font-weight: bold;
}

#main #pages li {
	display: inline-block;
	list-style: none;
}

#main #pages a {
	display: block;
	margin-left: 3px;
	padding: 3px 5px;
	color: #fff;
	background: #222957;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main #pages a:hover, #main #pages .on a {
	color: #fff;
	background: #3176bc;
	text-decoration: none;
}

/* Non-semantic Helper Classes */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Media Queries */

@media only screen and (min-width: 1250px) {

.container {
	width: 1200px;
}

#intro.fp .col2.floatleft {
	margin-top: 50px;
}

#banner {
	padding-bottom: 225px;
}

#fp2bg {
	background-size: 1600px 1000px !important;
}

.featuredimg {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
}

.featuredtext {
	width: calc(100% - 550px);
	min-height: 250px;
}

.lightbluebg.logobg {
	margin-bottom: 100px;
}

.pagedrivers.news {
	margin-bottom: -380px;
}

#sustainability {
	background: url(https://www.korozogroup.com/images/backgrounds/sustainability.jpg) center right -100px no-repeat;
}

#sustainability2 {
	background: url(https://www.korozogroup.com/images/backgrounds/sustainability-2.jpg) center right no-repeat;
}

#quoteimg {
	width: 300px;
	margin-top: -25px;
}

#quotetext {
	width: calc(100% - 350px);
}

#quotetext p {
	font-size: 1.4em;
}

#aboutimg {
	width: 300px;
}

#abouttext {
	width: calc(100% - 350px);
}

#cta {
	font-size: 1em;
}

#cta h2 {
	font-size: 2em;
}

.button {
	width: 280px;
}

.leftpic {
	max-width: 500px;
}

.rightpic {
	max-width: 500px;
}

.fullbr {
	display: none;
}

}

@media only screen and (min-width: 1600px) {

.container {
	width: 1400px;
}

#intro.fp .col2.floatleft {
	margin-top: 100px;
}

#banner {
	padding-bottom: 300px;
}

#fp2bg {
	background-size: 2000px 1250px !important;
}

#sustainability {
	background: url(https://www.korozogroup.com/images/backgrounds/sustainability.jpg) center right no-repeat;
}

#quoteimg {
	margin-top: -50px;
}

.fullxlbr {
	display: none;
}

}

@media only screen and (max-width: 1020px) {

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
}

.container {
	width: 95%;
	margin: 0 2.5%;
}

#homebg {
	background: url(https://www.korozogroup.com/images/backgrounds/home.jpg?v=1) top center no-repeat;
	background-size: contain;
}

#fpbg {
	background: url(https://www.korozogroup.com/images/backgrounds/flexible-packaging.jpg) top center no-repeat;
	background-size: contain;
}

#fp2bg {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}

#banner {
	background-position: top right !important;
}

header {
	padding-bottom: 10%;
	margin-bottom: -25px;
}

header.narrow, #banner {
	padding-bottom: 7.5%;
	margin-bottom: -25px; 
}

#intro, #intro.fp {
	margin: 25px 0;
}

#logo {
	height: 50px;
	margin: 25px 0;
}

#topnav, nav {
	display: none;
}

#showmobnav {
	position: absolute;
	top: 45px;
	right: 0;
	display: block;
	font-weight: normal;
}

.col2 {
	width: 100%;
}

.videowrapper {
	margin: 25px 0;
}

#certificates .col2 ul {
	margin-top: 0;
	margin-bottom: 0;
}

#intro.fp .col2 {
	width: 45.5%;
}

.col4, .col4.last, .col4.autocol {
	width: 45%;
	margin: 2.5%;
}

.col6, .col6.last {
	width: 28.3%;
	margin: 2.5%;
}

.pagedrivers, .pagedrivers.news, .greybg .pagedrivers {
	margin: 50px 0 0 0;
}

.pagedrivers a {
	color: #fff;
}

.greybg .pagedrivers a {
	color: #222957;
}

.pagedrivers.news p {
	color: #fff !important;
}

#mobquoteimg {
	float: none;
	width: 300px;
	display: block;
	margin: 0 auto;
}

#quoteimg {
	display: none;
}

#quote {
	padding: 0 30px 0 90px;
	background: url(https://www.korozogroup.com/images/quote-start.png) top 0 left 30px no-repeat;
	background-size: 30px 30px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

#quoteimg {
	float: right;
	width: 250px;
	margin-top: 0;
}

#quotetext {
	float: none;
	width: 100%;
	padding-right: 60px;
	text-align: center;
	background: url(https://www.korozogroup.com/images/quote-end.png) top 0 right no-repeat;
	background-size: 30px 30px;
}

#quotetext p {
	padding-top: 10px;
}

#sustainability, #sustainability2 {
	background: url(https://www.korozogroup.com/images/backgrounds/sustainability-mob.jpg) bottom right;
	background-size: cover;
	padding: 25px 25px 50px 25px;
	text-align: center;
}

#sustainability2 {
	background: url(https://www.korozogroup.com/images/backgrounds/sustainability-2-mob.jpg) bottom left;
	background-size: cover;
}

.featuredimg {
	width: 300px;
}

.featuredtext {
	width: calc(100% - 350px);
}

.bluebg h2.floatleft {
	float: none;
	text-align: center;
}

#solutions .col2, #solutions .col3, #solutions .col3.last, #solutions .col3.autocol {
	float: none;
	width: 100% !important;
	max-width: 100% !important;
	margin: 10px 0;
}

#solutions p {
	margin: 0;
}

.solution {
	padding: 25px 50px;
}

#offices .col3, #offices .col3.last, #academy .col3, #academy .col3.last {
	float: none;
	width: 100%;
	margin: 25px 0;
}

#academy .col3 p {
	margin-top: 0;
	padding-top: 30px;
}

#toggle a, #tabs h2, #tabs h3 {
	font-size: 1.25em;
}

.overviewimg {
	display: block;
	margin: 50px auto 0 auto;
}

#cta .container {
	text-align: center;
}

#cta .floatleft, #cta .floatright {
	float: none;
}

#cta .floatright {
	margin-top: 25px;
}

footer .container {
	text-align: center;
}

footer .floatleft, footer .floatright {
	float: none;
}

footer .floatright {
	margin-top: 10px;
}

footer .col3, footer .col3.last {
	float: none;
	width: 100%;
	margin: 0;
}

#footerlogo {
	margin-bottom: 25px;
}

.tabclear {
	clear: both;
}

.tabcenter {
	text-align: center;
}

.tabbr {
	display: inline-block;
}

.tabhide {
	display: none;
}

.leftpic, .rightpic {
	float: none;
	display: block;
	margin: 0 0 50px 0;
	width: 400px;
	max-width: 100%;
}

#sustainability .rightpic, #sustainability2 .rightpic {
	display: block;
	margin: 0 auto 50px auto;
	width: auto;
}

#academy .leftpic {
	float: left;
	display: inline;
	margin: 0 25px 25px 0;
	width: auto;
}

}

@media only screen and (max-width: 750px) {

#aboutimg {
	float: none;
	width: 300px;
	display: block;
	margin: 0 auto;
}

#abouttext {
	float: none;
	width: 100%;
	text-align: center;
}

.featuredimg {
	position: relative;
	top: 0;
	left: 0 !important;
	width: 400px;
	max-width: 100%;
	margin-bottom: 50px;
}

.featuredtext {
	width: 100%;
}

#intro.fp .col2 {
	width: 100%;
}

.col5, .col5.last {
	width: 28.3%;
	margin: 0 2.5% 2.5% 2.5%;
}

.col5.autocol {
	margin-left: 16.65%;
}

.smalltabclear {
	clear: both;
}

.smalltabhide {
	display: none;
}

.tabshow {
	display: block;
}

#main .tabtable {
	overflow-x: auto;
	padding: 0 2.5% 0 0;
}

}

@media only screen and (max-width: 650px) {

#homebg {
	background: url(https://www.korozogroup.com/images/backgrounds/home-mob.jpg?v=1) top center no-repeat;
	background-size: contain;
}

#banner {
	background-position: top right -50px !important;
}

.bluebg, .lightbluebg, .greenbg {
	padding: 25px;
}

.bluebg h2 {
	margin-top: 25px;
}

.col3, .col3.last, .col3.autocol {
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 25px auto;
}

#offices .col3, #offices .col3.last, #academy .col3, #academy .col3.last, footer .col3, footer .col3.last {
	max-width: 100%;
}

#historytop {
	background: url(https://www.korozogroup.com/images/history-top-mob.jpg) top center no-repeat;
	background-size: 300px 209px;
}

#historybottom {
	position: relative;
	top: -30px;
	margin-bottom: -30px;
	background: url(https://www.korozogroup.com/images/history-bottom.jpg) top center no-repeat;
	background-size: 300px 209px;
	height: 209px;
}

.history, .history.floatright {
	float: none;
	width: 95%;
	padding: 0 2.5% 38px 2.5%;
	margin: 30px 0;
	background: url(https://www.korozogroup.com/images/history-spacer.jpg) bottom no-repeat #fff;
	background-size: 300px 38px;
}

.icon {
	height: 80px;
}

.requirement {
	padding: 105px 0 0 0;
	background: url(https://www.korozogroup.com/images/requirement-bg.png) top left no-repeat;
	background-size: 80px 80px;
}

#main ul.overview li, #main ul.logolist li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#academy {
	padding-bottom: 0;
}

#academy .col3 p {
	margin-top: 0;
	padding-top: 10px;
}

#academyoutro {
	padding: 0;
	margin-top: 50px;
}

#academyoutro .lightbluebg {
	padding: 25px;
}

.margin100 {
	margin-bottom: 0;
}

.mobbr {
	display: inline-block;
}

.mobhide {
	display: none;
}

.verify {
	margin-bottom: 10px;
}

}

@media only screen and (max-width: 500px) {

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

.col3, .col3.last, .col4, .col4.last, .col4.autocol {
	float: none;
	width: 100%;
	margin: 0 auto 50px auto;
}

.subpages .col3, .subpages .col4 {
	margin: 0 auto 50px auto !important;
}

.col6, .col6.last {
	width: 45%;
	margin: 2.5%;
}

#toggle a {
	font-size: 1em;
}

#toggle #showtoggle2 {
	width: 40%;
	margin: 0;
}

#tabs h2, #tabs h3 {
	font-size: 1.1em;
}

#tabs h2 a, #tabs h3 a {
	padding: 20px 40px 20px 25px;
}

#tabs .arrow {
	width: 10px;
	height: 6px;
	background: url(https://www.korozogroup.com/images/arrow-white.png) right no-repeat;
	background-size: 10px 6px;
}

.button.wide {
	width: 280px;
	font-size: 1em;
}

.bluebg .button.wide, #tabs .button.wide {
	width: 250px;
	font-size: 1em;
}

.smallmobclear {
	clear: both;
}

.smallmobbr {
	display: inline-block;
}

.smallmobhide {
	display: none;
}

}

@media only screen and (max-width: 450px) {

.col5, .col5.last, .col5.autocol {
	float: none;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 50px auto;
}

}


/* Print Styles */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: none !important; }
  abbr[title]:after { content: none !important; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}