/* 
    Document   : style
    Created on : 2012-01-17, 14:24:34
    Author     : herunohazumi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    font-family: Arial !important;
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;
    background: url('images/bg.jpg') #c9c8b3 repeat-x;
    background-position: top center;
    width: 100%;
    
}
cufon {
    position: relative;
    z-index: 2;
}
#flags {
    display: block;
    position: fixed;
    bottom: 50px;
    left: -45px;
    overflow: hidden;
    z-index: 1;
}

#flags li {
    display: block;
}

#flags li a {
    display: block;
}
#covid {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    padding: 20px;
    font-size: 1rem;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.5);
}
#covid .title {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 1px;
}
#covid .text {
    color: #666;
    line-height: 20px;
}
#covid a {
    text-decoration: none;
    color: #43a547;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}
#covid .close {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 20px;
    background-color: #ccc;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
    cursor: pointer;
}

#addressbar {
    width: 260px;
    height: 100px;
    background: #FFF;
    position: absolute;
    left: 730px;
    top: -30px;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    padding-top: 30px;
}

#addressbar address {
    color: #5b5b5b;
    font-size: 23px;
}
#top_stripe {
    width: 100%;
    background: #FFF;
    height: 9px;
}

#main_head_wrap {
    position: absolute;
    top: 30px;
    display: block;
    height: 105px;
    width: 60%;
    float: left;
    background: #323232;
    box-shadow: 0px 0px 6px #323232;
}

#main_head {
    margin: 0px auto;
    width: 980px;
    margin-top: 21px;
    position: relative;

}

#main_head_cont {
    margin-left: 15px;
    width: 680px;
    background: #323232;
    height: 75px;
    position: relative;
    padding-top: 30px;
    color: #FFF;
    
    
}

#main_head_cont h1 {
    display: block;
    font-size: 42px;
}

#main_head_cont h1 a {
    color: #FFF;
}

#main_head_cont strong {
    font-size: 23px;
    margin-top: 5px;
}

#nav_wrap {
    position: absolute;
    top: 145px;
    display: block;
    height: 45px;
    width: 55%;
    float: left;
    background: #FFF;
    box-shadow: 0px 0px 6px #323232;
}

#nav {
    margin: 0px auto;
    width: 980px;
    margin-top: 10px;
    position: relative;
}

#nav_cont {
    margin-left: -10px;
    width: 705px;
    background: #FFF;
    height: 45px;
    position: relative;
    color: #323232;
    

}

#nav_cont li {
    display: block;
    float: left;
    
}

#nav_cont li a {
    display: block;
    font-size: 16px;
    padding-right: 25px;
    padding-left: 25px;
    color: #323232;
    padding-top: 15px;
    height: 30px;
}

#nav_cont li a.active {
    background: #323232;
    color: #FFF;
}

#nav_cont li a.active:hover {
    background: #323232;
}

#nav_cont li a:hover {
    background: #d6d6d6;
    
}

#osrodek {
    display: block;
    position: absolute;
    top: 58px;
    left: 610px;
}

#osrodektitle {
    position: absolute;
    top: 350px;
    left: 638px;
    font-size: 80px;
    width: 700px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    
    z-index: 1;
    color: #5c5c5c;
}

#osrodek li {
    
    float: left;
    margin-right: 10px;
    display: block;
}

#osrodek li a {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding-top: 12px;

}

#osrodek li a.active {
    margin-top: -6px;
}

#osrodek li.moka a {
    background: #fc7e7e;
}
#osrodek li.tagos a {
    background: #e3c355;
}

#content_wrap {
    width: 100%;
    position: relative;
    margin-top: 38px;
}
#content {
    width: 980px;
    margin: 0px auto;
    position: relative;
}

#h2wrap {
    background: url('images/h2wrapbg.png') repeat-x;
    height: 160px;
    width: 27.5%;
    position: absolute;
    top:0px;

}

#content #centered_content {
    width: 780px;
    margin-left: 60px;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 12px #000;
    background: #FFF;
    margin-bottom: 32px;
    padding: 30px 40px 30px 40px
    


}

#content #centered_content h2.pick {
    background: none !important;
    width: auto !important;
    height: auto !important;
    color: #474747 !important;
    padding-bottom: 40px;
    font-size: 55px;
    text-align: center;

}

#content #centered_content h2 {
    background: none !important;
    width: auto !important;
    height: auto !important;
    color: #474747 !important;
    padding-bottom: 10px;
    text-align: left;
    font-size: 38px;

}

#content #centered_content strong {
    font-size: 18px;
    color: #474747;
}

#content #centered_content p {
    margin-left: 0px !important;
    text-indent: 12px;
    text-align: justify;
}

#object_pick {
    width: 100%;
    display: block;
}

#object_pick li {
    display: block;
    width: 390px;
    float: left;
    text-align: center;
}

#object_pick li a {
    display: inline-block;
    width: 332px;
    height: 270px;
    background: #bababa;
}

#object_pick li a:hover {
    background: #afafaf;
}

#object_pick li a .img_wrap {
    margin: 10px;
    width: 294px;
    height: 195px;
    background: #FFF;
    overflow: hidden;
    padding: 8px;
}

#object_pick li a h3 {
    color: #FFF;
    font-size: 18px;
    
}
#content h2 {
    position: relative;
    z-index: 99;
    display: block;
    width: 351px;
    height: 150px;
    background: url('images/h2bg.png');
    padding-top: 55px;
    font-size: 62px;
    color: #474747;
}

#content h2 span {
    font-size: 53px;
}

#content h2 span {
    display: block;
    margin-left: 85px;
    margin-top: 8px;
}

#content #page_cont_top {
    width: 980px;
    background: url('images/page_cont_top.png');
    height: 19px;
    margin-top: -220px;
}
#content #page_cont {
    width: 980px;
    overflow: hidden;
    background: url('images/page_cont_bg.png') repeat-y;
    z-index: 99;
    
    


}

#content #page_cont_btm {
    width: 980px;
    background: url('images/page_cont_btm.png');
    height: 19px;


}

#content #page_cont h3 {
    display: block;
    margin-left: 320px;
    margin-top: 20px;
    font-size: 30px;
    color: #474747;
}

.admin h3 {
    margin-left: 0px !important;
}

#content #page_cont h4 {
    display: block;
    margin-left: 320px;
    margin-top: 20px;
    font-size: 20px;
    color: #474747;
}

#content #page_cont strong {
    display: block;
    margin-left: 320px;
    margin-top: 25px;
    font-size: 18px;
    color: #474747;
    width: 610px;
}

#content p {
    color: #474747;
    display: block;
    margin-left: 320px;
    margin-top: 25px;
    line-height: 22px;
    width: 630px;
    text-align: justify;
    
}

#content address {
    margin-top: 12px;
    display: block;
    margin-left: 320px;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    color: #474747;
}

#offers {
    display: block;
    margin-top: 60px;
}

#offers li {
    clear: both;
}

#offers li.item {
    margin-top: 22px;
    overflow: hidden;
}

#offers li .left {
    display: block;
    width: 298px;
    float: left;
    overflow: hidden;
}

#offers li .left a {
    color: #FFF;
}
#offers li .left h4 {
    display: block;
    width: 200px !important;
    background: #474747;
    color: #FFF !important;
    font-size: 31px !important;
    padding-left: 32px;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    margin-left: 67px !important;
    box-shadow: 0px 0px 6px #323232;
}

#offers li .right {
    display: block;
    float: left;
    width: 638px;
    border-top: 1px solid #c3c3c3;
    padding-left: 25px;
}
#offers li .right ul.prices {
    width: 650px;
    display: block;
    margin-top: 20px;
}

#offers li .right ul.prices li {
    margin-top: 10px;
    overflow: hidden;
}

#offers li .right ul.atractions li {
    margin-top: 10px;
    overflow: hidden;
    background: #d6d6d6;
    width: 612px;
}

#offers li .right ul.prices li div {
    display: block;
    float: left;
    padding: 20px 35px 20px 35px;
    margin-right: 10px;
    text-align: center;
}

#offers li .right ul.prices li .season {
    background: #d6d6d6;
    width: 330px;
    height: 20px;
    padding-top: 30px;
}
#offers li .right ul.prices li .season_foto {
    background: #d6d6d6;
    width: 250px;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

#offers li .right ul.prices li .season_foto p {
    width: 280px !important;
    margin-left: -18px;
}

#offers li .right ul.prices li .season_foto a {
    color: #222;
}

#offers li .right ul.prices li .season_foto h5 {
    font-weight: bold;
    font-size: 16px;
}

#offers li .right ul.prices li .price {
    background: #323232;
    color: #FFF;
    width: 130px;
    font-size: 30px;
}

#offers li .right ul.prices li .price_foto {
    background: #FFF;
    color: #DDD;
    width: 210px;
    font-size: 12px;
    border: 1px solid #CCC;
    padding-top: 25px;
    padding-bottom: 23px;
    
    margin-right: 0px;
}

#offers li .right .photos {
    width: 100%;
    margin-top: 12px;
    
}

#offers li .right .photos img {
    width: 133px;
    height: 95px;
    border: 6px solid #474747;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 10px;
}
#offers li .right .content {
    float: left;
    width: 365px;
}

#offers li .right .content h4 {
    margin-left: 0px !important;
}

#offers li .right p {
    margin-left: 10px;
    line-height: 19px;
    padding-right: 20px;
    text-align: justify;
    text-indent: 10px;
    width: 600px;
}

#page_cont form {
    display: block;
    margin-left: 320px;
    margin-top: 20px;
    width: 600px;
}

#page_cont form label {
    clear: both;
    display: block;
    margin-top: 6px;
}

#page_cont form input {
    display: block;
    clear: both;
    margin-top: 4px;
    width: 250px;
}

#page_cont form textarea {
    margin-top: 5px;
    width: 620px;
    height: 150px;
}

.submit {
    border: 0px;
    padding: 20px 35px 20px 35px;
    font-size: 18px;
    color: #FFF;
    background: #323232;
    border-radius: 7px;
    cursor: pointer;
}

.submit:hover {
    background: #474747;
}
#offers li .right .images {
    float: left;
    padding-top: 20px;
    width: 200px;
}

#offers li .right .images .main {
    width: 230px;
    border: 10px solid #474747;
    border-radius: 6px;
}
#offers li .right .images .thumbs {
    width: 250px;
    margin-top: 0px;
}

#offers li .right .images .thumbs img {
    width: 69px;
    height: 50px;
    margin-right: 4px;
    border: 4px solid #474747;
    border-radius: 4px;
    margin-top: 6px;
}
#offers li .right h4 {
    color: #474747;
    font-size: 18px;
    margin-top: 22px;
}

#offers li .right ul.lvl1 {
    display: block;
    margin-top: 12px;
}

#offers li .right ul.lvl1 li {
    line-height: 26px;
    font-size: 20px;
    color: #474747;
}

#offers li .right ul.lvl2 {
    display: block;
    margin-top: 12px;
    padding-left: 14px;
}

#offers li .right ul.lvl2 li {
    line-height: 18px;
    font-size: 12px;
    color: #474747;
    list-style: circle;
}

#footer_wrap {
    width: 100%;
    height: 195px;
    background: url('images/footer_bg.png') repeat-x;
    text-align: center;
    
}

#footer {
    width: 980px;
    display: inline-block;
    height: 170px;
    padding-top: 45px;
}

.footer_item {
    width: 240px;
    padding: 0px 50px 0px 50px;
    text-align: left;
    border-right: 1px solid #f1edea;
    float: left;
    height: 140px;
}

.footer_item a {
    color: #000;
}
.footer_item h3 {
    font-size: 24px;
    color: #474747;
}

.footer_item p {
    padding-top: 22px;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 16px;
}

#footer #socials {
    display: block;
    width: 200px;
    float: right;
    margin-top: 70px;
}

#footer #socials a {
    display: block;
    float: left;
    width: 59px;
    height: 56px;
}

#footer #socials a#fb {
    background: url('images/fb.png');
}

#footer #socials a#tw {
    background: url('images/tw.png');
}

.mail_succes {
    display: block;
    width: 570px !important;
    margin-left: 350px;
    background: #24a010 !important;
    color: #FFF !important;
    text-align: center;
    height: 30px;
    padding-top: 8px;
    padding-left: 20px;
    font-size: 12px;
}

.mainp {
    width: 770px !important;
    margin-right: 0px;
    padding-right: 0px;
}

.post {
    display: none;
}
