img, html, body, header, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'GothamBold';
    src: url('/css/gotham-bold.eot');
    src: url('/css/gotham-bold.eot') format('embedded-opentype'),
    url('/css/gotham-bold.woff') format('woff'),
    url('/css/gotham-bold.ttf') format('truetype'),
    url('/css/gotham-bold.svg#GothamBold') format('svg');
}

@font-face {
    font-family: "Gotham Book";
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('Gotham-Book.svg#Gotham Book') format('svg'),
    url('Gotham-Book.woff') format('woff'),
    url('Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* { font-family: 'Gotham Book', sans-serif, tahoma, arial; color: #05336e; }

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: url("/gfx/bg_body.jpg") no-repeat center top -15px fixed;
    margin: 0;
}

a:active, a:focus {
    outline: 0;
}

a {
    cursor:pointer;
}

*::before, *::after {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.relpos {
    position: relative;
}

.inline {
    display: inline-block;
}

.trans2 {
    transition: all 0.2s ease;
}

.trans4 {
    transition: all 0.4s ease;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ctr {
    text-align: center;
}

.to_left {
    text-align: left;
}

.to_right, .rt {
    text-align: right;
}

.upp {
    text-transform: uppercase;
}

.invis, .invis_rwd, #menu_switch, #logo_title {
    display: none;
}

.invis_op {
    visibility:hidden;
    opacity: 0;
}

.ten {
    height: 10px;
}

.twenty {
    height: 20px;
}

.fifty {
    height: 50px;
}

.sixty {
    height: 60px;
}

.looo, .soo {
    width: 1200px;
    margin: 0 auto 0 auto;
    position: relative;
    box-sizing: border-box;
    height: auto;
    min-height: 0;
}

.txt {
    width: 1000px;
    margin: 0 auto 0 auto;
    position: relative;
    box-sizing: border-box;
    height: auto;
    min-height: 0;
}

.main_txt {
    min-height: 250px;
}

.white {
    background: #fff;
}

.soo {
    width: 500px;
}

.nobr {
    white-space: nowrap;
}

.green {
    color: green;
}

.red {
    color: #ff0000;
}

.ovhid {
    overflow: hidden;
}

hr {
    color: none;
    background-color: none;
    border: 1px solid rgba(255,255,255,0.5);
    border-style: none none solid;
}

.fancybox-lock, .fancybox-overlay {
    overflow: visible !important;
}

#loading, .loading  {
  height: 100px;
  background: url('/gfx/loader.gif') no-repeat center;
  width: auto;
}

.line {
    width: 100%;
    height: 1px;
    position: relative;
    background: #e2e2e2;
}

/* top */

header {
    height: auto;
    min-height: 270px;
    background: linear-gradient(to bottom, rgba(0, 40, 90, 0.8) 0%, rgba(0, 40, 90, 0) 90%);
    padding-top: 20px;
    box-sizing: border-box;
}

.top {
    padding-bottom: 15px;
}

/* nav */

.menu_top {
    float: right;
    padding-top: 20px;
}

.menu_top a {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-left: 20px;
    opacity: 0.8;
}

.menu_top a:hover {
    opacity: 1;
}

a.a_home {
    background: url('/gfx/icons.png') no-repeat 5px 0;
}

a.a_contact {
    background: url('/gfx/icons.png') no-repeat -38px 0;
}

a.a_play {
    background: url('/gfx/icons.png') no-repeat -85px 0;
}

/* menu */

#menu a.menu_toggle {
    display: none;
    margin: 0;
    padding: 0;
}

.menu_main {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.menu_wrapper {
    display: inline-block;
}

#menu {
    height: auto;
}

.menu_main.stick-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(0, 40, 90, 0.8) 0%, rgba(0, 40, 90, 0) 100%);
    border-top: 0;
}

#menu a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 17px 0 17px 0;
    margin: 0 17px 0 17px;
    height: auto;
    text-transform: uppercase;
    font-family: 'GothamBold';
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0);
}

#menu a.home {
    margin-left: 0;
}

#menu a:first-of-type {
    margin-left: 0;
}

#menu a span {
    color: #fff;
    font-size: 13px;
    font-family: 'Gotham Book';
    display: block;
}

#menu a:hover, #menu a.select {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* footer */

footer {
    clear: both;
    height: auto;
    min-height: 200px;
    width: 100%;
    background: rgba(255,255,255,0.9);
    position: relative;
}

.bottom {
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    box-sizing: border-box;
}

.bottom p {
    margin: 0;
    font-family: 'Gotham Book';
    font-size: 9pt;
    color: #a9a9a9;
    text-transform: uppercase;
}

.bottom p a {
    color: #a9a9a9;
    text-decoration: none;
    position: relative;
}

.bottom p a:hover {
    color: #05336e;
}

.to_top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: 4px solid #05336e;
    position:absolute;
    right: -15px;
    top: 0;
    transition: 0.1s ease-in;
}

/* content */

.pdd {
    padding: 50px 0 50px 0;
    box-sizing: border-box;
}

.txt_rt {
    text-align: right;
}

/* cols */

.col1, .col2, .col {
    position: relative;
    box-sizing: border-box;
    width: 40%;
    min-height: 10px;
    float: left;
    padding: 0 20px 0 20px;
}

.col1 {
    width: 60%;
}

.wid-3-5 {
    width: 60%;
}

.wid-1-5 {
    width: 20%;
}

.wid-2-5 {
    width: 40%;
}

.wid-2-3 {
    width: 67%
}

.wid-1-3 {
    width: 33%;
}

.wid-1-4 {
    width: 25%;
}

.wid-3-4 {
    width: 75%;
}

.wid-1-2 {
    width: 50%;
}

.wid-150 {
    width: 150px;
}

.wid-850 {
    width: 850px;
}

.relpos {
    position: relative;
}

.pdd_01 {
    padding: 40px;
    box-sizing: border-box;
}

#map {
    width: 100%;
    height: 400px;
    border: 0px;
}

a.marked {
    color: #05336e;
}

/* inputs */

input, select, textarea {
    background: white;
    border: 1px solid #c0c0c0;
    padding: 6px;
    color: #464646;
    display: block;
    margin: 0;
    background: #fff;
    width: 100%;
}

input[type=checkbox] {
    float: left;
    border: 0px;
    background: none;
    margin: 3px 0 0 0;
}

input[type=radio] {
    float: left;
    border: 0px;
    background: none;
}

textarea {
    display: block;
    margin: 10px auto 10px 0;
    width: 100%;
    min-height: 100px;
    resize: none;
}

input.in_short {
    display: inline-block;
    margin: 0;
    width: 70px;
}

input.in_long {
    display: inline-block;
    width: 300px;
    margin: 0;
}

.inline {
    display: inline-block;
    margin: 2px 2px 2px 0;
}

input:focus, textarea:focus {
    border: 1px solid black;
    color: black;
}

select {
    background: #f1f1f1;
}

td.clear {
    border: 0;
}


input[type=submit], input[type=button], .btn_big {
    padding: 3px 15px 3px 15px;
    cursor:pointer;
    width: auto;
    display: inline-block;
    margin: 0 20px 0 0px;
    min-height: 20px;
    color:  #ffffff;
    text-shadow: none;
    border: none;
    font-size: 15pt;
    background: #05336e;
}

input[type=submit]:hover, input[type=button]:hover, .btn_big:hover {
    box-shadow: 0px 0px 9px #808080;
}

label.error {
    color: red;
    font-size: 9pt;
    display: block;
    margin-bottom: 3px;
}


.frame_error, .frame_ok, .frame_attention {
    background: rgba(255,0,0,0.1);
    padding: 10px;
    color: red;
    margin: 10px 0 10px 0;
}

.frame_ok {
    background: rgba(83, 240, 9, 0.2);
    background-position: 13px center;
    color: green;
}

::-webkit-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

:-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

::-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
}


/* table */

table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
}

.table_form {
    width: 100%;
    margin: 10px auto 10px auto;
}

.table_prices td, .table_form td {
    padding: 10px 10px 15px 10px;
    font-size: 15pt;
}

.table_normal td, .table_normal th {
    padding: 3px;
    border: 1px solid rgba(255,255,255,0.3);
}

.table_form, .table_prices {
}

.table_form th {
    text-align: right;
    width: 30%
}

td.loading {
    background: url('/gfx/loader_02.gif') no-repeat center center;
}

.table_prices small {
    font-size: 10pt;
}

.table_prices tr {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.td_mark {
    color: #05336e;
}

/* items */

.item_box {
    display: block;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}

.a_item {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 0px 0;
    text-decoration: none;
    color: #05336e;
    font-size: 16pt;
    display: block;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.a_item:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #05336e;
}

.a_item span {
    display: block;
    font-size: 12pt;
    color: #808080;
    font-family: "Gotham Book";
}

.a_item:hover {
    background: rgba(5,50,110,0.05);
}

.item_box .item_txt {
    overflow: hidden;
}

.item_box p {
    margin: 10px 0 10px 0;
    font-size: 15pt;
}

.item_box .wid-1-4 {
    text-align: center;
}

.item_box img, .item_box a.fancybox {
    position: relative;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto 0 auto;
}

.item_box a.fancybox:after {
    content: '';
    bottom: -60px;
    left: 0;
    position: absolute;
    height: 20px;
    width: 100%;
    background-image: radial-gradient(ellipse farthest-side at center center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    margin: 20px auto 20px auto;
}

.a_back {
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: none;
    background: #05336e;
    padding: 5px 10px 5px 10px;
}

.a_back:hover {
    text-decoration: none;
}

/* txt */

.main {
    height: auto;
    min-height: 600px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 300px);
    padding-top: 20px;
    box-sizing: border-box;
}

.main_photos {
    text-align: left;
}

.main_photos img {
    display: inline-block;
    border: 10px solid #fff;
    box-shadow: 0 0 10px #c0c0c0;
    margin: 0 30px 0 30px;
}

.main_txt {
    margin-top: 160px;
    padding: 30px 30px 20px 50px;
    border-left: 1px solid #d3d3d3;
}

.contact p strong {
    font-size: 20pt;
}

#content, .content {
    margin: 0 auto 0 auto;
    height: auto;
    min-height: 400px;
    box-sizing: border-box;
    padding: 100px 0 50px 0;
}

.text {
    border-top: 1px solid rgba(5,51,110, 0.2);
}

.text img {
    max-width: 100%;
}

.just {
    text-align: justify;
}

h1, h2, h3  {
    font-size: 26pt;
    position: relative;
    color: #05336e;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: 'Gotham Book';
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 20px 0;
    line-height: 90%;
}

h1 strong {
    font-family: 'GothamBold';
    display: block;
}

h2 {
    font-size: 16pt;
    margin-top: -20px;
}

h3 {
    font-size: 22pt;
    color: #808080;
    font-family: 'GothamBold';
    line-height: 110%;
}

p {
    font-family: 'Gotham Book';
    text-align: justify;
    line-height: 140%;
    font-size: 15pt;
}


#content li {
    line-height: 150%;
    font-size: 15pt;
}

#content p strong {
    color: inherit;
}

p.mini {
    font-size: 9pt;
}

.italic {
    font-style: italic;
}

#content p a, .content p a {
    text-decoration: underline;
}

#content p a:hover, .content p a:hover {
    text-decoration: none;
}


#content ul {
    list-style-type: circle;
    line-height: 180%;
}

.p_info {
    padding: 0;
    margin: 3px;
    font-family: arial;
    font-size: 9pt;
    text-align: center;
    color: #808080;
}

.thumb {
    border: 1px solid #d1d1d1;
    padding: 0;
    height: 120px;
    width: 120px;
    display: inline-block;
    margin: 5px 10px 5px 10px;
    text-align: center;
}


.thumb_a {
    padding: 0;
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: 10px;
    text-align: center;

}
.thumb:hover {
    background: #05336e;
}

.gal_file_box {
    padding-top: 20px;
}

.gal_file_box.files {
    border-top: 1px solid rgba(5,51,110, 0.2);
}

a.download {
    display: block;
    padding: 10px 5px 10px 40px;
    text-decoration: none;
    min-height: 20px;
    width: 100%;
    margin: 15px 0 10px 0;
}

a.download:hover {
    text-decoration: underline;
}

a.pdf {
    background: url('/gfx/ico_pdf.png') no-repeat center left;
}

a.mp3 {
    background: url('/gfx/ico_mp3.png') no-repeat center left;
}

a.doc {
    background: url('/gfx/ico_word.png') no-repeat center left;
}

a.txt {
    background: url('/gfx/ico_txt.png') no-repeat center left;
}

a.xls {
    background: url('/gfx/ico_xls.png') no-repeat center left;
}

/* rwd */

@media only screen and (max-width: 1200px) {
    .clear_rwd {
        clear: both;
    }
    .looo {
        width: 100%;
        max-width: 100%;
    }
    .top {
        padding-left: 20px;
        padding-right: 20px;
    }
    #menu {
        text-align: left;
        position: relative;
    }
    #menu a {
        padding: 10px 17px 10px 17px;
        margin: 0;
        text-align: left;
        display: block;
    }
    #menu a:hover {
        border-bottom: 1px solid rgba(0,0,0,0);
        background: rgba(255,255,255,0.1);
    }
    .menu_wrapper {
        display: none;
    }
    #menu a.menu_toggle {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 14px;
        right: 20px;
        padding: 0;
    }
    #menu a.menu_toggle:hover {
        background: none;
    }

    #menu a.menu_toggle span {
        display: block;
        position: relative;
        width: 80%;
        height: 5px;
        background: #fff;
        margin-bottom: 6px;
    }

    #menu a.menu_toggle span:last-child {
        margin-bottom: 0;
    }

    #menu a.home {
        margin-right: 80px;
    }

    .menu_main {
        position: absolute;
        z-index: 99999;
    }

    .menu_main.dark {
        background: rgba(0, 40, 90, 0.5);
        border-top: 1px solid rgba(0,0,0,0);
    }

    .menu_main.stick-top {
        background: rgba(0, 40, 90, 0.8);
        border-top: 1px solid rgba(0,0,0,0);
    }

    header {
        min-height: 10px;
    }

    .bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .col1, .col2 {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .main_txt {
        margin-top: 10px;
        padding: 30px;
        border: 0;
    }
    .col2 h1, .main_txt p {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1000px) {

    .wid-1-3, .wid-2-3 {
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {

    .main_photos img {
        max-width: 90%;
        margin-bottom: 20px;
    }

    /* table rwd */

    .table_prices, .table_prices th, .table_prices td, .table_prices tr, .table_prices tbody {
        display: inline-block;
    }

    .table_form td, .table_form th {
        display: block;
        padding-left: 0;
    }

    .table_form th {
        text-align: left;
    }

    .table_prices th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table_prices tr {
        width: 100%;
    }

    .table_prices td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
        width: 50%;
        padding-right: 10px;
    }

    .table_prices td.rwd_all {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .table_prices td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
    }
    td:before { content: attr(data-label); }
}

@media only screen and (max-width: 500px) {

    .top {
        height: auto;
    }
    .menu_main {
        clear: both;
    }
    .menu_top {
        display: block;
        position: relative;
        margin: 0;
        text-align: center;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    .logo {
        display: block;
    }
}