/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
  margin-left: 3.2%;
  float: left;
}
.col4-1 {
  width: 22.6%;
}
.home .col4-2, .col2-1 {
  width: 43.4%;
  margin-left: 13.2%;

}
.col4-3 {
  width: 74.2%;
}
.col3-1 {
  width: 31.2%;
}
.col3-2 {
  width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
  margin-left: 0;
  clear: left;
}
.module.list-post .post, .module.fullwidth .post {
  width: 100%;
}
/*
 * Obecné styly pro všechny stránky
 */
a,
a:visited,
.entry-content a:visited, 
.comment-content a:visited{
  color: #02b0ef;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  color: #ec8d05;
}

body .site {
  max-width:none;
  padding-left:0px;
  padding-right:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Source Sans Pro', sans-serif;

}
br.clear {
  clear:both;
}

body .entry-content img, 
body .comment-content img,
body .widget img,
body img.header-image,
body .author-avatar img,
body img.wp-post-image{
  border-radius: 0px;

}

body .main-navigation li {
    margin: 0 1.5rem 0 0;
    position: relative;
}
body .main-navigation li.menu-item-137 a {
      background-color: #02B0EF;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 1.4em;
    padding: 0px 10px;
    line-height: 2;

}
body .main-navigation li.menu-item-137 a:hover{
  text-decoration: underline;
}
body .main-navigation li.menu-item-137.current-menu-item a{
  font-weight: normal;
}
body .main-navigation li.menu-item-137{
  margin: 0px;
}
body .entry-header .entry-title {
    color: #333;
    font-size: 46px;
    font-weight: 200;
    line-height: 50px;
    margin-bottom: 20px !important;
}
.entry-content h1, 
.comment-content h1,
h1{
    color: #333;
    font-size: 46px;
    font-weight: 200;
    line-height: 50px;

}
.entry-content h2, 
.comment-content h2,
h2{
  font-weight: 300;
  font-size: 25px;
}
h1 strong{
  font-weight: 300;
  color: #000;
}
.entry-content h3, 
.comment-content h3,
h3{
    color: #444444;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 5px;
}

body .ui, 
body .ui.nav li a,
body .ui.nav ul li a,
body .ui.module-tab .tab-nav li a {
    color: #444444;
}
body.page .module-callout {
  text-align: right;
  background: none;
  border: none;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
  text-transform: none;
}

.site-content article {
  border:none;
  margin-bottom:0px;
}

/* ===================================================================================
 * site wide layout
 */
body.template-front-page .site-content, 
body.single-attachment .site-content, 
body.full-width .site-content,
body.single-lokace .site-content {
  width: 100%;
}
.wide {
  position:relative;
}

div.wrapper {
  background-color:white;
  position:relative;
}
body .site hgroup,
body #site-navigation,
body .site .entry-title,
body .site .themify_builder_row,
body .site .entry-meta,
body .site .comments-area,
body .site .entry-header,
body #colophon .center,
body div.entry-content > .wide > .inner 
{
  width:960px;
  margin:0 auto;
  position:relative;
}

.site-content {
  float:none;
  width:auto;
}
#page{
  position: relative;
}

/* ===================================================================================
 * site wide components - header
 */ 


.site-description{
  display: none;
}
body.admin-bar .site-header {
  top:28px;
}
.site-header {
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow:0 0 5px #000000;
  -webkit-box-shadow:0 0 5px #000000;
  border-bottom: 1px solid #EEEEEE;
}
.site-header h1 {
    float: left;
}

.site-header {
  padding: 8px;
  background-color: white;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index:10000;
}

.site-header {
  padding-bottom:0px;
}
.site-header .site-title img {
  position: absolute;
  top: 0px;
  height:52px;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
}

.site-header.larger .site-title img {
    /*height: 94px;*/
    transition: height 0.3s ease 0s;
  -webkit-transition: height 0.3s;
}




/*-----------------------------MENU----------------------------- */
.menu-horni-menu-container{
  float: right;
  padding-top: 8px;

}

.site-title{
}
ul.menu-horni-menu{

}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{
  border: none;
}
/*-----------------------------OBECNE----------------------------- */

/*
 * We don't want to set max-width; we want the images to take what they need
 * - e.g. icons in "Proč si vybrat naší školu?"
 */
.entry-content img, .comment-content img, .widget img {
  max-width:none;
}
.module-title{
  border: none;
}
.home .entry-content td,
.home .comment-content td{
  border: none;
  vertical-align: top;
}
.home .entry-content table, 
.home.comment-content table{
  border-bottom: none;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image{
  box-shadow: none;
  border-radius: none;
}
body.home td p{
  margin-bottom: 3px;
}
body .module-title{
    color: #373737;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 16px;
    text-transform: none;
}

body .entry-content p, 
body .entry-summary p, 
body .comment-content p, 
body .mu_register p {
    margin: 0 0 1.71429rem;
}

body .entry-content p, 
body .entry-summary p, 
body .comment-content p, 
body .mu_register p,
body #colophon
{
    color: #3E3E3E;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.314;
}
.wide.rowLightblue{
    background-color: #E9F7FB;
/*    margin-bottom: 30px;
*/    padding-bottom: 1px;
    padding-top: 30px; 
}

.wide.rowpadding_top{
 padding-top: 30px; 
  }   

body .module {
  margin-bottom: 0px;
}

/* ===========================================
 * footer
 * ===========================================
 */
 body #colophon .center{
  width: 960px;
 }
#colophon {
  background-color: #f5f5f5;
  max-width:none;
  margin-bottom: 0;
}
#colophon .widget {
    float: left;
}
#colophon #nav_menu-2 {
  float: left;
  margin-right: 0px;
  width: 37%;
}
#colophon #black-studio-tinymce-3 {
  width: 33%;
}

#colophon #black-studio-tinymce-2 {
  margin-right: 0px;
  width: 30%
}
#colophon .widget-title {
/*color: #A6A5A5;*/
  font-size: 37px;
  font-weight: 200;
  color: #000;
}
.site-info {
  text-align:center;
  margin-top:20px;
}

/* ===========================================
 * Speciální CSS classes aplikované na moduly
 * ============================================ */

/* Tlačítko: Přihlaš se na kurz */
.blueButton a {
  background-color: #02B0EF;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 1.4em;
  padding: 5px 10px;
  text-transform: uppercase;
}
.module.center {
  text-align:center;
}
.positionTopSectionEdge {
  position:absolute;
  top:-19px;
  width:100%;
}

/* Grafické menu - fotky se stínítkem na úvodní straně */
div.module-image.box {
  position:relative;
  margin-bottom:30px;
}
div.module-image.box h3 {
  margin:0px;
}
div.module-image.box h3 a{
    color: #FFFFFF;
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    height: 48px;
    left: 0;
    letter-spacing: 1px;
    line-height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
div.module-image.box .image-wrap {
  margin:0px;
}
div.module-image.box .image-wrap img {
  max-width:100%;
}
div.module-image.box .image-caption {
  background-color: white;
  bottom: 0;
  color: black;
  display: none;
  font-size: 1.4em;
  height: 32px;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 104px;
}
div.module-image.box .image-caption a {
  color:black;
  text-decoration: none;
  position:absolute;
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
}
div.module-image.box:hover h3 a {
  bottom:0px;
  height:auto;
  text-decoration: none;
}
div.module-image.box:hover .image-caption {
  display:block;
}
body.disallowHovers div.module-image.box:hover h3 a {
  height:32px;
  bottom:0;
}
body.disallowHovers div.module-image.box:hover .image-caption {
  display:none;
}

div.module-image.box.kiteboarding h3 a {
   background-image: url("./img/blue.png");
}
div.module-image.box.landkiting h3 a {
  background-image: url("./img/orange.png");
}
div.module-image.box.snowkiting h3 a {
   background-image: url("./img/white.png");
}

/* ===========================================
 * wide images kite kemp, kurz, individual
 * ===========================================
 */

div.module-image.wide_img {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 0 7px -2px #000000;
    -moz-box-shadow: 0 0 7px -2px #000000;
    box-shadow: 0 0 7px -2px #000000;
}

div.module-image.wide_img .image-wrap {
  margin:0px;
}

div.module-image.wide_img .image-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0px;
  top:0px;
  display: block;
  margin-top:0px;
}

div.module-image.wide_img h3 {
    margin: 0;
    left: 24px;
    position: absolute;
    top: 15px;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 45px;
    text-align: left;
    text-shadow: 2px 2px 1px #436DA4;
}
div.module-image.wide_img .image-caption {
  position: absolute;
  top:60px;
  left:24px;
  display: none;
}
div.module-image.wide_img .image-caption {
    color: white;
    position: absolute;
    text-decoration: none;
    display: none;
}

div.module-image.blue_text h3{
  color: #068fdd;
  text-align: right;
  right: 34px;
}
div.module-image.blue_text .image-caption {
  text-align: right;
  right: 34px; 
}


div.module-image.wide_img:hover .image-content{
  text-decoration: none;
  /*transition:color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;*/
  background: url("./img/black.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.module-image.wide_img:hover .image-caption{ display:block; }

body.disallowHovers div.module-image.wide_img:hover .image-caption{ display:none; }


/* ===========================================
 * homepage
 * ===========================================
 */

body.home.intro {
  background-color: #02B0EF;
}

/*body.home #main,*/
/* If we are looking at intro, masthead is not there */
body.home.intro #masthead
 {
  display:none;
}

body.home #page {
  margin-top:0px;
}

/* ---------------
    fullscreen --- 
   ---------------
*/
div.fullscreen {
  left: 0;
  min-height: 600px;
  position: fixed;
  right: 0;
  top: 0;
  bottom:0;
  text-align: center;
}

/* Fullscreen fixed intro is a bit broken on touch devices */
body.disallowFixedFullscreen div.fullscreen {
  position:absolute;
  overflow:hidden;
}
body.disallowFixedFullscreen.home #page {
  margin-top:0px;
}
body.disallowFixedFullscreen.home .nextContainer {
  bottom:50px;
}
body.disallowFixedFullscreen .site-header{
  position:absolute;
  top:0px;
}

body.admin-bar div.fullscreen {
  /*margin-top:28px;*/
}
/* 
http://www.chimply.com/Generator#classic-spinner,turningTriangles
http://www.loadinfo.net
*/
div.fullscreen img.progress {
  position: absolute;
  top:50%;
}
div.fullscreen div.progress {
  position: absolute;
  top:50%;
  height:48px;
  width:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./img/spinner-flower-blue.gif);
}

body.admin-bar div.fullscreen {
  /*height:95%;*/
  bottom:28px;
}


div.fullscreen .prevSlide {
  position:absolute;
  top:45%;
  left:-31px;
  font-size:40px;
  color:white; 
  background-image: url("img/left_right.png"); 
  background-position: 0 -61px;
  height: 56px;
  width: 30px;
}
div.fullscreen .prevSlide:hover{
  background-position: 0px -2px; 

}
div.fullscreen .nextSlide {
  position:absolute;top:45%;right:-31px;font-size:40px;color:white;
  background-image: url("img/left_right.png"); 
  height: 56px;
  width: 30px;
  background-position: 30px 57px; 
}
div.fullscreen.hasNavigation .prevSlide {
  left:10px;
}
div.fullscreen.hasNavigation .nextSlide {
  right:10px;
}

div.fullscreen .nextSlide:hover{
  background-position: -29px 0px; 
}

div.fullscreen .nextContainer {
  position: absolute;
  bottom:20px;
  width:100%;
  text-align: center;
  left:0px;
}

div.fullscreen .nextContainer .next {
    background: url("img/blue.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    letter-spacing: 1px;
    line-height: 31px;
    margin: 0 auto;
    text-transform: uppercase;
    width: auto;
    padding-left:20px;
    padding-right:20px;    
}
div.fullscreen .nextContainer .next:hover{
    /*background: url("img/white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-color: #02B0EF;
    /*color: #02B0EF;*/
}
div.fullscreen div#slide-last div.claim {
  top:18%;
  width: 100%;
  position: absolute;
  left:0;
}

div.fullscreen div#slide-last div.claim h1 {
  color: #003D4C;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 8px #ffffff;
}
div.fullscreen div#slide-last div.claim h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 4px #222255;
}
div.fullscreen div#slide-last div.claim h3 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 4px #222255;
}

a.squareOrangeActionButton {
    background: url("img/orange.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    letter-spacing: 1px;
    line-height: 31px;
    margin: 0 auto;
    text-transform: uppercase;
    width: auto;
    padding-left:20px;
    padding-right:20px;    
}
a.squareOrangeActionButton:hover{
    background-color: #02B0EF;
}


div.fullscreen div#slide-last a.news {
  /*background-color: white;*/
  border: 1px solid white;
  left: 10%;
  position: absolute;
  text-align: left;
  top: 80%;
  display:block;
  color:white;
  background: url("./img/dark.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding:10px;
}
div.fullscreen div#slide-last a.news h3 {
  color:white;
}
div.fullscreen div.highlights {
  color: white;
  display: block;
  position: absolute;
  right: 5%;
  text-align: right;
  top: 40%;
}
div.fullscreen div.highlights h2 {
  color:white;
  font-size:36px;
  font-weight:600;
  text-shadow:0 0 3px black;
}
div.fullscreen div.highlights h3 {
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 28px;
  text-shadow:0 0 3px black;
}

div.fullscreenWrapper {
  display:none;
}
body.intro div.fullscreenWrapper {
  display:block;
}


div.fullscreenWrapper .wide {
  margin:0 auto;
  width:969px;
}

div.fullscreenWrapper {
  position: relative;
  height:650px;
}
div.fullscreen .slide {
  position: absolute;
  left:0px;
  top:0px;
  height:100%;
  width:100%;

  background-position: center center;
  background-size: cover;
  /*-ms-behavior: url(./backgroundsize.min.htc);*/
}



/* using background-image now
div.fullscreen img
 {
  width:100%;
  position: absolute;
}
*/
div.fullscreen > iframe {
  width:100%;
  height:100%;
  position:absolute;
  margin-top:56px;
}

div.fullscreen h1 {
    color: white;
    font-size: 80px;
    font-weight: 300;
    line-height:65px;
}
div.fullscreen h2 {
    color: white;
    font-size: 50px;
    font-weight: 300;
}

div.fullscreen #slide1 h1 {
    top:400px;
    width:100%;
    text-align: center;
    position: absolute;
    left:0px;
    /*line-height:auto;*/
}

div.fullscreen #slide2 h1,
div.fullscreen #slide3 h1,
div.fullscreen #slide4 h1,
div.fullscreen #slide5 h1,
div.fullscreen #slide6 h1 {
    left: 100%;
    position: absolute;
    top: 30%;
    width:100%;
    text-align: left;
}
div.fullscreen #slide2 h2,
div.fullscreen #slide3 h2, 
div.fullscreen #slide4 h2,
div.fullscreen #slide5 h2, 
div.fullscreen #slide6 h2 {
    color: white;
    right: 100%;
    position: absolute;
    top: 40%;
    width:100%;
    text-align: right;
}

div.fullscreen.smallScreen h1 {
  font-size: 60px;
}
div.fullscreen.smallScreen h2 {
  font-size: 40px;
}

/* na zkousku tlustsi */
div.fullscreen #slide2 h1 {
  /*font-weight:600;*/
}
div.fullscreen #slide2 h2 {
  /*font-weight:500;*/
  top:44%;
}

div.fullscreen #slide3 h1 {
  top:14%;
}
div.fullscreen #slide3 h2 {
  top:28%;
}

/* No sliding text */
div.fullscreen #slide3 h1 {
  left:7%;
}
div.fullscreen #slide3 h2 {
  left:7%;
  text-align: left;
  right:auto;
}

div.fullscreen #slide4 h1 {
  display:inline-block;
  width:auto;
  text-align: center;
  line-height:85px;
}

div.fullscreen #slide5 h1 {
  top:16%;
}

div.fullscreen #slide6 h1 {
  top:35%;
}
div.fullscreen #slide6 h2 {
  top:48%;
}


/* need this for webkit */
body.template-front-page div.fullscreen .wide .module_row {
  height:100%;
}

/* highlights */
body.template-front-page .wide.r0 {
  display:none;
}
body.template-front-page div.fullscreen .wide {
  position:relative;
  top:200px;
  display:block;
}
/*
div.fullscreen .wide .module_row {
  background:none;
  border:none;
}
div.fullscreen .wide .module-callout{
  color: white;
  font-size: 17px;
  font-weight: 600;
}
div.fullscreen .wide .module-callout h3 {
    color: #FDE907;
    font-size: 78px;
    font-weight: 800;
    line-height: 65px;
}
*/
body.template-front-page .entry-header {
  display:none;
}

/* even more fullscreen */
html, body {
  height:100%;
  min-height:100%;
}
div.fullscreen,
div.fullscreenWrapper {
/* partially showing bottom */  
/*  height:95%;
  min-height:600px;
  max-height:950px;*/
/* total fullscreen */
  height:100%;
  min-height:600px;
  /*max-height:950px;*/
}


body.template-front-page div.fullscreen .wide {
  height:100%;
  top:auto;
}

body.template-front-page div.fullscreen .wide .module-callout {
  position:absolute;
  width:100%;
  right:0px;
}

body.template-front-page div.fullscreen .wide #callout-0-0-0 {
  top:20%;
}
body.template-front-page div.fullscreen .wide #callout-0-0-1 {
  top:35%;
}
body.template-front-page div.fullscreen .wide #callout-0-0-2 {
  top:50%;
}


/* ---- aktuality --- */
/* --- uprava lukash -----
body.template-front-page .module-text h3 {
  margin-bottom:16px;
}
body.template-front-page .module-text h3 > a {
    color: #373737 !important;
    font-size: 27px;
    font-weight: 300;
    text-transform: none;
}
body.template-front-page .module-text h3 > a:hover {
    color:#02b0ef !important;
}

body.template-front-page .module-post .post-content {
  width:500px;
  float:right;
  position: relative;
}
body.template-front-page .module-post .post-date {
    color: #BBBBBB;
    font-size: 12px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
}
body.template-front-page .module.list-thumb-image .post-title {
    border-bottom: 1px solid #02B0EF;
    font-size: 146%;
    font-weight: 500;
    line-height: 29px;
    margin: 0 0 7px;
    max-width: 230px;
}
.entry-content article p {
  margin-bottom: 10px;
}
*/


/* --- video slider "Lukas hlavni instruktor" ---- */
body.home .videoSliderPlaceholder {
  background-image: url("./img/spinner-flower-gray-small.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 420px;
  margin-top: 20px;
}
/* fixing the vimeo carousels */
body.home .caroufredsel_wrapper {
  height:308px !important;
}
div.col-full .caroufredsel_wrapper .video-wrap iframe {
  /*height:645px !important;*/
  height: 540px;
  width: 960px;
  position: relative;
  left:auto;
  top:auto;
}
div.col-full .caroufredsel_wrapper {
  margin:0px !important;
}
body.single-lokace div.col-full .module-slider .carousel-nav-wrap {
  margin:0px;
}

body.home .caroufredsel_wrapper .slide-title {
  text-align: left;
}
body.home .caroufredsel_wrapper .video-caption {
  text-align: left;
}


footer[role="contentinfo"] a {
font-size: 17px;
}
footer[role="contentinfo"] a:hover {
    color: #ec8d05;
}

footer p {
font-size: 17px;
}
/* ===========================================
 * kiteboarding/landkiting/snowkiting
 * ===========================================
 */

body > div.topBanner {
  margin-top:53px; /* size of the fixed header */
  width:100%;
  height:40%;
  /*height:300px;*/
  height:;
  position:relative;
  min-height:240px;
  background-position: center center;
  background-size: cover;
}

body > div.topBanner img {
  position: absolute;
}

body > div.topBanner h1 {
/*    color: white;
    font-weight: 300;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%;*/
      color: white;
    font-size: 56px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 2px #444444;
    top: 40px;
    width: 100%;
}


/*
 * basic tabs mechanic
 */
ul.tabs {
  position:relative;
  margin:0 auto;
}
ul.tabs li {
  list-style: none outside none;
  margin: 0;
}
ul.tabs li .label {
  display: inline-block;
  cursor:pointer;
}

ul.tabs .tab .contents {
  display:none;
}

ul.tabs .tab.selected .contents {
    background-color: #EDEDED;
    display: block;
    padding-left: 13px;
    padding-right: 13px;
  }

ul.tabs li div.contents {
  position:absolute;
  width:725px;
/*  height:400px;
*/  top:0px;
  right:0px;
}
/*
 * location tabs styling
 */ 
.tabs .tab .label {
  opacity:0.3;
}

/*.tabs .tab .label:hover,*/
.tabs .tab.selected .label {
  opacity:1;
}
.tabs .tab .label{
  position: relative;
}
.tabs .tab .label h3 {
    color: #FFFFFF;
    left: 5px;
    margin: 0;
    position: absolute;
    text-shadow: 2px 2px 2px #444444;
    top: 0px;
    left: 10px
  }
.tabs .tab .label h3 a{
  color: white;
  font-weight: 200;
  font-size: 22px;
}
.tabs .tab {
  margin-bottom:10px;
}
.tabs .tab.selected {
  background-color: #EDEDED;
}

.tabs .tab .contents h3 {
    font-size: 2em;
    font-weight: 200;
    margin: 0;
    padding: 0;
}
.tabs .tab .contents h3 a{

}
.tabs .tab .label img{
    border-radius: 0;
    box-shadow: 0 0 2px #02B0EF;
}


/* ==========================================
   lokace
   ========================================= */
body.single-lokace div#secondary {
  /* TODO: should remove it from HTML? */
  display:none;
}


/* ===========================================
 * ostatní (textové) stránky
 * ===========================================
 */
body.page-template-default div#primary {
  margin-top:83px;
}

/* ==========================================
   Přihláška
   ========================================= */
/* TODO: tohle by asi melo byt obecne, nejen pro tuto strankku */
body.page-template-page-templatesprihlaska-php div#primary {
  margin-top:83px;
}
body.page-template-page-templatesprihlaska-php div.entry-content h1 {
  color: black;
  font-weight: 700;
}
body.page-template-page-templatesprihlaska-php .site-header {
  border-bottom: 1px solid lightGray;
}
/* --- az sem */

body.page-template-page-templatesprihlaska-php .wpcf7 p,
body.page-template-page-templatesprihlaska-php .wpcf7 input,
body.page-template-page-templatesprihlaska-php .wpcf7 textarea
{
  font-size:20px;
}
body.page-template-page-templatesprihlaska-php .wpcf7 select {
 font-size:16px; 
}
body.page-template-page-templatesprihlaska-php .wpcf7 textarea {
  height:100px;
}
body.page-template-page-templatesprihlaska-php .wpcf7 div.left {
  width:50%;
  float:left;
}
body.page-template-page-templatesprihlaska-php .wpcf7 div.right {
  width:50%;
  float:right;
}
body.page-template-page-templatesprihlaska-php .wpcf7 div.center {
  text-align: center;
  clear:both;
}
body.page-template-page-templatesprihlaska-php .wpcf7 div.anr_captcha_field {
  display:inline-block;
}
body.page-template-page-templatesprihlaska-php .wpcf7 div.center input[type=submit] {
  background:#02B0EF;
  color:white;
  font-size:20px;
}
body.page-template-page-templatesprihlaska-php span.wpcf7-list-item {
  margin-left:0px;
}
body.page-template-page-templatesprihlaska-php .souhlas input {
  margin-right:0px;
}
body.page-template-page-templatesprihlaska-php .ubytovani span.wpcf7-list-item {
  display:block;
}

body.page-template-page-templatesprihlaska-php .wpcf7-form.sent div.left,
body.page-template-page-templatesprihlaska-php .wpcf7-form.sent div.right,
body.page-template-page-templatesprihlaska-php .wpcf7-form.sent div.center,
body.page-template-page-templatesprihlaska-php .wpcf7-form.sent div.cenik-container {
  display:none;
}
body.page-template-page-templatesprihlaska-php div.wpcf7-response-output {
  border: medium none;
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top:0px;
}
body.page-template-page-templatesprihlaska-php .wpcf7-mail-sent-ok {
  color: #02B0EF;
}
body.page-template-page-templatesprihlaska-php  .wpcf7-validation-errors {
  color:red;
}

body.page-template-page-templatesprihlaska-php span.wpcf7-not-valid-tip {
  top: 10px;
  background-color: red;
  color:white;
  font-size:20px;
}
body.page-template-page-templatesprihlaska-php div.cenik {
  max-width:969px;
  margin:0 auto;
}
body.page-template-page-templatesprihlaska-php div.cenik td {
  cursor:pointer;
}
body.page-template-page-templatesprihlaska-php div.cenik .hover,
body.page-template-page-templatesprihlaska-php div.cenik .selected {
   background-color: #02B0EF;
  color: #FFFFFF !important;
}
body.page-template-page-templatesprihlaska-php div.cenik .hover a,
body.page-template-page-templatesprihlaska-php div.cenik .selected a {
  color: #FFFFFF !important;
}

body.page-template-page-templatesprihlaska-php div.hidden {
  display:none;
}


/* /////////////////////////////////// 
  //////////////////////////////////// */


.main-navigation li a{
    font-size: 15px;
    color: #333;
   }
body .main-navigation .current-menu-item > a,
body .main-navigation .current-menu-ancestor > a,
body .main-navigation .current_page_item > a,
body .main-navigation .current_page_ancestor > a {
    color: #333333;
    font-weight: bold;
}
#menu-odkazy-v-paticce li {
    list-style-image: url("img/sipka_sm4.png");
    list-style-position: inside;
    margin-bottom: 6px;
}
#menu-odkazy-v-paticce li a{
    position: relative;
    top: 3px;
    color: #03BBF8;
    }
#top_logo{
  position: relative;
  width:960px;
  margin:0 auto;
}
.site-info{
  color: #ccc;
}
caption, th, td {
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    }
 .col-full tr:first-child{
  background-color: #F5F5F5;
 }
 .module-testimonial .testimonial-post .post-title{
/*      border-bottom: 1px solid #02B0EF;
*/    font-size: 146%;
    font-weight: 500;
    line-height: 29px;
    margin: 0 0 7px;
    color: #000;
  }

#social_icons{

}
#FB{
    background: url("img/ikonky.png");
    display: block;
    height: 48px;
    width: 49px;
    background-repeat: no-repeat;
    background-position: -54px 0px;
}
#FB:hover{
      background-position: -54px -50px;

}
#Youtube{
    background: url("img/ikonky.png");
    display: block;
    height: 48px;
    width: 49px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#Youtube:hover{
      background-position: 0px -50px;

}
#Google{
    background: url("img/ikonky.png");
    display: block;
    height: 48px;
    width: 49px;
    background-repeat: no-repeat;
    background-position: -108px 0px;
}
#Google:hover{
      background-position: -108px -50px;

}
#linkedin{
    background: url("img/ikonky.png");
    display: block;
    height: 48px;
    width: 49px;
    background-repeat: no-repeat;
    background-position: -164px 0px;
}
#linkedin:hover{
      background-position: -164px -50px;

}
#twitter{
      background: url("img/ikonky.png");
    display: block;
    height: 48px;
    width: 49px;
    background-repeat: no-repeat;
    background-position: -327px 0px;
}
#twitter:hover{
      background-position: -327px -50px;

}
#pinterest{
      background: url("img/ikonky.png");
    display: block;
    height: 48px;
    width: 49px;
    background-repeat: no-repeat;
    background-position: -218px 0px;
}
#pinterest:hover{
      background-position: -218px -50px;

}
#vimeo{
      background: url("img/ikonky.png");
    display: block;
    height: 48px;
    width: 49px;
    background-repeat: no-repeat;
    background-position: -273px 0px;
}
#vimeo:hover{
      background-position: -273px -50px;

}
#social_icons a{
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    transition:color 300ms ease 1s, background-color 300ms ease 1s, opacity 300ms ease 1s;
}

body.single-lokace div#primary {
  margin-top:83px;
}

.lokace li{
  background-color: #E9F7FB;
}
.lokace li .contents{
  padding-top: 20px;
}
div.lokace > div.miniloops > ul > li > div.contents > h3{
  margin-bottom: 10px;
}
.rowSocial p{
  margin-bottom: 0px !important; 
}
body .ui.module-accordion .accordion-title{
    font-size: 25px;
    font-weight: 300;
}
body .ui.module-accordion .accordion-title{
background-color: #E9F7FB;
}
body .ui.module-accordion .accordion-title:hover,
body .ui.builder_button:hover,
body .ui.nav li:hover,
body .ui.module-accordion li:hover .accordion-title,
body .ui.module-tab .tab-nav li:hover
{
background-color: #d8f1f8;
}

.ui.module-accordion.separate li, .ui.module-accordion.separate li:first-child{
  border: none;
}
body .ui.module-accordion li.current .accordion-content{
  box-shadow: none;
}
.gray{
  background-color: #F5F5F5;
}
body .entry-content .table_hodiny p{
   color: #444444;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.314;
    margin-bottom: 3px;
}
body .entry-content td,
body .comment-content td {
    border-top: 1px solid #EDEDED;
    color: #444444;
    padding: 6px 10px 6px 0;
    }

/* ===========================================
 * Aktuality a novinky
 * ===========================================
 */
body.blog div#primary,
body.single-post div#primary {
  margin-top:83px;
}
body.single-post .post,
body.single-post .nav-single,
body.blog .post {
  width: 960px;
  margin: 0 auto;
}
body.blog .site .entry-title,
body.single-post .site .entry-title,
body.blog div.entry-content > .wide > .inner,
body.single-post div.entry-content > .wide > .inner
{
  width:auto;
}

body.blog .post {
  border-bottom: 1px dashed lightgray;
  margin-bottom: 30px;
  padding-bottom: 35px;
}

body.single-post div.thumb,
body.blog div.thumb {
  float:left;
  width:350px;
}


body.single-post .entry-header,
body.single-post .entry-content,
body.single-post .entry-meta,
body.blog .entry-header,
body.blog .entry-content,
body.blog .entry-meta
{
  width:570px;
  float:right;
}
body.single-post .entry-header,
body.blog .entry-header {
  margin:0px !important;
}
body.blog div.entry-content .wide .themify_builder_row {
  width:auto;
}

body.single-post.single-format-aside .entry-content {
  width:100%;
}
article.format-aside .aside {
  background:none;
  border:none;
}

body.single-post p.date,
body.blog p.date {
  font-weight: normal;
  color: lightgray;
  margin-bottom: 12px;
  text-align: right;
}

body.single-post div.entry-content > .wide > .inner,
body.single-post div.entry-content .wide .themify_builder_row
 {
  width:auto;
}
