@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Roboto","Helvetica Neue",arial,sans-serif;
	color: #737373;
	background-color: #e7e7e7;
}

h1,h2,h3,h4,h5 {
	color: #3e7e93;
	font-weight: 300;
	margin-top: 0;
}

h1.heading-dark {
	line-height: 20px;
	padding-bottom: 10px;
}
h1 .heading-dark {
	font-size: 24px;
	color: #000;
}

span.highlight {
	color: #2e3132;
	font-size: 16px;
}

strong {
	font-weight: 500;
}

/* Narow the bootstrap container */
.container {
	width: 970px;
}

.fright {
		float: right;
}

.fleft {
	float: left;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

label {
	/*color: #2e3132;*/
    font-size: 15px;
    font-weight: normal;
}

hr {
	border-color: #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.price-table {
	width: 100%;	
}

table.price-table th {
	font-weight: 500;
}

table.price-table caption {
	padding: 0;
}

.table .fancybox {
	margin: 0;
}

/* Top bar language links */
.header-top ul.language-links {
	list-style-type: none;
	margin: 0;
	padding: 7px 0;
	float:left;
}
	.header-top ul.language-links li {
		margin: 0 10px 0 0;
		padding: 0;
		float: left;
	}
	
	.header-top ul.language-links a {
		display: block;
		width: 26px;
		height: 26px;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
		border-radius: 2px;
		transition: all 0.1s ease-in 0s;
	}
	
	.header-top ul.language-links a:hover,
	.header-top ul.language-links a:active {
		background-color: #b5dae6;
		transition: all 0.1s ease-in 0s; 
	}
	
	.header-top ul.language-links a.sl {
		background-image: url(../img/Slovenia.png);
	}
	
	.header-top ul.language-links a.at {
		background-image: url(../img/Austria.png);
	}

/* Top bar phone and email link menu */
.header-top ul.link-menu {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
}	
	.header-top ul.link-menu li {
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
	}
	
	.header-top ul.link-menu a.phone {
		color: #666666;
		font-size: 12px;
		height: 20px;
	    line-height: 13px;
	    overflow: hidden;
	    padding: 3px 6px 3px 23px;
		display: block;
		background: url(../img/ico-tel.png) no-repeat;
		background-position: 6px 5px;
		border-radius: 2px;
		transition: all 0.1s ease-in 0s; 
	}
		.header-top ul.link-menu a.phone:hover {
			background-position: 6px -22px;
			background-color: #b5dae6;
			transition: all 0.1s ease-in 0s; 
			color: #fff;
		}
		
	.header-top ul.link-menu a.mailto {
		color: #666666;
		font-size: 12px;
		height: 20px;
	    line-height: 13px;
	    overflow: hidden;
	    padding: 3px 6px 3px 23px;
		display: block;
		background: url(../img/ico-mail.png) no-repeat;
		background-position: 6px 5px;
		border-radius: 2px;
		transition: all 0.1s ease-in 0s; 
	}
		.header-top ul.link-menu a.mailto:hover {
			background-position: 6px -22px;
			background-color: #b5dae6;
			transition: all 0.1s ease-in 0s; 
			color: #fff;
		}

/* Main container */
.main.container {
	background-color: #fff;
}

	.main .row.header {
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
		height: 122px;
	}
	
		.main .row.header img.panel-l {
			position: absolute;
			left: 15px;
			top: 15px;
		}
		
		.main .row.header img.panel-r {
			position: absolute;
			right: 15px;
			top: 15px;
		}
		
		.main .row.header a.logo {
			display: block;
			width: 337px;
			height: 80px;
			cursor: pointer;
			margin: 0 auto;
		}
		
	.main .row.menu {
		
	}
	
		.main .row.menu ul {
			list-style: none;
			margin: 0;
			padding: 4px 0;
			border-top: 2px solid #b5dae6;
			border-bottom: 1px solid #b5dae6;
		}
		
		.main .row.menu ul li {
			float: left;
			margin: 0;
			padding: 0;
		}
		
		.main .row.menu ul li a {
			display: block;
			padding: 2px 15px;
			border-radius: 2px;
			font-size: 15px;
			font-weight: 300;
			line-height: 18px;
			text-decoration: none;
			color: #5291a5;
			transition: all 0.1s ease-in 0s;
		}
			.main .row.menu ul li a:hover {
				background-color: #b5dae6;
				color: #2e3132;
				transition: all 0.1s ease-in 0s;
			}
	
	.main .row.image {
		padding-top: 15px;
	}
	
	.main .row.our-work {
		padding-top: 15px;
	}
	
		.main .row.our-work .column {
			padding: 10px;
			border-top: 1px solid #b5dae6;
			border-bottom: 1px solid #b5dae6;
			border-right: 1px solid #b5dae6;
		}
		
			.main .row.our-work .column:first-child {
				border-left: 1px solid #b5dae6;
			}
			
		.main .row.our-work a.our-work {
			background-repeat: no-repeat;
			width: 100%;
			display: block;
			height: 101px;
			text-decoration: none;
			position: relative;
		}
			.main .row.our-work a.our-work:hover .our-work-overlay {
				opacity: 1;
				transition: all 0.1s ease-in 0s;
			}
			
			.main .row.our-work a.our-work:hover .our-work-header {
				color: #000;
				/*background-color: #b5dae6;*/
				transition: all 0.1s ease-in 0s;
			}
			
		.main .row.our-work a.our-work .our-work-header {
			transition: all 0.1s ease-in 0s;
			display: block;
			padding: 7px 0px;
			text-align: center;
			margin: 0 auto;
			font-size: 16px;
			line-height: 16px;
			color: #2e3132;
			background-color: #fff;
			font-weight: 300;
			width: 85px;
			position: absolute;
			top: 65px;
			left: 25px;
			z-index: 100;
			border-radius: 2px;
		}
		
		.main .row.our-work a.our-work .our-work-overlay {
			background-color: rgba(255,255,255,0.4);
			transition: all 0.1s ease-in 0s;
			opacity: 0;
			display: block;
			height: 101px;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
		}
		
	.main .row.content {
		padding-top: 40px;
	}
	
	.main .row.foot-menu {
		padding-top: 40px;
		padding-bottom: 15px;
	}
	
		.main .row.foot-menu .menu-container {
			margin-left: 15px;
			margin-right: 15px;
			background: #9cccdc;
		}
		
		.main .row.foot-menu .menu-container ul {
			margin: 0 0 0 80px;
			display: block;
			padding: 0;
			list-style: none;
		}
		
			.main .row.foot-menu .menu-container ul li {
				float:left;
				margin: 0 30px 0 0;
				padding: 0;
			}
			
			.main .row.foot-menu .menu-container ul li a {
				color: #fff;
				line-height: 30px;
				font-weight: 500;
				font-size: 14px;
			}
			
			
	.footer p {
		line-height: 70px;
		margin: 0;
		color: #6c6a6b;
		font-size: 13px;
	}
	
	.footer p a {
		color: #3e7e93;
		font-weight: 500;
	}

.sidebar {
	
}

ul.sidebar-menu {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

	ul.sidebar-menu li {
		padding: 0;
		margin: 0;
	}
	
	ul.sidebar-menu li a {
		color: #5291a5;
		line-height: 25px;	
	}
	
/* Fancybox Gallery */
.fancybox {
	width: 211px;
	height: 160px;
	display: block;
	float:left;
	position: relative;
	margin-right: 32px;
	margin-bottom: 32px;
	border: 1px solid #b5dae6;
	padding: 4px;
	overflow: hidden;
}

.fancybox.omega {
	margin-right: 0;
}

.fancybox img {
	width: 201px;
	height: 150px;
	transition: all 0.16s ease-in 0s;
}

.fancybox .overlay {
	opacity: 0.0;
	background: rgba(255,255,255,0.3) url(../img/CircledPlus-32.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.16s ease-in 0s;
	width:205px;
	height: 158px;
	z-index: 10;
}

.fancybox:hover .overlay {
	transition: all 0.16s ease-in 0s;
	opacity: 1.0;
}

.fancybox .caption {
	position: absolute;
	bottom: 15px;
	left: 48px;
	display: block;
	width: 115px;
	text-align: center;
	border-radius: 2px;	
	padding: 7px 15px;
	font-size: 16px;
	line-height: 16px;
	color: #2e3132;
	background-color: #fff;
	font-weight: 300;
	transition: all 0.16s ease-in 0s;
	opacity: 1;
	z-index: 100;
}