/******/
/* _general
/******/
@import url('xdebug.css');
@import url('admin.css');
.grid_8 {
	min-height: 10px;
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #727272;
	height: 100%;
	background: #F2F2F2;
}

h1, h2, h3, h4, h5 {
	margin-top: 32px; margin-bottom: 22px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.15;
}
h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}
h1, .carousel h2 {
	margin-bottom: 22px;
	color: #025375;
	font-size: 37px;
}
h2, h3, h4, h5 { color: #394b53; }
h2, h3 { font-size: 24px; }
p { margin-bottom: 18px; }
b, strong, .strong { font-weight: normal; color: #283940; }
hr {
	height: 2px;
	border-style: none;
	background: transparent url('../img/underline.png') 0 0 repeat-x;
	margin-top: 24px;
	margin-bottom: 24px;
}
a { color: #025375; cursor: pointer; }
ul { margin: 0 0 10px; padding: 0; color: #283940; }
li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 15px;
	background: url('../img/odrazka.png') no-repeat 0px 3px;
}
li p { margin: 0; }



/*********************/
/*   Utils           */
/*********************/
.flLeft { float: left; }
.noTopMargin { margin-top: 0; }
.noBotMargin { margin-bottom: 0; }
hr.shadow {
	height: 9px;
	margin-top: 40px;
	background: transparent url('../img/hp_bottomshadow.png') 0 0 repeat-x;
}



/*********************/
/*   Base containers */
/*********************/
#contAllPage {
	min-height: 100%;
	position: relative;
}
#pageContent {
	padding-bottom: 65px;
}
.mainBkg {
	background: url('../img/obsah_top_bg.png') repeat-x 0 0;
	/*background-color: #F2F2F2;*/
}
.mainBkg .container_12 {
	padding-top: 18px; 
	padding-bottom: 30px;
}
.bridgingBkg {
	background: url('../img/bridging_img.jpg') no-repeat 50% 100%;
}
.mainBkg .bridgingPadding {
	padding-bottom: 280px;
}

.subPage {
}

.bottomLine {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	background: url('../img/footer_bg.png') repeat-x 50% 0;
	line-height: 65px;
	text-align: right;
	color: #656565;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/*********************/
/*   Header          */
/*********************/
.headerBkg {
	background: url('../img/header_bg.png') repeat-x 0 0;
	border-bottom: 2px solid #034B6A;
}
	
.header {
	position: relative;
	/*margin: 0 auto;*/
	height: 116px;
	background: url('../img/header_lesk.png') no-repeat 50% 0;
	
}
.header .logo {
	margin-top: 30px;
	display: block;
	width: 280px;
	height: 58px;
	background: url('../img/header_logo.png') no-repeat 50% 50%;
}


/*********************/
/*   Main menu       */
/*********************/
.mainMenu {
	position: absolute;
	margin: 0;
	bottom: -2px;
	right: 0px;
	color: white;
}
.mainMenu ul {
	margin: 0;
	padding: 0;
	color: white;
}
.mainMenu li {
	background: 0;
	margin: 0;
	padding: 0;
	display: block;
	float: left;	
}

.mainMenu li:nth-child(5) {
	display: none;
}

.mainMenu li:first-child {
	padding-left: 0px;
	background-image: none;
}
.mainMenu a {
	display: block;
	float: left;
	margin-left: 38px;
	padding: 0 0 20px;
	
	font-size: 15px;
	color: inherit;
	text-decoration: none;
	text-shadow: 1px 1px 0 #025375;
}
.mainMenu a:hover,
.mainMenu a.selected {	
	float: left;
	background: url('../img/header_menuarrw.png') no-repeat 50% 100%;
	border-bottom: 2px solid white;	
}



/*********************/
/*   Carousel        */
/*********************/
.javascriptPlease {
	margin: 20px;
	padding: 20px;
	border: 1px solid #C1C5CC; 
	background: #FEEB9A;
}

.carouselBkg { 
	background: url('../img/hp_strip_bg.png') repeat-x 50.5% 0;
}
.carouselCont {
	height: 360px;
}
.carousel {
	/*width: 100%;*/
	height: 100%;
	color: #025375;
}
.carousel strong,
.carousel b,
.carousel .strong {
	color: #025375;
}

.carousel .nivo-caption {
/*	-webkit-transition:all 0.5s ease;  delay = 1 s 
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;*/
}

/*********************/
/*   Breadcrumb      */
/*********************/
.breadCrumb {
	color: #BFBFBF;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
}
.breadCrumb a,
.breadCrumb span,
.breadCrumb .arrow {
	display: block;
	float: left;
}
.breadCrumb a {
	color: inherit;
	text-decoration: none;
}
.breadCrumb a:hover {
	
	text-decoration: underline;
}
.breadCrumb .arrow {
	margin: 0 8px;
	width: 4px;
	height: 12px;
	background: url('../img/breadcrumb_arrw.png') no-repeat 50% 50%;
}



/*********************/
/*   Components      */
/*********************/
/*list advantages*/
ul.advantages,
ul.advantagesDark,
.useAdvantageList ul,
.useAdvantageListDark ul { 
	color: #283940; 
}
ul.advantages li,
ul.advantagesDark li,
.useAdvantageList li,
.useAdvantageListDark li {
	list-style-type: none;
	margin: 0;
	padding: 6px 0 6px 30px;
	background: url('../img/vyhody_odrazka.png') no-repeat 0px 5px;
}
ul.advantagesDark li,
.useAdvantageListDark li { 
	background-image: url('../img/vyhody_odrazka_tmava.png'); 
}



/* Button */
a.button,
a.button span {
	height: 40px;
	text-decoration: none;
	line-height: 39px;
	color: white;
}
a.button {
	display: inline-block;
	margin-top: 15px;
	padding-right: 20px;
	background: url('../img/btn_right.png') no-repeat 100% 50%;
}
a.button span {
	display: block;
	padding-left: 14px;
	padding-right: 12px;
	background: url('../img/btn_left.png') no-repeat 0 50%;
}
a.button:hover, a.button:hover span { text-decoration: none; }
a.button:hover, a.button.hover {
	background: url('../img/btn_right_hvr.png') no-repeat 100% 50%;
}
a.button:hover span, a.button.hover span {
	background: url('../img/btn_left_hvr.png') no-repeat 0 50%;
}

/*Fixed light button*/
.buttonFixedLight {
	display: block;
	margin-top: 31px;
	padding-left: 15px;
	width: 99px;
	height: 42px;
	line-height: 40px;
	color: #025375;
	background: url('../img/hp_strip_btn.png') no-repeat 50% 50%;
	text-decoration: none;
}
.buttonFixedLight:hover {
	text-decoration: underline;
}

/* Small box */
.smallBox {
	padding-bottom: 12px;
	background: url('../img/box_btm.png') no-repeat 50% 100%;
	
}
.smallBoxContent {
	padding: 30px 30px 10px;
	background: url('../img/box_top.png') no-repeat 50% 0;
}
.smallBox h2 {
	color: #025375;
	margin-top: 0;
}

.smallBox * {
	color: #025375;
}


/*********************/
/*   Contact         */
/*********************/

.contactBkg {
	min-height: 545px;
	background: url('../img/contact_map.jpg') no-repeat 100% 0;
}
.contact {
}
.contact .hide {
	position: absolute;
	visibility: hidden;
}
.contact h2,
.contact h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact h2 {
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 18px;
}
.contact h3 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 16px;
}
dl {
	line-height: 1.25;
}
dl .leftShort,
dl .phone,
dl .email {
	float: left;
}

dl .leftShort {
	width: 30px;
}
dl .phone,
dl .email {
	width: 35px;
}
dl .marginBot {
	margin-bottom: 18px;
}

img.bigMap {
	margin: 0;
	border: 0;
	padding: 5px 6px 8px 6px;
	background: url('../img/map_bkg.png') no-repeat 0 0;
}

/*********************/
/*   References      */
/*********************/

.reference {
	margin-bottom: 40px;
}
.reference .linkThumb {
	display: block;
	float: left;
	margin-right: 20px;
}
.reference img.thumb {
	padding: 5px 6px 7px 6px;
	width: 188px;
	height: 190px;
	background: url('../img/thumb_bkg.png') no-repeat 0 0;
	
}
.reference h2 {
	margin: 0 0 18px;
	font-size: 18px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}
.reference dl {
	margin-bottom: 18px;
	color: #394B53;
}

.reference .content {
	margin-left: 220px;
}
