body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 85%;
    font-weight: 300
}

a img {
    border: none
}


table.points {
    border-collapse: collapse;
    margin-bottom: 15px;
}

table.points th {
    background-color: #dee7ec;
}

table.points th.loser {
    background-color: #FF9FA9;
}

table.points td, table.points th {
    border: 1px solid #8cacbb;
    padding: 4px 10px 4px 10px;
    text-align: center;
}

div.popup_window.flash_window {
    text-align: center;
}

div.popup_window.flash_window form input[type=submit] {
    margin-left: auto;
    margin-right: auto;
}

div.popup_window.flash_window form table {
    width: 100%;
}

div.popup_window {
    max-width: 690px;
    margin: 0 0 0 0;
}

div.popup_window p {
    margin: 0 0 0 0;
}

div.popup_window form input[type=submit] {
    padding: 0 20px 0 20px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.3em;
    font-size: 125%;
    background-color: #CD4566;
    height: 32.25px;
    font-weight: 300;
    font-family: 'Roboto';
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 10px;
}

div.popup_window form input[type=submit].btn-danger {
    background-color: #4562cd
}

.menu.headroom--unpinned {
    display: none;
}

.headroom--top .head-whole {
    position: relative;
}

.news .ul .li div.content .video-container {
    visibility: hidden;
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-left: 15px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anchor_link {
    position: relative;
    top: 35px;
    margin: 0;
    padding: 0;
    float: left;
}

.head-whole {
    position: fixed;
    width: 100%;
    z-index: 50;
    _position: absolute;
    top: 0;
    _top: expression(eval(document.body.scrollTop));
    left: 0;
}

.head {
    background-color: #8DC63F;
    border-bottom: 6.75px solid #333333;
    color: #FFFFFF;
    position: relative;
    z-index: 50
}

.head.noborder {
    border: none
}

.rent-np .head {
    background-color: #E24F4E
}

.park-house .head {
    background-color: #90A0A2
}

.head a {
    color: #FFFFFF;
    text-decoration: none
}

.head-in {
    text-align: right;
    margin: 0 auto;
    width: 1050px
}

.language {
    float: right;
    height: 30px;
    padding: 18.75px 0 0 15px;
    border-left: 1px solid #719E32
}

.flag-cz, .flag-en {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 16.5px;
    height: 10.5px
}

.flag-cz {
    background: url("../images/flag_cz.png") left top no-repeat
}

.flag-en {
    background: url("../images/flag_en.png") left top no-repeat
}

.reg-login {
    float: right;
    border-left: 1px solid #719E32;
    padding: 15px 30px 0 30px;
    height: 33.75px;
    line-height: 1.3em
}

.logged {
    float: right;
    border-left: 1px solid #719E32;
    height: 48.75px;
    text-align: left
}

.logged .log-name {
    background-color: #7BB034;
    font-weight: 500;
    font-size: 120%;
    display: inline-block;
    height: 33.75px;
    padding: 15px 3.75px 0 15px;
    width: 123.75px;
    line-height: 1.3em;
    vertical-align: top
}

.logged .credits {
    background-color: #7BB034;
    font-weight: 500;
    line-height: 0.95em;
    display: inline-block;
    height: 41.25px;
    padding: 7.5px 3.75px 0 15px;
    width: 160px;
    vertical-align: top;
}

.rent-np .log-name, .rent-np .credits {
    background-color: #C24443
}

.park-house .log-name, .park-house .credits {
    background-color: #7A8688
}

.logged .wrapper_credits {
    text-align: justify;

    /* IE special */
    width: 100%;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.logged .wrapper_credits:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.logged .credits_count {
    font-weight: 500;
    font-size: 120%;
    display: inline-block;
    /* ie 7*/
    *display: inline;
    *zoom: 1;
    *text-align: left;
}

.logged .buy_credits {
    display: inline-block;
    vertical-align: baseline;

    /* ie 7*/
    *display: inline;
    *zoom: 1;
    *text-align: right;
}

.logged .credits span {
    font-size: 120%;
}

.logged .credits a.link {
    font-size: 80%;
    font-weight: 300;
    line-height: 1em;
    text-decoration: underline !important
}

.login {
    display: inline;
    position: relative
}

.reg {
    display: inline;
    padding-left: 26.25px;
}

.login > a, .reg > a {
    font-size: 120%
}

.login form {
    margin: 0;
    position: absolute;
    left: -108.75px;
    top: 22.5px;
    width: 172.5px;
    background-color: #8DC63F;
    padding: 7.5px 2.25px;
    text-align: left;
    display: none
}

.login form label {
    font-size: 120%;
    line-height: 1.3em;
    margin-left: 11.25px
}

.login form input[type=text], .login form input[type=password] {
    font-family: 'Roboto';
    font-size: 100%;
    color: #5A5A5A;
    border: none;
    background-color: #DCDCDC;
    padding: 5.25px 7.5px;
    width: 157.5px;
    height: 14.25px;
    font-weight: 300;
    margin-bottom: 5.25px
}

.login form .right {
    text-align: right
}

.login form input[type=submit] {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 500;
    font-size: 120%;
    text-transform: uppercase;
    font-family: 'Roboto';
    cursor: pointer
}

.search {
    float: right;
    padding: 15px 30px;
    height: 18.75px;
    border-left: 1px solid #719E32;
    margin: 0
}

.search div {
    background-color: #FFFFFF;
    width: 234px;
    height: 18.75px;
    text-align: left
}

.search input[type=submit] {
    vertical-align: middle;
    cursor: pointer;
    background: url("../images/button_search.png") left top no-repeat;
    border: none;
    width: 15px;
    height: 14.25px;
    margin-right: 2px
}

.search input[type=text] {
    vertical-align: middle;
    border: none;
    width: 207px;
    height: 12.75px;
    padding: 2.25px 0 3.75px 5.25px;
    font-family: 'Roboto';
    font-size: 92%;
    color: #6D6D6D;
    height: 11.25px;
    background-color: transparent
}

.home {
    padding: 15px 30px 0 0;
    height: 33.75px;
    float: right
}

.home a {
    line-height: 1.3em;
    font-size: 120%;
    padding-right: 27.75px;
    background: url("../images/ico_home.png") right 1.5px no-repeat
}

.rent-np .language, .rent-np .reg-login, .rent-np .logged, .rent-np .search {
    border-left: 1px solid #E76A69
}

.park-house .language, .park-house .reg-login, .park-house .logged, .park-house .search {
    border-left: 1px solid #ACB7B9
}

.main {
    background: url("../images/bg_main.png") left bottom repeat-x;
    padding: 15px 0 37.5px 0;
    position: relative
}

.rent-np .main {
    background: url("../images/bg_rent.jpg") center bottom no-repeat;
    background-size: 100% auto
}

.main-in {
    margin: 0 auto;
    width: 1050px;
    position: relative
}

.colright .navigation h1 {
    padding-left: 0;
}

.main .main-in h2 {
    font-size: 200%;
    font-style: italic;
    margin-right: 3px;
    margin-left: 3px;
}

.main h2 {
    font-weight: 300;
    font-size: 310%;
    line-height: 1.3em;
    margin: 0 0 26.25px 0;
    color: #475258
}

.main .logo {
    display: inline-block;
    vertical-align: top;
    background: url("../images/logo.png") left top no-repeat;
    margin-bottom: 60px;
    width: 213.75px;
    height: 57.75px
}

.signpost2 {
    float: left;
    width: 510px
}

.signpost a {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 250%;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;
    width: 438.75px;
    height: 157.5px;
    vertical-align: top;
    margin: 0 22.5px 43.5px 22.5px
}

.signpost .sp1 {
    display: inline-block;
    padding: 0 0 0 0;
    width: 450px;
    height: 157.5px
}

.signpost .sp1 .sp {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.signpost .sp1 table {
    display: table;
    width: 280px;
    height: 100%
}

.signpost .sp1 .cell {
    vertical-align: middle;
    height: 100%;
}

.signpost a:hover .cell {
    text-decoration: underline;
}

.signpost .sp1 .icon {
    width: 150px;
    height: 100%;
    float: left
}

.signpost2 .sp1 {
    margin-left: 0
}

.signpost2 .sp2 {
    padding: 56.25px 0 0 135px;
    width: 303.75px;
    height: 101.25px;
    margin-left: 0
}

.rent-slider {
    float: left;
    max-width: 439.5px;
    width: auto;
    max-height: 358.5px;
    overflow: hidden;
    position: relative;
    z-index: 30
}

.rent-slider ul {
    margin: 0;
    padding: 0;
    width: 439.5px;
    height: 358.5px;
    position: relative;
    z-index: 20
}

.rent-slider ul li {
    width: 439.5px;
    height: 358.5px;
    list-style-type: none
}

.rent-slider ul li img {
    width: 100%
}

.rent-slider .cycle-prev, .rent-slider .cycle-next {
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 86.25px;
    top: 38%;
    z-index: 30
}

.rent-slider .cycle-prev {
    left: 13.5px;
    background: url("../images/prev_rent.png") left top no-repeat
}

.rent-slider .cycle-next {
    right: 13.5px;
    background: url("../images/next_rent.png") left top no-repeat
}

.rent-slider .table {
    display: table;
    height: 100%
}

.rent-slider .cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.menu {
    background: url("../images/bg_menu.png") left top repeat;
    padding: 15px 0 15px 0
}

.menu.active {
    background-image: none;
    background-color: #333333
}

.menu-in {
    display: flex;
    width: auto;
}

.logo-sport {
    text-align: center;
    display: inline-block;
    float: left;
    width: 348px;
    height: 57.75px;
}

.logo-sport img {
    width: auto !important;
    max-height: 100% !important
}

.menu-whole {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    text-align: right;
    padding-right: 20px;
}

.menu ul {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: left
}

.menu ul li {
    display: inline;
    list-style-type: none;
    line-height: 1.3em;
    font-size: 140%;
    text-transform: uppercase;
    margin-left: 15px;
    font-weight: 400
}

.menu ul li a {
    color: #FFFFFF;
    text-decoration: none
}

.menu ul li a:hover, .menu ul li a.active {
    color: #8DC63F;
    text-decoration: underline
}

.main.subpage {
    background: url("../images/bg_main2.png") left bottom repeat-x;
}

.main.subpage .main-in {
    width: 1050px;
    position: relative;
    padding-bottom: 1px;
}

.main-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    display: none
}

.main-image.active {
    display: block
}

.main-image-in {
    display: none;
    position: absolute;
    left: 270px;
    top: 0;
    width: 780px;
    height: 100%
}

.main-image-in.active {
    display: inline-block
}

.info-box {
    z-index: 40;
    position: absolute;
    right: 0;
    top: 250px;
    width: 311.25px;
    text-align: left;
    color: #FFFFFF;
    padding: 7.5px;
    background: url("../images/info_box-border.png") left top repeat
}

.info-box-in {
    padding: 22.5px 15px 22.5px 22.5px;
    text-transform: uppercase
}

.info-box a {
    color: #FFFFFF
}

.info-box h2 {
    font-weight: 500;
    line-height: 1.2em;
    font-size: 330%;
    margin: 0 0 18.75px 0
}

.info-box p {
    font-size: 120%;
    line-height: 1.3em;
    margin: 0 0 9px 0
}

.info-box .right {
    text-align: right;
    line-height: 1.3em;
    font-size: 110%
}

.info-box .right a {
    font-weight: 500
}

.your-centre {
    display: inline-block;
    background: url("../images/your_centre.png") left top no-repeat;
    width: 257.25px;
    height: 230.25px;
    position: absolute;
    left: 280px;
    top: 450px
}

.image-bg {
    background: url("../images/main_image.jpg") center bottom no-repeat
}

.menu-left {
    width: 273px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 40;
    min-height: 790px;
    float: left
}

.menu-left li {
    list-style-type: none;
    margin-bottom: 12px
}

.menu-left li a {
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 170%;
    display: block;
    min-height: 33px;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0.95
}


.child {
    background-color: #343535;
    padding: 22.5px 0 37.5px 0;
    position: relative;
    z-index: 40
}

.child .arrow-up {
    bottom: auto;
    top: 45%
}

.child-in {
    margin: 0 auto;
    width: 1050px;
    color: #9A9A9A
}

.child-in a {
    color: #9A9A9A
}

.child-in h2 {
    font-style: italic;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.3em;
    font-size: 310%;
    margin: 0 0 15px 0;
    text-transform: uppercase
}

.child-in p {
    text-transform: uppercase;
    font-size: 140%;
    line-height: 1.3em;
    margin: 0 112.5px 30px 112.5px
}

.for-child {
    margin: 0;
    padding: 0
}

.for-child li {
    vertical-align: top;
    display: inline-block;
    list-style-type: none;
    margin: 0 0 3px 0;
    width: 280px
}

.for-child li a {
    color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.1em;
    text-transform: uppercase;
    font-size: 190%;
    display: block;
    height: 63px;
    padding-left: 71.25px;
    padding-top: 15px;
    opacity: 0.95
}

.childSport a:hover, .childSport.active a {
    text-decoration: underline
}

.slider {
    height: 308.25px;
    overflow: hidden;
    position: relative
}

.slider ul {
    width: 100%;
    height: 308.25px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 30
}

.slider ul li {
    height: 308.25px;
    width: 100%;
    list-style-type: none
}

.slider ul li.slide1 {
    background: url("../images/slider_image.jpg") center top no-repeat;
    background-size: 100% auto
}

.slider-content {
    margin: 0 auto;
    width: 1050px;
    padding-top: 22.5px
}

.slider-content h2 {
    font-style: italic;
    font-weight: 800;
    color: #343535;
    line-height: 1.2em;
    font-size: 650%;
    margin: 0 0 11.25px 0;
    text-transform: uppercase
}

.slider-content h2 span {
    color: #FF554F
}

.slider-content p {
    text-transform: uppercase;
    font-size: 140%;
    line-height: 1.3em;
    margin: 0 135px 30px 135px;
    font-weight: 400;
    color: #343535;
    position: relative
}

.button-join {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 200%;
    display: inline-block;
    background-color: #DD4A49;
    padding: 11.25px 26.25px;
    font-weight: 400
}

.cycle-pager {
    position: absolute;
    bottom: 11.25px;
    right: 15%;
    z-index: 40
}

.cycle-pager span {
    vertical-align: top;
    display: inline-block;
    background: url("../images/slider_nav.png") left top no-repeat;
    width: 11.25px;
    height: 11.25px;
    font-size: 1px;
    margin-left: 5.25px;
    cursor: pointer
}

.cycle-pager span.cycle-pager-active {
    background-image: url("../images/slider_nav-active.png")
}

.main.bg2 {
    background: url("../images/bg_main3.png") left top repeat-x;
    padding-top: 0
}

.main-image-bg {
    min-height: 826px;
    position: absolute;
    width: 100%;
    padding-top: 150px;
}

.main-content {
    padding-top: 15px
}

.main.bg2 .menu-left, .menu-left.float {
    float: left;
    margin-right: 11.25px
}

.colright {
    position: relative;
    width: 761.25px;
    float: left;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    text-align: left;
    padding-bottom: 22.5px;
    margin-left: 10px;
}

.colright h3 {
    font-size: 1.5em;
}

.colright.pink {
    border: 2.25px solid #DA748D
}

.colright.pink a, .colright.green a {
    color: #CD4566
}

.colright.green {
    border: 2.25px solid #A6D268
}

.colright.red {
    border: 2.25px solid #E26E6C
}

.colright.grey {
    border: 2.25px solid #A8B4B5
}

.colright img {
    max-width: 100%;
    height: auto;
}

.navigation {
    font-size: 110%;
    line-height: 1.3em;
    color: #787878;
    padding: 7.5px 22.5px
}

.navigation a {
    color: #787878 !important;
    text-decoration: none
}

.colright .anchor {
    padding: 0;
    margin: 0 0 15px 0
}

.anchor {
    margin-top: 30px;
}

.anchor.first {
    margin-top: 0px;
}

.anchor li {
    list-style-type: none;
    display: inline
}

.anchor li a {
    margin-top: 5px;
    font-size: 180%;
    color: #FFFFFF !important;
    min-width: 150px;
    line-height: 1.3em;
    display: inline-block;
    background-color: #DCDCDC;
    padding: 6px 10px 6px 10px;
    text-decoration: none
}

.anchor li.active a {
    background-color: #CD4566
}

.green .anchor li.active a {
    background-color: #8DC63F
}

.colright .user_table_wrapper {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.colright strong {
    font-weight: 500;
    color: #000000
}

.colright .h2-bg, .colright .h3-bg, .colright .h2-bg {
    display: inline-block;
    width: 146.25px;
    font-size: 180%;
    color: #FFFFFF;
    line-height: 1.3em;
    display: block;
    background-color: #CD4566;
    padding: 6px 3.75px 6px 22.5px;
    font-weight: 300;
    margin: 0 0 15px 0
}

.colright .h3-bg {
    color: #787878;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ECECED;
    margin-bottom: 3.75px;
    font-size: 150%
}

.colright .h3-bg a {
    color: #787878
}

.colright.green .h2-bg {
    background-color: #8DC63F
}

.time-price {
    padding-bottom: 22.5px;
    font-size: 150%;
    line-height: 1.3em;
    color: #6C6C6C;
    overflow-x: auto;
}

.time-price strong {
    color: #353535
}

.time-price .tp-left {
    margin-left: 5px;
    margin-right: 4px
}

.time-price .tp-right {
    margin-right: 5px;
    margin-left: 12.5px;
}

.time-price .discount {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
}

.time-price .discount .row {
    display: table-row;
    overflow-x: auto;
}

.time-price .discount .cell {
    display: table-cell;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.time-price .discount .cell.time {
    width: 140px
}

.time-price .discount .cell.price {
    width: 120px
}

.time-price .discount .alignright {
    text-align: right
}

.time-price .discount .odd {
    background-color: #F2F2F2
}

.time-price .discount .even {
    background-color: #FAFAFA
}

.time-price .discount .column {
    display: inline-block
}

.pricelist, .gallery-whole, .rent {
    position: relative;
    padding-bottom: 15px
}

.pricelist.margin {
    padding-bottom: 45px
}

.gallery-whole {
    padding-bottom: 0
}

.arrow-up.au-text {
    text-decoration: none;
    padding-right: 21px;
    background: url("../images/arrow_up-smaller.png") right 5.25px no-repeat;
    bottom: auto;
    right: 22.5px;
    font-size: 120%;
    line-height: 1.3em;
    width: auto;
    height: auto
}

.gallery {
    padding: 0 15px 0 22.5px;
    text-align: center
}

.gallery > a {
    display: inline-block;
    vertical-align: top;
    max-width: 235.5px;
    height: auto;
    overflow: hidden;
    margin: 0 3px 5.25px 0
}

.gallery > a img {
    display: block;
    height: auto
}

.gallery a.big {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.gallery a.big img {
    max-width: 100%;
    height: auto
}

.gallery .right {
    text-align: right;
    padding: 3.75px 5.25px 0 0
}

.reg-form {
    margin: 0;
    padding: 15px 0 15px 22.5px
}

.reg-form td.right {
    font-size: 120%;
    vertical-align: middle;
    text-align: right;
    padding-right: 5px
}

.reg-form td {
    padding-bottom: 18.75px
}

.reg-form div {
    margin-bottom: 18.75px
}

.reg-form .label_over {
    display: none
}

.reg-form tr.margin td {
    padding-bottom: 5.25px
}

.reg-form input[type=text], .reg-form input[type=password], .reg-form input[type=number], .reg-form input[type=email] {
    font-family: 'Roboto';
    font-size: 120%;
    color: #5A5A5A;
    border: none;
    background-color: #DCDCDC;
    padding: 7.5px 11.25px;
    width: 150px;
    height: 22.5px;
    margin-right: 11.25px;
    font-weight: 300
}

.reg-form input[type=text].input2 {
    width: 213.75px
}

.reg-form input[type=email].input3, .reg-form input[type=text].input3, .reg-form input[type=text].input1, .reg-form input[type=number].input3 {
    width: 255px
}

.reg-form label, .credits-buy label {
    vertical-align: top;
    display: inline-block;
    line-height: 1.3em;
    font-size: 95%;
    margin-top: 2.25px
}

.reg-form .terms, .credits-buy .terms {
    margin-left: 17.25px;
    display: inline-block;
    line-height: 1em;
    font-size: 80%;
    color: #8DC63F !important
}

.reg-form input[type=submit], .credits-buy input[type=submit] {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.3em;
    font-size: 125%;
    background-color: #8DC63F;
    height: 32.25px;
    font-weight: 300;
    font-family: 'Roboto';
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 17.25px;
    margin-top: 10px;
}

.input-ok {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico_ok.png") left top no-repeat;
    width: 20.25px;
    height: 14.25px;
    margin-left: -3.75px
}

.input-wrong {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico_wrong.png") left top no-repeat;
    width: 16.5px;
    height: 15.75px;
    margin-left: -3.75px
}

.wrapper-order-history {
    overflow: auto;
}

.order-history {
    margin: 0 0 10px 0px;
    border-collapse: collapse;
    overflow: auto
}

.order-history th {
    background-color: #ECECED;
    font-weight: 300;
    font-size: 140%;
    line-height: 1.3em;
    text-align: center;
    vertical-align: top;
    padding: 3px 3.75px 3.75px 3.75px;
    border-right: 2.25px solid #FFFFFF
}

.order-history td {
    font-size: 130%;
    font-weight: 300;
    line-height: 1.3em;
    padding: 0 3.75px 0 3.75px;
    color: #CD4566;
    text-align: center;
    vertical-align: middle
}

.order-history .description {
    font-size: 70%;
    font-weight: 30;
    color: black;
}


.order-history tr td {
    border-left-width: 1px
}

.order-history tr:nth-child(2) td {
    padding-top: 3.75px
}

.order-history tr:nth-child(even) td {
    background-color: #FAFAFA;
    border-right: 2.25px solid #F2F2F2;
}

.order-history tr:nth-child(odd) td {
    background-color: #F2F2F2;
    border-right: 2.25px solid #FAFAFA;
}

.order-history tr td.joined {
    border-right: none
}

.order-history tr td:last-child {
    text-align: right;
    padding-right: 7.5px;
    border-right: none
}

.order-history.allcenter tr td:last-child {
    text-align: center;
    padding-right: 3.75px
}

.order-history .delete {
    display: inline-block;
    background: url("../images/ico_delete.png") left top no-repeat;
    width: 9px;
    height: 8.25px
}

.credits-buy {
    margin: 0 0 37.5px 0
}

.credits-buy .order-history {
    width: 251.25px;
    margin-bottom: 15px
}

.credits-buy .order-history strong {
    color: #CD4566
}

.credits-buy div {
    margin: 0 0 11.25px 22.5px
}

.rent-np .main.bg2 {
    background: url("../images/bg_rent2.jpg") center top no-repeat;
    background-size: 100% auto;
    padding-top: 150px
}

.park-house .main.bg2 {
    background: url("../images/bg_park.jpg") center top no-repeat;
    background-size: 100% auto;
    padding-top: 150px
}

.office-list {
    padding: 0 0 1px 22.5px
}

.office-item {
    float: left;
    width: 227.25px;
    margin: 0 15px 45px 0
}

.office-number {
    white-space: nowrap;
    color: #FFFFFF;
    line-height: 1.3em;
    padding: 5.25px 22.5px;
    font-size: 190%;
    background-color: #E14F4D;
    margin-bottom: 1.5px
}

.office-in {
    border: 1px solid #929292;
    padding: 7.5px 7.5px 22.5px 7.5px
}

.office-image {
    display: block;
    margin-bottom: 18.75px;
    width: 210px;
    height: 211px
}

.office-image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto
}

.office-info {
    line-height: 1.3em;
    font-size: 120%;
    padding: 0 15px
}

.office-info-in {
    margin-bottom: 7.5px;
}

.office-info-in strong, .office-info-in > span {
    vertical-align: middle;
    width: 37%;
    margin-right: 2%;
    color: #1D1D1D;
    font-weight: 400
}

.office-info-in strong {
    width: 53%;
    font-weight: 700
}

.office-info .wrong {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico_wrong-small.png") left top no-repeat;
    width: 13.5px;
    height: 12.75px
}

.office-info .ok {
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico_ok-small.png") left top no-repeat;
    width: 16.5px;
    height: 12px
}

.office-info sup {
    font-size: 70%;
    vertical-align: top
}

.office-info .button-more {
    background-color: #E14F4D;
    display: inline-block;
    color: #FFFFFF !important;
    text-decoration: none;
    padding: 6px 11.25px;
    margin-top: 15px
}

.office-detail-image {
    margin: 0 0 22.5px 0;
    overflow: hidden;
    width: 100%;
}

.office-detail-image img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.office-detail-left {
    min-width: 251.25px;
    margin-right: 15px
}

.office-detail-left .office-number {
    white-space: normal;
    margin-bottom: 15px;
}

.office-detail-left .office-info {
    padding: 0
}

.office-detail-left .office-info-in {
    margin-left: 22.5px
}

.colright ul.anchor > li {
    font-size: 100%;
    margin-left: 0px
}

.colright h2, .office-detail-left p, .colright p, .colright ol > li, .colright ul > li {
    color: #000000;
}

.office-detail-left p, .colright p, .colright ol > li, .colright ul > li {
    font-size: 120%;
    margin-left: 15px;
}

.office-detail-left p, .colright p, .colright ul, .colright > strong, .colright > span {
    margin: 0 22.5px 26.25px 22.5px
}

.colright div.padding table {
    margin-left: 22.5px;
    margin-right: 22.5px;
}

.colright h1,.colright h2,.colright h3, .colright h4, .colright h5, .colright h6, .colright h7 {
    margin: 22px 22.5px 26.25px 22.5px
}

.office-detail-left .right {
    text-align: right
}

.office-detail-left .button-more {
    padding: 6px 26.25px;
    color: #FFFFFF !important
}

.office-detail-gallery {
    float: right;
    width: 487.5px;
}

.office-detail-gallery a {
    display: inline-block;
    vertical-align: top;
    width: 150.75px;
    height: 118.5px;
    overflow: hidden;
    margin: 0 7.5px 45px 0
}

.office-detail-gallery a img {
    max-width: 100%;
    height: auto;
}

.long-rent {
    line-height: 1.2em;
    font-size: 155%
}

.park-info {
    float: right;
    width: 206.25px;
    padding: 15px 22.5px 1px 22.5px;
    margin: 63.75px 0 15px 0;
    background-color: #90A0A2;
    color: #FFFFFF;
    font-size: 190%;
    line-height: 1.2em
}

.park-info p {
    margin: 0 0 26.25px 0
}

.park-info p:last-child {
    margin-bottom: 15px
}

.act-footer {
    position: relative;
    z-index: 40;
    background-color: #FFFFFF
}

.act-footer-in {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
    padding-top: 45px
}

.act-footer-in h2 {
    font-style: italic;
    font-size: 330%;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 11.25px 0;
    color: #343535
}

.news {
    position: relative
}

.news .cycle-prev {
    display: inline-block;
    position: absolute;
    left: -50.25px;
    top: 40%;
    background: url("../images/prev.png") left top no-repeat;
    width: 21px;
    height: 86.25px
}

.news .cycle-next {
    display: inline-block;
    position: absolute;
    right: -45px;
    top: 40%;
    background: url("../images/next.png") left top no-repeat;
    width: 21px;
    height: 86.25px
}

.news .ul {
    margin: 0 0 67.5px 0;
    padding: 0;
    height: 315px;
    width: 1050px
}

.news .ul .li div.content {
    height: 238px;
    margin-bottom: 10px;
    overflow: hidden;
}

.news .ul .li {
    width: 322.5px !important;
    height: 315px;
    margin-right: 28px;
    white-space: normal !important;
    vertical-align: top
}

.news .ul .li .act-block {
    border-top: 1px solid #999A9A;
    padding-top: 15px;
    color: #646562
}

.news .ul .li .act-block a {
    text-decoration: none
}

.news .ul .li .act-block .act-date {
    margin-bottom: 15px;
    line-height: 1em;
    font-size: 300%;
}

.news .ul .li .act-block.act-green .act-date {
    color: #6EC6A4
}

.news .ul .li .act-block.act-red .act-date {
    color: #DF4C4A
}

.news .ul .li .act-block.act-blue .act-date {
    color: #45A3C1
}

.news .ul .li .act-block h3 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 160%;
    margin: 0 0 18.75px 0
}

.news .ul .li .act-block h3 a {
    text-decoration: none;
    color: #646562
}

.news .ul .li .act-block p {
    font-size: 110%;
    line-height: 1.3em;
    margin: 0 0 45px 0;
    font-weight: 400
}

.news .ul .li .act-block .button-more {
    color: #FFFFFF;
    line-height: 1.3em;
    font-size: 120%;
    font-weight: 400;
    display: inline-block;
    padding: 12.75px 30px;
    text-decoration: none
}

.news .ul .li .act-block.act-green .button-more {
    background-color: #6EC6A4
}

.news .ul .li .act-block.act-green .button-more:hover {
    background-color: #DFF1EC;
    color: #66BDA5
}

.news .ul .li .act-block.act-red .button-more {
    background-color: #DF4C4A
}

.news .ul .li .act-block.act-red .button-more:hover {
    background-color: #F8DBDB;
    color: #DD4B49
}

.news .ul .li .act-block.act-blue .button-more {
    background-color: #45A3C1
}

.news .ul .li .act-block.act-blue .button-more:hover {
    background-color: #DAEDF3;
    color: #45A3C1
}

.footer {
    border-top: 6.75px solid #D6D7D7;
    padding: 60px 0 67.5px 0;
    color: #646562;
    font-size: 110%;
    font-weight: 400
}

.with-map {
    text-align: center
}

.footer a {
    color: #646562;
    text-decoration: none
}

.footer-right {
    float: right;
    line-height: 1.3em;
    text-align: right
}

.with-map .footer-right {
    width: 300px
}

.footer-right .email {
    padding-left: 30px;
    background: url("../images/ico_email.png") left 3px no-repeat;
    display: inline-block;
    margin-bottom: 7.5px
}

.facebook {
    display: inline-block;
    vertical-align: middle;
    width: 40.5px;
    height: 37.5px;
    background: url("../images/ico_facebook.png") left top no-repeat;
    margin-left: -2.25px
}

.youtube {
    display: inline-block;
    vertical-align: middle;
    width: 41.25px;
    height: 39.75px;
    background: url("../images/ico_youtube.png") left top no-repeat;
    margin-left: -2.25px
}

.skype {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 38.25px;
    background: url("../images/ico_skype.png") left top no-repeat;
    margin-left: -2.25px
}

.with-map .footer-left {
    float: left;
    width: 300px;
    text-align: left
}

.footer-left p {
    margin: 0;
    line-height: 1.3em
}

.footer-left .phone {
    font-size: 160%;
    line-height: 1.3em;
    padding-left: 22.5px;
    background: url("../images/ico_phone.png") left 4.5px no-repeat;
    margin-bottom: 2.25px
}

.arrow-up {
    display: inline-block;
    float: right;
    margin-right: 26.25px;
    background: url("../images/arrow_up.png") left top no-repeat;
    width: 24px;
    height: 14.25px
}

.arrow-up.au2 {
    bottom: auto;
    top: 30px
}

.footer-map {
    width: 330px;
    margin: -45px auto -52.5px auto;
    position: relative
}

.button-look {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 9.75px 15px;
    line-height: 1.3em;
    background-color: #818181;
    color: #FFFFFF !important;
    font-size: 95%;
    text-decoration: none
}

.copyright {
    color: #646562;
    background-color: #E0E0DD;
    line-height: 1.3em;
    padding: 22.5px 0;
    border-bottom: 22.5px solid #ACACAA;
    font-size: 95%
}

.bg-image {
    position: absolute;
    top: 0px;
    min-height: 1300px;
    width: 100%;
    height: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat
}

.bg-image.full {
    background-size: 100% auto
}

.fix {
    clear: both
}

.font-pink {
    color: #CD4566 !important
}

.font-inactive {
    color: #525555 !important
}

#imagelightbox {
    position: fixed;
    z-index: 9999
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 375px;
    background-color: #000;
}

.checker {
    width: 10px !important;
    height: 10px;
    line-height: 10px;
    margin: 0 3.75px 2px 0 !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: url("../images/checkbox.png") left bottom no-repeat;
    border: none
}

.checker span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    z-index: 25
}

.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 9.75px !important;
    height: 9.75px !important;
    margin: 0 !important
}

.checked {
    background: url("../images/checked.png") left bottom no-repeat
}

.menu-text-button {
    display: none
}

@media (max-width: 1440px) {
    .rent-np .main, .park-house .main {
        background-size: auto 100%;
        background-position: center top
    }
}

@media (max-width: 1070px) {
    .head-in, .main-in, .main.subpage .main-in, .menu-in, .child-in, .slider-content {
        width: 99%
    }

    .main-image-in {
        width: 720px
    }

    .act-footer-in {
        width: 900px
    }

    .news .ul {
        width: 913.5px
    }

    .news .ul .li {
        width: 277.5px !important
    }

    .news .ul .li .act-block p {
        margin-bottom: 22.5px
    }

    .slider ul li.slide1 {
        background-size: auto auto
    }

    .menu ul li {
        font-size: 125%
    }

    .rent-slider, .rent-slider ul, .rent-slider ul li {
        max-width: 438.75px;
        height: auto
    }

    .colright {
        width: auto;
        float: none;
        overflow: hidden;
        margin-left: 284px
    }

    .office-item {
        width: 210px
    }

    .office-image {
        width: 194px;
        height: 194px
    }

    .office-detail-gallery {
        width: 427.5px;
        float: right
    }

    .office-detail-gallery a {
        width: 127.5px;
        height: auto
    }

    .anchor li {
        width: 157.5px
    }

    .anchor li a {
        font-size: 160%;
        padding-left: 15px
    }

    .gallery > a {
        max-width: 213.75px;
        height: auto
    }

    .gallery > a img {
        max-width: 100%;
        height: auto
    }
}

@media (max-width: 1020px) {
    .main-image-in {
        width: 622.5px
    }

    .act-footer-in {
        width: 802.5px
    }

    .main h1 {
        font-size: 270%
    }

    .signpost a {
        font-size: 200%
    }

    .signpost .sp1 {
        padding: 0 0 0 0;
        width: 390px;
        height: 157.5px
    }

    .signpost .sp1 table {
        width: 240px
    }

    .news .ul .li .act-block h3 {
        font-size: 140%
    }

    .news .ul {
        width: 810px
    }

    .news .ul .li {
        width: 247.5px !important
    }

    .menu ul li {
        font-size: 115%;
        margin-left: 7.5px
    }

    .slider ul li.slide1 {
        background-size: auto auto
    }

    .slider-content h2 {
        font-size: 450%
    }

    .rent-slider, .rent-slider ul, .rent-slider ul li {
        max-width: 438.75px;
        height: auto
    }

    .office-item {
        width: 270px;
        margin-bottom: 18.75px
    }

    .office-image {
        width: 254px;
        height: 254px
    }

    .office-detail-gallery {
        width: 330px
    }

    .office-detail-gallery a {
        width: 150px;
        margin-bottom: 7.5px
    }

    .gallery > a {
        max-width: 180px
    }

    .anchor li {
        width: 148px
    }

    .anchor li a {
        font-size: 150%
    }
}

@media (max-width: 915px) {
    .res-left {
        float: none;
        width: 100%;
    }

    .main-image-in {
        width: 517.5px
    }

    .act-footer-in {
        width: 697.5px
    }

    .news .ul .li .act-block .act-date {
        font-size: 240%
    }

    .news .ul .li .act-block h3 {
        font-size: 120%
    }

    .news .ul .li .act-block p {
        font-size: 100%
    }

    .signpost a {
        font-size: 160%
    }

    .signpost .sp1 {
        padding: 0 0 0 0;
        width: 345px;
        height: 158.5px
    }

    .signpost .sp1 table {
        width: 195px
    }

    .news .ul .li .act-block h3 {
        font-size: 140%
    }

    .news .ul {
        width: 697.5px
    }

    .news .ul .li {
        width: 213.75px !important
    }

    .menu ul li {
        font-size: 115%;
        margin-left: 15px;
        margin-bottom: 7.5px
    }

    .child .arrow-up {
        bottom: auto;
        top: 30%
    }

    .footer-right, .footer-left {
        width: 45%
    }

    .footer-map {
        margin: 0 auto -45px auto;
        position: relative;
        top: -22.5px;
        clear: both
    }

    .signpost2 {
        width: 390px
    }

    .rent-slider, .rent-slider ul, .rent-slider ul li {
        max-width: 393.75px;
        height: auto
    }

    .reg-login {
        padding: 15px 15px 0 15px
    }

    .search {
        padding: 15px
    }

    .home {
        padding-right: 15px
    }

    .language {
        padding-left: 0
    }

    .office-list {
        padding-left: 15px
    }

    .office-item {
        width: 227.25px;
        margin: 0 7.5px 18.75px 0
    }

    .office-image {
        width: 210px;
        height: 210px
    }

    .office-detail-left {
        min-width: 225px
    }

    .office-detail-gallery {
        width: 247.5px
    }

    .office-detail-gallery a {
        width: 112.5px;
        margin-bottom: 7.5px
    }

    .park-info {
        float: none;
        margin-top: 0
    }

    .anchor li {
        width: 120px
    }

    .anchor li a {
        font-size: 130%
    }

    /*   .res-left {display: none}*/
    .res-left, .res-line, .res-table, .table-info {
        margin-left: 0px !important;
    }

    .table-button {
        display: inline-block;
        margin: 0 0 22.5px 22.5px;
        color: #FFFFFF !important;
        text-decoration: none;
        padding: 7.5px 18.75px;
        background-color: #CD4566;
        font-size: 150%
    }

    .gallery > a {
        max-width: 221.25px
    }
}

@media (max-width: 817.5px) {
    .signpost .sp1 table {
        width: 186px
    }

    .menu-whole {
        justify-content: right;
    }

    .bg-image {
        background: none !important;
    }

    .main-image-bg {
        padding-top: 0;
        background: none !important;
    }

    .head-in, .main-in, .main.subpage .main-in, .menu-in, .child-in, .slider-content {
        width: 100%;
        margin: 0px;
    }

    .main-image-in {
        display: none !important
    }

    .act-footer-in, .news .ul {
        width: 607.5px
    }

    .news .ul .li div.content {
        height: 206px
    }

    .news .ul {
        height: 277.5px;
        margin-bottom: 45px
    }

    .news .ul .li {
        width: 288.75px !important;
        height: 277.5px
    }

    .footer {
        padding: 45px 0
    }

    .main {
        padding-bottom: 7.5px
    }

    .main h1 {
        font-size: 220%
    }

    .main .logo {
        margin-bottom: 37.5px
    }

    .your-centre {
        display: none
    }

    .main-image {
        background-image: none !important
    }

    ul.menu-left {
        display: none
    }

    .menu-text-button {
        display: inline-block;
        text-decoration: none;
        border: 2px black solid;
        border-radius: 5px;
        padding: 5px 5px 5px 30px;
        margin-left: 10px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 150%;
        color: black;
        background: url("../images/mobile_menu.png") left center no-repeat white
    }


    .menu-whole ul {
        display: none;
        position: absolute;
        right: 0;
        top: 58px;
        background-color: #333333;
        padding: 15px 15px 3.75px 15px
    }

    .menu-whole ul li {
        display: block;
        margin: 0 0 11.25px 0
    }

    .slider-content h2 {
        font-size: 300%
    }

    .slider-content p {
        font-size: 120%
    }

    .child-in p {
        margin: 0 7.5px 30px 7.5px
    }

    .child .arrow-up {
        bottom: auto;
        top: 37.5px
    }

    .slider-content p {
        margin: 0 7.5px 30px 7.5px
    }

    .slider, .slider ul, slider ul li {
        height: 262.5px
    }

    .with-map .footer-right, .with-map .footer-left {
        width: 45%
    }

    .footer-map {
        top: 0;
        margin-bottom: 0
    }

    .signpost2 {
        width: 337.5px
    }

    .rent-slider, .rent-slider ul, .rent-slider ul li {
        max-width: 300px;
        height: auto;
        margin-left: 25px
    }

    .rent-np .signpost .sp1 {
        width: 292px;
        margin-bottom: 15px
    }

    .rent-np .menu-left {
        width: 225px
    }

    .rent-np .menu-left li a {
        font-size: 140%;
        padding-top: 18.75px;
        height: 44.25px
    }

    .office-item {
        width: 202.5px
    }

    .office-image {
        width: 187px;
        height: 187px
    }

    .logged .log-name, .logged .credits {
        font-size: 90%;
        padding-left: 7.5px;
        padding-right: 3.75px
    }

    .office-detail-left {
        float: none;
        margin-bottom: 30px;
    }

    .office-detail-gallery {
        float: none;
        width: 95%;
        margin-left: 22.5px
    }

    .office-detail-gallery a {
        width: 30%
    }

    .menu-left {
        margin: 0 auto;
        float: none;
        width: 100%;
        min-height: 0px;
    }

    .menu-left li {
        display: inline-block;
        width: 280px;
        margin-right: 1%
    }

    .park-house .menu-left li, .rent-np .menu-left li {
        width: 100%
    }

    .colright {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0px
    }

    .anchor li {
        width: 150px
    }

    .anchor li a {
        font-size: 150%
    }

    .gallery > a {
        max-width: 204px
    }

    .res-right {
        clear: none
    }

    .res-left {
        float: left;
        width: 571px;
    }

}


@media (max-width: 723.75px) {
    .res-left {
        float: none;
        width: 100%;
    }

    .act-footer-in, .news .ul {
        width: 435px
    }

    .act-footer-in h2 {
        font-size: 250%
    }

    .news .ul .li div.content {
        height: 160px
    }

    .news .ul {
        height: 240px;
        margin-bottom: 45px
    }

    .news .ul .li {
        width: 420px !important;
        height: 240px
    }

    .search div {
        width: 187.5px
    }

    .search input[type=text] {
        width: 162px
    }

    .login > a, .reg > a, .home a {
        font-size: 100%
    }

    .login {
        padding-left: 15px
    }

    .language {
        padding-top: 7.5px; /*height: 41.25px; width: 37.5px;*/
        text-align: left
    }

    .flag-cz, .flag-en {
        margin-bottom: 11.25px;
        margin-left: 11.25px
    }

    .signpost a {
        margin: 0 0 15px 0
    }

    .signpost2 {
        width: 450px;
        margin: 0 auto;
        float: none
    }

    .rent-np .signpost .sp1, .signpost.signpost2 .sp1 {
        width: 390px;
        margin-bottom: 15px;
        margin-left: 0;
        font-size: 200%
    }

    .rent-np .signpost .sp1, .signpost.signpost2 .sp1 div.table {
        width: 384px
    }

    .rent-slider, .rent-slider ul, .rent-slider ul li {
        max-width: 390px;
        height: auto;
        margin: 0 auto 15px auto;
        float: none
    }

    .logged .log-name, .logged .credits {
        font-size: 90%
    }

    .search {
        padding: 15px 7.5px;
        width: 150px
    }

    .search div {
        width: auto
    }

    .search input[type=text] {
        width: 120px
    }

    .rent-np .menu-left li {
        width: auto;
        display: block
    }

    .office-item {
        width: 234px;
        margin-right: 11.25px
    }

    .office-image {
        width: 218px;
        height: 218px
    }

    .office-detail-gallery {
        width: 97%
    }

    .anchor li {
        width: 130px
    }

    .anchor li a {
        font-size: 130%
    }

    .gallery > a {
        max-width: 228px
    }
}

@media (max-height: 600px) {
    .head-whole {
        position: relative
    }

    .headroom--not-top .main.subpage {
        padding-top: 15px
    }

    .headroom--unpinned .menu {
        display: block;
    }
}

@media (max-width: 547px) {
    .main.bg2 .menu-left, .menu-left {
        float: none;
        margin: auto
    }

    .news .ul .li div.content {
        height: 205px
    }

    .bg-image {
        padding-top: 0px;
        background-position: left top
    }

    .home {
        float: left;
    }

    .home span {
        display: none
    }

    div.order-history {
        margin: 0px;
    }

    .act-footer-in, .news .ul {
        width: 285px
    }

    .head-whole {
        position: relative
    }

    .headroom--not-top .main.subpage {
        padding-top: 15px
    }

    .headroom--unpinned .menu {
        display: block;
    }

    .reg-form div.label_over {
        display: block;
        margin-bottom: 0px
    }

    .reg-form td.right {
        display: none
    }

    .news .ul {
        height: 277.5px;
        margin-bottom: 22.5px
    }

    .news .ul .li {
        width: 285px !important;
        height: 277.5px
    }

    .footer {
        padding: 30px 0
    }

    .footer-right {
        float: none;
        margin-bottom: 15px;
        text-align: left
    }

    /*.language, .search, .reg-login, .logged, .rent-np .language, .rent-np .search, .rent-np .reg-login, .rent-np .logged, .park-house .language, .park-house .search, .park-house .reg-login, .park-house .logged {border: none}
    .language {width: auto; padding-top: 18.75px; height: 30px; padding-right: 15px}
    .search, .home {padding-top: 0}
    .logged .log-name, .logged .credits {padding: 3.75px 7.5px; height: 33.75px}
    .logged {height: 41.25px; margin-bottom: 7.5px}*/
    .main, .park-house .main.bg2, .rent-np .main.bg2 {
        padding-top: 11.25px
    }

    .main h1 {
        font-size: 180%
    }

    .act-footer-in {
        padding-top: 30px
    }

    .news .ul .li .act-block .act-date, .news .ul .li .act-block h3 {
        margin-bottom: 15px
    }

    .menu-left, .menu-center .main.bg2 .menu-left {
        margin: 0 auto;
        float: none;
        width: 270px
    }

    .menu-left li, .menu-center .main.bg2 .menu-left li {
        display: inline-block;
        width: 100%;
        margin-right: 0
    }

    .main.subpage {
        padding-top: 11.25px
    }

    .with-map .footer-right, .with-map .footer-left {
        width: 100%;
        margin-bottom: 22.5px
    }

    .logo-sport {
        width: 202.5px;
        height: 33.75px
    }

    .menu-whole {
        padding-top: 0
    }

    .slider-content h2 {
        font-size: 200%
    }

    .slider-content p {
        font-size: 110%
    }

    .button-join {
        font-size: 130%;
        padding: 7.5px 15px
    }

    .child-in h2 {
        font-size: 250%
    }

    .child-in p {
        font-size: 110%
    }

    .footer-map {
        width: 100%;
        margin: 0
    }

    .footer-map img {
        width: 100%
    }

    .signpost2 {
        width: 90%
    }

    .rent-slider {
        max-width: 90%
    }

    .rent-np .signpost .sp1, .signpost.signpost2 .sp1 {
        width: 337px
    }

    .rent-np .signpost .sp1, .signpost.signpost2 .sp1 div.table {
        width: 331px
    }

    .rent-slider ul, .rent-slider ul li {
        max-width: 100%
    }

    .footer-right, .footer-left {
        width: 100%
    }

    .office-item {
        width: 333px;
        float: none
    }

    .office-image {
        width: auto;
        height: 300px
    }

    .rent-np .menu-left, .park-house .menu-left {
        margin-top: 11.25px
    }

    .search {
        width: 187.5px
    }

    .search input[type=text] {
        width: 157.5px
    }

    .office-detail-gallery {
        width: 95%;
        margin-left: 15px
    }

    .office-detail-left {
        min-width: 80%
    }

    .grey .office-info-in strong, .grey .office-info-in span {
        width: 37%
    }

    .reg-form input[type=text] {
        margin-bottom: 7.5px
    }

    .anchor li {
        margin-bottom: 3px;
        font-size: 110%;
        width: 40%
    }

    .gallery > a {
        max-width: 153.75px
    }

    .order-history, .credits-buy .order-history {
        width: 100%
    }

    .order-history th {
        font-size: 120%
    }

    .order-history td {
        font-size: 110%
    }

    .main-content {
        padding-top: 0px
    }
}

@media (max-width: 471px) {
    .search {
        width: 120px;
    }

    .search input[type=text] {
        width: 90px;
    }
}

@media (max-width: 401.25px) {
    .search {
        width: 100px;
        padding-right: 0
    }

    .search input[type=text] {
        width: 70px
    }

    .reg-form input[type=email].input3, .reg-form input[type=text].input3, .reg-form input[type=text].input1, .reg-form input[type=number].input3 {
        width: 150px;
    }

    .office-item {
        width: auto;
        float: none
    }

    .office-image {
        width: 183px;
        height: 183px
    }

    .act-footer-in, .news .ul {
        width: 183.75px
    }

    .news .ul .li div.content {
        height: 197px
    }

    .news .ul {
        height: 262.5px;
        margin-bottom: 22.5px
    }

    .news .ul .li {
        width: 183.75px !important;
        height: 262.5px
    }

    .main {
        padding-top: 11.25px;
        min-width: 236.25px
    }

    .signpost .sp1, .rent-np .signpost2 .sp1, .signpost.signpost2 .sp1 {
        height: auto;
        width: 236px;
    }

    .signpost .sp1, .rent-np .signpost2 .sp1, .signpost.signpost2 .sp1 div.table {
        width: 230px;
    }

    .signpost .sp1 div.icon {
        background-image: none !important;
        width: 0px;
        height: 0px;
    }

    .signpost .sp1 div.cell {
        padding: 15px
    }

    .signpost .sp1 table {
        width: 100%
    }

    .footer {
        font-size: 100%
    }

    .footer-left .phone {
        font-size: 120%;
        padding: 3.75px 0 3.75px 22.5px
    }

    .footer-right .email {
        padding: 1.5px 0 1.5px 30px
    }

    .arrow-up {
        bottom: 7.5px;
        right: 7.5px
    }

    .news .ul .li .act-block .act-date {
        font-size: 150%;
        margin-bottom: 11.25px
    }

    .news .ul .li .act-block h3 {
        font-size: 110%;
        margin-bottom: 11.25px
    }

    .news .ul .li .act-block p {
        font-size: 95%
    }

    .news .ul .li .act-block .button-more {
        padding: 7.5px 22.5px
    }

    .copyright {
        padding: 11.25px 0;
        border-bottom: 7.5px solid #ACACAA;
        min-width: 236.25px
    }

    .cycle-prev, .cycle-next {
        width: 9px;
        height: 37.5px
    }

    .cycle-prev {
        left: -18.75px;
        background: url("../images/prev_small.png") left top no-repeat
    }

    .cycle-next {
        right: -18.75px;
        background: url("../images/next_small.png") left top no-repeat
    }

    .slider-content h2 {
        font-size: 150%
    }

    .slider-content p {
        font-size: 100%;
        margin-bottom: 15px
    }

    .logo-sport {
        width: 172.5px;
        height: 28.5px;
        margin: 0
    }

    .menu-left, .menu-center .main.bg2 .menu-left, .for-child li {
        width: 232.5px
    }

    .menu-left li a, .menu-center .main.bg2 .menu-left li a {
        font-size: 150%;
        padding-top: 18.75px;
        padding-bottom: 18.75px;
        min-height: 25.5px
    }

    .for-child li a {
        font-size: 150%;
        padding-top: 20.25px;
        height: 57.75px;
        padding-left: 71.25px
    }

    .main.subpage {
        padding-top: 11.25px
    }

    .rent-slider {
        max-width: 100%
    }

    .signpost2 {
        width: 100%
    }

    .rent-slider .cycle-prev, .rent-slider .cycle-next {
        top: 25%
    }

    .rent-np .menu-left, .park-house .menu-left {
        margin-left: 3.75px;
        width: 228.75px
    }

    .office-detail-left {
        width: 100%
    }

    .office-detail-gallery a {
        width: 45%
    }

    .park-info {
        width: auto;
        font-size: 150%
    }

    .long-rent {
        font-size: 130%
    }

    .reg-form input[type=text], .reg-form input[type=text].input2, .reg-form input[type=text].input3 {
        width: 70%
    }

    .agree {
        width: 187.5px
    }

    .reg-form {
        padding: 0 0 0 15px
    }

    .res-right {
        margin-left: 4.5px
    }

    .au-text {
        width: 16.5px !important;
        height: 9.75px !important;
        display: inline-block !important;
        background-position: left top !important;
        padding: 0 !important;
        top: 15px !important;
        right: 15px !important
    }

    .au-text span {
        display: none
    }

    .gallery > a {
        max-width: 96%;
        margin-right: 0
    }

    .time-price {
        font-size: 115%
    }

    .time-price .tp-left {
        width: 75px
    }

    .order-history th {
        padding: 3.75px
    }

    .order-history td {
        padding: 3.75px
    }

    .anchor li {
        margin-bottom: 3px;
        font-size: 100%;
        width: 70%
    }

    .main-content {
        padding-top: 0px
    }
}

@media (max-width: 338px) {
    .reg {
        padding-left: 0px;
    }

    .login {
        padding-left: 0px;
    }

    .reg-login {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 315px) {
    .reg-login {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 296px) {
    .home {
        padding-left: 0px;
        padding-right: 0px;
    }
}
