/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* class */
.transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/* VŠEOBECNÉ */
#g-page-surround {
  box-shadow: none;
}
#contact-form input, #contact-form textarea, #contact-form .uneditable-input {
  width: auto;
}
/* CHRONOFORMS */
.chronoforms .field > label {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: normal !important;
}
.chronoforms .sub.header {
  color: inherit !important;
  margin: 18px 0 !important;
}
.chronoforms .dividing.header {
  border: none !important;
}
/* mobile menu */
#g-mobilemenu-container .g-sublevel .g-menu-item-type-particle .g-menu-item-container {
  padding: 0;
}
/* Navigation a menu */
#g-topspace {
  background: #222;
  color: #fff;
}
#g-navigation {
  background: url('../../../../images/auto.jpg') no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  border-bottom: 4px solid #e99d11;
}
#g-navigation a {
  color: #e99d11;
}
#g-navigation a:hover {
  color: #333;
}
#g-navigation .gantry-logo {
  padding: 67px 0 0;
  font-size: 47px;
  font-family: fantasy;
  width: 100%;
  color: #fff;
}
#g-navigation .logozalozeno {
  padding: 0 0 67px !important;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #333;
}
#g-navigation .gantry-logo img {
  width: auto;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #333;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).g-selected {
  background: transparent !important;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e99d11;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).g-selected a {
  color: #333;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).g-selected > a, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #e99d11 !important;
}
.g-main-nav .g-toplevel > li {
  margin: 0 4px;
  border-radius: 5px 5px 0 0;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #fff;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.2);
}
#g-navigation .g-main-nav > .g-toplevel > li > .g-dropdown {
  border-top: 4px solid #e99d11;
}
#g-navigation .g-main-nav li.g-fullwidth .g-dropdown {
  box-shadow: none;
}
#g-navigation .g-main-nav > ul > li.g-fullwidth > ul.g-dropdown.g-fade:before {
  top: 50%;
  bottom: 0;
  left: 25px;
  right: 25px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 36px rgba(0, 0, 0, 0.7);
  z-index: -2;
}
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  font-weight: 400;
}
.g-main-nav .g-dropdown .g-block {
  background: #fff;
}
.hornilista a {
  color: #fff !important;
}
.hornilista a:hover {
  color: #fff;
  color: #e99d11 !important;
}
/* úvodka */
.uvodkasloupec h4 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 43px;
  padding: 50px 0;
}
#uvodkaauto, #uvodkamoto, #uvodkasluzby {
  background-size: cover !important;
  color: #fff;
  border-radius: 7px;
  background-position: center !important;
}
#uvodkaauto {
  background: url('../../../../domains/tomasvykoukal.com/autoskolajoomla/images/uvodka/auto.jpg') no-repeat;
}
#uvodkamoto {
  background: url('../../../../domains/tomasvykoukal.com/autoskolajoomla/images/uvodka/moto.jpg') no-repeat;
}
#uvodkasluzby {
  background: url('../../../../domains/tomasvykoukal.com/autoskolajoomla/images/uvodka/sluzby.jpg') no-repeat;
}
/* footer */
#g-footer {
  border-right: none;
  border-left: none;
  /*position: relative;*/
}
/* footer zoubky ozdobne */
/* #g-footer:before {
    background-image: linear-gradient( 45deg, #2e3436 25%, transparent 25%, transparent 75%, #2e3436 75%, #2e3436 ), linear-gradient( -45deg, #2e3436 25%, transparent 25%, transparent 75%, #2e3436 75%, #2e3436 );
    position: absolute;
    top: -11px;
    content: "";
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 11px;
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: 22px 22px;
    z-index: 0;
} */
#g-footer a:hover {
  color: #fff;
}
#g-footer i.fa-facebook {
  font-size: 91px;
  padding: 19px 0 0 0px;
  line-height: 100px;
  height: 130px;
  width: 130px;
  background: #3b5998;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
#g-footer i.fa-facebook:hover {
  background: #fff;
  color: #3b5998;
}
#g-footer .g-block h3 {
  color: #fff;
  border-bottom: 2px solid;
  padding-bottom: 15px;
}
#g-footer .fa-facebook {
  font-size: 91px;
  padding: 19px 0 0 0px;
  line-height: 100px;
  height: 130px;
  width: 130px;
  background: white;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
#g-footer .novinkyfooter ul {
  margin: 0;
}
#g-footer .novinkyfooter li {
  margin-bottom: 5px;
  list-style: none;
}
#g-footer .novinkyfooter .g-array-item-details {
  margin-top: 5px;
}
#g-footer .novinkyfooter p {
  margin: 0;
}
#g-footer .footerikony i {
  font-size: 50px;
}
#g-footer .footerikony {
  position: relative;
}
#g-footer .footerikony:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #fff;
  top: calc(50% - 20px);
  right: -10px;
}
#g-footer .footerikony:last-child:after {
  display: none;
}
#g-footer .footerikony a {
  color: #fff;
}
#g-footer .footerikony a:hover {
  color: #e99d11;
}
/* Features */
#kontakt-ikona i {
  font-size: 260px;
  transform: rotate(-17deg);
  position: absolute;
  left: 0;
  top: -10px;
}
/* Subfeatures */
#g-subfeature {
  border: none;
}
/* Copyright - pod Footer */
#g-copyright {
  border-top: 4px solid #e99d11;
}
/* responzivní */
@media only all and (max-width: 767px) {
  .hornilista > .g-content {
    margin-left: 55px;
    margin-right: 55px;
  }
  #g-copyright {
    text-align: center;
  }
  .blog {
    text-align: center;
  }
  #contact-form input, #contact-form textarea, #contact-form .uneditable-input {
    width: 250px;
  }
  #g-footer .footerikony:after {
    border-top: 15px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -10px;
    top: auto;
    right: calc(50% - 20px);
  }
}
@media only all and (max-width: 959px) {
  #kontakt-ikona i {
    font-size: 200px;
    top: 20px;
  }
}
/*# sourceMappingURL=custom_10.css.map */