/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS style */

body {
	background-color: #004358;
}

header {
	width: 650px;
	padding-right: 98px;
	float: right;
}

#all-content {
	background-image: url(../images/back_image_color.png);
	background-repeat: repeat-y;
	width: 1140px;
	height: auto;
	background-color: #d7d7d7;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#carousel {
/*	width: 100%;
	height:  auto;
	margin-top: 50px;
	left: 0;
	top: 0;*/
	padding-top:  50px;
	clear: both;

}


#sign img {
	position: absolute;
	left: -100px;
	margin-top: 30px;
	border: 25px solid #004358;
	border-radius: 50%;

}

#text-content {
	padding: 420px 98px 100px 98px;
	width: 944px;
	height: auto;
}
#left-content,
#right-content {
	display: inline-block;
	box-sizing: padding-box;
}

#left-content {
	width: 265px;
	float: left;
	text-align: right;
}

#right-content {
	width: 650px;
	float: right;
	margin-top: -50px;

}

/*#slider {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}*/

.col-1-3 {
	display: inline-block;
	width: 33.33%;
	text-align: center;
}

.col-1-3 img {
	box-sizing: border-box;
	border: 6px solid #ececec;
	border-radius: 50%;
	width: 90%;
}


#logo {
	text-align: right;
}

#logo img {

	margin-top: 35px;
	width: 450px;
}

nav {
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: justify;
}

nav ul {
	width: 110%;
	text-align: center;
	display: inline-block;
	margin-left: -38px;
	clear: both;
}

nav ul li {
	display: inline-block;	
	width: 25%;
}

nav ul li a {
	color: #004358;
	font-family: 'PT Sans', Arial,  sans-serif;
	text-decoration: none;
	font-size: 22pt;
	font-weight: bold;
	text-transform: uppercase;
}

nav ul li a.active,
nav ul li a:hover {
	color: #fd7400;
}

#break-line {
	background-image: url(../images/pat_stripe_col.png);
	background-repeat: repeat-x;
	height: 23px;
	margin-right: -98px;
	position: relative;
}

h1 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 90pt;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 27px;
	color: #fd7400;
	text-shadow: 3px 4px 0 rgba(0,0,0,.15);
}

h2 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 53px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	line-height: 125%;
	text-shadow: 0 0 6px rgba(0,0,0,.4);
}

h3 {
	color: #fff;
	font-family: 'Roboto Slab', Garamond, serif;
	font-size: 28pt;
	font-weight: 600;
	line-height: 100%;
	text-shadow: 0 0 6px rgba(0,0,0,.2);
	margin-top: 90px;
}

h4 {
	font-family: 'Roboto Slab', Garamond, serif;
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}

h5 {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 26px;
	font-style: italic;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 40px;
	color: #1f1f1f;
}

h6 {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 150%;
}

p {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 18px;
	color: #004358;
	margin-bottom: 15px;
	text-align: justify;
	font-weight: 300;
	line-height: 130%;
}

.bxslider {
	width: 100%;
/*	height: 650px;*/
	clear: both;
}

/*#image-holder img {
	opacity: .4;
	width: 100%;
	background-size: cover;
}*/

#misija {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

footer {
	padding: 30px 98px;
	background-color: #004358;
}

#left-foot-cont,
#right-foot-cont {
	display: inline-block;
	box-sizing: padding-box;
}

#left-foot-cont {
	width: 66.66%;
	text-align: left;
}

#right-foot-cont {
	padding-top: 30px;
	text-align: right;
	width: 33.33%;
}

#social img {
	margin-left: 20px;
	opacity: 1;
}

#social img:hover {
	opacity: 0.5;
}

#left-foot-cont a {
	text-decoration: none;
	color: #939393;
}

#left-foot-cont a:hover {
	color: #fd7400;
}

.bxslider #slide-a {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 110px; */
}

.bxslider #slide-a h2 {
	margin-top: -520px;
}

	
.bxslider #slide-b {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.bxslider #slide-b h2 {
	margin-top: -490px;
}

.bxslider #slide-c {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.bxslider #slide-c h2 {
	margin-top: -490px;
}

/*.bxslider h2 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 53px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 125%;
	text-shadow: 0 0 6px rgba(0,0,0,.6);
}*/

