.single-faq .faq-header {
	padding: 10px 0;;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.single-faq .faq-header a {
	font-size: 16px;
	color: #27277f;
    font-weight: bold;
}

.single-faq .faq-header a:before {
 	content: '';
    display: inline-block;
    background-image: url(../img/menu-list-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 12px;
    padding: 0 15px;
}

.single-faq .faq-content {
	display: none;
	padding: 10px 30px;
	background-color: #f2d695;
	font-size: 15px;
}

.single-faq.open .faq-content {
	display: block;
}

.single-faq.open .faq-header {
	background: #bb9a4d;
}

.single-faq.open .faq-header a {
	color: #fff;
}

.single-faq.open .faq-header a:before {
    background-image: url(../img/menu-list-icon-white.svg);
	transform: rotate(90deg);
}

h3 > a {
	color: #c9d1d5;
}

span.icon-download:before {
	content: '';
	display: inline-block;
	background-image: url(../img/download.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.padome-sastavs > div  {
	text-align: center;
}

.padome-sastavs > div > h4  {
	margin: 10px 0;
}

ul.map {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.map ul {
	list-style: none;
}

ul.map li {
	padding: 5px 0;
}

ul.map li:before {
    content: '■';
	color: #cc242b;
	padding: 0 10px;
}

ul.map > li a {
	color: #000;
}

ul.map > li > a {
	font-weight: bold;
	color: #27277f;
}

ul.map > li:before {
    content: '';
	display: inline-block;
	background-image: url(../img/menu-list-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
	height: 12px;
	padding: 0 15px;
}

ul.vakance {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.vakance ul {
	list-style: none;
}

ul.vakance li {
	padding: 5px 0;
}

ul.vakance li:before {
    content: '■';
	color: #cc242b;
	padding: 0 10px;
}

ul.vakance > li a {
	color: #000;
	font-size: 18px;
}

ul.vakance > li > a {
	font-weight: bold;
	color: #27277f;
}

ul.vakance > li > ul > li {
	font-size: 16px;
}

ul.vakance > li:before {
    content: '';
	display: inline-block;
	background-image: url(../img/menu-list-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
	height: 12px;
	padding: 0 15px;
}

ul.vakance ul > li {
	display: inline-block;
}

div.vakance {
	border-bottom: solid 1px #c6c6c6;
	padding: 20px 0;
}

div.vakance a.button {
	display: inline-block;
	background-color: #151560;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
}

div.vakance a.button:after {
	content: '';
	display: inline-block;
	background-image: url(../img/pagination-icon-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
	height: 15px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

div.vakance a.button:hover {
	text-decoration: none;
}

.single-date {
	color: #27277f;
	padding-bottom: 30px;
}

table.prices td,
table.prices th {
	padding: 5px;
	font-size: 16px;
}

table.prices td {
	border-top: solid 1px #c6c6c6;
}

.content .articles article {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #c9c9c9;
}

.content .articles article .wrapper {
	padding: 50px 25px;
	background-color: rgba(54, 54, 122, 0.8);
}

.content .articles article:first-child .wrapper a {
	color:#fff;
}

.content .articles article h3 {
	font-family: 'Exo', sans-serif;
	color: #fff;
	text-transform: none;
	font-style: italic;
	margin-bottom: 18px;
	font-weight: 500;
}

.content .articles article span {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-style: normal;
	font-size: 11pt;
	text-transform: none;
}

.content .articles article .excerpt {
	color: #4c4c59;
	padding: 15px 0;
}

.content .articles article a.button, .button-signup {
	display: inline-block;
	background-color: #cc242b;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
}

.content .articles article a.button:after, .button-signup:after {
	content: '';
	display: inline-block;
	background-image: url(../img/pagination-icon-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
	height: 15px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.content .articles article a.button:hover, .button-signup:hover {
	text-decoration: none;
}

.button-signup:hover, .button-signup:active, .button-signup:link, .button-signup:visited {
	color: white;
	text-decoration: none;
}

.button-signup:hover {
	background-color: #ad171b;
}

.content .articles article:not(:first-child) a.button {
	background-color: #151560;
}

.content .articles article:nth-child(2) .wrapper,
.content .articles article:nth-child(3) .wrapper {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 15px 15px;
}

.content .articles article:nth-child(2) h3,
.content .articles article:nth-child(3) h3,
.content .articles article:nth-child(2) span,
.content .articles article:nth-child(3) span {
	color: #151560;
}

.content .articles article:nth-child(n+4) .header {
	background-image: none !important;
}

.content .articles article:nth-child(n+4) .wrapper {
	background: none !important;
	padding: 0;
}

.content .articles article:nth-child(n+4) h3 {
	color: #151560;
}

.content .articles article:nth-child(n+4) span {
	color: #151560;
}

.content .articles article:nth-child(n+4) .excerpt,
.content .articles article:nth-child(n+4) .button {
	display: none;
}

.content .articles-pagination {
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

.content .articles-pagination li {
	display: inline-block;
}

.content .articles-pagination li a {
	font-size: 18px;
	color: #8e8e8e;
	padding: 0 5px;
}

.content .articles-pagination li.current-page a {
	color: #000;
}

.content .articles-pagination .next,
.content .articles-pagination .prev {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: solid 1px #a2a2a7;
	background-image: url(../img/pagination-icon.svg);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	position: relative;
	top: 3px;
}

.content .articles-pagination .prev {
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

@media (max-width: 991px) {
	
	.content .articles article h3 {
		text-align: left;
		font-size: 20px;
	}
	
	.content .articles article .wrapper {
		padding: 15px;
	}
	
	.content .articles article a.button {
		display: block;
		width: 80%;
		margin: auto;
		padding: 10px;
		text-align: center;
	}
	
	div.vakance a.button {
		display: block;
		width: 80%;
		margin: auto;
		padding: 10px;
		text-align: center;
	}
	
	.content .articles-pagination {
		background-color: #ececec;
		padding: 10px;
	}
	
	.content .articles-pagination .next,
	.content .articles-pagination .prev {
		border: none;
		background-color: #151560;
		background-image: url(../img/pagination-icon-white.svg);
		background-size: 30%;
		width: 40px;
		height: 40px;
	}
	
	.content .articles-pagination li:nth-child(n+7) {
		display: none;
	}
	
	.content .articles-pagination li a {
		font-size: 24px;
		position: relative;
		top: -8px;
		padding: 0 10px;
	}

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}

.error-message {
	display: none;
}


.form-fields label {
	font-size:14px;
	color:#404040;
	display:block;
	clear:both;
	font-weight:300;
	margin-top:15px;
}

.form-fields label span {
	color:#d2242f;
}

.form-fields input[type="text"],.form-fields input[type="tel"], .form-fields input[type="email"] {
	width:100%;
	border:1px solid #959595;
	color:black;
	font-size:16px;
	height:40px;
	line-height:40px;
	padding-left:10px;
}

.form-fields textarea {
	width:100%;
	border:1px solid #959595;
	color:#959595;
	font-size:16px;
	min-height:120px;
	line-height:24px;
	padding:15px;
}

.red {
	color:#d2242f;
}

.form-fields .submit-button, .submit-button-courses {
	display:inline-block;
	background-color:#d2242f;
	border:0;
	border-bottom:2px solid #6e0000;
	color:#fff;
	font-size:18px;
	font-weight:500;
	border-radius:3px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.form-fields input[type="tel"], .form-fields input[type="email"]
{
	width: 100% !important;
	border: 1px solid #959595;
	color: #959595;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

.form-fields .form-error label {
	color:#d2242f;
}

.form-fields .form-error input, .form-fields .form-error textarea {
	border:1px solid #d2242f!important;
}

.error-message {
	color:#fff;
	background-color:#d2242f;
	display:none;
	position:absolute;
	right:15px;
	top:20px;
	padding-right:3px;
	padding-left:3px;

}

*:focus {
	outline:0!important;
}

article .header {
	background-size:cover;
}

article .header a {
	color:#151560;
}