.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*== 1200px and beyond ===================================================
========================================================================*/
/* Large desktop */
@media (min-width: 1200px) {

}
/*== Up to 1200px =====================================================
========================================================================*/
/* Large desktop */
@media (max-width: 1200px) {
 
  #contact_map {
    height: 376px;
  }
  ul.gallery {
    margin-left: -20px;
  }
  ul.gallery .gallery-item {
    padding-left: 20px;
  }
  body {
    padding: 0;
  }
  #header-row {
    padding: 41px 10px 30px;
  }
  #navigation-row {
    padding: 0 10px;
  }
  .navigation ul.sf-menu > li.firstItem a {
    padding: 0 29px 0 0;
  }
  .navigation ul.sf-menu > li > a,
  .navigation ul.sf-menu > li > span {
    padding: 0 29px;
  }
  #showcase-row .camera_prev,
  #showcase-row .camera_next {
    left: 20px;
    margin-left: 0;
  }
  #showcase-row .camera_next {
    left: auto;
    right: 20px;
    margin-right: 0;
  }
  .body__home #showcase-row #camera-slideshow {
    margin-bottom: -80px;	
  }
  #copyright-row #copyright {
    width: 23%;
  }
  #copyright-row #copyright div {
    margin-top: 2px;
  }
  #copyright-row .footermenu {
    width: 74%;
  }
  #copyright-row .footermenu ul li {
    margin-left: 30px;
  }
  #content-bottom-row .reservation {
    font-size: 30px;
    padding: 29px 20px 0;
  }
  #content-bottom-row .reservation span {
    margin: 10px 0 0;
  }
  #content-bottom-row .reservation span.eml {
    font-size: 80px;
  }
  #showcase-row .bgimage {
    display: none;
  }
  .navigation ul.sf-menu li.firstItem:hover > ul,
  .navigation ul.sf-menu li.sfHover > ul {
    left: -18px;
    background: url(../images/triangle.png) no-repeat 30px top;
  }
  
  
}
/*== Up to 980px ======================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 980px) {

  .thumbnails {
    margin-left: -12px;
  }
  .thumbnails > li {
    margin-left: 12px;
  }
  /*footer*/
  #back-top {
    display: none !important;
  }
  ul.gallery {
    margin-left: -12px;
  }
  ul.gallery .gallery-item {
    padding-left: 12px;
  }
  .navigation ul.sf-menu > li.firstItem a {
    padding: 0 15px 0 0;
  }
  .navigation ul.sf-menu > li > a,
  .navigation ul.sf-menu > li > span {
    padding: 0 15px;
  }
  .social li {
    margin: 0 5px 0 0;
  }
  .follow .moduleTitle {
    display: none;
  }
  .body__home #showcase-row #camera-slideshow {
    margin-bottom: -30px;
  }
  #content-bottom-row .reservation {
    font-size: 25px;
  }
  #content-bottom-row .reservation span {
    margin: 10px 0 0;
  }
  #content-bottom-row .reservation span.eml {
    font-size: 70px;
  }
}
@media (max-width: 900px) {
  
  .img-full__left,
  .img-full__right {
    float: none;
  }
  .page-item__team .img-full__left {
    float: left;
  }
  .page-item__team .img-full__right {
    float: right;
  }
}
/*== Up to 980px and beyond 768px ======================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
      
}
/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    
  #wrapper {
    margin: 0;
  }
  #footer-wrapper {
    height: auto;
  }
  #push {
    display: none;
  }
  #logo {
    text-align: center;
  }
  #logo a {
    margin: 0;
  }
  .nav.menu.pull-right.nav-pills {
    float: none;
    text-align: center;
  }
  .nav.menu.pull-right.nav-pills li {
    float: none;
    display: inline-block;
  }
  .social {
    text-align: left;
    padding: 10px 0;
  }
  /*navigation*/
  .select-menu {
    display: block;
    width: 100%;
  }
  .sf-menu {
    display: none;
  }
  /*content*/
  .item-image.blog-image {
    float: none;
    margin: 0 0 20px 0;
  }
  .row-fluid [class*="itemSpan"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
  /*gallery*/
  .page-gallery ul.gallery {
    margin-left: 0;
  }
  .page-gallery ul.gallery .gallery-item {
    padding-left: 0;
    float: none;
  }
  .page-gallery ul.gallery .gallery-item .item_img {
    float: left;
    margin: 0 19px 19px 0 !important;
  }
  .img-full__left.span5 {
    width: 50%;
  }
  /*contact*/
  .contact_details .contact_details_item {
    width: 30%;
    float: left;
  }
  /*Modules*/
  /*search*/
  .mod-search__aside .mod-search_searchword {
    width: 50%;
  }
  /*login*/
  .mod-login__aside .mod-login_username,
  .mod-login__aside .mod-login_passwd {
    width: 50%;
  }
  #back-top {
    display: none !important;
  }
  .navigation {
    margin: 20px 0 0;
  }
  #navigation-row .follow {
    width: 100%;
    float: none;
    text-align: center;
    margin: 15px 0 13px;
  }
  #navigation-row .follow .mod-menu__social {
    display: inline-block;
  }
  #navigation-row .follow .social {
    text-align: center;
    padding: 0;
  }
  .body__home #showcase-row #camera-slideshow {
    margin-bottom: 0px;
  }
  #showcase-row .camera_prev,
  #showcase-row .camera_next {
    top: 48%;
  }
  #feature-row .feautures {
    margin-top: 20px;
  }
  #maintop-row #maintop .updates .item .item_published,
  #maintop-row #maintop .updates .item_num1 .item_published {
    padding-top: 12px;
  }
  #maintop-row #maintop .updates .item .item_content,
  #maintop-row #maintop .updates .item_num1 .item_content {
    padding-top: 20px;
  }
  #maintop-row #maintop .updates .item .item_published,
  #maintop-row #maintop .updates .item_num1 .item_published,
  #maintop-row #maintop .updates .item .item_content,
  #maintop-row #maintop .updates .item_num1 .item_content {
    padding-bottom: 25px;
  }
  #copyright-row #copyright {
    width: 100%;
    text-align: center;
  }
  #copyright-row #copyright div {
    float: none;
    display: inline-block;
  }
  #copyright-row #copyright .footer_logo {
    float: none;
  }
  #copyright-row .footermenu {
    width: 100%;
    text-align: center;
  }
  #content-bottom-row .reservation {
    font-size: 34px;
    padding: 29px 10px 0;
  }
  #content-bottom-row .reservation span.eml {
    font-size: 70px;
  }
  .drinks .item {
    width: 44%;
    margin-right: 5%;
    float: left;
  }
  #aside-right {
    margin-top: 40px;
  }
}
/*== Up to 640px ==================================================
====================================================================*/
@media (max-width: 640px) {

  /*contact*/
  .contact_details {
    margin-bottom: 19px;
  }
  .contact_details .contact_details_item {
    width: 100%;
    float: none;
  }
  #header-row .search-block {
    display: none;
  }
  #header-row #logo {
    width: 205px;
    float: none;
    margin: 0 auto;
  }
  #copyright-row .footermenu ul li {
    margin-left: 10px;
  }
  #content-bottom-row .reservation {
    display: none;
  }
  

}
/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 480px) {
  
  /*contact*/
  .contact_form {
    width: 100%;
  }
  /*registration*/
  .page-registration form input,
  .page-remind form input,
  .page-reset form input,
  .page-login form input,
  .page-login form input,
  .page-profile__edit form input,
  .page-registration form select,
  .page-remind form select,
  .page-reset form select,
  .page-login form select,
  .page-login form select,
  .page-profile__edit form select {
    width: 100%;
  }
  .page-registration form label,
  .page-remind form label,
  .page-reset form label,
  .page-login form label,
  .page-login form label,
  .page-profile__edit form label {
    display: inline-block;
  }
  .pagination ul li {
    display: none;
  }
  .pagination ul li.pagination-prev,
  .pagination ul li.pagination-next {
    display: inline-block;
  }
  /*gallery*/
  .page-gallery .item_img.img-intro {
    float: none;
    margin: 0 0 19px 0;
  }
  .page-gallery ul.gallery .gallery-item {
    text-align: center;
  }
  .page-gallery ul.gallery .gallery-item .item_img {
    float: none;
    margin: 0 0 19px 0 !important;
  }
  .page-gallery ul.gallery .gallery-item a.zoom {
    display: inline-block;
  }
  .img-full__left.span5 {
    width: 100%;
    margin-right: 0;
  }
  /*blog*/
  .page-blog .item_img.img-intro {
    float: none;
    margin: 0 0 19px 0;
  }
  /*archive*/
  .page-archive_filters select {
    display: block;
    width: 100%;
  }
  /*contact*/
  .contact_details .contact_details_item {
    width: 100%;
    float: none;
  }
  /*Modules*/
  /*search*/
  .mod-search__aside .mod-search_searchword {
    width: 100%;
  }
  /*login*/
  .mod-login__aside .mod-login_userdata {
    width: 100%;
    overflow: hidden;
  }
  .mod-login__aside .mod-login_username,
  .mod-login__aside .mod-login_passwd {
    width: 100%;
  }
  div.modal {
    position: absolute;
  }
  #maintop-row #maintop .mod_caroufredsel {
    display: none;
  }
  #maintop-row #maintop .moduleTitle{
	display:none;
  }
  #copyright-row #copyright .footer_logo {
    margin: 0;
  }
  #copyright-row #copyright div {
    width: 100%;
  }
  #copyright-row .footermenu ul li {
    margin-left: 20px;
  }
  .item_info_dl dd.komento {
    float: none;
  }
  .page-category__team .img-intro {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .page-item__team .img-full__left {
    float: none;
  }
  .page-item__team .img-full__right {
    float: none;
  }
  
  .thumbnails{
      display:none;
  }

}
/*== Up to 340px =====================================================
========================================================================*/
/* Portrait phones */
@media (max-width: 340px) {
  .drinks .item {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  
  ul.shade-tabs{
    display:none;    
  }
  
}
