@font-face {
  font-family: Avenir Next;
  src: url(../fonts/Avenir-Next.ttc);
}

@font-face {
  font-family: Avenir-Next-Bold;
  src: url(../fonts/AvenirNextLTPro-Bold.otf);
}
@font-face {
  font-family: Avenir-Next-Regular;
  src: url(../fonts/AvenirNextLTPro-Regular.otf);
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic !important;
}
a, a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
  color: #99C786 !important;
}
a:hover, a:active, a:focus  {
  color: #337AB7 !important;
  background-color: transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
img {
  max-width: 100%;
}
body {
  font-family: 'Avenir-Next-Regular', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}

/*CSS*/
.page-content, .main-content {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
}
section, footer {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
}
.total-container, .no-padd {
  padding-left: 0;
  padding-right: 0;
}
.narrow {
  max-width: 992px;
}
.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.top100 {
  padding-top: 100px;
}
.top50 {
  padding-top: 50px;
}
.top30 {
  padding-top: 30px;
}
.top20 {
  padding-top: 20px;
}
.bott100 {
    padding-bottom: 100px;
}
.bott50 {
    padding-bottom: 50px;
}
.bott30 {
  padding-bottom: 30px;
}
.after-style, .both-styles {
  position: relative;
}
.both-styles:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url('../images/before.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1;
}
.after-style:after, .both-styles:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url('../images/after.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 1;
}



/*TEXT STYLE*/
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #fff!important;
}
.black {
  color: #333 !important;
}
.green {
  color: #30ad25;
}
.red {
  color: #b61c1c;
}
.orange {
  color: rgb(255,102,0);
}
.blue {
  color: rgb(9,131,206);
}
strong {
  font-family: 'Avenir-Next-Bold', sans-serif;
}
.big-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}
.small-text p, .copyright {
  font-size: 16px;
}
h1, h2, h3 {
  font-family: 'Avenir-Next-Bold', sans-serif;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h6 {
  font-family: 'Avenir-Next-Bold', sans-serif;
}
.list-inline li {
  display: inline-block;
}
.logo-padding {
  text-align: center;
  padding-bottom:15px;
  padding-top:15px;
}
.big-bold {
  font-size: 28px;
  font-family: 'Avenir-Next-Bold', sans-serif;
  text-align: center;
  padding-bottom:25px;
}
.big-tel {
  font-size: 48px;
  font-family: 'Avenir-Next-Bold', sans-serif;
  text-align: center;
  padding-top:15px;
  padding-bottom:15px;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}



.responsive-br, .mob-br {
  display: none;
}



/*HEADER*/
header {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  z-index: 10000;
  height: auto;
}
.navbar {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.navbar-brand>img {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  text-align: center;
  margin: auto;
  max-width: 100px;
}
.navbar-toggle {
    z-index: 3;
}
.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a {
  color: #fff;
  font-size: 18px;
}
.dropdown-menu>li>a {
  color: #333;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
  color: #30ad25 !important;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-default,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  left: 0 !important;
  padding: 0;
  min-width: 180px;
  margin-top: 0 !important;
  border-top: 3px solid #30ad25;
}
.dropdown-menu>li>a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
}
.dropdown-menu>li:active a,
.dropdown-menu>li:focus a,
.dropdown-menu>li:hover a {
  color: #fff !important; 
  background-color: #30ad25;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.language {
  padding-top: 5px !important;
}



/*BANNER*/
.banner {
  position: relative;
}
.banner-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner-title {
  z-index: 1;
  text-align: center;
  top: 55%;
  position: absolute;
  line-height: 1.2;
  /*text-shadow: 0 1px 16px #000;*/
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 5px;
}
.banner-title .list-inline li {
  margin-right: 15px;
  text-align: center;
  font-size: 16px;
}
.banner-title .list-inline li:last-child {
  margin-right: 0;
}
.gr-calendar {
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  background-color: #30ad25;
  position: absolute;
  right: 20%;
  bottom: -40px;
  border-radius: 50%;
  z-index: 2;
}
.gr-calendar i {
  padding-top: 15px;
}
.gr-calendar:hover, .gr-calendar:active, .gr-calendar:focus {
  background-color: #30ad25;
}


.home-banner .banner-title {
  text-align: left;
  left: auto;
  right: auto;
  top: 35%;
}
.home-banner .banner-title h1 {
  text-align: left;
}
.leafs {
  position: relative;
}
.leafs img {
  position: absolute;
  z-index: 5;
}
.leaf1 {
  right: 60px;
  bottom: 230px;
}
.leaf2 {
  left: 100px;
  bottom: 350px;
}
.mobile-phones {
  right: 260px;
  max-width: 25%;
  bottom: -40px;
}
.owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.mushrooms {
  right: 520px;
  bottom: -55px;
  max-width: 10%;
}

.owl-pagination {
  text-align: center;
}
.owl-page {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
  background-color: transparent;
}
.owl-page:last-child {
  margin-right: 0;
}
.owl-page:hover, .owl-page.active {
  background-color: #fff;
}
.images-slider .owl-pagination {
  position: absolute;
  bottom: 50px;
  width: 100%;
}




/*TIJESTO*/
.image-holder {
  position: relative;
}
.tijesto .image-holder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
}
.tijesto1 {
  background-image: url('../images/napoletana.jpg');
}
.tijesto2 {
  background-image: url('../images/newyork.jpg');
}
.tijesto3 {
  background-image: url('../images/integralno.jpg');
}
.text-holder {
  position: relative;
  min-height: 260px;
  padding: 20px;
}
.text-holder h3 {
  text-align: left;
}
.mobile-tijesto {
    display: none;
}
.desktop-tijesto {
  display: block;
}



/*MENU*/
.menu {
  position: relative;
  background-image: url('../images/menu.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.black-menu-tab li a {
  font-family: 'Avenir-Next-Bold', sans-serif;
  font-size: 22px;
}
.black-menu-tab li.active a, .black-menu-tab li a:hover, .black-menu-tab li a:active, .black-menu-tab li a:focus {
  text-decoration: underline; 
}
.jumbo {
  float: right;
  font-family: 'Avenir-Next-Bold', sans-serif;
}
.menu-side h6, .price {
  display: inline-block;
  margin: 20px 0 2px;
}
.price {
  float: right;
}
.price p {
  font-weight: 100;
  display: inline-block;
  padding: 0 10px;
}
.sastojci {
  display: block;
}



/*MAP*/
.map {
  position: relative;
  /*float: left;*/
  width: 100%;
  height: 500px;
  padding: 0px;
}
.map #contact-map{ 
  width: 100%;
  height: 100%;
}
.map-info { 
  margin: 0px;
  padding: 10px;
}


/*MAP- PAGE3*/
.gmap {
    position: relative;
    float: left;
    width: 100%;
    height: 550px;
    padding: 0px;
    margin-bottom: 50px;
}
.gmap #googleMap {
    width: 100%;
    height: 100%;
}



/*RESERVATION*/
.reservation {
  position: relative;
}
.reservation:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/tomato.png');
  right: 50px;
  bottom: 20px;
  width: 265px;
  height: 310px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.form-control {
  border-radius: 2px;
  border: none;
  padding: 20px;
  font-size: 18px;
  background-color: #eee;
  box-shadow: none;
  margin-top: 5px;
}
input[type="text"]::-webkit-input-placeholder {
  color: #333;
}
.contact-form textarea {
  border: none;
  width: 100%;
  height: 200px;
  padding: 20px 15px 10px;
  font-size: 18px;
  margin: 5px 0 30px;
  background-color: #eee;
  box-shadow: none;
  border-radius: 2px;
}
.btn-default {
  border: none;
  background-image: none;
  text-shadow: none;
  font-family: 'Avenir-Next', sans-serif;
  border-radius: 0;
}
.reserve-btn {
  background-color: #eee;
  color: #333;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
}
.reserve-btn:hover; .reserve-btn:active, .reserve-btn:focus {
  background: none;
  color: #333;
  border: none;
  box-shadow: none;
}
.select-btn {
    padding: 0px 15px;
    height: 62px;
    text-transform: uppercase;
}
.form-control:focus, textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}




/*FEATURES*/
.green-bg {
  background-color: #30ad25;
}
.feature1 {
  color: #fff;
  text-align: center;
  font-family: 'Avenir-Next-Bold', sans-serif;
  font-size: 16px;
}
.feature1 .image-holder {
  min-height: 80px;
}




/*FOOTER*/
.footer-menu li {
  float: none;
  display: block;
}
.footer-menu li a {
  color: #333;
  font-size: 16px;
  padding: 5px;
}
.copyright {
  text-align: center;
  color: #888;
}






/****************************************
PAGE2.HTML
****************************************/
.page-two .dropdown-menu {
  border-top: 3px solid #b61c1c;
}
.page-two .nav>li>a:focus,
.page-two .nav>li>a:hover {
  color: #b61c1c !important;
}
.page-two .dropdown-menu>li:active a,
.page-two .dropdown-menu>li:focus a,
.page-two .dropdown-menu>li:hover a {
  background-color: #b61c1c;
  color: #fff!important;
}


.taxi-list li {
  margin: 0 !important;
}
.taxi-list li a {
  color: #fff;
}
.taxi-list li a:hover, .taxi-list li a:focus,.taxi-list li a:active{
  color: #fff !important;
  text-decoration: underline;
}


.page-two .images-slider .owl-pagination {
  bottom: 40px;
}



.nav-order {
  text-align: center;
  position: absolute;
  right: 20%;
  bottom: -30px;
  z-index: 2;
}
.nav-order li {
  display: inline-block;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.nav-order li a {
  width: 100%;
  height: 100%;
}
.red-user  {
  background-color: #b61c1c;
}
.gr-cart  {
  background-color: #30ad25;
}
.nav-order li a img {
  padding-top: 15px;
}
.gr-cart:hover, .gr-cart:active, .gr-cart:focus {
  background-color: #30ad25;
}
.red-user:hover, .red-user:active, .red-user:focus {
  background-color: #b61c1c;
}

.red-bg {
  background-color: #b61c1c;
}
.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>li>a:active,
.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
  color: #fff !important;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: transparent; 
}
.nav-tabs li .image-holder {
  min-height: 70px;
}
.nav-tabs li .image-holder img {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
#menu-change li .image-holder .img-off {
  display: block !important;
}
#menu-change li .image-holder .img-active {
  display: none !important;
}
#menu-change li.active .image-holder .img-off {
  display: none !important;
}
#menu-change li.active .image-holder .img-active {
  display: block !important;
}
.nav-tabs li p {
  margin: 15px 0 30px;
  display: block;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dashed #333;
}
.menu-order img, .pizza-name {
  display: inline-block;
}
.pizza-name {
  margin-left: 15px;
  vertical-align: middle;
}
.launch-set {
  float: right;
}
.panel-title>a, .panel-title>a:active, .panel-title>a:hover, .panel-title>a:focus {
  color: #333 !important;
}
.panel-body {
  background-color: #eee;
  margin-bottom: 15px;
}
.order-details {
  float: right;
  margin-right: 20px;
  font-size: 16px;
}
.options label {
  font-size: 16px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}
.mar-l-20 {
  margin-left: 20px;
}
.amount select, .amount .btn {
  float: right;
  display: inline-block;
}
.amount select {
  margin-top: 0 !important;
  padding: 5px 10px !important;
  font-size: 16px;
  margin-right: 10px;
}
.add-to-cart {
  border-radius: 0;
  color: #fff;
  background-color: #b61c1c;
  padding: 5px 10px;
  font-size: 16px;
}
.add-to-cart:hover; .add-to-cart:active, .add-to-cart:focus {
  background: transparent;
  color: #b61c1c;
  border: 1px solid #b61c1c;
  box-shadow: none;
}
.panel-body textarea, .extras label {
  width: 100%;
  font-size: 16px;
}
.extras label span {
  float: right;
  font-size: 16px;
}


.press li {
  padding: 10px 0;
}
.press li a {
  color: #333;
  font-family: 'Avenir-Next-Bold', sans-serif;
}
.press li img {
  float: left;
  margin-right: 20px;
}


.condition-section {
  background-image: url(../images/newsletter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conditions p {
  margin-bottom: 25px;
}



.feature2 {
  text-align: center;
  color: #fff;
}
.feature2 .image-holder {
  min-height: 80px;
}
.feature2 p {
  font-family: 'Avenir-Next-Bold', sans-serif;
  font-size: 16px;
}
.feature2 span {
  font-weight: 100;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}



/*ABOUT HOME PAGE*/
.enjoy {
  margin: auto;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.enjoy h3 {
  background-color: #fff;
  padding: 15px 25px;
  width: auto;
  text-align: center;
  margin: auto;
  position: relative;
  display: inline;
}
.enjoy-section .image-holder {
    text-align: center;
}
.enjoy-section .text-holder {
  text-align: center;
  padding: 30px 70px;
  min-height: auto;
}

/*MOBILE APP*/
.mobile-app {
  background-image: url('../images/mobile-app-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mobile-app h2 {
  text-align: left; 
}
.mobile-app p {
  margin-top: 20px; 
}
.mobile-image {
  position: absolute;
  top:-250px;
  right: 0;
  z-index: 2;
}
.mobile-image img {
  max-width: 90%;
}



/*NEWSLETTER*/
.newsletter {
  background-image: url('../images/newsletter.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.newsletter .form-control {
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 25px;
  background-color: #fff;
  margin-top: 0 !important;
}
.red-btn {
  color: #fff;
  font-family: 'Avenir-Next-Bold', sans-serif;
  border-radius: 0;
  width: 100%;
  padding: 13px;
  font-size: 18px;
  background-color: #b61c1c;
}




@media (max-width: 1199px) {
  header {
    top: 60px;
  }
  .banner-title {
    top: 45%;
  }
  .nav-order {
    right: 70px;
  }
  .nav-order li {
    width: 60px;
    height: 60px;
  }
  .nav-order li a img {
    max-width: 30px;
  }
  .enjoy-section .text-holder {
    padding: 30px 40px;
  }
  .mobile-image {
    top: -220px;
  }
  footer .list-inline>li {
    padding-left: 0; 
  }
  .page-two .pad30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .gr-calendar {
    bottom: -30px;
  }
  .reservation:after {
    right: -50px;
  }
  .leaf1 {
    max-width: 10%;
    right: 30px;
    bottom: 140px;
  }
  .leaf2 {
    left: 30px;
    bottom: 240px;
    max-width: 10%;
  }
  .mobile-phones {
    right: 200px;
    max-width: 20%;
    bottom: -30px;
  }
  .mushrooms {
    right: 370px;
    bottom: -50px;
  }
  .home-banner .banner-title h1 {
    font-size: 30px;
  }
  .banner-title .top20 {
    padding-top: 0 !important;
  }
.desktop {
    display: block;
}
.mobile {
    display: none;
}
}



@media (max-width: 991px) {
  .banner-title {
    top: 45%;
  }
    header {
      height: auto;
      top: 0;
      position: relative;
      background: #000;
    }
    .navbar-header {
        float: none;
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-toggle {
        display: block;
        margin-top: 30px;
        background: #fff;
        border-color: #b61c1c;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #b61c1c;
    } 
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active {
      background-color: #b61c1c;
        -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
      background-color: #fff;
        -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    .navbar-collapse {
      margin-top: 30px;
      background-color: #b61c1c;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0 -15px;
    }
    .navbar-nav>li {
        float: none;
        border-bottom: 1px solid #fff;
    }
    .navbar-nav>li:last-child {
        /*border-bottom: none;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: #fff !important;
    }
    .navbar-nav>li:hover, .navbar-nav>li:focus, .navbar-nav>li:active {
        background-color: #fff;
        -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    .navbar-nav>li:hover a, .navbar-nav>li:focus a, .navbar-nav>li:active a {
        color: #b61c1c !important;
        -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-right .dropdown-menu {
      left: auto;
      right: 0;
    }
    .navbar-brand>img {
      position: relative;
      max-width: 40%;
      top: -5px;
      float: left;
  }

  /*DROPDOWN*/
  .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .open>.dropdown-menu {
      display: block;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
  }
  .navbar-nav .open .dropdown-menu>li>a {
      line-height: 20px;
      text-align: center;
  }
  .dropdown-menu {
    margin-top: 0px !important;
  }
  .navbar-nav .dropdown-menu>li>a {
    border-bottom: 1px solid #b61c1c;
  }
  .navbar-nav .dropdown-menu>li>a {
      font-size: 16px;
  }
  
  .home-banner .banner-title {
    top: 20%;
  }
  .leaf {
    bottom: 340px;
  }
  .leaf2 {
    bottom: 500px;
  }
  .mobile-phones {
    right: 100px;
    max-width: 30%;
    bottom: -20px;
  }
  .mushrooms {
    right: 320px;
    max-width: 15%;
  }
  .gr-calendar {
    bottom: -20px;
  }
  body {
    font-size: 16px;
  }
 /* .top20 {
    padding-top: 0;
  }*/
  .pad100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pad50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad30 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pad20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top50 {
    padding-top: 30px;
  }
  .bott50 {
    padding-bottom: 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  .big-bold {
    font-size: 24px;
    padding: 50px 0;
  }
  .enjoy-section .image-holder {
    text-align: center;
  }
  .enjoy h3 {
    padding: 10px 20px;
  }
  .mobile-app p {
    margin-top: 15px;
  }
  .mobile-image {
    top: -130px;
  }
  .mobile-image img {
    max-width: 80%;
  }
  .newsletter .form-control {
    padding: 20px;
  }
  .red-btn {
    padding: 10px;
    font-size: 16px;
  }
  .feature1 .image-holder {
    min-height: 70px;
    margin-top: 10px;
  }
  .feature1 p {
    margin-bottom: 10px;
  }
  .foot-center {
    text-align: center;
  }

  .page-two .banner-title {
    top: 30%;
  }
  .taxi-list li {
    display: block;
  }
  .dashes {
    display: none;
  }
  .nav-order {
    right: 60px;
    bottom: -15px;
  }
  .nav-order li {
    width: 55px;
    height: 55px;
  }
  .nav-order li a img {
    padding-top: 12px;
    max-width: 50%;
  }
  .nav-tabs li .image-holder {
    min-height: 60px;
  }
  .nav-tabs li p {
    margin: 10px 0 20px;
  }
  .pizza-name {
    margin-left: 5px;
  }
  .responsive-br {
    display: block;
  }
  .feature2 span {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .mar-l-20 {
    margin-left: 6px;
  }
  .order-details {
    float: left;
    margin-bottom: 15px;
  }


  .tijesto .image-holder {
    background-size: contain;
  }
  .tijesto .text-holder, .text-holder h3 {
    min-height: auto;
    text-align: center;
  }
  .mobile-tijesto {
    display: block;
  }
  .desktop-tijesto {
    display: none;
  }

  .form-group {
    margin-bottom: 0;
  }

  .mobile-center {
    text-align: center;
  }
  .big-text {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .footer-menu {
    margin: 0 !important;
  }
  .footer-menu li a {
    padding-top: 0;
    padding-bottom: 0;
    color: #333 !important;
  }
/*  .no-padd {
    padding-left: 15px;
    padding-right: 15px;
  }*/
  .form-control, .contact-form .btn, select, .contact-form textarea {
    font-size: 16px;
  }

  .gr-calendar {
    right: 10%;
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .contact-form .form-control {
    margin-bottom: 10px;
  }
  .contact-form .top20 {
    padding-top: 0;
  }
  .contact-form textarea {
    margin: 5px 0 15px;
  }
  .price p {
    padding: 0 5px;
  }
.big-tel {
  font-size: 28px;
  font-family: 'Avenir-Next-Bold', sans-serif;
  text-align: center;
  padding-top:25px;
  padding-bottom:25px;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
}


@media (max-width: 767px) {
  .banner-title {
    top: 25%;
  }
  .black-menu-tab li a {
    font-size: 20px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px;
  }
  .navbar-nav .dropdown-menu>li>a {
    font-size: 15px;
  }
  .mushrooms {
    right: auto;
    left: 120px;
    bottom: -20px;
  }
  .mobile-phones {
    right: 30px;
  }
  .leaf2 {
    bottom: 200px;
  }
  .home-banner .banner-title {
    top: 15%;
    z-index: 6;
  }
  .home-banner .banner-title h1 {
    font-size: 28px;
  }
  .page-two .banner-title {
    top: 10px;
  }
  .page-two .banner-title h1 {
    margin-bottom: 0;
  }
  .page-three .list-inline li {
    display: block;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .navbar-header {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-brand>img {
    max-width: 40%;
  }
  .big-bold {
    font-size: 20px;
    padding: 30px 0;
  }
  .enjoy-section .text-holder {
    padding: 20px 0;
  }
  .bott50 {
    padding-bottom: 10px;
  }
  .mobile-app, .mobile-app h2 {
    text-align: center;
  }
  .mobile-image {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer .pad20 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .foot-center {
    padding-top: 15px;
  }

  .owl-page {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .images-slider .owl-pagination {
    bottom: 15px;
  }
  .big-text{
    font-size: 16px;
  }
  .pad100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pad50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .copyright {
    font-size: 14px;
  }


  .nav-order {
    bottom: -10px;
  }
  .nav-order li {
    width: 40px;
    height: 40px;
  }
  .nav-order li a img {
    padding-top: 10px;
    max-width: 45%;
  }
  .nav-tabs li .image-holder {
    min-height: auto;
  }
  .nav-tabs li p {
    margin: 10px 0;
  }
  .nav-tabs li .image-holder img {
    margin-top: 0;
  }
  .mob20 {
    margin-top: 20px;
  }
  .page-two h2 {
    margin-bottom: 0;
  }
  .panel-heading {
    padding: 10px 5px;
  }
  .options label {
    display: block;
  }
  .mar-l-20 {
    margin-left: 0; 
  }
  .amount select {
    margin-top: 5px !important;
  }
  .amount select, .amount .btn {
    display: block;
    margin: auto;
    float: none;
  }
  .responsive-br {
    display: none;
  }
  .mob-br {
    display: block;
  }
  .page-two .feature2 .image-holder {
    min-height: 60px;
  }
  .feature2 span {
    font-size: 16px;
  }



  .gr-calendar {
    width: 40px;
    height: 40px;
    font-size: 20px;
    bottom: -10px;
  }
  .gr-calendar i {
    padding-top: 8px;
  }
  .gmap {
    height: 350px;
  }

  .menu-side h6, .price {
    margin: 10px 0 2px;
  }
  .jumbo {
    margin-top: -30px;
  }
  .no-jam-mob {
    display: none;
  }
.big-tel {
  font-size: 28px;
  font-family: 'Avenir-Next-Bold', sans-serif;
  text-align: center;
  padding-top:25px;
  padding-bottom:25px;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
}



@media (max-width: 479px) {
  .black-menu-tab li a {
    font-size: 18px;
  }
  .home-banner .banner-title h1 {
    font-size: 20px;
  }
  .mobile-phones, .mushrooms {
    display: none;
  }
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .big-bold {
    font-size: 18px;
    padding: 20px 0;
  }
  .pad100 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pad50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .newsletter .form-control {
    padding: 15px;
  }
  .total-width {
    width: 100%;
    text-align: center;
  }
  .red-btn {
    padding: 10px 20px;
    font-size: 15px;
    width: auto;
    margin-top: 10px;
  }
  .feature1 .image-holder {
    min-height: auto;
    margin-bottom: 15px;
  }


  .banner-title {
    top: 30%;
  }
  .page-two .banner-title {
    top: 30px;
  }
  .owl-pagination {
    display: none;
  }
  .big-text {
    margin-bottom: 30px;
  }
  .page-two .feature2 .image-holder {
    min-height: auto;
    margin: 10px 0 ;
  }
  .nav-tabs li p {
    margin: 10px 0 0;
  }
  .mob-bot10 {
    margin-bottom: 10px !important;
  }
  .menu-order img, .pizza-name {
    text-align: center;
    display: block;
    margin: auto;
  }
  .launch-set {
    float: none;
  }
  .pizza-name {
    margin: 10px;
  }
  .options label {
    float: left;
  }
  .amount select, .amount .btn {
    margin: 0;
    margin-top: 5px;
  }
  .responsive-br, .mob-br {
    display: none;
  }

  .tijesto h3 {
    margin-bottom: 10px;
  }
  .tijesto .text-holder {
    padding: 15px;
  }
  .contact-form .total-width {
    text-align: left;
  }
  .gmap {
    height: 250px;
  }

  .form-control, .contact-form .btn, select, .contact-form textarea {
    font-size: 15px;
  }
.big-tel {
  font-size: 28px;
  font-family: 'Avenir-Next-Bold', sans-serif;
  text-align: center;
  padding-top:25px;
  padding-bottom:25px;
}
.desktop {
    display: none;
}
.mobile {
    display: block;
}
}


