﻿/********************************************************************/
/***************   Freedive.cz | Created by studio WPJ **************/
/********************************************************************/
* {
   margin: 0;
   padding: 0;
   border: 0px;
}

/************************ GENERAL STYLES ****************************/
html {
   height: 100%;
   background: #e7eaf1 url("../images/background.gif") 0 0;
}

body {
   background: url("../images/background-top.jpg") no-repeat top center;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   color: #000;
   font-size: 12px;
   text-align: left;
   height: 100%;
}

.bold {
   font-weight: bold;
}

.line-before::before {
   content: "";
   display: block;
   border-left: 1px solid #c5c5c5;
   position: absolute;
   top: 18px;
   height: 60px;
   transform: translateX(-15px);
}

a:link {
   color: #d22a27;
   text-decoration: none;
}

a:visited {
   color: #d22a27;
   text-decoration: none;
}

a:hover {
   color: #d22a27;
   text-decoration: underline;
}

h1 {
   font-family: "Crete", Arial, Helvetica, Verdana, sans-serif;
   padding: 10px 15px 5px;
   margin: 0px;
   font-size: 34px;
   font-weight: normal;
}

h2 {
   font-family: "Crete", Arial, Helvetica, Verdana, sans-serif;
   padding: 5px 15px 5px;
   margin: 0px;
   font-size: 26px;
   font-weight: normal;
}

h3 {
   font-size: 18px;
   padding: 10px 15px 3px;
   font-weight: normal;
   font-family: "Crete", Arial, Helvetica, Verdana, sans-serif;
   color: #d22a27;
}

h4 {
   margin: 0;
   padding: 5px 15px 3px;
   font-size: 16px;
   font-weight: bold;
}

h5 {
   margin: 0;
   padding: 5px 15px 3px;
   font-size: 14px;
   font-weight: bold;
}

p {
   line-height: 24px;
   padding: 5px 15px;
}

#content ul, #content ol {
   line-height: 25px;
   margin-left: 25px;
   list-style-position: outside;
}

/* Button */
a.button, input.button {
   display: inline-block;
   font-size: 16px;
   text-decoration: none;
   padding: 0 15px;
   line-height: 38px;
   position: relative;
   background-color: #d22a27;
   color: #fff;
   margin: 5px;
   border-bottom: 2px solid #970300;
   font-family: "Crete", Arial, Helvetica, Verdana, sans-serif;
   border-radius: 5px;
}

a.button:hover, input.button:hover {
   border-bottom: 2px solid #000;
   background-color: #2f2f2f;
   color: #d22a27;
}

a.button.small {
   font-size: 14px;
   margin: 0;
   width: 100%;
   padding: 0;
   text-align: center;
}

/* Cleaner */
.cleaner {
   clear: both;
   padding: 0;
   margin: 0;
   background: none;
}

/* Divider */
.divider, hr {
   clear: both;
   height: 22px;
   margin: 20px 0;
   background: url("../images/divider.png") no-repeat top center;
}

/* Font */
@font-face {
   /* CRETE */
   font-family: "Crete";
   src: url("../styles/fonts/creteround-regular-webfont.eot?"), url("../styles/fonts/creteround-regular-webfont.woff") format("woff"), url("../styles/fonts/creteround-regular-webfont.otf") format("opentype");
}

@font-face {
   /* CRETE ITALIC */
   font-family: "Crete";
   src: url("../styles/fonts/creteround-italic-webfont.eot?"), url("../styles/fonts/creteround-italic-webfont.woff") format("woff"), url("../styles/fonts/creteround-italic-webfont.otf") format("opentype");
   font-style: italic;
}

/* Centered */
div.centered {
   text-align: center;
   margin: 18px 0 0;
}

div.centered img {
   margin: 0 15px;
}

div.centered.sided img {
   margin: 0 8px;
}

/* Obrazek v testu */
img.border {
   border: 5px solid #fff;
   border-radius: 10px;
   margin: 3px 20px 10px 0;
}

img.border-right {
   border: 5px solid #fff;
   border-radius: 10px;
   margin: 3px 0 20px 10px;
}

/*************************** MAIN LAYOUT *****************************/
#body-wrapper {
   min-height: 100%;
   position: relative;
   background: url("../images/background-bottom.jpg") no-repeat bottom center;
}

#page {
   margin: 0 auto;
   width: 960px;
   padding: 22px 0px 120px;
   position: relative;
}

#header {
   position: relative;
   width: 960px;
   height: 359px;
   margin: 0px auto;
}

#header a.logo {
   position: absolute;
   z-index: 20;
   top: 0px;
   left: 0px;
   display: block;
   width: 482px;
   height: 97px;
}

/*** HEADER ON SUBPAGE **/
#header.subpage {
   background-color: #fff;
   height: 97px;
}

/*********** MAIN MENU ****************/
#menu {
   margin: 0 auto;
   width: 960px;
   height: 61px;
   font-family: "Crete", Arial, Helvetica, Verdana, sans-serif;
   background-color: #fff;
   border-bottom: 1px solid #d7d7d7;
   border-radius: 0 0 10px 10px;
   overflow: hidden;
}

#menu ul {
   margin: 0;
   list-style: none;
}

#menu ul li {
   display: block;
   float: left;
   margin-right: 1px;
}

#menu ul li a {
   display: block;
   line-height: 61px;
   color: #000;
   font-size: 20px;
   text-decoration: none;
   padding: 0 18px;
   position: relative;
}

/* Tlačítko po najetí a aktivní */
#menu li a.selected, #menu li a:hover {
   background-color: #d22a27;
   color: #fff;
}

#menu .level-2 {
   position: absolute;
   background: white;
   z-index: 1;
   display: none;
   box-shadow: 0 5px 10px #d7d7d7;
}

#menu .level-2 li {
   clear: both;
   width: 100%;
}

#menu .level-2 li a {
   font-size: 16px;
   line-height: 40px;
}

#menu li:hover .level-2 {
   display: block;
}

/*********** MAIN MENU END ****************/


/*********** SIDE CONTENT ****************/
#side-content-wrapper {
   width: 235px;
   float: left;
}

#side-content {
   margin: 0px 0px 13px;
   font-family: "Crete", Arial, Helvetica, Verdana, sans-serif;
   background-color: #fff;
   border-bottom: 1px solid #d7d7d7;
   border-radius: 10px;
}

/* 1. úroveň menu */
#side-content ul {
   list-style: none;
   padding: 5px 0;
}

#side-content ul li {
   padding: 0;
   margin: 0 10px;
}

#side-content ul li a {
   font-size: 14px;
   display: block;
   padding: 0 10px;
   text-decoration: none;
   position: relative;
   border-bottom: 1px solid #d7d7d7;
   color: #000;
   line-height: 38px;
}

#side-content ul li a.selected, #side-content ul li a:hover {
   color: #d22a27;
}

#side-content ul li li {
   margin: 0;
}

#side-content ul li li a {
   text-decoration: none;
   line-height: 26px;
   padding: 0 10px 0 25px;
   border: none;
}

/********* SIDE - KONTAKT END **********/

/*********** LEFT CONTENT END *************/

/*********** RIGHT CONTENT ****************/
#content {
   padding: 0px 0px 0px 0px;
   float: right;
   width: 700px;
   min-height: 300px;
}

#content.wide {
   float: none;
   width: 960px;
   padding: 0px;
   border: 0;
}

#main-content {
}

#content table {
   margin: 10px 15px;
   border-collapse: collapse;
   font-size: 12px;
   color: #404554;
   border: 1px solid #747a87;
}

#content table td {
   border: 1px solid #d7d7d7;
   padding: 10px 10px;
   background-color: #fff;
}

#content table th {
   text-align: center;
   padding: 10px 15px;
   border: 1px solid #b21d1b;
   color: #fff;
   font-weight: bold;
   background-color: #d22a27;
}

#content table.no-border, #content table.no-border td, #content table.no-border th {
   background-color: transparent;
   border: none;
}

/********** RIGHT CONTENT END *************/

/********** ÚVODNÍ STRANA *******************/
#home_cats {
   font-size: 18px;
   font-style: italic;
   font-family: "Crete", Arial, Helvetica, Verdana, sans-serif;
}

#home_cats a {
   display: block;
   color: #fff;
   float: left;
   width: 179px;
   height: 42px;
   line-height: 24px;
   margin-right: 30px;
   padding: 140px 0 0 38px;
}

#home_cats a.last {
   margin-right: 0px;
}

#home_cats a#kategorie_01 {
   background: url("../images/cat_01.png") no-repeat 0 0;
}

#home_cats a#kategorie_02 {
   background: url("../images/cat_02.png") no-repeat 0 0;
}

#home_cats a#kategorie_03 {
   background: url("../images/cat_03.png") no-repeat 0 0;
}

#home_cats a#kategorie_04 {
   background: url("../images/cat_04.png") no-repeat 0 0;
}

/* Uvodni text */
#home_text {
   border-right: 1px solid #c5c5c5;
   width: 604px;
   padding: 0 10px 0 0;
   float: left;
}

#home_text img {
   border: 5px solid #fff;
   border-radius: 10px;
   margin: 5px 20px 5px 0;
}

/* Proč nás */
#why_us {
   float: right;
   width: 235px;
}

#why_us h2 {
   font-size: 24px;
   padding-top: 15px;
}

#why_us h2.cs {
   font-size: 30px;
   padding-top: 10px;
}

#why_us table {
   margin-top: 10px;
}

#why_us table th {
   vertical-align: middle;
   padding-top: 5px;
}

#why_us table td {
   font-size: 18px;
   font-weight: 100;
   padding: 12px 0 12px 15px;
   font-family: Calibri, Arial, Helvetica, sans-serif;
   line-height: 21px;
}

#why_us table a {
   color: #404554;
}

/* Facebook */
#facebook {
   width: 325px;
   float: left;
   margin-right: 25px;
}

#facebook h2 {
   padding: 0;
}

#facebook_content {
   border-bottom: 1px solid #afb6cd;
   padding-bottom: 5px;
   height: 300px;
}

/* Ostatní */
#vidz {
   border-left: 1px solid #afb6cd;
   float: left;
   padding-left: 30px;
   text-align: center;
}

#vidz a.reservation_button {
   margin: 5px 0 10px;
}

/******** ÚVODNÍ STRANA END *****************/

/*********** FOOTER CONTENT ****************/
#footer-wrapper {
   position: absolute;
   bottom: 0;
   width: 100%;
   background-color: #fff;
}

#footer {
   margin: 0px auto;
   width: 960px;
   height: 96px;
   padding: 0 0 0;
   position: relative;
   font-size: 11px;
}

#footer p.left {
   padding: 18px 0px 0 20px;
   float: left;
}

#footer p.center {
   margin: 18px 0 0 32px;
   float: left;
   width: 330px;
   padding: 0px;
}

#footer p.center img {
   display: block;
   float: right;
   margin: 0 10px;
}

#footer p.center span {
   display: inline-block;
   margin-top: 18px;
}

#footer p.right {
   padding: 35px 20px 0 0;
   float: right;
   text-align: right;
   line-height: 16px;
}

#footer p.social {
   float: left;
   width: 130px;
   margin: 0 1.5em;
   text-align: center;
   display: flex;
   flex-wrap: wrap;
   padding: 0;
}

#footer p.social a {
   display: block;
   width: 30px;
   margin: 0 6px;
}

#footer p.social img {
   max-width: 100%;
   height: auto;
}

#footer p.social span {
   display: block;
   width: 100%;
   margin: 6px 0;
}

/*********** FOOTER CONTENT END **************/

/*************************** MAIN LAYOUT END *****************************/

/**************************** GALERIE ************************************/
#content.wide #fotogalerie {
   width: 960px;
}

#fotogalerie {
   margin: 20px 0 0;
   clear: both;
   background: url("../images/divider.png") no-repeat top center;
   padding: 40px 0 10px;
   width: 100%;
}

#fotogalerie img {
   display: block;
   border-radius: 10px;
}

#fotogalerie a.imgbox {
   margin: 0 7px 14px 7px;
   display: block;
   position: relative;
   float: left;
   border: 5px solid #fff;
   border-radius: 10px;
}

.jquery-lightbox-title { /* větší text u popisu fotek lightboxu */
   font-size: 18px !important;
}

/************************** GALERIE END *************************************/


/**************************** NOVINKY ***************************************/

/*********** NEWS BOX ****************/
#news-box-wrapper {
   width: 335px;
   float: right;
}

#news-box-wrapper h2 {
   float: left;
}

#news-box-wrapper a.button {
   float: right;
   margin: 0px;
}

.news-content {
   padding: 15px 15px;
   position: relative;
}

.news-content a.imgbox {
   margin: 0 20px 0 0;
   display: block;
   position: relative;
   float: left;
   border: 5px solid #fff;
   border-radius: 10px;
}

.news-content a.imgbox img {
   display: block;
   border-radius: 10px;
   height: 110px;
   width: 110px;
}

.news-content h3 {
   font-size: 14px;
   line-height: 16px;
   padding: 5px 15px 3px;
}

.news-content p {
   font-size: 11px;
   line-height: 18px;
   padding: 2px 0px;
}

.news-content p.date {
   color: #d22a27;
   background: url("../images/news_date.png") no-repeat top left;
   height: 41px;
   width: 46px;
   text-align: center;
   line-height: 17px;
   padding: 5px 0 0 0;
   position: absolute;
   bottom: 15px;
   left: 15px;
}

/*********** NEWS BOX END *************/

/*********** NEWS LIST ****************/
.pagination {
   padding: 5px 15px;
   clear: both;
}

.news-list-content {
   clear: both;
   background: url("../images/divider.png") no-repeat center bottom;
   padding: 12px 0 20px;
   min-height: 130px;
}

.news-list-content a.imgbox {
   margin: 0 20px 0 15px;
   display: block;
   position: relative;
   float: left;
   border: 5px solid #fff;
   border-radius: 10px;
}

.news-list-content a.imgbox img {
   display: block;
   border-radius: 10px;
   height: 110px;
   width: 110px;
}

.news-list-content h3 {
   line-height: 16px;
   padding: 5px 15px 3px;
}

.news-list-content h3 span {
   color: #000;
}

.news-list-content p {
   padding: 2px 15px;
}

/********** NEWS LIST END ***********/

/******************************** NOVINKY END *******************************************/


/***********************************  KONTAKTNÍ FORMULÁŘ **************************************************/

.register_left {
   float: left;
   width: 540px;
}

.order_left {
   float: left;
   width: 300px;
}

#order_form {
   margin: 10px 0 0 0;
   border-radius: 10px;
   background-color: #fff;
   padding: 10px;
   float: right;
}

#order_form.full-width {
   float: none;
}

#order_form .block {
   width: 90%;
   margin: 10px 0 15px 20px;
   position: relative;
}

#order_form .block label {
   font-size: 12px;
   width: 90px;
   display: inline-block;
   line-height: 14px;
}

#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 textarea, #order_form .block select {
   padding: 10px 9px;
   width: 200px;
   border-radius: 5px;
   box-shadow: inset 1px 1px 3px #eaeaea;
   border: 1px solid #c5c5c5;
   color: #404554;
   background-color: #f9f9f9;
}

#order_form .block select {
   width: 220px;
}

#order_form .block textarea {
   height: 100px;
   float: right;
   margin-right: 10px;
}

/* Upravy pro policka */
#order_form input#id_captcha_1, #registrace input#id_user-captcha_1 {
   width: 40px;
}

#order_form .block.field_notes label {
   float: left;
}

#order_form .block.field_notes textarea {
   float: left;
   margin-left: 3px;
}

/* 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: #fff;
   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 {
   height: 38px;
   cursor: pointer;
   margin-left: 145px;
}

/***********************************  KONTAKTNÍ FORMULÁŘ END **************************************************/

/************************** MAPA ********************************************/
#map_canvas {
   height: 400px;
   width: 95%;
   margin: 10px 15px;
}

#map_content {
   width: 200px;
}

#map_content p {
   padding: 0px;
   color: #000;
}

#map_content p a {
   color: #d22a27;
}

/************************* MAPA END *****************************************/
