html
{
    height: 100%;
    overflow-y: scroll;
}

body
{
    height: 100%;
    background-color: #fff;
    font-family: Tahoma, Verdana;
    font-size: 14px;
    outline: none;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 1160px;
}

a
{
    outline: none;
}

img
{
    border: 0;
}

form
{
    margin: 0;
    padding: 0;
    border: 0;
}

input[type='text'],input[type='password'],input[type='file'],select,textarea
{
    color: #000;
    background-color: transparent;
}

input[type='text'],input[type='password'],select,textarea
{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    font-size: 14px;
    font-family: Tahoma, Verdana;
    text-decoration: none;
    outline: none;
}

input[type='text'],input[type='password']
{
    height: 18px;
    line-height: 18px;
    cursor: text;
}

textarea
{
    resize: none;
    line-height: 18px;
    height: 90px;
    cursor: text;
}

input[type='submit'],input[type='button']
{
    display: block;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 120px;
    height: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #262626;
    cursor: pointer;
}

input[type='submit']:hover,input[type='button']:hover,.list-add:hover,.list-add-gallery:hover,.list-cancel:hover,.list-edit:hover,.list-button:hover,.list-button-wide:hover
{
    background-color: #0082DA;
    color: #fff;
}

.clear
{
    display: block !important;
    clear: both !important;
}

.hidden
{
    display: none !important;
}

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.text-left
{
    text-align: left !important;
}

.text-center
{
    text-align: center !important;
}

.text-right
{
    text-align: right !important;
}

.social
{
    top: 167px;
    right: -294px;
    background-color: #fff;
    padding: 0;
    width: 292px;
    min-height: 38px;
    position: fixed;
}

.social-icon
{
    position: absolute;
    left: -40px;
    top: -1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.social-facebook
{
    z-index: 9999;
    border: 1px solid #3B589E;
}

.social-facebook .social-icon
{
    background-color: #3B589E;
    background-image: url('../images/social-facebook.png');
}

.social-twitter
{
    z-index: 9998;
    border: 1px solid #28A9E0;
}

.social-twitter .social-icon
{
    background-color: #28A9E0;
    background-image: url('../images/social-twitter.png');
}

.social-google
{
    z-index: 9997;
    border: 1px solid #DA4835;
}

.social-google .social-icon
{
    background-color: #DA4835;
    background-image: url('../images/social-google.png');
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -180px;
}

.top
{
    padding: 30px 0;
    overflow: hidden;
}

.global
{
    width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

.top-table,.gallery-table,.box-table,.bottom-table
{
    display: table;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    width: 100%;
}

.top-td,.gallery-td,.box-td,.bottom-td
{
    display: table-cell;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

.top-1
{
    float: left;
    margin: 0 30px 0 0;
    text-align: left;
}

.top-logo,.top-logo img
{
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
}

.top-2
{
    float: left;
    margin: 0 30px 0 0;
}

.top-company
{
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 24px;
    color: #0082DA;
    white-space: nowrap;
}

.top-3
{
    float: right;
}

.top-phone,.top-email
{
    display: block;
    float: right;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #777;
    margin: 14px 0;
    min-height: 20px;
    line-height: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.top-phone
{
    padding: 0 0 0 30px;
    background-image: url('../images/top-phone.png');
}

.top-email
{
    padding: 0 0 0 27px;
    background-image: url('../images/top-email.png');
}

#slides
{
    display: none;
    position: relative;
}

#slides .slidesjs-container
{
    height: 400px;
}

#slides .slidesjs-navigation
{
    display: none;
}

#slides .slidesjs-pagination
{
    position: absolute;
    display: block;
    text-decoration: none;
    outline: none;
    list-style: none;
    top: 12px;
    right: 12px;
    z-index: 11;
    margin: 0;
    padding: 0;
}

#slides .slidesjs-pagination-item
{
    display: block;
    float: left;
}

#slides .slidesjs-pagination-item a
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 3px;
    padding: 0;
    border: 1px solid #262626;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    background-color: #262626;
    text-indent: -9999px;
}

#slides .slidesjs-pagination-item a.active
{
    background-color: #fff;
}

.rotator
{
    height: 400px;
    overflow: hidden;
    background-color: #0082DA;
}

.rotator a
{
    display: block;
    width: 100%;
    height: 400px;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #0082DA;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rotator-label,.rotator-description
{
    font-weight: bold;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    text-decoration: none;
    outline: none;
    padding: 50px 50px 0 50px;
    display: block;
}

.rotator-label
{
    font-size: 36px;
    line-height: 40px;
}

.rotator-description
{
    font-size: 22px;
    line-height: 26px;
}

.menu-bar
{
    min-height: 42px;
    background-color: #262626;
    margin: 1px 0;
    position: relative;
}

.menu-bar-desktop
{
    display: block;
}

.menu-bar-mobile
{
    display: none;
}

.menu-bar-1
{
    float: left;
}

.menu-button
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 8px;
    padding: 0;
    border: 0;
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-image: url('../images/menu-button.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.menu-desktop,.menu-desktop ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu-desktop li,.menu-desktop li a
{
    float: left;
}

.menu-desktop li
{
    position: relative;
}

.menu-desktop li ul
{
    display: none;
    position: absolute;
    z-index: 13;
    top: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #262626;
}

.menu-desktop li:hover > ul
{
    display: block;
}

.menu-desktop li ul li,.menu-desktop li ul li a
{
    float: none;
}

.menu-desktop li ul li a
{
    display: block;
}

.menu-desktop li ul li ul
{
    display: none;
    position: absolute;
    z-index: 13;
    left: 100%;
    top: 0%;
    padding: 0;
    margin: 0;
}

.menu-mobile li ul li
{
    padding-left: 30px;
}

.menu-option,.submenu-option
{
    display: block;
    font-size: 14px;
    line-height: 18px;
    min-height: 18px;
    white-space: nowrap;
    color: #fff;
    background-color: transparent;
    text-align: left;
    margin: 0;
    border: 0;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
}

.menu-mobile,.menu-mobile ul,.menu-mobile li
{
    margin: 0;
    padding:0;
    display: block;
    list-style: none;
}

.menu-mobile li
{
    padding-top: 1px;
}

.menu-option
{
    float: left;
    padding: 12px;
}

.menu-option:hover,.menu-option.selected
{
    background-color: #0082DA;
}

.submenu-option
{
    padding: 8px 12px;
}

.submenu-option:hover,.submenu-option.selected
{
    background-color: #0082DA;
}

.menu-bar-2
{
    float: right;
    z-index: 12;
}

.search
{
    overflow: hidden;
    width: 270px;
    height: 26px;
    overflow: hidden;
    margin: 8px;
}

.search input[type='text']
{
    float: left;
    text-decoration: none;
    outline: none;
    display: block;
    margin: 0;
    padding: 4px 10px;
    border: 0;
    width: 213px;
    height: 18px;
    color: #666;
    cursor: text;
    background-color: #fff;
    font-family: Tahoma, Verdana;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.search input[type='submit']
{
    float: right;
    text-decoration: none;
    outline: none;
    display: block;
    margin: 0;
    padding: 4px 0;
    border: 0;
    width: 36px;
    height: 26px;
    color: #fff;
    cursor: pointer;
    background-color: #0082DA;
    background-image: url('../images/search.png');
    background-position: center center;
    background-repeat: no-repeat;
    font-family: Tahoma, Verdana;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.menu-container
{
    display: none;
    background-color: #fff;
}

.main
{
    padding: 30px 0;
    overflow: hidden;
}

.name h1
{
    letter-spacing: 1px;
    font-size: 24px;
    color: #0082DA;
    margin: 0;
    padding: 14px 0;
    font-weight: normal;
}

.content
{
    text-align: left;
}

.content-mobile
{
    display: none;
}

.gallery-container
{
    width: 1140px;
    margin: 0 auto;
}

.gallery
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 20px 0 20px 40px;
    padding: 0;
    border: 0;
    width: 255px;
    height: 200px;
    position: relative;
    background-color: #0082DA;
}

.gallery:nth-child(4n+1)
{
    margin-left: 0;
}

.gallery-image
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 255px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-shadow
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 255px;
    height: 200px;
    box-shadow: inset 0px 0px 200px 30px #000;
}

.gallery-table
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.gallery-td
{
    width: 255px;
    height: 200px;
}

.gallery-big-label
{
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin: 10px 20px;
}

.gallery-label
{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 10px 20px;
}

.gallery-description
{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 10px 20px;
}

.gallery-more
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 255px;
    height: 31px;
}

.gallery-more span
{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    background-color: #0082DA;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.results
{
    margin: 14px 0;
}

.results ul
{
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.results ul li a,.results ul li a
{
    color: #000;
}

.contact
{
    background-image: url('../images/contact.png');
    background-position: center top;
    background-repeat: repeat-y;
    margin: 14px 0;
}

.contact-column
{
    width: 540px;
    margin: 0 auto;
}

.contact-column-left
{
    float: left;
}

.contact-column-right
{
    float: right;
}

.contact-title
{
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
    margin: 0;
    padding: 0 0 28px 0;
    font-weight: normal;
}

.contact-hint
{
    font-weight: bold;
    margin: 2px 0;
    line-height: 16px;
    font-size: 12px;
    padding: 0 0 28px 0;
    text-align: justify;
}

.contact-content
{
    overflow: hidden;
}

.contact-label
{
    font-weight: bold;
    margin: 2px 0;
    line-height: 18px;
}

.contact-input
{
    padding: 5px;
    background-color: #fff;
    border: 1px solid #262626;
}

.contact-error
{
    background-color: #d00;
    color: #fff;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin: 2px 0 0 0;
    text-align: justify;
}

.contact-captcha
{
    padding: 6px 0 0 0;
}

.contact-button
{
    margin: 22px 0 0 0;
    float: right;
}

.contact-button input
{
    float: left;
}

.contact-notice
{
    text-align: center;
    font-weight: bold;
    line-height: 18px;
}

.contact-item
{
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

.contact-space
{
    height: 26px;
}

.contact-map
{
    border: 1px solid #262626;
}

.contact-map iframe
{
    display: block;
    width: 100%;
    height: 468px;
    margin: 0;
    padding: 0;
    border: 0;
}

.window
{
    border: 1px solid #262626;
    max-width: 500px;
    margin: 50px auto;
    background-color: #ccc;
    position: relative;
}

.window-large
{
    max-width: 100%;
}

.window-title
{
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #262626;
    background-color: #262626;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
}

.window-content
{
    margin: 40px 20px;
    overflow: hidden;
}

.window-label
{
    font-weight: bold;
    margin: 2px 0;
    line-height: 18px;
    position: relative;
}

.window-input
{
    padding: 5px;
    background-color: #fff;
    border: 1px solid #262626;
}

.window-input .textarea-large
{
    height: 360px;
}

.window-error
{
    background-color: #d00;
    color: #fff;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin: 2px 0 0 0;
    text-align: justify;
}

.window-notice
{
    text-align: center;
    margin: 2px 0 0 0;
}

.window-button,.window-buttons
{
    margin: 22px auto 2px;
}

.window-button
{
    width: 120px;
}

.window-buttons
{
    width: 250px;
}

.window-buttons input
{
    float: left;
}

.window-buttons .space
{
    float: left;
    width: 10px;
    height: 10px;
}

.window-type-standard
{
    display: block;
}

.window-type-link
{
    display: none;
}

.window-color
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    width: 98px;
    height: 68px;
    background-color: transparent;
    cursor: pointer;
}

.window-color.color-1,.window-color.color-2,.window-color.color-3,.window-color.color-4
{
    margin-bottom: 10px;
}

.window-color.color-5,.window-color.color-6,.window-color.color-7,.window-color.color-8
{
    margin-top: 10px;
}

.window-color.color-1,.window-color.color-5
{
    margin-right: 10px;
}

.window-color.color-4,.window-color.color-8
{
    margin-left: 10px;
}

.window-color.color-2,.window-color.color-3,.window-color.color-6,.window-color.color-7
{
    margin-left: 10px;
    margin-right: 10px;
}

.window-color.color-picker
{
    float: none !important;
    margin: 0 auto;
}

.window-thumb
{
    position: absolute;
    right: 20px;
    top: -21px;
    text-decoration: none;
    outline: none;
    width: 118px;
    height: 70px;
    margin: 0;
    padding: 0;
    border: 1px solid #262626;
    background-color: #262626;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.window-delete-file
{
    position: absolute;
    right: 23px;
    top: -18px;
    text-decoration: none;
    outline: none;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #262626;
    background-image: url('../images/window-delete-file.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.hint-button
{
    display: block;
    text-decoration: none;
    outline: none;
    position: absolute;
    top: 1px;
    right: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url('../images/hint-button.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.hint-container
{
    display: none;
    background-color: #0082DA;
    color: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 2px 0;
    text-align: justify;
}

.list
{
    max-width: 700px;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
}

.list-title
{
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #262626;
    background-color: #262626;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
}

.list-space
{
    height: 20px;
}

.list-element
{
    position: relative;
    border-top: 2px solid #fff;
}

.list-element:nth-child(even)
{
    background-color: #ccc;
}

.list-element:nth-child(odd)
{
    background-color: #ddd;
}

.list-element div
{
    position: absolute;
    top: 0;
    right: 0;
}

.list-element .list-element
{
    position: relative;
    border-left: 32px solid #fff;
}

.list-add,.list-add-gallery,.list-cancel,.list-edit,.list-button,.list-button-wide
{

    display: block;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 7px 0;
    border: 0;
    background-color: #262626;
    height: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-left: 2px solid #fff;
}

.list-add
{
    position: absolute;
    top: 0;
    right: 0;
    width: 182px;
}

.list-add-gallery
{
    position: absolute;
    top: 0;
    right: 92px;
    width: 182px;
}

.list-cancel
{
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
}

.list-edit
{
    background-color: transparent;
    color: #000;
    text-align: left;
    border-left: 0;
    padding: 7px 11px;
}

.list-button,.list-button-wide
{
    float: left;
}

.list-button
{
    width: 32px;
}

.list-button-wide
{
    width: 90px;
}

.list-inactive:hover
{
    background-color: #262626 !important;
}

.box-outer
{
    padding: 15px;
    background-color: #eee;
}

.box-container
{
    width: 1110px;
    margin: 0 auto;
}

.box
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 20px;
    padding: 0;
    border: 0;
    width: 330px;
    height: 200px;
    position: relative;
    background-color: #0082DA;
}

.box-image
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 330px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-shadow
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 330px;
    height: 200px;
    box-shadow: inset 0px 0px 200px 30px #000;
}

.box-table
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.box-td
{
    width: 330px;
    height: 200px;
}

.box-big-label
{
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin: 10px 20px;
}

.box-label
{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 10px 20px;
}

.box-description
{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 10px 20px;
}

.box-more
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 330px;
    height: 31px;
}

.box-more span
{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    background-color: #0082DA;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.push
{
    height: 180px;
}

.bottom
{
    height: 180px;
    color: #fff;
    overflow: hidden;
}

.bottom a
{
    color: #fff;
}

.bottom-container
{
    background-color: #262626;
    padding: 0 35px;
}

.bottom-1
{
    float: left;
    overflow: hidden;
    width: 530px;
    text-align: left;
}

.bottom-td
{
    width: 530px;
    height: 180px;
}

.bottom-2
{
    float: right;
    overflow: hidden;
    width: 530px;
    text-align: right;
}

.bottom-2 a,.bottom-2 b,.bottom-2 strong
{
    text-decoration: none;
    outline: none;
    font-weight: normal;
}

.cookies
{
    z-index: 9999;
    border-top: 1px solid #000;
    color: #fff;
    background-color: #262626;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-family: Verdana, Tahoma;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    display: none;
}

.cookies ol
{
    list-style-type: lower-alpha;
    padding: 0 0 0 20px;
}

.cookies-1
{
    float: left;
    text-align: justify;
    padding: 5px 20px;
}

#cookies-policy-button
{
    color: #fff;
    text-decoration: underline;
    outline: none;
    font-weight: normal;
}

.cookies-2
{
    float: right;
    text-align: right;
    padding: 5px 20px;
}

#cookies-accept-button
{
    color: #fff;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

.cookies-3
{
    text-align: justify;
    padding: 5px 20px;
    display: none;
}
