/**
 * @author Design & Accessible Team ( Local Service )
 * @package Joomla
 * @subpackage Accessible-Template-Viva Olive
 * @copyright Copyright (C) 2010 - 2015 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */



html, body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}


body {
	font-family: 'Segoe Print';
	font-size: 14px;
	color: #502918;
}

img { 
	border: 0 none;
}

a {
	color: #502918;
	text-decoration: none;
}

a:hover {
	color: #502918;
}

.container {
	position: relative;
}

/*.content>.container {
	padding-top: 10px;
	padding-bottom: 50px;
}*/

.item-pagecontent-hide {
	display: none;
}
div.sigplus-gallery.sigplus-center {
	overflow-x: scroll;
}
.content img {
	width: 100%;
}
.module:after, .module:before {
	content: "";
	display: block;
	clear: both;
	float: none;
}

.module  {
	padding-top: 40px;
	padding-bottom: 40px;
}
.topmenu img.logo {
	display: none;
}
.module  .page-header {
	padding: 20px 0px 20px 0px;
}

.module .custom {
	padding: 20px 0px 20px 0px;
}

.module p{
	margin-bottom: 20px;
}

.page-header  {
	font-size: 28px;
	border-bottom: 0px solid #fff;
}

.page-header strong{
  	line-height: 1.2;
}

.blog, .item-page {
	padding-top: 20px; 
	padding-bottom: 20px; 
}
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: .8;
}
.modal-backdrop {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal.fade.in {
	top: 50%;
	transition: opacity .3s linear,top .3s ease-out;
	opacity: 1;
	display: block;
    height: 60%;
}
.modal {
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	background-color: #fff;
}
.pagination {
	flex-flow: column;
    padding-top: 20px;
}
.pagination ul {
	display: flex;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}
.pagination ul li {
	float: left;
    padding: 0 14px;
    line-height: 38px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-header {
	margin: 0px;
}

.pull-right {
	float: none;
}
.blog .items-row {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog .items-row .span6 {
	width: 50%;
}
/*begin header*/
.header {
	background-image: url('../images/header-bg.png');
	background-position: center top;
	background-repeat: repeat-x;
}
.header-inner {
	background-image: url('../images/header.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 330px;
}
.contacts-mob {
  display: none;
  }
  .contacts-mob .title {
    display: none;
  }
.contacts-mob ul {
    list-style: none;
    padding: 10px 0 0;
}
.header-inner  .container{
	text-align: center;
}
.header-inner a img {
	width: 200px;
}
/*end header*/

/*begin top menu*/
.topmenu {
	background-image: url('../images/texture-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 3px solid #f3f3e4;
	height: 88px;
	box-shadow: 0 10px 30px -10px #000;
	position: relative;
	z-index: 10;
}
.desktop-menu {
	z-index: 4;
}

.topmenu  .nav.menu >li{
	float: left;
}
.topmenu  .nav.menu >li>a{
	display: block;
    padding: 23px;
    color: #502918;
    text-decoration: none;
    font-size: 22px;
}

.topmenu  .nav.menu >li>a:hover{
	background-color: transparent;
	text-decoration: underline;
}

.topmenu .row .span3 {
	height: 88px;
	display: flex;
    position: absolute;
    right: 0;
    justify-content: flex-end;
}

.customlogo-shkvarka-lend {
	margin-top: -50px;
}
.menu-button {
	display: none;
}
/*end top menu*/

/*begin button-shkvarka-lend*/
.button-shkvarka-lend {
	transform: scale(0.9, 0.9);
	transition: all 0.5s;
}

.button-shkvarka-lend:hover {
	transform: scale(1.1, 1.1);
}
/*end button-shkvarka-lend*/

/*begin slider top*/
.module.slider-top {
	background-image: url('../images/slider-bg.png');
	background-position: left top;
	padding: 0;
}
/*end slider top*/

/*begin banner-top*/
.module.banner-top  {
	background-image: url('../images/banner-top-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
/*end banner-top*/

/*begin welcome text*/
.module.welcome {
	background-image: url('../images/texture-bg.png');
	padding-top: 100px;
	position: relative;
}

.module.welcome:before {
	display: block;
	content: '';
	background-image: url('../images/welcome-top.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 100px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
}

.module.welcome:after{
	display: block;
	content: '';
	background-image: url('../images/welcome-bottom.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

.module.welcome .page-header {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

.module.welcome .customwelcome {
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
}
/*end welcome text*/

/*begin news on main*/
.module.news{
	padding-bottom: 80px;
}

.module.news  .page-header{
	text-align: center;
}
.module.news .span6 {
	background-image: url('../images/texture-bg.png');
	position: relative;
	box-shadow: 0 45px 60px -40px #000;
}

.module.news .span6:after {
	display: block;
	content: '';
	background-image: url('../images/welcome-bottom.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}


.module.news .span6 img {
	width: 100%;
}
.newsflash {
	margin: 0 -1%;
}
.newsflash .span6 {
	width: 48%;
    margin: 0 1%;
}
.module.news  .newsflash-title.news {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.module.news  .newsflash-title.news a{
	color: #fff;
	font-size: 22px;
}

.module.news .readmore {
	display: inline-block;
	padding: 20px;
	padding-bottom: 30px;
	font-size: 18px;
}
/*end news on main*/

/*begin about*/
.module.about {
	background: url('../images/about.png') center top no-repeat, url('../images/about-bg.png');
	color: #fff;
	padding-top: 150px;
	padding-bottom: 100px;
}

.customabout {
	margin-left: 450px;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
}

.customabout a {
	color: #fff;
	text-decoration: underline;
}

.customabout a :hover{
	text-decoration: none !important;
}

.customabout p img {
	top: 100px;
  right: -50px;
  transform: scale(0.6);
  width: 200px;
  position: absolute;
}
/*end about*/

/*begin gallery main*/
.module.gallery-main{
	background-image: url('../images/texture-bg.png');
	position: relative;
	box-shadow: 0 -25px 70px -20px #000;
}

.module.gallery-main .page-header,.customgallery-main .span12 {
	text-align: center;
}

.module.gallery-main .page-header {
	margin-bottom: 30px;
}

.customgallery-main .span12 {
	padding-top: 30px;
	font-size: 18px;
}

.module.gallery-main:before{
	display: block;
	content: '';
	background-image: url('../images/gallery-top.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
}
/*end gallery main*/

/*begin menu restoran*/
.module.menu-restoran {
	background: url('../images/about-bg.png');
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

.module.menu-restoran:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 170px;
	background-image: url('../images/menu-restoran-top.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.module.menu-restoran:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 170px;
	background-image: url('../images/menu-restoran-bottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.flex-direction-nav a{
	opacity: 1 !important;
	background: url('../images/arrows.png') no-repeat 0 100% !important;
	width:120px !important;
	height:120px !important;
	top: 100px !important;
}

.flex-direction-nav .flex-next{
	background-position:100% 100% !important;
	right:-60px !important;
	transition: all 0.2s;
}

.flex-direction-nav .flex-prev{
	left:-60px !important;
	transition: all 0.2s;
}

.flex-direction-nav .flex-prev:hover{
	background-position: 0 0 !important;
}

.flex-direction-nav .flex-next:hover{
	background-position: 100% 0 !important;
}
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-position: -456px -72px;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
}
.btn {
	border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
/*end menu restoran*/

/*begin google map*/
.module.google-map {
	margin-top: 50px;
	padding: 0;
}

.module.google-map .container{
	width: 100%;
}
/*end google map*/

/*begin footer*/
.footer {
	background-color: #393b40;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #ccc;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
	margin-top: 50px;
}
ol.nav.nav-tabs.nav-stacked {
	flex-flow: column;
}
ol.nav.nav-tabs.nav-stacked li {
	border-top: 1px solid #ddd;
    padding: 8px 12px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.footer .span6 img {
	opacity: 0.5;
	transition: all 0.5s;
}

.footer .span6 img:hover {
	opacity: 1;
	cursor: pointer;
}

.footer  a {
	color: #fff;
}

.footer:before{
	display: block;
	content: '';
	background-image: url('../images/footer-top.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
}
/*end footer*/

/*begin location menu*/
/*.location {
  font-weight: bold;
  padding-left: 25px;
  
  background-repeat: no-repeat;
  background-position: 0 90%;
}*/
.mod-languages.location {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}
.mod-languages.location::before {
	background-image: url(../images/location.png);
	content: "";
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	left: -32px;
	top: 2px;
	}
.location form {
  margin: 0;
}
.location select {
  width: 125px;
}
.location select::before {

}
.location .title {
  padding-bottom: 5px;
}
.navbar .nav.menu.location a {
  padding: 25px 10px;
}
.location a,
.location a:hover {
  color: #b9865d;
}
.hide {
  display: none !important;
}
.location-selector {
  padding-top: 5px;
  font-size: 18px;
}
.location-selector .chzn-container {
  font-size: 15px;
}
/*end location menu*/

/*begin location modal*/
#location-modal {
	background-image: url(../images/location-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
  height: 401px;
  background-size: contain;
  width: 700px;
}
#location-modal button {
  background: no-repeat;
  border: navajowhite;
  font-size: 35px;
}
.modal-header {
  justify-content: flex-end;
}
#location-modal .location-wrapper{
	padding: 20px 0;
	padding-left: 55%;
	height: 180px;
}
#location-modal .location{
	position: relative;
}
#location-modal .modal-header {
	border-bottom: 0px solid #fff;
}
#location-modal .title{
	display: none;
}
#location-modal .location .chzn-container {
	width: 200px !important;
}
#location-modal .location {
	background-position: 0 100%;
}
#location-modal .location-title {
	color: #a67244;
	font-size: 24px;
	padding-bottom: 25px;
}
#location-modal .location-note {
	padding-top: 20px;
}
.clearfix::after {
  display: none;
}
div.contacts.span3 {
  align-items: center;
  z-index: -1;
}
div.contacts.span3 ul {
    list-style: none;
    background: #f5efd9;
    padding: 5px 20px;
    background-image: url(images/header.png);
    border-radius: 8px;
    margin: 5px 0 10px;
    font-weight: bold;
}
div.contacts .title {
  display: none;
}
/*end location modal*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  .mobile-menu {
  	display: none;
  }
  div.module.about .container {
  width: 940px;
  margin: auto;
  }
  div.items-leading.clearfix {
    width: 48%;
  }
   .blog .items-row .span6 {
  width: 48%; 
 }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  .mobile-menu {
  	display: none;
  }
  div.module.about .container {
  width: 940px;
  margin: auto;
  }
  div.items-leading.clearfix {
    width: 48%;
  }
   .blog .items-row .span6 {
  width: 48%; 
 }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  .mobile-menu {
  	display: none;
  }
  div.module.about .container {
  width: 940px;
  margin: auto;
  }
   .blog .items-row .span6 {
  width: 48%; 
 }
 

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .header .location {
  	position: relative;
  	margin-top: 20px;
  }
  .header-inner a img {
  	width: 150px;
  }
  .header .location {
  	padding-left: 0;
  }
  .mobile-menu {
  	display: none;
  }
  div.items-leading.clearfix {
    width: 48%;
  }
  .blog .items-row .span6 {
  width: 48%; 
 }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  div.modal-backdrop.fade.in {
  	display: none;
  }
  .header-inner {
  		background-position: 50% 0;
  }
  .header .location {
  	position: relative;
  	margin-top: 20px;
  }
  .header-inner a img {
  	width: 150px;
  }
  .header .location {
  	padding-left: 0;
  }
  .contacts-mob {
  display: block;
  }
  .contacts-mob ul {
    padding-bottom: 10px;
  }
   div.contacts.span3 {
  display: none !important;
  }

  .module.welcome {
  	padding: 120px 10px 40px;
  }
  .module.welcome .page-header {
  	margin-bottom: 20px;
  }
  .module.welcome .customwelcome {
  	font-size: 20px;
  }
  .customabout {
  	margin-left: 0;
  }
  div.footer {
  	margin-top: 50px;
  }
  .header-inner {
    height: 345px;
  }
  .newsflash {
	margin: 0;
  }
  .newsflash .span6 {
	width: 100%;
    margin-bottom: 80px;
  }
  .mobile-menu.active {
  	
    visibility: visible;
    margin-right: 0;
  }
  .topmenu {
  	margin-bottom: 30px;
  }
  .mobile-menu {
  	visibility: hidden;
  	transition: all .4s ease-in-out;
  	margin-right: -100%;
  	height: 100vh;
    background: rgba(0,0,0,.5);
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mobile-menu ul.nav.menu {
  	background-image: url(../images/header-bg.png);
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 100px;
  }
  .mobile-menu ul.nav.menu a {
  	color: #502918;
    font-size: 28px;
  }
  .menu-button {
  	justify-content: flex-end;
    display: flex;
    align-content: revert;
    margin: 21px -10px;
    z-index: 4;
  }
  #close-button {
  	position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
  }
  .desktop-menu {
  	display: none;
  }
  .topmenu .row .span3 {
    justify-content: flex-start;
  }
  .top-menu {
  	margin-bottom: 30px;
  }

 .blog, .item-page img {
	width: 100%;
 }
 .blog .items-row .span6 {
	width: 100%; 
 }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* CSS */
  div.modal-backdrop.fade.in {
  	display: none;
  }
  .topmenu .button-shkvarka-lend {
  	display: none;
  }
  .header-inner {
  		background: none;
  		height: auto;
  }
  .contacts-mob {
  display: block;
  }
  div.contacts.span3 {
  display: none !important;
  }
  .header .location {
  	position: relative;
  	margin-top: 20px;
  }
  .location-selector {
  	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .location {
  	margin-top: -3px;
  }
  .header-inner a img {
  	display: none;
  }
  .header .location {
  	padding-left: 0;
  }
  .module.welcome {
  	padding: 120px 10px 40px;
  }
  .module.welcome .customwelcome {
  	font-size: 20px;
  }
  .topmenu img.logo {
  	transition: all 0.5s;
    width: 80px;
    margin-top: 39px;
    display: block;
    position: relative;
    z-index: 6;
  }
  .module.about {
  	background-position: 80% 50%;
  }
  .customabout {
  	margin-left: 0;
  }
  .customabout p img {
  	top: 130px;
    right: -50px;
    transform: scale(0.6);
    width: 200px;
    position: absolute;
  }
  .newsflash {
	margin: 0;
  }
  .newsflash .span6 {
	width: 100%;
    margin-bottom: 80px;
  }
  .mobile-menu.active {
  	
    visibility: visible;
    margin-right: 0;
  }
  .topmenu {
  	margin-bottom: 30px;
  	height: 68px;
  }
  .mobile-menu {
  	visibility: hidden;
  	transition: all .4s ease-in-out;
  	margin-right: -100%;
  	height: 100vh;
    background: rgba(0,0,0,.5);
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mobile-menu ul.nav.menu {
  	background-image: url(../images/header-bg.png);
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 100px;
  }
  .mobile-menu ul.nav.menu a {
  	color: #502918;
    font-size: 28px;
    padding: 0 20px;
  }
   .menu-button {
  	justify-content: flex-end;
    display: flex;
    align-content: revert;
    margin: 12px -10px;
    z-index: 4;
  }
  #close-button {
  	position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
  }
  .desktop-menu {
  	display: none;
  }
  .topmenu .row .span3 {
    justify-content: flex-start;
  }

  .blog, .item-page img {
	width: 100%;
  }
  .blog .items-row .span6 {
	width: 100%;
	}

}