@charset "utf-8";

body {
	line-height: 100%;
}
ol, ul {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
textarea:focus, input:focus{
    outline: none;
}

a, a:active, a:focus {
	outline: none;
}

*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* End Reset */ */

/* Basic */


html { 
	/*background: url(images/background.png) center 0 repeat;*/
	background: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.wrapper {
	max-width: 1090px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
}

i {
	font-style: italic;
}

strong {
	font-weight: 700;
}

section {
	padding: 20px 45px 35px 40px;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}

h1.naslov {
	font-size: 48px;
	color: #222222;
	font-weight: 400;
	background: url(images/line.png) no-repeat bottom left;
	padding-bottom: 30px;
}

iframe {
	border:none;
}

/* End Basic */

/* Header */

header {
	padding: 0px 40px 6px 40px;
	background-color: #f8f8f8;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.logo {
	padding-top: 10px;
	float:left;
}

nav {
	float: right;
}

nav ul li {
	float: left;
	padding-top: 26px;
	padding-bottom: 0;
	margin-right: 35px;
	display: inline-block;
}

nav ul li a {
	color: #222222;
	text-transform: uppercase;
	font-size: 14px;
}

nav ul li:last-child {
	margin-right: 0px;
	background-color: #ed1c24;
	padding-bottom: 9px;
	padding-left: 4px;
	padding-right: 4px;
}

nav ul li:last-child a {
	color: #fff;
}

/* End Header */

/* Section */

section.years, section.emiteri {
	background: url(images/years.png) center repeat;
}

section.years {
	padding: 40px 0 20px 0;
	text-align: center;
}

section.years .yearsimg {
	margin-bottom: 30px;
}

section.years .yearsimg img {
	margin-right: 60px;
}

section.years .yearsimg img:last-child {
	margin-right: 0px;
}

section.years p {
	font-size: 50px;
	font-weight: 300;
}

section.years p>span {
	font-weight: 400;
}

section.parents {
	background: url(images/parentsbc.png) no-repeat;
	background-size: cover;
}

section.parents .firstcol {
	width: 33%;
	float: left;
}

section.parents .firstcol img {
	margin-top: -30px;
}

section.parents .secondcol {
	float: left;
	margin-right: 30px;
	width: 380px;
}

.tabs {
	border-style: solid;
	border-width: 10px;
	border-radius: 5px;
	/*padding: 10px 5px;*/
	padding: 5px 0px 5px 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

.tabs ul li a{
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	margin-right: 2px;
	font-size: 12px;
	color:#6c6c6c;
	text-align: center;
	padding: 4px 2px;
	text-transform: uppercase;
	cursor:pointer;
}

.tabs ul li a:hover {
	background-color: #df3242;
	color: #000;
	border-radius: 5px;
}

.tabs ul li:last-child a {
	margin-right: 0px;
}

/*.bigmonitor p {
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
	text-align: right;
	line-height: 34px;
	width: 180px;
}*/

/*.monimg {
	float: right;
}*/

/*.monimg img {
	width: 45px;
	height: 49px;
}*/

/*.monitorline {
	border: 5px solid #000;
	width: 180px;
	margin: 0 auto;
}*/

section.parents .thirdcol {
	margin-top: 60px;
	overflow: hidden;
}

section.parents .thirdcol p {
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	display: inline;
}

section.emiteri {
	padding-bottom: 0;
}

section.emiteri h1 {
	width: 50%;
}

.emiteritext {
	width: 55%;
	float: left;
}

.emiteritext p {
	font-size: 14px;
	line-height: 18px;
	color: #222222;
}

.detail {
	display: flex;
}

.detail a {
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #848484;
	color: #848484;
	padding: 5px 15px;
}

.detail a>span {
	border-radius: 50%;
	border: 1px solid #848484;
	padding: 1px 4px;
	display: inline-block;
}

.emiterslika {
	float: right;
	margin-right: -44px;
	margin-top: 5px;
}

section.download {
	padding-left: 90px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff0000;
	font-size: 20px;
	color: #222222;
	background: url(images/downloadbv.png) center repeat;
}

section.download p {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	line-height: 24px;
}

section.download a {
	color: #df3242;
	font-weight: 700;
}

section.psiholog {
	background-color: #f2f2f2;
}

section.psiholog .psytext {
	width: 50%;
	float: left;
	margin-right: 20px;
	margin-top: 35px;
}

section.psiholog .psytext p {
	font-size: 25px;
	line-height: 30px;
	color: #222222;
	margin-bottom: 20px;
	font-style: italic;
}

section.psiholog .psytext .detail p{
	text-transform: none;
	font-style: normal;
}

section.psiholog .psihologvideo {
	float: right;
}

section.infografik {
	background: url(images/infografik.png) no-repeat;
	background-size: cover;
}

section.infografik h2 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-top: 35px;
}

section.infografik .infotext p {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

section.infografik .infotext {
	margin-bottom: 15px;
	max-width: 500px;
	overflow: hidden;
}

section.infografik a {
	color: #fff;
	background-color: #df3242;
	text-transform: uppercase;
	font-size: 20px;
	border: 2px solid #000;
	padding: 5px 15px;
	display: table;
}

section.infografik .info-content {
	float: left;
    display: table;
    max-width: 500px;
    padding-bottom: 20px;
}

section.infografik .info-slika {
	float: right;
	display: table;
}


section.commercial .bigvideo {
	float: left;
	overflow: hidden;
	width: 58%;
}

section.commercial .videos {
	float: right;
	padding-right: 50px;
}

section.commercial .videos .minvideos {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

section.commercial .videos .minvideos h4 {
	font-size: 16px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

section.commercial .videos .minvideos img {
	float: left;
	width: 110px;
	height: 65px;
	cursor: pointer;
}

/* End Sections */


/* Single */

.main {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 2px;
	background-color: #f8f8f8;
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 20px;
}

.main h2 {
	padding-top: 55px;
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #222222;
}

.main h3 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #222222;
}

.main ul {
	margin: 10px 0;
	padding-left: 10px;
}

.main ul li {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #222222;
}

.main p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 18px;
	color: #222222;
}

.main a {
	font-size: 14px;
	line-height: 18px;
	color: #df3242;
}

.main img {
	max-width: 100px;
	height: auto;
}

p.bigfont {
	font-size: 20px;
	color: red;
}

p.bfont {
	font-size: 16px;
	color: red;
}
.main a:hover {
	text-decoration: underline;
}

img.mainslika {
	max-width: 48%;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}

.bilbord img {
	max-width: 525px !important;
    max-height: 370px !important;
}

img.infografik {
	max-width: 100%!important;
}

.mainimg {
	overflow: hidden;
}

/* End Single */

/* Footer */

footer {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 100px;
	overflow: hidden;
}

footer a img {
	margin-right: 60px;
	vertical-align: middle;
}

footer a:last-child img {
	margin-right: 0;
}

.nav-collapse {
	display:none;
}

a.navigacija {
	display:none;
}

a.nav-toggle {
	display:none;
}

#player {
	display:block;
}

.minvideos {
	display:block;
}

.resvideos {
	display:none;
}

.izdvojeno {
	margin-bottom: 20px;
    border: 3px solid #000;
}

.izdvojeno .prvi {
	padding: 10px;
	border-bottom: 3px solid #000;
}

.izdvojeno .drugi {
	padding: 10px;
}

/* Footer */

/* Responsive */

@media screen and (max-width: 700px) {
  
	.logo {
		float:none;
		text-align:center;
	}

	nav {
		display: none !important;
	}

	a.navigacija {
		display:block;
	}

	a.nav-toggle {
		display:block;
		background:#df3242;
		width:100%;
		text-transform: uppercase;
		font-size: 18px;
		text-align:center;
		padding:10px 0;
		color:#ffffff;
		border-bottom: 1px solid #fff;
	}

	.nav-collapse ul {
		margin: 0;
		padding: 0;
		width: 100%;
		display: block;
		list-style: none;
	}

	.nav-collapse ul li a {
		color: #ffffff;
		text-transform: uppercase;
		font-size: 16px;
		text-align:center;
		border-bottom: 1px solid #fff;
		padding: 5px 0;
		display:block;
	}

	.nav-collapse li {
		width: 100%;
		display: block;
		background:#df3242;
	}

	.js .nav-collapse {
		clip: rect(0 0 0 0);
		max-height: 0;
		position: absolute;
		display: block;
		overflow: hidden;
		zoom: 1;
		}

	.nav-collapse.opened {
		max-height: 9999px;
		}

	.disable-pointer-events {
		pointer-events: none !important;
	}

		.nav-toggle {
		  -webkit-tap-highlight-color: rgba(0,0,0,0);
		  -webkit-touch-callout: none;
		  -webkit-user-select: none;
		  -moz-user-select: none;
		  -ms-user-select: none;
		  -o-user-select: none;
		  user-select: none;
		}

		@media screen and (min-width: 40em) {
		  .js .nav-collapse {
		    position: relative;
		  }
		  .js .nav-collapse.closed {
		    max-height: none;
		  }
		  .nav-toggle {
		    display: none;
		  }
		}

	.yearsimg img {
		width:60px;
		margin-right: 30px;
	}

	.years p {
		font-size: 28px;
		line-height: 36px;
	}

	section {
		padding: 10px;
	}

	h1.naslov {
		
	}

	section.parents .firstcol {
		width:100%;
		float: none;
	}

	section.parents .firstcol img {
		display: none;
	}

	section.parents .secondcol {
		float:none;
		margin-right: 0 auto;
		width: 100%;
	}

	section.parents .thirdcol {
		margin-top: 10px;
	}

	.bigvideo {
		float: none !important;
		width: 100% !important;
	}

	section.commercial .videos {
	float:none;
	padding-right: 0px;
	}

	#player {
		display:none;
	}

	.minvideos {
		display:none;
	}

	.resvideos {
		display:block;
	}

	section.emiteri h1 {
		width:100%;
		line-height: 24px;
	}

	.emiteritext {
		float:none;
		width: 100%;
	}

	section.download {
		padding-left: 10px !important;
	}

	section.download p {
		margin-right: 5px;
		line-height: 26px;
	}

	section.psiholog .psytext {
		width: 100%;
		float: none;
	}

	section.infografik .infotext {
		width: 100%;
	}

	section.infografik h2 {
		line-height: 60px;
	}

	footer {
		padding: 20px 0;
		text-align:center;
	}

	footer .uns {
		padding-top: 20px;
	}

	.aside {
		display:none;
	}

	.main {
		width: 100%;
	}



}

/* End Responsive */