/* ========================== 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        background-color: #ffffff;
        text-align: center;
        font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
}
/*
body.sec5 {
    font-size: 0;
}
*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */
/*
:focus {
	outline: 0;
}
*/
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ======================== HTML5 IE<8 hack ======================= */

section, article, aside, header, footer, nav, figure, figcaption {
   display: block;
}

/* ========================= Custom fonts ========================= */

@font-face {  
    font-family: "Champagne & Limousines";
    src: url('../fonts/Champagne & Limousines.eot') format('embedded-opentype'),
         url('../fonts/Champagne & Limousines.ttf') format("truetype");
}

/*
@font-face {  
    font-family: "Champagne & Limousines Bold";
    src: url('../fonts/Champagne & Limousines Bold.eot') format('embedded-opentype'),
         url('../fonts/Champagne & Limousines Bold.ttf') format("truetype");
}
*/

/* ========================== Page layout ========================= */


#trekksoft-popup-container iframe {
	left: 0;
}

.clear_both {
    clear: both;
}
.content_wrap {
    margin: 0 auto 0 auto;
    width: 1000px;
    max-width: 1170px;
}
.nowrap {
    white-space: nowrap;
}

.logo_part {
    width: 154px;
    height: 154px;
    position: absolute;
    right: 8.98%;
    top: 3px;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.6s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    animation-timing-function: ease;
    animation-fill-mode: both;
    animation-duration: 0.6s;
}
    #logo_bg {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 8px 0 #4c4c4c;
        -moz-box-shadow:    0 0 8px 0 #4c4c4c;
        box-shadow: 0 0 8px #4c4c4c;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        z-index: 1011;
    }
        #logo_txt {
            display: table;
            z-index: 1014;
        }
            #logo_txt a {
                display: table-cell;
                vertical-align: middle;
                padding: 30px;
                color: #e30613;
                line-height: 110%;
                font-family: Verdana, Arial, sans-serif;
                font-size: 18px;
                font-weight: bold;
                text-decoration: none;
            }
            #logo_img {
                z-index: 1015;
            }
            #logo_img a:hover, #logo_img a:focus {
                /*
                -webkit-animation-duration: 0.3s;
                -webkit-animation-timing-function: ease;
                -webkit-animation-fill-mode: both;
                -webkit-animation-name: pulse;
                -moz-animation-duration: 0.3s;
                -moz-animation-timing-function: ease;
                -moz-animation-fill-mode: both;
                -moz-animation-name: pulse;
                animation-duration: 0.3s;
                animation-timing-function: ease;
                animation-fill-mode: both;
                animation-name: pulse;
                */
            }
        
.top_bar {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}
    #top_bar_shadow_dummy {
        -webkit-box-shadow: 0 0 8px 0 #4c4c4c;
        -moz-box-shadow:    0 0 8px 0 #4c4c4c;
        box-shadow: 0 0 8px #4c4c4c;
        position: relative;
        z-index: 1010;
    }
    #top_bar_wrap {
        position: absolute;
        top: 0;
        z-index: 1012;
    }
    
    nav {
        position: relative;
        margin-left: 8.98%;
        margin-right: 8.98%;
        top: 55px;
        height: 20px;
        z-index: 1013;
        text-align: right;
    }
        #prim_navi {
            float: right;
            margin-right: 154px;
            margin-right: 154px;
            width: 90%;
            font-family: 'Champagne & Limousines', sans-serif;
            font-size: 36px;
        }
            #prim_navi li {
                float: right;
                padding-left: 11%;
                text-align: right;
            }
                #prim_navi li:last-of-type {
                    padding-left: 0;
                }
                #prim_navi li a {
                    padding-left: 5px;
                    padding-right: 5px;
                    color: #2b2b2b;
                    text-decoration: none;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }
                    #prim_navi li a:hover, #prim_navi li a:focus {
                        color: #acacac;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                        transition: 0.3s;
                    }
                    
    #lang_wrap {
        position: absolute;
        left: 7.42%;
        top: 40px;
        z-index: 1014;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: 0.6s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        animation-timing-function: ease;
        animation-fill-mode: both;
        animation-duration: 0.6s;
    }
        #lang_wrap li {
            position: relative;
        }
        .lang_icon {
            display: block;
        }
            .lang_icon a {
                display: block;
                width: 50px;
                height: 50px;
                color: #e30613;
                text-decoration: none;
                font-size: 18px;
            }
            .lang_icon span {
                display: block;
                line-height: 50px;
                width: 50px;
            }
            .lang_icon img {
                position: absolute;
                left: 0;
                top: 0;
            }
                .lang_icon a:hover img {
                    -webkit-animation-duration: 0.3s;
                    -webkit-animation-timing-function: ease;
                    -webkit-animation-fill-mode: both;
                    -webkit-animation-name: pulse;
                    -moz-animation-duration: 0.3s;
                    -moz-animation-timing-function: ease;
                    -moz-animation-fill-mode: both;
                    -moz-animation-name: pulse;
                    animation-duration: 0.3s;
                    animation-timing-function: ease;
                    animation-fill-mode: both;
                    animation-name: pulse;
                }
        .popup {
            display: none;
            padding-top: 26px;
            position: relative;
            left: -13px;
            filter:alpha(opacity=0);
            opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: translateZ(0);
        }
            #page_id_1 .popup {
                display: block;
                filter:alpha(opacity=80);
                opacity: 0.8;
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }
            .popup li {
                background-color: #ffffff;
                padding: 13px;
            }
                #page_id_1 .popup li {
                    background-color: transparent;
                }
            .popup .lang_icon img {
                top: 13px;
                left: 13px;
            }
            .popup li:first-child {
                border-top-left-radius: 50%;
                border-top-right-radius: 50%;
            }
            .popup li:last-child {
                border-bottom-left-radius: 50%;
                border-bottom-right-radius: 50%;
            }
        #lang_wrap li:hover .popup, nav #prim_navi li:focus .popup {
            display: block;
            filter:alpha(opacity=80);
            opacity: 0.8;
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }
    
#page_wrap {
    position: relative;
    line-height: 0;
    overflow: hidden;
    text-align: left;
}
    .bg_img {
        width: 100%;
        height: auto;
    }
    #slider {
        position: relative;
        overflow: hidden;
    }
        #print_img {
            width: 100%;
            height: auto;
            min-height: 100px;
            display: block;
        }
        #slider .camera_wrap {
            width: 100%;
            position: absolute;
            top: 0;
            min-height: 100px;
        }
        #camera_wrap_1 img {
            left: 0;
        }
    
    #camera_prev_btn {
        background: url(../images/camera_skins.png) no-repeat 5px 5px;
        background-color: #ffffff;
        display: none;
        height: 50px;
        width: 50px;
        position: absolute;
        z-index: 2001;
        left: 46%;
        top: 5%;
        border-radius: 50%;
        cursor: pointer;
        -webkit-box-shadow: 0 0 8px 0 #4c4c4c;
        -moz-box-shadow: 0 0 8px 0 #4c4c4c;
        box-shadow: 0 0 8px #4c4c4c;
    }
        #camera_prev_btn:hover, #camera_prev_btn:focus {
            -webkit-animation-duration: 0.3s;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: both;
            -webkit-animation-name: pulse;
            -moz-animation-duration: 0.3s;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: both;
            -moz-animation-name: pulse;
            animation-duration: 0.3s;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-name: pulse;
        }
        #camera_prev_btn:active {
            background-color: #000000;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }
    #camera_next_btn {
        background: url('/images/camera_skins.png') no-repeat -35px 5px;
        background-color: #ffffff;
        display: none;
        height: 50px;
        width: 50px;
        position: absolute;
        z-index: 2001;
        right: 46%;
        top: 5%;
        border-radius: 50%;
        cursor: pointer;
        -webkit-box-shadow: 0 0 8px 0 #4c4c4c;
        -moz-box-shadow: 0 0 8px 0 #4c4c4c;
        box-shadow: 0 0 8px #4c4c4c;
    }
        #camera_next_btn:hover, #camera_next_btn:focus {
            -webkit-animation-duration: 0.3s;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: both;
            -webkit-animation-name: pulse;
            -moz-animation-duration: 0.3s;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: both;
            -moz-animation-name: pulse;
            animation-duration: 0.3s;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-name: pulse;
        }
        #camera_next_btn:active {
            background-color: #000000;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }
    
    #page_body_wrap {
        width: 87%;
        position: absolute;
        line-height: 120%;
        right: 0;
        top: 13%;
        text-align: left;
        z-index: 1000;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .sec10 #page_body_wrap, .sec11 #page_body_wrap {
        position: static;
    }
        #section_image {
            position: absolute;
            z-index: 1002;
            left: 100px;
            top: 50px;
        }
            #section_image .breadcrumbs_wrap {
                margin-top: 20px;
                text-align: center;
                font-size: 18px;
                line-height: 140%;
            }
            #section_image img {
                border-radius: 50%;
            }
            #section_image_overlay {
                position: absolute;
                z-index: 1004;
                left: 0;
                top: 0;
                width: 300px;
                height: 300px;
            }
        #body_tab {
            min-height: 350px;
            background-color: #ffffff;
            border-top-left-radius: 200px;
            border-bottom-left-radius: 200px;
            filter:alpha(opacity=80);
            opacity: 0.8;
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            padding: 20px 5px 20px 25px;
        }
            .sec10 #body_tab {
                filter:alpha(opacity=100);
                opacity: 1;
                -moz-opacity: 1;
                -khtml-opacity: 1;
            }
            #page_id_5 #body_tab {
                filter:alpha(opacity=95);
                opacity: 0.95;
                -moz-opacity: 0.95;
                -khtml-opacity: 0.95;
            }
            #body_tab_in {
                display: table;
                min-height: 380px;
                height: 350px;
                -webkit-transition: 0.3s;
                width: 98%;
            }
                .sec4 #body_tab_in {
                    width: 100%;
                }
                #tab_arrow {
                    display: table-cell;
                    width: 68px;
                    vertical-align: middle;
                }
                    #arrow_left {
                        display: none;
                        cursor: pointer;
                    }
                        #arrow_left img:hover, #arrow_left img:focus {
                            -webkit-animation-duration: 0.3s;
                            -webkit-animation-timing-function: ease;
                            -webkit-animation-fill-mode: both;
                            -webkit-animation-name: pulse;
                            -moz-animation-duration: 0.3s;
                            -moz-animation-timing-function: ease;
                            -moz-animation-fill-mode: both;
                            -moz-animation-name: pulse;
                            animation-duration: 0.3s;
                            animation-timing-function: ease;
                            animation-fill-mode: both;
                            animation-name: pulse;
                        }
                    #arrow_right {
                        cursor: pointer;
                    }
                        #arrow_right img:hover, #arrow_right img:focus {
                            -webkit-animation-duration: 0.3s;
                            -webkit-animation-timing-function: ease;
                            -webkit-animation-fill-mode: both;
                            -webkit-animation-name: pulse;
                            -moz-animation-duration: 0.3s;
                            -moz-animation-timing-function: ease;
                            -moz-animation-fill-mode: both;
                            -moz-animation-name: pulse;
                            animation-duration: 0.3s;
                            animation-timing-function: ease;
                            animation-fill-mode: both;
                            animation-name: pulse;
                        }
                #image_placeholder {
                    display: table-cell;
                    width: 338px;
                }
                #left_placeholder {
                    display: table-cell;
                    width: 50px;
                }
                #tab_content {
                    display: table-cell;
                    vertical-align: top;
                }
                
footer {
    width: 960px;
    margin: 0 auto 0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
}
    footer p {
        padding: 8px 0 8px 0;
    }
    .footer_tab {
        display: table;
        width: 250px;
        height: 250px;
        margin: 0 0 0 65px;
        float: left;
    }
        .footer_tab_inside {
            display: table-cell;
            width: 250px;
            height: 250px;
            background-color: #f8dcdc;
            border-radius: 50%;
            vertical-align: middle;
            font-size: 19px;
            line-height: 110%;
            position: relative;
        }
            .footer_tab_inside img {
                position: absolute;
            }
            #social_fb {
                left: 38px;
                top: 38px;
            }
            #social_twitter {
                right: 38px;
                top: 38px;
            }
            #social_tripadvisor {
                left: 38px;
                bottom: 38px;
            }
            #social_ack {
                right: 38px;
                bottom: 38px;
            }
    footer a {
        text-decoration: none;
        color: #000000;
        border-bottom: 1px dashed #000000;
        line-height: 140%;
    }
        footer a:hover, footer a:focus {
            color: #000000;
            border-bottom: none;
        }
        
    #footer_partners {
        padding: 30px 0 10px 50px;
    }
        #logo_kooperativa {
            width: 190px;
            height: auto;
        }
        
#price_tags_cnt {
    display: none;
}

#temp_msg {
    background-color: #e20613;
    padding: 2em 2em;
}
#temp_msg p {
    font-size: 1.6em;
    color: #ffffff;
}
#page_wrap #temp_msg p a {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

        
        
/* =================================== Forms ================================ */

.invisible {
    display: none;
}

#tab_text {
    float: right;
    width: 40%;
}
#form_wrap {
    float: left;
    width: 57%;
    position: relative;
}
    #form_wrap input[type="text"], #form_wrap textarea, #form_wrap select {
        border: 2px solid #000000;
        padding: 1% 2% 1% 2%;
        font-size: 18px;
        transition: all .2s ease;
        border-radius: 10px;
    }
        #form_wrap textarea {
            overflow: auto;
        }
        #form_wrap select {
            width: 101%;
        }
            #container_date_item {
                width: 100%;
            }
            #form_wrap select.sel_date, #container_date_item select {
                width: auto;
                margin-left: 3px;
            }
                #form_wrap select.sel_date:first-of-type, #container_date_item select:first-of-type {
                    margin-left: 0;
                }
                #container_date_item a {
                    vertical-align: top;
                }
                #container_date_item img {
                    vertical-align: middle;
                    position: relative;
                    top: -3px;
                }
                
#date_item_day option:not([value]) {
    display: none;
}

            
        .styled_select.half_width {
            float: left;
            width: 50%;
            margin-bottom: 3px;
        }
        .styled_select.third_width {
            float: left;
            width: 32%;
            margin-right: 1%;
            margin-bottom: 3px;
            text-align: center;
        }
        #form_wrap .half_width.align_right {
            text-align: right;
            margin-right: 0;
        }
        
        
        #form_wrap input[type="text"]:hover, #form_wrap input[type="text"]:focus,
        #form_wrap textarea:hover, #form_wrap textarea:focus,
        #form_wrap select:hover, #form_wrap select:focus {
            border: 2px solid #888888;
            transition: all .2s ease;
        }
        #form_wrap input[type="checkbox"], #form_wrap input[type="radio"] {
            vertical-align: middle;
        }
        #form_wrap input[type="radio"] {
            position: relative;
            top: -2px;
        }
        
.field_set {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}
    .field_set.unpublished {
        background-color: #f393b7;
    }
    .field_label {
        padding: 1% 2.5% 1% 3%;
        display: table-cell;
        vertical-align: middle;
    }
        .required_mark {
            color: #d00000;
            position: absolute;
            margin-top: -2px;
            margin-left: -10px;
            font-size: 16px;
        }
        .field_label.width_half {
            width: 44.4%;
        }
        .field_label.width_third {
            width: 27.5%;
        }
        .field_label.width_full {
            width: auto;
            display: block;
            padding-bottom: 0;
        }
        .field_label.width_full.is_header {
            padding-bottom: 1.5%;
        }
        .field_label.width_full.is_separator {
            background-color: #33368c;
            padding-bottom: 0.2%;
        }
        
    .field_input {
        padding: 1% 0 1% 0;
        display: table-cell;
    }
        .field_input.width_half {
            width: 44.6%;
        }
        .field_input.width_two_thirds {
            width: 61.5%;
        }
        .field_input.width_full {
            width: auto;
            display: block;
            border-left: none;
        }
        .field_input.field_error {
            /* background-color: #f393b7; */
        }
        
        .input_txt.small {
            width: 70px;
        }
        .input_txt.medium {
            width: 50%;
            min-width: 170px;
        }
        .input_txt.big {
            width: 96%;
        }
        
        .input_area.small {
            width: 96%;
            height: 19px;
        }
        .input_area.medium {
            min-width: 180px;
            width: 96%;
            height: 70px;
        }
        .input_area.big {
            min-width: 180px;
            width: 96%;
            height: 180px;
        }
        
        .field_option {
            padding: 0.4em 0 0.4em 0;
            padding-left: 1em;
            text-indent: -1em;
        }
            .field_option.big {
                min-width: 158px;
                width: 96%;
            }
            .field_option.medium {
                min-width: 158px;
                width: 47%;
                float: left;
            }
            .field_option.small {
                width: 158px;
                float: left;
            }
            .field_option.unpublished {
                background-color: #f393b7;
            }
    .full_width.align_center {
        text-align: center;
    }
            
.field_submit {
    text-decoration: none;
    position: absolute;
    right: -320px;
    bottom: 25px;
    border: none;
    width: 300px;
}
    #submit {
        background-color: #e20613;
        width: 120px;
        height: 120px;
        vertical-align: middle;
        font-size: 26px;
        font-family: 'Champagne & Limousines Bold', 'Trebuchet MS', sans-serif;
        text-transform: uppercase;
        line-height: 110%;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        float: left;
    }
        .sec7 .field_submit {
            position: static;
            text-align: right;
        }
        .sec7 #submit {
            height: 50px;
            border-radius: 10px;
        }
        #submit:hover, #submit:focus {
            -webkit-animation-duration: 0.3s;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: both;
            -webkit-animation-name: pulse;
            -moz-animation-duration: 0.3s;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: both;
            -moz-animation-name: pulse;
            animation-duration: 0.3s;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-name: pulse;
        }
        
    #rate_cnt {
        background-color: #000000;
        float: right;
        height: 70px;
        border-radius: 10px;
        line-height: 70px;
        display: block;
        padding: 0 20px 0 20px;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        margin-top: 24px;
    }
        
        
/* ====================== Absolutely positioned ===================== */

/* ========================== CMS layout definitions ======================= */

/* Column layouts */
.table_three_cols, .table_two_cols {
    display: table;
    width: 100%;
    margin-bottom: 1%;
}
    .table_col {
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }
    .table_padding {
        display: table-cell;
    }

    .table_three_cols .table_col {
        width: 32%;
    }
    .table_three_cols .table_padding {            
        width: 2%;
    }

    .table_two_cols .table_col {
        width: 44.5%;
    }
    .table_two_cols .table_padding {
        width: 5.5%;
    }

/* Common article properties */
article {
    /* margin-bottom: 1em; */
}

.article_content {
    width: 73%;
    margin-right: 1%;
}
    .article_content.align_right {
        float: right;
    }
    .article_content.align_left {
        float: left;
    }
    
.article_gallery {
    width: 25%;
}
    .article_gallery.align_left {
        float: left;
    }
    .article_gallery.align_right {
        float: right;
    }
    .article_gallery .photos_right .main_image {
        float: none;
        width: 98%;
    }
    .article_gallery .photos_right .photos_wrap {
        float: none;
        width: 100%;
    }
    
/* Image properties */
.article_image {
    display: table;
}
.article_image .img_cnt.has_border {
    border: 4px solid #c7ddeb;
    transition: all .3s ease;
}      
    .article_image a {
        display: table;
        position: relative;
        width: 100%;
        height: auto;
    }
        .article_image a.has_border:hover, .article_image a.has_border:focus {
            border: 3px solid #223f90;
            transition: all .3s ease;
        }
    .img_cnt {
        display: table-cell;
        vertical-align: middle;
        width: 80%;
        line-height: 0;
        overflow: hidden
    }
        .img_cnt img {
            width: 100%;
            height: auto;
        }
    .img_overlay {
        display: table-cell;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: none;
        transition: all .3s ease;
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
        vertical-align: middle;
        filter:alpha(opacity=0);
        opacity: 0.0;
        -moz-opacity:0.00;
        -khtml-opacity: 0.00;
    }
        .article_image a:hover .img_overlay, .article_image a:focus .img_overlay {
            background-color: #000000;
            filter:alpha(opacity=50);
            opacity: 0.50;
            -moz-opacity:0.50;
            -khtml-opacity: 0.50;
            transition: all .3s ease;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
            .article_image .img_overlay.link {
                background-image: url('/img/icon-link.gif');
                background-image: url('/img/icon-enlarge-img.gif');
            }
            .article_image .img_overlay.enlarge {
                background-image: url('/img/icon-enlarge-img.gif');
            }
        
    .article_image.width_liquid {
        width: 31%;
    }
        .table_two_cols .article_image.width_liquid {
            width: 45%;
        }
    .article_icon {
        background-position: left center;
        background-repeat: no-repeat;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .article_image.align_left {
        float: left;
        margin-right: 2.5%;
        margin-bottom: 2%;
    }
    .article_image.align_right {
        float: right;
        margin-left: 2.5%;
        margin-bottom: 2%;
    }
    .article_image.align_top, .table_three_cols .article_image {
        float: none;
        width: 90%;
        height: auto;
        text-align: center;
        margin: 0 auto 5% auto;
    }

/* Gallery properties */
.gallery_wrap {
    
}
.sec4 .gallery_wrap {
    margin-top: 5%;
    margin-bottom: 5%;
}
.photos_wrap {
    max-width: 800px;
    margin: 0 auto 0 auto;
}

/* Default layout gallery */
.layout_default .photo_container {
    width: 100%;
    margin-bottom: 5px;
}
.sec4 .layout_default .photo_container {
    width: 21%;
    margin-right: 1.5%;
    margin-left: 1.8%;
    margin-bottom: 1.5%;
    margin-top: 2%;
    float: left;
}
    .layout_default .photo_content {
        display: block;
        text-align: center;
        line-height: 0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: translateZ(0);
        
        
    }
        .layout_default .photo_content:hover, .layout_default .photo_content:focus {
    
            -webkit-animation-duration: 0.3s;
                -webkit-animation-timing-function: ease;
                -webkit-animation-fill-mode: both;
                -webkit-animation-name: pulse;
                -moz-animation-duration: 0.3s;
                -moz-animation-timing-function: ease;
                -moz-animation-fill-mode: both;
                -moz-animation-name: pulse;
                animation-duration: 0.3s;
                animation-timing-function: ease;
                animation-fill-mode: both;
                animation-name: pulse;
        }
    
    
        .layout_default img {
            width: 100%;
            height: auto;
            margin: 5px auto 0 auto;
            border-radius: 50%;
        }
            .layout_default .photo_container a img.img_portrait {
                width: 66%;
                height: auto;
                position: relative;
                left: 100%;
                margin-left: -200%;
            }
            .layout_default .photo_label {
                line-height: 120%;
                padding: 2% 0 2% 0;
                width: 100%;
                display: inline-block;
                font-size: 80%;
                background-color: #ffffff;
                color: #6d6d6d;
                display: none;
            }
                .layout_default a:hover .photo_label, .layout_default a:focus .photo_label {
                    color: #000000;
                }
.layout_default .gallery_breakpoint {
    /* clear: both; */
}

.table_three_cols .layout_default .photo_container {
    float: none;
    width: 75%;
    margin: 0 auto 10px auto;
}


/* Mosaic layout gallery */
.layout_mosaic .photo_container a img.img_portrait {
    width: 100%;
}

.main_image {
    float: left;
    display: block;
    width: 48%;
    margin-bottom: 2%;
    margin-right: 1%;
}
    .main_image img {
        width: 100%;
        height: auto;
        border: 2px solid #223f90;
        background-color: #223f90;
        
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        
        -webkit-transform: translateZ(0);
    }
        .main_image:hover img, .main_image:focus img {
            -webkit-transform: scale(0.97);
            -moz-transform: scale(0.97);
            -ms-transform: scale(0.97);
            -o-transform: scale(0.97);
            transform: scale(0.97);

            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }
.photos_right .main_image {
    float: left;
}
.layout_mosaic .photos_wrap {
    overflow: auto;
}
.photos_right .photos_wrap {
    width: 50%;
    float: right;
}
.layout_mosaic .photo_container {
    width: 22%;
    padding-bottom: 22%;
    margin-right: 1%;
    margin-left: 0.5%;
    margin-bottom: 1.55%;
    float: left;
    overflow: hidden;
    height: 0;
    border: 2px solid #223f90;
    background-color: #223f90;
}
    .layout_mosaic .photo_container a {
        display: block;
        text-align: center;
        vertical-align: middle;
    }
    .layout_mosaic .photo_container a img {
        position: relative;
        left: 100%;
        margin-left: -200%;
        width: 170%;
        height: auto;
        
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        
        -webkit-transform: translateZ(0);
    }
        .layout_mosaic .photo_container a:hover img, .layout_mosaic .photo_container a:focus img {
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15);

            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }
        .layout_mosaic .photo_label {
            display: none;
        }

.table_two_cols .layout_mosaic .photo_container {
    width: 29%;
    padding-bottom: 29%;
    margin-right: 1%;
    margin-bottom: 1%;
}

        
.table_three_cols .layout_mosaic .photo_container {
    width: 46%;
    padding-bottom: 46%;
    margin-right: 0.75%;
    margin-bottom: 0.75%;
}

.table_three_cols .layout_mosaic.photos_right .main_image {
    width: 96%;
    margin-left: 1%;
    float: none;
}
.table_three_cols .layout_mosaic.photos_right .photos_wrap {
    width: 100%;
    float: none;
}
.table_three_cols .layout_mosaic.photos_right .photo_container {
    width: 28%;
    padding-bottom: 28%;
    margin-left: 1.5%;
}

/* Documents */

.docs_wrap {
    width: 80%;
    margin: 0 auto 0 auto;
    overflow: auto;
}
    .doc_holder {
        display: block;
        margin: 5px 5px 10px 5px;
        width: 150px;
        height: 110px;
        float: left;
        background-position: center 10px;
        background-repeat: no-repeat;
        position: relative;
    }
    .doc_holder.unpublished {
        background-color: #fcc9c9;
    }
        .doc_holder span {
            position: absolute;
            top: 50px;
            width: 140px;
            left: 5px;
            text-align: center;
            font-size: 85%;
            text-decoration: none;
            color: #a65795;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
        }
            .doc_holder:hover span, .doc_holder:focus span {
                text-decoration: underline;
                color: #000000;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
            }
        .file_pdf {
            background-image: url('/img/icon-pdf.gif');
        }
        .file_doc {
            background-image: url('/img/icon-doc.gif');
        }
        .file_xls {
            background-image: url('/img/icon-xls.gif');
        }
        .file_jpg {
            background-image: url('/img/icon-jpg.gif');
        }
        .file_unknown {
            background-image: url('/img/icon-unknown.gif');
        }


/* ======================= Article common definitions ===================== */

#page_body_in a {
    color: #c47810;
    text-decoration: none;
}
    #page_body_in a:hover, #page_body_in a:focus {
        color: #000000;
        transition: all .2s ease;
    }
    #page_body_in p a {
        text-decoration: underline;
    }
#page_wrap h1, #page_wrap h2 {
    color: #000000;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: normal;
}
.article_basic h3 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 0 0;
    font-family: 'Trebuchet MS', sans-serif;
}
.article_basic h4 {
    color: #000000;
    font-size: 20px;
    padding: 0 0px 12px 0px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: bold;
}
#page_body p, #page_wrap ul {
    color: #000000;
    padding: 0 4px 0 4px;
}
#page_body p {
    line-height: 140%;
}
#page_wrap p a, #page_wrap p ul {
    color: #e20613;
    text-decoration: underline;
    transition: all .2s ease;
    cursor: pointer;
}
    #page_wrap p a:hover, #page_wrap p a:focus, #page_wrap p ul:hover, #page_wrap p ul:focus {
        text-decoration: none;
        color: #000000;
        transition: all .2s ease;
    }
#page_wrap ul {
    line-height: 120%;
    list-style-type: circle;
    list-style-position: inside;
}
    #page_wrap ul li {
        padding-left: 1em;
        text-indent: -1em;
        padding-top: 5px;
        padding-bottom: 5px;
    }


/* ======================== Article specific layouts ====================== */

.table_col h1, .table_col h2, .table_col h3, .table_col h4, .table_col p, .table_col ul {
    padding: 0 0 4% 0;
    font-weight: normal;
}
.table_three_cols h3 {
    text-align: center;
    font-weight: normal;
}

.article_basic {
    padding-left: 3px;
}
    .sec4 .article_basic {
        min-height: 210px;
    }

.article_basic p, #form_wrap p, .article_basic ul {
    font-size: 18.5px;
    font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
    line-height: 115%;
    padding-bottom: 10px;
}
    #page_id_79 .article_basic p, #form_wrap p, .article_basic ul {
        font-size: 16.5px;
    }
#page_wrap .article_basic ul li {
    font-size: 20px;
    font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
}

.tbl_params {
    width: 100%;
    border-collapse:separate;
    background-color: #40ae49;
    color: #ffffff;
}
    .table_col:nth-of-type(2) .tbl_params {
        background-color: #fff101;
        color: #000000;
    }
        #page_wrap .table_col:nth-of-type(2) .tbl_params h4 {
            color: #000000;
        }
    .table_col:nth-of-type(3) .tbl_params {
        background-color: #d1232a;
    }
    .param_title {
        width: 60%;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    .param_value {
        width: 40%;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        text-align: center;
    }
    .param_header {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    .param_title, .param_value, .param_header {
        padding: 8px;
        vertical-align: middle;
    }
    #page_wrap .tbl_params h4 {
        font-size: 17px;
        font-weight: bold;
        font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
        color: #ffffff;
        padding-bottom: 0;
    }
    #page_wrap .tbl_params p {
        font-size: 14px;
        font-weight: normal;
        font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
        padding-bottom: 0;
    }
    

/* ----------------------------- Layout 1 ------------------------------- */
.article_layout_1 {
    background-color: #e20613;
    border-radius: 50%;
    padding: 5%;
    float: left;
}
    #page_wrap .article_layout_1 h2, #page_wrap .article_layout_1 p, #page_wrap .article_layout_1 ul li {
        color: #ffffff;
    }
    
    .article_layout_1 a {
        color: #ffffff;
        text-decoration: none;
    }



/* ======================== Specific page elements ====================== */

#btn_back {
    display: table;
    text-decoration: none;
    margin: 20px auto 0 auto;
    cursor: pointer;
}
.sec4 #btn_back {
    display: none;
}
#btn_back_landscape {
    display: table;
    text-decoration: none;
    margin: 20px auto 0 auto;
    cursor: pointer;
    position: absolute;
    top: 350px;
    left: 225px;
    z-index: 1003;
}
    #btn_back span, #btn_back_landscape span {
        display: table-cell;
        background-color: #e20613;
        width: 50px;
        height: 50px;
        vertical-align: middle;
        font-size: 20px;
        font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
        line-height: 110%;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
    }
        #btn_back:hover, #btn_back:focus {
            -webkit-animation-duration: 0.3s;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: both;
            -webkit-animation-name: pulse;
            -moz-animation-duration: 0.3s;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: both;
            -moz-animation-name: pulse;
            animation-duration: 0.3s;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-name: pulse;
        }
        
.sec3 #btn_back, .sec11 #btn_back {
    float: right;
    position: relative;
    top: -100px;
    right: 20px;
}

#field_14 {
    display: none;
}
#field_15, #field_16 {
    display: table;
}

#page_id_3 #btn_back_landscape {
    display: none;
}

/* ----------------------------- Homepage ------------------------------- */

.home_img {
    width: 127px;
    height: 127px;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}
.bubble_text {
    display: table;
    background-color: #e20613;
    border-radius: 50%;
    filter:alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
    .bubble_text:hover, .bubble_text:focus {
        filter:alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .bubble_text p {
        display: table-cell;
        color: #ffffff;
        vertical-align: middle;
        text-align: center;
        line-height: 120%;
        font-size: 23px;
    }
        .bubble_text p span {
            padding: 0 5% 0 5%;
            display: block;
        }

#home_img_1 {
    left: 41%;
    top: 1.5%;
}
#home_img_2 {
    left: 23%;
    top: 20%;
}
#home_img_3 {
    left: 33%;
    top: 47%;
}
#home_img_4 {
    left: 47%;
    top: 60%;
}
#home_img_5 {
    left: 71%;
    top: 36%;
}
#home_img_main {
    left: 45%;
    top: 17%;
    width: 22%;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
}
    #home_img_main img {
        width: 100%;
        height: auto;
    }


/* ----------------------------- Tour list ------------------------------- */

#page_wrap .tour_list {
    list-style: none;
    list-style-position: inside;
}
    .left_column {
        width: 45%;
        float: left;
        margin-right: 2%;
    }
    .right_column {
        width: 45%;
        float: left;
    }
    #page_wrap .tour_list li {
        font-size: 25px;
        position: relative;
        padding-left: 0;
        text-indent: 0;
        font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
        padding-bottom: 5px;
    }
        .tour_list li a {
            text-decoration: none;
            color: #000000;
            line-height: 40px;
        }
        .tour_list .tour_number {
            background-color: #e20613;
            border-radius: 50px;
            width: 30px;
            line-height: 30px;
            padding: 5px;
            display: inline-block;
            text-align: center;
            color: #ffffff;
            margin-right: 10px;
            float: left;
        }
            .tour_number {
                font-size: 17px;
            }
        .tour_list .tour_name {
            /* border-bottom: 2px dashed #747474; */
        }
            .tour_list li a:hover, .tour_list li a:focus {
                border-bottom: 2px solid #747474;
            }
            .tour_list li a:hover .tour_number, .tour_list li a:focus .tour_number {
                 -webkit-animation-duration: 0.3s;
                -webkit-animation-timing-function: ease;
                -webkit-animation-fill-mode: both;
                -webkit-animation-name: pulse;
                -moz-animation-duration: 0.3s;
                -moz-animation-timing-function: ease;
                -moz-animation-fill-mode: both;
                -moz-animation-name: pulse;
                animation-duration: 0.3s;
                animation-timing-function: ease;
                animation-fill-mode: both;
                animation-name: pulse;
            }
            
            
/* ----------------------------- Tour detail ------------------------------- */

h1 .tour_name {
    border-bottom: 2px dashed #000000;
}
h1 .tour_number {
    /* background-color: #e20613; */
    border-radius: 50px;
    border: 1px solid #000000;
    width: 30px;
    line-height: 30px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    /* color: #ffffff; */
    margin-right: 10px;
    float: left;
}
#icon_holder {
    display: table-cell;
    min-width: 64px;
    padding-left: 20px;
    padding-top: 20px;
    width: 120px;
}
    #icon_holder img {
        padding-left: 1px;
        padding-right: 1px;
    }
    .icons_column {
        width: 55px;
        float: left;
    }
#btn_book, .btn_book {
    display: table;
    text-decoration: none;
    position: absolute;
    right: 5px;
    bottom: 31px;
}
    #btn_book span, .btn_book span {
        display: table-cell;
        background-color: #e20613;
        width: 120px;
        height: 120px;
        vertical-align: middle;
        font-size: 25px;
        padding-left: 2px;
        padding-right: 2px;
        line-height: 110%;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
    }
        #btn_book:hover, #btn_book:focus, .btn_book:hover, .btn_book:focus {
            -webkit-animation-duration: 0.3s;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: both;
            -webkit-animation-name: pulse;
            -moz-animation-duration: 0.3s;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: both;
            -moz-animation-name: pulse;
            animation-duration: 0.3s;
            animation-timing-function: ease;
            animation-fill-mode: both;
            animation-name: pulse;
        }
        
        
.tbl_tour {
    width: 100%;
    border: 2px solid #000000;
    border-radius: 10px;
    margin-top: 30px;
    border-collapse:separate;
    display: none;
}
    .tbl_tour_left {
        width: 40%;
        border-right: 1px solid #000000;
    }
    .tbl_tour_right {
        width: 60%;
    }
    .tbl_tour_bottom {
        border-top: 1px solid #000000;
    }
    .tbl_tour_left, .tbl_tour_right, .tbl_tour_bottom {
        padding: 5px 15px 10px 15px;
    }
    .tbl_tour h4 {
        font-size: 21px;
        font-weight: bold;
        font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
        padding: 0;
        line-height: 115%
    }
    .tbl_tour p {
        font-size: 18px;
        font-weight: normal;
        font-family: 'PT Sans', 'Trebuchet MS', sans-serif;
        padding-bottom: 0;
    }
    

/* ----------------------------- Icon list ------------------------------- */

#page_wrap .icon_list {
    list-style-type: none;
}
    #page_wrap .icon_list li {
        height: 52px;
        line-height: 52px;
        padding-left: 90px;
        position: relative;
    }
        #page_wrap .icon_list li img {
            position: absolute;
            left: 0;
        }



/* ============================ CMS controls ============================= */

#page_body article {
    position: relative;
}
.admin_controls {
    position: absolute;
    margin-top: -10px;
    background-color: #9c1c1c;
    height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-image: url('/img/admin-expand.gif');
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1100;
}
    .admin_controls.cmd_edit {
        right: 18px;
    }
    .admin_controls span {
        background-color: #ffffff;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        border-top: 1px solid #9c1c1c;
        border-bottom: 1px solid #9c1c1c;
        display: inline-block;
        overflow: hidden;
        width: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #bababa;
    }
    .admin_controls:hover span {
        width: auto;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        color: #000000;
    }
    
    .admin_controls.published {
        background-color: #1faa36;
        background-image: url('/img/admin-published.gif');
        background-position: center center;
        right: -10px;
    }
    .admin_controls.unpublished {
        background-color: #999999;
        background-image: url('/img/admin-disabled.gif');
        background-position: center center;
        right: -10px;
    }


/* ========================== Media queries ========================= */

@media screen and (min-width: 1500px) {
    nav {
        top: 50px;
    }
    #prim_navi {
        font-size: 40px;
    }
    #prim_navi li {
        padding-left: 12%;
    }
    #page_wrap .tour_list li {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .article_basic p, #form_wrap p, #page_wrap .article_basic ul li, #page_wrap h3, #page_wrap h4 {
        font-size: 21px;
    }
    #icon_holder {
        width: 120px;
    }
    #btn_book {
        right: 5px;
    }
    #form_wrap input[type="text"], #form_wrap textarea, #form_wrap select {
        padding: 2%;
    }
}

@media screen and (min-width: 1700px) {
    nav {
        top: 47px;
    }
    #prim_navi {
        font-size: 50px;
    }
    #prim_navi li {
        padding-left: 10%;
    }
    .article_basic p, #form_wrap p, #page_wrap .article_basic ul li {
        font-size: 23px;
    }
    
}

@media screen and (min-width: 1260px) {
    
    footer {
        width: 1210px;
    }
        footer .clear_both {
            display: none;
        }
        #footer_partners {
            padding: 62px 0 10px 65px;
            float: left;
            width: 190px;
        }
            #logo_kooperativa {
                width: 190px;
                height: auto;
            }
        .clear_footer {
            clear: both;
        }
    
}
@media screen and (max-width: 1335px) {
    #prim_navi {
        font-size: 35px;
    }
    #prim_navi li {
        padding-left: 9%;
    }
    #page_body_wrap {
        top: 11%;
    }
    #page_wrap .tour_list li {
        font-size: 22px;
    }
    .article_basic p, #form_wrap p, #page_wrap .article_basic ul li {
        font-size: 17px;
    }
    #form_wrap input[type="text"], #form_wrap textarea, #form_wrap select {
        font-size: 16px;
        
    }
        #form_wrap select {
            padding-left: 0;
            padding-right: 0;
        }
    #page_body_wrap {
        top: 5%;
    }
    #camera_prev_btn {
        left: 45%;
    }
    #camera_next_btn {
        right: 45%;
    }
    .tbl_tour h4 {
        font-size: 18px;
    }
    .tbl_tour p {
        font-size: 16px;
    }
    #page_wrap .tbl_params h4 {
        font-size: 15px;
    }
    #page_wrap .tbl_params p {
        font-size: 13px;
    }
    .param_title, .param_value, .param_header {
        padding: 6px;
    }
    
    .bubble_text p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1180px) {
    nav {
        top: 61px;
    }
    #prim_navi {
        font-size: 31px;
    }
    #prim_navi li {
        padding-left: 6%;
    }
    #page_wrap .tour_list li {
        font-size: 18px;
    }
    #page_body_wrap {
        top: 8%;
    }
    #section_image img {
        width: 270px;
        height: 270px;
    }
    #section_image_overlay {
        width: 270px;
        height: 270px;
    }
    #image_placeholder {
        width: 298px;
    }
    .tour_number {
        width: 22px;
        line-height: 22px;
    }
    .sec4 .article_basic {
        min-height: 176px;
    }
    .article_basic p, #form_wrap p, #page_wrap .article_basic ul li {
        font-size: 14px;
    }
    .tbl_tour_left, .tbl_tour_right, .tbl_tour_bottom {
        padding: 5px 5px 10px 5px;
    }
    .tbl_tour {
        margin-top: 15px;
    }
        .tbl_tour h4 {
            font-size: 16px;
        }
        .tbl_tour p {
            font-size: 14px;
        }
    
    #btn_book {
        right: 1%;
    }
    #camera_prev_btn {
        left: 44%;
    }
    #camera_next_btn {
        right: 44%;
    }
    #form_wrap input[type="text"], #form_wrap textarea, #form_wrap select {
        font-size: 12px;
    }
    #form_wrap .styled_select p {
        font-size: 14px;
    }
    #container_date_item img {
        top: -1px;
    }
    
    #page_wrap .tbl_params h4 {
        font-size: 14px;
    }
    #page_wrap .tbl_params p {
        font-size: 12px;
    }
    .param_title, .param_value, .param_header {
        padding: 4px;
    }
    
    .home_img {
        width: 110px;
        height: 110px;
    }
    
    .bubble_text p {
        font-size: 17px;
    }
    
    #btn_back_landscape {
        top: 325px;
        left: 210px;
    }
}

@media screen and (max-width: 1024px) {
    #page_body_wrap {
        top: 2%;
    }
}

@media screen and (min-width: 980px) {
    .mobile_nav {
        display: none;
    }
    .responsive_menu {
        display: none;
    }
    #menu_caption {
        display: none;
    }
    .sec4 .gallery_wrap {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    
    #home_img_1 {
        left: 41%;
        top: 11.5%;
    }
    #home_img_2 {
        left: 23%;
        top: 40%;
    }
    #home_img_3 {
        left: 33%;
        top: 66%;
    }
    #home_img_4 {
        left: 50%;
        top: 78%;
    }
    #home_img_5 {
        left: 81%;
        top: 26%;
    }
    #home_img_main {
        left: 47%;
        top: 27%;
        width: 28%;
    }
    
    #prim_navi {
        display: none;
    }
    .mobile_nav {
        position: relative;
        width: 170px;
        text-align: center;
        margin: 0 auto 0 auto;
        cursor: pointer;
    }
        #menu_caption {
            position: absolute;
            line-height: 18px;
            left: 35px;
            top: -5px;
            font-size: 38px;
            display: block;
        }
    .menu_btn {
        position: relative;
    }
    .menu_btn span {
        display: block;
        width: 19px;
        height: 3px;
        margin: 4px 0;
        background: rgb(0,0,0);
    }
    .responsive_menu {
        display: none;
        width: 60%;
        border-top: 1px solid #989da1;
        margin: 18px 30% 0 10%;
        filter:alpha(opacity=90);
        opacity: 0.9;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }
        .responsive_menu li {
            float: left;
            width: 50%;
            display: block;
            text-align: center;
            background-color: #ffffff;
        }
        .responsive_menu li.menu_tablet {
            display: none;
        }
            .responsive_menu li:nth-of-type {
                border-right: 1px solid #989da1;
                border-bottom: 1px solid #989da1;
            }
            .responsive_menu li a {
                display: block;
                color: #989da1;
                text-decoration: none;
                width: 100%;
                font-size: 25px;
                line-height: 40px;
                height: 40px;
                border-right: 1px solid #989da1;
                border-left: 1px solid #989da1;
                border-bottom: 1px solid #989da1;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: all .2s ease;
            }
                .responsive_menu li a:hover, .responsive_menu li a:focus {
                    background-color: #000000;
                    color: #ffffff;
                    -webkit-transition: 0.3s ease;
                    -moz-transition: 0.3s ease;
                    -o-transition: 0.3s ease;
                    transition: all .2s ease;
                }
    .expand {
     display: block !important; 
    }
    
    body {
        background-image: url('/img/bg-img-01.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-attachment: fixed;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
        body#page_id_1 {
            background-image: none;
        }
    #page_wrap {
        overflow: visible;
    }
        #slider {
            display: none;
        }
        .bg_img {
            display: none;
        }
        #page_id_1 .bg_img {
            display: block;
        }
        #page_body_wrap {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            position: static;
        }
            #body_tab_in {
                display: block;
                height: auto;
            }
            #body_tab {
                min-height: 350px;
                border-top-left-radius: 200px;
                border-top-right-radius: 200px;
                border-bottom-left-radius: 0;
                padding: 8% 12% 50px 12%;
                margin-top: 5%;
                margin-bottom: 50px;
            }
                .sec4 #body_tab {
                    padding-bottom: 200px;
                    margin-bottom: 0;
                }
                #body_tab.has_image {
                    padding-top: 130px;
                }
                #tab_arrow {
                    display: none;
                }
                #left_placeholder {
                    display: none;
                }
                #image_placeholder {
                    height: 220px;
                }
                #section_image img {
                    width: 300px;
                    height: 300px;
                }
                #tab_content {
                    display: block;
                }
                #page_wrap .tour_list li {
                    float: none;
                    width: 100%;
                    margin-bottom: 18px;
                    font-size: 25px;
                }
                    .tour_list .tour_number {
                        position: absolute;
                    }
                    .tour_list .tour_name {
                        margin-left: 55px;
                        display: inline-block;
                    }
        #camera_wrap_1 {
            display: none !important;
        }
        #section_image {
            left: auto;
            top: auto;
            width: 90%;
            text-align: center;
            margin-top: 20px;
        }
            #section_image_overlay {
                display: none;
            }
        .tbl_tour {
            margin-left: auto;
            margin-right: auto;
        }
        #icon_holder {
            width: auto;
            text-align: center;
            display: block;
            padding-left: 0;
        }
            .icons_column {
                text-align: center;
                width: auto;
                float: none;
            }
            
        #btn_book {
            position: relative;
            margin: 0 auto 0 auto;
            right: auto;
            bottom: 220px;
        }
            .sec4 #btn_book {
                bottom: 170px;
            }
        
        .left_column, .right_column {
            float: none;
            width: 100%;
        }
        
        #tab_text {
            float: none;
            width: 100%;
        }
        #form_wrap {
            float: none;
            width: 100%;
        }
        
        
    footer {
        background-color: #f8dcdc;
        width: auto;
    }
        .footer_tab {
            width: 32%;
            margin-left: 0.5%;
            margin-right: 0.5%;
        }
        .footer_tab_inside {
            width: 100%;
        }
        #social_fb {
            left: auto;
            right: 124px;
        }
        #social_tripadvisor {
            left: auto;
            right: 124px;
        }
        
        #footer_partners {
            padding-top: 10px;
            padding-left: 0;
        }
    
    .sec4 .gallery_wrap {
        margin-top: 0;
    }
    .sec5 .article_content, .sec7 .article_content {
        padding-top: 20px;
    }
    .field_submit {
            position: static;
            text-align: center;
            margin-bottom: 30px;
            width: 100%;
        }
        #submit {
            height: 60px;
            border-radius: 10px;
            float: right;
            margin-left: 15px;
        }
        #rate_cnt {
            height: 60px;
            line-height: 60px;
            margin-top: 0;
        }
        
    .bubble_text {
        display: none;
    }
    
    .home_img {
        width: 80px;
        height: 80px;
    }
    
    #btn_back_landscape {
        top: 10px;
        left: 20%;
    }
}

@media screen and (max-width: 660px) {
    
    .responsive_menu li {
        float: none;
        width: 100%;
    }
    .responsive_menu {
        width: 45%;
        border-top: 1px solid #989da1;
        margin: 18px 40% 0 15%;
    }
    
    #body_tab {
        border-top-left-radius: 170px;
        border-top-right-radius: 170px;
        padding: 22% 6% 30px 6%;
    }
        #body_tab.has_image {
           padding-top: 130px;
        }
    #page_wrap .tour_list li {
        font-size: 18px;
    }
        .tour_list li a {
            line-height: initial;
        }
    .tbl_tour {
        width: 100%;
    }
    .sec5 .article_content, .sec7 .article_content {
        padding-top: 0;
    }
    
    .table_three_cols, .table_two_cols {
        display: block;
    }
    .table_three_cols .table_col {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #image_placeholder {
        height: 200px;
    }
    
    .footer_tab {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        height: auto;
    }
    .footer_tab_inside {
        width: 100%;
        font-size: 16px;
        vertical-align: top;
        height: auto;
    }
        #footer_tab_social {
            width: 98%;
            height: 81px;
            height: auto;
            margin-top: 30px;
        }
            #footer_tab_social .footer_tab_inside {
                height: auto;
            }
        #footer_tab_social a {
            border: none;
        }
    #footer_tab_social img {
        position: static;
    }
    
    #footer_partners {
        padding-top: 20px;
    }
    
    .home_img {
        width: 50px;
        height: 50px;
    }
    
}

@media screen and (max-width: 460px) {
    #menu_caption {
        display: none;
    }
    .mobile_nav {
        width: 30px;
        margin-left: 76px;
    }
    #section_image img {
        width: 80%;
        height: auto;
    }
    #submit {
        margin-bottom: 15px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 73%;
    }
    #rate_cnt {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    
}

@media screen and (max-width: 380px) {
    #body_tab.has_image {
        padding-top: 80px;
    }
    .footer_tab {
        width: 99%;
    }
    
    .home_img {
        width: 40px;
        height: 40px;
    }
}