html {
	height: 100%;
}

body {
	height: 100%;
    background-color: rgb(127, 127, 127);
    font-family: Arial;
    margin: 0;
    padding: 0;
}

#title-wrapper {
	position: absolute;
	width: 100%;
	font-size: 36px;
	height: 100px;
	opacity: 0.5;
	top: 50px;
	background-color: rgb(98, 157, 209);
}

#page-wrapper {
	position: relative;
    width: 960px;
	height: 100%;
	min-height: 520px;
    background-color: rgb(255, 255, 255);
	margin: 0px auto;
	overflow: hidden;
	max-width: 100%;
}

#page-title {
	position: absolute;
	height: 100px;
	top: 50px;
	width: 960px;
	background-color: rgb(98, 157, 209);
	max-width: 100%;
}

#page-title h1 {
	position: absolute;
	font-size: 36px;
	font-weight: normal;
	top: 50%;
	-webkit-transform: translate3d(0px, -45.11px, 0px);
	transform: translate3d(0px, -45.11px, 0px);
	left: 120px;
}

#side-wrapper {
	position: absolute;
	opacity: 0.3;
	width: 164px;
	height: 99.9%;
	-webkit-transform: translate3d(-164px, 0px, 0px);
	transform: translate3d(-164px, 0px, 0px);
	left: 940px;
	top: 0px;
	background-color: rgb(127, 127, 127);
}

#side-references {
	position: absolute;
	width: 164px;
	height: 99.9%;
	-webkit-transform: translate3d(-164px, 0px, 0px);
	transform: translate3d(-164px, 0px, 0px);
	left: 940px;
	top: 0px;
}

#reference-subdomain {
	position: relative;
	top: 150px;
	left: 20px;
}

#reference-subdomain p {
	padding-bottom: 30px;
}

#reference-subdomain p a {
	width: 124px;
	text-decoration: none;
}

#reference-subdomain p a img {
	width: 124px;
	border-width: 0px;
}

#reference-document {
	position: relative;
	top: 150px;
	left: 50px;
}

#reference-document p {
	padding-bottom: 30px;
}

#reference-document p a {
	width: 64px;
	text-decoration: none;
}

#reference-document p a img {
	width: 64px;
	border-width: 0px;
}

#reference-company {
	position: relative;
	top: 150px;
	left: 20px;
}

#reference-company p {
	padding-bottom: 30px;
}

#reference-company p a {
	width: 124px;
	text-decoration: none;
}

#reference-company p a img {
	width: 124px;
	border-width: 0px;
}

#reference-social {
	position: relative;
	top: 150px;
	left: 50px;
}

#reference-social p {
	padding-bottom: 30px;
}

#reference-social p a {
	width: 64px;
	height: 64px;
	text-decoration: none;
}

#reference-social p a img {
	width: 64px;
	height: 64px;
	border-width: 0px;
}

#page-header {
	position: absolute;
	height: 50px;
	width: 960px;
	top: 0%;
	background-color: rgb(255, 255, 255);
	max-width: 100%;
}

#page-header nav {
	top: 50%;
}

#main-menu {
	position: absolute;
	left: 20px;
	color: rgb(127, 127, 127);
	-webkit-transform: translate3d(0px, -9px, 0px);
	transform: translate3d(0px, -9px, 0px);
}

#main-menu  a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

#main-menu a:hover {
	color: rgb(14, 87, 196);
}

#lang-menu {
	position: absolute;
	height: 48px;
	width: 164px;
	left: 776px;
	-webkit-transform: translate3d(0px, -23.62px, 0px);
	transform: translate3d(0px, -23.62px, 0px);
}

#lang-menu a {
	width: 48px;
	height: 48px;
	text-decoration: none;
	text-align: center;
}

#lang-menu img {
	width: 40px;
	height: 40px;
	border-width: 0px;
	padding-top: 4px;
}

#english {
	position: absolute;
	left: 0%;
}

#srpski {
	position: absolute;
	left: 50%;
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -24, 0, 0, 1);
}

#deutsch {
	position: absolute;
	left: 100%;
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -48, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -48, 0, 0, 1);
}

#page-content {
	position: absolute;
	width: 736px;
	top: 150px;
	left: 20px;
	max-width: 100%;
}

.break-all {
	word-break: break-all;
}

article a {
    text-decoration: none;
    color: rgb(127, 127, 127);
}

article a:hover {
	color: rgb(14, 87, 196);
}

#article-welcome section hr {
    border: none;
    border-top: 1px dashed rgb(127, 127, 127);
}

#article-contact section form p label,
#article-projects section form p label {
	display: inline-block;
	width: 100px;
}

#article-contact section form p img {
    vertical-align: middle;
}

#article-contact section form p a {
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-style: italic;
	font-weight: bold;
}

#article-contact section form p a:hover {
	color: rgb(14, 87, 196);
}

#back-to-top {
	position: absolute;
	top: 100%;
	-webkit-transform: translate3d(0px, -80px, 0px);
	transform: translate3d(0px, -80px, 0px);
	left: 805px;
}

#back-to-top  a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

#back-to-top a:hover {
	color: rgb(14, 87, 196);
}

footer {
	position: absolute;
	-webkit-transform: translate3d(0px, -49px, 0px);
	transform: translate3d(0px, -49px, 0px);
	height: 50px;
	width: 960px;
	top: 100%;
	background-image: none;
	background-color: rgb(255, 255, 255);
	max-width: 100%;
}

footer hr {
	width: 920px;
	left: 20px;
	height: 1px;
	border-width: 0px;
	background-color: rgb(14, 87, 196);
}

#page-copy {
	position: absolute;
	left: 20px;
}

#contact-details {
	position: absolute;
	right: 20px;
}

#contact-details a {
    text-decoration: none;
    color: rgb(127, 127, 127);
}

#contact-details a:hover {
	color: rgb(14, 87, 196);
}

.present {
	color: rgb(255, 0, 0);
}

.service-technology {
	
}

.service-technology-solution {
	color: rgb(14, 87, 196);
}

.event-year {
	
}

.event-year-title {
	color: rgb(14, 87, 196);
}

.flex-caption {
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.flex-direction-nav a:before {
	color: rgb(98, 157, 209) !important;
}

@media screen and (max-width: 700px) {
	#page-title h1 {
		font-size: 24px;
	}
	
	#page-content {
		left: 0;
		top: 179px;
	}
	
	#article-index,
	#article-about,
	#article-services,
	#article-projects,
	#article-events,
	#article-contact,
	#article-404 {
		padding: 0 5px 0 5px;
	}
	
	#page-copy {
		position: unset;
		display: inline-block;
		padding: 0 5px 0 5px;
	}
	
	#contact-details {
		position: unset;
		display: inline-block;
		padding: 0 5px 0 5px;
	}
	
	footer {
		top: 99.3%;
	}
	
	footer hr {
		margin-top: 5px;
	}
	
	#main-menu {
		padding: 0 5px 0 5px;
		left: 0;
		position: unset;
        padding-top: 10px;
	}
	
	#page-header nav {
		top: 25%;
		line-height: 21px;
		text-align: center;
	}
	
	#page-header {
		background: deepskyblue;
		min-height: 79px;
        max-height: 163px;
        height: auto;
	}
	
	#label-submit,
	#label-dummy-2 {
		display: none !important;
	}
	
	body {
		background-color: #00bfff;
	}
	
	#lang-menu {
		position: unset;
		-webkit-transform: unset;
		transform: unset;
	}
	
	#page-title {
		top: 79px;
	}
}

@media screen and (max-width: 684px) {
	#page-title {
		top: 100px;
	}
	
	#page-content {
		left: 0;
		top: 200px;
	}
	
	#page-header {
		background: deepskyblue;
        min-height: 100px;
        max-height: 163px;
        height: auto;
    }
}

@media screen and (max-width: 375px) {
	#page-title {
		top: 121px;
	}
	
	#page-content {
		left: 0;
		top: 221px;
	}
	
	#page-header {
		background: deepskyblue;
        min-height: 121px;
        max-height: 163px;
        height: auto;
    }
}