/*
font-family: 'Baloo 2', cursive;
*/

body,html{
	height: 100%;
	font-family: 'Baloo 2', cursive;
	font-size: 14px;
}
html {
  scroll-behavior: smooth;
}
a {
	color: #5091cd;
}
a:hover {
	text-decoration: none;
}
.btn {
	background: #4f90cd;
	color: #fff;
}
.item-page {
	min-height: 100vh;
}
.bg-light {
    background-color: #ffffff!important;
	box-shadow: 0 0 5px black;
}
.logo {
	height: 70px;
}
.sak {
	height: 65px;
    padding-left: 20px;
    padding-right: 20px;
}
.dropdown, .dropleft, .dropright, .dropup {
    padding: 5px 15px 0 15px;
}
.nav-link .fa, .nav-link .fas {
    font-weight: 700;
    display: inline;
    font-size: 15px;
    padding-bottom: 5px;
    text-align: center;
}
.nav-item {
	margin-right: 2px;
}
.first{
	border-bottom: 2px solid #ff57fc;
}
.second{
	border-bottom: 2px solid #ec1b5a;
}
.third{
	border-bottom: 2px solid #ffc107;
}
.forth{
	border-bottom: 2px solid #314190;
}
.fifth{
	border-bottom: 2px solid #279636;
}
.sixt{
	border-bottom: 2px solid #45bafe;
}
.dropdown-toggle .fa, .dropdown-toggle .fas {
    font-weight: 700;
    display: inline;
    font-size: 15px;
    padding-right: 5px;
    text-align: center;
}
.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
.dropdown-menu {
    border: 0px;
    border-radius: 0;
}
/* </mega menu> */
/* <carousel> */

.b-0 {
    bottom: 0;
}
.navbar .navbar-brand {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Lobster', cursive;
    color: #c926c1;;
    font-size: 30px;
}
a.navbar-brand small {
  display: block;
  padding-top:0px;
  font-family: 'Baloo 2', cursive;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* </carousel> */
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.first-links {
	padding-top: 10px;
}
.first-links a {
    color: #fff;
    }

.links li {
    width: 12%;
    float: left;
    margin: 0.25%;
    background: red;
    text-align: center;
    height: 100px;
}
.links li:hover {
    background: green;
}

.first-links ul {
    padding-left: 0;
    list-style: none;
	width: 100%;
}
.first-links .fa, .first-links .fas {
    font-weight: 700;
    display: block;
    font-size: 33px;
    padding: 15px;
    text-align: center;
}
.page-header h1 {
	font-weight: 300;
	text-align: center;
}

.page-header h2 {
    font-size: 26px;
    font-weight: 300;
}
.lead {
	font-weight: 300;
	font-size: 1.5rem;
	text-align: center;
}
.item img {
    display: block;
    max-width: 100%;
    height: auto;
	
}

@media (min-width: 1200px){
.span4 {
    width: 33%;
    float: left;
    padding: 1pc;
}}
.item-image {
	height: 200px;
    overflow: hidden;	
}
.partners {
	background:#fff;
	border-top: 1px solid #ccc;
}
.site-footer {
	background: #2d2366;
	color: #fff;
	font-size: 15px;
    font-weight: 300;
	padding-top: 30px;
}
.site-footer h3 {
	color: #fff;
	font-size: 22px;
	    padding-bottom: 10px;
	font-weight: 300;
}
.site-footer a {
	color: #fff;
}
.items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.items li {
    margin-bottom: 10px;
    padding: 0;
}
.logo-footer {
	padding-bottom: 30px;
    width: 170px;
}
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -20%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #5091cd;
    border-color: #ddd;
    padding: 10px;
    margin-bottom: 2px;
}
.panel-title a {
	color: #fff;
	font-size: 16px;
	padding-bottom: 0px;
}
.panel-title h4 {
	padding-bottom: 0px;
}

@media (min-width: 768px){
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;

}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 1px solid #ccc;
}

}
.dropdown-menu a:hover{
	text-decoration: underline;	
}
.categories-list h3 {
    font-size: 26px;
    font-weight: 300;
}
@media (min-width: 1200px) {
  .span6 {
    width: 50%;
	float: left;
	padding: 1pc;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
  .span6 {
    width: 100%;
  }
}
.items-more .nav {
    display: inline-block;
	font-size: 17px;
    font-weight: 300;
}
.nav-tabs {
    border-bottom: 0px;
}
.items-more ol > li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.7em;
    border: 0.35em solid transparent;
    border-left-color: #5091cd;
}
.item-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.7em;
    border: 0.35em solid transparent;
    border-left-color: #5091cd;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
}
.search .element-invisible {
	display: none;
}
.rl_tabs .nav-tabs>li>a {

    border-radius: 0px;
}
ul.nav-tabs>li>active {
    margin: 0 0 -1px!important;
    padding: 0!important;
    list-style: none!important;
    background: 0 0!important;
    overflow-y: visible!important;
}
.visite-card {
	width: 33%;
    display: inline-block;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.contact-logo {
    width: 85px;
}

hr.red {
    border-color: #ba2222;
}
hr {
    border-color: #000;
    border-width: 3px;
    max-width: 50px;
}
.red {
    color:#ba2222;
}
section {
    padding-top: 65px;
    width: 100%;
}
.highlight-info {
    background: url(../images/mezera.jpg) center fixed;
    background-size: cover;
    height: 300px;
}
.text-animation {
    padding-top: 130px;
}
.backdark{
   background-color: rgba(0, 0, 0, 0.7);
   min-height: 50px;
   font-size:  25px;
   color: #fff;
   text-shadow: 0 1px 3px rgba(1,1,1,1);
   width: auto;
   padding: 10px;
}

@media only screen and (min-width: 998px) {
.backdark{
   background-color: rgba(0, 0, 0, 0.7);
   min-height: 60px;
   font-size: 50px;
   color: #fff;
   text-shadow: 0 1px 3px rgba(1,1,1,1);
   width: auto;
   padding: 10px;
}
}
.mapa {
	padding-top: 70px;
}
.news {
	padding-top: 70px;
}
.card-title {
	font-size: 18px;
    padding-top: 10px;
    font-weight: 500;
	text-align: center;
	color: #000;
	height: 50px;
}
.car-price {
	font-size: 25px;
	font-weight: 700;
	color: #ba2222;
	text-align: center;
}
#cars {
	padding-top: 80px;
	padding-bottom: 20px;
}
.card-body {
	color: #000;
}
.pomlka {
	color: #ba2222;
	font-weight: 500;
	font-size: 20px;
}
.red-box {
	background: #ba2222;
	color: #fff;
	font-weight: 300;
    font-size: 17px;
}
.info-text {
	padding: 10px 10px 1px 10px;
}
.shadow-inner {
    -webkit-box-shadow: inset 0rem 0rem 2.5rem rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0rem 0rem 2.5rem rgba(0,0,0,0.3);
    box-shadow: inset 0rem 0rem 2.5rem rgba(0,0,0,0.3);
}
.bg-faded {
    background-color: #ebebeb;
}

.loga {

}
.img-box {
	padding-top: 10%;
    padding: 20%;
}
.card .image-wrapper {
	height: 203px;
}
.card h2, .card .h2 {
    font-size: 25px;
	font-weight: 300;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.blog h2, .blog .h2 {
	text-align: center;
}
.nav-tabs a {
    color: #000;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
	background-color: rgba(231, 222, 210, 0.54);
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    background-color: #fff;
    color: #000;
}
.nav-tabs>li>a {
    border: 1px solid #fff;
}
.nav>li>a {
    position: relative;
    display: inline-block;
    padding: 5px 5px;
}
.tab-content{
    padding-top: 20px;
}
.launch {
    margin: 0px;
	padding-top: 10px;
	font-size: 18px;
	
}
.menu-head  {
    margin: 0px;
	padding-top: 10px;
	text-transform: uppercase;
}
.restaurant_menu__list {
  /* Just for this example */
  list-style: none;
  padding: 0;
  padding-bottom: 20px;
  min-width: 200px; /* For mobile devices */ 
}
.alarm {
    color: #cb3304;
}
.description{
    font-size: 13px;
}

.restaurant_menu__row_pizza {
  position: relative;
  float: left;
  line-height: 1.2em;  
  color: #cb3304;
  margin: -.9em 0 0 0;  
  width: 100%;
  text-align: left;  
}
.restaurant_menu__row_soup {
  position: relative;
  float: left;
  line-height: 1.2em;  
  color: #000;
  margin: -.9em 0 0 0;  
  width: 100%;
  text-align: left;  
}

.restaurant_menu__meal {
  padding-right: 3em; /* Custom number for space between text and right side of .restaurant_menu__row; must be greater than .restaurant_menu__price max-width to avoid overlapping */
}

.restaurant_menu__meal span {
  margin:0;
  color: #000;
  position:relative;
  top: 1.6em;
  padding-right:5px; /* Custom number for space between text and dotted line */
}

.restaurant_menu__price {  
	padding:1px 0 1px 5px;
	position:relative;
	top:.4em;
	left:1px;/* ie6 rounding error*/
	float:right;
}
.nav-rodice>li>a{
   color: #fff;
}
.nav-rodice>li>a:hover {
   color: #000;
}
.nav-pills {
    display: flex;
    justify-content: center;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #000000;
}
.nav-pills>li>a {
    border-radius: 0px;
	font-size: 12px;
	border: 1px solid #ccc;
}
/** gallery **/
.crop{
    object-fit: cover;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
	margin: 5px;
}
.padding15 {
   padding-left: 0px;
   padding-right: 25px;
}
.newsflash-image img {
	width: 200px;
    float: left;
    margin: 10px;
    display: block;
}


