/*================================================================
	CSS dokument - izdelava spletnih strani www.intuitiva.si
================================================================*/

:focus {
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset CSS
----------------------------------------------------------------*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL
----------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	height: 100%;
	font-size: 16px;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5rem;
	font-family: 'Poppins', sans-serif;
	color: rgba(0,0,0,1.00);
	font-weight: 400;
	background: rgba(255,255,255,1.00);
}
a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	position: relative;
}
a:hover {
	color: rgb(52, 186, 246);
	text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: none;
	position: relative;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: rgba(0, 0, 0, 1.00);
	text-decoration: underline;
}
h1, h2, h3, h4 {
	padding: 0;
	line-height: 1.3em;
	font-weight: 400;
}
p, ul, h1, h2, h3, h4 {
	margin: 20px 0;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.5rem;
}
strong {
	font-weight: 700;
}
ol {
	  padding-left: 18px;
}
ol li + li {
	margin-top: 10px;
}
input[type=text], input[type=email], input[type=submit], button, textarea, select {
	font-size: 16px;
	-webkit-appearance: none;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5px 10px;
}
select {
	background-image: url("../img/icons-sort-down.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 24px 24px;
}
@media only screen and (max-width : 1023px) {

	h1 {
		font-size: 2rem;
	}
	h2, .productInfo h1 {
		font-size: 2rem;
	}
	h3, h1 + h2 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.2rem;
	}
	
}

/* CONTENT
----------------------------------------------------------------*/

main {
	display: flex;
	width: 100%;
	flex-flow: column;
}
section {
	display: flex;
	width: 100%;
}
.contentInner p:first-child,
.contentInner ul:first-child,
.contentInner h1:first-child,
.contentInner h2:first-child,
.contentInner h3:first-child,
.contentInner h4:first-child,
.contentInner table:first-child  {
	margin-top: 0;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner h1:last-child,
.contentInner h2:last-child,
.contentInner h3:last-child,
.contentInner h4:last-child,
.contentInner table:last-child {
	margin-bottom: 0;
}
section.hero {
	height: 600px;
	flex-flow: column;
	justify-content: center;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
section.hero .heroInner {
	display: flex;
	width: 100%;
	max-width: 1180px;
	flex-flow: column;
	padding: 20px;
	margin: 0 auto;
	color: #FFF;
	padding-bottom: 60px;
}
section.hero h1 {
	margin: 0;
}
.logo {
	display: block;
	width: 160px;
	height: auto;
}
.btnContainer {
	display: flex;
	margin-top: 30px;
}
a#heroBtn {
	color: rgb(255, 255, 255);
	background-color: rgb(52, 186, 246);
	border: 2px solid rgba(0,0,0,0.2);
	padding: 10px 25px;
	font-size: 1.3rem;
	border-radius: 5px;
}
a#heroBtn:hover {
	background-color: rgba(105,208,255,1.00);
	text-decoration: none;
}
section.intro {
	display: flex;
	width: 100%;
	max-width: 800px;
	margin: -60px auto 0;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	padding: 40px;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	border-radius: 5px;
}
ul {
	display: block;
	margin: 0;
	padding: 0;
}
ul li {
	position: relative;
	margin: 0;
	text-align: left;
	display: block;
	list-style: none;
	padding: 5px 0 5px 24px;
}
ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 16px;
	height: 16px;
	background-image: url("../img/checkmark.svg");
	background-size: cover;
}
section.split {
	display: block;
	width: 100%;
	margin: 60px 0;
}
section.split .splitInner {
	display: flex;
	width: 100%;
	max-width: 980px;
	flex-flow: row wrap;
	margin: 0 auto;
}
.splitCol1, .splitCol2 {
	display: flex;
	width: 50%;
	padding: 0 20px;
}
.splitCol1Inner {
	display: block;
	padding: 0 20px;
	flex-flow: column;
	text-align: center;
}
.splitCol1Inner img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.splitCol2Inner {
	display: flex;
	width: 100%;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	padding: 20px;
	text-align: center;
	border-radius: 5px;
}
section.facts {
	background-color: rgba(0,0,0,0.10);
	padding: 20px 0;
}
section.facts .factsInner {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	max-width: 1180px;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.3em;
	justify-content: center;
}
.fact {
	display: block;
	width: 33.333333%;
	padding: 10px 30px;
	margin: 20px 0;
}
.factIcon {
	float: left;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-right: 8px;
}
.factIcon1 {
	background-image: url("../img/icons-smoking.svg");
}
.factIcon2 {
	background-image: url("../img/icons-calendar.svg");
}
.factIcon3 {
	background-image: url("../img/icons-users.svg");
}
.factIcon4 {
	background-image: url("../img/icons-globe.svg");
}
.factIcon5 {
	background-image: url("../img/icons-stopwatch.svg");
}
section.video {
	display: flex;
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
	margin: 60px auto;
}
section.video h2 {
	text-align: center;
}
.contentVideo {
	display: block;
	width: 100%;
	margin: 0 0 40px 0;
}
section.about {	
	background-color: rgba(0,0,0,0.10);
	padding: 20px 0;
}
section.about h2 {
	text-align: center;
	margin-bottom: 40px;
}
section.about .aboutInner {
	display: flex;
	flex-flow: column;
	width: 100%;
	max-width: 1180px;
	padding: 40px 0;
	margin: 0 auto;
}
.aboutCols {
	display: flex;
	flex-flow: row;
	width: 100%;
}
.aboutCol {
	display: block;
	padding: 0 20px;
}
.aboutCol1 {
	width: 25%;
	min-width: 200px;
	flex-shrink: 0;
}
.aboutCol2 {
	width: 37.5%;
}
.aboutCol3 {
	width: 37.5%;
}
.aboutCol1 img {
	display: block;
	width: 100%;
	height: auto;
}
section.worldwide {
	display: block;
	width: 100%;
	margin: 60px 0;
}
section.worldwide .worldwideInner {
	display: flex;
	width: 100%;
	max-width: 1180px;
	flex-flow: row wrap;
	margin: 0 auto;
}
.worldwideCol {
	display: flex;
	flex-flow: column;
	width: 50%;
	padding: 0 20px;
	justify-content: center;
}
.worldwideCol1 img {
	display: block;
	width: 100%;
	height: auto;
}
.worldwideCol2 h2 {
	color: rgb(5, 107, 170);
	line-height: 1.5em;
}
.worldwideCol2 p {
	font-size: 1.3rem;
	line-height: 1.5em;
}
section.companies {	
	background-color: rgba(0,0,0,0.10);
	padding: 20px 0;
}
section.companies h2 {
	text-align: center;
	margin-bottom: 40px;
}
section.companies .companiesInner {
	display: flex;
	flex-flow: column;
	width: 100%;
	max-width: 1180px;
	padding: 40px 20px;
	margin: 0 auto;
}
.companies img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
}
section.testimonials {
	display: flex;
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
	margin: 60px auto 0;
}
section.testimonials h2 {
	text-align: center;
	margin-bottom: 40px;
}
.testimonialsBox {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.testimonialsItem {
	display: flex;
	flex-flow: row;
	width: 100%;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	padding: 20px;
	text-align: center;
	border-radius: 5px;	
	margin-bottom: 40px;
}
.testimonialsItem:last-of-type {
	margin-bottom: 0;
}
.testimonialsItemImg {
	display: flex;
	flex-flow: column;
	width: 30%;
}
.testimonialsItemText {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 70%;
	text-align: left;
	padding-left: 20px;
}

.testimonialsItemText p {
	margin: 0;
}
.testimonialsItemImg img {
	display: block;
	width: 100%;
	height: auto;
}
.error-mesage {
	background: #dc1a4c;
	color: white;
	padding: 10px;
	font-size: 0.75rem;
	line-height: 1.4em;
	position: fixed;
	width: 100%;
	z-index: 100;
	text-align: center;
}
input.btn {
	color: rgb(255, 255, 255);
	background-color: rgb(52, 186, 246);
	border: 2px solid rgba(0,0,0,0.2);
	padding: 5px 10px;
	font-size: 1.3rem;
	border-radius: 5px;
	width: 100%;
	-webkit-appearance: none;
	margin-top: 20px;
}
input.btn:hover {
	cursor: pointer;
	background-color: rgba(105,208,255,1.00);
	text-decoration: none;
}
.webinarForm {
	display: flex;
	flex-flow: column;
	justify-content: center;
}
/* FOOTER
----------------------------------------------------------------*/

footer {
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 0.875rem;
	line-height: 1.5em;
	text-align: center;
}

/* MEDIA QUERIES
----------------------------------------------------------------*/

@media only screen and (min-width: 1620px) {}
@media only screen and (min-width: 1461px) {}
@media only screen and (max-width: 1460px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1280px) {}
@media only screen and (max-width: 1080px) {}
@media only screen and (max-width: 1023px) {

.splitCol1, .splitCol2 {
	width: 50%;
}
.fact {
  width: 50%;
}
	
	
}
@media only screen and (max-width: 950px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (max-width: 767px) {
	
section.hero {
	background-size: cover;
	background-position: right;
}
section.split .splitInner {
	flex-flow: column;
}
.splitCol1, .splitCol2 {
	width: 100%;
}
.splitCol1 {
	margin-bottom: 40px;
}
.fact {
  width: 100%;
	padding: 0px;
}
section.worldwide .worldwideInner {
	flex-flow: column;
}
.worldwideCol {
	width: 100%;
}
	
}
@media only screen and (min-width : 568px) {}
@media only screen and (max-width : 567px) {
	
	.aboutCols {
		flex-flow: column;
	}
	.aboutCol1, .aboutCol2 {
		width: 100%;		
	}
	.aboutCol + .aboutCol {
		margin-top: 20px;
	}
}
@media only screen and (max-width : 460px) {}
@media only screen and (max-width : 374px) {}
