/* Hemijski fakultet Unverzitet u Beogradu - CSS v1.0.1 */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

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

textarea {
	resize: vertical;
}

.hidden,
[hidden] {
	display: none !important;
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}

/* Print styles. */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* STRUCTURE */
* {
	box-sizing: border-box;
}

body {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	background-color: #F5F5F5;
}

.wrapper {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.container {
	max-width: 1140px!important;
}

.wordwrap {
	word-wrap: break-word;
}

a {text-decoration: none; color: #478395;}
.upcase {text-transform: uppercase;}
.text-center {text-align: center;}

.btn-h {
	background-color: #29384F;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.16em;
	padding: 12px 16px;
	transition: .5s all;
}

.btn-h:hover {background-color: #478395;}
.btn-h.center {
	margin: 0 auto;
	display: table;
}

.btn-h.next-white:after {
	content: url("/etc/icon/chevron-right-white.png");
	margin-left: 8px;
	position: relative;
	top: 1px;
}

.link-next-darkblue:after {
	content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.79584 6.49599C8.06805 6.7709 8.06805 7.22909 7.79584 7.504L1.92817 13.4605C1.62571 13.7354 1.17202 13.7354 0.899811 13.4605L0.204159 12.7579C-0.0680529 12.483 -0.0680529 12.0248 0.204159 11.7194L4.862 7.01527L0.204159 2.28064C-0.0680529 1.97518 -0.0680529 1.51699 0.204159 1.24207L0.899811 0.539514C1.17202 0.2646 1.62571 0.2646 1.92817 0.539514L7.79584 6.49599Z' fill='%2329384F'/%3E%3C/svg%3E%0A");
	margin-left: 8px;
	transition: 0.5s all;
}

.link-next-darkblue:hover:after {
	content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.79584 6.49599C8.06805 6.7709 8.06805 7.22909 7.79584 7.504L1.92817 13.4605C1.62571 13.7354 1.17202 13.7354 0.899811 13.4605L0.204159 12.7579C-0.0680529 12.483 -0.0680529 12.0248 0.204159 11.7194L4.862 7.01527L0.204159 2.28064C-0.0680529 1.97518 -0.0680529 1.51699 0.204159 1.24207L0.899811 0.539514C1.17202 0.2646 1.62571 0.2646 1.92817 0.539514L7.79584 6.49599Z' fill='%478395'/%3E%3C/svg%3E%0A");
}

/* Margins */
.mt-0 {margin-top: 0;}
.mt-80 {margin-top: 80px;}
.mb-0 {margin-bottom: 0;}
.mb-12 {margin-bottom: 12px;}
.mb-24 {margin-bottom: 24px;}
.mb-40 {margin-bottom: 40px;}
.mb-80 {margin-bottom: 80px;}
.mb-120 {margin-bottom: 120px;}

.pt-8 {padding-top: 8px;}
.pt-16 {padding-top: 16px;}
.pt-24 {padding-top: 24px;}
.pb-24 {padding-bottom: 24px;}

.image-center {
	display: block;
	margin: 0 auto;
}

/* COLORS */
.primary-color {
	color: #478395;
}

.red {
	color: #d92d39;
}

.apricot {
	color: #fe956f;
}

.green {
	color: #71c053;
}

.light-green {
	color: #d4ecd4;
}

.yellow-light {
	color: #f0f4a5;
}

.yellow {
	color: #ffd662;
}

.violet {
	color: #4f3ca2;
}

.black {
	color: #29384F;
}

.gray-dark {
	color: #646D7A;
}

.gray {
	color: #ACAFB5;
}

.gray-light {
	color: #e7dfde;
}

.gray-bgd {
	color: #f5f5f5;
}

/* SITE LOGO */
.site-logo {
	display: flex;
}

.site-logo .logo-block {
	display: flex;
}

.site-logo .logo-block .logo-icon{
	padding-right: 16px;
	margin-right: 16px;
	border-right: 2px solid #3D8490;
	justify-content: center;
	align-items: center;
	display: flex;
}

.site-logo .logo-block .faculty {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #29384F;
}

.site-logo .logo-block .university {
	font-size: 18px;
	line-height: 28px;
	color: #646D7A;
}

/* HEADER */
.header-top {
	background-color: #fff;
	border-bottom: 2px solid #F5F5F5;
	display: flex;
	justify-content: space-around;
}

.header-top .wrapper {
	display: flex;
	max-width: 1440px;
	justify-content: space-between;
}

.header-top .top-nav{
	display: flex;
}

.header-top .top-nav nav > ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-top .top-nav a {
	border-left: 2px solid #F5F5F5;
	font-size: 18px;
	line-height: 28px;
	color:  #646D7A;
	transition: 0.5s all;
	display: flex;
	height: 60px;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
}

.header-top .top-nav a:hover {
	color: #478395;
}

.header-top .top-nav .dropdown {
	display: none;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.header-top .top-nav li:hover .dropdown {
	display: block;
}

.header-top .top-nav .dropdown ul{
	list-style: none;
	padding: 24px;
}

.header-top .top-nav .dropdown ul li a{
	border: none;
	padding: 0;
	color: #29384F;
	transition: 0.5s all;
	height: initial;
	align-items: start;
	justify-content: left;
}

.header-top .top-nav .dropdown ul li a:hover {
	color: #478395;
}

.header-top .top-nav a.social-media:hover {
	background-color: #F5F5F5;
}

.header-top .top-nav a .flag-img {
	margin-right: 8px;
}

.header-top .top-nav li a.has-child .link-arrow {
	transition: 0.5s all;
	margin-left: 8px;
}

.header-top .top-nav li:hover a.has-child .link-arrow {
	transform: rotate(180deg);
}

.header-top .search {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-top .search img {
	margin-right: 12px;
}

.header-top .search input{
	border: none;
	font-size: 18px;
	line-height: 28px;
	outline: none;
	color: #646D7A;
}

.header-top .search input::placeholder {
	opacity: 0.5;
}

.header-main {
	background-color: #fff;
	border-bottom: 2px solid #F5F5F5;
	display: flex;
	padding: 24px 0;
	height: 106px;
}

.header-main .wrapper {
	display: flex;
	max-width: 1440px;
	justify-content: space-between;
}

.header-main nav {
	display: flex;
	align-items: center;
	position: relative;
}

.header-main nav .desktop--nav > ul {
	display: flex;
	list-style: none;
	gap: 40px;
	margin-bottom: 0;
	padding-right: 30px;
}

.header-main nav .desktop--nav > ul li {
	display: flex;
	list-style: none;
}

.header-main a.top-level {
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
	font-weight: bold;
	transition: 0.5s all;
	padding-bottom: 16px;
	display: flex;
}

.header-main li a.top-level .link-arrow{
	margin-left: 8px;
	transition: 0.5s all;
}

.header-main li:hover a.top-level .link-arrow{
	transform: rotate(180deg);
}

.header-main a.top-level:hover {
	color: #478395;
}

.header-main .mega-menu {
	z-index: 999;
	display: none;
	position: absolute;
	width: 670px;
	top: 40px;
	right: 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	transform: translate(0,10px);
	transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;
}

.en .header-main .mega-menu {
	right: 30px;
}

.header-main .drop-menu:hover .mega-menu {
	display: flex;
}

.header-main .mega-menu .panel {
	padding: 24px;
}

.header-main .mega-menu .left-panel {
	background: #F5F5F5;
	width: 100%;
	max-width: 222px;
}

.header-main .mega-menu h3 {
	margin: 0 0 16px 0;
	color:#29384F;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.header-main .mega-menu ul {
	margin: 0;
	padding: 0;
}

.header-main .mega-menu ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}

.header-main .mega-menu ul li:last-child {
	margin-bottom: 0;
}

.header-main .mega-menu ul li a{
	color: #29384F;
	transition: .5s all;
}

.header-main .mega-menu ul li a:hover {
	color: #478395;
}

.header-main .res-nav {
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	display: none;
}

.header-main .res-nav .search-mobile.deactive {
	display: none;
}

.resmenu {
	position: absolute;
	top: 104px;
	left: 0;
	z-index: 999;
	width: 100vw;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease-in-out 0s;
}

/* Active class on menu */
.resmenu.active {
	transform: translateX(0%);
}

.resmenu .inner{
	padding: 24px;
}

.resmenu .menu-container {
	border-bottom: 2px solid #F5F5F5;
}

.resmenu .dropdown-container {
	max-width: 100%;
	min-width: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}

.resmenu .dropdown-container .header {
	cursor: pointer;
	display: flex;
}

.resmenu .dropdown-container h3 {
	margin-top: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
	margin-bottom: 8px;
}

.resmenu .dropdown-container .icon{
	margin-right: 12px;
	margin-left: 3px;
}

.resmenu .dropdown-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.resmenu .dropdown-container ul li{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}

.resmenu .dropdown-container ul li a {
	color: #29384F;
}

.resmenu .dropdown-container .icon img{
	transition: 0.5s all;
	position: relative;
	top: 4px;
	left: 5px;
}

.resmenur .dropdown-container.open .icon img{
	transform: rotate(90deg);
}

.resmenu .dropdown-container .expand {
	float: right;
	transform: rotate(45deg);
	font-size: 1.8em;
	transition: transform 350ms ease-in-out;
}

.resmenu .dropdown-container.open .expand{
	transform: rotate(0);
}

.resmenu .dropdown-container article {
	max-height: 0px;
	width: 100%;
	overflow: hidden;
	transition: max-height 350ms ease-in-out;
}

.res-social ul,
.res-lang ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
	gap: 24px;
}

.resmenu .menu-single-item {
	margin-bottom: 16px;
}

.resmenu .menu-single-item a{
	margin-top: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
}

#burger {
	cursor: pointer;
	width: 24px;
	height: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#burger > div {
	height: 3px;
	z-index: 999;
	align-self: flex-end;
	width: 100%;
	background-color: #478395;
	transition: 0.2s ease-in-out;
}

#burger div:nth-child(2) {
	width: 100%;
}

#burger div:nth-child(3) {
	width: 100%;
}

#burger:hover div {
	width: 100%;
}

#burger.active div:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
	background-color: #478395;
	width: 100%;
}

#burger.active div:nth-child(2) {
	opacity: 0;
	background-color: #478395;
}

#burger.active div:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
	background-color: #478395;
	width: 100%;
}

/* SEARCH POPUP */
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: #fff;
}

.overlay .flex {
	justify-content: center;
	align-items: center;
}

.overlay-content {
	width: calc(100% - 40px);
	text-align: center;
	margin-top: 30px;
}

.overlay .closebtn {
	position: absolute;
	top: 40px;
	right: 25px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay button {
	float: left;
	width: 48px;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #bbb;
}

/* BLOCKS */

/* HOME-HERO */
.home-hero {
	background-color: #29384F;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home-hero .inner-layer {
	min-height: 287px;
	padding: 80px 0 207px 0;
	background: linear-gradient(180deg, rgba(60, 76, 97, 0) 0%, rgba(60, 76, 97, 0.4) 72.92%),
	            linear-gradient(0deg, rgba(60, 76, 97, 0.4), rgba(60, 76, 97, 0.4));
}

.home-hero h1{
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	color: #F5F5F5;
	margin-top: 0;
	margin-bottom: 12px;
}

.home-hero p {
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	color: #F5F5F5;
	margin-top: 0;
}

/* END HOME-HERO */

/* NEWS BANNER */

.news-banner {
	margin-top: -130px;
}

.news-banner .inner-container{
	background-color: #B4D9E4;
	padding: 32px;
}

.news-banner .sup {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #478395;
	margin-bottom: 12px;
}

.news-banner h2,
.news-banner h2 a {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #29384F;
	transition: 0.5s all;
}

.news-banner h2 a:hover {
	color: #478395
}

.news-banner p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
	margin-top: 0;
	margin-bottom: 12px;
}

.news-banner .read-more {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	color: #29384F;
	transition: 0.5s all;
}

.news-banner .read-more:hover {
	color: #478395;
}

.news-banner .read-more svg path{
	transition: .5s all;
}

.news-banner .read-more:hover svg path{
	fill: #478395;
}
/* END NEWS BANNER */

/* PAGE HERO  */
.page-hero {
	background: #E7DFDE;
	padding: 80px 0;
	margin-bottom: 40px;
}

.page-hero .hero-suptitle {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #D84C22;
}

.page-hero h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	text-align: center;
	color: #29384F;
	margin-bottom: 40px;
	margin-top: 24px;
}

.page-hero.type-2,
.page-hero.type-3,
.page-hero.type-alumni {
	padding: 0;
	background-position: center center;
	background-size: cover;
}

.page-hero.type-2 .inner-block{
	padding: 80px 0;
	background: linear-gradient(0deg, #408090d9, #408090d9);
}

.page-hero.type-3 .inner-block{
	padding: 80px 0;
	background: linear-gradient(0deg, #D84C22d9, #D84C22d9);
}

.page-hero.type-alumni .inner-block{
	padding: 80px 0;
	background: linear-gradient(0deg, #29384Fd9, #29384Fd9);
}

.page-hero.type-2 .inner-block .hero-suptitle,
.page-hero.type-3 .inner-block .hero-suptitle,
.page-hero.type-alumni .inner-block .hero-suptitle{
	color: #fff;
}

.page-hero.type-2 .inner-block h1,
.page-hero.type-3 .inner-block h1,
.page-hero.type-alumni .inner-block h1
{
	color: #fff;
}

/* END PAGE HERO */

/* FEATURED NEWS */

.block-news {
	margin-bottom: 120px;
}

.block-head {
	display: flex;
	justify-content: space-between;
}

.block-news h2 {
	margin-top: 0;
	margin-bottom: 40px;
}

.block-news .block-nav {
	display: flex;
	align-items: center;
}

.block-news .block-nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.block-news .block-nav ul li{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.block-news .block-nav ul li:not(:last-child){
	margin-right: 18px;
	padding-right: 19px;
	position: relative;
}

.block-news .block-nav ul li:not(:last-child):after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 8px;
	right: 0px;
	border-radius: 50%;
	background-color:#ACAFB5;
}

.block-news .block-nav ul li a {
	transition: 0.5s all;
	color: #29384F;
}

.block-news .block-nav ul li a:hover {
	color: #478395;
}

.news-item .news-img {
	margin-bottom: 24px;
}

.news-item .news-img img{
	max-width: 100%;
	height: auto;
}

.news-item .post-date {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #646D7A;
}

.news-item .cat, .news-item .cat a{
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #478395;
	transition: .5s all;
}

.news-item .cat a:hover {
	opacity: 0.7;
}

.news-item h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0
}

.news-item h3 a{
	color: #29384F;
	transition: .5s all;
}

.news-item h3 a:hover {
	color: #478395;
}

/* END FEATURED NEWS */

/* POST META */
.post-meta {
	display: flex;
	margin-bottom: 8px;
}

.post-meta .post-date{
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #646D7A;
	margin-right: 8px;
}

.post-meta .post-cat{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #478395;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-left: 8px;
}

.post-meta .post-cat:before {
	content: "";
	display: table;
	width: 2px;
	height: 2px;
	background-color: #646D7A;
	border-radius: 50%;
	position: relative;
	top: 12px;
	right: 8px;
}

/* NEWS */
.news-full__item {
	background-color: #fff;
	padding: 32px 24px;
	margin-bottom: 32px;
}

.news-full__item article {
	margin-bottom: 0!important;
}

.news-full__item article h3{
	margin-bottom: 8px;
}

/* CARDS - MORE LINKS */
.cards-more-links {
	margin-bottom: 40px;
}

.cards-more-links > .container{
	padding: 0;
}

.cards-more-links .card-col {
	margin-bottom: 24px;
}

.cards-more-links .card-col .card-item {
	background-color: #29384F;
	height: 100%;
	transition: 0.5s all;
}

.cards-more-links .card-col .card-item:hover {
	background-color: #478395;
}

.cards-more-links .card-item a {
	padding: 32px;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
	display: flex;
	transition: .5s all;
	position: relative;
	height: 100%;
}

.cards-more-links .card-item a span{
	width: 100%;
}

.cards-more-links .card-item a:hover {
	color: #478395;
}

.cards-more-links .link-holder {
	display: block;
	width: 100%;
	flex-shrink: 0;
}

.cards-more-links .inner {
	display: flex;
	width: 100%;
	flex-shrink: 0;
}

.cards-more-links .link-text {
	flex-grow: 1;
	color: #fff;
}

.cards-more-links .link-arrow {
	background-image: url("/etc/icon/chevron-right-white.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	width: 10px;
	align-items: center;
}

/* BLOCK MORE LINKS */
.block-more-link h3 {
	margin-bottom: 16px;
}

.block-more-links .col-item {
	margin-bottom: 16px;
}

.block-more-links a {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

/* STATS block */
.faculty-stats h2{
	color: #29384F;
}

.faculty-stats .count-title {
	font-weight: 700;
	font-size: 64px;
	line-height: 72px;
	text-align: center;
	color: #29384F;
}

.faculty-stats .count-subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #29384F;
	margin-bottom: 32px;
}

.faculty-stats p {
	margin: 0;
}

/* END STATS block */

/* FACULTY-STUDIES block */

.faculty-studies h2{
	color: #29384F;
}

.studies-cards {
	display: flex;
}

.studies-cards .study-card {
	width: 25%;
}

.studies-cards .study-card a{
	display: block;
	padding: 32px 24px;
}

.studies-cards .study-card h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #F5F5F5;
	margin: 0;
	transition: 0.5s all;
}

.studies-cards .study-card a:hover h3 {
	color: #29384F;
}

.studies-cards .study-card .element {
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	color: #29384F;
	display: flex;
}

.studies-cards .study-card .element .element-number {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #F5F5F5;
}

.studies-cards .hemija {
	background: #D84C22;
}

.studies-cards .biohemija {
	background: #008B9F;;
}

.studies-cards .nastavna-hemija {
	background:  #DCB42D;
}

.studies-cards .hemija-zivotne-sredine {
	background: #656596;
}

/* END FACULTY-STUDIES block */

/* ABOUT FACULTY block */

.about-faculty .panels {
	display: flex;
	background: #29384F;
}

.about-faculty .panels .panel {
	width: 50%;
}

.about-faculty .image-panel {
	background-image: url("/etc/laboratorija.jpg");
	background-position: center center;
	background-size: cover;
}

.about-faculty .text-panel {
	max-width: 600px;
	padding: 64px 48px 120px 48px;
}

.about-faculty .text-panel h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	color: #FFFFFF;
}

.about-faculty .text-panel p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #F5F5F5;
	margin-top: 0;
	margin-bottom: 16px;
}

.about-faculty .read-more {
	color: #fff;
	font-weight: bold;
	transition: 0.5s all;
}

.about-faculty .read-more:hover{
	color: #478395;
}

.about-faculty .read-more svg {
	margin-left: 8px;
}

.about-faculty .read-more svg path{
	transition: .5s all;
}

.about-faculty .read-more:hover svg path{
	fill: #478395;
}

/* END ABOUT FACULTY block */

/* SECTION HOME-FACULTY-LINKS */
.home-faculty-links h3 {
	margin-top: 0;
	color: #29384F;
	margin-bottom: 16px;
}

.home-faculty-links ul {
	list-style: none;
	padding: 0;
}

.home-faculty-links ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
}

.home-faculty-links ul li a {
	color: #29384F;
	transition: .5s all;
}

.home-faculty-links ul li a:hover {
	color: #478395;
}

/* SECTION HOME CONTACT Blok  */
.home-contact-block {
	margin-bottom: 242px;
}

.home-contact-block .contact-map{
	width: 100%;
	height: 696px;
	background-image: url("/etc/mapa.jpg");
	background-position: center center;
	background-size: cover;

}

.home-contact-block .contact-map .wrapper {
	position: relative;
}

.home-contact-block .contact-map .pin {
	position: absolute;
	top: 250px;
	left: 27%;
	width: 70px;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.home-contact-block .contact-map .pin a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.home-contact-block .container{
	position: relative;
	height: 100%;
}

.home-contact-block .contact-block {
	position: absolute;
	bottom: -122px;
	background-color: #fff;
	padding: 32px;
	right:0;
	left: 0;
}

.home-contact-block .contact-block h2{
	color: #29384F;
	margin-top: 0;
	margin-bottom: 0;
}

.home-contact-block .contact-block p {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
}

.home-contact-block .contact-block a {
	color: #478395;
}
/* END SECTION HOME CONTACT Blok  */

/* SECTION RESEARCH NEWS */
section.research-news {
	margin-top: 112px;
	margin-bottom: 48px;
}

section.research-news .container .row {
	max-width: 750px;
	margin: 0 auto;
}

section.research-news h3 {
	margin-bottom: 4px;
}

section.research-news p {
	color: #646D7A;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

/* FOOTER  */
footer {
	background-color: #29384F;
	padding-top: 80px;
}

footer .copyright {
	padding: 55px 0 32px 0;
	text-align: center;
	color: #9FAEC5;
}

footer p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #F5F5F5;
}

footer h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #9FAEC5;
}

footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer ul li {
	margin-bottom: 16px;
}

footer ul li a{
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #F5F5F5;
	transition: .5s all;
}
footer ul li a:hover{
	color: #478395;
}

footer .footer-logo img{
	max-width: 100%;
	height: auto;
}

/* END FOOTER */

/* MAIN SECTION */

.main-section .wrapper {
	max-width: 1140px;
}

.main-section .wrapper .main-block{
	display: flex;
}
/*	margin-bottom: 20px; */

.main-section .sidebar{
	width: 100%;
	max-width: 230px;
	margin-right: 60px;
	margin-bottom: 40px;
	justify-content: space-between;
}

.main-section .sidebar h3{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #29384F;
	margin-bottom: 8px;
	transition: .5s all;
}

.main-section .sidebar h3:hover {
	color: #478395;
}

.main-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-section .sidebar ul li{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}

.main-section .sidebar ul li a{
	color: #29384F;
	transition: 0.5s all;
}

.main-section .sidebar ul li a:hover{
	color: #008B9F;
}

.main-section .sidebar .active-widget {
	margin-bottom: 32px;
}

.main-section .sidebar .sidebar__content {
	word-wrap: break-word;
}

.main-section .sidebar .sidebar__content h3 {
	margin-bottom: 32px;
}

.main-section .sidebar .sidebar__content p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
}

.main-section .sidebar .dropdown-container {
	max-width: 100%;
	min-width: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

.main-section .sidebar .dropdown-container .header {
	cursor: pointer;
	display: flex;
	transition: background-color 350ms ease-in-out;
}

.main-section .sidebar .dropdown-container h3 {
	margin-top: 0;
}

.main-section .sidebar .dropdown-container .icon{
	margin-right: 12px;
	margin-left: 3px;
}

.main-section .sidebar .dropdown-container .icon img{

	transition: 0.5s all;
}

.main-section .sidebar .dropdown-container.open .icon img{
	transform: rotate(90deg);
}

.main-section .sidebar .dropdown-container .expand {
	float: right;
	transform: rotate(45deg);
	font-size: 1.8em;
	transition: transform 350ms ease-in-out;
}

.main-section .sidebar .dropdown-container.open .expand{
	transform: rotate(0);
}

.main-section .sidebar .dropdown-container article {
	max-height: 0px;
	width: 100%;
	overflow: hidden;
	transition: max-height 350ms ease-in-out;
}

.main-section .main-content {
	width: 100%;
	max-width: 850px;
}

.main-section .main-content.full-width {
	width: 100%;
	max-width: 100%;
}

.main-section .main-content article {
	overflow: hidden;
	margin-bottom: 40px;
}

.main-section .main-content article img {
	max-width: 100%;
	height: auto;
}

/* END MAIN SECTION */

/* NEWS ARCHIVE */
.news-archive h1{
	font-size: 36px;
	line-height: 48px;
}

.block-news.news-archive {
	margin-bottom: 40px;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination .item {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;

}

.pagination .active,
.pagination .prev,
.pagination .next {
	padding: 16px 27px;
}

.pagination .link a {
	padding: 16px 27px;
	display: flex;
	color: #29384F;
}

.pagination .active,
.pagination .item:hover {
	background-color: #fff;
	color: #478395;
}

.pagination .separator {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* SINGLE PROFILE */
.profile-single-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 32px;
	gap: 32px;
	background-color: #fff;
}

.profile-single-card img {
	margin-bottom: 0!important;
}

.profile-single-card .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #478395;
}

.profile-single-card h2 {
	margin-bottom: 8px;
}

.profile-single-card p {
	margin-bottom: 8px;
}

/* ZAPOSLENI */
.article-card {
	background-color: #fff;
	padding: 32px 24px;
	margin-bottom: 24px;
	height: calc(100% - 24px);
}

.article-card h5 a {
	color: #29384F;
	transition: .5s all;
}

.article-card h5 a:hover {
	color: #478395
}

.article-card h5,
.article-card p:not(:last-child) {
	margin-bottom: 8px;
}

.lab-cards,
.project-card {
	padding-bottom: 24px;
}

.lab-cards .lab-no,
.project-card .project-no {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #29384F;
	margin-bottom: 8px;
}
.lab-cards .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #478395;
	margin-bottom: 8px;
}

.lab-cards p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}

.project-card p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.publication-card h6 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #29384F;
	margin: 0 0 8px 0;
}

.publication-card p,
.publication-card ul{
	font-size: 14px;
	line-height: 24px;
}

.publication-card ul {
	text-indent: 0px;
	margin: 0;
	padding-left: 15px;
}

.publication-card .subject {
	letter-spacing: 0.16em;
	color: #478395;
	text-transform: uppercase;
	font-weight: 700;
}

/* TYPO */
h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	color: #29384F;
	margin-top: 0;
}

h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	color:  #29384F;
	margin-top: 0;
}

h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #29384F;
	margin-top: 0;
}

h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
	margin-bottom: 24px;
}

h5 {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #29384F;
	margin-top: 0;
}

h6 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #29384F;
}

article h1:not(:first-child) {
	margin-top: 36px;
	margin-bottom: 36px;
}

article h2:not(:first-child) {
	margin-top: 32px;
	margin-bottom: 32px;
}

article h3:not(:first-child) {
	margin-top: 24px;
	margin-bottom: 24px;
}

article h4:not(:first-child) {
	margin-top: 20px;
	margin-bottom: 20px;
}

article h5:not(:first-child) {
	margin-top: 18px;
	margin-bottom: 18px;
}

article h6:not(:first-child) {
	margin-top: 16px;
	margin-bottom: 16px;
}

h6.subtitle {
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #646D7A;
}

.headstyle-h6-subtitle {
	margin-top: 32px;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #646D7A;
}

article {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

article p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #29384F;
	margin-top: 16px;
	margin-bottom: 16px;
}

article p:last-child {
	/*margin-bottom: 0;*/
}

article ul, article ol {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #29384F;
	margin-top: 16px;
	margin-bottom: 16px;
}

article a {
	color: #478395;
	transition: 0.5s all;
}

article a:hover {
	opacity: 0.7;
}

article img {
	max-width: 100%;
	height: auto;
}

.full-width {
	width: 100%;
}

.bg-white {
	background-color: #fff;
}

.table-holder {
	background-color: #fff;
	padding: 32px 24px;
	margin-bottom: 32px;
	overflow-x:auto;
}

table {
	text-align: left;
}

th,td {
	padding: 16px;
}

table.type-1 {
	padding: 0 16px;
	border-collapse: collapse;
}

table.type-1 .lead-row,
table.type-2 .lead-row {
	background: rgba(71, 131, 149, 0.1);
}

table.type-1 .lead-row h3,
table.type-2 .lead-row h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #29384F;
	margin-bottom: 0;
}

table.type-1 th,
table.type-1 td {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

table.type-1 tr td:nth-child(1) {
	width: 50%;
}

table.type-1 tr td:nth-child(2),
table.type-1 tr td:nth-child(4),
table.type-1 tr td:nth-child(5) {
	width: 12.5%;
}

table.type-1 .small-box {
	background: #F0F4A5;
	padding: 4px 15px;
	text-align: center;
}

table.type-2 tr td:nth-child(1) {
	width: 25%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}

table.type-2 {
	padding: 8px 24px;
	border-collapse: collapse;
}

table.type-2 thead {
	border-bottom: 2px solid rgba(71, 131, 149, 0.1);
}

table.type-2 th {
	color: #646D7A;
	font-weight: 400;
	font-size: 16px;
}

table.type-2  .th-naslov {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #29384F;
}

table.type-2 .lead-row td{
	padding-top: 16px;
	padding-bottom: 16px;
}

table.type-2 tr td:nth-child(1),
table.type-2 tr th:nth-child(1) {
	padding-left: 0;
}

table.type-2 tr td:nth-child(2) {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #29384F;
}

table.type-2 tr td {
	padding-top: 8px;
	padding-bottom: 8px;
}

table.type-2 tr td p {
	margin-bottom: 0;
}

table.type-2 tr td ul {
	margin: 0;
}

table.type-2 tbody tr:nth-child(1) td {
	padding-top: 24px;
}

/* CONTENT CARD */
.content-card {
	background-color: #fff;
	padding: 32px 24px;
}

.content-card.blue {
	background-color: #B4D9E4;
}

.content-card.yellow {
	background-color: #F0F4A5;
}

.content-card h4 {
	margin-top: 0;
	margin-bottom: 8px;
}

.content-card p {
	margin-top: 0;
	margin-bottom: 8px;
}

.content-card .read-more {
	font-weight: bold;
	color: #29384F;
	letter-spacing: 0.16em;
	transition: 0.5s all;
}

.content-card .read-more:hover {
	color: #478395
}

.content-block-element {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 32px 24px;
}

.content-block-element h4 {
	margin-top: 0;
	margin-bottom: 4px;
}

.content-block-element h4.arrow-icon:before {
	content: url("/etc/icon/chevron-right.png");
	margin-right: 12px;
}

/* NEWS FILTER */

.filter-widget {
	border-bottom: 1px solid #ACAFB5;
	margin-bottom: 32px;
	padding-bottom: 32px;
}

.filter-widget .submit-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	gap: 8px;
	height: 48px;
	width: 100%;
	background: #478395;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #FFF;
	border: none;
	margin-bottom: 16px;
	transition: 0.5s all;
}

.filter-widget .submit-btn:hover {
	opacity: 0.7;
}

.filter-widget .btn-reset {
	margin: 0 auto;
	display: block;
	cursor: pointer;
	padding: 0;
	background: no-repeat;
	border: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #29384F;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

.custom-select {
	position: relative;
	margin-bottom: 20px;
}

.custom-select select {
	display: none;
}

.select-selected {
	background-color: #fff;
	font-size: 16px!important;
	line-height: 24px!important;
	min-height: 48px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid transparent;
}

.select-selected:after {
	position: absolute;
	content: url("/etc/icon/chevron-down-blue.png");
	top: 14px;
	right: 20px;
	width: 13px;
	height: 20px;
	transition: .5s all;
}

.select-selected.select-arrow-active:after {
	transform: rotate(180deg);
}

.select-items div,.select-selected {
	color: #ffffff;
	padding: 8px 16px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #29384F;
}

.select-selected.select-arrow-active {
	border-bottom: 2px solid #F5F5F5;
}

.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.search-items {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.search-items .search-item{
	padding: 24px;
	background-color: #fff;
}

.search-items .search-item a {
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
	transition: .5s all;
	word-wrap: break-word;
	margin-bottom: 4px;
}

.search-items .search-item a:hover {
	color: #3D8490;
}

.search-items .search-item p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #29384F;
}

/* CONTACT FORM */
.contact-form input[type=text], .contact-form input[type=email], .contact-form select,  .contact-form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid transparent;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-size: 16px;
}
.contact-form input[type=submit] {
	background-color: #478395;
	color: white;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	transition: 0.5s all;
}

.contact-form input[type=submit]:hover {
  background-color: #45a049;
}

.contact-form label {
	font-size: 14px;
	line-height: 24px;
}

/* FONTS */
@font-face {
	font-family: "Roboto";
	src: url("/etc/fonts/Roboto-Regular.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("/etc/fonts/Roboto-Bold.ttf") format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("/etc/fonts/Roboto-Italic.ttf") format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Roboto";
	src: url("/etc/fonts/Roboto-BoldItalic.ttf") format('truetype');
	font-weight: 700;
	font-style: italic;
}

.font-18 {
	font-size: 18px;
	line-height: 28px;
}

/* RESPONSIVE */

@media only screen and (max-width: 600px) {
	.logo-content {display: none;}
	.site-logo .logo-block .logo-icon {border-right: none;}

	.block-news .block-nav ul {
	    flex-direction: column;
	    align-items: flex-start;
	}

	.block-news .block-nav ul li:not(:last-child) {
	    margin-bottom: 16px;
	}

	.block-news .block-nav ul li:not(:last-child):after {
	    content: none;
	}

	/*Home*/
	.studies-cards {flex-direction: column;}
	.studies-cards .study-card {width: 100%;}
	.footer-logo img {max-width: 100%;height: auto;}

	.contact-map {
	    height: 280px!important;
	}
	.home-contact-block .contact-block {
	    position: relative;
	    top: 0;
	    margin-top: -70px;
	}

	.pagination .number.link {
	    display: none;
	}

	.pagination .separator {
	    display: none;
	}

	.home-contact-block .contact-map .pin {
	    top: 80px;
	}

	.widget-content-rows .content-row {
	    flex-direction: column;
	}

}

@media only screen and (max-width: 768px) {
	.about-faculty .panels {flex-direction: column;}
	.about-faculty .panels .image-panel {height: 360px; }
	.about-faculty .panels .panel {width: 100%;padding-left: 24px;padding-right: 24px;}
}

@media only screen and (max-width: 900px) {
	.block-news h2 {
	    margin-bottom: 16px;
	}

	.block-news .block-head {
	    flex-direction: column;
	}

	.main-section .wrapper .main-block {
	    flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
	.studies-cards {flex-wrap: wrap;}
	.studies-cards .study-card {width: 50%;}
}

@media only screen and (max-width: 1200px) {
	.header-top {display: none;}
	.desktop--nav {display: none;}
	.res-nav {display: flex!important;}
	.header-main .wrapper {padding-left: 24px;padding-right: 24px;}
}

/* Post filter widget v.2 */
.post-filter-widget .select-selected {
	position: relative;
}

.post-filter-widget .quasi-select {
	position: relative;
	margin-bottom: 20px;
}

.post-filter-widget .quasi-select li {
	padding: 2px 16px;
}

.post-filter-widget .quasi-select li a{
	cursor: pointer;
}

.option-selected {
	background-color: #fff;
	font-size: 16px!important;
	line-height: 24px!important;
	min-height: 48px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	padding-left: 16px;
}

.option-selected:after {
	position: absolute;
	content: url("/etc/icon/chevron-down-blue.png");
	top: 14px;
	right: 20px;
	width: 13px;
	height: 20px;
	transition: .5s all;
}

.option-selected.select-arrow-active:after {
	transform: rotate(180deg);
}

.select-options {
	background-color: #ffffff;
	padding: 8px 16px 8px 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #29384F;
	position: absolute;
	width: 100%;
	z-index: 99;
	max-height: 400px;
	overflow-y: auto;
}

.select-options a {
	cursor: pointer;
}

.option-selected.select-arrow-active {
	border-bottom: 2px solid #F5F5F5;
}

.select-options.inactive {
	display: none;
}

/* Content Accordion */
.accordion-title {
	background-color: #fff;
	cursor: pointer;
	padding: 5px 5px 5px 30px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #29384F;
	transition: 0.5s all;
}

.active-accordion {
	transition: 0.5s all;
}

.active-accordion, .accordion-title:hover {
	background: rgba(71, 131, 149, 0.1);
}

.accordion-content {
	padding: 0 25px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 16px;
}

.accordion-title:before {
	content: url("/etc/icon/chevron-right.png");
	font-size: 13px;
	color: #777;
	margin-left: 5px;
	position: absolute;
	left: 3px;
	top: 8px;
}

.active-accordion:before {
	transform: rotate(90deg);
}

/* Widget Content Row */
.widget-content-rows .content-row {
	display: flex;
	margin-bottom: 32px;
}

.widget-content-rows .content-row .col-img{
	flex-shrink: 0;
	margin-right: 30px;
}

.widget-content-rows .content-row .col-img img{
	margin-bottom: 16px;
}

.widget-content-rows .content-row .col-text p:first-child {
	margin-top: 0;
}
