/*  

Theme Name: vamos3prague.cz clear theme

Theme URI: https://vamos3prague.cz;

Description: vamos3prague.cz clear theme

Version: 2.2

Author: mobymedia.cz

Author URI: https://mobymedia.cz;

*/
@font-face {
  font-family: m-regular;
  src: url(./font/Raleway-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Raleway-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Raleway-Bold.ttf); }
@font-face {
  font-family: m-extrabold;
  src: url(./font/Raleway-ExtraBold.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Raleway-Italic.ttf); }
@font-face {
  font-family: m-black;
  src: url(./font/Raleway-Black.ttf); }
@font-face {
  font-family: t-black;
  src: url(./font/TrajanPro-Bold.otf); }
@font-face {
  font-family: t-regular;
  src: url(./font/TrajanPro-Regular.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.logo_home img {
  max-width: 400px;
  margin: 0px auto;
  display: block; }

button:focus {
  outline: 0px !important; }

.logout {
  margin-top: 11px;
  margin-left: 2px;
  text-decoration: underline;
  color: #8B1C59;
  font-size: 15px;
  font-family: arial, sans-serif;
  font-weight: 600; }

.logout:hover {
  color: #8B1C59; }

.link_color {
  color: #8B1C59;
  font-family: m-bold;
  margin-top: 10px;
  display: block;
  width: 100%; }

.link_color:hover {
  color: black; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
  font-family: m-bold; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-family: m-bold; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-family: m-bold; }

/* The container-check */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -35px; }

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.popmake-content h2 {
  margin-bottom: 30px; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

h1 {
  font-size: 36px;
  color: #8B1C59;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-bottom: 30px; }

h2 {
  font-size: 24px;
  color: #8B1C59;
  text-transform: uppercase;
  font-family: arial, sans-serif;
  font-weight: bold; }

p {
  font-size: 16px;
  font-family: arial, sans-serif;
  color: black; }

.content_style a {
  color: black;
  text-decoration: underline; }

.content_style a:hover {
  color: black; }

.pum-title {
  display: none !important; }

button.pum-close.popmake-close {
  display: none; }

.center_button {
  text-align: center; }

.center_button button.pum-close.popmake-close {
  display: inline-block !important; }

.center_button button {
  cursor: pointer;
  background: transparent; }

.button_pop {
  width: auto;
  height: 50px;
  padding-top: 14px;
  margin-top: 12px;
  color: #3150A1;
  font-size: 15px;
  font-family: arial, sans-serif;
  display: inline-block;
  border: 2px solid #3150A1;
  max-width: 250px;
  text-align: center;
  padding: 14px 60px;
  margin-right: 10px; }

.button_pop:hover {
  background: #3150A1;
  border: 2px solid #3150A1;
  color: white;
  text-decoration: none; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex_left {
  display: flex;
  justify-content: left;
  align-items: center; }

.blue {
  color: #3150A1 !important; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

pre {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  overflow-y: hidden;
  font-size: 12px;
  line-height: 20px;
  background: #3150A1;
  border: 1px solid #777;
  padding: 15px;
  /*background: url(lines.png) repeat 0 0;*/ }

pre code {
  padding: 10px;
  color: #333; }

.over_head_button {
  text-align: center;
  border: 1px solid #00ABC4;
  border-radius: 50px;
  background-repeat: no-repeat;
  display: block;
  z-index: 99;
  background-size: contain !important;
  width: 100%;
  height: 50px;
  padding-top: 12px;
  margin-top: 12px;
  color: #00ABC4;
  font-size: 15px;
  font-family: arial, sans-serif;
  font-weight: bold; }

.over_head_button:hover {
  background: #00ABC4;
  z-index: 99;
  color: white;
  text-decoration: none; }

strong {
  font-family: arial, sans-serif;
  font-weight: bold; }

header .top_icon {
  font-size: 30px;
  color: #8B1C59;
  margin-right: 10px;
  position: relative;
  top: 6px; }

header .login {
  color: #8B1C59;
  font-size: 15px;
  font-family: arial, sans-serif;
  font-weight: 600;
  margin-top: 45px;
  display: inline-block;
  text-align: right;
  float: right; }

header #header_1 {
  height: 140px;
  background: white; }

header #header_1 .logo {
  display: block;
  margin-top: 5px; }

header #header_1 .logo img {
  max-width: 220px; }

header #header_2 {
  height: 70px;
  background: #3150A1; }

header #header_2 .navbar {
  padding: 0;
  margin-top: 24px; }

header #header_2 ul {
  margin: 0px;
  padding: 0px; }

header #header_2 ul li {
  display: inline-block;
  margin-right: 40px; }

header #header_2 ul li.current_page_item a {
  color: white;
  text-decoration: underline; }

header #header_2 ul li:hover a {
  color: white;
  text-decoration: underline; }

header #header_2 ul li a {
  color: white;
  font-family: arial, sans-serif;
  font-weight: 600; }

.margin_p_down {
  margin-bottom: 0px; }

#homepage {
  background-size: contain;
  background-repeat: no-repeat; }

#homepage.no_back {
  background-position: 972px -109px; }

#homepage.background_change {
  background-size: 100%;
  background-position: right -200px;
  background-repeat: no-repeat; }

#top_image p {
  position: absolute;
  bottom: 0;
  color: white;
  left: 21px; }

#top_image {
  /*height: 515px;*/
  height: 560px;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  margin-top: -75px;
  margin-bottom: 50px;
  position: relative; }

#top_image.small {
  height: 160px; }

.over_circle {
  float: right;
  position: relative;
  top: -200px;
  margin-bottom: -200px; }

.circle {
  width: 307px;
  height: 307px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  z-index: 999; }

.circle_box {
  max-width: 307px;
  height: 560px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  top: -90px; }

.circle_box .over_text {
  text-align: left;
  padding-top: 125px;
  padding-left: 50px;
  padding-right: 40px; }

.circle_box .over_text h2 {
  margin-bottom: 8px !important;
  position: relative;
  font-size: 21px; }

.circle_box .over_text h2:before {
  content: "";
  background: url(./images/small_circle.png);
  width: 18px;
  height: 17px;
  position: absolute;
  left: -30px;
  top: 3px; }

.circle_box .over_text p {
  margin-bottom: 0px !important;
  font-size: 19px;
  line-height: 26px; }

.circle_box .over_text .single_text {
  margin-bottom: 35px; }

#content {
  padding: 75px 0px 0px 0px;
  background-size: 100% !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  min-height: 450px; }

#partneri {
  margin-top: 70px;
  text-align: center; }

#partneri .single-partner {
  margin-bottom: 30px; }

#partneri .logo_row {
  margin-bottom: 15px; }

#partneri h2 {
  margin-bottom: 30px; }

#partneri .logo_partner {
  text-align: center; }

#partneri .logo_partner img {
  width: 100%; }

#kontakt .single_kontakt {
  margin-bottom: 30px; }

#kontakt a {
  color: black;
  text-decoration: underline; }

#kontakt .kontakt_text {
  margin-bottom: 0px; }

#kontakt p {
  font-size: 16px; }

footer {
  padding: 35px 0px;
  height: 210px;
  background: #3150A1;
  margin-top: 50px; }

footer h3 {
  color: white;
  font-size: 15px;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-bottom: 25px; }

footer p {
  color: white; }

footer a {
  color: white;
  text-decoration: none; }

footer a:hover {
  color: white;
  text-decoration: underline; }

footer .footerico {
  font-size: 30px;
  color: white; }

footer .kontakt_footer {
  margin-bottom: 0px; }

.navbar-toggler:not(:disabled):not(.disabled) {
  display: none; }

.over_mobile {
  display: none !important; }

@media screen and (max-width: 1200px) {
  .detail_circle_img {
    width: 250px;
    height: 250px; } }
@media screen and (max-width: 991px) {


  .single_poster {
    margin-bottom: 30px;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

  .col-md-8{
  -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;  
  }
  .col-md-4{
   -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; 
  }
  .qstab{
    margin-top:  30px;
  }

  .detail_circle_over {
    top: -150px; }

  .detail_circle_img {
    width: 200px;
    height: 200px; }

  header #header_2 {
    height: 70px;
    background: #3150A1;
    margin-bottom: 35px; }

  header #header_2 {
    height: 55px;
    background: #3150A1;
    margin-bottom: 0px; }

  #homepage.no_back {
    background-position: 198px -220px; }

  footer {
    padding: 35px 0px;
    height: auto;
    margin-top: 50px; }

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .navbar-toggler:not(:disabled):not(.disabled) {
    display: inline-block; }

  .over_head_button {
    text-align: center;
    border: 1px solid #00ABC4;
    border-radius: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 99;
    background-size: contain !important;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    margin-top: 12px;
    color: #00ABC4;
    font-size: 15px;
    font-family: arial, sans-serif;
    max-width: 160px;
    float: right; }

  #header_2 .col-md-10 {
    display: none !important; }

  #header_2 .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 30px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: relative;
    top: 8px;
    padding-right: 10px;
    margin-left: 10px;
    float: unset;
    color: white;
    margin-right: 20px;
    text-align: center;
    margin: 0px auto;
    width: 100%; }

  .over_mobile {
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    top: 210px !important;
    z-index: 99; }

  #mobile_menu {
    background: white;
    text-align: left;
    color: black;
    margin-top: 16px;
    padding: 30px;
    overflow: auto; }

  #mobile_menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }

  #mobile_menu ul li {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    display: block;
    float: unset !important;
    display: block !important;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 0px !important; }

  #mobile_menu ul li.current-menu-item {
    text-decoration: none; }

  #mobile_menu ul li.current-menu-item a {
    color: #8B1C59 !important; }

  #mobile_menu ul li.current_page_item a:before {
    content: none !important; }

  #mobile_menu ul li a {
    color: black !important;
    font-size: 18px;
    text-transform: none;
    z-index: 99;
    position: relative;
    text-decoration: none; }

  #top_image {
    height: 300px;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    margin-top: -75px;
    margin-bottom: 50px; } }
@media screen and (max-width: 767px) {
#homepage h1{
  font-size: 25px;
}



  .single_poster {
    margin-bottom: 30px;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.image_poster {
    height: 280px !important;
}
  #header_1 .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  header #header_1 {
    height: 205px;
    text-align: center; }

  header #header_1 .logo {
    display: block;
    margin-top: 10px; }

  .over_mobile {
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    top: 290px !important;
    z-index: 99; }

  header .login {
    color: black;
    font-size: 15px;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-top: 25px;
    display: inline-block;
    text-align: right;
    float: unset; }

  header #header_2 {
    height: 55px;
    background: #3150A1;
    margin-bottom: 34px; }

  #top_image {
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    margin-top: -75px;
    margin-bottom: 50px; }

  .over_circle {
    float: unset;
    position: unset;
    top: 0;
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px; }

  .circle {
    width: 307px;
    height: 307px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    z-index: 999;
    margin: 0px auto;
    display: block; }

  .circle_box {
    max-width: 307px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    top: -90px;
    margin: 0px auto;
    display: block; }

  #homepage.no_back {
    background-position: top center; }

  .program_foto {
    margin-bottom: 30px; }

  #content {
    padding: 40px 0px 0px 0px;
    background-size: auto !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    min-height: auto; }

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 33.333333333333%;
    flex: 0 0 33.333333333333%;
    max-width: 33.333333333333%; }

  .over_head_button {
    float: unset; }

  #header_2 .col-md-2 {
    text-align: center; }

  .navbar-toggler {
    float: unset;
    top: 7px; }

  header #header_1 .logo img {
    width: 200px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: 11px; }

  footer {
    padding: 35px 0px;
    height: auto;
    margin-top: 50px;
    text-align: center; }

  footer .col-md-4 {
    margin-bottom: 15px; }

  footer h3 {
    margin-bottom: 10px; } }
@media screen and (max-width: 550px) {
  #top_image {
    height: 160px;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    margin-top: -75px;
    margin-bottom: 50px; }

  #partneri .single-partner {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #partneri .logo_partner img {
    width: 100%;
    max-width: 180px; } }
@media screen and (max-width: 500px) {
  .circle_box .over_text h2 {
    margin-bottom: 8px !important;
    position: relative;
    font-size: 18px; }

  .circle_box .over_text p {
    margin-bottom: 0px !important;
    font-size: 18px;
    line-height: 26px; }

  header #header_1 .logo img {
    width: 200px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: 11px; }

  header #header_1 .logo {
    display: block;
    margin-top: 10px; }

  header .login {
    font-size: 15px;
    font-family: arial, sans-serif;
    margin-top: 25px;
    display: block;
    text-align: center;
    float: unset; }

  .over_mobile {
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    top: 183px !important;
    z-index: 99; } }
@media screen and (max-width: 400px) {
  #top_image {
    height: 130px;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    margin-top: -75px;
    margin-bottom: 50px; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
