/* ==========================================================================
Author's custom styles
========================================================================== */

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */
html {
}
body {
    padding-top: 61px;
    background-color: #ede1cb;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 140%;
    /*background: url('../../images/front/pattern.jpg') repeat;*/
}
hr {
    border-color: #620600;
}
img.disabled {
    opacity: 0.15;
}

.breadcrumb {
    background: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.text-gray {
    color: #333333!important;
}

.content {
    position: relative;
    margin-top: -40px;
}

/* formulare */
.content form legend {
    border: 0;
    font-size: 130%;
    color: #620600;
}
.content form .input-group-addon {
    border-color: #990000;
    background-color: transparent;
    color: #990000;
}
.content form .input-group-addon:first-child {
    border-right: 0;
}
.content form .form-control {
    border: 1px solid #990000;
    background-color: #fceed3;
    color: #333;
}
.content form select.form-control {
    background-color: #fceed3;
    color: #333;
}
.content .form-control:focus {
    border: 1px solid #990000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(126,32,41,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(126,32,41,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(126,32,41, 0.6);
}
.content .form-control[disabled] {
    background-color: #eee;
}
.content .form-control[readonly] {
    background-color: #eee;
}
.content form .checkbox label {
    color: #333333;
}
.content form .help-block {
    height: 34px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 90%;
    color: #392918;
}
.content form .checkbox, .content form .radio {
    height: 34px;
    line-height: 34px;
}
.content form input[type="checkbox"],
.content form input[type="radio"] {
    margin-top: 10px;
}
.content form textarea.form-control {
    background-color: #fceed3;
    color: #000;
}
#pwd-container .password-verdict {
    color: #be0000;
}
#pwd-container .error-list {
    padding-left: 20px;
}
#pwd-container .error-list span {
    color: #ef0626!important;
}
.content form .form-datepicker {
    position: relative;
}
.content form .form-datepicker .ui-datepicker-trigger {
    position: absolute;
    top: 8px;
    right: 8px;
}
.content form input:required {
    /*border-color: #d6d500;*/
}
/* placeholder color */
.content form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.content form input::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
.content form input:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.content form input:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

/* flashes */
.alert a {
    font-weight: bold;
    text-decoration: underline;
}
.alert a:hover {
    text-decoration: none;
}
.alert-success a, .alert-success a:hover  { color: #2B542C; }
.alert-info a, .alert-info a:hover { color: #245269; }
.alert-warning a, .alert-warning a:hover { color: #66512C; }
.alert-danger a, .alert-danger a:hover { color: #843534; }

.popup-flash {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    top: 50%;
    z-index: 1000;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 0px 37px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 10px;
    padding: 20px 10px;
}
.popup-flash .btn {
    border-radius: 5px;
    font-size: 11px;
    margin-top: 5px;
}
.popup-flash img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}
.popup-flash h2 {
    text-align: center;
    color: #2e2b34;
    line-height: 40px;
    margin-top: 5px;
}

/* tlacitka */
.btn,
.dropdown-menu > li > a.btn {
    font-weight: bold;
    text-transform: uppercase;
    outline: 0!important;
}
.dropdown-menu > li > a.btn {
    padding: 6px 12px;
}
.btn-arrow {
    position: relative;
    padding: 3px 6px;
    border-radius: 0;
    background-color: #be0000;
    color: #fff;
}
.btn-arrow .arrow {
    position: absolute;
    top: -1px;
    right: -13px;
    border-left: 12px solid #be0000;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
}
.btn.btn-arrow:hover,
.btn.btn-arrow:focus {
    color: #ded6c4;
}
.btn-red,
.dropdown-menu > li > a.btn-red {
    border-color: #be0000;
    background-color: #be0000;
    color: #fff;
    transition: all .5s;
}
.btn-yellow,
.dropdown-menu > li > a.btn-yellow {
    border-color: #333333;
    background-color: #333333;
    color: #fff;
    transition: all .5s;
}
.btn-gray,
.dropdown-menu > li > a.btn-gray {
    border-color: #4d4b56;
    background-color: #4d4b56;
    color: #fff;
    transition: all .5s;
}
.btn-red:hover,
.btn-red:focus,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-gray:hover,
.btn-gray:focus,
.dropdown-menu > li > a.btn-red:hover,
.dropdown-menu > li > a.btn-red:focus,
.dropdown-menu > li > a.btn-yellow:hover,
.dropdown-menu > li > a.btn-yellow:focus,
.dropdown-menu > li > a.btn-gray:hover,
.dropdown-menu > li > a.btn-gray:focus{
    border-color: #585566;
    background-color: #585566;
    color: #fff;
}
.btn-red, .btn-yellow {
    font-weight: bold;
}
.btn-outline {
    font-size: 90%;
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-red.btn-outline {
    color: #333333;
}
.btn-yellow.btn-outline {
    color: #333333;
}
.btn-red.btn-outline:hover,
.btn-red.btn-outline:focus {
    border-color: #be0000;
    background-color: #be0000;
    color: #fff;
}
.btn-yellow.btn-outline:hover,
.btn-yellow.btn-outline:focus {
    border-color: #333333;
    background-color: #333333;
    color: #000;
}
.btn-red.btn-outline.disabled,
.btn-yellow.btn-outline.disabled {
    border-color: #585566;
    color: #585566;
}

/* lists */
.lists .list-group-item {
    padding: 15px 15px;
    border: 0;
    border-radius: 0;
    color: #333333;
    transition: all .5s;
}

.lists .list-group-item:first-child {
    /*border-top-right-radius: 7px;
    border-top-left-radius: 7px;*/
}
.lists .list-group-item:last-child {
    /*border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;*/
}
.lists .list-group-item.food-item-noimg {
    /*border-radius: 0;*/
}
.lists .list-group-item > .row > a:hover,
.lists .list-group-item > .row > a:focus {
    color: #333333;
}
.lists .list-group-item .list-group-item-heading,
.lists .list-group-item span {
    font-size: 100%;
    color: #333333;
    transition: all .5s;
}
.lists .list-group-item p {
    padding: 0 0 10px 0;
    font-size: 90%;
    font-weight: normal;
}
.lists .list-group-item:hover,
.lists .list-group-item:focus,
.lists .list-group-item:hover h3,
.lists .list-group-item:focus h3,
.lists .list-group-item:hover h4,
.lists .list-group-item:focus h4,
.lists .list-group-item:hover > span,
.lists .list-group-item:focus > span {
    text-decoration: none;
    color: #be0000;
}
.lists .list-group-item:nth-child(odd) {
    background-color: #f8e9a5;
}
.lists .list-group-item:nth-child(even) {
    background-color: #fceed3;
}
.profile-lists .lists .list-group-item:hover,
.profile-lists .lists .list-group-item:focus {
    color: #be0000!important;
}

/* tabulka zakladni format (class="table table-hover table-def") */
.table-def {
    margin-top: 10px;
    background-color: #fceed3;
}
.table-def.table-bordered.table,
.table-def.table-bordered.table th,
.table-def.table-bordered.table td {
    border: 1px solid #620600;
}
.table-def.table th,
.table-def.table td {
    vertical-align: middle;
}
.table-def.table th,
.table-def.table.table-cart-price th {
    border: 0;
    background-color: #f8e9a5;
}
.table-def.table th {
    font-size: 150%;
}
.table-def.table td {
    border-top: 0;
    border-bottom: 1px solid #620600;
}
.table-def.table tr:hover > th {
    background: #f8e9a5;
}
.table-def.table tr:hover > td {
    background-color: #f8e9a5;
}
.table-def.table > tbody > tr:hover {
    background: #f8e9a5;
}
.table-def.table td form {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}
.table-def.table td form input {
    color: #333333;
}
.table-def.table th,
.table-def.table td {
    text-align: center
}
.table-def.table th:first-child,
.table-def.table td:first-child {
    text-align: left;
}
.table-def.table a.btn-x {
    padding: 10px;
}
.table-def.table a.btn-x:hover,
.table-def.table a.btn-x:focus {
    font-size: 120%;
    color: #ef0626;
}
.table-def.table .caption-responsive {
    display: none
}

/* ajax loader animace */
.ajax-loader{
    width: 100%;
    height: 60px;
    background: url("../../images/front/ajax-loader.gif") no-repeat center bottom;
    z-index: 10;
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */
.white-hrefs a {
	color: #ffffff;
}
a {
    color: #333333;
    outline: 0!important;
}
a:hover, a:focus {
    text-decoration: none;
    color: #be0000;
    outline: 0;
}
h2 {
    font-size: 210%;
    font-weight: bold;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,.5);*/
    color: #be0000;
    margin-bottom: 20px;
}
h3 {
    font-size: 150%;
    font-weight: bold;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,.5);*/
    color: #620600;
}
h4 {
    font-size: 120%;
    font-weight: bold;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,.5);*/
    color: #be0000;
}
h5 {
    font-weight: bold;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,.5);*/
    color: #620600;
}

.red { color: #ef0626; }
.yellow { color: #be0000; }
.bold { font-weight: bold; }

/*.glyphicon.glyphicon-one-full-dot:before {
    content: "\25cf";
}*/

/* ------------------------------------------------------------------
Header
------------------------------------------------------------------- */
.small-header {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 60px;
    line-height: 30px;
    background-color: #990000;
    border-bottom: 1px solid #620600;
    text-align: center;
    text-transform: uppercase;
    font-size: 85%;
    color: #fff;
    z-index: 1099;
}
.small-header > .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.small-header .pizza-logo {
    display: none;
}
.small-header ul {
    margin-bottom: 0;
}
.small-header ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.small-header ul li a {
    color: #fff;
    transition: all .5s;
}
.small-header ul li > span.glyphicon,
.small-header ul li a > span.glyphicon {
    color: #fff;
}
.small-header .link-phone {
    font-weight: bold;
}
.small-header .link-register,
.small-header .link-login {
    text-decoration: underline;
}
.small-header .link-register {
    color: #f8e9a5;
}
.small-header ul li.small-cart {
    position: relative;
    min-width: 75px;
}
.small-header ul li.small-cart .total-price{
    font-size: 11px;
    font-weight: bold;
    display: block;
    float: right;
    line-height: 40px;
    margin-left: 5px;
}
.small-header ul li.small-cart a {
    position: absolute;
    top: -25px;
    right: -5px;
    font-size: 190%;
}
.small-header ul li.small-cart a > span.glyphicon {
    color: #fff;
}
.small-header ul li.small-cart a .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px;
    background-color: red;
    font-size: 40%;
}

/* dropdown login */
.dropdown.open {
    background-color: #fff;
    color: #000;
}
.dropdown.open a {
    color: #000;
}
.small-header .dropdown {
    position: static;
}
.small-header .dropdown-menu {
    /*min-width: 300px;*/
    min-width: 100%;
    padding: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.176);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.176);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.176);
}
.small-header .dropdown-menu li {
    padding: 0;
}
.smal-header .dropdown-menu li a,
.smal-header .dropdown-menu li button {
    font-weight: bold;
    text-transform: uppercase;
}
.small-header .login-form {
    margin-top: 0;
    border: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fff;
}
.small-header .dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857;
}
.small-header .pizza-logo {
    display: none;
}
.small-header ul {
    margin-left: 0px;
}
.small-header .renew-link {
    line-height: initial;
    text-transform: initial;
}
.small-header .renew-link a {
    text-decoration: underline;
}
.small-header .renew-link a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */
.navbar-mod {
    min-height: 102px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    /*border-top: 1px solid #ee1534;*/
    background-color: #be0000;
}
.navbar-mod .navbar-brand { /* pro umisteni loga - varianta 1 */
    display: block;
    height: auto;
    margin: 0;
    padding: 5px 15px;
}
.navbar-mod .pizza-logo { /* pro umisteni loga - varianta 2 */
    display: block;
    position: absolute;
    margin: 0 0 0 15px;
}
.navbar-mod .pizza-logo img { /* pro umisteni loga - varianta 2 */
    width: auto;
    height: 60px;
}
.navbar-mod .navbar-brand a {
    display: inline-block;
}
/*.navbar-mod a {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    color: #3b3b3b;
}*/
.navbar-mod .nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    /*color: #3b3b3b;*/
}
.navbar-mod .nav > li > a:hover, .navbar-mod .nav > li > a:focus {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}
/* mobile navbar - posunuti kvuli presahu small-blocks */
.navbar-mod .navbar-collapse.in {
    margin-bottom: 40px;
}
/* mobile navbar - barevnost tlacitka mobilniho menu */
.navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}
.navbar-toggle:focus {
    outline: 0px none;
}
.navbar-mod .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
    border-color: #fff;
}
.navbar-mod .navbar-toggle:focus,
.navbar-mod .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-mod .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-mod .navbar-toggle:focus .icon-bar,
.navbar-mod .navbar-toggle:hover .icon-bar {
    background-color: #6a0d16;
}

/* -------------------------------------------------------------------
Home page
------------------------------------------------------------------- */
/* velke bloky s h2 */
.big-blocks {
    margin-bottom: 10px;
    /*border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);*/
}
.big-blocks .row {
}
.big-blocks .item {
}
.big-blocks h2 {
    margin: 0;
}
.big-blocks h2 a {
}
.big-blocks h2 a img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    padding: 6px;
    background-color: #fff;
}

/* mensi bloky - owl carousel */
.small-blocks {
    height: 134px;
    overflow: hidden;
    margin-bottom: 30px;
    color: #404041;
}
.small-blocks .owl-item {
    height: 134px;
    /*padding: 2px;*/ /* pouzit v pripade bloku se stinem(box-shadow)*/
    border-radius: 7px;
    background-color: transparent;
    /*border: 1px solid #fff;*/
}
.small-blocks .item {
    height: 130px;
    padding-right: 10px;
    border-radius: 7px;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);*/
    text-align: left;
}
.small-blocks .item > a {
    display: block;
    transition: all .5s;
}
.small-blocks .item > a:hover {
    color: #be0000;
    transition: all .5s;
}
.small-blocks .item > a:hover .btn-arrow {
    color: #f8e9a5;
    transition: all .5s;
}
.small-blocks .item img {
    width: 130px;
    height: 130px;
    margin-right: 10px;
    border: 0;
    border-radius: 8px 0 0 8px;
    background-color: transparent;
}
.small-blocks h3 {
    margin-top: 0;
    padding-top: 10px;
    font-size: 110%;
    font-weight: bold;
    text-shadow: none;
    color: #990000;
}
.small-blocks p {
    font-size: 80%;
}
.small-blocks .btn-arrow {
    font-size: 80%;
    transition: all .5s;
}

/* velke bloky(2) + mensi bloky vpravo pod sebou - vypnuty owl-carousel */
.big-blocks-top .small-blocks {
    height: auto;
    overflow: visible;
}
.big-blocks-top .small-blocks .item {
    height: 122px;
    margin-bottom: 10px;
    background-color: #fff;
}
.big-blocks-top .small-blocks .item img {
    width: 122px;
    height: 122px;
}

/* info bloky */
.infos .row > div {
    margin-bottom: 20px;
}
.infos img,
.infos i.sprite {
    margin: 0 20px;
}
.infos strong {
    font-size: 125%;
    font-weight: lighter;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,.5);*/
}
.infos a {
    color: #392918;

}
.infos a:hover,
.infos a:focus {
    text-decoration: underline;
    color: #be0000;
}
.infos p {
    padding-top: 10px;
    font-weight: bold;
    color: #392918;
}
.infos .del p > span {
    font-size: 200%;
}
.infos .reg p > span {
    font-size: 80%;
}
.infos .open p > span {
    font-size: 200%;
}

/* seznamy */
.home-lists .lists h3 {
    text-align: center;
}
.home-lists .lists h3 .sprite {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.home-lists .lists h3 .sprite-pribor_active {
    width: 34px;
    height: 34px;
    background-position: -163px -75px;
}
.home-lists .lists .list-group-item {
    padding: 10px 15px;
}
.home-lists .lists .list-group-item h4 {
    font-size: 95%;
}
.home-lists .lists .list-group-item p {
    padding: 0 0 0 16px;
    font-size: 85%;
}

/* text na uvodu */

/* popup */
.fancybox-slide > .img-popup {
    padding: 0;
}
.fancybox-slide img,
.fancybox-slide a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.block-popup.img-popup .fancybox-close-small:after {
    background: #fff;
    color: #555;
}
.block-popup.img-popup .fancybox-close-small:hover::after {
    color: #555;
    background: #ddd;
}

/* -------------------------------------------------------------------
Registration page, User-details page
------------------------------------------------------------------- */
.reg-page form .row .first-col,
.user-details form .first-col {
    padding-bottom: 15px;
}
.reg-page .reg-reqinfo > .form-group,
.user-details .reg-reqinfo > .form-group {
    margin-bottom: 0;
}
.reg-page .reg-reqinfo ol,
.reg-page .reg-reqinfo ul,
.user-details .reg-reqinfo ol,
.user-details .reg-reqinfo ul {
    padding-left: 15px;
}
.reg-page > .reg-reqfill {
    padding: 0 10px;
    font-weight: bold;
}

/* -------------------------------------------------------------------
Food page
------------------------------------------------------------------- */
.main-content > h2,
.main-content .profile-image > h2 {
    margin-top: 0;
}
.main-content .pills-center {
    margin-bottom: 30px;
    padding-left: 0;
}
.main-content .pills-center li {
    float: none;
    display: inline-block;
    padding-bottom: 10px;
}
.main-content .pills-center li a {
    padding: 6px 12px;
}
.main-content .pills-center li.active .btn-red,
.main-content .pills-center li.active .btn-yellow {
    border-color: #585566;
    background-color: #585566;
    color: #fff;
}

.main-content .panel-group .panel {
    margin-bottom: 0;
    border-radius: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);*/
}

/* obrazkovy vypis */
.food-item {
    margin-bottom: 30px;
}
.food-item img {
    margin-left: auto;
    margin-right: auto;
}
.food-item a:nth-child(2) {
    display: inline-block;
    height: 57px;
    overflow: hidden;
}
.food-item h3 {
    display: table-cell;
    height: 57px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 130%;
    color: #be0000;
}
.food-item span {
    display: block;
    font-size: 110%;
    font-weight: bold;
}
.food-item p {
    min-height: 53px;
    /*overflow: hidden;*/
    font-size: 90%;
}
/* bezobrazkovy vypis */
.food-item-noimg {
    margin-left: 0;
    margin-right: 0;
}
.food-item-noimg > div:first-child {
    margin-bottom: 10px;
}
.food-item-noimg span {
    font-weight: bold;
}
/* detail */
.food-detail .price{
    font-size: 37px;
    font-weight: bolder;
}

/* -------------------------------------------------------------------
Pizza builder
------------------------------------------------------------------- */
.builder {
    margin-top: -20px;
}
.builder h2 {
    margin-top: 0;
}

.compositor-count-button {
    width: 25px;
    height: 25px;
    background: #9c9ba1;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bolder;
    font-size: 17px;
    color: #fff;
    position: relative;
    z-index: 999;
}
.compositor-count-button:hover,
.compositor-count-button:focus {
    color: #be0000;
}
.compositor-count-button.pull-right {
    margin-left: 0;
    margin-right: 10px;
}

.reset-pizza-button {
    position: absolute;
    z-index: 999;
}

/* sloupec ingredienci */
.builder .panel-ingre .panel-heading a {
    color: #4e4b57;
}
.builder .panel-ingre h4 {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
}
.builder .panel-ingre .panel-heading {
    padding: 0;
}
.builder .panel-ingre .panel-heading a.accordion-toggle {
    display: block;
    padding: 18px 20px 18px 25px;
    color: #4e4b57;
}
.builder .ingredients .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    float: right;
    color: #392918;
    transition: all .5s;
}
.builder .ingredients .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e250";
}
.builder .panel-group .panel-ingre .panel-body {
    padding-top: 0;
    padding-bottom: 5px;
    border-top: 0;
}
.builder .panel-ingre .res-item {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #cac9cc;
}
.builder .panel-ingre .res-item > img {
    width: 70px;
    height: 70px;
    margin-right: 5px;
}
.builder .ingredients h5 {
    text-shadow: none;
    color: #4e4b57;
}
.builder .panel-ingre .item-sides {
    display: inline-block;
}
.builder .panel-ingre .item-sides img {
    width: 30px;
    height: 30px;
}

/* pizza graficky - placka */
.builder .pizza .affix-top {
    position: relative;
}
.builder .pizza .affix {
    position: static;
    transform: translate3d(0px, 0px, 0px);
}
.builder .pizza .affix {
    /*transition: all .5s;*/
}
.builder .pizza .affix-bottom {
    position: absolute;
}
.builder .pizza-dropzone {
    position: relative;
}
.builder .pizza-dropzone .layer {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: auto;
}
.builder .pvisual .price-block {
    color: #4e4b57;
}
.builder .pvisual .price-block .form-group {
    display: inline-block;
    min-width: 200px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 10px;
    background-color: #fff;
    border-radius: 6px;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    /*-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);*/
}

.builder .pvisual .price-block .form-control {
    display: inline-block;
    /*width: auto;*/
    width: 65px;
    padding: 10px;
    border: 0;
    background-color: #ffffff;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-left: 1px;
    box-shadow: none;
}

.builder .pvisual .price-block input:focus {
    box-shadow: none;
}

.builder .pvisual .price-block .form-control-static {
    float: right;
    display: inline-block;
    padding-top: 6px;
    font-size: 160%;
    font-weight: bold;
    min-width: 70px;
}

.builder .pvisual .price-block .form-control-static > span {
    font-weight: normal;
}
.builder .pvisual .price-block .btn {
    margin-bottom: 20px;
}
/* pizza graficky - prehled surovin */
.builder .pbuild-overview {
    margin-top: 30px;
    /*color: #000000;*/
}
.builder .pbuild-overview .pbuild-list a {
    display: inline-block;
    margin: 0 10px 5px 0;
    color: #9b9b9b;
}
.builder .pbuild-overview .pbuild-list img {
    width: 16px;
    height: 16px;
}
.builder .pbuild-overview .pbuild-list a span {
    padding: 0 10px;
}

/* infos sloupec */
.builder .del img,
.builder .del i.sprite {
    float: left;
    margin: 0px 20px 0 0;
}
.builder .del p {
    float: left;
}
.infos .lists h3 {
    font-size: 100%;
    text-align: left;
    color: #392918;
}
.infos .lists h3 i.sprite {
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.hint {
    padding: 10px;
    /*background-color: #ecdfb8;*/
}
.hint h4 {
    margin-top: 0;
    font-size: 95%;
    font-weight: bold;
    color: #392918;
}
.hint p {
    margin: 0;
    padding-top: 0;
    font-size: 80%;
    font-weight: normal;
}

/* -------------------------------------------------------------------
Contact page
------------------------------------------------------------------- */
.contact {
    padding-top: 10px;
}
.contact div h2:first-child {
    margin-top: 0;
}
.contact .contact-map iframe {
    width: 100%;
}
#map-canvas {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0px;
    padding: 0px;
    z-index: 0;
}

/* -------------------------------------------------------------------
Cart, summary
------------------------------------------------------------------- */
.cart > hr,
.cart-summary hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-color: #620600;
}
.cart-summary hr {
    margin-top: 20px;
}
/* tabulky kosiku a souhrnu - zakladni parametry */
.cart .table th,
.cart .table td,
.cart-summary .table th,
.cart-summary .table td {
    min-width: 70px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    font-size: 90%;
}
/* tabulky kosiku a souhrnu - tabulka celkove ceny, tabulka adresy */
.cart .table-cart-price,
.cart-summary .table-cart-price,
.cart-summary .table-summary-address {
    margin-bottom: 10px;
    background-color: #fceed3;
}
.cart .table-cart-price th,
.cart-summary .table-cart-price th {
    border: 0;
    background-color: #f8e9a5;
}
.cart-summary .table-summary-address th {
    border: 0;
    background-color: transparent;
}
.cart .table-cart-price td,
.cart-summary .table-cart-price td,
.cart-summary .table-summary-address td {
    border: 0;
}
.cart .table-cart-price a.btn-x {
    padding: 10px;
}
.cart .table-cart-price a.btn-x:hover,
.cart .table-cart-price a.btn-x:focus {
    font-size: 120%;
    color: #ef0626;
}
.cart .form-control-static,
.cart-summary .form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
}
.cart-summary .table-summary-address td {
    text-align: right;
}
.cart .table-cart-btns,
.cart-summary .table-cart-btns {
    text-align: center;
}
.cart .table-cart-btns a,
.cart-summary .table-cart-btns a {
    margin-bottom: 15px;
}
.cart-summary label {
    font-size: 90%;
}
#delivery-date-time {
    padding: 0 15px;
}
#delivery-date-time .form-group {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0px;
}
#delivery-date-time .form-control {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    vertical-align: middle;
}

/* nabidka piti - owl carousel */
.cart > h3 {
    font-size: 140%;
    text-align: center;
}
.cart .drink-item {
    position: relative;
    text-align: center;
}
.cart .drink-item h4 {
    margin-bottom: 5px;
    font-size: 120%;
    font-weight: bold;
    color: #2a5b9d;
}
.cart .drink-item span.sub-title {
    margin-bottom: 5px;
    font-size: 120%;
    color: #2a5b9d;
}
.cart .drink-item a.btn {
    position: absolute;
    bottom: 30px;
    font-size: 12px;
}
.cart .drink-item p {
    font-size: 140%;
}
/* postup v kosiku */
.cart-progress {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.cart-progress div:first-child a {
    text-decoration: underline;
    color: #333333;
}
.cart-progress .disabled {
    color: #d4c3b1;
}
.cart-progress .cart-point {
    width: 20px;
    height: 20px;
    border: 3px solid #d4c3b1;
    margin: 0 auto;
    border-radius: 10px;
    margin-top:5px;
}
.cart-progress .cart-point.active {
    background: #be0000;
}
.cart-progress .cart-point.active-gray {
    background: #990000;
}
/* formularove elementy objednavky */
.other-address .table-def {
    margin-top: 0;
}
.order-setup {
    padding-bottom: 20px;
}
.order-setup > p {
    margin-top: 1em;
}
#frm-orderForm .radio {
    height: auto;
    min-height: 34px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#frm-orderForm .radio label {
    font-weight: bold;
}
#frm-orderForm .radio span {
    margin-left: 35px;
}
#frm-orderForm .radio .sprite {
    position: absolute;
    margin-left: 0;
    top: 6px;
}

/* -------------------------------------------------------------------
User profile, user details, user orders, user order-details
------------------------------------------------------------------- */
.user-profile > hr,
.user-profile .detail-item > hr {
    border-color: #620600;
}
.user-profile h2 > span {
    color: #392918;
}
.user-profile h3 {
    font-size: 130%;
}
.user-profile h3 a {
    transition: all .5s;
    text-decoration: underline;
}
.user-profile h3 a:hover,
.user-profile h3 a:focus {
    text-decoration: none;
}
.user-profile h3 i {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.user-profile h4 {
    font-size: 130%;
}
.user-profile .profile-image .left {
    float: left;
    width: 101px;
    margin-right: 20px;
    text-align: center;
}
.user-profile .profile-image h2 {
    margin-bottom: 0;
}
.user-profile .profile-image a {
    font-size: 90%;
    text-decoration: underline;
    color: #4E4B57;
    transition: all .5s;
}
.user-profile .profile-image img {
    border: 1px solid #4E4B57;
    transition: all .5s;
}
.user-profile .profile-image a:hover,
.user-profile .profile-image a:focus,
.user-profile .profile-image a:hover img,
.user-profile .profile-image a:focus img {
    border-color: #a3821d;
    color: #a3821d;
}
.user-profile .profile-getgift,
.user-profile .profile-sendgift {
    margin-top: 20px;
    text-align: center;
}
.user-profile .profile-details a {
    line-height: 35px;
    text-decoration: underline;
}
.user-profile .profile-details a:hover {
    text-decoration: none;
}
.user-profile .profile-credits span {
    font-size: 140%;
    font-weight: bold;
}
.user-profile .profile-credits .btn {
    margin-left: 10px;
}
.user-profile .profile-loyalty {
    padding-right: 0;
}
.user-profile .profile-loyalty p {
    margin-bottom: 0;
    font-size: 90%;
}
.user-profile .profile-loyalty p span {
    font-weight: bold;
    text-transform: uppercase;
    color: #d6d500;
}
.user-profile .profile-gifting .btn {
    margin-top: 10px;
    margin-left: 10px;
    text-decoration: none;
    text-shadow: none;
}
.user-profile .profile-gdpr h3 {
    margin: 0;
    line-height: 34px;
    text-align: center
}
.user-profile .profile-gdpr-btn + .clearfix {
    margin-bottom: 15px;
}
.user-profile .profile-gdpr-btn {
    text-align: center
}
.user-profile .lists .list-group-item {
    border-radius: 0;
    background-color: #fceed3;
    padding: 10px 15px;
}
.user-profile .lists .detail-item:nth-child(2n+1) {
    background-color: #f8e9a5;
}
.user-profile .detail-item > div {
    margin-top: 10px;
}
.user-profile .detail-item .list-group-item-heading,
.user-profile .detail-item > span {
    font-size: 95%;
}
.user-profile .detail-item hr {
    margin-top: 15px;
    margin-bottom: 0;
}
.user-profile .lists .detail-item > div a:hover span,
.user-profile .lists .detail-item > div a:focus span {
    color: #fff;
}
.user-profile .lists .detail-item-more {
    padding-top: 5px;
    background-color: transparent;
    text-align: right;
}
.user-profile .lists .detail-item-more a {
    margin-right: 10px;
    font-size: 90%;
    text-decoration: underline;
    color: #4e4b57;
    transition: all .5s;
}
.user-profile .detail-item-more span {
    color: #4e4b57;
}
.user-profile .detail-item-more:hover a,
.user-profile .detail-item-more:focus a {
    color: #a3821d;
}
#smazatUcet {
    z-index: 1140;
}
#smazatUcet .modal-dialog {
    margin-top: 20px;
}
/* user profile - map zones  */
#map {
    min-height: 70vh;
    margin:  15px 0;
}
/* seznam objednavek */
.user-orders .table th,
.user-orders .table td {
    min-width: 70px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    font-size: 90%;
}
/* detail objednavky */
.user-order-detail .table-order-btns {
    margin-bottom: 10px;
}
.user-order-detail .table-order-btns a {
    margin-left: 10px;
}
.user-order-detail .table-order th,
.user-order-detail .table-order td,
.user-order-detail .table-order-address th,
.user-order-detail .table-order-address td {
    min-width: 70px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    font-size: 90%;
    text-align: center;
}
.user-order-detail .table-order th:first-child,
.user-order-detail .table-order td:first-child {
    text-align: left;
}
.user-order-detail .table-order-address th,
.user-order-detail .table-order-address td {
    padding: 5px;
    border: 0;
    background-color: transparent;
    text-align: left
}
.user-order-detail .table-order > thead tr th {
    border-bottom: 2px solid #620600;
}
.user-order-detail .table-order > tbody > tr > td {
    border-top: 1px solid #620600;
}

/* icons - css spritesheet */
.sprite {
    background-image: url(../../images/front/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-best {
    width: 34px;
    height: 34px;
    background-position: -5px -5px;
}
.sprite-darek {
    width: 25px;
    height: 25px;
    background-position: -49px -5px;
}
.sprite-hlava {
    width: 70px;
    height: 71px;
    background-position: -84px -5px;
}
.sprite-hodiny {
    width: 70px;
    height: 71px;
    background-position: -5px -86px;
}
.sprite-mince {
    width: 25px;
    height: 25px;
    background-position: -164px -5px;
}
.sprite-pizza {
    width: 25px;
    height: 25px;
    background-position: -49px -40px;
}
.sprite-pribor {
    width: 30px;
    height: 28px;
    background-position: -164px -40px;
}
.sprite-pribor_active {
    width: 30px;
    height: 28px;
    background-position: -164px -78px;
}
.sprite-stopky {
    width: 70px;
    height: 71px;
    background-position: -85px -116px;
}
.sprite-thumbsup {
    width: 25px;
    height: 25px;
    background-position: -165px -116px;
}
.sprite-time {
    width: 34px;
    height: 34px;
    background-position: -204px -5px;
}
.sprite-user {
    width: 25px;
    height: 25px;
    background-position: -5px -49px;
}
.sprite-vel_placky_1ac {
    width: 44px;
    height: 26px;
    background-position: -165px -151px;
}
.sprite-vel_placky_2ac {
    width: 44px;
    height: 26px;
    background-position: -5px -187px;
}
.sprite-vel_placky_3ac {
    width: 44px;
    height: 26px;
    background-position: -165px -187px;
}
.sprite-viteze {
    width: 34px;
    height: 34px;
    background-position: -204px -49px;
}
/* icons for order types */
.sprite-summary-personally {
    width: 32px;
    height: 23px;
    background-position: -3px -222px;
}
.sprite-summary-carry {
    width: 32px;
    height: 23px;
    background-position: -87px -222px;
}
.sprite-summary-card,
.sprite-summary-card-terminal {
    width: 32px;
    height: 23px;
    background-position: -44px -222px;
}
.sprite-summary-cash {
    width: 32px;
    height: 23px;
    background-position: -131px -222px;
}
.sprite-summary-points {
    width: 32px;
    height: 23px;
    background-position: -166px -222px;
}

/* -------------------------------------------------------------------
Allergens page
------------------------------------------------------------------- */
.allergens .media {
    min-height: 60px;
    margin-top: 20px;
}
.allergens .media-object {
    width: 2em;
    height: 2em;
    padding-top: 0.26em;
    border-radius: 50%;
    background-color: #83101b;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.allergens .media-body h3 {
    font-size: 130%;
    text-transform: uppercase;
    color: #83101b;
}
.allergens .media-body p {
    margin-bottom: 0;
    font-size: 90%;
}

/* -------------------------------------------------------------------
Delivery page
------------------------------------------------------------------- */
/* map zones */
.delivery-zones .row > div > .input-group {
    border-color: #990000;
}
.delivery-zones .row > div > .input-group .input-group-addon {
    background-color: transparent;
    border-color: #990000;
    color: #990000;
}
.delivery-zones .row > div > .input-group .form-control {
    border-color: #990000;
    color: #333333;
}
.area-color {
    display: inline-block;
}
.table-zones.table th {
    font-size: 16px;
    line-height: 1.1;
}
.table-zones > tbody > tr > td:nth-child(2) {
    text-align: left;
}
.table-prices,
.table-prices-qty {
    margin-bottom: 0;
}
.table-prices > tbody > tr:last-child > th, 
.table-prices > tbody > tr:last-child > td {
    padding-bottom: 0;
}
.table-prices-qty > tbody > tr > th,
.table-prices-qty > tbody > tr > td,
.table-zones .table-prices-qty > tbody > tr > th,
.table-zones .table-prices-qty > tbody > tr > td {
    border: 0;
}
.table-prices-qty > tbody > tr > td:nth-child(2) {
    text-align: right;
}
.td-no-padding {
    padding: 0 !important;
}
.table-zones .area-color {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.table-zones .table-prices-qty {
    background-color: transparent;
}
.panel-delivery .panel-heading {
    padding: 0;
}
.panel-delivery .panel-heading a,
.panel-delivery .panel-heading h4 > span {
    display: block;
    padding: 15px 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #333333;
}
.panel-delivery .panel-heading a:hover,
.panel-delivery .panel-heading h4 > span:hover {
    color: #be0000;
}
.panel-delivery .panel-heading a.colored-bg:hover,
.panel-delivery .panel-heading h4 > span.colored-bg:hover {
    color: #ffffff;
}
.panel-delivery .panel-heading a.collapsed {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.panel-delivery .panel-heading a::after {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    float: right;
    color: #333333;
    transition: all .5s;
}
.panel-delivery .panel-heading a.collapsed::after {
    transform: rotate(-180deg);
}
.panel-delivery .area-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 1px;
    vertical-align: bottom;
}

/* -------------------------------------------------------------------
Day-menu page
------------------------------------------------------------------- */
.day-menu .table-bordered {
    border: 1px solid #620600;
    background-color: #fceed3;
}
.day-menu .table th {
    border: 1px solid #620600;
    font-size: 150%;
}
.day-menu .table td {
    border: 1px solid #620600;
    vertical-align: middle;
}
.day-menu .today {
    background-color: #f8e9a5;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}
.day-menu .today:hover {
    background-color: #eaba29;
}
.day-menu .day-heading.today:hover {
    background-color: #f8e9a5;
}
.day-menu .menu-price {
    text-align: right;
    white-space: nowrap;
}

/* -------------------------------------------------------------------
News page
------------------------------------------------------------------- */
.news-block {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 15px 49px;
    border-radius: 7px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333333;
    /*-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);*/
}
.news-block h3 {
    margin-top: 0;
}
.news-block h3 > a {
    color: #620600;
    transition: color .5s;
}
.news-block h3 > a:hover {
    color: #333333;
}
.news-block .posted {
    font-weight: normal;
}
.news-block .btn-news {
    position: absolute;
    right: 15px;
    bottom: 15px;
    border-color: #be0000;
    background-color: #be0000;
    color: #fff;
    font-weight: bold;
    transition: all .5s;
}
.news-block .btn-news:hover,
.news-block .btn-news:focus  {
    border-color: #585566;
    background-color: #585566;
    color: #fff;
}
.news-detail .posted {
    float: right;
    font-weight: normal;
}
.home-news .news-block {
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-news .col-md-6:nth-child(2) .news-block {
    margin-top: 20px;
}
.home-news .block-bottom {
    margin-bottom: 0;
}

/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */
.full-footer {
    color:#725f4b;
}
.full-footer hr {
    margin-top: 30px;
}
.full-footer ul li {
    /*padding: 0 15px;*/
}
.full-footer a, .full-footer p {
    font-size: 80%;
    color: #725f4b;
    transition: all .5s;
}
.full-footer p a {
    font-size: 100%;
}
.full-footer a:hover {
    color: #725f4b;
    text-decoration: underline;
}
.full-footer .fb {
    margin-bottom: 10px;
}

/* -------------------------------------------------------------------
Share button
------------------------------------------------------------------- */
.share-button{
    display: inline-block;
}

/* -------------------------------------------------------------------
EU Cookies
------------------------------------------------------------------- */
.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #f0f0f0;
    font-size: 90%;
    text-align: center;
    color: grayText;
    z-index: 1000;
}
.eu-cookies a {
    text-decoration: underline;
    color: grayText;
}
.eu-cookies button {
    margin-left: 15px;
    border: 1px solid gray;
    background: graytext;
    color: white;
}

/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */
@media (max-width: 480px) {
    .table-def.table thead {
        display: none;
    }
    .table-def.table tr {
        display: block;
        border-bottom: 1px solid #545359;
        margin-bottom: 10px;
    }
    .table-def.table th,
    .table-def.table td {
        display: block;
        white-space: normal;
        padding: 2px 15px;
        border-bottom: 0px;
    }
    .table-def.table th:first-child,
    .table-def.table td:first-child {
        text-align: center;
    }
    .table-def.table th[data-label]:before,
    .table-def.table td[data-label]:before {
        display: block;
        content: attr(data-label) ":\00A0";
        font-weight: bold;
    }
    .table-def.table td .btn {
        margin-bottom: 10px;
    }
    .table-def.table .caption-responsive {
        display: block;
    }
    .btn-arrow {
        position: absolute;
        right: 20px;
        bottom: 10px;
    }
    /* header */
    .small-header ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* navbar */
    .navbar-mod .pizza-logo {
        display: block;
        position: absolute;
        top: 0px;
        left: 15px;
        margin: 0;
    }
    .navbar-mod .pizza-logo img {
        width: auto;
        height: 60px;
    }
    /* food page - obrazkovy vypis */
    .food-item a.btn {
        margin-bottom: 3px;
    }
    /* delivery */
    .table-zones > tbody > tr > td:nth-child(2) {
        text-align: center;
    }
    .table-zones .table-prices-qty > tbody > tr > td:nth-child(2) {
        text-align: center;
    }
    .table-prices > tbody > tr > td, 
    .table-prices > tbody > tr > th,
    .table-prices-qty > tbody > tr > td, 
    .table-prices-qty > tbody > tr > th{
        padding: 5px 0;
    }
    /* cart, summary */
    .table-cart-btns > .btn-lg {
        font-size: 14px;
        line-height: 1.42857143;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 41px;
    }
    /* forms */
    .content form fieldset {
        padding-left: 25px;
        padding-right: 25px;
    }
    /* header */
    .small-header {
        min-height: 40px;
        line-height: 40px;
        text-align: right;
    }
    .small-header > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .small-header .pizza-logo { /* pro umisteni loga - varianta 1 */
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        margin-top: 6px;
        margin-bottom: 0;
    }
    .small-header > ul {
        margin-left: 140px;
        margin-bottom: 0;
    }
    .small-header ul li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .small-header .dropdown {
        position: relative;
    }
    .small-header .dropdown-menu {
        min-width: 300px;
    }
    .small-header .link-phone {
        line-height: 23px;
        font-size: 16px;
        font-weight: bold;
    }
    /* navbar */
    .navbar-mod {
        min-height: 100px;
        padding-top: 0;
    }
    .navbar-mod .navbar-brand { /* pro umisteni loga - varianta 1 */
        display: none;
    }
    .navbar-mod .pizza-logo { /* pro umisteni loga - varianta 2 */
        display: block;
        position: absolute;
        bottom: 42px;
        margin: 0 0 0 -15px;
        z-index: 9999;
    }
    .navbar-mod .pizza-logo img {
        width: 100%;
        height: auto;
    }
    .navbar-mod #navbar {
        margin-bottom: 40px;
    }
    .navbar-mod .nav {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 150px; /* nutno upravit podle sirky loga */
    }
    .navbar-mod .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* velke bloky */
    .big-blocks {
        /*width: 746px;*/ /*povolit pri pouziti stinu*/
        border-radius: 7px;
        background-color: #ffffff;
    }
    .big-blocks .row {
        padding: 3px;
    }
    .big-blocks .item {
        padding: 3px;
    }
    .big-blocks h2 a img {
        padding: 0;
    }
    /* mensi bloky */
    .small-blocks {
        padding-left: 0;
        padding-right: 0;
    }
    /* velke bloky(2) + mensi bloky vpravo pod sebou - vypnuty owl-carousel */
    .big-blocks-top .small-blocks {
        padding-left: 0;
    }
    /* info bloky */
    .infos .row > div {
        margin-bottom: 0px;
    }
    .infos img {
        margin: 0 10px;
    }
    /* food page */
    .food-detail h2{
        margin-top: 0px;
    }
    .food-item-noimg > div:first-child {
        margin-bottom: 0;
    }
    .lists .list-group-item div a.btn:first-child {
        margin-bottom: 0px;
    }
    .lists .list-group-item p {
        padding: 0 40px 0 15px;
    }
    /* food page - obrazkovy vypis */
    .food-item a:nth-child(2) {
        height: 53px;
    }
    .food-item h3 {
        height: 53px;
        line-height: 1.1em;
        font-size: 110%;
    }
    .food-item span {
        font-size: 130%;
    }
    /* pizza builder */
    .builder .ingredients {
        padding-left: 0;
        padding-right: 20px;
    }
    .builder .panel-ingre .item-sides img {
        width: 27px;
        height: 27px;
    }
    .builder .pizza {
        padding-left: 0;
    }
    .builder .pizza .affix {
        position: fixed;
        top: 74px;
        width: 423px;
    }
    .builder .pvisual.affix-bottom {
        width: 423px;
    }
    .builder .pvisual .price-block {
        margin-top: -20px;
        position: relative;
        z-index: 999;
    }
    .builder .pvisual .price-block .form-group {
        margin-right: 0px;
        margin-bottom: 0;
    }
    .builder .pvisual .price-block .btn {
        margin-bottom: 0;
    }
    .builder .infos {
        padding-right: 0;
    }
    /* delivery */
    .table-prices > tbody > tr:first-child > th, 
    .table-prices > tbody > tr:first-child > td {
        padding-top: 0;
        border-top: 0;
    }
    /* cart, summary */
    .cart .table-cart-btns a.btn-yellow,
    .cart-summary .table-cart-btns a.btn-yellow {
        float: left;
    }
    .cart .table-cart-btns a.btn-red,
    .cart-summary .table-cart-btns button.btn-red {
        float: right;
    }
    .order-setup {
        padding-bottom: 0px;
    }
    .order-setup > p {
        min-height: 40px;
        margin-top: 0;
    }
    #frm-orderForm .radio.points {
        height: auto;
    }
    .cart .drink-item a.btn {
        font-size: 14px;
    }
    /* profil */
    .user-profile {
        padding-top: 0px;
    }
    .user-profile .profile-getgift,
    .user-profile .profile-sendgift {
        margin-top: 0px;
        text-align: left;
    }
    .user-profile .profile-sendgift a {
        float: right;
    }
    .user-profile .profile-details h3,
    .user-profile .profile-credits h3,
    .user-profile .profile-loyalty h3 {
        margin-top: 0;
    }
    .user-profile .profile-loyalty {
        padding-right: 15px;
    }
    .user-profile .profile-gifting .btn {
        margin-top: 0px;
    }
    /* alergens */
    .allergens .media {
        min-height: 80px;
        margin-top: 15px;
    }
    /* footer */
    .full-footer .fb {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .btn-arrow {
        position: absolute;
        right: 20px;
        bottom: 15px;
    }
    /* header */
    .small-header ul li {
        padding-left: 6px;
        padding-right: 6px;
    }
    /* navbar */
    .navbar-mod {
        min-height: 100px;
    }
    .navbar-mod .pizza-logo { /* pro umisteni loga - varianta 2 */
        bottom: 42px;
    }
    .navbar-mod #navbar {
        margin-bottom: 40px;
    }
    .navbar-mod .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* velke bloky */
    .big-blocks {
        /*width: 966px;*/ /*povolit pri pouziti stinu*/
    }
    /* velke bloky(2) + mensi bloky vpravo pod sebou - vypnuty owl-carousel */
    .big-blocks-top .small-blocks {
        padding-left: 10px;
    }
    /* info bloky */
    .infos img {
        margin: 0 20px;
    }
    /* food page */
    .lists .list-group-item div a.btn:first-child {
        margin-bottom: 0px;
    }
    /* pizza builder */
    .builder .panel-ingre .item-sides img {
        width: 30px;
        height: 30px;
    }
    .builder .pizza .affix {
        position: fixed;
        top: 74px;
        width: 390px;
    }
    .builder .pizza .affix-bottom {
        width: 390px;
    }
    .builder .del {
        text-align: center;
    }
    .builder .del img,
    .builder .del i.sprite,
    .builder .del p{
        float: none;
    }
    /* cart, summary */
    .cart-summary .address-block h3 {
        float: left;
    }
    .address-block .addr-select {
        float: right;
        padding-top: 20px;
    }
    /* profil */
    .user-profile .profile-gdpr h3 {
        font-size: 120%
    }
    .user-profile .profile-lists {
        padding-left: 47px;
    }
    /* news */
    .news-block {
        min-height: 170px;
    }
    .home-news .col-md-6:nth-child(2) .news-block {
        margin-top: 10px;
    }
    /* alergens */
    .allergens .media {
        min-height: 65px;
    }
    /* fixed footer - dle potreby */
    /*html {
        position: relative;
        min-height: 100%;
    }
    body {
        padding-bottom: 250px;
    }
    .full-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }*/
}
@media (min-width: 1200px) {
    .btn-arrow {
        position: relative;
        right: 0;
        bottom: 0;
    }
    /* header */
    .small-header ul li {
        padding-left: 7px;
        padding-right: 7px;
    }
    /* navbar */
    .navbar-mod {
        min-height: 114px;
    }
    .navbar-mod .pizza-logo { /* pro umisteni loga - varianta 2 */
        bottom: 47px;
    }
    .navbar-mod #navbar {
        margin-bottom: 44px;
    }
    .navbar-mod .nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* velke bloky */
    .big-blocks {
        /*width: 1166px;*/ /*povolit pri pouziti stinu*/
    }
    /* seznamy */
    .home-lists .lists {
        padding: 0 25px;
    }
    /* food page - obrazkovy vypis */
    .food-item a:nth-child(2) {
        height: 61px;
    }
    .food-item h3 {
        height: 61px;
        line-height: 1.1em;
        font-size: 130%;
    }
    /* pizza builder */
    .builder .ingredients {
        padding-right: 40px;
    }
    .builder .pizza .affix {
        position: fixed;
        top: 50px;
        width: 473px;
    }
    .builder .pizza .affix-bottom {
        width: 473px;
    }
    .builder .del {
        text-align: left;
    }
    .builder .del img,
    .builder .del i.sprite,
    .builder .del p {
        float: left;
    }
    /* profil */
    .user-profile .profile-gdpr h3 {
        font-size: 130%
    }
    /* news */
    .news-block {
        min-height: 150px;
    }
}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

/*
 * to work correctly, all grid definitions are needed(xs,sm,md,lg) - example:
 * <div class="row multi-columns-row">
 * <div class="col-xs-6 col-sm-4 col-md-3 col-lg-3">...</div>
 */

/* clear first in row in ie 8 or lower */
.multi-columns-row .first-in-row {
    clear: left;
}

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
    /* reset previous grid */
    .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }
    /* clear first in row for small columns */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
    /* reset previous grid */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }
    /* clear first in row for medium columns */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
    /* reset previous grid */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }
    /* clear first in row for large columns */
    .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}
