/**
 * fullPage 2.5.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

 /*--- definice pisma ---*/


html, body {
    margin: 0;
    padding: 0;


    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #e6e6e6;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;


}


* {
margin: 0;
padding: 0;
border: 0;
}

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
    vertical-align: top;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: left;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
 bottom: 10%;
    cursor: pointer;
    width: 0;
    height: 0;
    margin-top: -38px;
    width: 100px;
}

.fp-controlArrow.fp-prev {
    left: 15px;

    background: url(sipka-leva.png);
    background-size: 20px;
    width: 20px;
    height: 41px;
    position: absolute;


}

.fp-controlArrow.fp-next {
    left: 100px;

     background: url(sipka-prava.png);
    background-size: 20px;
    width: 20px;
    height: 41px;
    position: absolute;

}

 @media all and (max-width: 850px) {
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    bottom: 9%;
    cursor: pointer;
    width: 0;
    height: 0;
    margin-top: -38px;
}

.fp-controlArrow.fp-prev {
    left: 15px;

    background: url(sipka-leva.png);
    background-size: 15px;
    width: 15px;
    height: 31px;
    position: absolute;


}

.fp-controlArrow.fp-next {
    left: 100px;

     background: url(sipka-prava.png);
    background-size: 15px;
    width: 15px;
    height: 31px;
    position: absolute;

}
}


.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;

    top: 50%;
    right: 0px;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;

}

  #fp-nav.left {
    width: 40px;
    left: 17px;
}


@media screen and (max-width: 900px) {
#fp-nav.left {
    left: 0px;

}
#fp-nav.right {
    right: 7px;

}
}



.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {

    top: -1px;
    left: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    position: absolute;
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    z-index: 1;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
        -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;

    top: -4px;
    margin-left: -23px;
    color: #000000;
    font-size: 13px;
    font-family:  'Open Sans', sans-serif;
    white-space: nowrap;
   width: 90px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    padding-right: 10px;
    padding-left: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgba(255,255,255,0.7);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: 90px;
    text-align: right;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}



/* aktualni stranka */

span.aktualni-stranka{
    margin-left: 50px;
    font-size: 20px;
    line-height: 42px;
    color: rgba(255, 255, 255, .8);
    bottom: 10%;
    z-index: 10;
    position: absolute;


    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 2px  rgba(0, 0, 0, .4);
}
span.pocet-stranek{
    left: 70px;
    font-size: 20px;
    line-height: 42px;
    color: rgba(255, 255, 255, .8);
    bottom: 10%;
    z-index: 10;
    position: absolute;


    font-family: "Open Sans", sans-serif;
}

 @media all and (max-width: 850px) {

span.aktualni-stranka{
    margin-left: 45px;
    font-size: 20px;

    bottom: 8.5%;

}
span.pocet-stranek{
    left: 70px;
    font-size: 20px;

    bottom: 8.5%;

}


}
a.mys{
  background: url(mys.png) no-repeat top;
  background-size: 19px;
  width: 19px;
  height: 40px;
  display: block;
  bottom: 1%;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
  position: absolute;
}















/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
 }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }



/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #3cb5f9; }

a:hover {
  color: #0793e2; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
  padding-top: 150px; }

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px; }
@media all and (max-width: 1160px) {
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
}

section {
  padding: 60px 0; }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
  background-color: #3cb5f9; }
  #info-bar a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px; }
    #info-bar a:hover {
      background-color: #0793e2; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 113px;
  text-align: center;
  position: fixed;
  top: 0;

  z-index: 999;




  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  }





   p.slogan{
   position: fixed;
       top: 90px;
    margin-left: 140px;
    left: 8%;
    z-index: 1000;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    color: #5f6364;

    }
   a.fcb{
   position: fixed;
       top: 90px;

    right: 8%;
    z-index: 1000;
    background: url(fcb.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    }


 h1#logo {
   position: fixed;
    height: 105px;
    width: 105px;
    z-index: 10000;
    top: 26px;
    left: 8%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: url(logo.png);
    background-size: 105px;
    }
  h1#logo a{
        height: 105px;
    width: 105px;
      display: block
    }

 h1#logo span{
          position: absolute;
          text-indent: -9999px;
         }

  header nav {
    display: inline-block;
    margin-top: 22px;
    text-align: left;


    }

    header nav ul.minimenu{
      position: fixed;

     right: 10px;
     padding-right: 10px;
     top: 28px;
    }




    header nav ul.minimenu li{
      display: inline-block;
      border-left: solid 1px  #5f6364;
      text-align: center;

    }
    header nav ul.minimenu li.prvni{
      display: inline-block;
      border-left: none;
    }
    header nav ul.minimenu li.login{
      display: inline-block;
      border-left: none;
      margin-right: 30px;
    }

    header nav ul.minimenu li a{
      padding-left: 8px;
      padding-right: 8px;
      display: inline-block;
           font-size: 14px;
            color: #5f6364;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
    }



 @media all and (max-width: 900px) {

header {
  width: 100%;
  height: 60px;
  text-align: center;
  position: fixed;
  top: 0;

  z-index: 999;




  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  }


   p.slogan{
   position: fixed;
       top: 43px;
    margin-left: 38px;
    left: 50px;
    z-index: 1000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    color: #5f6364;

    }
   a.fcb{
   position: fixed;
       top: 39px;

    right: 70px;
    z-index: 1000;
    background: url(fcb.png);
    background-size: 20px;
    width: 20px;
    height: 20px;
    }


 h1#logo {
   position: fixed;
    height: 60px;
    width: 60px;
    z-index: 10000;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: url(logo.png);
    background-size: 60px;
    }
  h1#logo a{
        height: 60px;
    width: 60px;
      display: block
    }

 header nav {
    display: inline-block;
    margin-top: 22px;
    text-align: left;


    }

    header nav ul.minimenu{
      position: fixed;

     right: 0px;
     padding-right: 10px;
     top: 10px;
    }




    header nav ul.minimenu li{
      display: inline-block;
      border-left: solid 1px  #5f6364;
      text-align: center;

    }
    header nav ul.minimenu li.prvni{
      display: inline-block;
      border-left: none;
    }
    header nav ul.minimenu li.login{
      display: inline-block;
      border-left: none;
      margin-right: 20px;
    }

    header nav ul.minimenu li a{
      padding-left: 8px;
      padding-right: 8px;
      display: inline-block;
           font-size: 12px;
            color: #5f6364;
            text-transform: uppercase;
            font-family: 'Open Sans', sans-serif;
    }



  }




/*
Soubory
 */
div.soubor{
  display: inline-block;
  width: 50%;
  height: 55px;
  background: rgba(255, 255, 255, 0.9);
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
margin-left: 20px;
margin-bottom: 2px;
        -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
margin-bottom: 0px;

-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
div.soubor:hover{
   background: rgba(255, 255, 255, 1);
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}
div.soubor p{
  color: #000000;
font: 13px Verdana, Arial, Calibri;
float: left;
margin-left: 20px;
margin-top: 18px;
}

div.soubor p a{
  color: #cc0000;
font: bold 15px Verdana, Arial, Calibri;
margin-top: 15px;
}
div.soubor a.stahnout{

  width: 56px;
  height: 55px;
  display: block;
  float: right;
  background: url(stahnout.png);
  text-indent: -9999px;

-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
div.soubor .nahled{
  width: 56px;
  height: 55px;
  float: right;

}

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries




 #obsah
{
	margin-top: 40px;
    background: rgba(255, 255, 255, 0.0);
    width: 80%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
        margin-bottom: 50px;
}
     @media all and (max-width: 1060px) {
 #obsah
{
	margin-top: 120px;
    background: rgba(255, 255, 255, 0.0);
    width: 80%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 50px;
}
}

 #obsah .hlavni-obr
{
    width: 100%;
    margin-bottom: 40px;
}

 #obsah .hlavni-obr img
{
    width: 100%;

    -moz-box-shadow: 1px 1px 60px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 60px rgba(0,0,0,0.2);
box-shadow: 1px 1px 60px rgba(0,0,0,0.2);

}
 #obsah .hlavni-obr h2.nadpis
{
  position: absolute;
  margin-top: 63px;
  margin-left: 0px;
  margin-bottom: 40px;
}
 #obsah .hlavni-obr h2.nadpis span
{
  padding-left: 25px;
  padding-right: 20px;
}
 #obsah .texty
{
  position: relative;
  padding: 25px;
  width: 100%;
  margin-bottom: 30px;
   background: rgba(255, 255, 255, 1)
}



 #obsah .texty  h3{
		font-size: 2em;
         font-weight: bold;
		font-family: Arial,helvetica;
		color: #000;
		margin:0;
        -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
text-shadow: 1px 1px 1px rgba(0,0,0,0.0);
margin-bottom: 25px;

	}

 #obsah .texty p
{
  	font-family: calibri_light,helvetica;
    line-height: 130%;
}

/* Sitemap tj. drobeckova navigace */



 #nadpisy-kat
{

	margin-top: 0px;
	list-style: none;
    margin-right: 0px;
    float: left;
    border-bottom: solid 1px rgba(192, 192, 192, 0.4);
    height: 63px;
    text-align: right;
    line-height: 63px;

        background: rgba(255, 255, 255, 1)



}
#nadpisy-kat li
{
  display: inline-block;
	margin-right: 0px;
}
#nadpisy-kat li a
{
	font: 12px calibri_light;
	color: #c1c1c1;
	background: url(arow-site.png) no-repeat left;
    text-transform: uppercase;
    	padding-left: 20px;

}
#nadpisy-kat li a.prvni
{
	font: 12px calibri_light;
	color: #c1c1c1;
	background: url(home.png) no-repeat left center;
	padding-left: 15px;
    margin-left: 30px;
}
#nadpisy-kat li a:hover, #nadpisy-kat li a.prvni:hover
{
	text-decoration: none;
}
#nadpisy-kat li a.aktivni
{
	font: 12px calibri_light;
	text-dezoration: none;
	color: #333333;
	background: url(arow-site.png) no-repeat left;
	padding-left: 20px;
        padding-right: 30px;
}













/*
obsah stranky
 */

.obsah{
       /*
        background: rgba(255, 255, 255, 0.95);
        border: solid 1px rgba(255, 255, 255, 1);
*/
        width: 100%;
        height: 100%;


        display: inline-block;
        text-align: center;

        margin-left: auto;
        margin-right: auto;
          -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
vertical-align: top;
overflow: hidden;

}


/*
 bunky
 */

.clear{
  clear: both;
}

.bunka01{
  border: solid 3px rgba(247,145 ,48, .9);
  background-color: rgba(0, 0, 0, .2);
   -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 max-width: 1000px;
 min-height: 250px;
 height: 30%;
 top: 35%;
 position: relative;
 text-align: left;
}

.bunka01 h2{
  font-size: 32px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  width: 40%;
  margin-left: 3%;
  margin-top: 5%;
  line-height: 40px;
}
.bunka01 h2 strong{
  font-size: 32px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 600;

}

.bunka01 h3{
  display: inline-block;
  text-align: right;
  margin-top: 5%;
  font-size: 63px;
  font-family:  'Open Sans';
  font-weight: 300;


  color: rgba(255, 255, 255, 1);
    width: 48%;
    line-height: 70px;
}
.bunka01 h3 strong{
  white-space: nowrap;
  font-size: 45px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
}

  @media all and (max-width: 1100px) {

  .bunka01{
  border: solid 3px rgba(247,145 ,48, .9);
  background-color: rgba(0, 0, 0, .2);
   -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 90%;
 margin-left: 8%;
 margin-right: auto;
 max-width: 1000px;
 min-height: 250px;
 height: 50%;
 top: 25%;
 position: relative;
 text-align: left;
}

 .bunka01 h2{
  font-size: 26px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  width: 40%;
  margin-left: 3%;
  margin-top: 5%;
  line-height: 40px;
}
.bunka01 h2 strong{
  font-size: 26px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 600;

}

.bunka01 h3{
  display: inline-block;
  float: right;
  text-align: left;
  margin-top: 5%;
  font-size: 45px;
  font-family:  'Open Sans';
  font-weight: 300;


  color: rgba(255, 255, 255, 1);
    width: 48%;
    line-height: 55px;
}
.bunka01 h3 strong{
  white-space: nowrap;
  font-size: 35px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 800;
  float: left;
  color: rgba(255, 255, 255, 1);
}


}


@media all and (max-width: 800px) {

  .bunka01{
  border: solid 3px rgba(247,145 ,48, .9);
  background-color: rgba(0, 0, 0, .2);
   -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 90%;
 margin-left: 8%;
 margin-right: auto;
 max-width: 1000px;
    min-height: 150px;
    height: 60%;
    top: 25%;
 position: relative;
 text-align: left;
}

 .bunka01 h2{
  font-size: 22px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  width: 40%;
  margin-left: 3%;
  margin-top: 5%;
  line-height: 35px;
}
.bunka01 h2 strong{
  font-size: 20px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 600;

}

.bunka01 h3{
  display: inline-block;
  float: right;
  text-align: left;
  margin-top: 5%;
  font-size: 20px;
  font-family:  'Open Sans';
  font-weight: 300;


  color: rgba(255, 255, 255, 1);
    width: 48%;
    line-height: 25px;
}
.bunka01 h3 strong{
  white-space: nowrap;
  font-size: 20px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 800;
  float: left;
  color: rgba(255, 255, 255, 1);
}


}



@media all and (max-width: 450px) {

  .bunka01{
  border: solid 3px rgba(247,145 ,48, .9);
  background-color: rgba(0, 0, 0, .2);
   -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 85%;
 margin-left: 40px;
 margin-right: auto;
 max-width: 1000px;
 min-height: 250px;
 height: 60%;
 top: 15%;
 position: relative;
 text-align: left;
}

 .bunka01 h2{
  font-size: 22px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  width: 90%;
  margin-left: 3%;
  margin-top: 5%;
  line-height: 35px;
}
.bunka01 h2 strong{
  font-size: 20px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 600;

}

.bunka01 h3{
  display: inline-block;
  float: none;
    width: 90%;
  margin-left: 3%;
  text-align: left;
  margin-top: 10%;
  font-size: 25px;
  font-family:  'Open Sans';
  font-weight: 300;


  color: rgba(255, 255, 255, 1);

    line-height: 25px;
}
.bunka01 h3 strong{
  white-space: nowrap;
  font-size: 20px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 800;
  float: left;
  color: rgba(255, 255, 255, 1);
}


}


/*
bunka 02
 */


 .bunka02{

  background-color: rgba(247,145 ,48, .9);
   -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 30%;
 margin-left: 10%;

 max-width: 400px;
 min-height: 250px;

 top: 25%;
 position: relative;
 text-align: left;
 padding-top: 10px;
 padding-bottom: 10px;
}



 .bunka02 p{

 font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 21px;
  margin: 20px
}
 a.vice{

 font-size: 14px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  font-style: italic;
     float: right;
     margin-bottom: 20px;
     margin-right: 20px;
}
 a.vice::before{
   content: "";
   background: url(vice.png);
   background-size: 18px;
   position: absolute;
   width: 18px;
   height: 18px;
   margin-left: -24px;

}

   @media all and (max-width: 1024px) {

  .bunka02{

  background-color: rgba(247,145 ,48, .9);
   -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 50%;
 margin-left: 10%;

 max-width: 400px;
 min-height: 250px;

 top: 25%;
 position: relative;
 text-align: left;
 padding-top: 10px;
 padding-bottom: 10px;
}

}


   @media all and (max-width: 800px) {

  .bunka02{

    background-color: rgba(247,145 ,48, .9);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    margin-left: 0px;

    padding-left: 40px;
    max-width: 800px;
    min-height: 1000px;
    top: 7%;
    position: relative;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 10px;
}

}
  @media all and (max-width: 500px) {



 .bunka02 p{

 font-size: 12px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 21px;
  margin: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
 a.vice{

 font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  font-style: italic;
     float: right;
     margin-bottom: 20px;
     margin-right: 20px;
}
 a.vice::before{
   content: "";
   background: url(vice.png);
   background-size: 12px;
   position: absolute;
   width: 12px;
   height: 12px;
   margin-left: -15px;

}

}


   @media all and (max-width: 736px) and (max-height: 414px) {

  .bunka02{

  background-color: rgba(247,145 ,48, .9);
   -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 width: 93%;
 margin-left: 40px;

 max-width: 800px;
 min-height: 400px;

 top: 15%;
 position: relative;
 text-align: left;
 padding-top: 15px;
 padding-bottom: 10px;
}


 .bunka02 p{

 font-size: 12px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
  margin: 15px;

}
 a.vice{

 font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  font-style: italic;
     float: right;
     margin-bottom: 10px;
     margin-right: 15px;
}
 a.vice::before{
   content: "";
   background: url(vice.png);
   background-size: 12px;
   position: absolute;
   width: 12px;
   height: 12px;
   margin-left: -15px;

}

}

   @media all and (max-width: 640px) and (max-height: 360px) {

  .bunka02{

  background-color: rgba(247,145 ,48, .9);
   -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 width: 93%;
 margin-left: 40px;

 max-width: 800px;
 min-height: 400px;

 top: 15%;
 position: relative;
 text-align: left;
 padding-top: 15px;
 padding-bottom: 10px;
}


 .bunka02 p{

 font-size: 12px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
  margin: 15px;

}
 a.vice{

 font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  font-style: italic;
     float: right;
     margin-bottom: 10px;
     margin-right: 15px;
}
 a.vice::before{
   content: "";
   background: url(vice.png);
   background-size: 12px;
   position: absolute;
   width: 12px;
   height: 12px;
   margin-left: -15px;

}

}

   @media all and (max-width: 568px) and (max-height: 320px) {

  .bunka02{

  background-color: rgba(247,145 ,48, .9);
   -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 width: 93%;


 max-width: 800px;
 min-height: 400px;

 top: 15%;
 position: relative;
 text-align: left;
 padding-top: 15px;
 padding-bottom: 10px;
}


 .bunka02 p{

 font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 15px;
  margin: 13px;

}
 a.vice{

 font-size: 10px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  font-style: italic;
     float: right;
     margin-bottom: 10px;
     margin-right: 10px;
}
 a.vice::before{
   content: "";
   background: url(vice.png);
   background-size: 12px;
   position: absolute;
   width: 12px;
   height: 12px;
   margin-left: -15px;

}

}

   @media all and (max-width: 350px) {
  /*
  .bunka02{

  background-color: rgba(247,145 ,48, .9);
   -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 width: 82%;
 margin-left: 40px;

 max-width: 510px;
 min-height: 320px;

 top: 15%;
 position: relative;
 text-align: left;
 padding-top: 5px;
 padding-bottom: 5px;
}


 .bunka02 p{

 font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
  margin: 10px;
  margin-left: 5px;
  margin-right: 5px;

}
 a.vice{

 font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  font-style: italic;
     float: right;
     margin-bottom: 10px;
     margin-right: 5px;
}
 a.vice::before{
   content: "";
   background: url(vice.png);
   background-size: 12px;
   position: absolute;
   width: 12px;
   height: 12px;
   margin-left: -15px;

}
*/
}


/*
bunka 03
 */


 .bunka03{
    background: url(bunky.png) no-repeat top left;
    background-size: 700px;
    width: 700px;
    height: 326px;
    /* top: 0; */
    margin-top: -180px;
    position: relative;
    right: -45%;
    text-align: left;
}
 .bunka03 p{

 font-size: 36px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;

  margin-left: 20px;
  margin-top: 60px;
  text-align: left;
  float: left;
  line-height: 24px;

}

 .bunka03 p strong{

 font-size: 23px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 800;


}
   @media all and (max-width: 1024px) {
 .bunka03{
    background: url(bunky.png);
    background-size: 600px;
    width: 600px;
    height: 279px;
    /* top: 0; */
    margin-top: -180px;
     position: relative;
    right: -60%;
    text-align: left;
}


 .bunka03 p{

 font-size: 30px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;

  margin-left: 20px;
  margin-top: 40px;
  text-align: left;
  float: left;
  line-height: 24px;

}

 .bunka03 p strong{

 font-size: 19px;
  font-family:  'Open Sans', sans-serif;
  font-weight: 800;


}


}


   @media all and (max-width: 800px) {
 .bunka03{
   display: none;
}




}


/*
ikony
 */

 .ikony{
   width: 100%;
   height: 180px;
   background-color: #67686b;
   margin-top: 320px;
   position: relative;
}

 .ikony h2{
  font-size: 30px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  margin-top: -160px;
  position: absolute;
  width: 100%;
  text-align: center;
}

 .ikony h3.ikona01,  .ikony h3.ikona02, .ikony h3.ikona03, .ikony h3.ikona04, .ikony h3.ikona05{
  font-size: 28px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:170px;
  height: 170px;

  text-align: center;
  margin-top: 90px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}






 .ikony h3.ikona01::before{



  background: url(../images/ikona01.png) no-repeat top;

}

 .ikony h3.ikona02::before{


  background: url(../images/ikona02.png) no-repeat top;

}
 .ikony h3.ikona03::before{



  background: url(../images/ikona03.png) no-repeat top;

}
 .ikony h3.ikona04::before{




  background: url(../images/ikona04.png) no-repeat top;

}
 .ikony h3.ikona05::before{


  background: url(../images/ikona05.png) no-repeat top;

}


 .ikony h3.ikona01::before,
 .ikony h3.ikona02::before,
 .ikony h3.ikona03::before,
 .ikony h3.ikona04::before,
 .ikony h3.ikona05::before

  {

  content: "";

  width:170px;
  height: 170px;

  background-size: 170px;
  position: absolute;
  margin-top: -180px;
  left: 0px;
}


 h3.stahnout{
  font-size: 28px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:170px;
  height: 170px;

  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 h3.stahnout a{
    color: #f7901d;
    margin-top: 180px;
    position: absolute;
    width: 170px;
    left: 0px;

}
 h3.stahnout::before{


  background: url(../images/ikona06.png) no-repeat top;

}

 h3.stahnout::before

  {

  content: "";

  width:170px;
  height: 170px;

  background-size: 170px;
  position: absolute;
  margin-top: 0px;
  left: 0px;
}

   @media all and (max-width: 1366px) {

 .ikony{
   width: 100%;
   height: 19%;
   background-color: #67686b;
   margin-top: 22%;
   position: relative;
}

 .ikony h3.ikona01,  .ikony h3.ikona02, .ikony h3.ikona03, .ikony h3.ikona04, .ikony h3.ikona05{
  font-size: 24px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:150px;
  height: 150px;

  text-align: center;
  margin-top: 80px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 .ikony h3.ikona01::before,
 .ikony h3.ikona02::before,
 .ikony h3.ikona03::before,
 .ikony h3.ikona04::before,
 .ikony h3.ikona05::before

  {

  content: "";

  width:150px;
  height: 150px;

  background-size: 150px;
  position: absolute;
  margin-top: -155px;
  left: 0px;
}


 h3.stahnout{
  font-size: 24px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:150px;
  height: 150px;

  text-align: center;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 h3.stahnout a{
    color: #f7901d;
    margin-top: 155px;
    position: absolute;
    width: 150px;
    left: 0px;

}
 h3.stahnout::before{


  background: url(../images/ikona06.png) no-repeat top;

}

 h3.stahnout::before

  {

  content: "";

  width:150px;
  height: 150px;

  background-size: 150px;
  position: absolute;
  margin-top: 0px;
  left: 0px;
}

}


@media all and (max-width: 1260px) {
  .ikony{
   width: 100%;
   height: 24%;
   background-color: #67686b;
   margin-top: 25%;
   position: relative;
}
  .ikony h2{
  font-size: 26px;
  margin-top: -130px;

}

 .ikony h3.ikona01,  .ikony h3.ikona02, .ikony h3.ikona03, .ikony h3.ikona04, .ikony h3.ikona05{
  font-size: 24px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:130px;
  height: 130px;

  text-align: center;
  margin-top: 80px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 .ikony h3.ikona01::before,
 .ikony h3.ikona02::before,
 .ikony h3.ikona03::before,
 .ikony h3.ikona04::before,
 .ikony h3.ikona05::before

  {

  content: "";

  width:130px;
  height: 130px;

  background-size: 130px;
  position: absolute;
  margin-top: -135px;
  left: 0px;
}


 h3.stahnout{
  font-size: 24px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:130px;
  height: 130px;

  text-align: center;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 h3.stahnout a{
    color: #f7901d;
    margin-top: 140px;
    position: absolute;
    width: 130px;
    left: 0px;

}
 h3.stahnout::before{


  background: url(../images/ikona06.png) no-repeat top;

}

 h3.stahnout::before

  {

  content: "";

  width:130px;
  height: 130px;

  background-size: 130px;
  position: absolute;
  margin-top: 0px;
  left: 0px;
}


}


@media all and (max-width: 1024px) {
  .ikony{
   width: 100%;
   height: 23%;
   background-color: #67686b;
   margin-top: 29%;
   position: relative;
}
  .ikony h2{
  font-size: 22px;
  margin-top: -90px;

}

 .ikony h3.ikona01,  .ikony h3.ikona02, .ikony h3.ikona03, .ikony h3.ikona04, .ikony h3.ikona05{
  font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:90px;
  height: 90px;

  text-align: center;
  margin-top: 50px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 .ikony h3.ikona01::before,
 .ikony h3.ikona02::before,
 .ikony h3.ikona03::before,
 .ikony h3.ikona04::before,
 .ikony h3.ikona05::before

  {

  content: "";

  width:90px;
  height: 90px;

  background-size: 90px;
  position: absolute;
  margin-top: -95px;
  left: 0px;
}


h3.stahnout{
  font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:90px;
  height: 90px;

  text-align: center;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 h3.stahnout a{
    color: #f7901d;
    margin-top: 100px;
    position: absolute;
    width: 90px;
    left: 0px;

}
 h3.stahnout::before{


  background: url(../images/ikona06.png) no-repeat top;

}

 h3.stahnout::before

  {

  content: "";

  width:90px;
  height: 90px;

  background-size: 90px;
  position: absolute;
  margin-top: 0px;
  left: 0px;
}

}

@media all and (max-width: 900px) {
  .ikony{
   width: 100%;
   height: 23%;
   background-color: #67686b;
   margin-top: 29%;
   position: relative;
}
  .ikony h2{
  font-size: 18px;
  margin-top: -80px;

}

 .ikony h3.ikona01,  .ikony h3.ikona02, .ikony h3.ikona03, .ikony h3.ikona04, .ikony h3.ikona05{
  font-size: 14px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:70px;
  height: 70px;

  text-align: center;
  margin-top: 50px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 .ikony h3.ikona01::before,
 .ikony h3.ikona02::before,
 .ikony h3.ikona03::before,
 .ikony h3.ikona04::before,
 .ikony h3.ikona05::before

  {

  content: "";

  width:70px;
  height: 70px;

  background-size: 70px;
  position: absolute;
  margin-top: -75px;
  left: 0px;
}




h3.stahnout{
  font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:50px;
  height: 50px;

  text-align: center;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
}

 h3.stahnout a{
    color: #f7901d;
    margin-top: 60px;
    position: absolute;
    width: 50px;
    left: 0px;

}
 h3.stahnout::before{


  background: url(../images/ikona06.png) no-repeat top;

}

 h3.stahnout::before

  {

  content: "";

  width:50px;
  height: 50px;

  background-size: 50px;
  position: absolute;
  margin-top: 0px;
  left: 0px;
}

}



@media all and (max-width: 736px) and (max-height: 414px) {

  .ikony{
   width: 100%;
   height: 70px;
   background-color: #67686b;
   margin-top: 120px;
   position: relative;
}
  .ikony h2{
  font-size: 18px;
  margin-top: -50px;

}

 .ikony h3.ikona01,  .ikony h3.ikona02, .ikony h3.ikona03, .ikony h3.ikona04, .ikony h3.ikona05{
  font-size: 10px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:50px;
  height: 50px;

  text-align: center;
  margin-top: 40px;
  position: relative;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}

 .ikony h3.ikona01::before,
 .ikony h3.ikona02::before,
 .ikony h3.ikona03::before,
 .ikony h3.ikona04::before,
 .ikony h3.ikona05::before

  {

  content: "";

  width:50px;
  height: 50px;

  background-size: 50px;
  position: absolute;
  margin-top: -55px;
  left: 0px;
}


}



@media all and (max-width: 511px) {

  .ikony{
   width: 100%;
   height: 70px;
   background-color: #67686b;
   margin-top: 150px;
   position: relative;
}
  .ikony h2{
  font-size: 13px;
  margin-top: -60px;

}

 .ikony h3.ikona01,  .ikony h3.ikona02, .ikony h3.ikona03, .ikony h3.ikona04, .ikony h3.ikona05{
  font-size: 10px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:50px;
  height: 50px;

  text-align: center;
  margin-top: 30px;
  position: relative;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
}

 .ikony h3.ikona01::before,
 .ikony h3.ikona02::before,
 .ikony h3.ikona03::before,
 .ikony h3.ikona04::before,
 .ikony h3.ikona05::before

  {

  content: "";

  width:50px;
  height: 50px;

  background-size: 50px;
  position: absolute;
  margin-top: -55px;
  left: 0px;
}



h3.stahnout{
  font-size: 11px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  width:50px;
  height: 50px;

  text-align: center;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
}

 h3.stahnout a{
    color: #f7901d;
    margin-top: 60px;
    position: absolute;
    width: 50px;
    left: 0px;

}
 h3.stahnout::before{


  background: url(../images/ikona06.png) no-repeat top;

}

 h3.stahnout::before

  {

  content: "";

  width:50px;
  height: 50px;

  background-size: 50px;
  position: absolute;
  margin-top: 0px;
  left: 0px;
}

}



@media all and (max-width: 640px) and (max-height: 360px) {




}




@media all and (max-width: 568px) and (max-height: 320px) {


}
/*
uvnitr
 */
 .uvnitr{
   width: 86%;
   margin-left: auto;
   margin-right: auto;
   max-width: 1200px;
}

@media all and (max-width: 900px) {

 .uvnitr{
   width: 98%;
   margin-left: auto;
   margin-right: auto;
   max-width: 1200px;
}

}

 .col_1_2{
   width: 45%;
   float: left;
   margin-left: 5%;
   text-align: left;
}

 div.bunka05 .col_1_2{
   width: 80%;
   float: left;
   text-align: left;
   margin-left: 40px;
}






 .col_2_3{
   width: 65%;
   float: left;
   text-align: left;
}

 .col_1_3{
   width: 35%;
   float: left;
   text-align: left;
}


 .col_1_2 h2,  .col_2_3 h2,  .col_1_3 h2{
    font-size: 22px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 600;
  margin: 20px;
  margin-bottom: 30px;
}
 .col_1_2 h3,  .col_2_3 h3,  .col_1_3 h3{
    font-size: 28px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 300;
  margin: 20px;
  line-height: 46px;
}

 .col_1_2 h3 strong,  .col_2_3 h3 strong,  .col_1_3 h3 strong{
    font-size: 40px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 300;

  margin-left: 20px;
  margin-top: 10px;
  line-height: 46px;
}



 .col_1_2 p,  .col_2_3 p,  .col_1_3 p{
    font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 300;
  margin-left: 20px;
  line-height: 22px;
  margin-bottom: 22px;

}
 .col_1_2 p strong,  .col_2_3 p strong,  .col_1_3 p strong{
    font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  color: #f7901d;
  font-weight: 600;


}


 .col_1_2 ul,  .col_2_3 ul,  .col_1_3 ul{
    font-size: 18px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 300;
  margin-left: 20px;

}



 .col_1_2 ul li,  .col_2_3 ul li,  .col_1_3 ul li{
   list-style-type: none;
   margin-left: 30px;
   margin-bottom: 14px;
}

 .col_1_2 ul li::before, .col_2_3 ul li::before, .col_1_3 ul li::before{
   content: "";
   position: absolute;
   margin-left: -30px;
   background: url(li.png);
   background-size: 20px;
   width: 20px;
   height: 20px;
}


@media all and (max-width: 1260px) {
 .col_2_3{
   width: 60%;
   float: left;
   text-align: left;
}

 .col_1_3{
   width: 40%;
   float: left;
   text-align: left;
}

.col_1_2 h2,  .col_2_3 h2,  .col_1_3 h2{
    font-size: 20px;
  margin-bottom: 27px;
}
 .col_1_2 h3,  .col_2_3 h3,  .col_1_3 h3{
    font-size: 22px;
  line-height: 40px;
}

 .col_1_2 h3 strong,  .col_2_3 h3 strong,  .col_1_3 h3 strong{
    font-size: 34px;

  line-height: 40px;
}



 .col_1_2 p,  .col_2_3 p,  .col_1_3 p{
    font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;

}
 .col_1_2 p strong,  .col_2_3 p strong,  .col_1_3 p strong{
    font-size: 14px;



}


 .col_1_2 ul,  .col_2_3 ul,  .col_1_3 ul{
    font-size: 16px;
  margin-left: 18px;

}



 .col_1_2 ul li,  .col_2_3 ul li,  .col_1_3 ul li{
   list-style-type: none;
   margin-left: 30px;
   margin-bottom: 14px;
   font-size: 14px;
}

 .col_1_2 ul li::before, .col_2_3 ul li::before, .col_1_3 ul li::before{
   content: "";
   position: absolute;
   margin-left: -30px;
   background: url(li.png);
   background-size: 16px;
   width: 16px;
   height: 16px;
}


}

@media all and (max-width: 900px) {
 .col_2_3{
   width: 60%;
   float: left;
   text-align: left;
}

 .col_1_3{
   width: 40%;
   float: left;
   text-align: left;
}

.col_1_2 h2,  .col_2_3 h2,  .col_1_3 h2{
    font-size: 16px;
  margin-bottom: 22px;
}
 .col_1_2 h3,  .col_2_3 h3,  .col_1_3 h3{
    font-size: 18px;
  line-height: 36px;
}

 .col_1_2 h3 strong,  .col_2_3 h3 strong,  .col_1_3 h3 strong{
    font-size: 24px;

  line-height: 36px;
  margin-left: 0px;
}



 .col_1_2 p,  .col_2_3 p,  .col_1_3 p{
    font-size: 12px;
  line-height: 16px;
  margin-bottom: 18px;

}
 .col_1_2 p strong,  .col_2_3 p strong,  .col_1_3 p strong{
    font-size: 12px;



}


 .col_1_2 ul,  .col_2_3 ul,  .col_1_3 ul{
    font-size: 12px;
  margin-left: 18px;

}



 .col_1_2 ul li,  .col_2_3 ul li,  .col_1_3 ul li{
   list-style-type: none;
   margin-left: 30px;
   margin-bottom: 14px;
   font-size: 12px;
}

 .col_1_2 ul li::before, .col_2_3 ul li::before, .col_1_3 ul li::before{
   content: "";
   position: absolute;
   margin-left: -30px;
   background: url(li.png);
   background-size: 13px;
   width: 13px;
   height: 13px;
}


}

@media all and (max-width: 736px) and (max-height: 414px) {

 .col_1_2 ul li,  .col_2_3 ul li,  .col_1_3 ul li{
   list-style-type: none;
   margin-left: 30px;
   margin-bottom: 8px;

   font-size: 10px;
}

 .col_2_3 h2, .col_1_3 h2 {
    font-size: 12px;
    margin-bottom: 20px;
    margin-right: 0px;
   margin-top: 8px;
}

 .col_1_2 h3,  .col_2_3 h3,  .col_1_3 h3{
    font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

 .col_1_2 h3 strong,  .col_2_3 h3 strong,  .col_1_3 h3 strong{
    font-size: 18px;
    float: left;
    margin-left: 0px;

  line-height: 25px;
}

}

@media all and (max-width: 511px) {

 .col_2_3{
   width: 90%;
   margin-left: 40px;
   float: left;
   text-align: left;
}

 .col_1_3{
   width: 90%;
   margin-left: 40px;
   float: left;
   text-align: left;
}



 div.bunka06 .col_1_2{
   width: 90%;
   float: left;
   text-align: left;
   margin-left: 10%;
}

 div.bunka05 .col_1_2{
   width: 80%;
   float: left;
   text-align: center;
   margin-left: 10%;
}


}

 /*
bunka 06
 */


 .bunka06{
   width: 100%;
   min-height: 1000px;
   padding-top: 0px;
   background-color: #f7901d;
}


 .bunka06 ul,  .bunka06 h3{
   color: rgba(255, 255, 255, 1);
}

 .bunka06 ul li::before,  .bunka06 ul li::before,  .bunka06 ul li::before{
   content: "";
   position: absolute;
   margin-left: -30px;
   background: url(li_sede.png);
   background-size: 13px;
   width: 13px;
   height: 13px;
}

@media all and (max-width: 511px)  {

 .col_1_2 ul li,  .col_2_3 ul li,  .col_1_3 ul li{
   list-style-type: none;
   margin-left: 10px;
   margin-bottom: 8px;
   font-size: 10px;

}

 .bunka06 .col_1_2 ul li,   .bunka06  .col_2_3 ul li,   .bunka06  .col_1_3 ul li{
   list-style-type: none;
   margin-left: 10px;
   margin-bottom: 8px;
   margin-right: 5px;
   font-size: 10px;
   display: inline-block;
   width: 43%;
   vertical-align: top;
   white-space: nowrap;

     overflow: hidden;
  text-overflow: ellipsis;

}



 .col_2_3 h2, .col_1_3 h2 {
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 0px;
}

 .col_1_2 h3,  .col_2_3 h3,  .col_1_3 h3{
    font-size: 12px;
  line-height: 25px;
  text-align: left;
  margin-left: 10px;
}

 .col_1_2 h3 strong,  .col_2_3 h3 strong,  .col_1_3 h3 strong{
    font-size: 14px;
    float: none;
    margin-left: 0px;

  line-height: 25px;
}

 .col_1_2 ul li::before, .col_2_3 ul li::before, .col_1_3 ul li::before{
   content: "";
   position: absolute;
   margin-left: -20px;
   background: url(li.png);
   background-size: 13px;
   width: 13px;
   height: 13px;
}

 .bunka06 ul li::before,  .bunka06 ul li::before,  .bunka06 ul li::before{
   content: "";
   position: absolute;
   margin-left: -20px;
   background: url(li_sede.png);
   background-size: 13px;
   width: 13px;
   height: 13px;
}

}








 .bunka04{
   width: 100%;
   min-height: 1000px;
   padding-top: 20px;
   background-color: #FFFFFF;
}
@media all and (max-width: 900px) {

 .bunka04{
   width: 100%;
   min-height: 600px;
   padding-top: 0px;
   background-color: #FFFFFF;
}



}




/*
bunka 5
 */



  .bunka05{
   width: 100%;
   min-height: 170px;

   margin-top: 150px;
   position: relative;
}
 .bunka05 h2{
  font-size: 30px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

 .bunka05 h3{
  font-size: 23px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}

 .but,  .but:hover{
  font-size: 25px;
  font-family:  'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 600;
  height: 88px;
  width: 280px;
  background: url(obdelnik.png);
  background-size: 280px;
  line-height: 88px;
  margin-left: 20px;
  display: block;
  text-align: center;

}

@media all and (max-width: 900px) {


   .bunka05{
   width: 100%;
   min-height: 40px;

   margin-top: 90px;
   position: relative;
}
 .bunka05 h2{
  font-size: 20px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

 .bunka05 h3{
  font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}

 .but{
  font-size: 18px;
  font-family:  'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 600;
  height: 30px;
  width: 95px;
  background: url(obdelnik.png);
  background-size: 95px;
  line-height: 30px;
  margin-left: auto;
  display: inline-block;
  text-align: center;

}

}

 @media all and (max-width: 768px) {

 .bunka05 p{
   display: none;
}

 .bunka05 h2{
  font-size: 15px;
  margin-left: 45px;

  text-align: left;
}


 .bunka05 h3{
  font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;

  text-align: left;
  margin-left: 0px;
}


}

 @media all and (max-width: 511px) {

 .bunka05 p{
   display: none;
}

 .bunka05 h2{
  font-size: 15px;
  width: 90%;
  margin-left: 5%;
  text-align: center;
}


 .bunka05 h3{
  font-size: 16px;
  font-family:  'Open Sans', sans-serif;
  color: #5f6364;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  margin-left: 0px;
}


}


/*
Bunka 07 kontakt
 */




 .bunka07{
  width: 100%;
  height: 100%;
  min-height: 1200px;
  background-color: #5f6364;
  margin-top: 115px;
}
 .bunka07 .col_1_2 h2,  .bunka07 .col_1_2 h3,  .bunka07 .col_1_2 p{
    color: #ffffff;
}
 .bunka07 .col_1_2 h3{
   font-size: 18px;
   line-height: 25px;
   font-weight: 600;
}


.bunka07 h2 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    padding-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

 @media all and (max-width: 900px) {
 .bunka07{
  width: 100%;
  height: 100%;
  min-height: 1200px;
  background-color: #5f6364;
  margin-top: 65px;
}

.bunka07 h2 {
    font-size: 20px;
    padding-top: 30px;

}
}



.bunka08 {
    -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
     padding-top: 1px;
    padding-bottom: 1px;
    width: 80%;
    margin-left: 20px;
    margin-bottom: 30px;
  background-color: #e6e6e6
}

.col_1_2 .bunka08 p{
  color: #67686b;
  font-size: 16px;
  font-weight: 500;
  margin: 20px
}

.bunka09 {

    width: 80%;
    margin-left: 20px;
    border-top: solid 1px #f7901d
}

.col_1_2 .bunka09 p, .col_1_2 .bunka09 h3{
  color: #fff;
  margin-left: 0px;

}








/*

 */


/*
mapa
 */


.mapa {
  width: 700px;
  height: 494px;
  background: url(mapa.png);
  background-size: 700px;
    -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 position: absolute;
 right: 8%
}

 @media all and (max-width: 1366px) {
.mapa {
  width: 538px;
  height: 380px;
  background: url(mapa.png);
  background-size: 538px;
    -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 position: absolute;
 right: 8%
}
}





/*

paticka
 */




.ousko10 {
  width:100%;
  height: 100%;
  min-height: 300px;
  position: fixed;
  top: 0px;
  margin-left:-100%;
background: #ffffff;


z-index: 100000;
-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.9);
box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.9);
}


.ousko10 .tab10 {
vertical-align: top;
float:right;
left: 100%;
position: absolute;
top: auto;
bottom: 0px;
width: 30px;
height: 30px;
display: block;
background: url(mail.png) no-repeat right;
background-size: 24px;
background-color: #FFFFFF;
z-index: -1;
cursor: pointer;
text-indent: -9999px;
    -moz-box-shadow:   1px -2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:   1px -2px 2px rgba(0,0,0,0.2);
    box-shadow:  1px -2px 2px rgba(0,0,0,0.2);
}

.con{
margin-left: 10px;
margin-top: 8px;
width: 70%;
max-height:600px;
height: 100%;
text-align: left;
}
.out10 { z-index:100000;}









div.mailbox{
  position: absolute;
  right: 10px;
  width: 80%;
}
div.mailbox h3{
  color: #454545;
font: bold 27px  'Open Sans', sans-serif;
margin-left: 10%;
margin-top: 20px;
margin-bottom: 23px;
clear: both;
}

 div.mailbox .pole{
  min-width: 223px;
  width: 80%;
  background: #ffffff;
  padding-left: 20px;
  margin-bottom: 1%;
    color: #333333;
font: lighter 19px Calibri;
clear: both;
  height: 60px;
  line-height: 60px;
   -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 margin-right: 1px;
 margin-left: 1px;
 -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
margin-left: 10%;
}
 div.mailbox img{
display: inline-block;
margin-left: 10%;
}
 div.mailbox .pole-male{
   min-width: 223px;
  width: 280px;
  padding-left: 20px;
display: inline-block;
  height: 60px;
  line-height: 60px;
   -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 margin-right: 1px;
 margin-left: 10%;
     color: #333333;
font: lighter 19px Calibri;
 -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
}
 div.mailbox textarea{
  min-width: 223px;
  width: 80%;
  background: #ffffff;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 1%;
   color: #333333;
font: lighter 19px Calibri;
clear: both;

  height: 120px;
   -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;

 margin-left: 1px;
 margin-right: 1px;
 -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
margin-left: 10%;
}

 div.mailbox a{
   display: inline-block;
   color: #ffffff;
font: lighter 18px Calibri;
line-height: 30px;
margin-bottom: 15px;
}
div.mailbox .odeslat{
  margin-top: 20px;
   min-width: 223px;
  width: 280px;

display: inline-block;

  background: rgba(0, 0, 0, 0.95);
  border: solid 1px #000000;
  display: inline-block;
  color: #ffffff;
font: bold 20px Calibri;
   height: 60px;
  line-height: 60px;
  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: center;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
cursor: pointer;
margin-left: 10%;
}

@media screen and (max-width: 700px) {
div.mailbox{
  position: absolute;
  right: 10px;
  width: 70%;
}
div.mailbox h3{
  color: #ffffff;
font: bold 27px century_gothic, Calibri;
margin-left: 10%;
margin-top: 20px;
margin-bottom: 23px;
clear: both;
}

 div.mailbox .pole{
  min-width: 223px;
  width: 70%;
  background: #ffffff;
  padding-left: 20px;
  margin-bottom: 1%;
    color: #333333;
font-size: 14px;
clear: both;
  height: 40px;
  line-height: 40px;
margin-left: 5px;
 margin-right: 5px;

}
 div.mailbox img{
display: inline-block;
margin-left: 5px;
}
 div.mailbox .pole-male{
   min-width: 223px;
  width: 70%;
  margin-left: 5px;
 margin-right: 5px;
  padding-left: 20px;
display: inline-block;
  height: 40px;
  line-height: 40px;


     color: #333333;
font-size: 14px;
 -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.6);
}
 div.mailbox textarea{
  min-width: 223px;
  width: 70%;
  background: #ffffff;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 1%;
   color: #333333;
font-size: 14px;
clear: both;

  height: 90px;


 margin-left: 5px;
 margin-right: 5px;
 -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.6);
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.6);
}

 div.mailbox a{
   display: inline-block;
   color: #ffffff;
font: lighter 18px Calibri;
line-height: 30px;
}
div.mailbox .odeslat{
  margin-top: 20px;
   min-width: 223px;
  width: 70%;
  margin-left: 5px;
 margin-right: 5px;
    background: rgba(0, 0, 0, 1);
  border: solid 1px #000000;
  display: inline-block;
  color: #ffffff;
font: bold 20px Calibri;
   height: 40px;
  line-height: 40px;

text-align: center;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
cursor: pointer;
margin-left: 5px;
}
}









/*---
paticka stranky
---*/

 div.paticka{
z-index: 999999;
width: 100%;
height: 332px;
background: #9e134b;
position: fixed;
bottom: -300px;
}
div.paticka .tab1 {
   position: absolute;
vertical-align: top;
width: 35px;
height: 32px;
bottom: 300px;
display: block;
background: url(paticka-sipka.png) no-repeat left top;
z-index: 1;
cursor: pointer;
text-indent: -9999px;
}
div.paticka .out1 { z-index:1000;}


@media screen and (max-width: 900px) {

div.paticka{
  z-index: 999999;
width: 100%;
height: 300px;
background: #9e134b;
position: fixed;
bottom: -300px;
}
 div.paticka .tab1 {
   position: absolute;
vertical-align: top;
width: 35px;
height: 32px;
bottom: 300px;
display: block;
background: url(paticka-sipka.png) no-repeat left top;
z-index: -1;
cursor: pointer;
text-indent: -9999px;
}

div.paticka .con1{
text-align: left;
}

}



div.paticka ul.copy{
color: #e79a9a;
font: 13px calibri_light, Tahoma, Arial;
float: left;
margin-left: 36px;
line-height: 32px;
}
div.paticka ul.copy li{
color: #e79a9a;
font: 13px calibri_light, Tahoma, Arial;
display: inline-block;
height: 32px;
line-height: 32px;
padding-left: 5px;
padding-right: 5px;
-webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
 vertical-align: top;

}
div.paticka ul.copy li a{
color: #e79a9a;
font: 13px calibri_light, Tahoma, Arial;
display: inline-block;
height: 32px;
line-height: 32px;
padding-left: 5px;
padding-right: 5px;
-webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;

}

div.paticka ul.copy li a:hover{
color: #ffffff;
background-color: #900a40;
-webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
}

div.paticka p{
  margin-top: 30px;
  margin-left: 36px;
color: #e79a9a;
font: 13px calibri_light, Tahoma, Arial;
float: left;
}
div.paticka p a{
color: #e79a9a;
font: 13px calibri_light, Tahoma, Arial;
text-decoration: underline;
}




/*---
zazitky v paticce
---*/
div.zazitky{
  z-index: 9999;
width: 100%;
height: 300px;
background: #ffffff;
position: fixed;
bottom: -300px;
}
div.zazitky .tab3 {
   position: absolute;
vertical-align: top;
width: 148px;
height: 30px;
bottom: 300px;
right: 0px;
display: block;
background: url(katalog.png) no-repeat 10px 6px;
background-size: 18px;
background-color: rgba(255, 255, 255, 1);
color: #454545;
font: 13px  'Open Sans', sans-serif;
text-align: left;
line-height: 30px;
padding-left: 36px;
z-index: 1;

cursor: pointer;


    -moz-box-shadow:   -1px -2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:   -1px -2px 2px rgba(0,0,0,0.2);
    box-shadow:  -1px -2px 2px rgba(0,0,0,0.2);

}

div.zazitky .con{
      -moz-box-shadow:  -1px -1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:  -1px -1px 2px rgba(0,0,0,0.2);
    box-shadow:   -1px -1px 2px rgba(0,0,0,0.2);
margin-left: 0px;
margin-top: 0px;
width: 100%;
max-height:600px;
height: 100%;
text-align: left;
text-align: center;
background-color: #FFFFFF;
}

div.zazitky .con a.vice{
  z-index: 1;
width: 200px;
height: 30px;
background: #ac9881;
position: absolute;
top: 250px;
right: 20px;
font: 17px Calibri, Arial;
text-transform: uppercase;
	color: #ffffff;
line-height: 30px;
text-align: center;
}

div.zazitky .out3 { z-index:1000;}
div.clear {
clear: both;
}

div.paticka ul.copy li .fb-like {
  float: left;
  margin-top: 7px;
}

.pluginConnectTextDark {
  color: #ffffff;
}





