@charset "utf-8";
/* CSS Document */


/* #Reset & Basics (Inspired by E. Meyers)
--------------------------------------------------------*/
html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* Layout 
--------------------------------------------------------*/
nav {
	background: #000;
	background: rgba(0,0,0,0.65);
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 50px;
	text-align: center;
	margin-bottom: 10px;
}

nav ul {
	/*height: 40px;*/
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 15px;
}

nav ul li {
	position: relative;
	float: left;
	margin: 0;
}

nav ul li a {
	font-family: 'Oswald',sans-serif;
	font-size: 27px;
	font-weight: 300;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 25px;
}

nav ul li a:hover {
	color: #2d9ef1;
	transition: color 0.5s;
}

nav ul li.active a {
	color: #fff;
	background: #000;
}
nav ul li.active li a {
    background: none;
}
nav ul li.active li a:hover {
    color: #2d9ef1;
    transition: color 0.5s;
}
.dropmenu {
	display: none;
}

	
.container {
    height: 100%;
	weight: 100%;
}

.logo {
    float: left;
    padding-top: 10px;
    width: 35%;
}

.logo a img {
	weight: 100% !important;
}

.conf-name {
	float: right;
	text-align: center;
}





	
/* Typography
--------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight: 400;
	font-family: 'Oswald',sans-serif;
	color: #111111;
	margin: 0 0 6px;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -2px;
	text-align: left;
	line-height: 0.8;
	margin-bottom: 15px;
	padding-top: 15px;
	
}

h2 {
	font-size: 20px;
	position: relative;
}

h3 {
	font-size: 22px;
	line-height: 1;
}

h3.sectionTitle {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 29px;
    padding: 10px 0 6px;
}
h3.sectionTitle02 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 10px 0 6px;
	color:#fff;
	background: #0369b4;
	background: rgba(3,105,180,0.85);

}

h3.language {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    float: right;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 13px;
    text-align: right;
}

.small {font-size: 36px; font-weight:300; text-transform: uppercase;}
.smallBold {font-size: 36px; font-weight:700; text-transform: uppercase;}
.medium {font-size: 44px; text-transform: uppercase;}
.mediumBold {font-size: 44px; font-weight:700; text-transform: uppercase;}
.large {font-size: 56px; text-transform: uppercase;}
.largeBold {font-size: 56px; font-weight:700; text-transform: uppercase;}
.author {font-size: 18px; font-weight:300;}


h4 {
    background-color: #EEEEEE;
    font-size: 20px;
    padding: 8px;
    text-transform: uppercase;
	margin-top: 10px;
}
h5 {
    font-size: 16px;
    padding: 8px;
	margin-top: 10px;
}

/*parallax
--------------------------------------------------------*/
.parallax{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-repeat:repeat-y;
	/*color:#cee9ff;*/
    color:black;
	position:relative;
}

.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}


/*footer
--------------------------------------------------------*/	

#footer{
	position:relative;
	padding:20px 0 20px 0;
	background-color: #191c1f;
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	margin-top: 15px;
}
#footer p.copyright{
	margin-bottom:0;
	margin-top: 20px;
	text-align: left;
	color: #606d77;
	font-family: Arial;
	font-size:12px
}
#footer a{
	margin-bottom:0;
	margin-top: 20px;
	text-align: left;
	color: #606d77;
	font-family: Arial;
}


/* Media Queries
--------------------------------------------------------*/

/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	
	
}


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 540px;}
	nav ul li {padding: 0 50px 0 0!important;}
    nav ul li a{padding: 0 17px!important;}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.small {font-size: 30px; font-weight:300;}
	.smallBold {font-size: 30px; font-weight:700;}
	.medium {font-size: 38px; text-transform: uppercase;}
	.mediumBold {font-size: 38px; font-weight:700; text-transform: uppercase;}
	.large {font-size: 50px; text-transform: uppercase;}
	.largeBold {font-size: 50px; font-weight:700; text-transform: uppercase;}
	.author {font-size: 16px; font-weight:300;}
	.bar {width: auto;}
	.percent100 {width: 100%;}
	.percent95 {width: 95%;}
	.percent90 {width: 90%;}
	.percent85 {width: 85%;}
	.percent80 {width: 80%;}
	.percent75 {width: 75%;}
	.percent70 {width: 70%;}
	.percent65 {width: 65%;}
	.percent60 {width: 60%;}
	.percent55 {width: 55%;}
	.percent50 {width: 50%;}
	.percent45 {width: 45%;}
	.percent40 {width: 40%;}
	.percent35 {width: 35%;}
	.percent30 {width: 30%;}
	.percent25 {width: 25%;}
	.percent20 {width: 20%;}
	p.percent {opacity: 1;}
	.statNumber {font-size: 36px; padding-top: 10px;}
	.statNumberMedium {font-size: 24px; padding-top: 20px;}
	.statNumberSmall {font-size: 18px; padding-top: 30px;}
	.statText {opacity: 1;transform: scale(1);margin-top: 0px;}
	.serviceInfo .serviceInfoBack {opacity: 1;transform: scale(1);}
	.serviceItem .serviceInfoFront {opacity: 1;transform: scale(1);}
	body {background: url(../images/slider/image1.jpg) center center no-repeat #111;}
	nav ul li {padding: 0 50px 0 0!important;}
    nav ul li a{padding: 0 17px!important;}
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	h1 {font-size: 24px;}
	.teamImage h2 {margin-top: 75px; font-size:32px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 537px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	.block-header-title {
	color: #FFFFFF;
    font-family: Oswald;
    font-size: 18px !important;
    padding: 8px 0 8px 10px !important;
    text-transform: uppercase;
	line-height: 22px !important;}
	nav ul li {padding: 0 25px 0 0!important;}
	nav ul li a{padding: 0 17px!important;}
	}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.dropmenu { display: block; margin-top: 5px; }
	#nav {display: none;}
	#slidecaption { display:none;}
	#prevslide, #nextslide{top:120px;}
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
	.block-header-title {
	color: #FFFFFF;
    font-family: Oswald;
    font-size: 18px !important;
    padding: 8px 0 8px 10px !important;
    text-transform: uppercase;
	line-height: 22px !important;}
}
	
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	h1 {font-size: 24px;}
	h1 span{font-size: 80px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 400px;}
    .block-header-title {
	color: #FFFFFF;
    font-family: Oswald;
    font-size: 18px !important;
    padding: 8px 0 8px 10px !important;
    text-transform: uppercase;
	line-height: 22px !important;}
    .naslovna-baneri img{
    border: 2px solid #CEE9FF;
    float: left;
    margin-bottom: 15px;
    margin-left: 7% !important;
    padding: 5px;
    width: 78% !important;}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	h1 {font-size: 24px;}
	h1 span{font-size: 60px;}
	.teamImage h2 {margin-top: 105px; font-size:40px;}
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 275px;}
	.block-header-title {
	color: #FFFFFF;
    font-family: Oswald;
    font-size: 18px !important;
    padding: 8px 0 8px 10px !important;
    text-transform: uppercase;
	line-height: 22px !important;}
	.naslovna-baneri img{
    border: 2px solid #CEE9FF;
    float: left;
    margin-bottom: 15px;
    margin-left: 7% !important;
    padding: 5px;
    width: 78% !important;}

}
