html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "pt_sansregular", arial, verdana, sans-serif;
    height: 100%;
    font-size: 14px;
    background-color: transparent;
    min-width:300px;
    margin: 0 auto;
    padding: 0 30px;
    color: #000;
    _width: expression( document.body.clientWidth < 500 ? "500px" : "auto" );
}
body[data-id="screen"] {
    cursor: pointer;
}
.pt_reg {
    font-family: "pt_sansregular", arial, verdana, sans-serif;
}
.pt_bold {
    font-family: "pt_sansbold", arial, verdana, sans-serif;
}
.pt_ital {
    font-family: "pt_sansitalic", arial, verdana, sans-serif;
}
a {

}
a:hover {

}
.screen_cnt {
    text-align: center;
    z-index: 20;
    position: relative;
    padding: 140px 20px 0 20px;
}
.screen_cnt .logowt {
    margin: 0 auto;

    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
    opacity: 0;
}
.screen_msg {
    font-size: 25px;
    color: #26abe2;
    margin-top: 45px;

    -webkit-transform: translate(0,50px);
    transform: translate(0,50px);
    opacity: 0;
}
.screen_bg, .pages_bg {
    background: url("images/screen_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-position: bottom;

    opacity: 0;
}
.pages_bg {
    background: url("images/pages_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.sсcnt {
    max-width: 1055px;
    position: relative;
    z-index: 20;
}
header {
    margin-top: 25px;
}
footer {

}
.sc_logo, .sc_logo_min {
    cursor: pointer;
}
.sc_menu {
    text-transform: uppercase;
}
.sc_menu_right {
    text-transform: uppercase;
    display: inline-block;
}
.sc_menu_right .menu_item {
    border-top: 1px solid #000;
    font-size: 15px;
    line-height: 30px;
    position: relative;
}
.sc_menu_right .menu_item:last-child {
    border-bottom: 1px solid #000;
}
.sc_menu .menu_item {
    font-size: 15px;
    margin-right: 15px;
    line-height: 30px;
    padding-top: 3px;
    border: 2px solid transparent;
}
.sc_menu .menu_item:hover {
    border: 2px solid #26abe2;
    border-radius: 3px;
    color: #26abe2;
}
.sc_menu .menu_item a, .sc_menu_right .menu_item a {
    transition: all 300ms linear;
    color: inherit;
    height: 27px;
    display: block;
    cursor: pointer;
}
.sc_menu .menu_item a:hover, .sc_menu_right .menu_item a:hover{
    text-decoration: none;
    color: #26abe2;
}
.lan_select {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    border: 2px solid #26abe2;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}
.lan_select:hover {
    background: #26abe2;
    color: #FFF;
}
.lan_selected {
    background: #26abe2;
    color: #FFF;
}
.lru {}
.lan_select {}
.len {}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_tabs {
    display: none;
}
.footer_menu {
    font-size: 13px;
}
.footer_menu li {
    background: url(images/border_dashed.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
.footer_menu li > a {
    color: #000;
    background: url(images/f_arrow.png) no-repeat;
    padding-left: 13px;
    line-height: 25px;
    background-position: left 1px;
    transition: all 150ms linear;
}
.footer_menu li > a:hover {
    background: url(images/f_arrow_focus.png) no-repeat;
    background-position: 2px 1px;
    text-decoration: none;
    padding-left: 18px;
    color: #00AEEF;
}
.soc_but > a {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}
.a_addres {
    background: url("images/twodod.png") no-repeat left 3px;
    padding-left: 35px;
    line-height: 15px;
}
.slide {
    position: relative;
    overflow: hidden;
}
.g_prev {
    bottom: 50%;
    margin-left: 20px;
    position: absolute;
    left: -10px;
    transition: all 350ms ease-in-out;
}
.slide:hover .prev_cnt {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 77%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(77%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=1 );
}
.slide:hover .prev_cnt .g_prev {
    opacity: 1;
    left: 0;
}
.prev_cnt {
    height: 100%;
    width: 95px;
    position: absolute;
    z-index: 10;
    transition: all 150ms linear;
}
.g_next {
    right: -10px;
    position: absolute;
    bottom: 50%;
    margin-right: 20px;
    transition: all 350ms ease-in-out;
}
.next_cnt {
    height: 100%;
    width: 95px;
    position: absolute;
    z-index: 10;
    right: 0;
    transition: all 150ms linear;
}
.slide:hover .next_cnt {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(22%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=1 );
}
.slide:hover .next_cnt .g_next {
    opacity: 1;
    right: 0;
}
.g_prev, .g_next {
    opacity: 0;
    z-index: 10;
    margin-bottom: -26px;
    cursor: pointer;
}
.about_text {
    line-height: 15px;
    text-align: justify;
}
body[data-id="about"] li#about,
body[data-id="menu"] li#menu_menu,
body[data-id="photos"] li#photos,
body[data-id="press"] li#press,
body[data-id="contacts"] li#contacts,
body[data-id="shares"] li#shares {
    border: 2px solid #26abe2;
    border-radius: 3px;
    color: #26abe2;
}
.slide_desc {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    padding: 10px 10px 6px 10px;
    text-shadow: 0 0 4px #fff;
}
.slide_desc:empty {
    display: none;
}
.has_items {
    position: relative;
}
.sub_menu li {
    cursor: pointer;
    color: #000;
}
.sub_menu li > a {
    transition: all 250ms linear;
    height: auto !important;
    line-height: 21px;
}
.sub_menu li > a:hover{
    color: #26ABE2;
}
.has_items .sub_menu {
    padding: 5px 12px;
    position: absolute;
    top: 55px;
    border: 2px solid #26ABE2;
    text-transform: none;
    border-radius: 3px;
    background: #FFF;
    line-height: 23px;
    left: -2px;
    opacity: 0;
    visibility: hidden;

    transition: all 150ms linear;
}
.has_items:hover .sub_menu{
    visibility: visible;
    opacity: 1;
    top: 29px;
}
.slide_topcontent {
    background: rgba(255, 255, 255, 0.60);
    position: absolute;
    top: 0;
    width: 100%;
    padding: 7px 10px 3px 10px;
    z-index: 30;
}
.slide_topcontent a {
    color: #000;
}
.a_active {
    color: #00AEEF !important;
}
.rslides_nav.prev {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    width: 75px;
    opacity: 0;

    background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 77%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(77%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=1 );

}
.rslides_nav.next {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75px;
    opacity: 0;

    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(22%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 22%,rgba(0,0,0,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=1 );
}
.slide:hover .rslides_nav {
    opacity: 1;
}
.slide:hover .rslides_nav.next .g_next {
    opacity: 1;
    right: 0;
}
.slide:hover .rslides_nav.prev .g_prev {
    opacity: 1;
    left: 0;
}
#menu_menu .sub_menu {
    min-width: 150px;
}
.sc_news, .sc_press {
    background: url(images/dot_delim.png) repeat-x bottom;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.sc_news_cnt > .sc_news:last-child,
.sc_press_cnt > .sc_press:last-child
{
    background: transparent;
}
.sc_news h2, .sc_press h2 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0;
}
.sc_news .ndate {
    font-size: 13px;
    text-transform: uppercase;
}
.nsource {
    text-transform: none;
}
.go_to_source {
    background: url("images/gtsource.png") no-repeat left 1px;
    padding-left: 18px;
    font-size: 16px;
    color: #000;
    transition: all 150ms linear;
    margin-top: 7px;
    display: block;
}
.go_to_source:hover {
    padding-left: 23px;
    color: #000;
    text-decoration: none;
}
.intro {
    line-height: 16px;
}
.cont_map {
    height: 390px;
    /*width: 450px;*/
}
.formdiv {

}
.dintext {
    border: 1px solid #5ec1e9;
    height: 30px;
    border-radius: 2px;
    padding: 12px 10px 10px 10px;
    color: #26ABE2;
}
.dtextarea {
    border: 1px solid #5ec1e9;
    border-radius: 2px;
    padding: 10px 10px;
    color: #26ABE2;
    min-height: 110px;
}
.dnbtn {
    background: #8dd2ef;
    border: none;
    padding: 8px 10px 4px 10px;
    color: #FFF;
    text-transform: uppercase;
}
.dnbtn:hover {
    background: #26ABE2;
}
.dintext::-webkit-input-placeholder {color:#5ec1e9; font-size: 13px; }
.dintext::-moz-placeholder          {color:#5ec1e9;font-size: 13px; }
.dintext:-ms-input-placeholder      {color:#5ec1e9;font-size: 13px; }
.dtextarea::-webkit-input-placeholder {color:#5ec1e9; font-size: 13px; }
.dtextarea::-moz-placeholder          {color:#5ec1e9;font-size: 13px; }
.dtextarea:-ms-input-placeholder      {color:#5ec1e9;font-size: 13px; }
.req_in {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
}
.c_address {
    margin-top: 10px;
    font-size: 15px;
}
.pg_hader {
    font-size: 23px;
}
.list-dot li {
    background: url("images/dod.png") no-repeat left 4px;
    padding-left: 15px;
}
.franklin {
    font-family: 'franklin', Arial, Helvetica, sans-serif;
}
.sc_win {
    opacity: 0;
}
.win_reserv {
    position: absolute;
    border: 2px solid #26ABE2;
    z-index: 100;
    right: 20px;
    top: 0;
    width: 58%;
    background: #FFF;
    padding-bottom: 30px;

    -ms-transform: scale(.1, .1);
    -webkit-transform: scale(.1, .1);
    transform: scale(.1, .1);
}
.res_header {

}
.res_head_button {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 6px 10px;
    cursor: pointer;
    font-size: 16px;
    transition: all 80ms linear;
    border-bottom: 2px solid #26ABE2;
}
.res_head_button:hover, .res_head_button.active {
    background: #26ABE2;
    color: #FFF;
}
.res_col_header {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
.select_area {
    margin-top: 13px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    z-index: 30;
}
.select_area > div {
    display: inline-block;
}
.selected_val {
    font-size: 24px;
    vertical-align: 3px;
    margin: 3px 1px;
}
.select_arrows {
    vertical-align: 1px;
}
.select_arrows > div#up {
    margin-bottom: 4px;
    cursor: pointer;
}
.select_arrows > div#down {
    cursor: pointer;
}
.sm-checkbox > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: 5;
}
.sm-checkbox-style-dark {}
.sm-checkbox-style-dark > .checkbox_status {
    background: url("images/controls.png") no-repeat scroll 0 top transparent;
    display: inline-block;
    height: 20px;
    width: 21px;
    z-index: 3;
}
.sm-checkbox > input[type="checkbox"]:checked + .checkbox_status {
    background-position: -48px 0;
    color: #000;
}
.sm-checkbox > .sm-checkbox-title {
    position: relative;
    top: -5px;
    margin-left: 2px;
    font-weight: 100;
    font-size: 13px;
}
.sm-checkbox:hover > .checkbox_status {
    background-position: -24px 0;
}
.btn-black {
    border: none;
    background: #000;
    color: #FFF;
    padding: 9px 10px;
}
.btn-black:hover {
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
}
.ui-datepicker-inline {
    position: absolute;
    z-index: 20;
    border-radius: 0;
    padding: 0;
    font-family: 'pt_sansregular', arial, helvetica, sans-serif;
    border: 1px solid #26ABE2;
    font-size: 13px;
}
.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: transparent;
}
.ui-icon.ui-icon-circle-triangle-w {
    background-image: url("images/dback.png");
    z-index: 5;
    background-position: center;
}
.ui-icon.ui-icon-circle-triangle-e {
    background-image: url("images/dnext.png");
    z-index: 5;
    background-position: center;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background: transparent;
    border: 0;
}
.ui-datepicker-calendar thead {
    font-family: 'pt_sansbold', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    border-top: 1px solid #26ABE2;
    border-bottom: 1px solid #26ABE2;
}
.ui-datepicker-calendar thead th {
    padding: 3px 0;
}
.ui-datepicker td {
    padding: 0;
}
.ui-datepicker td .ui-state-default {
    padding: 5px 0;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 12px;
}
.ui-datepicker td .ui-state-default:hover {
    background: #8dd2ef;
    color: #FFF;
}
.ui-datepicker table {
    margin: 0;
}
.dp_top_arrow {
    background: url("images/dp_arrow.png") no-repeat;
    width: 18px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 45px;
}
.ui-state-highlight {
    background: rgba(38, 171, 226, 0.48) !important;
    color: #FFFFFF !important;
}
.assets_time {
    position: absolute;
    top: 17px;
    right: -100px;
    z-index: 25;
    background: #FFF;
    border: 1px solid #26ABE2;
    padding: 0 40px;
    display: none;
}
.assets_time ul {
    padding: 5px 0;
    margin: 0;
}
.assets_time li{
    cursor: pointer;
}
.assets_time li:hover{
    color: #26ABE2;
}
.assets_time_arrow {
    background: url("images/tm_arrow.png") no-repeat;
    width: 11px;
    height: 18px;
    position: absolute;
    top: 22px;
    left: -11px;
}
#select_time_ct:hover .assets_time {
    display: block !important;
}
.assets_count {
    position: absolute;
    right: 20px;
    z-index: 25;
    background: #FFF;
    border: 1px solid #26ABE2;
    padding: 0 40px;
    display: none;
}
.assets_count ul {
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
.assets_count li {
    cursor: pointer;
}
.assets_count li:hover{
    color: #26ABE2;
}
.assets_count_arrow {
    background: url("images/dp_arrow.png") no-repeat;
    width: 18px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 39px;
}
#assets_count_ct:hover .assets_count {
    display: block !important;
}
#select_date_ct, #select_time_ct, #assets_count_ct {
    position: relative;
    z-index: 40;
}
#select_date_ct:hover, #select_time_ct:hover, #assets_count_ct:hover {
    z-index: 50;
}
.menu_root {

}
.menu_root > div {
    display: inline-block;
    vertical-align: top;
}
.menu_root > div.root_title {
    font-size: 16px;
    text-transform: uppercase;
    color: #26ABE2;
    margin: 0 5px;
}
.ctg_meta {
    margin-top: 20px;

    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;*/

    page-break-inside: avoid;
    width: 100%;
    position: relative;
    display: none;
    opacity: 0;

}
.menu_sub_ctg {
    color: #26ABE2;
    text-transform: uppercase;
    font-size: 16px;
}
.menu_pos_title {
    text-transform: uppercase;
    position: relative;
}
.menu_pos_dot {
    background: url(images/dodm.png) repeat-x !important;
    width: 100%;
    position: absolute !important;
    bottom: 6px;
    height: 3px;
    left: 0;
    z-index: 5 !important;
}
.menu_pos_title span {
    background: #fff;
    padding-right: 3px;
    z-index: 10;
    position: relative;
}
.menu_pos_title .price {
    background: #fff;
    float: right;
    padding-left: 5px;
}
.menu_pos_title .weight {
    background: #fff;
    float: right;
    padding-left: 5px;
    position: relative;
    top: -2px;
    text-transform: none;
}
.menu_pos_structure {
    margin-top: -4px;
    margin-bottom: 5px;
    line-height: 15px;
    text-transform: lowercase;
}
.class_info .menu_pos_title span.pos_name {
    text-transform: none;
    line-height: 16px;
    display: block;
    margin: 19px 0;
    background-color: #F1F1F1;
    padding: 8px 8px;
    border-radius: 3px;
}
.class_info .menu_pos_title span.pos_name br{
   display: none;
}
.class_info .menu_pos_structure,
.class_info .price,
.class_info .menu_pos_dot{
    display: none;
}
.ctg_meta .menu_sub_ctg:first-child {
    margin-top: 0;
}
.ctg_meta .menu_sub_ctg {
    margin-top: 20px;
}
.menu_pos {
    page-break-inside: avoid;
    position: relative;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    margin-bottom: 10px;
}
.positions_group {
    margin-bottom: 20px;
}
.adds {
    padding-top: 3px;
    position: relative;
}
.adds .title {
    background: #FFF;
    position: relative;
    z-index: 10;
    padding: 0 2px 0 20px;
}
.adds .menu_pos_dot {

}
.adds .price {
    background: #FFF;
    float: right;
    position: relative;
    z-index: 20;
    padding-left: 10px;
}
.slider_outdoor {
    width:100%;
    height: 250px;
    position: relative;
}
.slick-slide {
    border: 3px solid #fff;
    border-radius: 7px;
}
.slick-prev {
    background: url("images/back_sm.png");
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    border: none;
    text-indent: -999px;
    left: 10px;
    outline: none;
    opacity: .8;
}
.slick-next {
    background: url("images/next_sm.png");
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    border: none;
    text-indent: -999px;
    right: 10px;
    outline: none;
    opacity: .8;
    overflow: hidden;
}
.slick-next:hover, .slick-prev:hover {
    opacity: 1;
}
.slick-disabled {
    opacity: .5 !important;
}
[data-id="summer-cafe"] #ctg_meta {
    opacity: 1;
    display: block;
    margin: 0;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
[data-id="summer-cafe"] .positions_group {
    width: 100%;
    padding: 0;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.outdor_header {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -35px;
    margin-bottom: 20px;
}
.outdoor_photo {
    cursor: pointer;

}
.win_message {
    position: fixed;
    margin: 0 auto;
    padding: 10px 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.76);
    width: 320px;
    border-radius: 3px;
    left: 50%;
    margin-left: -175px;
    text-align: center;
    z-index: 100;
    top: 35%;

    -ms-transform: scale(.1, .1);
    -webkit-transform: scale(.1, .1);
    transform: scale(.1, .1);
}
.shwd {
    opacity: 0;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.13);
    z-index: 95;
    left: 0;
    top: 0;
}
.scmenu_prev, .scmenu_next {
     cursor: pointer;
}
.scmenu_prev:hover, .scmenu_next:hover {
    opacity: .5;
}
.pr10 {
    padding-right: 20px;
}
.mg_container {
    height: 0;
    transition: all 350ms linear;
}
.fancybox-skin {

}
.main_row {
    margin-top: 25px;
    margin-bottom: 95px;
    position: relative;
}
.menu_row {
    margin-top:65px;
    z-index: 40;
    position: relative;
}
.footer_row {
    margin-top: 65px;
    margin-bottom: 220px;
}
.pdf_menu {
    border-top: 1px solid rgba(0, 0, 0, 0.26);
    color: rgba(0, 0, 0, 0.65) !important;
    margin-top: 10px;
    padding-top: 4px;
}
.reserv_steps {
    display: none;
}
.w100 {
    width: 100%;
}
.btn-back {

}
.phone_code_delect {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 0;
    opacity: 0;
    cursor: pointer;
}
.reserv_loading {
    background: url("images/loader.gif") no-repeat center rgba(255, 255, 255, 0.59);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.reserv_step#step_2 > div.col-lg-16{
    margin-bottom: 25px;
}
.pr0 {
    padding-right: 0;
}
.reline {
    height: 1px;
    color: rgba(38, 171, 226, 0.45);
    border-top: 1px dashed;
}
.reserv_capt {
    color: #90D6F4;
    margin-bottom: 5px;
    display: block;
}
.error_input {
    background: #FFFE9D;
}
.bigi {
    font-size: 20px;
}
.valkommen {
    color: #26ABE2;
    margin-top: 16px;
    text-align: center;
}
.amlaut {
    font-style: normal;
    font-weight: bold;
}
.amlaut:before {
    content: "\00E4";
}
html[lang="en"] .about_text {
    line-height: 16px;
}
html[lang="en"] .valkommen {
    margin-top: 30px;
}
.ctg_weight_count {

}
.p0 {
    padding: 0;
}
.positions_groups {
    padding-top: 25px;
    position: relative;
}
.positions_groups .gname {
    font-family: "pt_sansbold", arial, verdana, sans-serif;
}
.positions_groups .positions_group {
}
.column_begin .positions_group {
    width: 100%;

    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.column_begin {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
#CDSWIDCOE {
    margin: 0 !important;
    border: 2px solid #26ABE2 !important;
    border-radius: 5px;
}
#CDSWIDCOE.widCOE .widCOELink {
    background-color: #26ABE2 !important;
}
#CDSWIDCOE.widCOE * {
    font-family: "pt_sansregular", arial, verdana, sans-serif !important;
    font-weight: normal !important;
}
#CDSWIDCOE.widCOE .widCOETitle {
    font-family: "pt_sansbold", arial, verdana, sans-serif !important;
    font-weight: normal !important;
    font-size: 14px !important;
}
#CDSWIDCOE.widCOE .widCOEDate {
    background: none !important;
}
#CDSWIDCOE.widCOE .widCOEDateText {
    font-size: 11px !important;
    margin-top: 5px;
}
#CDSWIDCOE.widCOE .widCOELink a {
    font-family: "pt_sansbold", arial, verdana, sans-serif !important;
    margin-top: 5px;
    display: block;
    font-size: 16px !important;
    text-decoration: none;
}
#CDSWIDCOE.widCOE .widCOELink a:hover {
    text-decoration: underline;
}
.coming_soon {
    font-size: 17px;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 16px;
}
.price_empty {
    text-transform: lowercase;
    color: #D5D5D5;
}
.scandi_club {
    background: url("images/scandi_club.png") no-repeat;
    display: block;
    width: 147px;
    height: 99px;
}
.scandi_club2 {
    background: url("images/scandi_club2.png") no-repeat;
    width: 88px;
    height: 88px;
    display: block;
    margin: 10px auto 0 auto;
}
.our_partner_title {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 5px;
}
.price_empty+.menu_pos_dot {
    display: none;
}
.price_empty {
    display: none;
}
#banner_assets > a {
    display: none;
    opacity: 0;
    height: 122px;
}