/**** Project: Rice House of Kabob  ***/
/**** Design: Flaviu Mates ****/
/**** Date: 05.24.2016 *******/
/* BASE - Base Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/* Mixins */
/* MODULES - Re-usable web-app elements.
========================================================================== */
/* Form, input, select, button */
/* Form
========================================================================== */
.form-control {
  box-shadow: 0px 2px 0px #ddd; }
  .form-control:focus {
    box-shadow: 0px 2px 0px #ddd;
    outline: 0; }

.input-group .form-control {
  z-index: 3; }

/* Buttons
========================================================================== */
.btn {
  font-weight: 700;
  padding: 7px 25px;
  font-size: 13px;
  letter-spacing: 0.5px; }

.btn-default {
  background: #19a5d9;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0px #1589b4;
  text-shadow: 0px 1px 1px #137ba2; }

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
  background: #1694c2;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn-primary {
  background: #14718a;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0px #0f5466;
  text-shadow: 0px 1px 1px #0c4555; }

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background: #115f74;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn-primary:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px); }

.btn-default-line {
  border: 1px solid #19a5d9;
  color: #19a5d9;
  border-radius: 0px; }
  .btn-default-line:hover {
    background: #19a5d9;
    color: #fff; }

/* Layers */
.bg-grey {
  padding: 60px 0;
  background: #f2f2f2; }

.bg-white {
  padding: 60px 0;
  background: #fff; }

.bg-image {
  background: url(../images/img3.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .bg-image .bg-image-container {
    padding: 30px 25px;
    background: rgba(25, 165, 217, 0.9);
    color: #fff; }
    .bg-image .bg-image-container h2 {
      color: #fff; }
      .bg-image .bg-image-container h2:before {
        background: #fff; }
    .bg-image .bg-image-container .home-news {
      margin: 30px 0; }
      .bg-image .bg-image-container .home-news .news-date, .bg-image .bg-image-container .home-news .news-author {
        padding-right: 25px;
        font-size: 13px;
        color: #cfcfcf; }
        .bg-image .bg-image-container .home-news .news-date i.fa, .bg-image .bg-image-container .home-news .news-author i.fa {
          padding-right: 8px;
          color: #14718a; }
      .bg-image .bg-image-container .home-news h4 {
        margin-bottom: 15px; }
      .bg-image .bg-image-container .home-news p {
        color: #cfcfcf; }
      .bg-image .bg-image-container .home-news:first-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #cfcfcf; }

/* Boxes */
.box-simple {
  text-align: center;
  margin: 20px 10px 0; }
  .box-simple i.fa {
    font-size: 50px;
    color: #19a5d9;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    .box-simple i.fa:after {
      content: '';
      width: 70px;
      height: 70px;
      background: #19a5d9;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      margin-top: -35px;
      z-index: -1;
      left: 50%;
      margin-left: -35px;
      -webkit-transition: 0.2s ease-in;
      -moz-transition: 0.2s ease-in;
      -ms-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .box-simple:hover i.fa {
    color: #fff; }
    .box-simple:hover i.fa:after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .box-simple h3 {
    font-size: 1.4em;
    font-weight: 600;
    font-style: italic;
    color: #222;
    text-shadow: 0 1px 1px #fff; }
  .box-simple p {
    line-height: 22px;
    font-size: 0.9em;
    color: #666;
    min-height: 135px;
    text-align: justify;
    margin-bottom: 20px; }

.box.box-top {
  margin-top: -20px; }

/* Text Image */
.text-image img {
  display: inline-block;
  margin-top: -5px; }

/* GENERAL
========= */
* {
  outline: 0 !important; }

body, html {
  height: 100%;
  font-family: "Lato", "Helvetica Neue", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

a {
  color: #19a5d9; }
  a:hover {
    color: #1694c2; }

/* HEADER
========= */
/* NAV
========= */
nav .navbar-default {
  background: transparent;
  border: 0; }
nav .top-nav {
  background: #333; }
  nav .top-nav .nav li a {
    padding: 5px 12px;
    color: #bbb;
    font-size: 12px; }
    nav .top-nav .nav li a:hover {
      color: #ccc;
      background: rgba(255, 255, 255, 0.1); }
    nav .top-nav .nav li a i.fa {
      color: #1a95b7; }
      nav .top-nav .nav li a i.fa.fa-mobile, nav .top-nav .nav li a i.fa.fa-shopping-cart {
        padding-right: 10px; }
  nav .top-nav .nav li.line {
    height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 10px; }
nav .bottom-nav {
  background: #fff;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  transition-delay: 0s;
  border-bottom: 1px solid #e7e7e7; }
  nav .bottom-nav .container {
    position: relative; }
  nav .bottom-nav .navbar-brand {
    width: 240px;
    padding: 5px 0; }
  nav .bottom-nav .navbar-nav li a {
    font-weight: 600;
    font-size: 13px;
    padding: 23px 15px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    margin: 0 1px;
    color: #555; }
    nav .bottom-nav .navbar-nav li a:hover {
      border-top: 2px solid #19a5d9;
      border-bottom: 2px solid #19a5d9;
      color: #19a5d9; }
  nav .bottom-nav .navbar-nav li.active a {
    border-top: 2px solid #19a5d9;
    border-bottom: 2px solid #19a5d9;
    color: #19a5d9;
    background: transparent; }
    nav .bottom-nav .navbar-nav li.active a:hover {
      background: transparent;
      color: #19a5d9; }
  nav .bottom-nav .order-type {
    position: absolute;
    right: 0;
    top: 100%;
    background: #14718a;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    transition-delay: 0.2s;
    -webkit-transform: translateY(-151px);
    -moz-transform: translateY(-151px);
    -ms-transform: translateY(-151px);
    transform: translateY(-151px); }
    nav .bottom-nav .order-type a {
      display: block;
      color: #fff;
      padding: 2px 0;
      margin: 4px 0;
      font-size: 15px;
      text-decoration: none;
      opacity: 0.6; }
      nav .bottom-nav .order-type a:hover {
        opacity: 1; }
      nav .bottom-nav .order-type a i.fa {
        margin-right: 8px;
        width: 22px;
        text-align: center; }
    nav .bottom-nav .order-type .open-order {
      cursor: pointer;
      margin: 10px -15px 0;
      padding: 5px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      background: rgba(0, 0, 0, 0.1); }
    nav .bottom-nav .order-type.order-type-opened {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      nav .bottom-nav .order-type.order-type-opened .open-order {
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
        nav .bottom-nav .order-type.order-type-opened .open-order i.fa:before {
          content: '\f106'; }

body.header-top nav .bottom-nav {
  background: transparent;
  transition-delay: 0.4s; }
  body.header-top nav .bottom-nav .order-type {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    body.header-top nav .bottom-nav .order-type .open-order {
      opacity: 0;
      visibility: hidden; }

/* Carousel
========= */
.carousel.slick-slider {
  margin-bottom: 0; }
.carousel .slick-slide {
  max-height: 600px;
  max-height: 100vh;
  position: relative; }
.carousel .slick-prev, .carousel .slick-next {
  z-index: 2;
  background: rgba(20, 113, 138, 0.3);
  height: auto;
  width: 40px;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }
  .carousel .slick-prev:before, .carousel .slick-next:before {
    font-size: 40px; }
  .carousel .slick-prev:hover, .carousel .slick-next:hover {
    background: rgba(20, 113, 138, 0.7); }
.carousel .slick-next {
  right: 0; }
.carousel .slick-prev {
  left: 0; }
.carousel .slick-dots {
  bottom: 10px; }
  .carousel .slick-dots li.slick-active button:before {
    color: #19a5d9; }
.carousel .carousel-text {
  position: absolute;
  bottom: 300px;
  bottom: 30vh;
  width: 100%;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5); }
  .carousel .carousel-text h2 {
    font-family: 'Kaushan Script';
    font-size: 50px;
    color: #19a5d9; }
  .carousel .carousel-text p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px; }
  .carousel .carousel-text big {
    font-size: 30px;
    margin-top: 30px;
    display: block; }

/* FOOTER
========= */
footer {
  background-color: #333;
  color: #fff;
  border-top: 10px solid #12667d; }
  footer a {
    color: #3cbae9; }
  footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;}
    footer .footer-bottom .copyright a {
      margin-left: 30px;
      display: inline-block; }
  footer .footer-top {
    padding: 15px 0; }
    footer .footer-top ul {
      margin-top: 20px;
      padding-left: 0; }
      footer .footer-top ul li {
        list-style: none;
        padding: 3px 0; }
        footer .footer-top ul li a {
          color: #fff; }
          footer .footer-top ul li a i.fa {
            padding-right: 10px; }

.social-round {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  background: #19a5d9;
  display: inline-block;
  padding-top: 3px;
  color: #fff; }
  .social-round:hover {
    background: #1589b4;
    color: #fff; }

/* WRAPPER
========= */
.bg-orange {
  background: #19a5d9;
  color: #fff;
  padding: 30px 0; }
  .bg-orange .bg-icon {
    font-size: 150px;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    margin-top: -35px; }
  .bg-orange h2 {
    margin-top: 0; }
  .bg-orange p span {
    font-style: italic; }
  .bg-orange p .btn-default-line {
    color: #fff;
    border: 2px solid #fff;
    margin-top: -25px; }
    .bg-orange p .btn-default-line:hover {
      background: #fff;
      color: #19a5d9; }
  .bg-orange a {
    color: #25b8df; }

/* Homepage
========= */
.img-text {
  margin-top: 40px;
  text-align: center;
  display: block;
  color: #333; }
  .img-text .it-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: auto;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out; }
    .img-text .it-img img {
      height: 100px;
      max-width: initial;
      margin-left: -30px; }
  .img-text h2 {
    font-size: 18px; }
  .img-text p {
    font-size: 13px;
    color: #666; }
  .img-text:hover {
    text-decoration: none;
    color: #333; }
    .img-text:hover .it-img {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      transition-delay: 0s; }
    .img-text:hover h2 {
      color: #19a5d9; }

.lg-boxes a, .lg-boxes > span {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  min-height: 300px; }
.lg-boxes .lg-box {
  padding: 90px 20px;
  text-align: center;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  /*&:after {
      content: '';
      background: rgba(0,0,0,0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      @include transition(0.2s ease-out);
  }
  &:before {
      content: 'ORDER NOW';
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 100%;
      text-align: center;
      font-family: $specialFontFamily;
      opacity: 0;
      @include transition(0.2s ease-out);
  }*/ }
  .lg-boxes .lg-box .log-box-text {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
  .lg-boxes .lg-box p {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 0; }
  .lg-boxes .lg-box h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 40px; }
  .lg-boxes .lg-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: initial;
    z-index: -1; }
  .lg-boxes .lg-box span {
    display: inline-block;
    padding: 2px 10px; }
.lg-boxes a:not(.lg-box-color) .lg-box span {
  background: #14718a;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  .lg-boxes a:not(.lg-box-color) .lg-box span i.fa {
    padding-right: 8px;
    opacity: 0.6; }
.lg-boxes a:not(.lg-box-color):hover .lg-box .log-box-text {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }
.lg-boxes a:not(.lg-box-color):hover .lg-box:after {
  background: rgba(0, 0, 0, 0.4); }
.lg-boxes a:not(.lg-box-color):hover .lg-box:before {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 1; }
.lg-boxes .lg-box-color {
  background: #14718a; }

.blog-home {
  margin-top: 40px;
  text-align: center;
  padding: 0 35px; }
  .blog-home .blog-home-date {
    color: #888;
    margin: 15px 0;
    display: block; }
    .blog-home .blog-home-date i.fa {
      padding-right: 8px; }
    .blog-home .blog-home-date .blog-home-from {
      padding-left: 20px; }

/* Modal
========= */
#modal-map .modal-content {
  background: transparent;
  box-shadow: none;
  color: #fff;
  border: 0; }
  #modal-map .modal-content .modal-body {
    padding: 15px 0; }
    #modal-map .modal-content .modal-body .close {
      color: #fff;
      opacity: 1;
      margin-top: 25px;
      text-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
    #modal-map .modal-content .modal-body h2 {
      text-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
#modal-map #map-container {
  width: 100%;
  border: 0;
  min-height: 500px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background: #000; }

.modal-backdrop.in {
  opacity: 0.7; }

/*# sourceMappingURL=style.css.map */

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
.image-right {
	float:right;
	margin:	0 0 10px 10px;
}
.image-center {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.footer-top .follow-us {text-align:right;}
footer .copyright {float:left}
footer .powered {float:right}

@media screen and (max-width:420px) {
	.image-left, .image-right {
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:10px;
		display:block;
	}
}

@media screen and (max-width: 768px){
	.order-type {display:none;}
	
	.footer-top .follow-us { text-align:center;}
	.footer-top .google-badge {
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	footer .copyright, footer .powered {float:none;}

	footer .footer-bottom {text-align:center}
	
	.bg-orange p .btn-default-line {
    color: #fff;
    border: 2px solid #fff;
    margin-top: 25px;
    margin-right: 50px;
	}
	
	nav .bottom-nav .navbar-brand {
		width: 145px;
		padding: 5px 0;
	}

	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 7px 7px;
		margin-top: 9px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	
	nav .bottom-nav .navbar-nav li a {
		font-weight: 600;
		font-size: 13px;
		padding: 10px 15px;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		margin: 0 1px;
		color: #555;
	}
	
	.navbar-nav {
		margin: 1.5px -15px;
	}

	nav .bottom-nav .navbar-nav li.active a {
		border-top: 2px solid #19a5d9;
		border-bottom: 2px solid #19a5d9;
		color: #19a5d9;
		background: transparent;
		margin-left: 10px;
	}
}

.breadcrumbs_block {
	background-color: #0087bf;
    padding: 25px 30px;
    margin-bottom: 30px;
	color: #FFF;
}

.breadcrumb {
	padding: 12px 25px;
	background:none;
	margin:0;
}

.breadcrumb li a {color:#FFF;}
.breadcrumbs_block h2 {
    margin: 4px 0px;
    color: #FFFFFF;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}

.fancy-title.title-bottom-border h3 {
	display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #0087bf;
}

ul.external-links li {list-style: none; margin-bottom: 7px;}
ul.external-links li:before {
    content: "\e095";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}