@media screen and (max-width: 1200px) {
	.desktop-visible {
		display: none;
	}

	.mobile-visible {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.desktop-visible {
		display: block;
	}

	.mobile-visible {
		display: none;
	}
}

.headline .byline {
	color: rgb(153, 153, 153);
	margin-top: -1em;
}
.breadcrumbs li {
	display: inline;
	padding-left: 0;
	color: #ddd;
}
.breadcrumbs li a {
	color: rgb(153, 153, 153);
}
.breadcrumbs li:before {
	display: none;
}

.box-main {
	overflow: hidden;
}
.box-main-in {
  max-width: 100%;
}
@media screen and (min-width: 1250px) {
  .box-main-in {
		float: left;
	}
  .home{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
   	-webkit-box-orient: horizontal;
   	-webkit-box-direction: reverse;
   	    -ms-flex-direction: row-reverse;
   	        flex-direction: row-reverse;
	}
  .home .box-join-image{
    -ms-flex-item-align:center;
        -ms-grid-row-align:center;
        align-self:center;
  }
  .home .box-join-left{
  	margin-right:20px;
  }
}
.right-column {
	float: left;
}

.motto p {
	margin: 0;
}

#footer {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.desktop-visible {
		display: none;
	}
}

.twitter-cell, .gplus-cell, .facebook-cell {
	margin: 10px 0;
	display: inline-block;  
}
.facebook-cell {
  position: relative;
	top: -6px;
}

#footer {
	position: relative;
	bottom: 0;
}

.btn-fb {
	background-image: url("btn-fb.svg");
}

@media screen and (min-width: 1200px) {
  .name {
  	max-width: 300px;
    position: relative;
    top: 5px;
  }
  .box-events-item .name {
  	max-width: 300px!important;
    line-height: 1.4;
    padding-top: 3px;
  }
}
@media screen and (min-width: 1250px) {
 .box-events ,.box-pool,.box-twitter{
 		float: left;
 	  margin-top: 10px;
    margin-bottom: 40px;
  }
  .box-events {
  	width: 44%;
    margin-right: 1%;
  }
  .box-pool,.box-twitter {
     width: 27%;
     margin-right: 1%;
  }
  .box-pool {
  	margin-right: 0;
  }
}


.box-pool-item input {
  margin: 10px 0;
}

.box-reagujte {
	height: auto;
  padding: 10px 10px 12px 10px;
}

.box-reagujte textarea {
  border-radius: 5px;
  border-color: #BBB;
  width: 100%;
  min-height: 100px;
}

.box-reagujte h4 {
	margin: 0;
}

.box-reagujte input.submit-button {
	float: right;
  padding: 5px 15px;
  margin: 10px 0;
	width: auto;
}

@media screen and (min-width: 1280px) {
  .single {
  	max-width: 750px;
  }
}

.input-group {
	width: 100%;
}

.input-group input {
	width: 49%;
  float: left;
}

.input-group input:first-child {
	width: 49%;
  float: left;
  margin-right: 2%;
}

.input-text, textarea {
	color: #444;
  font-weight: 300;
}

textarea {
	padding: 10px;
  font-size: 16px;
}

.input-text::-webkit-input-placeholder {
  color: #878787;
}
.input-text:-ms-input-placeholder {
  color: #878787;
}
.input-text::-ms-input-placeholder {
  color: #878787;
}
.input-text::placeholder {
  color: #878787;
}

/* Textarea */
textarea::-webkit-input-placeholder {
  color: #878787;
}
textarea:-ms-input-placeholder {
  color: #878787;
}
textarea::-ms-input-placeholder {
  color: #878787;
}
textarea::placeholder {
  color: #878787;
}

.box-join-form h3 {
	text-transform: uppercase;
}

/**/
.box-news-item:nth-child(3n) {
  border-right-color: transparent;
}
@media screen and (min-width: 1250px) {
	.box-join-form .form-desc {
		color: #878787;
  	margin: 10px 0 25px 0;
	}
  .box-news-item {
   padding: 20px;
   width: 33%;
  }
}
.box-join-form .form-more-link a {
  color: #444;
}
@media screen and (min-width: 1250px) {
	.box-join-form input.btn-center {
		padding-bottom: 7px;
	}
  .box-join-form .form-more-link {
		float: left;
    width: 50%;
    text-align: left;
    margin-top: -5px;
  }
}

@media screen and (min-width: 1250px) {
	.box-news-item {
		padding-top: 0;
	}
}

@media screen and (min-width: 1250px) {
	.box-news-item h3{
		margin-top: 10px;
	}
}

.date {
	font-style: italic;
}

@media screen and (min-width: 600px) {
  .box-events-item {
  	height: auto;
    padding: 3px 5px;
  }
}

@media screen and (min-width: 600px) {
  .box-events-item .date {
    padding: 0 20px 0 15px;
  }
}

@media screen and (min-wdith: 1250px) {
  .cl-motto, .cl-right {
  	width: 35%
  }
  .cl-copy {
  	width: 30%
  }
}

/* Footer */
footer {
	margin-top: 20px;
}

.laska {	  
  background: #444444;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.laska p {
	color: #777;
}

.motto {
	color: #999;
  font-size: 20px;
  line-height: 1.3;
}

.laska nav {
	line-height: 1.5;
}

.laska nav a {
	color: #B9B9B9;
  text-decoration: underline;
  display: inline-block;
  padding: 2px 0;
}

.box-left, .box-middle, .box-right {
	margin: 20px 0;
}

.box-middle {
	margin: 30px 0;
}

.mango {
	background-color: #111111;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 600px) and (max-width: 1250px) {
  .mango {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 1250px) {
  .mango {
    text-align: right;
    font-size: 14px;
  }
}

.mango span {
  color: #e74c3c;
}

.mango img {
  margin: 0 5px;
}

.mango a {
  color: inherit;
  text-decoration: none;
  color: #e74c3c;
  display: inline-block;
  padding: 0px 5px;
  border: 1px dashed #e74c3c;
  margin-left: 5px;
}

@media only screen and (min-width: 1250px) {
  .mango a:hover {
    border-style: solid;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1250px) {
  .box-left {
    border-bottom: 1px solid #666666;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .motto {
  	font-size: 24px;
  }
  .me {
  	font-size: 18px;
  }
  .box-news-item img {
  	margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1250px) {
  .box-left, .box-middle, .box-right {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #666666;
    height: 140px;
    padding-top: 20px;
  }
  .box-right {
  	border: 0;
  }
  .box-left, .box-right {
  	width: 35%;
  }
  .box-middle {
  	width: 29%;
  }
  .laska nav a {
  	display: block;
    text-align: left;
  }
  .laska nav a:hover {
  	color: #fff;
  }
  .motto {
  	font-size: 30px;
  }
  .me {
  	font-size: 14px;
  }
  .box-middle p {
  	text-align: left;
  }
  .box-middle {
  	padding-left: 40px;
  }
}

@media screen and (max-width: 600px) {
  .box-reagujte h4 {
  	text-align: left;
    font-size: 16px;    
  }
}

@media screen and (max-width: 450px) {
  .input-group input, .input-group input:first-child {
  	width: 100%;
    float: none;
    margin: 20px 0;
  }
}

@media screen and (max-width: 450px) {
  .box-reagujte input.submit-button {
  	float: none;
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .box-events-item {
  	text-align: left;
  }
  .box-join-form .input {
		margin: 15px 0;
	}
	.input-text {
		padding: 15px;
	}
}

.box-reagujte h4 {
	margin-top: 15px;
}

@media screen and (min-width: 1250px) {
  .box-reagujte h4 {
  	margin-top: 20px;
    margin-left: 5px;
  }
}

.subhead-details {
	font-size: 18px;
	font-weight: bold;
}

.box-news-item h3 a {
	font-weight: 600;
  color: #444;
  margin: 20px 0;
}

.content-pages-show-blog-post, .content-pages-show-event {
	max-width: 750px;
}

.box-reagujte h4 p a {
	color: #444;
}

.content-pages-show-event .subtext {
  font-size: 16px;
}

/* Login page */
.box-sign-in {
  margin: 0 auto;
  background-color: #eee;
  padding: 20px;
  max-width: 340px;
}

@media screen and (min-width: 1250px) {
  .box-sign-in {
  	margin: 20px auto;
  }
}

.box-sign-in h3 {
	text-transform: uppercase;
  font-size: 22px;
  color: #878787;
  margin: 0;
}

.box-sign-in .form-group label, input {
	display: block;
  max-width: 320px;
}

.box-sign-in input.checkbox {
	display: inline-block;
}

.box-sign-in input.btn {
	margin: 20px 0 10px 0;
}

@media screen and (min-width: 1250px) {
  .box-sign-in input.btn {
  	padding: 15px 10px !important;
    width: 300px !important;
  }
}

.box-sign-in .form-group {
	margin: 15px 0;
}

.box-sign-in hr {
	border: 0;
	border-bottom: 1px solid #ddd;
  margin: 20px 0;
}

.box-sign-in .key {
	margin: 0 !important;
}

/* Sticky footer */
@media screen and (min-width: 768px) {
  html {
  	position: relative;
    min-height: 100%;
  }
  
  body {
  	margin: 0 0 240px 0;
  }
  
  footer {
  	position: absolute;
    left: 0;
    bottom: 0;
    height: 240px;
    width: 100%;
  }
}

.wrapper {
	padding-bottom: 30px;
}

/* Číslovaný seznam na stránce */
ol li:before {
	display: none;
}

/* Dobrovolníci - styly formuláře */
.form-wrap {
  margin: 0;
  background-color: #eee;
  padding: 20px;
}

@media screen and (min-width: 1250px) {
  .form-wrap {
  	margin: 20px 0;
  }
}

.form-wrap h4 {
	text-transform: uppercase;
  font-size: 22px;
  color: #878787;
  margin: 0;
}

.form-wrap label, 
.form-wrap input {
	display: block;
  max-width: 320px;
}
.form-wrap label {
	margin: 15px 0 5px;
  font-weight: bold;
}
.form-wrap input {
	color: #444;
	font-weight: 300;
  font-size: 16px;
	padding: 6px 10px;
	border-radius: 3px;
	border: 1px solid #AAA;
}

.form-wrap input[type="checkbox"] {
	display: inline-block;
}

.form-wrap input.submit-button {
	margin: 20px 0 10px 0;
  background: -webkit-gradient(linear,left top, left bottom,from(#22d6de),to(#00adb5));
  background: -webkit-linear-gradient(#22d6de,#00adb5);
  background: -o-linear-gradient(#22d6de,#00adb5);
  background: linear-gradient(#22d6de,#00adb5);
  padding: 5px 40px;
	width: auto;
  font-size: 20px;
  border: 1px solid transparent;
  color: #fff;
}

@media screen and (min-width: 1250px) {
  .form-wrap input.submit-button {
  	padding: 15px 10px !important;
    width: 300px !important;
  }
}

.form-wrap .form-group {
	margin: 15px 0;
}

.btn-form {
	border-radius: 3px;
}

/* Excerpt */
.page-excerpt {
  font-size: 18px;
	font-weight: 600;
	color: #00adb5;
	margin: 20px 0;
}

.content-pages-show-basic h2 {
	margin-bottom: 0;
}

/* Margin */
.m30 {
	margin: 30px 0;
}

/* Flash message */
#flash {
	clear: both;
  margin: 0 auto;
  width: 90%;
  max-width: 1280px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: rgba(0, 173,181, 0.3);
}

#flash.hidden {
	display: none;
}

#flash h3 {
  margin: 3px 0 5px 0;
}
.hide-flash {
	position: relative;
  font-size: 15px;
}

.close-flash-message a {
	float:right;
  color: white;
}

/* Dvouřádkové menu */
@media screen and (min-width: 1250px) {
  .box-join {
    padding-top: 50px;
  }
   
  ul#menu {
 		margin-left: 250px;
    float: right;
		margin-top: -40px;
    position: static;
  }
  ul#menu a {
		font-size: 17px;
    color: #fff;
    -webkit-transition: .4s ease color;
    -o-transition: .4s ease color;
    transition: .4s ease color;
  }
  ul#menu a:before {
  	background: #efefef;
  }
  
  ul#menu li {
  	margin-bottom: 20px;
    margin-left: 10px;
  }
  #logo {
  	-webkit-transition: .2s ease all;
  	-o-transition: .2s ease all;
  	transition: .2s ease all;
    display: inline-block;
  }
  #logo:hover {
  	-webkit-transform: scale(0.9);
  	    -ms-transform: scale(0.9);
  	        transform: scale(0.9);
  }
}
.box-main li {
  font-size: 18px;
}
.box-subnav {
	margin-top: 50px;
}
header {
  background: #fff;
  background: rgba(0, 173, 181, 0.9);
}
@media screen and (min-width: 1250px) {
  header {
  	position: fixed;
    left: 0; top: 0;
    width: 100%;
    z-index: 99999;
    padding: 15px 0 6px;
  }
  .wrapper {
  	margin-top: 90px;
  }
	.box-dobrovolnik {
		width: 60%;
	  float: none;
  	margin: 0 auto;
	}
  /*blog*/
  .blog {
    vertical-align: top;
    border-bottom: none;
  }
  .blog .page-excerpt h3 {
	  font-size: 30px;
		font-weight: 600;
		color: #444;
		margin: 20px 0;
  }
  .blog .page-excerpt h3 a {
    color: #444;
  }
  .blog .page-excerpt .byline {
  	margin-top: -1em;
  }
  .blog .page-excerpt .excerpt {
  	color: #444;
    font-size: 18px;
  }
}
.content-pages-show-blog {
	float: none;
  max-width: 100%;
}
.btn-green {
	background: -webkit-gradient(linear,left top, left bottom,from(#22d6de),to(#00adb5));
	background: -webkit-linear-gradient(#22d6de,#00adb5);
	background: -o-linear-gradient(#22d6de,#00adb5);
	background: linear-gradient(#22d6de,#00adb5);
}
.questions-title {
	font-size: 18px !important;
}
.box-aside {
 overflow: hidden;
 clear: both;
 margin-top: 50px;
 border-top: 3px solid #ddd;
 padding-top: 50px;
}
@media screen and (min-width: 1250px) {
  .box-aside {
    border-top: none;
    padding-top: 0;
		clear: none;
  	float: right;
    width: 25%;
    margin-top: 80px;
  }
  .box-main-in {
		width: 65%;
    margin-right: 10%;
    max-width: 100%;
	}
  .just-one-column {
  	width: 100%;
    margin-right: 0;
  }
  .just-one-column > .page-excerpt,
  .just-one-column #intro {
  	width: 60%;
  }
  .just-one-column .box-dobrovolnik > .page-excerpt,
  .just-one-column .box-dobrovolnik #intro {
    width: 100%;
  }
  .all-cleared {
  	clear: both;
    overflow: hidden;
  }
}
/* aside items */
.aside-item {
	display: block;
	text-decoration: none;
  border: 1px solid #ddd;
  max-width: 600px;
  margin-bottom: 15px;
}
.aside-item h3 {
	margin: 10px 0 5px 0;
}
.aside-item p {
	margin: 5px 0 10px 0;
}
.aside-item img {
  margin: 0;
  max-width: 100%;
}
.aside-item h3,
.aside-item p {
	text-decoration: none;
  color: #333;
  padding: 0 15px;
}
@media screen and (min-width: 600px) and  (max-width: 1250px) {
  .aside-item {
      display: table-cell;
   		width: 33%;
  }
}
/* like page */
.like-page {
	margin-top: 30px;
  padding: 15px;
  background: #eee;
  clear: both;
}
#menu-toggle {
	border-color: #fff;
}
#menu-toggle span, #menu:after {
  background: #fff;
}
#menu, #menu li, #menu a {
	border-color: #fff !important;
}
/* homepage */
.homepage {
	padding-top: 0;
}
.homepage .container {
	margin: 0;
  width: 100%;
}
.homepage img {
	margin-top: 0;
}

@media only screen and (min-width: 600px) {
  .box-events-item .name {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1250px) {
  .box-events .btn-more-events {
    position: relative;
    top: -2em;
  }
}
.box-events h3 {
	font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 10px;
  line-height: 60px;
}
@media only screen and (min-width: 1000px) {
  .content-pages-show-calendar-wide .box-events-item .name,
  .content-pages-show-calendar .box-events-item .name{
  	  max-width: 600px !important;
  }
}
@media only screen and (min-width: 1250px) {
  .box-join-form {
  	padding: 20px 30px 10px 50px !important;
  }
}
@media only screen and (min-width: 600px) {
.box-events-item .name {
	width: 55%;
  }
}
.textarea.autogrow {
  width: 100%;
}
.activity, .activity span {
  font-size: 13px;
  color: #555;
}
.activity-content {
  color: #000;
  font-size: 18px;
}

.short-news-title {
  font-size: 20px !important;
}
.short-news-title a {
  color: #444;
}

.box-shortnews {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 20px 40px;
} 
.box-shortnews h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: #6E6E6E;
  margin: 0 0 5px 0;
}
.box-shortnews h4 {
  font-size: 15px;
  margin: 0;
}
.short-news-link {
  margin-top: 10px;
  display: inline-block;
  color: #2ba242;
}
@media only screen and (min-width: 1024px) {
.box-shortnews {
	margin-top: 40px;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 600px) {
  .box-news-item img {
    float:none;
  }
}
@media only screen and (min-width: 1250px) {
  .box-join-image {
      max-width: 800px;
  }
}
.socialLinks{
	padding:20px 0;
}
.socialLinks i{
 font-size:40px;
 margin:0 10px;
  text-decoration:none;
  color:white;
}
.socialLinks i:hover{
 color: rgba(0, 173, 181, 0.9);
}
  .fotoWrap .img-display{
     			display:block;
     			position:relative;
   				width:260px;
     			height:210px;
     			margin:0 auto 10px;
     			background-size:cover;
     			background-position:center;
     			background-repeat:no-repeat;
     			-webkit-box-sizing:border-box;
     			        box-sizing:border-box;
     			border:1px solid rgba(68, 68, 68,0.5);
    box-shadow: 2px 2px 2px #ccc
   }
.fotoWrap .img-display:hover{
	cursor:pointer
}
 .lightBox{
        position:fixed;
        display:block;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background-color:rgba(68, 68, 68,0.5);
        opacity:0;
       visibility: hidden;
      }
.lightBox img{
	position:absolute;
  display:block;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
   width:auto;
  max-width:80%;
  max-height:80%;
  box-sizing:border-box;

 
}
.overlay{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:rgba(68, 68, 68, 0);
}
.arrowsGallery{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
  z-index:10000;
}
.arrowsGallery i {
color:white;
  font-size:30px;
  -webkit-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  transition:all 0.3s linear;
}
.arrowsGallery i:hover{
	cursor:pointer;
  -webkit-transform:scale(1.3);
      -ms-transform:scale(1.3);
          transform:scale(1.3)
}
.contentWrapper{
	position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  width:100%;
  margin-top:20px;
  
    -webkit-box-pack: justify;
  
        -ms-flex-pack: justify;
  
            justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
    .videoWrap iframe{
         width: 260px;
    min-height: 152px;
    }
    .fotoBlock{
        display:block;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
  .fotoWrap{
  display:block;
    position:relative;
    width:100%;
  }
   .videoWrap{
        display:block;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
     
 
  }
@media only screen and (min-width: 501px) and (max-width: 768px) {
      .fotoWrap .img-display{
      width:calc(50% - 10px); 
        margin:5px;
      }
   .videoWrap iframe{
         width: 400px;
    min-height: 235px;
    }
  
    .fotoBlock{
        display:block;
        position: relative;
       width: 100%;
        margin: 0 auto 20px;
    }
  .fotoWrap{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    position:relative;
    width:100%;
  }
  .videoWrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
      	-ms-flex-wrap:wrap;
      	    flex-wrap:wrap;
        position: relative;
        width: 90%;
flex-direction: column;
        margin: 0 auto;
    }
   
  }
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fotoBlock{
    display:block;
   position: relative;
        width: 45%;
  }
  
    .videoWrap iframe{
         width: 300px;
    min-height: 172px;
    }
    .fotoWrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
      	-ms-flex-wrap:wrap;
      	    flex-wrap:wrap;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
  .videoWrap{
        display:block;
        position: relative;
        width: 45%;
    }
  .fotoWrap .img-display{
  margin: 0 auto 10px;
  }
   
  }
@media only screen and (min-width: 1025px) and (max-width:1250px)  {
  .container{
    width:auto!important;
  max-width:966px!important;
  }}
@media only screen and (min-width: 1025px)  {
  
  .fotoBlock{
    display:block;
   position: relative;
        width: 55%;
  }
    .videoWrap iframe{
         width: 300px;
    min-height: 172px;
    }
    .fotoWrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
      	-ms-flex-wrap:wrap;
      	    flex-wrap:wrap;
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
  .videoWrap{
        display:block;
        position: relative;
        width: 40%;
    }

  
  .fotoWrap .img-display{
  margin: 0 auto 10px;
  }
   
  }
@media only screen and (min-width: 1250px)  {
.fotoWrap .img-display{
      width:calc(50% - 10px); 
        margin:5px;
      
  }
   .videoWrap iframe{
         width: 500px;
    min-height: 283px;
    }
}
header{
      z-index: 1200000;
  position: relative;
}

@media only screen and (max-width:1250px) {
	#menu {
		max-height: inherit;
	}
}

.supporterVideoWrap iframe{
    width: 100%;
    min-height: 283px;
}