@import 'global.css';
@import 'forms.css';
@import 'animation.css';
@import '../plugins/banner/public.css';
@import '../plugins/pagination/public.css';
@import '../plugins/news/public.css';

/* Header */

#header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 78px;
	background: #022760;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	z-index: 99;
}
#header,
#header a
{
	color: #022760;
}

#header > div.wrapper
{
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	height: 100%;
}

/* Bgd */

#header div.green.bgd
{
	position: absolute;
	top: 0;
	left: calc(50% - 211px);
	width: 100%;
	height: 26px;
	background: #abd000;
}
#header div.green.bgd:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 26px solid #022760;
	border-right: 26px solid #abd000;
}
@media only screen and (max-width: 1000px)
{
	#header div.green.bgd
	{
		display: none;
	}
}

/*** Logo ***/

#header .logo
{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 80%;
}
#header .logo *
{
	width: auto !important;
	height: 100% !important;
}

#header div.info
{
	position: absolute;
	right: 26px;
	top: -7px;
	width: 317px;
	height: 34px;
	font-size: 12px;
	z-index: 10;
	overflow: hidden;
}
#header div.info,
#header div.info a
{
	font-size: 11px;
	color: #022760;
}

@media only screen and (max-width: 1000px)
{
	#header .logo
	{
		left: 10px;
		height: 70%;
	}
	#header div.info
	{
		display: none;
	}
}

/*** Navigacija ***/

#navigationButton
{
	display: none;
	width: 37px;
	height: 28px;
	background: url('../../media/image/menuBtn.svg') center center no-repeat transparent;
	background-size: 85%;
	z-index: 1;
	cursor: pointer;
}
@media only screen and (max-width: 1000px)
{
	#navigationButton
	{
		display: block;
		position: absolute;
		right: 10px;
		top: 12px;
		z-index: 1000;
	}
}

/*** Generic ***/

#header .navigation div,
#header .navigation a
{
	line-height: 1em;
}
#header .navigation div
{
	display: inline-block;
	position: relative;
	white-space: nowrap;
	z-index: 98;
	transition: all 0.2s ease;
}
#header .navigation a
{
	position: relative;
	display: block;
	white-space: nowrap;
	transition: all 0.2s ease;
}

/*** Meni ***/

#header .navigation div.haveMenu:hover
{
	z-index: 99;
}
#header .navigation div.haveMenu:hover div.group,
#header .navigation div.group:hover
{
	display: block;
}
#header .navigation div.group
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	z-index: 99;
}
#header .navigation div.group > div
{
	display: block;
}
#header .navigation div.group a
{
	position: relative;
	top: 2px;
}
#header .navigation div.group div:first-child a
{
	border-top: none;
}
#header .navigation div.group a:before
{
	display: none;
}

/*** Main ***/

#header .main.navigation
{
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 331px;
	z-index: 3;
}
#header .main.navigation div,
#header .main.navigation a
{
	font-size: 10px;
	color: #022760;
	font-weight: 400;
	text-transform: uppercase;
}
#header .main.navigation a
{
	margin: 0;
	text-align: left;
}
#header .main.navigation div.div1,
#header .main.navigation div.div1 > a
{
	height: 24px;
	line-height: 24px;
}
#header .main.navigation div.div1::after
{
	content: '';
	position: absolute;
	top: 50%;
	height: 10px;
	border-left: 1px solid #022760;
	transform: translateY(-50%);
}
#header .main.navigation div.div1:first-child::after
{
	border-left: none;
}
#header .main.navigation div.div1 > a
{
	margin: 0 10px;
	padding: 0;
}
#header .main.navigation div:hover > a,
#header .main.navigation div > a.active
{
	text-decoration: none;
	color: #fff;
}

#header .main.navigation div.group
{
	min-width: 250px;
	border: none;
	background: rgba(255,255,255,0.95);
}
#header .main.navigation div.group > div
{
	display: block;
}
#header .main.navigation div.group a
{
	color: #022760;
	padding: 10px 10px 8px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#header .main.navigation div.group div > a.active,
#header .main.navigation div.group div:hover > a
{
	color: #abd000;
}

/*** Servis ***/

#header .top.navigation
{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -22px;
	z-index: 2;
}
#header .top.navigation div,
#header .top.navigation a
{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#header .top.navigation a
{
	margin: 0;
	text-align: left;
}
#header .top.navigation div:hover > a,
#header .top.navigation div > a.active
{
	text-decoration: none;
	color: #abd000;
}
#header .top.navigation div.div1,
#header .top.navigation div.div1 > a
{
	height: 52px;
	line-height: 52px;
}
#header .top.navigation div.div1::after
{
	content: '';
	position: absolute;
	top: 50%;
	height: 10px;
	border-left: 1px solid #022760;
	transform: translateY(-50%);
}
#header .top.navigation div.div1:first-child::after
{
	border-left: none;
}
#header .top.navigation div.div1 > a
{
	margin: 0 10px;
	padding: 0;
}
#header .top.navigation div.div1:hover > a,
#header .top.navigation div.div1 > a.active
{
	border-bottom: 4px solid #abd000;
}

#header .top.navigation div.div1:last-child
{
	background: #fff;
}
#header .top.navigation div.div1:last-child > a
{
	color: #022760;
}
#header .top.navigation div.div1:last-child:hover > a,
#header .top.navigation div.div1:last-child > a.active
{
	color: #abd000;
}
#header .top.navigation div.div1:last-child::after
{
	border-left: none;
}

#header .top.navigation div.group
{
	min-width: 250px;
	border: none;
	background: rgba(255,255,255,0.95);
}
#header .top.navigation div.group > div
{
	display: block;
}
#header .top.navigation div.group a
{
	color: #022760;
	padding: 10px 10px 8px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#header .top.navigation div.group div > a.active,
#header .top.navigation div.group div:hover > a
{
	color: #abd000;
}

@media only screen and (max-width: 1000px)
{
	#navigationWrapper
	{
		z-index: 999;
		position: fixed;
		right: -292px;
		margin: 0 !important;
		height: 100vh;
		overflow-y: auto;
		ms-overflow-y: auto;
		overflow-x: hidden;
		ms-overflow-x: hidden;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		background: #fff;
	}
	#navigationWrapper > div.slider
	{
		position: relative;
		width: 292px;
		min-height: 100%;
		background: #3a3a3a;
	}
	#navigationWrapper div.navigation
	{
		float: none;
		position: static !important;
		display: block !important;
	}
	#navigationWrapper .navigation div,
	#navigationWrapper .navigation a
	{
		display: block;
	}
	#navigationWrapper .navigation div
	{
		border-top: 1px solid rgba(255,255,255,0.4);
	}
	#navigationWrapper .navigation div:first-child
	{
		border-top: none;
	}
	#navigationWrapper .navigation a
	{
		margin: 0 !important;
		padding: 14px 12px 12px !important;
		font-size: 12px !important;
		font-weight: bold !important;
		color: #fff !important;
	}
	#navigationWrapper .navigation span.button
	{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		line-height: 100%;
	}
	#navigationWrapper .navigation div.div1,
	#navigationWrapper .navigation div.div1 a
	{
		height: auto !important;
		line-height: normal !important;
	}
	#navigationWrapper .navigation div.div1:hover > a,
	#navigationWrapper .navigation div.div1 > a.active
	{
		border: none !important;
	}
	#navigationWrapper .navigation div.haveMenu span.button::before
	{
		content: '+';
		display: block;
		margin-top: 13px;
		height: 100%;
		font-size: 30px;
		font-weight: 300;
		text-align: center;
		color: #fff;
	}
	#navigationWrapper .navigation div.haveMenu.expanded span.button::before
	{
		content: '-';
	}
	
	/*** Meni ***/
	
	#header .navigation div.group
	{
		position: static;
		background: #fff !important;
	}
	#header .navigation div.haveMenu:hover div.group,
	#header .navigation div.group:hover
	{
		display: none;
	}
	#header .navigation div.group div
	{
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	#header .navigation div.group div > a
	{
		border: none !important;
	}
	#header .navigation div.group div:hover > a,
	#header .navigation div.group div > a.active
	{
		color: #abd000 !important;
	}
	
	/* Main navigacija*/
	
	#navigationWrapper .main.navigation
	{
		background: #022760;
	}
	#header .main.navigation div.div1::after
	{
		display: none;
	}
	#navigationWrapper .main.navigation div.div1:hover > a,
	#navigationWrapper .main.navigation div.div1 > a.active
	{
		color: #abd000 !important;
	}
	#header .main.navigation div.group a
	{
		color: #022760 !important;
	}
	
	/* Service navigacija*/
	
	#navigationWrapper .top.navigation
	{
		background: #abd000;
	}
	#header .top.navigation div.div1::after
	{
		display: none !important;
	}
	#navigationWrapper .top.navigation div.div1:hover > a,
	#navigationWrapper .top.navigation div.div1 > a.active
	{
		color: #022760 !important;
	}
	#header .top.navigation div.div1:last-child
	{
		background: #fff !important;
	}
	#header .top.navigation div.div1:last-child > a
	{
		color: #022760 !important;
	}
	#header .top.navigation div.div1:last-child:hover > a,
	#header .top.navigation div.div1:last-child > a.active
	{
		color: #abd000 !important;
	}
	#header .top.navigation div.group a
	{
		color: #022760 !important;
	}
}

/*** Footer ***/

#footer
{
	display: none;
	position: absolute;
	bottom: 0;
	padding: 20px 10px;
	width: 100%;
	text-align: center;
	background: #e2001a;
	z-index: 999;
}
#footer *
{
	color: #fff;
	font-size: 13px;
}
#footer a
{
	font-weight: 400;
}
#footer > div
{
	margin: 0 auto;
	max-width: 1100px;
}

/*** Copyright ***/

#copyright
{
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #022760;
	z-index: 999;
}
#copyright,
#copyright a
{
	font-size: 13px;
}
#copyright a
{
	font-weight: 400;
}
#copyright > div
{
	margin: 0 auto;
	max-width: 1100px;
}

/*** Language ***/

#language
{
	position: absolute;
	right: 0;
	top: 5px;
	text-transform: uppercase;
	z-index: 10;
}
#language,
#language a
{
	font-weight: 400;
	font-size: 11px;
}
#language .languageTitle
{
	position: relative;
	height: 15px;
	line-height: 15px;
	cursor: pointer;
}
#language .languageTitle::after
{
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: -13px;
	content: '';
	width: 10px;
	height: 10px;
	background: url('../../media/image/arrow_down_icon.svg') center center no-repeat;
	background-size: 100%;
	z-index: 3;
}

#language .languageMenu
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	color: #022760;
	background: #abd000;
	z-index: 99;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#language .languageMenu li
{
	padding: 5px 10px;
}
#language .languageMenu li.active
{
	display: none;
}
#language .languageMenu li.separator
{
	display: none;
}
@media only screen and (max-width: 1000px)
{
	#language
	{
		left: auto;
		right: 27px;
		top: auto;
		bottom: 0;
	}
	#language .languageTitle
	{
		color: #fff;
		height: 36px;
		line-height: 36px;
	}
}

/*** Stranice ***/

div.page
{
	position: relative;
	line-height: 2em;
	background: #fff;
}
div.page > div
{
	margin: 40px auto;
	max-width: 1000px;
}
div.page div.table.col2 > div
{
	width: 50%;
}
div.page div.table.col2 > div:nth-child(1)
{
	padding-right: 20px;
}
div.page div.table.col2 > div:nth-child(2)
{
	padding-left: 20px;
}

div.page div.parallax-container
{
	position: relative;
    margin: 0;
	max-width: 100%;
	width: 100%;
    height: 44vh;
    overflow: hidden;
}
div.page div.parallax-container div.parallax img
{
	-webkit-filter: brightness(60%);
	filter: brightness(50%);
	transition-property: filter transform;
	transition-duration: 0.8s;
	image-rendering: crisp-edges;
}
div.page div.parallax-container:hover div.parallax img
{
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}

div.page .breadcrumps,
div.page .breadcrumps a
{
	text-transform: none;
	font-weight: 400;
}
div.page .breadcrumps a
{
	color: #e2001a;
}

@media only screen and (max-width: 1100px)
{
	div.page > div
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	div.page div.table
	{
		padding-left: 0;
		padding-right: 0;
	}
	div.page div.table.col2 > div:nth-child(1)
	{
		padding-right: 20px;
	}
	div.page div.table.col2 > div:nth-child(2)
	{
		padding-left: 20px;
	}
}
@media only screen and (max-width: 800px)
{
	div.page
	{
		margin: 0;
	}
	div.page > div
	{
		margin: 20px 0;
	}
	div.page div.table
	{
		display: block;
		width: auto;
	}
	div.page div.table > div
	{
		display: block !important;
		padding: 20px 10px !important;
	}
	div.page div.table > div:nth-child(1)
	{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	div.page div.table > div:nth-child(2)
	{
		padding-bottom: 0 !important;
	}
	div.page div.table > div > div
	{
		float: none !important;
		max-width: none !important;
		min-width: none !important;
	}
}

/************** Sabloni ****************/

div.banner
{
	width: 100% !important;
}
@media only screen and (max-width: 800px)
{
	.banner.vegas.vegas-container
	{
		max-width: 100%;
		max-height: 60vh;
	}
	.banner.vegas.vegas-container .overlay
	{
		display: none;
	}
	#anchorToMainContent
	{
		display: none;
	}
}

/*** Photogallery za masoneriju ***/

.photogallery div.grid-sizer,
.photogallery div.grid-item
{
	width: 33%;
}
.photogallery div.photoWrapper
{
	position: relative;
	margin-bottom: 3px;
	float: left;
}
.photogallery div.photoWrapper img
{
	display: block;
	width: 100% !important;
	height: auto !important;
	border-radius: 3px;
	transition: 0.3s all ease;
}
.photogallery div.photoWrapper:hover img
{
	-webkit-filter: brightness(60%) grayscale(10%); /* Chrome, Safari, Opera */
    filter: brightness(60%) grayscale(10%);
}
@media only screen and (max-width: 1000px)
{
	.photogallery div.grid-sizer,
	.photogallery div.grid-item
	{
		width: 49%;
	}
}
@media only screen and (max-width: 800px)
{
	.photogallery div.grid-sizer,
	.photogallery div.grid-item
	{
		width: 100%;
	}
	.photogallery div.photoWrapper
	{
		left: 0 !important;
		margin-right: 0;
		margin-bottom: 2px;
		float: none;
	}
}

/*** Photogallery ***/

.photogallery.inline
{
	margin: 0 auto;
}
.photogallery.inline div.wrapper
{
	margin: 0 auto;
}
.photogallery.inline div.wrapper a
{
	position: relative;
	float: left;
	display: block;
	margin: 4px;
	width: calc(25% - 6px);
	vertical-align: top;
	border: 1px solid #eee;
}
.photogallery.inline div.wrapper a:nth-child(4n + 1)
{
	margin-left: 0;
}
.photogallery.inline div.wrapper a:nth-child(4n+4)
{
	margin-right: 0;
}
.photogallery.inline div.wrapper img
{
	display: block;
	width: 100% !important;
	height: auto !important;
	transition: 0.3s all ease;
}
.photogallery.inline div.wrapper a:hover img
{
	-webkit-filter: brightness(60%) grayscale(10%); /* Chrome, Safari, Opera */
    filter: brightness(60%) grayscale(10%);
}

@media only screen and (max-width: 800px)
{
	.photogallery.inline
	{
		padding: 10px !important;
	}
	.photogallery.inline div.wrapper a
	{
		display: block;
		float: none;
		width: 100%;
		margin: 5px 0;
	}
	.photogallery div.photoWrapper img,
	.photogallery.inline div.wrapper img
	{
		width: 100% !important;
		height: auto !important;
	}
}

/************** Stranice ****************/

/*--- Home ---*/

#home .content13
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    min-width: 100px;
	min-height: 50px;
	color: #fff;
	font-weight: bold;
}
#home .content15
{
	margin: 0;
	padding: 40px 0;
	max-width: 100%;
	background: #eee;
}
#home .content15 > div
{
	margin: 0 auto;
	max-width: 1000px;
}
#home .contactWrapper
{
	margin: 0;
	padding: 40px 0;
	max-width: 100%;
	background: #e2e2e2;
}
#home .contactWrapper > div
{
	margin: 0 auto;
	max-width: 1000px;
}

@media only screen and (max-width: 1000px)
{
	#home .content15
	{
		padding: 20px 10px;
	}
	#home .contactWrapper
	{
		padding: 20px 0;
	}
	#home .content13
	{
		min-width: 80%;
		line-height: 1.6em;
	}
}

/*--- Service ---*/

#service .content13
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    min-width: 100px;
	min-height: 50px;
	color: #fff;
	font-weight: bold;
}
#service .content15
{
	margin: 0;
	padding: 40px 0;
	max-width: 100%;
	background: #eee;
}
#service .content15 > div
{
	margin: 0 auto;
	max-width: 1000px;
}
#service .contactWrapper
{
	margin: 0;
	padding: 40px 0;
	max-width: 100%;
	background: #e2e2e2;
}
#service .contactWrapper > div
{
	margin: 0 auto;
	max-width: 1000px;
}
#service .photogallery
{
	margin: 0;
	padding: 40px 0;
	max-width: 100%;
	background: #5a5a5a;
}
#service .photogallery > div.wrapper
{
	margin: 0 auto;
	max-width: 1000px;
}

@media only screen and (max-width: 1000px)
{
	#service .content15,
	#service .photogallery
	{
		padding: 20px 10px;
	}
	#service .contactWrapper
	{
		padding: 20px 0;
	}
}

/*--- Simple ---*/

@media only screen and (max-width: 1200px)
{

}
@media only screen and (max-width: 800px)
{
	#service .content13
	{
		min-width: 80%;
		line-height: 1.6em;
	}
}

/*--- Simple with photogallery---*/

#simpleWithPhotogallery .photogallery
{
	margin: 0;
	padding: 40px 0;
	max-width: 100%;
	background: #5a5a5a;
}
#simpleWithPhotogallery .photogallery > div.wrapper
{
	margin: 0 auto;
	max-width: 1000px;
}

@media only screen and (max-width: 1000px)
{
	#simpleWithPhotogallery .photogallery
	{
		padding: 20px 10px;
	}
}
@media only screen and (max-width: 800px)
{
	
}

/*** Contact ***/

@media only screen and (max-width: 1200px)
{
	#contact > div
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	#contact div.table
	{
		padding-left: 0;
		padding-right: 0;
	}
	#contact div.table.col2 > div:nth-child(1)
	{
		padding-right: 20px;
	}
	#contact div.table.col2 > div:nth-child(2)
	{
		padding-left: 20px;
	}
}
@media only screen and (max-width: 800px)
{
	#contact > div
	{
		margin: 20px 0;
	}
	#contact div.table
	{
		display: block;
		width: auto;
	}
	#contact div.table > div
	{
		display: block !important;
		padding: 20px 10px !important;
	}
	#contact div.table > div:nth-child(1)
	{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	#contact div.table > div:nth-child(2)
	{
		padding-bottom: 0 !important;
	}
	#contact div.table > div > div
	{
		float: none !important;
		max-width: none !important;
		min-width: none !important;
	}
}