img, html, body, header, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'GothamLight';
    src: url('/css/gotham-light.eot');
    src: url('/css/gotham-light.eot') format('embedded-opentype'),
    url('/css/gotham-light.woff') format('woff'),
    url('/css/gotham-light.ttf') format('truetype'),
    url('/css/gotham-light.svg#GothamLight') format('svg');
}

@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-family: 'Exo 2', sans-serif, tahoma, arial; color: #fff; }

html {
  height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: url('/backgrounds/21.jpg') no-repeat fixed;
    background-size: cover;
    margin: 0 !important;
}

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: 850px;
    margin: 0 auto 0 0;
    position: relative;
    box-sizing: border-box;
}

.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;
}

.frame {
    width: auto;
    height: auto;
    min-height: 10px;
    margin: 0 20px 20px 20px;
}

.frame_error, .frame_ok, .frame_attention {
    background: rgba(255,0,0,0.8);
    padding: 10px;
    color: #fff;
    margin: 10px 0 10px 0;
    text-align: center;
}

.frame_ok {
    background: rgba(0, 130, 0, 0.8);
    background-position: 13px center;
    color: #fff;
}

/* top */

#col_header {
    background: rgba(70,96,47,0.5);
    height: auto;
    min-height: 95px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 777;
}

#col_header.low {
    min-height: 0px;
    height: 35px;
    background: rgba(70,96,47,0.8);
}

#col_header.low #top_title {
    font-size: 12pt;
    margin: 7px 0 0 0;
}

#col_header.low .a_top {
    float: right;
    width: 34px;
    height: 21px;
    border-radius: 0;
    border: 0;
    margin: 0 0 0 1px;
    padding: 7px;
}

#head_sect {
    padding: 0 0 0 100px;
}

#top_title {
    font-size: 20pt;
    display: inline-block;
    margin: 30px 0 0 0;
    font-family: 'GothamLight';
    font-style: italic;
}

#top_logo {
    height: 95px;
    background: #e1ba08;
    position: fixed;
    z-index: 99999;
    width: 350px;
    max-width: 350px;
}

#top_logo::before {
    border-color: transparent transparent transparent #e1ba08;
    border-style: solid;
    border-width: 0 0 95px 95px;
    content: "";
    height: 0;
    right: -95px;
    position: absolute;
    top: 0;
    width: 0;
}

#a_logo {
    padding: 0;
    position: absolute;
    left: 50%;
    margin: 10px 0 0 -90px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #e1ba08;
}

#a_logo:hover {
    width: 190px;
    height: 190px;
    margin: 5px 0 0 -95px;
}

#a_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
}

.a_top {
    float: right;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 22px 0 0 20px;
}

.a_home {
    background: url('/gfx/ico_home.png') no-repeat center;
}

.a_menu {
    background: url('/gfx/ico_menu.png') no-repeat center;
}

.a_contact {
    background: url('/gfx/ico_mail.png') no-repeat center;
}

.a_cart {
    background: url('/gfx/ico_cart.png') no-repeat center;
}

.a_home:hover {
    background: rgba(0,0,0,0.2) url('/gfx/ico_home.png') no-repeat center;
}

.a_contact:hover {
    background: rgba(0,0,0,0.2) url('/gfx/ico_mail.png') no-repeat center;
}

.a_menu:hover {
    background: rgba(0,0,0,0.2) url('/gfx/ico_menu.png') no-repeat center;
}

.a_cart:hover {
    background: rgba(0,0,0,0.2) url('/gfx/ico_cart.png') no-repeat center;
}

/* footer */

footer {
    width: 100%;
    height: 35px;
    background: #e1ba08;
    position: fixed;
    bottom: 0;
    padding: 5px 15px 0 15px;
    box-sizing: border-box;
    max-width: 350px;
    z-index: 99999;
}

#a_to_top {
    display: block;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: -20px;
    background: #e1ba08;
    border-radius: 50%;
    text-align: center;
}


#a_to_top:hover {
    width: 56px;
    height: 56px;
    margin-left: -28px;
    top: -23px;
}

#a_to_top span {
    position: absolute;
    font-size: 30px;
    left: 50%;
    margin-left: -11px;
    transform: rotate(-90deg);
}

footer p {
    color: #fff;
    font-family: verdana;
    font-size: 9pt;
}

p#footer_about {
    float: left;
    line-height: 150%;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}

#migland {
    float: right;
    margin: 3px 0 0 0;
}

/* content */

#container {
    width: 100%;
    height: 100%;
}

/* menu vert */

ul#menu_vert {
    list-style: none;
    margin: 220px 0 0 0;
    padding: 0;
}

ul#menu_vert li {
    position: relative;
    background: none;
}

ul#menu_vert li::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 1px;
    width: 40%;
    background: rgba(255,255,255,0.2);
}

ul#menu_vert li:last-child::after {
    display: none;
}

ul#menu_vert li a {
    display: block;
    color: #fff;
    font-size: 12pt;
    text-decoration: none;
    padding: 10px 20px 10px 0;
    margin: 0;
    height: auto;
    text-align: right;
    text-transform: uppercase;
}

ul#menu_vert li:last-child {
    border-bottom: 0;
}

ul#menu_vert li ul {
    list-style: none;
    display: none;
    position:absolute;
    width: 250px;
    top: 1px;
    right: -250px;
    font-weight: normal;
    padding: 0;
    margin-left: 0;
    background: rgba(70,96,47,0.9);
    z-index: 20;
}

ul#menu_vert li ul::after, ul#menu_vert li ul::before {
    border: medium solid transparent;
    top: 10px;
    content: "";
    height: 0;
    left: -10px;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
ul#menu_vert li ul::after {
    border-color: transparent #e1ba08 transparent transparent;
    border-width: 9px;
    margin-left: -8px;
}

ul#menu_vert li ul li {
    width: 250px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
}

ul#menu_vert li ul li::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 1px;
    width: 40%;
    background: rgba(255,255,255,0.2);
}

ul#menu_vert li ul li a  {
    text-align: left;
    font-size: 9pt;
    margin: 0;
    width: 230px;
    padding: 10px;
    min-height: 20px;
    height: auto;
    border: 0;
    font-weight: normal;
    display: block;
}

ul#menu_vert li:hover ul, ul#menu_vert li.over ul {
    display: block;
}

ul#menu_vert li a:hover, ul#menu_vert li.select > a, ul#menu_vert li ul li a.select {
    color: #e1ba08;
}

/* cols */

.col {
    position: relative;
    box-sizing: border-box;
    min-height: 100%;
}

.col1 {
    position: fixed;
    width: 350px;
    background: rgba(70,96,47,0.9) url('/gfx/bg_bush.png') no-repeat center bottom 30px;
    z-index: 8888;
}

.col2 {
    margin-left: 350px;
    background: rgba(0,0,0,0.4);
}

.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-2 {
    width: 50%;
}

.wid-150 {
    width: 150px;
}

.wid-850 {
    width: 850px;
}

.relpos {
    position: relative;
}

.pdd_01 {
    padding: 40px;
    box-sizing: border-box;
}

/* inputs */

input, select, textarea {
    border: 0;
    background: rgba(0,0,0,0.5);
    border: 0;
    padding: 6px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: #c0c0c0;
}

input.short {
    max-width: 50%;
    display: block;
}

.in_inline {
    display: inline;
}

#captcha {
    margin-top: 10px;
}

.table_form .in_field {
    background: rgba(0,0,0,0.5);
    padding: 5px;
    font-size: 14pt;
}

input.error, textarea.error {
    border: 1px solid red;
}

label.error {
    font-size: 9pt;
    color: #fff;
    background: red;
    font-family: arial;
    margin: 0;
    padding: 5px;
}

input[type=button], input[type=submit] {
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15pt;
    display: inline-block;
    width: auto;
    background: #e1ba08;
}

input[type=button]:hover, input[type=submit]:hover {
    background: #facf09;
    color: #fff;
}

input.in_list {
    border: 0;
    font-size: 20pt;
    padding: 2px;
    width: 60px;
    text-align: center;
}

textarea {
    resize: none;
    height: auto;
    min-height: 175px;
}

input:focus, textarea:focus {
    color: #fff;
    outline: 0;
}

::-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_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 {
    background: rgba(70,96,47,0.8);
}

.table_form th {
    text-align: right;
}

td.loading {
    background: url('/gfx/loader_02.gif') no-repeat center center;
}

span.td_desc {
    font-family: arial;
    color: #c0c0c0;
    font-size: 9pt;
    font-style: italic;
}

.table_prices small {
    font-size: 10pt;
}

.table_prices th {
    padding: 10px;
    color: #ff0000;
    font-size: 15pt;
}

.table_prices tr {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.td_mark {
    color: orange;
}

/* txt */

.a_pdf {
    display: block;
    padding: 2px 10px 2px 30px;
    background: url('/gfx/ico_pdf.png') no-repeat center left;
    text-decoration: none;
    font-size: 13pt;
}

.a_pdf:hover {
    color: #e1ba08;
    text-decoration: none;
}

#content img {
    max-width: 90%;
}

.just {
    text-align: justify;
}

#content h1, #content h2 {
    font-size: 30pt;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    color: #fff;
    display: block;
    font-family: 'gothambold';
    margin-bottom: 80px;
}

#content h1::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    height: 1px;
    width: 12%;
    background: rgba(255,255,255,0.5);
}

#content h2 {
    font-size: 17pt;
    text-align: left;
    margin-bottom: 10px;
}

#content h1.eco {
    color: #82c546;
}

#content p {
    line-height: 140%;
    text-align: justify;
    text-shadow: 1px 1px 1px #000;
}

#content p strong {
    color: inherit;
}

p.mini {
    font-size: 9pt;
}

#content p a {
    text-decoration: underline;
}

#content p a:hover {
    text-decoration: none;
    color: #e1ba08;
}


#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;
}

.pdd {
    padding: 10px 0 10px 100px;
    box-sizing: border-box;
}

/* gal */


#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap:   30px;
    -moz-column-count:    3;
    -moz-column-gap:      30px;
    column-count:         3;
    column-gap:           30px;
    width: 100%;
}

#photos img {
    min-width: 100%;
    height: auto ;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.gal_a {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 30px;
}

.gal_title {
    display: block;
    background: rgba(70,96,47,0.8);
    left: 0;
    bottom: -40px;
    height: 40px;
    position: absolute;
    text-align: center;
    color: white;
    line-height: 40px;
    z-index: 9999;
    width: 100%;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
    font-family: GothamLight;
    text-transform: uppercase;
    box-sizing: border-box;
}

.gal_a:hover .gal_title {
    bottom: 0;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}


.gallery_box {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
}

.thumb {
    background: rgba(70,96,47,0.5);
    padding: 0px;
    height: 120px;
    width: 120px;
    display: inline-block;
    margin: 5px 10px 5px 10px;
    text-align: center;
}

.thumb_a {
    padding: 0px;
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.thumb:hover {
    background: rgba(70,96,47,0.9);
}

/* rwd */

@media only screen and (max-width: 1220px) {
    .looo {
        width: 100%;
    }
    .pdd {
        padding-right: 30px;
        padding-left: 30px;
    }
    #top_title {
        max-width: 40%;
        margin-top: 12px;
        float: left;
    }
    #col_header.low #top_title {
        margin-right: 30px;
    }
    .a_top, #col_header.low .a_top {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 1000px) {
    #top_title {
        font-size: 14pt;
        margin-top: 20px;
    }
    footer {
        max-width: 250px;
    }
    #top_logo {
        width: 250px;
        max-width: 250px;
    }
    .col1 {
        width: 250px;

    }
    .col2 {
        margin-left: 250px;
    }
    #photos {
        -webkit-column-count: 2;
        -moz-column-count:    2;
        column-count:         2;
    }
}

@media only screen and (max-width: 750px) {
    #top_logo::before {
        display: none;
    }
    #head_sect {
        padding-left: 10px;
    }
    #content h1 {
        text-align: center;
        font-size: 20pt;
    }
    #content h1::after {
        content: '';
        position: absolute;
        right: 50%;
        bottom: -15px;
        height: 1px;
        width: 20%;
        margin-right: -10%;
        background: rgba(255,255,255,0.5);
    }
    #photos {
        -webkit-column-count: 1;
        -moz-column-count:    1;
        column-count:         1;
    }
}

@media only screen and (max-height: 700px) {
    .col1 {
        width: 25%;
    }
}

@media only screen and (max-width: 700px) {
    .col1 {
        width: 75%;
    }
}

@media only screen and (max-width: 700px), screen and (max-height: 750px) {
    .col1 {
        display: none;
        top: 95px;
        height: auto;
        min-height: 10px;
        max-height: 100%;
        overflow-y: scroll;
        padding-bottom: 30px;
        background: rgba(70,96,47,0.9) url('/gfx/bg_bush.png') no-repeat center bottom 0;
    }
    .col2 {
        margin-left: 0;
        width: 100%;
    }
    footer {
        position: relative;
        max-width: 100%;
    }
    #top_logo {
        width: 100%;
        max-width: 100%;
        height: 30px;
    }
    #a_logo img {
        max-width: 50px;
        margin: -25px 0 0 -25px;
    }
    #a_logo, #a_logo:hover {
        position: absolute;
        margin: 10px 0 0 0;
        width: 60px;
        height: 60px;
        left: 20px;
    }
    #col_header {
        margin-top: 30px;
        min-height: 10px;
        height: 65px;
        background: rgba(70,96,47,0.8);
    }
    #top_title {
        display: none;
    }
    .a_top {
        float: right;
        margin: 10px;
    }
    #menu_switch {
        display: block;
    }
    #logo_title {
        display: block;
        text-align: center;
        font-family: 'gothamlight';
        font-style: italic;
        margin-top: 6px;
        font-size: 10pt;
    }
    ul#menu_vert {
        margin-top: 10px;
    }
    ul#menu_vert li a {
        font-size: 10pt;
        padding-right: 10px;
    }
    ul#menu_vert li::after {
        right: 10px;
    }
    ul#menu_vert li ul {
        width: 100%;
        right: auto;
        position: relative;
    }
    ul#menu_vert li ul li {
        width: 100%;
    }
    ul#menu_vert li ul li a  {
        width: 90%;
        font-size: 8pt;
        color: #c0c0c0;
        text-align: right;
        padding-bottom: 5px;
    }
    ul#menu_vert li ul li::after {
        left: auto;
        right: 10px;
    }
}
@media only screen and (max-width: 400px) {
    #logo_title {
        font-size: 8pt;
        margin-top: 10px;
    }
}