/* ========================== 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: #bfbfbf;
        text-align: center;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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 ========================= */


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

.clear_both {
    clear: both;
}
.content_wrap {
    margin: 0 auto 0 auto;
    width: 93%;
    max-width: 1170px;
}
.nowrap {
    white-space: nowrap;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}

#large_wrap {
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 2000px;
    min-width: 280px;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 10px #000000;
}
#top_bar_wrap {
    -webkit-box-shadow: 0px 3px 7px 0px #b4b1de;
    -moz-box-shadow:    0px 3px 7px 0px #b4b1de;
    box-shadow:         0px 3px 7px 0px #b4b1de;
}
    #page_id_1 #top_bar_wrap, #page_id_3 #top_bar_wrap {
        border-bottom: 2px solid #d5e2f5;
    }
    #top_bar_in {
        height: 126px;
        position: relative;
    }
    #logo {
        height: 126px;
    }
    #logo {
        width: 302px;
        position: relative;
        float: left;
    }
    #logo a {
        width: 302px;
        height: 90px;
        display: block;
        top: 18px;
        text-decoration: none;
        font-size: 130%;
        font-weight: bold;
        position: absolute;
        text-align: justify;
    }
        #logo_txt_upper {
            color: #231f20;
            text-transform: uppercase;
            font-size: 44px;
            font-weight: bold;
            position: relative;
            top: 10px;
        }
        #logo_txt_lower {
            color: #2e3192;
            text-transform: lowercase;
            font-size: 20px;
            font-weight: normal;
            position: relative;
            top: 10px;
        }
        #logo_img {
            background-image: url('../img/logo-fixbox.gif');
            background-position: left top;
            background-repeat: no-repeat;
            width: 302px;
            height: 90px;
            position: absolute;
            display: block;
            left: 0;
            top: 0;  
        }
            #logo a:hover #logo_img, #logo a:focus #logo_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;
            }
            #logo_img img {
                display: none;
            }
    nav #prim_navi {
        position: absolute;
        right: 10%;
        top: 35px;
        font-family: "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", sans-serif;
        font-size: 16px;
    }
        nav #prim_navi li {
            float: left;
            position: relative;
            border-right: 1px solid #dedede;
        }
        #prim_navi li:last-child {
            border-right: none;
        }
            nav #prim_navi > li > a {
                display: block;
                text-decoration: none;
                color: #a4a4a4;
                font-size: 13px;
                line-height: 38px;
                padding: 0 12px 0 12px;
                font-weight: normal;
            }
                nav #prim_navi > li > a:hover, nav #prim_navi > li > 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;
                }
                nav #prim_navi li a span {
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }
                nav #prim_navi li a:hover span, nav #prim_navi li a:focus span {
                    color: #2e3192;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s; 
                }
                #nav_active {
                    color: #2e3192;
                    font-weight: bold;
                }
            .lang_jp .navi_expandable > a {
                background-image: url('/img/navi-expand.gif');
                background-position: center bottom;
                background-repeat: no-repeat;
            }
            .popup {
                position: absolute;
                z-index: 20;
                display: none;
                margin-top: 0;
                margin-left: -1px;
                width: 208px;
                border-top: 1px solid #30351f;
                filter:alpha(opacity=85);
                opacity: 0.75;
                -moz-opacity:0.75;
                -khtml-opacity: 0.75;
                transition: all .2s ease;
                top: 38px;
            }
                #prim_navi li .popup li {
                    border-bottom: 1px solid #30351f;
                    border-left: 1px solid #30351f;
                    border-right: 1px solid #30351f;
                    height: 32px;
                    line-height: 32px;
                    font-size: 15px;
                    text-align: left;
                    text-transform: none;
                    transition: all .2s ease;
                    float: none;
                    width: 206px;
                }
                #prim_navi li .popup li a {
                    height: 32px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            nav #prim_navi li:hover .popup {
                display: block;
                background-color: #203549;
                transition: all .2s ease;
            }
                nav #prim_navi li:hover .popup li a {
                    font-size: 12px;
                    display: block;
                    padding-left: 6px;
                    padding-right: 6px;
                    color: #cfe4f7;
                    text-decoration: none;
                    background-color: #000000;
                    transition: all .2s ease;
                }
                    nav #prim_navi li:hover .popup li a:hover {
                        background-color: #203549;
                        transition: all .2s ease;
                    }
                
    #lang_wrap {
        width: 90px;
        height: 20px;
        position: absolute;
        right: 1%;
        top: 90px;
        z-index: 10;
    }
        #lang_wrap p {
            height: 20px;
            line-height: 20px;
            display: block;
        }
            #lang_wrap p a {
                text-decoration: none;
                color: #a4a4a4;
                font-size: 14px;
                display: block;
                width: 30px;
                height: 20px;
                float: left;
                position: relative;
            }
                #lang_wrap p a:hover, #lang_wrap p a:focus {
                    color: #2e3192;
                    -webkit-animation-duration: 1s;
                        -webkit-animation-timing-function: ease;
                        -webkit-animation-fill-mode: both;
                        -webkit-animation-name: swing;
                        -moz-animation-duration: 1s;
                        -moz-animation-timing-function: ease;
                        -moz-animation-fill-mode: both;
                        -moz-animation-name: swing;
                        animation-duration: 1s;
                        animation-timing-function: ease;
                        animation-fill-mode: both;
                        animation-name: swing;
                }
            #lang_wrap p a span {
                position: absolute;
                top: 0;
                left: 0;
                background-position: center center;
                background-repeat: no-repeat;
                width: 30px;
                height: 20px;
                display: block;
            }
            #flag_jp span {
                background-image: url('../img/flag-jp.gif');
            }
            #flag_en span {
                background-image: url('../img/flag-en.gif');
            }
            #flag_cz span {
                background-image: url('../img/flag-cz.gif');
            }
                
#slider {
    position: relative;
    background-color: #4b6ac4;
}
    .camera_wrap {
        min-height: 200px;
    }
    #slogan {
        color: #ffffff;
        position: absolute;
        font-size: 70px;
        top: 25%;
        font-weight: normal;
        -webkit-transform: translateZ(0);
        text-shadow: 0px 0px 4px #000000;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    #temp_msg {
        background-color: #dedede;
        color: #ed1c24;
        filter:alpha(opacity=75);
        opacity: 0.75;
        -moz-opacity:0.75;
        -khtml-opacity: 0.75;
        position: absolute;
        top: 45%;
        width: 50%;
        padding: 1em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: left;
    }
        #temp_msg h2 {
            font-size: 1.6em;
            margin-bottom: 1em;
        }
        #temp_msg p {
            font-size: 1.2em;
            font-weight: bold;
            line-height: 120%;
        }
    #slider > img {
        width: 100%;
        height: auto;
        display: block;
    }
        #slider_shadow_wrap {
            background-image: url('../img/slider-shadow-body.gif');
            background-position: left top;
            background-repeat: repeat-x;
        }
            #slider_shadow_left {
                background-image: url('../img/slider-shadow-left.gif');
                background-position: left top;
                background-repeat: no-repeat;
            }
                #slider_shadow_right {
                    height: 21px;
                    background-image: url('../img/slider-shadow-right.gif');
                    background-position: right top;
                    background-repeat: no-repeat;
                }
                
    .slogan_static {
        position: absolute;
        top: 290px;
        left: 0;
        width: 100%;
    }
        .slogan_static p {
            width: 85%;
            margin: 0 auto 0 auto;
            color: #ffffff;
            text-shadow: 0px 0px 4px #000000;
            font-size: 40px;
            font-weight: bold;
            line-height: 140%;
            font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        }

#page_wrap {
    margin-top: 2%;
    margin-bottom: 50px;
}
    #page_body {
        min-height: 200px;
        width: 74.188034%;
        float: left;
        text-align: left;
    }
    
    #page_body .breadcrumbs_wrap {
        font-size: 0.75em;
        margin-bottom: 1em;
        text-align: center;
    }
    
    aside {
        min-height: 200px;
        width: 22.3931623%;
        float: right;
        text-align: left;
    }
        aside p {
            line-height: 120%;
            font-size: 0.8em;
        }
        
.news_article {
    background-color: #ffffff;
    margin-top: 1em;
    margin-bottom: 1.5em;
    border-top: 1px solid #33368c;
    padding-top: 20px;
}
    .news_article:nth-of-type(1) {
        border-top: none;
        padding-top: 0;
    }
    aside .news_article p {
        font-size: 0.8em;
        padding-left: 0;
        margin-bottom: 0;
        text-align: justify;
        padding-top: 20px;
        color: #9d9d9d;
    }
    aside .news_article p.news_date {
        font-size: 0.8em;
        color: #000000;
        padding-top: 0;
    }
    #page_wrap aside .news_article h3 {
        padding-bottom: 0.3em;
    }
    aside .article_image.align_top {
        margin-bottom: 0;
    }
    #page_body aside .news_article a {
        color: #009fdb;
        text-decoration: none;
    }
        #page_body aside .news_article a:hover, #page_body aside .news_article a:focus {
            text-decoration: underline;
            color: #000000;
        }
    #page_body aside .news_article h3, #page_body aside .news_article p {
        padding-left: 5%;
        padding-right: 5%;
    }   
        
        #quick_contacts h2 {
            background-color: #33368c;
            color: #ffffff;
            text-align: center;
            font-size: 0.9em;
            line-height: 230%;
            font-weight: normal;
        }
        
    .quick_item {
        padding: 1.1em 1em 1em 0;
        border-bottom: 1px solid #33368c;
    }
        .quick_item.quick_company {
            padding-right: 0;
        }
        #page_wrap .quick_item p {
            color: #9d9d9d;
            background-position: 5px center;
            background-repeat: no-repeat;
            padding-left: 28px;
        }
        #page_wrap .quick_item p strong {
            font-weight: bold;
            color: #000000;
        }
        #page_wrap .quick_company p {
            background-image: url('../img/icon-logo-xsm.gif');
            min-height: 18px;
            background-position: left center;
        }
        .quick_address p {
            background-image: url('../img/icon-address.gif');
        }
        .quick_tel p {
            background-image: url('../img/icon-tel.gif');
        }
        .quick_mail p {
            background-image: url('../img/icon-mail.gif');
        }
        #page_wrap .quick_button a {
            margin-top: 1em;
            color: #cecce0;
            border: 2px solid #a6a6a6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 0.7em;
            background-color: #33368c;
            font-size: 1em;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        } 
            #page_wrap .quick_button a:hover, #page_wrap p .quick_button a:focus {
                border: 2px solid #000000;
                color: #ffffff;
                
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }
        
        .no_bottom {
            border-bottom: none;
        }
            #page_wrap .quick_item.no_bottom {
                padding-bottom: 0;
            }
            #page_wrap .quick_item.no_top {
                padding-top: 0;
            }

footer {
    background-color: #333333;
    min-height: 200px;
}
    footer .content_wrap {
        text-align: left;
        padding: 3% 3% 5% 3%;
    }
    footer p, footer ul {
        font-size: 80%;
        color: #c7c7c7;
        line-height: 130%;
        padding-bottom: 1.6%;
    }
    footer ul li {
        float: left;
    }
    footer a {
        color: #ffffff;
        text-decoration: underline;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
        footer a:hover, footer a:focus {
            color: #6468ee;
            text-decoration: none;

            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }
        
        
.mobile_nav {
    display: none;
}
.responsive_menu {
    display: none;
}


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

#form_wrap {
    background-color: #dff5fb;
    border: 1px solid #33368c;
    position: relative;
    margin-top: 2em;
}
    #form_intro, #form_outro {
        width: auto;
        display: block;
    }
    #page_wrap #form_wrap h3 {
        color: #33368c;
        font-size: 1.1em;
    }
    #form_wrap h4 {
        color: #33368c;
        font-size: 1em;
        padding-bottom: 1.5%;
        padding-top: 1.5%;
    }
    #page_body #form_wrap p {
        color: #33368c;
        margin-bottom: 0;
        font-size: 0.75em;
    }
    #form_wrap input[type="text"], #form_wrap textarea, #form_wrap select {
        border: 1px solid #bddde8;
        padding: 0.3em;
        transition: all .2s ease;
    }
        #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: 1px solid #33368c;
            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;
        }
    .form_button {
        background-color: #e0f4fb;
        color: #2b3282;
        padding: 0.2em 0.4em 0.2em 0.4em;
        font-size: 0.9em;
        font-weight: bold;
        border: none;
        border-radius: 7px;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        transition: all .2s ease;
        cursor: pointer;
    }
        .form_button:hover, .form_button:focus {
            background-color: #000000;
            color: #dff5fb;
            transition: all .2s ease;
        }
        .form_button:active {
            color: #ffffff;
        }
        .form_button {
            float: right;
        }
    #form_back {
        padding: 0.8em 0.4em 0.2em 0.4em;
        color: #ffffff;
        font-size: 0.8em;
        
    }
    #form_bottom_line {
        background-color: #33368c;
        height: 1px;
        position: relative;
        top: -2px;
        margin-bottom: 2em;
        -webkit-transform: translateZ(0);
    }

    

.field_set {
    border-bottom: 1px solid #33368c;
    display: table;
    width: 100%;
}
    .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 p {

        }
        .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% 3% 1% 2.5%;
        display: table-cell;
        border-left: 1px solid #33368c;
    }
        .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;
        }
        #page_body .field_input .err_msg {
            font-size: 0.7em;
            background-image: url('/img/form-exclamation.gif');
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 20px;
            margin-left: 3px;
        }
        #page_body .field_subtitle {
            font-size: 0.75em;
            margin-left: 3px;
            background-image: url('/img/form-info-blue.gif');
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 20px;
        }
        #page_body .field_input.field_error .field_subtitle {
            background-image: url('/img/form-info-red.gif');
        }
        
        
        .field_input .prefix {
            margin-right: 0.3em;
        }
            .field_input .prefix.fixed {
                width: 60px;
                text-align: right;
                display: inline-block;
            }
        .field_input .suffix {
            margin-left: 0.3em;
        }

        .input_txt.small {
            width: 50px;
        }
        .input_txt.medium {
            width: 50%;
            min-width: 170px;
        }
        .input_txt.big {
            width: 80%;
        }
        
        .input_area.small {
            width: 180px;
            height: 3em;
        }
        .input_area.medium {
            min-width: 180px;
            width: 75%;
            height: 4em;
        }
        .input_area.big {
            min-width: 180px;
            width: 96%;
            height: 6em;
        }
        
        .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;
            }

.trp_container {
    
}
    .field_tpl_holder {
        width: 33.3333%;
        float: left;
        overflow: hidden;
    }
        .field_tpl_holder.field_error {
            background-color: #f393b7;
        }
        .field_tpl_holder.unpublished {
            background-color: #f393b7;
        }
        .tpl_inside {
            border-right: 1px solid #33368c;
            border-bottom: 1px solid #33368c;
            padding: 3.5% 7.5% 3.5% 9.5%;
            display: table;
            overflow: hidden;
            white-space: nowrap;
        }
        .field_tpl_holder:nth-of-type(3n) .tpl_inside {
            border-right: none;
        }
        
        .tpl_label {
            display: table-cell;
            width: 60%;
            overflow: hidden;
        }
            .tpl_label label {
                padding-right: 0.3em;
            }
        .tpl_input {
            display: table-cell;
            width: 25%;
            overflow: hidden;
        }
        .tpl_input .input_txt {
            /* width: 80%; */
        }
        .tpl_suffix {
            display: table-cell;
            width: 15%;
            overflow: hidden;
            padding-left: 0.3em;
        }
        
.trp_btm_line {
    border-bottom: 1px solid #33368c;
    position: absolute;
    margin-top: -1px;
    width: 100%;
    clear: both;
}
        
.field_submit {
    background-color: #33368c;
    position: relative;
    top: -1px;
    padding: 1% 2% 1% 2%;
    overflow: auto;
    -webkit-transform: translateZ(0);
}


/* =========================== Camera definitions ======================== */

.camera_caption {
    display: block;
    margin: 0 auto 0 auto;
    width: 93%;
    max-width: 1170px;
    text-align: left;
}

.camera_caption > div {
    margin-top: 23%;
    width: 85%;
}
.camera_caption > div p {
    line-height: 140%;
    font-size: 25px;
    color: #fff;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    text-shadow: 0px 0px 4px #000000;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}


/* =========================== 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: 30.0345%;
    }
    .table_three_cols .table_padding {            
        width: 4.83314%;
    }

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

/* Common article properties */
#page_wrap h1 a, #page_wrap h2 a, #page_wrap h3 a, #page_wrap h4 a {
    color: #33368c;
    text-decoration: none;
}
    #page_wrap h1 a:hover, #page_wrap h1 a:focus, #page_wrap h2 a:hover, #page_wrap h2 a:focus, #page_wrap h3 a:hover, #page_wrap h3 a:focus, #page_wrap h4 a:hover, #page_wrap h4 a:focus {
        color: #000000;
        -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;
    }
#page_wrap h1, #page_body h2 {
    color: #33368c;
    font-size: 1.4em;
    padding: 0 0 0 45px;
    line-height: 1.9em;
    min-height: 34px;
    margin-bottom: 1em;
    border-bottom: 1px solid #9394c2;
    background-image: url('../img/logo-sm-white.gif');
    background-position: left center;
    background-repeat: no-repeat;
    
}
#page_wrap h3 {
    color: #33368c;
    font-size: 0.9em;
    padding: 1% 0 1em 0;
    line-height: 140%
}
#page_wrap h4 {
    color: #33368c;
    padding: 1% 0 0.4em 0;
    line-height: 140%
}
#page_wrap h5 {
    color: #33368c;
    font-size: 0.9em;
    padding: 1% 0 0.2em 0;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #33368c;
    line-height: 140%
}
#page_body p, #page_wrap ul, #page_wrap ol {
    font-size: 0.9em;
}
#page_body p {
    line-height: 140%;
}
#page_wrap p a, #page_wrap ul a, #page_wrap ol a {
    color: #33368c;
    text-decoration: underline;
    transition: all .2s ease;
}
    #page_wrap p a:hover, #page_wrap p a:focus, #page_wrap ul a:hover, #page_wrap ul a:focus, #page_wrap ol a:hover, #page_wrap ol a:focus {
        text-decoration: none;
        color: #000000;
        transition: all .2s ease;
    }
#page_wrap ul {
    line-height: 160%;
    list-style: circle;
    list-style-position: inside;
}
    #page_wrap ul li {
        padding-left: 1em;
        text-indent: -1em;
        padding-bottom: 1em;
    }
    
#page_wrap ol {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 160%;
}
    #page_wrap ol li {
        padding-left: 1.5em;
        text-indent: -1.5em;
        padding-bottom: 1em;
    }
    


.article_content {
    width: 49%;
}
    .article_content.align_right {
        float: right;
    }
    .article_content.align_left {
        float: left;
    }
    
.article_gallery {
    width: 48.5%;
}
    .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: 100%;
        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 {
        padding-left: 130px;
        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;
        margin-bottom: 8%;
        width: 100%;
        height: auto;
    }
    
/* Gallery properties */
.gallery_wrap {
    margin-bottom: 4%;
    overflow: auto;
}
.photos_wrap {
    /* max-width: 800px; */
    margin: 0 auto 0 auto;
}

/* Default layout gallery */
.layout_default .photo_container {
    width: 31.3%;
    margin-right: 1%;
    margin-left: 1%;
    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-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);

            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            */
        }
    
    
        .layout_default img {
            width: 100%;
            height: auto;
            margin: 0 auto 0 auto;
        }
            .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;
            }
                .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');
        }
        
        
/* Parameters */

.tbl_params {
    width: 100%;
    max-width: 650px;
    margin: 1.5em auto 0.5em auto;
    border: 1px solid #2e3192;
    border-bottom: none;
}
    .param_header {
        background-color: #ddf6fd;
        padding: 3.5% 2.5% 3.5% 3%;
        border-bottom: 1px solid #2e3192;
    }
    .param_title {
        width: 35%;
        background-color: #ddf6fd;
        padding: 2% 2.5% 2% 3%;
        border-bottom: 1px solid #2e3192;
        border-right: 1px solid #2e3192;
    }
    .param_value {
        width: 65%;
        background-color: #ffffff;
        padding: 2% 3% 2% 2.5%;
        border-bottom: 1px solid #2e3192;
    }
    #page_body .tbl_params p {
        margin-bottom: 0;
        color: #2e3192;
    }
    #page_body .tbl_params h4 {
        margin-bottom: 0;
        color: #2e3192;
    }



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

.table_three_cols .table_col > h1, .table_three_cols .table_col > h2, .table_three_cols .table_col > h3, .table_three_cols .table_col > h4, .table_three_cols .table_col > p, .table_three_cols .table_col > ul {
    padding: 4% 9% 4% 9%;
}
.table_two_cols .table_col > h1, #page_wrap .table_two_cols .table_col > h2, #page_wrap .table_two_cols .table_col > h3, #page_wrap .table_two_cols .table_col > h4, #page_wrap .table_two_cols .table_col > p, .table_two_cols .table_col > ul {
    padding: 2% 4% 2% 4%;
}
.table_three_cols h3 {
    text-align: center;
}
    #page_wrap .table_three_cols .table_col h3 {
        padding-left: 6%;
        padding-right: 6%;
    }

/* Basic article properties */
.article_basic p strong, .article_basic ul strong {
    font-weight: bold;
    color: #000000;
}
.article_basic > div > h4 {
    font-size: 0.9em;
    border-bottom: 3px solid #33368c;
    display: inline-block;
    margin-bottom: 0.7em;
}

.article_basic p, .article_basic ul, .article_basic ol {
    color: #707070;
    margin-bottom: 1em;
}

.article_basic a {
    color: #4b6ac4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .article_basic a:hover, .article_basic a:focus {
        color: #000000;
        -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;
    }


/* Article type 1 properties = Light frame */
.article_layout_1 p strong, .article_layout_1 ul strong {
    font-weight: bold;
    color: #000000;
}
.article_layout_1 {
    border: 1px solid #e5e3e3;
}
    .article_layout_1 > div > h2, .article_layout_1 > div > h3, .article_layout_1 > div > h4, .article_layout_1 > div > h5 {
        margin-right: 2%;
    }
    .article_layout_1 > div > p {
        padding-right: 3%;
    }
.article_layout_1 p, .article_layout_1 ul {
    color: #707070;
    margin-bottom: 1em;
}
.article_layout_1 a {
    color: #4b6ac4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .article_layout_1 a:hover, .article_layout_1 a:focus {
        color: #000000;
        -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;
    }

    
/* Article type 2 properties = Light blue box */
.article_layout_2 {
    border: 1px solid #2e3192;
    background-color: #ddf6fd;
    width: 70%;
    margin: 0 auto 0 auto;
    padding: 1.5% 2% 1.5% 2%;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 8px 0px rgba(50, 50, 50, 0.75);
}
    .article_layout_2 p {
        font-size: 0.9em;
        color: #2e3192;
        padding: 0.5em 0 0.5em 0;
    }
        #page_wrap .article_layout_2 p a {
            color: #000000;
        }
        
        
/* ======================== Page specific layouts ====================== */

#article_191 {
    width: 90%;
}

#article_191 table, #article_191 tr, #article_191 td {
    display: block;
}
#article_191 table.tbl_params {
    position: relative;
    height: 99px;
    border: 1px solid #2e3192;
    max-width: 784px; 
}
#page_body .article_layout_2#article_191 p {
    padding: 0;
    font-size: 16px;
    margin-top: 14px;
}
#article_191 td {
    position: absolute;
    width: 10%;
    height: 49px;
    padding: 0;
    text-align: center;
    border: 1px solid #2e3192;
    font-weight: bold;
}
    #article_191 td.param_title {
        top: -1px;
        background-color: #ffffff;
    }
    #article_191 td.param_value {
        top: 49px;
        background-color: #ffffff;
    }
        #page_body #article_191 .tbl_params td.param_value p {
            color: #ef413d;
        }

    #article_191 tr:nth-of-type(1) td {
        left: -1px;
    }
    #article_191 tr:nth-of-type(2) td {
        left: 10%;
    }
    #article_191 tr:nth-of-type(3) td {
        left: 20%;
    }
    #article_191 tr:nth-of-type(4) td {
        left: 30%;
    }
    #article_191 tr:nth-of-type(5) td {
        left: 40%;
    }
    #article_191 tr:nth-of-type(6) td {
        left: 50%;
    }
    #article_191 tr:nth-of-type(7) td {
        left: 60%;
    }
    #article_191 tr:nth-of-type(8) td {
        left: 70%;
    }
    #article_191 tr:nth-of-type(9) td {
        left: 80%;
    }
    #article_191 tr:nth-of-type(10) td {
        left: 90%;
    }
    
#page_id_35 #article_195 .param_title, #page_id_29 #article_179 .param_title {
    width: 55%;
}
#page_id_35 #article_195 .param_value, #page_id_29 #article_179 .param_value {
    width: 35%;
}
#article_343, #article_344, #article_345, #page_id_15, #article_276, #page_id_15 #article_277, #page_id_15 #article_278, #page_id_15 #article_279, #page_id_15 #article_280, #page_id_15 #article_283, #page_id_16 #article_274, #page_id_16 #article_273, #page_id_14 #article_270, #page_id_14 #article_271, #page_id_14 #article_323, #page_id_29 #article_218, #page_id_35 #article_222, #page_id_35 #article_230, #page_id_39 #article_246, #page_id_39 #article_247, #page_id_38 #article_236, #page_id_38 #article_238, #article_369 {
    background-color: #fff568;
    border: 2px solid #ff0000;
}

#page_id_29 .param_title {
    width: 65%;
}
    #page_id_29 #article_177 .param_title {
        width: 35%;
    }
#page_id_29 .param_value {
    width: 35%;
}
    #page_id_29 #article_177 .param_value {
        width: 65%;
    }
    
#article_184 .tbl_params {
    max-width: 420px;
}

#page_id_35 #article_230 .article_icon {
    background-position: left top;
}


#txt_item_273, #txt_item_274, #txt_item_275, #rad_w_item_295_txt, #rad_w_item_296_txt,
#txt_item_311, #txt_item_312, #txt_item_313, #rad_w_item_327_txt, #rad_w_item_333_txt {
    width: 10em;
    min-width: 10em;
    background-image: url(/img/calendar-icon.gif);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

/* ============================ 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: 100;
}
    .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;
    }


    
    
#page_id_1 .article_basic h3 {
  animation: blinker 1s linear infinite;
  font-size: 1.2em;
}

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

@media screen and (min-width: 1500px) {
    
    .camera_caption > div {
        margin-top: 26%;
    }
    .camera_caption > div p {
            font-size: 30px;
        }
    
}

@media screen and (min-width: 1040px) and (max-width: 1150px) {
    
    nav #prim_navi {
        right: 2%;
    }
    
    #slogan {
        font-size: 60px;
    }
    
    .slogan_static {
        top: 250px;
    }
        .slogan_static p {
            font-size: 35px;
        }
}

@media screen and (max-width: 1039px) {
    
    nav #prim_navi {
        right: 0;
    }
    
    #slogan {
        font-size: 50px;
    }
    .camera_caption > div p {
        font-size: 20px;
    }
    
    .slogan_static {
        top: 220px;
    }
        .slogan_static p {
            font-size: 35px;
        }
    
    .field_tpl_holder {
        width: 50%;
    }
        .tpl_inside {
            padding: 3.5% 1.5% 3.5% 5.5%;
            width: 100%;
            border-right: 1px solid #33368c;
        }
        .field_tpl_holder:nth-of-type(2n) .tpl_inside {
            border-right: none;
        }
        .field_tpl_holder:nth-of-type(3n) .tpl_inside {
            border-right: none;
        }
        .field_tpl_holder:nth-of-type(2n+1) .tpl_inside {
            border-right: 1px solid #33368c;
        }
        
    #page_body .article_layout_2#article_191 p {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 999px) {
    
    #top_bar_in {
        height: 170px;
    }
    nav #prim_navi {
        left: 0;
        top: 120px;
    }
    #lang_wrap {
        top: 128px;
    }
    .camera_caption > div {
        margin-top: 20%;
    }
    .camera_caption > div p {
        font-size: 16px;
    }
    .slogan_static {
        top: 250px;
    }
        .slogan_static p {
            font-size: 32px;
        }
        
}

@media screen and (min-width: 781px) and (max-width: 920px) {
    
    #page_wrap .quick_item.quick_company p {
        background-image: none;
        padding-left: 0;
    }
    
    #page_body .article_layout_2#article_191 p {
        font-size: 12px;
        margin-top: 18px;
    }
    
}

@media screen and (max-width: 802px) {
    #top_bar_wrap {
        height: 72px;
        width: 100%;
        position: fixed;
        background-color: #ffffff;
        z-index: 100;
    }
    #top_bar_in {
        height: 72px;
        width: 100%;
    }
    
    #logo {
        position: absolute;
        left: 60px;
        top: -19px;
    }
    #logo_img {
        background-image: none;
        top: 11px;
        width: 220px;
        height: 55px;
    }
        #logo_img img {
            display: block;
            width: 220px;
            height: auto;
        }
        #logo_txt_upper, #logo_txt_lower {
            display: none;
        }
    #lang_wrap {
        top: 27px;
    }
        
        
    nav {
        display: none;
    }
    
    .mobile_nav {
        display: block;
        position: absolute;
        top: 16px;
        left: 10px;
        cursor: pointer;
        z-index: 10;
    }
    .menu_btn {
        position: relative;
    }
    .menu_btn span {
        display: block;
        width: 38px;
        height: 5px;
        margin: 6px 0;
        background-color: #444444;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
        #menu_caption {
            position: absolute;
            left: 54px;
            top: -4px;
            font-size: 34px;
            color: #444444;
        }
    .responsive_menu {
        display: none;
        width: 100%;
        margin: 0;
        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;
        position: absolute;
        z-index: 100;
        top: 72px;
        left: 0;
        border-top: 1px solid #989da1;
    }
        .responsive_menu ul li {
            width: 50%;
            display: block;
            text-align: center;
            padding-left: 0;
            text-indent: 0;
            padding-bottom: 0;
            float: left;
        }
            .responsive_menu li:nth-of-type {
                
            }
            .responsive_menu ul li a {
                display: block;
                text-decoration: none;
                font-size: 18px;
                line-height: 53px;
                height: 53px;
                border-right: 1px solid #989da1;
                border-bottom: 1px solid #989da1;
                background-color: #283177;
                color: #ffffff;
                -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: #ffffff;
                    color: #000000;
                    -webkit-transition: 0.3s ease;
                    -moz-transition: 0.3s ease;
                    -o-transition: 0.3s ease;
                    transition: all .2s ease;
                }
    .expand {
        display: block !important;
    }
    
    #lang_wrap {
        width: 120px;
    }
    #lang_wrap p a {
        margin-left: 8px;
    }
    
    #page_wrap {
        padding-top: 90px;
    }
        #page_id_1 #page_wrap, #page_id_2 #page_wrap, #page_id_3 #page_wrap {
            padding-top: 17px;
        }
    #slider {
        position: relative;
        background-color: #4b6ac4;
        padding-top: 72px;
    }

    #page_body {
        width: 100%;
        float: none;
    }
    
    #slogan {
        font-size: 40px;
        top: 40%;
    }
    
    .slogan_static {
        top: 130px;
    }
        .slogan_static p {
            font-size: 25px;
        }
    
    #page_wrap h1, #page_body h2 {
        font-size: 1.1em;
    }
    aside {
        width: 100%;
        float: none;
        margin-top: 2em;
    }
    .news_article {
        float: left;
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
        border-top: none;
        padding-top: 0;
    }
    .clear_third {
        clear: both;
    }
    .quick_button {
        text-align: center;
    }
    
    .quick_contact_wrap {
        float: left;
        width: 48%;
        margin-left: 2%;
    }
    .quick_contact_wrap:first-child {
        margin-left: 0;
    }
    
    #page_body .article_layout_2#article_191 p {
        font-size: 12px;
        margin-top: 18px;
    }
    
    .article_layout_2 {
        width: 92%;
    }
}

@media screen and (max-width: 640px) {

    .article_image.align_right {
	float: none;
	margin-left: auto;
	margin-right: auto;
    }


    
    #slogan {
        font-size: 30px;
    }
    
    .slogan_static {
        top: 120px;
    }
        .slogan_static p {
            font-size: 19px;
        }
    
    .field_tpl_holder {
        width: 100%;
    }
        .tpl_inside {
            padding: 1.5% 1.5% 1.5% 3%;
        }
        .field_tpl_holder .tpl_inside {
            border-right: none;
        }
        .field_tpl_holder:nth-of-type(2n) .tpl_inside {
            border-right: none;
        }
        .field_tpl_holder:nth-of-type(3n) .tpl_inside {
            border-right: none;
        }
        .field_tpl_holder:nth-of-type(2n+1) .tpl_inside {
            border-right: none;
        }
    
    #prim_navi > li:first-child {
        display:none;
    }
    
    .required_mark {
        position: relative;
        margin-left: 0;
    }
    
    .quick_contact_wrap {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    
    #article_191 table.tbl_params {
        height: 200px;
    }
    #article_191 td {
        width: 20%;
    }
    #article_191 tr:nth-of-type(1) td {
        left: -1px;
    }
    #article_191 tr:nth-of-type(2) td {
        left: 20%;
    }
    #article_191 tr:nth-of-type(3) td {
        left: 40%;
    }
    #article_191 tr:nth-of-type(4) td {
        left: 60%;
    }
    #article_191 tr:nth-of-type(5) td {
        left: 80%;
    }
    #article_191 tr:nth-of-type(6) td {
        left: -1px;
    }
    #article_191 tr:nth-of-type(7) td {
        left: 20%;
    }
    #article_191 tr:nth-of-type(8) td {
        left: 40%;
    }
    #article_191 tr:nth-of-type(9) td {
        left: 60%;
    }
    #article_191 tr:nth-of-type(10) td {
        left: 80%;
    }
    
    #article_191 tr:nth-of-type(6) td.param_title, #article_191 tr:nth-of-type(7) td.param_title, #article_191 tr:nth-of-type(8) td.param_title, #article_191 tr:nth-of-type(9) td.param_title, #article_191 tr:nth-of-type(10) td.param_title {
        top: 100px;
    }
    #article_191 tr:nth-of-type(6) td.param_value, #article_191 tr:nth-of-type(7) td.param_value, #article_191 tr:nth-of-type(8) td.param_value, #article_191 tr:nth-of-type(9) td.param_value, #article_191 tr:nth-of-type(10) td.param_value {
        top: 150px;
    }
    
    #page_body .article_layout_2#article_191 p {
        font-size: 18px;
        margin-top: 14px;
    }
    
    .news_article {
        width: 48%;
    }
    .clear_second {
        clear: both;
    }
    .clear_third {
        clear: none;
    }
    .quick_button {
        text-align: center;
    }
    
}

@media screen and (max-width: 550px) {
    .article_image.width_liquid {
        width: 45%;
    }

@media screen and (max-width: 479px) {
    
    #slider_shadow_wrap {
        display: none;
    }
    
    .camera_caption > div {
        width: 100%;
    }
    
    #slogan {
        top: 32%;
    }
    
    .slogan_static {
        top: 100px;
    }
        .slogan_static p {
            font-size: 12px;
        }
        
    .mobile_nav {
        top: 10px;
        left: 8px;
    }
    .responsive_menu {
        top: 58px;
    }
    
    #top_bar_wrap {
        height: 58px;
    }
        #top_bar_in {
            width: 100%;
            height: 60px;
        }
    #logo {
        left: 60px;
    }
        #logo {
            height: 76px;
            width: 190px;
        }
        #logo a {
            height: 58px;
            width: 172px;
        }
        #logo_img {
            top: 11px;
            width: 170px;
            height: 42px;
        }
            #logo_img img {
                width: 170px;
            }
        #lang_wrap {
            top: 20px;
        }
        #slider {
            padding-top: 60px;
        }
    
    #page_wrap {
        padding-top: 72px;
    }
        
    .table_three_cols, .table_two_cols {
        display: block;
    }
    
    .table_two_cols .table_col, .table_three_cols .table_col {
        display: block;
        width: 92%;
    }
    
    .table_two_cols .table_padding, .table_three_cols .table_padding {
        display: block;
        height: 2em;
    }
    
    #page_id_1 .article_basic h3 {
        font-size: 1em;
    }
    
    #page_body .article_layout_2#article_191 p {
        font-size: 12px;
        margin-top: 18px;
    }
    
    .news_article {
        width: 98%;
    }
    .news_article {
        border-top: 1px solid #33368c;
        padding-top: 20px;
    }
        .news_article:nth-of-type(1) {
            border-top: none;
            padding-top: 0;
        }
    .clear_second {
        clear: both;
    }
    .clear_third {
        clear: both;
    }
    
    .article_icon {
        padding-left: 0;
        background-position: center top;
        padding-top: 105px;
        padding-bottom: 20px;
    }
    
}

@media screen and (max-width: 479px) and (orientation:portrait) {
    .responsive_menu ul li {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    
    #menu_btn span {
        width: 30px;
        height: 4px;
    }
    #lang_wrap {
        width: 0;
    }
    #lang_wrap p a {
        position: absolute;
        right: 5px;
    }
        #flag_en {
            top: -18px;
        }
        #flag_jp {
            top: 0;
            right: 4px;
        }
        #flag_cz {
            top: 18px;
        }
        
    .responsive_menu ul li {
        width: 100%;
    }
        
    .slogan_static {
        top: 90px;
    }
    .camera_caption > div {
        margin-top: 25%;
    }
    
    .article_image.width_liquid {
        width: 99%;
    }
}

@keyframes blinker {  
  50% { opacity: 0.3; }
}



#page_id_30 .field_option.small {
	float: none!important;	
}