html > body .entry ul li {line-height: 150%;font-family: 'Bitter', serif; font-size:14px; margin-left:25px;}
html > body .entry ol li {line-height: 150%;font-family: 'Bitter', serif; font-size:14px;margin-left:25px; font-weight:bold;}
html > body .entry ol { -webkit-column-count: 2; /* Chrome, Safari, Opera */    -moz-column-count: 2; /* Firefox */    column-count: 2;}

#above { background: url("/files/above_left_bottom.png") no-repeat scroll 0 bottom, url("/files/avobe_middle_right.png") no-repeat scroll right 500px, url("/files/above_top_right.png") no-repeat scroll right 0px, rgba(0, 0, 0, 0) url("/files/above_top_left.png") no-repeat scroll 0 0;
min-height: 1100px; display: block !important; position: absolute !important; width: 100% !important; z-index: -1 !important;}


/* ----- Login page ----- */
body.login {height: auto; background: #141b1e; background: -moz-linear-gradient(top,  #141b1e 0%, #182133 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141b1e), color-stop(100%,#182133));
background: -webkit-linear-gradient(top,  #141b1e 0%,#182133 100%); background: -o-linear-gradient(top,  #141b1e 0%,#182133 100%); background: -ms-linear-gradient(top,  #141b1e 0%,#182133 100%); background: linear-gradient(to bottom,  #141b1e 0%,#182133 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141b1e', endColorstr='#182133',GradientType=0 );}
body.login #wp-submit, input.button-primary {border-color: #0C5173;}
#login {width: 300px; padding: 50px; margin: 10% auto 2%; background: rgba(255,255,255, .9); border-radius: 10px;}
.login h1 a {background-size: 140px 20px;}
.login form {background: #fff; border-radius: 10px;}

h1,h2,h3,h4,p,td {font-family: 'Bitter', serif;}

/* ----- Header ----- */
/* ----- Top -------- */

#top .widgettitle {display:none;}

.pslideshow-container {float:right; box-shadow:0 4px 10px 0 #000;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.pslideshow-container img {-webkit-border-bottom-right-radius: 9px;-webkit-border-bottom-left-radius: 9px;-moz-border-radius-bottomright: 9px;-moz-border-radius-bottomleft: 9px;border-bottom-right-radius: 9px;border-bottom-left-radius: 9px;}

.pslideshow-container .pslideshow {     overflow: visible!important;}

.slidetextholder {    background: url("/files/slide_h1_bg.jpg") repeat-x scroll 0 0;   border: 1px solid #38b600;    border-radius: 10px;    bottom: -45px;    margin: 0 auto;    width: 590px;    z-index: 99; padding:0; box-shadow: 0 2px 10px -5px #000;}

.slidetextholder h1 {    font-size: 42px;    line-height: 69px;    margin: 0;    text-align: center;}
.slidetextholder h1 a {color:#fff; }

.slidetextholder {  -webkit-animation-name: zoomIn ;  animation-name: zoomIn ;
  -webkit-animation-duration: 1.2s;  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;  animation-fill-mode: both;
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */    animation-delay: 0.5s;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}



/* ----- Content ---- */

 #main {    float: left;    overflow: visible !important;}
.colgroup .col1 {     overflow: visible !important;}
.colgroup {    overflow: visible !important;}
#main .inner {    overflow: visible !important;    position: relative;}

#content .innertube { margin-top:85px; margin-bottom:50px; border:1px solid #fff;   min-height: 390px; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px; padding:20px; box-sizing:border-box;}

.page-id-2 h1 {color:#fff;}
.page-id-2 p {color:#fff;}
.page-id-2 #content .innertube {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;     min-height: 480px;  border: medium none;padding: 1px 10px 10px;}
.page-id-2 #side-left {    margin-top: -522px;}


.hem_box {float:left;text-align:center; box-shadow:0 2px 10px -2px #000;    width: 215px; height:170px;   margin: 20px 23px ; background:#fff; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px; padding:20px; box-sizing:border-box;position:relative; cursor:pointer; }

.hem_box h3 {color:#428a00;}

.hem_text { width:80%; position:absolute;bottom:0; left:0; right:0;  margin:0 auto; padding:10px 10px 0 10px; box-shadow:0 2px 10px -5px #000; box-sizing:border-box;
 background-color: #347500; background-image: linear-gradient(to bottom, #499500, #347500) ; border:1px solid #38b600; z-index:-2;
  -webkit-transition-duration: 700ms;    -moz-transition-duration: 700ms;    -o-transition-duration: 700ms;    transition-duration: 700ms;
 transition-timing-function: ease;
-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.hem_text h3 {color:#fff;}
.hem_text a {color:#fff!important;}

.hem_box.first:hover .hem_text {bottom:-60px; z-index:0; }
.hem_box.middle:hover .hem_text {bottom:-96px; z-index:0;}
.hem_box.last:hover .hem_text {bottom:-108px; z-index:0;}


#content  table {width:100%; border-collapse:collapse;margin-bottom:10px;}
#content table td {padding:2px;font-size:14px;line-height: 18px;height:20px; vertical-align:top;font-family: 'Open Sans', sans-serif;}
#content  table td p {margin:0;font-size:14px;font-family: 'Open Sans', sans-serif;}
#content  table td h2{font-size:18px;}
#content  table td h3{font-size:16px;margin:10px 0;}

#content .banner_pizza {    background: transparent url("/files/banner_pizza.png") no-repeat scroll center top;    box-sizing: border-box;    padding: 10px;    position: absolute;    right: 20px;    text-align: center;    top: 0;    width: 195px;height: 120px;}
#content .banner_pizza p {color:#fff; font-size:13px;}


#content .first_pizza {margin:0 0 30px; float:left; width:100%; border-bottom:1px solid #333;padding-bottom:30px;}
#content .first_pizza table {float:left; margin:0 20px 0 0; width:47%;}
#content .first_pizza:last-child {border:none; margin:0;}
#content .first_pizza  table td:nth-child(2)::first-line {font-size:15px; font-weight:bold;}

#content .banner_pizza {
  -webkit-animation-name: bounceInDown ;  animation-name: bounceInDown ;
  -webkit-animation-duration: 1.2s;  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;  animation-fill-mode: both;
   -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */    animation-delay: 2s;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
#side-left {margin-top:-373px;}
#side-left .innertube {  padding: 0 0 10px 0px;}
#side-left .innertube .left img {border-top:20px solid #df0000; }

#side-left .left {  box-shadow: 0 4px 6px 0 #000;}

#side-left .menu ul li {line-height:37px; width: 253px; border:1px solid #38b600; margin-bottom:-1px;}
#side-left .menu ul li a { background-color: #347500; background-image: linear-gradient(to bottom, #499500, #347500) ; border-bottom:1px solid #0d3d00;}
#side-left .menu ul li a:hover { background-color: #790000; background-image: linear-gradient(to bottom, #b50000, #790000) ;}
#side-left .menu ul li.current_page_item > a { background-color: #790000; background-image: linear-gradient(to bottom, #b50000, #790000) ;}
#side-left .menu ul li.current_page_item {border:1px solid #c40303;}
#side-left .menu ul li:hover {border:1px solid #c40303;}
#side-left .menu ul li.last {-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
#side-left .menu ul li.last a {-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}

#side-left .innertube {    padding: 0 20px 0 0;}

#side-left #block-3 {    background: rgba(0, 0, 0, 0) url("/files/tel_bg.png") no-repeat scroll 0 0;    box-sizing: border-box;    float: left;    margin-top: 30px;    padding: 40px 0 0;    text-align: center;    width: 100%;}
#side-left #block-3 h2 {color:#fff; font-size:24px; padding-left: 50px; }
#side-left #block-3 h3 {color:#fff; font-size:24px; font-weight:normal; margin-bottom:5px; padding-top:30px;}
#side-left #block-3 p {color:#fff; font-size:16px;}

.page-id-2 #side-left .innertube  {  -webkit-animation-name: fadeInLeft ;  animation-name: fadeInLeft ;
  -webkit-animation-duration: 1.5s;  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}





/* ----- Footer ----- */


#footer {position:relative; padding-top:50px;}
#footer p {text-align:left; color:#fff; margin-bottom:18px;}
#footer a { color:#fff;}
#footer #block-4 {float:left; margin: 60px 10px 30px; width: 48%;}
#footer #block-4 p {text-align:right;}
#footer #block-5 {    float: left;    margin: 60px 10px 30px;   width: 48%;}

#footer .center img {position:absolute; left:0; right:0; margin:0 auto; top:-11px; z-index:-10;}

#footer .fa_icons {     margin: 0px auto 0 ;  width:75%;}
#footer .fa_icons  p {margin-bottom:0px; font-size:12px;text-align:left;}
#footer .mb_icon {    float: left;    margin-left: 0;    width: 270px;}
#footer .fb_icon {width:140px; float:right; margin-left:20px!important;}
#footer .fa-mobile{    float: left; margin-top: -3px;   font-size: 21px !important;     padding-right: 7px; }
#footer .fa-facebook-square { float: left; font-size: 18px !important;margin: 0 0 0 -5px ; padding-right: 7px; text-decoration:none;}
.facebook .fb_icon {display:none;}

#content .contact-error {background: #FFEBE8; border: 1px solid #CC0000; font-size: 14px; font-weight: bold; padding: 5px 7px 3px; width: 326px; color: #333;}
#content .contact-ok {background: #E7FFD3; border: 1px solid #C3FF88; font-size: 14px; font-weight: bold; padding: 5px 7px 3px; width: 326px; color: #333;}
#content .required-field:after {color: red;}

.facebook #above {    background: url("/files/above_left_bottom.png") no-repeat scroll 0 bottom, url("/files/above_top_right.png") no-repeat scroll right 0px, rgba(0, 0, 0, 0) url("/files/above_top_left.png") no-repeat scroll 0 0;}

.facebook .slidetextholder {    bottom: -30px;    width: 499px;}
.facebook .slidetextholder h1 {    font-size: 30px;    line-height: 50px;    margin: 0;    text-align: center;}

.facebook #side-left {    margin-top: -250px;}
.facebook .pslideshow-container {    width: 540px !important;    height: 250px!important;}
.facebook .pslideshow { width: 540px !important;    height: 250px!important;}
.facebook .pslideshow-container img {    width: 540px !important;    height: 250px;}

.facebook #content .innertube {    margin-top: 60px;}
.facebook #content .first_pizza table {    float: left;    margin: 0 10px 0 0;    width: 47%;}

.facebook .hem_box {    height: 150px;    margin: 20px 5px;    padding: 20px;    position: relative;    text-align: center;    width: 161px;}
.facebook .hem_box img {width:100%; height:auto;}

.facebook .hem_box.first:hover .hem_text {bottom:-72px; z-index:0; }
.facebook .hem_box.middle:hover .hem_text {bottom:-89px; z-index:0;}
.facebook .hem_box.last:hover .hem_text {bottom:-117px; z-index:0;}

.facebook #side-left .innertube .left img {    margin-bottom: -2px;}

.facebook #footer #block-4 {    float: left;    margin: 40px 10px 10px;    width: 48%;}
.facebook #footer #block-5 {    float: left;    margin: 40px 10px 10px;    width: 47%;}
.facebook #footer .fa_icons {    margin: 0 auto;    width: 71%;}
.facebook #footer .mb_icon {    float: right;    margin-left: 0;    width: 270px;}
/*-------------------------*/
h1,h2.as-h1 {color:#000000;font-size:3.60em;line-height:1.00em;font-weight:normal;}
a:link,a:visited,a:active {color:#790000;text-decoration:none;font-weight:normal;}
table,textarea {font-size:1.40em;line-height:1.80em;}
.menu ul li a:hover,.menu ul li.current_page_item > a {color:#ffffff;text-decoration:none;font-weight:Normal;}
#side-left .innertube,#side-right .innertube {}
h2 {color:#000000;font-size:2.40em;line-height:1.00em;font-weight:normal;}
h3 {color:#000000;font-size:1.60em;line-height:1.12em;font-weight:bold;}
p {color:#000000;font-size:1.40em;line-height:1.29em;font-weight:normal;}
a:hover {color:#790000;text-decoration:underline;font-weight:normal;}
body {color:#000000;}
label {font-size:1.40em;}
#body {background:transparent url("/files/bg.jpg") repeat scroll left top;}
#content {margin-left:275px;}
#footer {height:223px;background:transparent url("/files/footer.png") no-repeat  center bottom;position:relative;margin-top:-223px;clear:both;}
.menu ul li a {color:#ffffff;text-decoration:none;text-transform:None;font-weight:Normal;font-size:1.80em;}
.menu ul li ul {width:136px;}
.menu-vertical ul ul {width:136px;right:-136px;}
#side-left {width:275px;}
.inner {width:1080px;}
#side-left .contactform {width:247px;}
#side-right .contactform {width:172px;}
#content .innertube {background:transparent url("/files/main.jpg") repeat  left top;}
#page {min-height:100%;}
#main {overflow:auto;padding-bottom:223px;}
span.categories {display:none;}
span.tags {display:none;}
