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

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);

:focus {
	outline: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F1F3F4;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body.noBgColor {
	background-color: #FFF;
}
a {
	color: #363a78;
	text-decoration: underline;
}
a:hover {
	color: #EE8D3F;
	text-decoration: none;
}
a:hover span {
	color: #333;
}
a.linkArrow {
	padding-right: 21px;
	background-image: url(../img/bulletLink.png);
	background-repeat: no-repeat;
	background-position: right;
}
p {
	line-height: 1.5em;
	margin: 20px 0;
}
p.subtitle {
	padding: 0 10px 20px;
	text-align: justify;
}
p.subtitle2 {
	padding: 0 10px;
	text-align: justify;
	margin-bottom: 0;
}
h1, h2, h3, h4 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}
h1 {
	font-size: 2.6em;
	margin-bottom: 20px;
}
h2 {
	font-size: 2em;
}
h2.contentTitle {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
h3 {
	font-size: 1.6em;
}
.shadow {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
}

/* HEADER
----------------------------------------------------------------*/

#headerBox {
	display: block;
	width: 100%;
	height: 120px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	font-size: 0.88em;
}
#header {
	display: block;
	max-width: 1240px;
	margin: 0 auto;
	height: 120px;
	padding: 0 20px;
	position: relative;
}
#header #logo {
	display: block;
	float: left;
	width: 230px;
	height: 80px;
	position: absolute;
	margin-top: 20px;
	z-index: 20;
}
#header #logo img {
	width: 230px;
	height: 80px;
}
#headerMenuBox {
	display: block;
	float: right;
}
#headerContacts {
	display: block;
	float: right;
	padding-top: 30px;
}
#headerContacts a {
	text-decoration: none;
	padding: 4px 0 4px 10px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: 20px 0;
	background-size: contain;
}
#headerContacts a.headerFb {
	background-image: url(../img/icon-facebook.svg);
	padding-left: 52px;
}
#headerContacts a:hover {
	text-decoration: underline;
	color: #EE8D3F;
}
#headerMenu {
	display: block;
	clear: right;
	float: right;
	text-align: right;
	margin-top: 26px;
}
#headerMenu span {
	color: #ddd;
	padding: 0 10px;
}
#headerMenu a {
	color: #666;
	text-decoration: none;
	padding: 4px 0;
}
#headerMenu a:hover {
	color: #363a78;
	text-decoration: underline;
}
#headerMenu a#headerBtn06 {
	background-image: url(../img/finstral-logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 120px;
	background-position: 0 4px;
}
/* SECONDARY MENU */

#heroMenuContainer {
	display: block;
	max-width: 1240px;
	height: 90px;
	margin: 20px auto 0;
	padding: 0 20px;
	position: relative;
	font-size: 0.88em;
}
#heroMenuContainer.menuHome {
	position: absolute;
}
#heroMenu {
	display: block;
	width: 100%;
	height: 100%;
}
#heroMenu a {
	display: block;
	float: left;
	width: 16.66%;
	height: 100%;
	border-right: 1px solid #eceff0;
	color: #363a78;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
}
#heroMenu a:hover, #heroMenu a.hovered, #heroMenu a.selected {
	background-color: #f2f2f2;
	border-bottom: 4px solid #f2f2f2;
	color: #EE8D3F;
}
#heroMenu a.selected {
	font-weight: bold;
	font-weight: 700;
	background-color: #fff;
	border-bottom: 4px solid #EE8D3F;
}
#heroMenu a.selected.hovered {
	background-color: #f2f2f2;
}
#heroMenu a.selected:hover {
	background-color: #f2f2f2;
}
#heroMenu a:last-of-type {
	border-right: none;
	width: 16.67%;
}
#heroMenu a span {
	display: block;
	text-transform: none;
	color: #666;
	font-weight: 400;
	font-size: 0.9em;
	padding-top: 5px;
	line-height: 1.2em;
}
.dropDownItemContainer {
	display: block;
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 100;
	padding: 0 20px;
}
.dropDownSplit {
	display: block;
	float: left;
	width: 50%;
}
.dropDownItem {
	display: block;
	width: 100%;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 10px 0;
}
a.dropDownItemBtn {
	display: block;
	float: left;
	padding: 10px;
	width: 25%;
	text-decoration: none;
}
.col5 a.dropDownItemBtn {
	width: 20%;
}
.dropdownItemBtnX {
	display: block;
	width: 100%;
	padding: 10px;
}
a.dropDownItemBtn2 {
	display: block;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	background-color: #fff;
}
a.dropDownItemBtn img {
	display: block;
	width: 100%;
	height: auto;
}
a.dropDownItemBtn2 img {
	display: block;
	width: 30%;
	height: auto;
	float: left;
}
.dropDownItemBtn2Text {
	display: block;
	float: left;
	width: 70%;
	padding-left: 10px;
	padding-top: 10px;
}
.dropDownBtnTitle {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #EE8D3F;
}
.dropDownBtnTitle:hover {
	background-color: #363A78;
}
#dropDown5 a.dropDownItemBtn, #dropDown4 a.dropDownItemBtn {
	width: 50%;
}
#dropDown6 a.dropDownItemBtn {
	width: 16.66%;
}
#dropDownSplit1 a.dropDownItemBtn {
	width: 33.33%;
}
a.dropDownItemBtn2 .dropDownItemBtn2Desc {
	color: #333;
}

/* MOBILE MENU */

#mobileMenuBtn {
	display: none;
	width: 60px;
	height: 60px;
	background-image: url(../img/icon-menu.svg);
	background-repeat: no-repeat;
	background-position: -2px -2px;
	background-size: 64px 192px;
	float: right;
	margin-right: -10px;
	cursor: pointer;
}
#mobileMenuBtn:hover {
	background-color: rgba(0,0,0,0.1);
}
#mobileMenuBtn.active {
	background-position: -2px -66px;
	background-color: #363A78;
}
#mobileMenuContainer {
	display: block;
	width: 100%;
	background-color: #363A78;
}
#mobileMenuBox {
	display: block;
	width: 100%;
	text-transform: uppercase;
}
#mobileMenuBox div.mobileMenu1, #mobileMenuBox div.mobileMenu2 {
	display: block;
	float: left;
	width: 100%;
}
#mobileMenuBox div.mobileMenu2 {
	width: 50%;
}
#mobileMenuBox a {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.10);
	color: #fff;
	padding: 20px;
	text-decoration: none;
	text-align: center;
}
#mobileMenuBox a:hover {
	background-color: rgba(255,255,255,0.10);
}
.mobileMenuBorder {
	border-left: 1px solid rgba(255,255,255,0.10);
}

/* MOBILE MENU */

#crumblineContainer {
	display: block;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
#crumbline {
	display: block;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #E2E2E2;
	color: #666;
	font-size: 0.9em;
}
#crumbline a {
	color: #EE8D3F;
	text-decoration: none;
}
#crumbline a:hover {
	color: #363A78;
}
.crumbArrow {
	padding: 0 8px;
	color: #999;
}

/* SLIDER */

#sliderContainer {
	display: block;
	width: 100%;
}
#heroMenuHomePositioning {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 9999;
}
#wrapper.home #heroMenuContainer {
	margin: 20px auto 0;
}
#wrapper.home #heroMenu.shadow {
	background-color: rgba(254,254,254,0.90);
}
.royalSlider {
	width: 100%;
	height: 700px !important;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	border-color: #363a78;
}

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

	#heroMenu a {
		text-align: center;
	}
	#heroMenu a span {
		display: none;
	}
	#heroMenuContainer {
		height: 70px;
	}
	.dropDownItemContainer {
		top: 70px;
	}

}

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

	#mobileMenuContainer {
		display: none;
	}

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

	#headerBox, #header {
		height: 60px;
	}
	#header {
		padding: 0 10px;
	}
	#header #logo {
		display: none !important;
	}
	#mobileLogo {
		display: block !important;
		float: left;
		width: 176px;
		height: 100%;
		position: absolute;
		z-index: 20;
		background-image: url(../img/termodom-mobile-logo.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left 0 top 8px;
	}
	#mobileMenuBtn {
		display: block !important;
	}
	#heroMenuContainer {
		display: none;
	}
	.royalSlider {
		height: 400px !important;
	}
	.rsDefault .rsArrow {
		display: none!important;
	}

	/*MOBILE MENU*/
	#headerMenuBoxBg, #menuContainer {
		display: none;
	}
	#menuContainer {
		background-color: #323232;
	}

	/*CRUMBLINE*/
	#crumblineContainer {
		display: none;
	}

}

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

	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.4em;
	}

}

section {
	display: flex;
	width: 100%;
}
section.grey {
	background-color: rgba(242, 242, 242, 1.00);
	border-top: 1px solid rgba(60, 60, 59, 0.20);
	border-bottom: 1px solid rgba(60, 60, 59, 0.20);
	padding: 40px 0;
}
section.title {
	margin-top: 40px;
}
section.title h1 {
	text-align: center;
	margin: 0 auto;
}
.contentContainer {
	margin-top: 40px;
	flex-flow: column;
}
.contentInner {
	display: block;
	width: 100%;
	max-width: 1460px;
	padding: 0 20px;
	margin: 0 auto;
	line-height: 1.2em;
}
.contentInnerHeroImg {
	display: block;
	width: 100%;
	height: auto;
}
.contentContainer h1, .contentContainer h2, .contentContainer h3, .contentContainer h4 {
	margin: 0 0 20px 0;
}
.contentContainer h4:last-of-type {
	margin: 0;
}
.contentInner p a, .contentInner ul a {
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px dotted rgba(60, 60, 59, 1.00);
}
.contentInner p a:hover, .contentInner ul a:hover {
	text-decoration: none;
	border-bottom: 1px solid rgba(60, 60, 59, 1.00);
}
.contentInner .center {
	text-align: center;
}
.center {
	text-align: center;
}
/* SHARE */
.newsShareBox {
	display: flex;
	flex-flow: row;
	width: 100%;
	margin-top: 60px;
	justify-content: center;
	position: relative;
}
.newsShareTitle {
	position: absolute;
	display: flex;
	color: #999;
	font-size: 0.75rem;
	white-space: nowrap;
	flex-flow: column;
	justify-content: center;
	bottom: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.newsShare {
	display: flex;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.3;
	margin: 8px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.newsShare.newsShareFb {
	background-image: url('/img/icon-share-facebook.svg');
}
.newsShare.newsShareTwitter {
	background-image: url('/img/icon-share-twitter.svg');
}
.newsShare.newsSharePinterest {
	background-image: url('/img/icon-share-pinterest.svg');
}
.newsShare.newsShareLinkedin {
	background-image: url('/img/icon-share-linkedin.svg');
}
.newsShare.newsShareMail {
	background-image: url('/img/icon-share-mail.svg');
}
.newsShare:hover {
	opacity: 1;
	cursor: pointer;
}
/* NEWS PAGINATION */
#newsPagination {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 20px 0;
}
.newsPaginationInner {
	display: flex;
	flex-flow: row;
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
	justify-content: center;
}
.nextPost {
	position: relative;
	color: rgba(60,60,59,1);
	text-align: center;
}
.nextPost span {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 110%;
	color: #999;
	font-size: 0.75rem;
	white-space: nowrap;
}
/* MASONRY PHOTO GALLERY */
#photoGallery {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
}
.grid-item {
	display: block;
    width: 33.33%;
    height: auto;
	padding: 10px;
}
.grid-item a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.grid-item  img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.grid-item:hover img {
	transform: scale(1.1);
}
/* CONTENT WIDTHS
----------------------------------------------------------------*/
.width12 {
	max-width: 1460px;
}
.width10 {
	max-width: 1220px;
}
.width8 {
	max-width: 980px;
}
.width6 {
	max-width: 740px;
}
.width4 {
	max-width: 500px;
}
.width2 {
	max-width: 260px;
}
/* NEWS
----------------------------------------------------------------*/
.newsItemBlock, .newsItemBox {
	display: flex;
	width: 100%;
	flex-flow: column;
}
.newsItemBlock {
	margin-bottom: 40px;
}
.newsList .newsItemTitle, .newsItem .newsItemTitle, .newsItem .newsItemSubtitle {
	display: block;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}
.newsList .newsItemTitle, .newsItem .newsItemSubtitle {
	margin-bottom: 40px;
}
.newsItemSubtitle h2 {
	font-size: 1.5em;
}
.newsItemTitle h1 a {
	text-decoration: none;
}
.newsItemTitle h1 a:hover {
	text-decoration: underline;
}
.newsItemDate {
	display: block;
	letter-spacing: 1px;
	font-size: 0.75rem;
	color: #999;
	margin-bottom: 30px;
	text-align: center;
}
a.newsItemImg {
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
}
a.newsItemImg img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.newsItemImg:hover img {
	transform: scale(1.05);
	cursor: pointer;
}
.newsGallery, .newsGallery img {
	display: block;
	width: 100%;
	height: auto;
}
.newsItemContent {
	display: flex;
	width: 80%;
	flex-flow: column;
	margin: 40px auto 0;
	line-height: 1.6em;
}
.newsItemContent h1, .newsItemContent h2, .newsItemContent h3, .newsItemContent h4 {
	margin-bottom: 20px;
}
.newsItemContent ul {
	list-style: disc;
	margin: 20px 0;
	padding-left: 32px;
}
.newsItemContent h2 {
	font-size: 2em;
}
.newsItemContent h3 {
	font-size: 1.5em;
	font-weight: 600;
}
.newsItemText {
	display: block;
	/*font-size: 1.2rem;*/
}
.newsItemText figure {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 20px 0;
}
.newsItemText figure figcaption {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 0.875em;
	line-height: 1.2em;
}
.newsItemText img {
	display: block;
	width: 100%;
	height: auto;
}
.newsItemText a.readMore {
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	border-bottom: 1px dotted rgba(60, 60, 59, 1.00);
}
.newsItemText a.readMore:hover {
	text-decoration: none;
	border-bottom: 1px solid rgba(60, 60, 59, 1.00);
}
.newsItemBlock:last-of-type {
	margin-bottom: 20px;
}
/* NEWS LIST HOME */
.homeArticles {
	/*background: rgb(242, 242, 242);
	background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
}
.homeArticles .articleListGrid {
	display: flex;
	position: relative;
	flex-flow: row nowrap;
	padding: 20px 0 0;
	width: 100%;
}
.homeArticles .newsItemBlock {
	width: 50%;
	padding: 0 10px;
}
.homeArticles .newsItemTitle {
	width: 100%;
	margin-top: 20px;
}
.homeArticles .newsItemTitle h3 {
	font-size: 1.6rem;
	margin: 0;
}
.homeArticles .newsItemContent {
	margin: 10px 0 0 0;
	width: 100%;
}
.homeArticles .newsItemText {
	font-size: 1rem;
}
/* PAGINATION
----------------------------------------------------------------*/
#pagination {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 40px;
}
.paginationInner {
	display: flex;
	flex-flow: row;
	width: 100%;
	max-width: 1460px;
	padding: 0 20px;
	margin: 0 auto;
	justify-content: center;
}
.paginationInner.split {
	justify-content: space-between;
}
#pagination .padding {
	padding: 8px 20px 0;
	color: #999;
}
#pagination a, .paginationDots {
	text-decoration: none;
	min-width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 0 2px;
	padding: 0 5px;
	font-size: 1.2em;
	transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#pagination a.paginationPrev, #pagination a.paginationNext {
	padding: 0 20px;
}
#pagination a:hover, #pagination a.active {
	background-color: rgba(60, 60, 59, 1.00);
	color: #fff;
}
#pagination .paginationDots {
	color: rgba(0, 0, 0, 0.30);
	letter-spacing: 3px;
}
/* CONTENT
----------------------------------------------------------------*/

#wrapper {
	display: block;
	max-width: 1240px;
	margin: 0 auto 40px;
	position: relative;
	padding: 0 10px;
}
#wrapper.home {
	width: 100%;
	max-width: 1980px;
	padding: 0;
}
#wrapper h1.title {
	padding: 30px 10px 0;
	color: #323232;
	font-weight: 400;
	max-width: 1240px;
	margin: 0 auto 20px;
}
#wrapper h3.title {
	font-size: 1.4em;
	padding: 10px 10px 0;
	font-weight: 700;
	margin: 0 auto;
}
.contentBox {
	display: block;
}
.contentBox.items {
	display: flex;
	flex-flow: row wrap;
}
#wrapper h2.title {
	margin: 0 auto;
	padding: 0px 10px 0;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 40px;
}
.contentBoxPadding {
	display: block;
	padding: 0 10px;
}
.contentVideo {
	display: block;
	width: 100%;
	padding: 0 10px;
	margin: 15px 0;
}

/* HERO BOX ON TOP*/

#heroContainer {
	display: block;
	padding: 0 10px;
	position: relative;
}
#contentHero {
	display: block;
	width: 100%;
	background-color: #fff;
}
#contentHeroAlternative {
	display: block;
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
}
#contentHeroNoImg {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	min-height: 230px;
}
#contentHeroNoImg.planar {
	min-height: 310px;
}
.contentHeroImg {
	display: block;
	position: relative;
	float: left;
	width: 66.66%
}
.contentHeroImg img {
	display: block;
	width: 100%;
	height: auto;
}
#contentHero .contentHeroDescription, #contentHeroAlternative .contentHeroDescription {
	display: block;
	float: right;
	width: 33.34%;
	padding: 30px;
}
#contentHeroNoImg .contentHeroDescription {
	display: block;
	float: right;
	width: 80%;
	padding: 30px 30px 0;
}
.contentHeroDescription li {
	line-height: 1.5em;
}
/* HERO MENU */

#productMenu {
	display: block;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 10;
	width: 20%;
	background-color: #fff;
	list-style: none;
	padding: 15px;
	margin: 0 0 40px 0;
}
#productMenu .submenu-3 {
	float: left;
	width: 48%;
	margin-right: 2%;
}
#productMenu li a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
	color: #666;
	text-decoration: none;
}
#productMenu li a.selected {
	color: #EE8D3F;
	font-weight: 700;
}
#productMenu li a.productMenuTitle {
	color: #EE8D3F;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 1.2em;
}
#productMenu li a:hover {
	color: #EE8D3F;
}
#productMenu li a.productMenuTitle:hover {
	color: #363A78;
}
#productMenu li:first-of-type a, #productMenu li:last-of-type a {
	border: none;
}

/* PRODUCT MENU */

#productFeaturesMenuContainer {
	display: block;
	width: 100%;
	padding: 0 10px;
	margin: 30px 0 0;
}
#productFeaturesMenu {
	display: block;
	width: 100%;
	height: 64px;
}
#productFeaturesMenu a {
	display: block;
	float: left;
	width: 25%;
	background-color: #fff;
	text-align: center;
	height: 64px;
	padding-top: 23px;
	border-left: 1px solid #e2e2e2;
	text-decoration: none;
}
#productFeaturesMenu.double a {
	width: 50%;
}
#productFeaturesMenu.triple a {
	width: 33.33%;
}
#productFeaturesMenu a:first-of-type {
	border: none;
}
#productFeaturesMenu a:hover, #productFeaturesMenu a.selected {
	background-color: #e2e2e2;
	color: #333;
	font-weight: 700;
}
#productFeaturesMenu a.selected {
	background-color: #363a78;
	color: #fff;
}

/* FEATURES WITH IMAGES */

.featureBoxLeft, .featureBoxRight, .featureImgLeft, .featureImgRight {
	display: block;
	float: left;
	width: 66.66%;
	margin-top: 40px;
}
.featureBoxNoImg {
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}
.featureImgLeft, .featureImgRight {
	width: 33.34%;
	clear: both;
}
.featureImgLeft {
	padding-right: 20px;
}
.featureImgRight {
	padding-left: 20px;
}
.featureBoxRight, .featureImgRight {
	float: right;
}
.featureImgLeft img, .featureImgRight img {
	display: block;
	width: 100%;
	height: auto;
}
.featuresBoxContent {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 8%;
	min-height: 380px;
}
.featuresBoxContent h2 {
	color: #363A78;
}
.featureBoxNoImg .featuresBoxContent {
	padding: 5.4%;
}

/* IZJEMA ZA DODANO VREDNOST PRI ZIMSKIH VRTOVIH */

.glassRoomsAddedValues .featureBoxLeft, .glassRoomsAddedValues .featureBoxRight {
	width: 54%;
}
.glassRoomsAddedValues .featureImgLeft, .glassRoomsAddedValues .featureImgRight {
	width: 46%;
}

/* SURFACES & HANDLES */

.surfaceItem, .handleItem {
	display: block;
	float: left;
	width: 25%;
	padding: 10px;
	margin-top: 20px;
}
@media only screen and (min-width : 950px) {
	.handleItem:nth-child(4n+1) {
		clear: both;
	}
}
@media only screen and (min-width : 1024px) {
	.doorItem:nth-child(4n+1) {
		clear: both;
	}
}

.surfaceItem img {
	display: block;
	width: 100%;
	height: auto;
}
.gridDivider {
	display: block;
	clear: both;
	padding-top: 40px;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 10px;
}
.surfaceItem h4, .handleItem h4 {
	font-weight: 700;
	padding-top: 10px;
}
/*#surfacesContainer h1, #surfacesContainer2 h1 {
	padding: 20px 10px 0 10px;
}*/
.handleImg {
	display: block;
	width: 100%;
	height: 240px;
	background-color: #FFF;
	padding: 20px;
}
.handleImg img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.handleItem ul {
	padding-left: 20px;
	list-style-type: square;
	margin: 10px 0 0 0;
}
/* CATALOGUE */

.catalogueItem {
	display: block;
	float: left;
	width: 20%;
	padding: 30px;
	/*background-image: url(../img/icon-download.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 50% 47%;*/
}
.catalogueItem:nth-of-type(5n+1) {
	clear: both;
}
.catalogueItem a {
	text-decoration: none;
}
.catalogueItem img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.catalogueItem a:hover img {
	/*opacity: 0.6;*/
	transform: scale(1.05);
}
.catalogueItem h4 {
	display: inline-block;
	font-weight: 700;
	padding-top: 20px;
}
.catalogueItem span {
	display: inline-block;
	color: #999;
	padding-top: 10px;
}
.catalogueItem a span:hover {
	text-decoration: none;
}

/* PRODUCT */

.productCol1, .productCol2, .productCol3, .productCol4 {
	display: block;
	float: left;
	width: 15%;
	padding-right: 20px;
}
.productCol1 img, .productCol2 img {
	display: block;
	width: 100%;
	height: auto;
}
.productCol2 {
	width: 35%;
}
.productCol3 {
	width: 30%;
}
.productCol4 {
	width: 20%;
	background-color: #e2e2e2;
	padding: 20px;
	min-height: 218px;
}
.productCol4 div {
	display: block;
	float: left;
	width: 100%;
	padding-left: 50px;
	margin-bottom: 30px;
	background-image: url(../img/toplotna-izolativnost.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 0;
	min-height: 40px;
}
.productCol4 div:nth-of-type(2) {
	background-image: url(../img/zvocna-izolativnost.png);
	margin-bottom: 0;
}
.productCol4 span.point1 {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #363a78;
	margin: 8px 4px 8px 0;
}
.productCol4 span.point2 {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #363a78;
	margin: 8px 4px 8px 0;
}

/* QUALITY */

.qualityItem {
	display: block;
	float: left;
	padding: 20px 10px 0 10px;
	width: 33.33%;
}
.qualityContent {
	display: block;
	width: 100%;
	background-color: #444;
	min-height: 360px;
	color: #fff;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.qualityContent h2 {
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 74px;
}
.qualityContent p {
	font-size: 1.3em;
}
.qualityItem1 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-toplotna-izolativnost.jpg);
}
.qualityItem2 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-solarna-zascita.jpg);
}
.qualityItem3 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-zascita-proti-vetru-in-dezju.jpg);
}
.qualityItem4 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-zvocna-izolativnost.jpg);
}
.qualityItem5 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-proti-vlomno-steklo.jpg);
}
.qualityItem6 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-zascita-proti-poskodbam.jpg);
}
.qualityItem7 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-izdelano-po-narocilu.jpg);
}
.qualityItem8 .qualityContent {
	background-image: url(../slike/kvaliteta/finstral-izdelano-po-narocilu.jpg);
}
.qualityItem1 h2 {
	background-image: url(../slike/kvaliteta/ikona-finstral-toplotna-izolativnost.png);
}
.qualityItem2 h2 {
	background-image:url(../slike/kvaliteta/ikona-finstral-solarna-zascita.png);
}
.qualityItem3 h2 {
	background-image: url(../slike/kvaliteta/ikona-finstral-zascita-proti-vetru-in-dezju.png);
}
.qualityItem4 h2 {
	background-image: url(../slike/kvaliteta/ikona-finstral-zvocna-izolativnost.png);
}
.qualityItem5 h2 {
	background-image: url(../slike/kvaliteta/ikona-finstral-proti-vlomno-steklo.png);
}
.qualityItem6 h2 {
	background-image:url(../slike/kvaliteta/ikona-finstral-zascita-proti-poskodbam.png);
}
.qualityItem7 h2 {
	background-image:url(../slike/kvaliteta/ikona-finstral-izdelano-po-narocilu.png);
}
.qualityItem8 h2 {
	background-image:url(../slike/kvaliteta/finstral-reliability.png);
}

/* ACCESSORIES */

.itemBox .itemContent.itemAccordion {
	padding: 0px;
}
.itemAccordion {
	margin-top: 20px;
}
.itemAccordion .contentHeader {
	background-color: #e2e2e2;
	padding: 15px;
	font-weight: 700;
	color: #363a78;
	background-image: url(../img/icon-accordion-opened.svg);
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	background-size: 32px 32px;
}
.itemAccordion .contentHeader:hover {
	background-image: url(../img/icon-accordion-opened-hover.svg);
	background-color: #363a78;
	color: #fff;
	cursor: pointer;
}
.itemAccordion .contentHeader.open {
	background-image: url(../img/icon-accordion-closed.svg);
}
.itemAccordion .contentHeader.open:hover {
	background-image: url(../img/icon-accordion-closed-hover.svg);
}
.itemAccordion .contentRow {
	padding: 20px 35px 35px !important;
}
.itemAccordion .contentRow.open {
	display: block !important;
}
.itemAccordion .contentRow.closed {
	display: none !important;
}
.accordionContentGroup {
	display: block;
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.accordionContentGroup h2 {
	margin: 20px 0 20px;
}
.accordionContentGroup:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

/* DOOR MODEL */

.doorItem {
	display: block;
	float: left;
	width: 25%;
	padding: 20px 10px 0 10px
}
.doorImg {
	display: block;
	margin-bottom: 20px;
}
.doorImg img {
	display: block;
	margin: 0 auto;
	width: 60%;
	height: auto;
}
.doorImg.wide img {
	width: 100%;
}
.doorImg.thin img {
	width: 32%;
}
.doorTable {
	display: block;
	width: 100%;
	background-color: #fff;
	font-weight: 700;
}
.doorTable .tableRow2 {
	background-color: #f2f2f2;
}
.doorTable .tableRow {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}
.doorTable .tableCol {
	display: block;
	float: left;
	width: 15%;
}
.doorTable .tableCol1 {
	width: 55%;
}
.doorTable .tableCol2, .doorTable .tableCol3, .doorTable .tableCol4 {
	text-align: center;
}

/* FORM */

#contentForm {
	display: block;
}
#form {
	display: block;
	float: left;
	width: 100%;
}
.formCol, .formEmpty {
	display: block;
	float: left;
	width: 33.33%;
	padding: 10px;
}
#customForm>div:nth-of-type(3n+1) {
	clear: left;
}
.formCol input[type="checkbox"] {
	margin: 5px 10px 5px 0;
}
.formObvezno {
	font-weight: bold;
	color: #E10003;
	padding-left: 4px;
}
input.textbox, textarea {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	font-size: 1em;
	line-height: normal;
}
input.textbox {
	height: 32px;
}
input.button {
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #363a78;
	border: none;
	color: #fff;
	height: 44px;
	padding: 0 50px;
	font-size: 1.2em;
}
input.button:hover {
	cursor: pointer;
}
.formValidation {
	padding: 10px;
	font-weight: bold;
	color: #E10003;
	padding-bottom: 10px !important;
}

/* OWL */

.owlContainer, #owlFrame {
	display: block;
	margin: 20px 10px 40px;
}
.owlContainerArreda {
	max-width: 748px;
	margin: 20px auto 40px;
}
.owlItem {
	display: block;
	padding: 30px 30px 10px 30px;
	/*border-right: 1px solid #f2f2f2;*/
}
.owlItem.gallery {
	padding: 0 0 10px 0;
	height: auto;
}
.owlItem.gallery img {
	width: 100%;
	height: auto;
}
.owlItem p {
	margin-bottom: 0;
}
.owlTitleWithImg {
	display: block;
	padding-left: 59px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #363A78;
	font-size: 1.4em;
	line-height: 1.2em;
	min-height: 44px;
	vertical-align: center;
}
.owlTitleIcon1 {
	background-image: url(../slike/ikone/icon-01.png);
}
.owlTitleIcon2 {
	background-image: url(../slike/ikone/icon-02.png);
}
.owlTitleIcon3 {
	background-image: url(../slike/ikone/icon-04.png);
}
.owlTitleIcon4 {
	background-image: url(../slike/ikone/icon-03.png);
}
.owlTitleIcon5 {
	background-image: url(../slike/ikone/icon-07.png);
}
.owlTitleIcon6 {
	background-image: url(../slike/ikone/icon-13.png);
}
.owlTitleIcon7 {
	background-image: url(../slike/ikone/icon-10.png);
}
.owlTitleIcon8 {
	background-image: url(../slike/ikone/icon-11.png);
}

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

	.catalogueItem {
		padding: 20px;
	}
	.doorItem {
		width: 33.33%;
	}

}

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

	.contentHeroImg, #contentHero .contentHeroDescription, #contentHeroAlternative .contentHeroDescription {
		width: 50%;
	}
	.surfaceItem, .handleItem {
		width: 33.33%;
	}
	.contentHeroDescription p:last-of-type {
		margin-bottom: 0;
	}
	.productCol1 {
		width: 30%;
	}
	.productCol2 {
		width: 70%;
		padding-right: 0;
	}
	.productCol3 {
		width: 60%;
		padding-top: 20px;
	}
	.productCol4 {
		width: 40%;
		min-height: auto;
	}
	.qualityItem {
		width: 50%;
	}
	.catalogueItem {
		width: 25%;
	}
	.catalogueItem:nth-of-type(5n+1) {
		clear: none;
	}
	.catalogueItem:nth-of-type(4n+1) {
		clear: both;
	}

}
@media only screen and (min-width : 768px) and (max-width : 949px) {
	.handleItem:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.doorItem:nth-child(3n+1) {
		clear: both;
	}
}
@media only screen and (max-width : 767px) {
	.handleItem:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width : 767px) {
	.doorItem:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width : 767px) {
	.newsItemTitle, .newsItemContent {
		padding-left: 10px;
		padding-right: 10px;
	}
	.newsItemContent {
		width: 100%;
		margin: 20px 0 0;
	}
	/* MASONRY PHOTO GALLERY */
	.contentInner.photoGallery {
		padding: 0 5px;
	}
	.grid-item {
		width: 50%;
		padding: 5px;
	}
/* NEWS */
	.homeArticles .articleListGrid {
		flex-flow: column;
	}
	.homeArticles .newsItemBlock {
		width: 100%;
		padding: 0;
	}
	.homeArticles .articleListGrid {
		padding: 20px 0 0;
		max-width: 500px;
		margin: 0 auto;
	}
	.newsItemText a.readMore {
		margin-top: 10px;
	}
	.homeArticles .newsItemBlock:last-of-type .newsItemBox {
		margin-bottom: 0;
	}
	.newsList .newsItemTitle, .newsItem .newsItemTitle, .newsItem .newsItemSubtitle {
		margin: 0;
		width: 100%;
	}
	.newsItemDate {
		margin-bottom: 20px;
	}
	.newsItemContent {
		width: 100%;
		margin: 20px 0 0;
	}
	.compactVehicleBoxContainer {
		padding: 5px;
	}
	.contentInner {
		padding: 0 10px;
	}
	.contentInner.compactVehicleGrid {
		padding: 0 5px;
	}
	#contentHeroNoImg {
		margin-bottom: 0px;
		min-height: auto;
	}
	.contentHeroImg, #contentHero .contentHeroDescription, #contentHeroAlternative .contentHeroDescription, #contentHeroNoImg .contentHeroDescription {
		width: 100%;
	}
	#contentHero .contentHeroDescription, #contentHeroAlternative .contentHeroDescription {
		padding: 8%;
	}
	#contentHeroNoImg .contentHeroDescription {
		padding: 10px 0 0 0;
	}
	#wrapper {
		margin: 10px auto;
		padding: 0;
	}
	#wrapper.home {
		margin-bottom: 0;
		margin-top: 0;
	}
	#productMenu {
		display: block;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
		list-style: none;
		padding: 15px;
		margin: 0;
		-webkit-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
		box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}
	#wrapper h2.title {
		margin-top: 20px;
	}
	.surfaceItem, .handleItem {
		width: 50%;
	}
	.gridDivider {
		padding-top: 20px;
	}
	.catalogueItem {
		padding: 10px;
	}
	.doorItem {
		width: 50%;
	}
	#contentHeroNoImg.planar {
		min-height: 0px;
	}
	.formCol {
		width: 100%;
		padding-bottom: 0;
	}
	.formCol input.textbox {
		width: 60%;
	}
	.formEmpty {
		display: none;
		float: none;
		padding: 0;
		margin: 0;
	}
	.formCol2 {
		float: right;
	}
	#customForm>div:nth-of-type(3n+1) {
		clear: none;
	}

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

	.productCol1 {
		width: 30%;
	}
	.productCol2 {
		width: 70%;
		padding-right: 0;
	}
	.productCol3 {
		width: 100%;
		padding-top: 20px;
	}
	.productCol4 {
		width: 100%;
	}
	.productCol4 div {
		float: left;
		width: 50%;
	}
	.qualityItem {
		width: 100%;
	}
	.qualityContent {
		min-height: auto;
	}
	.catalogueItem {
		width: 33.33%;
	}
	.catalogueItem:nth-of-type(4n+1) {
		clear: none;
	}
	.catalogueItem:nth-of-type(3n+1) {
		clear: both;
	}

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

	#wrapper h1.title {
		font-size: 2em;
		padding-top: 10px;
		margin-bottom: 5px;
	}
	.itemBox .itemContent a img	#contentHero, #contentHeroAlternative {
		margin: 10px 0 10px;
	}
	.featureBoxLeft, .featureBoxRight, .featureImgLeft, .featureImgRight {
		width: 100%;
	}
	.glassRoomsAddedValues .featureBoxLeft, .glassRoomsAddedValues .featureBoxRight, .glassRoomsAddedValues .featureImgLeft, .glassRoomsAddedValues .featureImgRight {
		width: 100%;
	}
	.featureBoxLeft, .featureBoxRight {
		margin-top: 0;
	}
	.featureImgLeft, .featureImgRight {
		padding: 0;
		margin-top: 10px;
	}
	.featureBoxNoImg {
		margin-top: 10px;
	}
	.featureBoxNoImg .featuresBoxContent {
		padding: 8%;
	}
	p.subtitle {
		padding-bottom: 0px;
	}
	.owlContainer {
		margin: 10px;
	}
	.owlContainerArreda {
		margin-left: 0;
		margin-right: 0;
	}
	.surfaceItem, .handleItem {
		width: 100%;
	}
	.productCol1 {
		width: 50%;
		padding-right: 0;
	}
	.productCol2 {
		width: 100%;
		padding-right: 0;
	}
	.productCol3 {
		width: 100%;
		padding-top: 20px;
	}
	.productCol4 {
		width: 100%;
	}
	.productCol4 div {
		float: none;
		width: 100%;
	}
	.catalogueItem {
		width: 50%;
	}
	.catalogueItem:nth-of-type(3n+1) {
		clear: none;
	}
	.catalogueItem:nth-of-type(2n+1) {
		clear: both;
	}
	#productFeaturesMenu {
		height: 128px;
	}
	#productFeaturesMenu.double {
		height: 64px;
	}
	#productFeaturesMenu a {
		width: 50%;
	}
	#productFeaturesMenu a:nth-of-type(1), #productFeaturesMenu a:nth-of-type(3) {
		border: none;
	}
	#productFeaturesMenu a:nth-of-type(3), #productFeaturesMenu a:nth-of-type(4) {
		border-top: 1px solid #e2e2e2;
	}
	#productFeaturesMenu.triple a {
		width: 50%;
	}
	#productFeaturesMenu.triple a:last-of-type {
		width: 100%;
	}

	.itemAccordion .contentRow {
		padding: 20px 15px 15px !important;
	}
	.doorItem {
		width: 100%;
	}
	.formCol input.textbox {
		width: 100%;
	}

}

#notFound {
	display: block;
	width: 100%;
	height: 300px;
	background-image: url(../img/iconNotFound.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.2;
	margin: -40px 0;
}

/* CATEGORY SELECT
----------------------------------------------------------------*/

.itemBox {
	display: block;
	width: 100%;
	float: left;
	padding: 20px 10px 0 10px;
}
.itemBox .itemContent{
	display: block;
	float: left;
	width: 100%;
	min-height: 50px;
	background-color: #fff;
	padding: 15px;
}
.itemBox .itemContent a {
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: 700;
	color: #EE8D3F;
}
.itemBox .itemContent a:hover {
	color: #363A78;
}
.itemBox .itemContent img {
	display: block;
	width: 100%;
	height: auto;
}
.itemBox .itemContent a h3 {
	font-size: 1.6em;
	color: #363A78;
	margin: 15px 0 -5px;
}
.itemBox .itemContent a:hover h3 {
	color: #EE8D3F;
}
.itemBox h4 {
	text-transform: uppercase;
	color: #EE8D3F;
	font-weight: 700;
	margin-bottom: 10px;
}
.itemBox .contentRow {
	display: block;
	float: left;
	width: 100%;
	padding: 0 20px 20px;
}
.contentDivider {
	display: block;
	clear: both;
	padding: 0 10px;
	height: 61px;
}
.contentDivider div {
	display: block;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 40px;
}
.col4 {
		width: 25%;
}
.col3 {
		width: 33.33%;
}
.col2 {
		width: 50%;
}
.col4:nth-child(4n+1) {
	clear: both;
}
.col3:nth-child(3n+1) {
	clear: both;
}
.col2:nth-child(2n+1) {
	clear: both;
}
.itemBox .itemContent.split1-1 .imgSplit {
	float: left;
	width: 50%;
	margin-bottom: 0;
}
.itemBox .itemContent.split1-1 .textSplit {
	float: right;
	width: 50%;
	padding: 0 0 0 20px;
}
.itemBox .itemContent.split1-2 .imgSplit {
	float: left;
	width: 33.34%;
	margin-bottom: 0;
}
.itemBox .itemContent.split1-2 .textSplit {
	float: right;
	width: 66.66%;
	padding: 0 0 0 20px;
}
.itemBox .itemContent.split1-4 .imgSplit {
	float: left;
	width: 25%;
	margin-bottom: 0;
}
.itemBox .itemContent.split1-4 .textSplit {
	float: right;
	width: 75%;
	padding: 0 0 0 20px;
}
.itemBox .itemContent.split1-5 .imgSplit {
	float: left;
	width: 15%;
	margin-bottom: 0;
}
.itemBox .itemContent.split1-5 .textSplit {
	float: right;
	width: 85%;
	padding: 0 0 0 20px;
}
.itemCol6 {
	display: block;
	float: left;
	width: 16.66%;
	padding: 20px;
}
.itemCol4 {
	display: block;
	float: left;
	width: 25%;
	padding: 20px;
}
.itemCol6:nth-of-type(6n+1), .itemCol4:nth-of-type(4n+1) {
	clear: both;
}
.itemRow {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.itemRow:first-of-type {
	padding-top: 20px;
}
.itemRow:last-of-type {
	padding-bottom: 0;
	margin: 0;
	border: none;
}
#accessoriesContainer img {
	width: auto;
	max-width: 100%;
}

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

	.itemBox .itemContent.split1-5 .imgSplit {
		width: 25%;
	}
	.itemBox .itemContent.split1-5 .textSplit {
		width: 75%;
	}
	.itemCol6 {
		width: 20%;
	}
	.itemCol6:nth-of-type(6n+1), .itemCol4:nth-of-type(4n+1) {
		clear: none;
	}

	.itemCol6:nth-of-type(5n+1) {
		clear: both;
	}

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

	.col4 {
			width: 50%;
	}
	.col3 {
			width: 50%;
	}
	.col4:nth-child(4n+1), .col3:nth-child(3n+1) {
		clear: none;
	}
	.col4:nth-child(2n+1) {
		clear: both;
	}
	.col3:nth-child(2n+1) {
		clear: both;
	}
	.itemBox .itemContent.split1-1 .imgSplit, .itemBox .itemContent.split1-2 .imgSplit {
		float: none;
		width: 100%;
	}
	.itemBox .itemContent.split1-1 .textSplit, .itemBox .itemContent.split1-2 .textSplit {
		float: none;
		width: 100%;
		padding: 20px 0 0 0;
	}
	.itemBox .itemContent.split1-5 .imgSplit {
		width: 30%;
	}
	.itemBox .itemContent.split1-5 .textSplit {
		width: 70%;
	}
	.itemCol6:nth-of-type(5n+1) {
		clear: none;
	}
	.itemCol6, .itemCol4 {
		width: 33.33%;
	}
	.itemCol6:nth-of-type(3n+1) {
		clear: both;
	}

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

	.col4 {
			width: 100%;
	}
	.col3 {
			width: 100%;
	}
	.col2 {
			width: 100%;
	}
	.itemBox {
		padding: 10px 10px 0 10px;
	}
	.contentDivider {
		height: 11px;
	}
	.contentDivider div {
		padding-top: 10px;
	}
	#notFound {
		height: 200px;
		margin: -20px 0;
	}
	.itemBox .itemContent.split1-5 .imgSplit {
		width: 50%;
		margin-bottom: 20px;
	}
	.itemBox .itemContent.split1-5 .textSplit {
		width: 100%;
		padding-left: 0;
	}
	.itemBox .contentRow {
		padding-left: 0;
		padding-right: 0;
	}
	.itemCol6:nth-of-type(3n+1) {
		clear: none;
	}
	.itemCol6, .itemCol4 {
		width: 50%;
	}
	.itemCol6:nth-of-type(2n+1), .itemCol4:nth-of-type(2n+1) {
		clear: both;
	}

}

/* ARTICLES
----------------------------------------------------------------*/

/*LIST*/

.articles {
	display: flex;
	width: 33.33%;
	flex: 0 1 auto;
	padding: 10px 10px 30px;
}
.articlesContent {
	display: block;
	width: 100%;
	padding: 15px;
}
.articles p {
	margin-bottom: 0;
	font-size: 0.9em;
}
.articlesDate {
	display: block;
	color: #666;
}
.articles h3 {
	color: #363a78;
	margin-top: 10px;
	line-height: 1.2em;
}
.articles h3 a {
	text-decoration: none;
}
a.articlesImg img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a.articlesImg {
	width: 100%;
	display: block;
	background-image: url(../img/foto-item-bg.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
a.articlesImg:hover img {
	opacity: 0.5;
}
a.articlesImg::after {
    position: absolute;
    bottom: 0px;
    right: 0;
    content: " ";
    width: 0px;
    height: 0px;
}

/*SINGLE*/

#article {
	display: block;
	width: 100%;
	padding: 10px;
}
#articleTitle {
	display: block;
	width: 100%;
	margin: 50px 0 20px;
	text-align: center;
}
#articleTitle h1 {
	color: #363a78;
	font-size: 32px;
}
#articleDate {
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
	margin-bottom: 40px;
}
#articleContent {
	display: block;
	width: 100%;
}
#articleHeroGallery {
	display: block;
	float: left;
	width: 40%;
}
#articleGallery {
	display: block;
	float: right;
	width: 60%;
}
#articleText {
	display: block;
}
.articleFbBox {
	display: block;
	clear: both;
	padding-top: 10px;
	height: 46px;
}
a.articleFb {
	float: right;
	padding: 10px;
	color: #3b5998;
	text-decoration: none;
	background-image: url(../img/icon-facebook.svg);
	background-size: 24px 24px;
	background-position: 0px 6px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
a.articleFb:hover {
	text-decoration: underline;
}
.aricleFbText {
	float: right;
	padding: 10px;
	color: #999;
}
#articleHeroImg, .articleImg {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-image: url(../img/foto-item-bg.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
}
#articleHeroImg img, .articleImg img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#articleHeroImg:hover img, .articleImg:hover img {
	opacity: 0.5;
}
.articleImg {
	width: 33.33%;
	padding: 0 0 20px 20px;
}
#articleHeroVideo {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.articleLinks {
	display: block;
	float: right;
	width: 60%;
	margin: 20px 0 0 0;
	padding-left: 20px;
}
.articleLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.articleLinks ul li {
	padding: 0 0 10px 24px;
	background-image: url(../img/iconFile.svg);
	background-repeat: no-repeat;
	background-position: 1 1;
	background-size: 16px 16px;
}
.articleLinks ul li a {
	color: #363a78;
}

/*LATEST*/

#homeArticleBox {
	display: flex;
	max-width: 1240px;
	margin: 40px auto;
	flex: 1 1 auto;
	flex-flow: row wrap;
}
.homeArticleItem {
	display: block;
	flex: none;
	width: 50%;
	padding: 40px 20px;
	z-index: 1;
	position: relative;
	flex-flow: column;
}
.homeArticleImg, .homeArticleImg img {
	display: block;
	width: 70%;
	height: auto;
}
.homeArticleImg img {
	width: 100%;
	transition: all 0.3s ease-out;
}
.homeArticleImg img:hover {
	transform: scale(0.96);
	opacity: 0.9;
}
.homeArticleContent {
	display: block;
	float: right;
	width: 70%;
	background-color: #F1F3F4;
	z-index: 2;
	position: relative;
	margin-top: -20%;
	padding: 20px 20px 0 20px;
}
body.noBgColor .homeArticleContent {
	background-color: #FFFFFF;
}
.homeArticleContent h3 {
	font-weight: 700;
	color: #363a78;
}
.homeArticleContent a {
	text-decoration: none;
	font-weight: 700;
}
.homeArticleContent a:hover {
	border-bottom: 1px dashed #CCC;
}

/* BROCHURE LINK */

.homeLinkCol {
	display: block;
	float: left;
	width: 50%;
	padding: 70px 10px;
}
.brochureLink {
	display: block;
	background-color: #e2e2e2;
	max-width: 90%;
	margin: 0 auto;
	text-decoration: none;
	color: #333;
	padding: 15px 160px 15px 15px;
	font-weight: 700;
	position: relative;
	border-radius: 8px 8px 8px 8px;
}
.brochureLink img {
	position: absolute;
	top: -30px;
	right: 5px;
	width: 140px;
	height: auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.brochureLink:hover img {
	top: -38px;
}

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

	.articles {
		width: 50%;
		padding: 10px 10px 10px;
	}
	#articleGallery {
		clear: both;
		width: 100%;
	}
	#articleTitle {
		margin: 20px 0 10px;
	}
	#articleTitle h1 {
		color: #363a78;
		font-size: 24px;
		line-height: 1.2em;
	}
	#articleDate {
		margin-bottom: 10px;
	}
	.articleLinks {
		width: 100%;
	}
	#articleText {
		width: 100%;
		padding-left: 0;
	}
	#articleHeroGallery {
		width: 100%;
	}
	.articleFbBox {
		border-bottom: 1px solid #f2f2f2;
	}
	.homeLinkCol {
		float: none;
		width: 100%;
		padding: 70px 10px 0;
	}
	.homeLinkCol:last-of-type {
		padding-top: 90px;
		padding-bottom: 70px;
	}
	.articleImg {
		width: 33.33%;
		padding: 10px;
	}

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

	.homeArticleImg {
		width: 80%;
	}
	.homeArticleContent {
		width: 80%;
	}

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

	.homeArticleContent {
		width: 80%;
	}

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

	#homeArticleBox {
		margin: 0;
	}
	.homeArticleImg {
		width: 100%;
	}
	.homeArticleContent {
		width: 80%;
		float: left;
		padding: 20px 20px 0 0;
		margin-top: 0;
	}
	.homeArticleItem {
		padding: 20px 10px;
	}

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

	.homeArticleContent {
		width: 100%;
		float: none;
		padding: 20px 0 0 0;
	}

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

	.homeArticleContent {
		width: 100%;
		float: none;
		padding: 20px 0 0 0;
	}
	.homeArticleItem {
		width: 100%;
	}
	.articles {
		width: 100%;
	}

}


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

	#pagination .padding, #articleControls .padding {
		padding: 0 10px;
	}
	#pagination, #articleControls {
		margin: 0px 10px 20px;
		padding-top: 30px;
	}
	#pagination a, #articleControls a {
		font-size: 15px;
	}
	span.paginationHide {
		display: none;
	}

}

/* FOOTER
----------------------------------------------------------------*/

#footerContainer {
	display: block;
	width: 100%;
	clear: both;
	background-color: #fff;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#footerCopyright {
	display: block;
	max-width: 1000px;
	padding: 50px 20px 100px;
	margin: 0 auto;
	color: #999;
	font-size: 13px;
	background-image: url(../img/finstral-logo.svg);
	background-repeat: no-repeat;
	background-size: 200px 34px;
	background-position: 50% 38%;
}
#footerCopyright div.left {
	float: left;
	font-weight: 600;
}
#footerCopyright a.right {
	float: right;
	text-decoration: none;
	color: #999;
}
#footerCopyright a {
	text-decoration: none;
	color: #363A78;
}
#footerCopyright a:hover {
	text-decoration: underline;
}
#footerBoniteta {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 10px 50px;
}

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

	#footerCopyright {
		padding: 50px 20px 100px;
	}

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

	#footerCopyright div.left, #footerCopyright a.right {
		display: block;
		float: none;
		text-align: center;
	}
	#footerCopyright a.right {
		margin-top: 10px;
	}
	#footerCopyright {
		padding: 40px 20px 100px;
		background-position: 50% 80%;

	}

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

	#boniteta1 {
		display: none!important;
	}
	#boniteta2 {
		display: block!important;
	}

}