﻿/********************************************************************/
/*************   WPJ ADMIN DEMO | Created by studio WPJ *************/
/********************************************************************/
* {
   margin: 0;
   padding: 0;
   border:0px;
}
/************************ GENERAL STYLES ****************************/
html { 
	height:100%;
}
body {
   background-color: #18518d;
   font-family:Arial, Helvetica, sans-serif;
   color:#444;
   font-size:16px;
   height: 100%;
   text-align:left;
}
a:link {
   color: #00aeef;
   text-decoration: none;
}
a:visited {
   color: #a0c0e6;
   text-decoration: none;
}
a:hover {
   color: #00aeef;
   text-decoration: underline;
}
h1 {
   color: #082b74;
   font-size: 30px;
   padding: 20px 5px 5px 5px;
   font-weight:normal;
}
h2 {
   color: #00aeef;
   font-size: 22px;
   padding: 15px 5px 5px 5px;
	 font-weight:bold;
   text-transform:uppercase;
   line-height: 26px;
}
h3 {
   color: #082b74;
   font-size: 18px;
   padding: 15px 5px 5px 5px;
   font-weight:normal;
   text-transform:uppercase;
}
h4 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:16px;
   font-weight:bold;
}
h5 {
   margin: 0;
   padding: 5px 5px 3px;
   font-size:14px;
   font-weight:bold;
}
p{
	line-height:26px;
   	padding:5px;
}
#content ul, #content ol {
   line-height:25px;
   margin-left:10px;
   list-style-position:inside;
}

#content ul {
	list-style:none;
}

#content ul li {
	background: url("../images/bullet.png") no-repeat left center;
	padding-left: 25px;
}

/* Cleaner */
.cleaner {
   clear:both;
   padding:0;
   margin:0;
   background:none;
}
/* Divider */
.divider{
   background: url("../images/page_divider.gif") repeat-x top left;
   height:2px;
   margin:10px 0px;
}
/*************************** MAIN LAYOUT *****************************/
#body_wrapper{
	background-color: #fff;
}
#page {
   margin:0 auto;
   width: 960px;
   padding-top:3px;
   padding-bottom: 20px;
   position: relative;
   min-height: 300px;
}
#header-wrapper {
	width:100%;
	background-color:#18518d;
}

#header {
   background-color: #18518d;
   position:relative;
   width:960px;
   height:138px;
   margin:0px auto;
}
#header a.logo {
   position:absolute;
   z-index:2;
   margin-top:20px;
   margin-left:10px;
   display: block;
   width: 467px;
   height: 99px;
}
/*********** MAIN MENU ****************/
#menu {
   margin-top: 87px;
   max-width:960px;
   height:40px;
   position:relative;
   float:right;
}

#menu ul {
   margin: 0;
   list-style:none;
   padding:0;
   float:right;
}
#menu ul li {
   display:block;
   float:left;
   border-left: 1px #fff solid;
   overflow:visible;
}
#menu ul li a {
   display:block;
   float:left;
   color: #fff;
   font-size:18px;
   text-decoration:none;
   float:left;
   padding:8px 15px;
   font-family: Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   position:relative;
}
#menu ul li:first-child {
   border-left: none;
}

/* Tlačítko po najetí a aktivní */
#menu ul li a.selected, #menu ul li a:hover {
   color:#afcff5;
}

#menu ul li a.selected:after {
   content: url("../images/sipka.png");
    position: absolute;
	width: 35px;
	height: 17px;
    left: 50%;
    top: 35px;
    margin-left: -17px;
}

/*********** MAIN MENU END ****************/


/*********** SIDE CONTENT ***************

#side-content {
   width: 222px;
   float: left;
   padding:0 0 0 0;
}
/* 1. úroveň menu *
#side-content ul {
   background-color:#044e7f;
   border-bottom:#b7ddf0 2px solid;
   list-style:none;
   background-image:url("../images/sidemenu_top.gif"), url("../images/sidemenu_bottom.gif");
   background-position: top left, bottom right;
   background-repeat:no-repeat, no-repeat;
   padding:2px 7px 7px 7px;
}
#side-content ul li { 
	clear:both; 
   border-bottom:1px dotted #3097db;
   padding:3px 0;
}
#side-content ul li a {
   font-size:16px;
   color:#fff;
   display:block;
   padding:10px 5px 8px 25px;
   text-transform:uppercase;
   text-decoration: none;
   font-weight:normal;
   font-family: "DynaGroteskD", Arial, Helvetica, sans-serif;
   background: url("../images/background_divider.gif") repeat-x bottom left;
}
#side-content ul li a:hover, #side-content ul li a.selected {
   color:#044e7f;
   background: #4ecaf5 url("../images/sidemenu_hover.gif") no-repeat top right;
   
}
/* 2. úroveň menu *
#side-content ul li ul {
   width: 260px;
   background: none;
   padding:5px 0;
}
#side-content ul li ul li.liselected { background:none; }
#side-content ul li ul li a { font-weight:normal; }
/* 3. úroveň menu *
#side-content ul ul ul { display:none; }
/********* SIDE - KONTAKT END **********/

/*********** LEFT CONTENT END *************/

/*********** RIGHT CONTENT ****************/
#content {
   padding:0;
   float:right;
   width:960px;
}
#content.wide {
   float: none;
   width: 100%;
   padding: 0 0px 0;
}
#main-content { }
#content table {
   margin:10px 3px 10px 3px;
   border-collapse:collapse;
   font-size:12px;
}
#content table td {
   border:1px solid #044e7f;
   padding:8px 10px;
   background-color:#fff;
}
#content table th {
   text-align:center;
   padding:8px 10px;
   border:1px solid #044e7f;
   color:#fff;
   font-weight:bold;
   background-color:#044e7f;
}
/********** RIGHT CONTENT END *************/


/*********** FOOTER CONTENT ****************/
#footer-wrapper {
	background-color:#18518d;
   	min-height:66px;
}
#footer {
   margin:0px auto;
   width:960px;
   padding: 10px 0;
   background-color: #18518d;
   position:relative;
}
#footer p {
	color: #fff;
	padding: 0;
}
#footer span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 20px 5px 0px;
}

#footer img {
	position:relative;
	margin-right: 5px;
	top: 8px;
}

#footer-center {
	margin: 0 auto;
	width:460px;
}

#footer-center a {
	color: #fff;
}

#footer-right p a{
	color:#00aeef;
}

#footer-right p a:hover{
   text-decoration:underline;
	color:#00aeef;
}

#footer-right p a:visited{
	color:#00aeef;
}
#footer-right p {
	display: block;
	clear: right;
	font-size:11px;
	line-height: 16px;
	text-align:right;
	float:right;
	position: relative;
	top: -30px;
}

#footer .inplaceedit {
	margin:0;
}

/*********** FOOTER CONTENT END **************/

/*************************** MAIN LAYOUT END *****************************/

/**************************** GALERIE ************************************/
#fotogalerie {
   background: url("../images/page_divider.gif") repeat-x top left;
   margin:10px 0 0;
   padding:10px 0 0 10px;
   clear:both;
}
#fotogalerie img {
   display: block;
}
#fotogalerie a.imgbox {
   float:left;
   border:1px solid #00aeef;
   margin:9px 13px;
   display:block;
   position:relative;
}
#fotogalerie a.imgbox:hover:after {
   content:"";
   background: url("../images/image_corner.png") no-repeat 0px 0px;
   width:24px;
   height:24px;
   position:absolute;
   bottom:0px;
   left:0px;
}
#fotogalerie a.imgbox:after {
   content:"";
   background: url("../images/image_corner_hover.png") no-repeat 0px 0px;
   width:40px;
   height:40px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.jquery-lightbox-title { /* větší text u popisu fotek lightboxu */ font-size:18px !important; }

/************************** GALERIE END *************************************/

/******************************** NOVINKY **************************************/

/*********** NEWS BOX ****************/
#news-box {
   margin:20px 0 0;
   padding: 20px 0px 12px 0px;
   position:relative;
	border-bottom:2px solid #dff0f7;
   background-color:#edfafe;
}
.news-content {
   float:left;
   width:285px;
   height:129px;
   border-left:1px dotted #4ecaf5;
   margin:0 0 0 20px;
   padding:0 0 0 20px;
}
.news-content.no-border { /* obrázek druhé novinky */
   border:none;
   margin:0px;
}
.news-content a.imgbox {
   float:left;
   border:1px solid #4ecaf5;
   margin:0 15px 0 0;
   display:block;
   position:relative;
}
.news-content a.imgbox:hover:after {
   content:"";
   background: url("../images/image_corner.png") no-repeat 0px 0px;
   width:24px;
   height:24px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-content a.imgbox:after {
   content:"";
   background: url("../images/image_corner_hover.png") no-repeat 0px 0px;
   width:40px;
   height:40px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-content img {display: block;}
.news-content h3 {
   padding: 0px 3px 5px;
}
.news-content h3 a{
   color:#044e7f;
}
.news-content h3 a:hover{
   color:#4ecaf5;
}
.news-content p {
   line-height:18px;
   text-align:left;
   padding:0px;
}
/* ÚPRAVA PRO PODSTRÁNKU */
#side-content .news-content{
   width:180px;
   height:110px;
}
#side-content .news-content a.imgbox{
	display:none;
}

/*********** NEWS BOX END *************/

/********** VÍCE NOVINEK ************/
h3.more-button-title{
	text-align:center;
   padding:25px 0 10px;
}
a.more_button{
   background: url("../images/news_more.png") no-repeat right center;
   color:#044e7f;
   display:inline-block;
   text-align:center;
   padding:4px 28px 1px 0;
   position:relative;
   font-size:20px;
}
a.more_button:hover{
   color:#4dcaf5;
}
/********* VÍCE NOVINEK END ***********/

/*********** NEWS LIST ****************/
.pagination {
   padding:5px 15px;
   clear:both;
}
.news-list-content {
   clear:both;
   border-bottom:1px dotted #4ecaf5;
   margin:15px 0px;
   min-height:110px;
   padding: 0 10px;
}
.news-list-content a.imgbox {
   float:left;
   border:1px solid #4ecaf5;
   margin:0 15px 0 0;
   display:block;
   position:relative;
}
.news-list-content a.imgbox:hover:after {
   content:"";
   background: url("../images/image_corner.png") no-repeat 0px 0px;
   width:24px;
   height:24px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-list-content a.imgbox:after {
   content:"";
   background: url("../images/image_corner_hover.png") no-repeat 0px 0px;
   width:40px;
   height:40px;
   position:absolute;
   bottom:0px;
   left:0px;
}
.news-list-content img {display: block;}
.news-list-content h3 {
   padding: 0px 5px 5px 5px;
}
.news-list-content h3 a{
   color:#044e7f;
}
.news-list-content h3 a:hover{
   color:#4ecaf5;
}
.news-list-content p {
   line-height:18px !important;
   text-align:justify;
   padding:3px 5px 0 !important;
   font-size:12px;
}
.news-list-wrapper p.date {
   background: url("../images/news_date.png") no-repeat top left;
   text-align:center;
   width:41px;
   height:40px;
   color:#FFF;
   font-size:15px;
   font-weight:bold;
   padding:1px 0 0 0 !important;
   text-shadow:1px 1px 1px #8daa00;
   line-height:20px !important;
   float:left;
}
/********** NEWS LIST END ***********/

/******************************** NOVINKY END *******************************************/

/************************** POPTÁVKOVÝ FORMULÁŘ	*******************************/
/* Kontakt */
#contact_left{
	float:left;
   width:450px;
}
/* Kontakt END */
#contact_form{
   float:right;
   width:400px;
   border-left:1px solid #cbf1ff;
   padding:0 0 20px 20px;
}
#content table#formular {
   padding:0;
   border:0;
}
#content table#formular td { padding:7px 2px; }
#content #formular textarea {
   border-radius:5px;
   -moz-box-shadow :inset 0 2px 3px #e1f4fa;
   -webkit-box-shadow:inset 0 2px 3px #e1f4fa;
   box-shadow:inset 0 2px 3px #e1f4fa;
   border:1px solid #c7e3ee;
   width:162px;
   font-size:12px;
   color:#6284a2;
   height:150px;
   width:300px;
   padding:10px 10px;
}
#content ul.errorlist {
   list-style:none;
   margin:0px !important;
   color:#ff0000 !important;
}
#formular input[type=text],
#formular input[type=email]{
   border-radius:5px;
   -moz-box-shadow :inset 0 2px 3px #e1f4fa;
   -webkit-box-shadow:inset 0 2px 3px #e1f4fa;
   box-shadow:inset 0 2px 3px #e1f4fa;
   padding:6px 35px 6px 12px;
   float:left;
   font-size:12px;
   border:1px solid #c7e3ee;
   color:#044e7f;
   width:140px;
}
#formular input[type=text], #content #formular textarea { background-color:#f7fcfe; }
#formular input[type=text]:focus, #content #formular textarea:focus { background-color:#fff; }
/* Captcha */
#formular img.captcha {
   background-color:#FFF;
   padding:4px 2px;
   border-radius:3px;
   float:left;
   margin-right:10px;
   border-radius:10px;
   border:1px solid #c7e3ee;
}
#formular input#id_captcha_1 { width: 40px; }
/* Captcha */

#formular span { color:#F00; }
#formular td {
   text-align:left;
   background: transparent;
   border:none;
}
#formular th {
   text-align:right;
   background: transparent;
   border:none;
   padding:0 10px 0 0;
   box-shadow:none;
   font-weight:normal;
}
form #submit {
   margin:10px 0 0 80px;
   cursor:pointer;
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #4ecaf5, #37bbe8); /* W3C */
   background: -ms-linear-gradient(left, #4ecaf5, #37bbe8); /* IE9 */
   background: -moz-linear-gradient(left, #4ecaf5, #37bbe8); /* Firefox */
   background: -o-linear-gradient(left, #4ecaf5, #37bbe8); /* Opera 11  */
   background: -webkit-linear-gradient(left, #4ecaf5, #37bbe8); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #4ecaf5), color-stop(1, #37bbe8)); /* Chrome 10, Safari */
   padding:12px 13px 8px;
   color:#FFF;
   cursor:pointer;
   font-weight:normal;
   font-family: "DynaGroteskLXE", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   font-size:18px;
}
form #submit:hover {
   background-color:#4ecaf5;
   background-image: linear-gradient(left, #044e7f, #00406b); /* W3C */
   background: -ms-linear-gradient(left, #044e7f, #00406b); /* IE9 */
   background: -moz-linear-gradient(left, #044e7f, #00406b); /* Firefox */
   background: -o-linear-gradient(left, #044e7f, #00406b); /* Opera 11  */
   background: -webkit-linear-gradient(left, #044e7f, #00406b); /* Chrome 11  */
   background: -webkit-gradient(linear, left top, right top, color-stop(0, #044e7f), color-stop(1, #00406b)); /* Chrome 10, Safari */
}

form .form-captcha {
   padding-top: 40px;
   padding-bottom: 10px;
   display: flex;
   justify-content: center;
}


/************************** POPTÁVKOVÝ FORMULÁŘ	END ****************************/



/************************** HLAVNÍ STRÁNKA - SLOUPCE ****************************/
.column {
	background-color: #afcff5;
	margin: 20px 10px 30px;
	padding: 30px 30px;
	position: relative;
	float: left;
	width: 240px;
	height: 340px;
	-webkit-border-radius: 20px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topright: 0;
	border-radius: 20px;
	border-top-right-radius: 0;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(8, 43, 116, 1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(8, 43, 116, 1);
	box-shadow: 4px 4px 0px 0px rgba(8, 43, 116, 1);
}

.column img {
	display: block;
	margin: 0 auto;
}

.col2 img {
	margin: 2px auto;
}

.column h2 {
   color: #082b74;
}

.column p {
	line-height:22px;
	padding-top: 0px;
}

.column ul {
	list-style:none;
}

.column li {
	padding: 3px 3px 3px 25px;
	background: url("../images/bullet.gif") no-repeat left center;
}

a.col-button {
	background-color: #00aeef;
	border: 3px solid #fff;
	color: #fff;
	display:block;
	font-size:18px;
	font-weight:bold;
	height: auto;
	width: 260px;
	margin: 17px auto;
	padding: 10px 3px;
	position: absolute;
	left: 15px;
	text-align:center;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 15;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 15;
	border-radius: 15px;
	border-top-right-radius: 15;
	
}

.col3 a.col-button {
	margin-top: 12px;
}

a.col-button:hover {
	background-color:#082b74;
	text-decoration:none;
}

#mapa {
	position:relative;
	top:-30px;
	left: -20px;
	padding-left: 30px;
}


/***********************************  KONTAKTNÍ FORMULÁŘ **************************************************/
.contact-left{
   width:100%;
}

#order_form {
	margin:0; 
	margin-top: -40px;
	width:90%; 
	border-radius:10px; 
	background-color:#FFFFFF; 
	padding:10px;}

#order_form .block {width: 90%; margin:10px 0 15px 20px;position:relative;}
#order_form .block label{font-size:12px; width:65px; display:inline-block; line-height:14px; text-align:right;padding-right: 10px;}
#order_form .block label[for=captcha_id]{width:135px;}
#order_form .block ul{list-style:none; margin:5px 10px;}

#order_form .block input[type=text], #order_form .block input[type=email], #order_form .block textarea, #order_form .block select{
	padding:10px 9px;
	width:300px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px #eaeaea;
	border:1px solid #00aeef;
   color:#404554;
   background-color:#f9f9f9;
}
#order_form .block select{ 
   width:220px;
}
#order_form .block textarea{ 
	height:150px;
	width: 600px;
   margin-right:10px;
   vertical-align:top;
}
/* Upravy pro policka */
#order_form input#id_captcha_1, #registrace input#id_user-captcha_1{ width:40px;}
/* Upravy pro policka END */

/* Chyba ve formulari */
#order_form .block.error input[type=text], #order_form .block.error select{ 
	border:1px solid #eb0000;
}
#order_form .block.error label{ 
	color: #eb0000;
}
#order_form .block.error span{ 
	color: #eb0000;
	font-size:11px;
	display:none;
}
/* Chyba ve formulari END */

/* Vyzadovane pole */
#order_form .block.required label:after{content:" *"; color:#d22a27; font-weight:bold; font-size:14px;}
/* Vyzadovane pole END */

#order_form .error_message {
   clear: both;
   display: none;
   padding: 10px 15px;
	border-radius: 5px;
	background-color:#d22a27;
   color:#fff;
	margin:0 20px 10px;
   font-weight:bold;
}
/* Captcha */
label[for=captcha_id]{
   position:relative;
}
img.captcha{
	max-width:65px;
   position:relative;
   top:13px;
   padding:8px 3px 7px;
   background-color:#FFFFFF;
	border:1px solid #c5c5c5;
   border-radius:5px;
   margin-right:20px;
}
/* Submit */
.submit_block{
   text-align:center;
   margin:10px 0;
   float:right;
}
/* Submit END */
#order_form input.button{
	background-color: #00aeef;
	border: 3px solid #fff;
	color: #fff;
	display:block;
	font-size:18px;
	font-weight:bold;
	height: 60px;
	width: 240px;
	text-align:center;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 15;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 15;
	border-radius: 15px;
	border-top-right-radius: 15;
   cursor:pointer;
  	margin: 0 auto;
}

#order_form input.button:hover{
	background-color:#082b74;
}

#kontakt-mapa {
	position: relative;
	top: -50px;
	left: -50px;
	margin-left: 100px;
}
/***********************************  KONTAKTNÍ FORMULÁŘ END **************************************************/
