/* @override 
	http://butler.local/njami-sushi.si/code/html/njami-sushi.si
	http://butler.local/njami-sushi.si/code/html/njami-sushi.css
	http://butler.local/njami-sushi.si/code%20v2/html/njami-sushi.css
	http://nessie.local/Work/njami-sushi.si/code%20v2/html/njami-sushi.2.css */


/* RESET */
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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}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}

/* Clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {clear:both;}
.cf { zoom:1;}

/* Base Style */
body {
    font: 13px/1.3 "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #111;
    margin: 0;
    padding: 0;
      background: url(img/bg.png) #fff;
/*    -webkit-transform-style: preserve-3d;*/
    -webkit-font-smoothing: antialiased;
}

a{color:#AAA; 
  -webkit-transition-duration: 0.5s}
a:hover{color:#CCC}



/* HERE WE GO */


#intro {
  text-align: center;
}

#logo {
  display: none;
  position: absolute;
}

.curtains {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: none;
}

.curtains>div {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url(img/bg.png) #fff;
}

/*
.curtains>div:nth-child(2n+1) {
    background-image: url(img/bg2.png);
}
*/

#shogun {
  background-color: #3689BB; 
/*  #A69076;*/
}

#geisha {
  background-color: #FD527C;
}


#samurai {
  background-color: #93A603;
}

#ninja {
  background-color: #362B24;
}

/* @group sushi elements */

#mainmenu {
  z-index: 100;
/*  position: fixed;*/

  background: url(img/logo2.png) no-repeat top center;
  padding-top: 180px;
  position: absolute;
  top:250px;
  text-align: right;
  left: 40px;
  display: none;
  text-transform: uppercase;
}

#mainmenu li {
}

#mainmenu button, #total {
    display: block;
    /*height: 30px;*/
    width: 160px;
    line-height: 20px;
    background-color: transparent;
    position: relative;
    text-align: center;
    color: #111;
    text-decoration: none;
    border:0;
    cursor:pointer;
    margin-top: 1px;
    
    font-family: "domus-titling-web",sans-serif;
    font-style: normal;
    font-weight: 300;
    
    font-size: 18px;
    
    text-transform: uppercase;
    
}

#mainmenu button:hover {
  color: #000;  
}


#total {
/*  border-top: 1px solid #ccc;*/
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px solid #333;
  display: none;
} 

#total span {
  display: block;
}


#total button {
  display: none;
}

.totalline {
  display: block;
  margin-bottom: 10px !important;
  line-height: 14px;
}


h2 {
  text-transform: uppercase;
  font-family: "domus-titling-web", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  margin: 0;
}


h3 {
  text-transform: uppercase;
  font-family: "domus-titling-web", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 10px 0;
  
  color: black;
}

h4 {
  font-family: "domus-titling-web", sans-serif;

  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 ;
  
  color: black;
}

.price {
  position: relative;
  top: -75px;
  font-size: 18px;
  
  background: yellow;
  padding: 0 4px 5px 4px;
  display: inline-block;
  color: black;
  
  font-family: "domus-titling-web",sans-serif;
  font-style: normal;
  font-weight: 400;
}


.info {
  position: relative;
  top:  -20px;
}

/*
.info span {
  background-color: #fff;
}
*/

.ps {
  font-size: 12px;
}

img.back{
    position:absolute;
    z-index: -1;
    top:-100px;
    left:300px; 
    /* Preserve aspect ratio */
    min-width:100px;
    min-height:100px;
    max-width:none;
}

.sushi {
  padding-top: 350px;
  padding-left: 260px;  
}

.front {
  padding-top: 300px;
  padding-left: 260px;  
}

.front h2 {
  margin-bottom:40px;
}

.front h3 {
  font-size: 20px;
  font-weight: 300;
  color: #666;
}

.front p {
  margin-bottom: 10px;
}


.front a {
  color: #000;
  font-weight: bold;
    
}

.col {
  width: 240px;
  float: left;
}

.columns {
  margin: 40px 0;
}



.clear {
  clear:both;
}



#orderform {
  display: none;
  z-index: 1000;
  position: absolute;
  border-radius: 4px;
  width: 100%; 
  height: 100%; 
  text-align: center;
}

#orderform > div {
  padding: 20px;
  background-color: #fff;
  
  width: 400px;
  margin: 15% auto 0 auto;
  text-align: left;
  -moz-box-shadow: 0 0 20px rgba(5, 5, 5, 0.64);
  -webkit-box-shadow: 0 0 20px rgba(5, 5, 5, 0.64);
  box-shadow: 0 0 20px rgba(5, 5, 5, 0.64);
}

#orderform label {
  display: inline-block;
  width:  100px;
  text-transform: uppercase;
  font-family: "domus-titling-web",sans-serif;
  text-align: right;
  color: #666;
  margin-right: 10px;
  font-size: 11px;
}

#orderform input {
  border: 1px solid #eee;
  background-color: #eee;
  padding: 5px;
  width: 250px;
  margin: 2px 0;
}

#orderform #finalorder {
  margin-left: 110px;
  margin-top: 20px;
  font-family: "domus-titling-web",sans-serif;
  border: none;
  background: none;  
  
  font-size: 20px;  
  
  padding: 0;
  color: green;
}

#orderform #finalorder:hover,
#orderform #cancelorder:hover {
  color: red;
}

#orderform #cancelorder {
  margin-left: 110px;
  margin-top: 20px;
  font-family: "domus-titling-web",sans-serif;
  border: none;
  background: none;  
  padding: 0;
  color: #999;  
}

#orderform .closeorder {
  margin-top: 20px;
  font-family: "domus-titling-web",sans-serif;
  border: none;
  background: none;  
  padding: 0;
  color: green;
  font-size: 20px;
}

#orderform #dostava {
  width: 100px;
}

#orderform select {
  margin: 2px 0;
  width: 250px;
}

#orderform #casdostavellabel {
  width: auto !important;
  margin-left: 5px;
}

#orderform #casdostave {
    width: 80px;

}


#ordererror, #orderok, #processing {
  text-align: center;
  color: #666;
  display: none;
  
}

#processing {
  padding: 50px 0;
}


#list {
    font-family: "domus-titling-web",sans-serif;
    font-size: 16px;  
    padding-bottom: 50px;
    color: #999;
      font-weight: 300;
    
}

#list .listitem {
  display: inline-block;
  width: 300px;
  margin-left: 10px;
}

#list .listprice {
display: inline-block;
width: 80px;
text-align: right;
color: #333;
}


#list .listtotal {
  color:  #000;
  border-top: 1px solid #999;
  margin-top: 5px;
  font-weight: normal;
}


/*
.naroci {
  background:  url('img/icons.png') no-repeat left top;
  border: none;
  padding-left: 30px;
  padding: 5px 10px 5px 30px;
  color: #333;
  
  position: relative;
  top: -8px;
}

.naroci:hover {
  color: black;
}
*/


#footer {
  position: absolute;
  z-index: 50;
  font-size: 11px;
  margin-left: 240px;
  color: #000;
  
  padding: 5px 10px;
}


#social img {
  margin-right: 5px;
  vertical-align: bottom;
}

#social a {
  margin-right: 15px;
  text-decoration: none;
  color: #666;
}

#social a:hover {
  color: #000;
}

#social {
margin-top: 20px;
}

/* @end */

.holidays {
  border: 2px solid yellow;
  width: 550px;
  padding:  10px;
  background-color: lightyellow;
}


.holidays h3 {
  margin-bottom: 5px;
  color: red;
  
}

.holidays h4 {
  margin: 0;
}

button.naroci {
  /*display: none;*/
}

.columns {
  margin-top: 10px;
}

.moresushis { display: block; font-size: 12px; margin: 0; line-height: 14px;
color: rgba(0,0,0,0.5);
}


#sushimat {
  background-color: #eee;
  overflow: scroll;
}

#automat {
  padding-left: 250px;
  padding-top: 50px;
  padding-bottom: 40px;
}

#automat .s {
  float: left;
  width: 200px;
  height: 250px;
  margin-right: 40px;
}

#automat h3 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 5px;
}

#automat .price {
  position: inherit;
  font-size: 12px;
  display: inline;
  margin-right: 10px;
}

#automat img {
  width: 200px;
  height: 150px;
}

#automat p {
  display: inline;
  font-size: 11px;
}

#sushimat h2 {
  padding-left: 250px;
  margin: 0;
  padding-top: 50px;
}

.s .price {
  padding: 0 1px 1px 1px !important;
}

.s .buttons {
  float: right;
}

.sushi .buttons {
  width: 125px;
  text-align: right;
}

.buttons span {
  display: none;
}


.naroci,
.brisi {
  width: 26px;
  height: 26px;
  display: inline-block;
  padding: 0;
  border: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  
}

button.naroci {
  background: transparent url(img/add.png) no-repeat;
  
}

button.brisi {
  background: transparent url(img/remove.png) no-repeat;
}

button.brisi:hover, 
button.naroci:hover {
  opacity: 1.0;
}



#order,
#clearorder {
  width: 120px;
  height: 26px;
  padding: 0;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  font-weight: 400 !important;
  font-size: 12px !important;
  background: transparent url(img/orderbutton.png) no-repeat center 5px;
  display: block;
  color: white !important;
}


#clearorder {
  opacity: 0.15;
    -webkit-transition: opacity 0.2s;
  
}

#order:hover,
#clearorder:hover {
  opacity: 1.0;
}

.counter {
  width: 30px;
  height: 30px;
  overflow: hidden;
  
  position: relative;
  z-index: 2000;
  text-align: center;
  background: transparent url(img/counter.png) no-repeat;
  
  top: -160px;
  left: -160px;
  display: none;
  
}

.counter span {
  font-family: "domus-titling-web",sans-serif;

  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  color: white;
  font-size: 14px;
}

.copyright,
.copyright a {
  color: #999;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
}

.copyright a:hover {
  color: black;
}


/* ANIMATIONS */

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }

    50% {
        -moz-transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
    }

    100% {
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }
}

.counter,
.totalline {
    -webkit-animation-duration: .15s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

