<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin:0;
	border:0;
	outline:0;
}
.title_holder{
	position: relative;
	min-height: 250px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
@font-face {
    font-family: 'ProximaBold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#ProximaNovaRgBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
	min-height: 100%;
	height: 100%;
	min-width: 960px;	
}

body{
	font-family: 'Proxima', Arial, san-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin:0;
	min-width: 960px;
	color: #666;
}
html#homepage-1,
body.homepage-1{
	min-height: 100%;
	height: 100%;
	overflow: auto;
	min-width: 960px;
}
/*pozadie*/
	
.slider{
	
	width: 100%;
	background: white;
	position: absolute !important;
	top:0;
	left:0;
	z-index: -1;
}
.slider .container_12{
	width: 960px !important;
	margin: 0 auto !important;
	position: absolute;
	top:0;
	left:0;
}
.slider .slide{
	position: absolute !important;
	top:0;
	left:50%;
	z-index: 100;
	overflow: hidden;
 	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;	
    background-repeat: repeat;	
}
.slide .title-holder{
	position: relative;
	top: 105px;
	padding:25px;
	background: url(../images/slider_title_back.png);
	text-transform: uppercase;
}
.title-holder h2{
	color: #fff; /* text color */
	font-family: "Proxima";
	font-size: 38px;
	font-weight: bold;
	text-shadow: 1px 2px 5px rgba(0,0,0,.34); 
	line-height: 1em;
}
.title-holder.maly_title h2{
	font-size: 28px;
}

.arrow{
	width: 100px;
	height: 60px;
	background: url(../images/arrow_back.png);
	display: block;
	float: left;
	position: fixed;
}
.arrow_left{
	position: fixed !important;
	left: -20px;
	text-align: right;
}

.arrow_left span{
	display: block;
	height: 40px;
	margin: 10px 25px 10px 0;	
	background: url(../images/arrow_left.png) right center no-repeat;	
}
.arrow_left:hover span{
	background: url(../images/arrow_left_double.png) right center no-repeat;	
}
.arrow_right span{
	height: 40px;
	display: block;
	margin: 10px 10px 10px 25px;	
	background: url(../images/arrow_right.png) left center no-repeat;	
}
.arrow_right:hover span{
	background: url(../images/arrow_right_double.png) left center no-repeat;	
}
.arrow_right{
	float: right;
	position: fixed !important;
	right: -20px;	
	text-align: left;
}
#header{
	z-index: 1000 !important;
}
#header .grid_3{
	width: 240px;
}
#header .grid_7{
	width: 560px;
}
#header .grid_2{
	width: 160px;
	float: right;
}
/* Navigacia*/
ul.nav#top_menu{
	list-style: none;
	margin-top: 35px;
	margin-left: 45px;
}
ul.nav#top_menu li{
	font-size: 16px;
	float: left;
	margin-right: 35px;
}
ul.nav#top_menu li:last-child{
	margin-right: 0;
}
ul.nav#top_menu li a{
	color: #1d1f5b;
	text-decoration: none;
}
ul.nav#top_menu li.active a{
	text-decoration: underline;
}
.topsearch{
	width: 152px;
	height: 27px;
	margin-top:30px;
	background: url(../images/search_back.png);	
	text-align: right;
	float: right;
}
.topsearch input[type="text"]{
	width: 110px;
	height: 15px;
	font-size: 12px;
	color: #b0b0b0;
	background: none;
	margin: 7px 10px 0 0px;
}
/*Footer*/
#footer {
	height: 64px;
	width: 100%;
	background-color: #2d3191; /* layer fill content */
	background-image: url(../images/footer_back.png);

}
#footer .grid_2{
	text-align: right;
}
#footer .container_12 .grid_10{
padding-top: 5px;
}
#footer .container_12 .grid_10 img{
vertical-align: middle; 

}
.homepage-1 #footer,
#footer.fixed
{
	position: fixed;
	bottom:0;
	z-index: 1000;
}
#footer .container_12{
	color: white;
	font-size: 10px;
	font-family: Arial, san-serif;
	padding-top: 15px;
}
#boxy{
	width: 100%;
	position: fixed;
	bottom:64px;	
	margin: 0 auto;
}
.box_as_link{
	background: #ffffff;
	opacity: 1;
	border-top: 5px solid #cccccc;
	color: #2e3192;
	height: 170px;
	position: relative;
	cursor: pointer;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-right: 20px;
	width: 300px !important;
	margin-right: 20px;
	background-position: 100% 100%;
}
.box_as_link.maly_box{
	padding-top:5px !important;
}
.box_as_link.maly_box{
	height: 120px;
}
.box_as_link.maly_box.grid_4{
}
.box_as_link .box_cnt{
	
}
.box_as_link h3{
	font-size: 18px;
}
.box_as_link.maly_box h3{
	font-size: 16px;
}
.box_as_link.maly_box.box_1,
.box_as_link.maly_box.box_3
{

}
.box_as_link:hover{
	border-top: 5px solid #282b81;
}
.box_as_link a{
	width: 98px;
	height: 27px;
	display: block;
	border: 1px solid #3539b9; /* stroke */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: rgba(0,0,0,.05); /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAyOSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjEyMzY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmQyZjhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMjkiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	color: #fbfbfb; /* text color + color overlay */
	text-shadow: 0 1px 1px rgba(0,0,0,.44); /* drop shadow */
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	position: absolute;
	top: 110px;
	left: 180px;
}
.box_as_link.maly_box a{
	top:75px;
}
.box_as_link a:hover{
	border: 1px solid #3539b9; /* stroke */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: rgba(0,0,0,.05); /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAyOSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmQyZjhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjEyMzY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMjkiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */	
}
.box_as_link h3 strong{
	font-family: 'ProximaBold';
	font-weight: bold;
}
.box_as_link.box_1{
	background: #ffffff url(../images/kamion.png) -15px top no-repeat;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px; 
	margin-left: 20px !important;
}
.box_as_link.maly_box.box_1{
	background-size: 93px 110px !important;
}
.box_as_link .box_cnt{
		padding: 50px 20px 0 0;
}
.box_as_link.box_2{
	padding-top:30px;
	text-align: right;
	margin-right:0;
	/*background: #ffffff url(../images/zemegula.png) 10px center no-repeat;*/
	background: #ffffff url(../images/telefon.png) 10px center no-repeat;
}
.box_as_link.box_2.maly_box{
	background-size: 120px 90px !important;
}
.box_as_link.box_3{
	background: #ffffff url(../images/vozik.png) left bottom no-repeat;
	padding-top:30px;
	text-align: right;
	margin-right: 10px;
}
.box_as_link.box_3.maly_box{
	background-size: 100px 145px !important;
}
#content{
	margin-top: 215px;
	margin-bottom: 35px;
	padding-bottom: 35px;

}
#left_menu{
	list-style: none;
	margin-left: 0 !important;
}
#left_menu li{
	background: url(../images/opacity_95.png);
	height: 50px;
	display: block;
	width: 220px;
	margin-bottom: 2px;
	line-height: 50px;
}
#left_menu li a{
		padding-left: 20px;
		color: #666;
		text-decoration: none;
}
#left_menu li.active a
{
	background-image: url(../images/menu_left_hover_opacity_100.png);
	background-position:  left top;
	background-repeat: repeat-y;
	color: #2e3192;  
}
#left_menu li:hover a
{
	background-image: url(../images/menu_left_hover_opacity_60.png);
	background-position:  left top;
	background-repeat: repeat-y;
	color: #2e3192;  
}

#left_menu li a{
	display: block;
}
#left_menu li.active{
	width: 240px !important;
}
#content .grid_9 {
	width: 720px;
}
#content .grid_12 .cnt,
#content .grid_9 .cnt
{
	background: url(../images/opacity_95.png);
	padding: 30px;
	min-height: 250px;	
}
.page-107 #content .grid_9 .cnt{
	padding:25px 35px;
}
#content{
	color: #666;

}
#content h1,
#content h2
{
	font-size: 24px;
	margin-bottom: 35px;
}
#content h1{
	text-transform: uppercase;
}
#content h1 a{
	border-bottom: 1px solid #a9aacc;
	text-decoration: none;
}

#content h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 35px;
}
#content h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content p{
	margin-bottom: 1.8em;
}
#content ul,
#content ol{
	margin-left: 30px;
}
#content ul{

}
#content ol{
	margin-left: 30px;
}
#content a{
	font-weight: bold;
	color: #2e3192;
	text-decoration: none;
}
#content table{
	
}
#content table td{
	padding: 5px 0;
	font-size: 16px;
	vertical-align: top;
}
#content table thead td,
#content table th
{
	background: #2e3192;
	color: white;
}  
#content div.sigplus-gallery ul&gt;li,
#content div.sigplus-gallery ul&gt;li a
#content .boxplus-viewport&gt;ul&gt;li
{
	width: 130px !important;
	height: 98px !important;
	margin-right: 15px !important;
	margin-bottom: 15px !important;
	float: left;
	list-style: none !important;
}
#content div.sigplus-gallery ul&gt;li a img{
	max-width: 100%;
}
#content .boxplus-slider ul{
	margin-left:0; 
}
#content .boxplus-slider,
#content .boxplus-viewport
{
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
#content .boxplus-viewport{
	overflow: hidden;
}
#content div.sigplus-gallery ul&gt;li&gt;img, div.sigplus-gallery ul&gt;li&gt;a&gt;img{
	margin: 0 !important;
	border: 2px solid #fff !important;	
}
#content div.sigplus-gallery ul&gt;li:hover&gt;img, div.sigplus-gallery ul&gt;li:hover&gt;a&gt;img{
	margin: 0 !important;
	border: 2px solid #646ca3 !important;		
}
#content p{
	clear: both;
}
/* Formularove prvky*/
label{
	font-weight: bold;
	display: block;
	width: 100%;
}
#content input[type="text"],
#content input[type="email"]{
	padding: 5px 10px;
	border: 1px solid #dddddd;
	color: #666666;
}
textarea{
	font-family: 'Proxima';
	font-size: 13px;
}
#content input[type="text"]:focus,
#content input[type="email"]:focus,
textarea:focus
{
	border: 1px solid #2d3191; /* stroke */
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 0 3px #2d3191; /* outer glow */
	-webkit-box-shadow: 0 0 3px #2d3191; /* outer glow */
	box-shadow: 0 0 3px #2d3191; /* outer glow */

}
textarea#sprava{
	height: 127px;
}
#content input[type="submit"],
#content button,
button,
#content input[type="button"]
{
	border: 1px solid #3539b9; /* stroke */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: rgba(0,0,0,.05); /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAyOSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjEyMzY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmQyZjhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMjkiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #212369 0%, #2d2f8f 100%); /* gradient overlay */
	cursor:pointer;
	font-weight: bold;
	font-family: 'Proxima';
	padding: 7px 26px !important;
	color: white;
	margin-bottom: 15px;

}
#content input[type="submit"]:hover,
#content button:hover,
#content input[type="button"]:hover
{
	border: 1px solid #3539b9; /* stroke */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: rgba(0,0,0,.05); /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAyOSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmQyZjhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjEyMzY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMjkiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, #2d2f8f 0%, #212369 100%); /* gradient overlay */
}
.ffSelectWrapper{
	border: 1px solid #dddddd;
	background: url(../images/select_down.png) right top no-repeat;
	width: auto;
	height: 10px;
	margin: 10px 0;
	padding: 10px;
	min-width:150px;
	float: left;
}
.page-134 .ffSelectWrapper{
	width: 100% !important;
}
.page-134 #content h1{
	margin-bottom: 20px;
}
.ffSelectWrapper.active{
	background: url(../images/select_up.png) right top no-repeat;
	
}
.page-134 #content input[type="text"]{
	width: 210px;
}
#content .ffSelectWrapper a,
.ffSelectWrapper a{
	width: 100%;
	display: block;
	line-height: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding-right: 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#content .ffSelectMenuWrapper{
	position: absolute;
	top:21px !important;
	left: -11px;
	background: white;
	cursor: pointer;
	 
}
.page-134 #content .ffSelectMenuWrapper{
	width: 195px;
}
#content .ffSelectMenuWrapper ul{
	margin-left: 0;
	min-width:140px;
}
#content .ffSelectMenuWrapper ul li{
	padding: 10px;
	border: 1px solid #dddddd;
	border-top:0;
	
}
#content .ffSelectMenuWrapper ul li:hover{
	background: #1d1f5b;
	color: white;
	
}

#content .moduletable.mapa{
	font-size: 12px;
}
#content .moduletable.mapa h3{
	margin-bottom: 0.3em;
}
.ccms_form_element {
margin-bottom: 0px;
position: relative;
padding: 0;
border-bottom: 0px solid #dddddd;
clear: both;
}
.page-107 label, 
.page-130 label,
.kontakkkt label
{
	font-size: 12px;
	text-transform: none;
	display: block;
	width: 100%;
}
.page-107 #content h1, 
.kontakkkt #content h1
{
	font-weight: bold;
	text-transform: none;
	margin-bottom: 20px;
}
.page-107 #content h2, 
.kontakkkt #content h2

{
	font-weight: normal;
	text-transform: none;
	margin-bottom: 20px;
}

.page-107 #content table td
.kontakkkt #content table td
{
	text-transform: none;
	padding:0;
}
.page-107 #content textarea, 
.kontakkkt #content textarea, 


{
	height: 115px;
	width: 336px;		
	color: #666;
}
.page-107 #content input[type="text"],
.page-107 #content input[type="email"],

.kontakkkt #content input[type="text"],
.kontakkkt #content input[type="email"]


{
	width: 196px;
}
#content .kontakkkt  table td,
#content .kontakt_icons td{
	vertical-align: top;
	font-size: 12px;
	vertical-align: top;
}
#content .kontakt_icons a{
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#content .kontakt_icons h3{
	margin-bottom: 0.2em;
}
.chrono_credits{
	display:none;
}
#content .searchintro{
	outline: 1px solid red;
	display: none;
}

fieldset.phrases{
	display: none;
}
#content .result-title h2{
	margin-bottom: 0.5em;
}
#content .result-title h2 a{
	text-decoration: none;
}
.result-text{
	margin-bottom: 30px;
}
.pagination{
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
#content .pagination ul{
	margin-left: 0;
}
.pagination li{
	float: left;
	padding:  0 15px;
	font-size: 18px;
}
p.counter{
	display: none;
}
.btn-group{
	float: left;
	margin-right: 30px;
}
.pagination li.pagination-start {
	padding-left: 0;
}
#content .pagination a{
	text-decoration: none;
	
}
.gm-style-iw{
	padding: 5px;
}

.ccms_form_element label{
	padding: 0;
	margin:0 0 3px 0;
	display: block;
	width: 100%;
}

.bt-googlemaps{
	padding-top: 0px !important;
}
#content .kontakkkt table td:first-child{
}
#content .td-padding{
	padding: 0px 10px 0 0;
	font-size: 12px;
}
#content .td-padding2{
	padding: 0px 20px 0 0;
	font-size: 12px;
}
.page-135 .mapa{
	width: 600px;
}
#content .kontakkkt table td.nopadding,
#content .kontakkkt table tr.nopadding td
{
padding:0 !important;
margin:0 !important;
}
.langs_out{
	position: relative;
}
.langs_holder{
	position: absolute;
	top:5px;
	right: 0px;
	text-align: right;
}
div.mod-languages .lang-active a{
	text-decoration: underline;
	color: #1d1f5b;	
}
.page-180  h1{
	display: none !important;
}
.gbs3 .form-group{
	margin-bottom: 0 !important;
}

#content .career p{margin-bottom:10px}
#content .career h2, #content .career h3{margin-bottom:15px}
.w100{max-width:100%}
#footer .grid_2{width: 160px;}
#content .omega.grid9{margin-bottom:100px;}
#content .omega.grid_9{margin-bottom:100px;}</pre></body></html>