
/* CSS reset */
* {
	padding: 0;
	margin: 0;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.blue { color: #25537f;}
.white { color: #ffffff;}
.lightBlue { color: #a5bce0;}
.gray { color: #383838;}
.lightGray { color: #cecece;}
.red { color: #aa3337;}


.rotate:hover  {
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#content h5 img{
margin: 5px;
padding: 5px;
height: 30px;
width: auto;
float: left;
position:float;
}


/* Title Style - START */
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #ffffff;
		text-align: center;
		position: relative;
		font-size: 17px;
		padding: 10px;
		background: rgba(0, 0, 0, 0.5);
		margin: 20px 0px 0px 0px;
	}
	h2 {
		font-family: 'Bebas', 'Arial Narrow', Arial, sans-serif;
		margin: 0px 10px 5px 10px;
		padding-left: 0px;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	h3 {
		font-family: "Times New Roman", Times, serif;
		text-align: justify;
		font-size: 22px;
		color: #ffffff;
		font-weight: bolder;
		font-style: italic;
		padding: 2px 10px 0px 10px;
		text-shadow:0px 0px 0 rgb(214,214,214),1px 0px 0 rgb(180,180,180),1px 0px 0 rgb(147,147,147), 2px 0px 0 rgb(114,114,114),4px 0px 3px rgba(0,0,0,0.45),3px 0px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
	}

	h4 {
		font-family: 'Bebas', 'Arial Narrow', Arial, sans-serif;
		text-align: justify;
		font-size: 18px;
		color: #25537f;
		margin: 20px 0px 0px 20px;
		text-shadow: 1px 1px 1px rgba(76,0,2,0.2);
		border-bottom: 1px solid #25537f;
		text-transform: uppercase;
	}
	h5 {
		text-align: left;
		font-family: 'Bebas', 'Arial Narrow', Arial, sans-serif;
		font-size: 18px;
		line-height: 55px;
		position: relative;
		color: #25537f;
		margin-top: 0px;
		padding: 0px 10px 0px 10px;
		border-top: 5px solid rgba(35,83,127,1);
		text-transform: uppercase;
	}
	
	h6 {
		text-align: center;
		background-color: rgba(0,0,0,0.5);
		font-family: 'Bebas', 'Arial Narrow', Arial, sans-serif;
		font-size: 26px;
		line-height: 35px;
		position: relative;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
		margin-top: 120px;
		padding: 20px 0px 20px 0px;
		text-transform: uppercase;
	}
	
/* Title Style - END */


/* Button Style - START */

.btn {
	width: auto;
	color: #ffffff;
	font-family: 'Bebas', 'Arial Narrow', Arial, sans-serif;
	background-color: #25537f;
	background-position: 0 -15px;
	background-image: linear-gradient(to bottom,#a5bce0,#25537f);
	background-repeat: repeat-x;
	
	-webkit-writing-mode: horizontal-tb;
	-webkit-align-items: flex-start;
	-webkit-transition: background-position .1s linear;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	transition: background-position .1s linear;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}


.btn_traditions, .btn_events {
	width: auto;
	height: 106px;
	padding: 40px 130px 80px 70px;
	margin: 0px 0px 0px 100px;
	line-height: 106px;
	color: #f0f0f0;
	text-decoration: none;
	font-size: 18px;
	text-align: left;
	font-weight: bolder;
	text-decoration: none;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.btn_traditions {
	background: url(../images/btn_traditions.png) top right no-repeat;
}
.btn_events {
	background: url(../images/btn_events.png) top right no-repeat;
}

/* Button Style - END */

table {
	border-collapse:collapse;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	background-color: #ffffff;
	font-size: 14px;
	color: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

#page {
	width: 1024px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#language{
	width: 1024px;
	text-align: right;
}

#pageContent {
	width: 1024px;
	margin: 0px auto 0px auto;
	background: url(../images/bg_page.png) top center repeat-y;
	text-align: center;
	color: #222222;
	float: left;
}

	#pageContent p {
			font-family: Arial, Helvetica, sans-serif;
			padding: 10px 0px 10px 20px;
			text-align: justify;
			font-size: 12px;
			color: #222222;
	}


#content { width: 1024px; text-align: justify; float: left;}
#contentCol { width: 460px; height: 300px; float: left; text-align: justify;}
#contentColRight { width: 460px; float: left; text-align: justify;}
#contentCol, #contentColRight {
	padding: 0px 20px 0px 20px;
}
	#content h5{
		margin: 0px 40px 0px 20px;
	}
	#content p {
			font-family: Arial, Helvetica, sans-serif;
			padding: 10px 40px 10px 30px;
			text-align: justify;
			font-size: 12px;
			color: #222222;
	}


	
#top {
	width: 1024px;
	background: url(../images/menu.png) top center no-repeat;
	margin: 30px auto 0px auto;
	text-align: center;
	height: 145px;
	padding: 0px 0px 0px 0px;
}

#topBOX {
	width: 1024px;
	height: 200px;
	margin: 140px 0px 50px 0px;
	float: left;
}
	#topBOX1 {
		width: 300px;
		height: 210px;
		background: url(../images/imageLeft.png) top center no-repeat;
		border: 10px solid rgba(255,255,255,0.4);
		float: left;
		box-shadow: 2px 2px 5px #000000
	}
	.topBOXCover {
		width: 300px;
		height: 210px;
		background: #d8d8d8;
	}
	#topBOX2 {
		width: 300px;
		height: 210px;
		margin: 0px 30px 0px 30px;
		border: 10px solid rgba(255,255,255,0.4);
		float: left;
		box-shadow: 2px 2px 5px #000000
	}
	#topBOX3 {
		width: 300px;
		height: 210px;
		background: url(../images/imageRight.png) top center no-repeat;
		border: 10px solid rgba(255,255,255,0.4);
		float: left;
		box-shadow: 2px 2px 5px #000000
	}


.social {
	float: left;
	padding: 40px 10px 0px 10px;
}
	.social p {
		float: left;
		margin-right: 10px;
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 32px;
		color: #5d5d5d;
		font-style: italic;
	}

#MAINslider{
	width: 1024px;
	margin: 0px auto 0px auto;
	text-align: center;
	float: left
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
.theme-default #slider {
    margin:100px auto 0 auto;
    width: 980px; /* Make sure your images are the same size */
    height: 500px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
	
input, textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	  border: 1px solid silver;
	  background: linear-gradient(#eee, #fff);
	  transition: all 0.3s ease-out;
	  padding: 5px;
	  margin: 5px;
	  color: #555;
}

textarea:focus, input:focus{
  outline: none;
  background-position: 0 -1.7em;
}

*:focus {
    outline: 0;
}

#animation {
	background-color: #000000;
	background-image: url("../images/bg-dancers.jpg");
    background-position: 150px center;
    background-repeat: repeat-x;
}

#header { 
	width: 100%;
	max-width: 1024px;
	margin: 0px auto 0px auto;
}

#content {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto 0px auto;
	height: auto;
}


#bottom {
	width: 100%;
	height: auto;
	background: #f0f0f0 url(../images/bg_bottom.jpg) top center repeat-y;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	float: left;
}
	#bottomBOX {
		width: 450px;
		height: 230px;
		margin: 0px 50px 0px 10px;
		float: left;
	}
	#bottomBOX p {
		font-family: Arial, Helvetica, sans-serif;
		padding: 10px 0px 10px 20px;
		text-align: justify;
		font-size: 12px;
		color: #222222;
		float: left;
	}


#footer {
	position:absolute, bottom;
	top:630px;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #222222;
	color: #cecece;
	float: left;
	box-shadow: 10px 10px 5px #000000;
	border-top: 2px solid rgba(255,255,255,0.5);
}
	#footer p {
		padding: 10px 0px 10px 0px;
		text-align: center;
		font-size: 11px;
	}

	#footer_content {
		width: 980px;
		height: auto;
		margin: 0px auto 0px auto;
	}
	
	#aboutBottom {
		background: url(../images/logo-footer.png) no-repeat 120px 30px, url(../images/footer_line.png) top right no-repeat;
		width: 325px;
		height: 300px;
		margin-top: 10px;
		text-align: justify;
		float: left;
	}
		#aboutBottom p {
			padding: 130px 30px 10px 10px;
			text-align: justify;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}

	#news {
		background: url(../images/footer_line.png) top right no-repeat;
		width: 325px;
		height: 300px;
		margin: 10px 0px 0px 0px;
		float: left;
	}
		#news p {
			margin: 0px 30px 0px 10px;
			text-align: justify;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}
		#news a, #aboutBottom a {
			margin: 0px 30px 0px 0px;
			font-family: "Times New Roman", Times, serif;
			color: #d8d8d8;
			font-weight: bolder;
			font-style: italic;
			text-decoration: none;
			font-size: 12px;
			text-align: right;
			
			background-color: #0d3153;
			background-position: 0 -15px;
			background-image: linear-gradient(to bottom,#25537f,#0d3153);
			background-repeat: repeat-x;
			
			-webkit-writing-mode: horizontal-tb;
			-webkit-align-items: flex-start;
			-webkit-transition: background-position .1s linear;
			
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		
			transition: background-position .1s linear;
			text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
			border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
			
			display: inline-block;
			padding: 4px 12px;
			margin-bottom: 0;
		}
		#news a:hover ,  #aboutBottom a:hover{
			color: #d8d8d8;
			background-color: #25537f;
			background-image: linear-gradient(to bottom,#a5bce0,#25537f);
			text-shadow: 2px 2px 0 rgba(0,0,0,0.8);
		}
		
		
	#contactBottom{
		width: 325px;
		height: auto;
		margin-top: 10px;
		text-align: justify;
		font-size: 11px;
		float: left;
	}
		#contactBottom p {
			padding: 0px 30px 0px 10px;
			text-align: justify;
			font-size: 11px;
		}
.copyright {
	width: 100%;
	background-color: #3b3b3b;
	clear: both;
	}

	.copyright p {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 10px 0px 10px 0px;
		color: #dddddd;
	}
	.copyright a {
		color: #cecece;
		text-decoration: none;
		font-weight: bolder;
	}
	.copyright a:hover {
		color: #ededed;
		text-decoration: none;
	}


	.googlemaps {
		width: 960px;
		height: 500px;
		margin: 0px 0px 30px 20px;
		border: 5px solid #ffffff;
	}
	
	
	.contact-box {
		font-size: 14px;
		border-bottom: 1px solid #3b3b3b;
		position: relative;
		font-weight: bold;
		padding: 4px 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	.contact-box span {
		display: inline-block;
		margin-left: 42px;
		padding: 4px 0px;
		font-weight: normal;
	}
	.contact-box img {
		padding-top: 3px;
		position: absolute;
	}
	.contact-box:last-child {
		border-bottom: 0;
	}
	
	.number span {
		font-size: 22px;
		font-weight: normal;
		font-family: 'Bebas', 'Arial Narrow', Arial, sans-serif;
	}
	.contact-box a {
		display: inline-block;
		color: #a5bce0;
		margin-left: 42px;
		padding: 4px 0px;
		font-weight: bold;
		text-decoration: none;
	}
	.contact-box a:hover {
		color: #d7dfed;
	}
.img{
border:3px solid transparent;
}

.img:hover{
border:3px solid #25537f;
}
#pageContent2 {
	width: 1024px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.8);
	text-align: center;
	color: #222222;
	float: left;
 }
 
#content1{
width:auto;
height:auto;
position:justify;
margin-left:30px;
margin-right:30px;
}

#textposition {
position:absolute;
bottom:10px;
vertical-align: bottom;
width:100%
}


#content2{
left:10px;
right:10px;
position:relative;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bolder;
font-style: italic;
text-shadow:0px 0px 0 rgb(214,214,214),0.2px 0px 0 rgb(0,0,0),1px 0px 0 rgb(0,0,0), 0.2px 0px 0 rgb(0,0,0),2px 0px 3px rgba(0,0,0,0.3),3px 0px 1px rgba(0,0,0,0.4),0px 0px 2px rgba(0,0,0,.2);
margin: 0px 0px 0px 10px;
min-width:180px;
height: 160px;
float: left;
text-align:center;
background: rgba(255,255,255,0.3);
white-space: nowrap;
overflow: hidden;
/*-webkit-box-shadow: 2px 1px 5px 2px #8d8d8d;
-moz-box-shadow: 2px 1px 5px 2px #8d8d8d;
box-shadow: 2px 1px 5px 2px #8d8d8d;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;*/

}

/*#content2:hover{
background: #25537f;
}*/

#content2 img{
padding:5px;
margin-top:10px;
width:auto;
max-width:150px;
height: auto;
max-height:100px;
text-align:center;
position:relative;
text-overflow: ellipsis;
box-shadow: 1px 1px 1px 1px #000000;
}

#content2 img:hover{

-webkit-box-shadow: 3px 3px 5px 3px #b9d2ea;
-moz-box-shadow: 3px 3px 5px 3px #b9d2ea;
box-shadow: 3px 3px 5px 3px #b9d2ea;
}

#content2 img:hover:active{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 3px 3px 5px 3px #aa3337;
-moz-box-shadow: 3px 3px 5px 3px #aa3337;
box-shadow: 3px 3px 5px 3px #aa3337;
}

#imgcontent{
height:80px;
width:auto;
float:left;
}

#navigacija{
text-align: center;
margin: 20px 0px 20px 0px;
width:1024px;
}
