html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 12px;
    vertical-align: baseline;
    font-weight: normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    height: 100%;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #000 url('img/bg.png') repeat-x;
    color: #666;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: underline;
    color: #666;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #02568E;
    font-size: 15px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 5px;
}
.container {
    position: relative;
    text-align: left;
    width: 1080px;
    margin: 0 auto 0;
}
.center {
    width: 100%;
    text-align: center;
}
/*** buttons ***/
.button_yellow {
    display: inline-block;
    background: #ffce35 url('img/button_bg_yellow.png') repeat-x;
    height: 20px;
    border: 1px solid #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 5px;
    padding: 0 12px 0;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.button_dark, .button_dark2 {
    display: inline-block;
    background: #434343 url('img/button_bg_dark.gif') repeat-x;
    height: 20px;
    border: 1px solid #2b323b;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 5px;
    padding: 0 12px 0;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #a1a1a1;
}
.button_dark2 {
    color: #ffd224;
}
/*** header ***/
header {
    background: url('img/header_bg.png') center 30px no-repeat;
    width: 100%;
    height: 206px;
    margin-bottom: 15px;
}
header a {
    text-decoration: none;
}
#topbar {
    width: 100%;
    height: 30px;
}
a.topbar_button {
    display: block;
    width: 63px;
    height: 23px;
    background: url('img/topbar_btn_bg.png') no-repeat;
    float: left;
    text-align: center;
    line-height: 23px;
    color: #999;
    margin: 4px 8px 0 0;
}
#topbar form {
    width: 190px;
    height: 23px;
    float: left;
    margin: 3px 0 0 100px;
    background: url('img/topbar_search.png') no-repeat;
    position: relative;
}
#topbar input[type=text] {
    width: 150px;
    background: transparent;
    color: #999;
    padding: 4px 5px 0 5px;
    outline: none;
    position: absolute;
}
#topbar input[type=submit] {
    width: 25px;
    height: 21px;
    background: transparent;
    cursor: pointer;
    position: absolute;
    left: 164px;
}
#topbar p {
    color: #999;
    float: right;
    padding-top: 9px;
    position: relative;
    padding-right: 106px;
}
#login_with_facebook {
    background: url('img/login_with_facebook.png') no-repeat;
    width: 102px;
    height: 23px;
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
    cursor: pointer;
}
#logo {
    width: 100%;
    height: 137px;
    display: block;
}
/*** menu ***/
header nav {
    position: absolute;
    top: 167px;
    background: #00a0f5 url('img/header_menu_bg.png') repeat-x;
    width: 100%;
    height: 39px;
}
header nav ul {
    background: url('img/header_menu_last.png') top right no-repeat;
    width: 100%;
    height: 39px;
    z-index: 100000;
    position: absolute;
}
header nav li {
    float: left;
    list-style: none;
    background: url('img/header_menu_break.png') top left no-repeat;
    padding-left: 2px;
    height: 39px;
    position: relative;
}
header nav li.nobreak, header nav li.first {
    background: none;
    padding: 0;
}
header nav li.first a {
    padding: 0;
}
header nav li.nobreak a {
    background: none;
}
header nav a {
    display: block;
    height: 27px;
    padding: 12px 15px 0;
    font-size: 14px;
    color: #fff;
}
#header_menu_first {
    background: url('img/header_menu_first.png') no-repeat;
    width: 42px;
    height: 39px;
}
header nav a:hover, header nav li.nobreak a:hover, .menu_active_list {
    background: url('img/header_menu_bg_hover.png') repeat-x;
    color: #03568f;
}
/*** sub menu **/
header nav ul li ul {
    display: none;
    position: absolute;
    z-index: 100000;
    width: 220px;
    background: transparent;
}
header nav ul li ul li {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
}
header nav ul li ul li:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #ccc;
}
header nav ul li ul li a {
    color: #666;
    background: url('img/arrow_blue_on_white.gif') 8px 15px no-repeat;
    padding-left: 20px;
}
header nav ul li ul li a:hover {
    color: #666;
    background: url('img/arrow_blue_on_white.gif') 8px 15px no-repeat;
    padding-left: 20px;
    text-decoration: underline;
}
/*** left column ***/
#left_column {
    width: 160px;
    float: left;
    margin-right: 10px;
}
#left_menu li {
    list-style: none !important;
}
#left_menu strong {
    display: block;
    cursor: pointer;
    height: 35px;
    background: url('img/left_menu_header.png') repeat-x;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    padding: 0 8px 0;
    line-height: 35px;
}
#left_menu strong.active {
    background-position: left -35px;
    color: #fff;
}
#left_menu strong:after {
    content: url('img/arrow_black_down.gif');
    float: right;
}
#left_menu strong.active:after {
    content: url('img/arrow_white_up.gif');
    float: right;
}
#left_menu ul {
    list-style: none;
    display: none;
}
#left_menu ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #333;
    position: relative;
    border-top: 1px solid #2d312e;
}
#left_menu .arrow_right:after {
    content: url('img/arrow_yellow_right.gif');
    margin-top: -25px;
    margin-right: 8px;
    float: right;
}
#left_menu ul li div {
    display: none;
    position: absolute;
    left: 160px;
    top: 0;
    width: 480px;
    z-index: 9999;
}
#left_menu div ul {
    display: block !important;
    float: left;
}
#left_menu div ul li {
    width: 160px;
}
#left_menu a {
    display: block;
    height: 35px;
    text-decoration: none;
    color: #878d95;
    padding: 0 18px 0;
    line-height: 35px;
    background: url('img/arrow_grey.png') 8px 15px no-repeat;
}
#left_menu a:hover {
    background: #373937 url('img/arrow_grey.png') 8px 15px no-repeat;
    color: #ffd940;
}
/*** general content ***/
.content_w600 {
    width: 600px;
    float: left;
    line-height: 140%;
}
.content_w910 {
    width: 910px;
    float: left;
    line-height: 140%;
}
.white_bg {
    background: #fff;
    min-height: 1200px;
}
#breadcrumbs {
    margin-bottom: 10px;
}
/*** page, error page ***/
div.single_page, div.error_page {
    color: #000000;
    padding: 10px;
}
div.single_page h1, div.error_page h1 {
    color: #02568E;
    font-weight: bold;
    font-size: 20px;
}
div.single_page a, div.error_page a {
    color: #02568E;
    text-decoration: underline;
}
div.single_page a:hover, div.error_page a:hover {
    color: #02568E;
    text-decoration: none;
}
div.single_page li {
    padding-left: 10px;
    list-style-position: inside;
}
div.single_page strong {
    font-weight: bold;
}
/*** post ***/
div.single_post {
    color: #000000;
    padding: 10px;
}
div.single_post h1 {
    color: #02568E;
    font-weight: bold;
    font-size: 20px;
}
div.single_post a {
    color: #02568E;
    text-decoration: underline;
}
div.single_post a:hover {
    color: #02568E;
    text-decoration: none;
}
div.single_post li {
    padding-left: 10px;
    list-style-position: inside;
}
div.single_post strong {
    font-weight: bold;
}
/*** posts in category, search results ***/
div.posts {
    color: #000000;
    padding: 10px;
}
#category_title h1, #search_title h1 {
    color: #02568E;
    font-weight: bold;
    font-size: 20px;
}
#category_description p {
    font-weight: bold;
}
#posts_subtitle {
    margin-top: 25px;
    color: #02568E;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
div.posts article h1 {
    padding-top: 4px;
    margin-bottom: 2px;
}
div.posts article h1 a {
    color: #02568E;
    font-size: 16px;
    text-decoration: none;
}
div.posts article h1 a:hover {
    text-decoration: underline;
}
div.posts article img {
    border: 1px solid #E8E8E8;
}
div.posts article {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
}
div.posts article:last-of-type {
    border: 0;
}
div.posts article:after {
    clear: both;
    display: block;
    content: "";
}
/*** main - latest ***/
#main_latest {
    position: relative;
    padding-left: 20px;
}
#main_latest h1 {
    color: #ffd224;
}
#main_latest img {
    width: 16px;
    height: 17px;
}
#main_latest a.button_yellow {
    position: absolute;
    top: 1px;
    right: 1px;
}
#main_latest li {
    background: url('img/arrow_yellow_right2.gif') left 6px no-repeat;
    padding: 0 0 5px 15px;
    margin-bottom: 9px;
    list-style: none;
    position: relative;
    color: #999;
    border-bottom: 1px solid #252525;
}
#main_latest li:last-child {
    border: 0;
}
#main_latest li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
#main_latest li a:hover {
    text-decoration: underline;
}
#main_latest a.more img {
    width: 16px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 0;
}
/*** main - advices ***/
#main_advices {
    background: #fff;
    padding: 20px 0 0 15px;
    box-sizing: padding-box;
    height: 360px;
}
#main_advices h2 {
    color: #02568e;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
}
#main_advices li {
    width: 185px;
    list-style: none;
    float: left;
    margin-right: 7px;
}
#main_advices a {
    text-decoration: none;
}
#main_advices a:hover {
    text-decoration: underline;
}
#main_advices span {
    display: block;
    background: url('img/arrow_blue_right.gif') 0px 7px no-repeat;
    padding-left: 10px;
}
#main_advices a {
    font-size: 14px;
    color: #000;
}
#main_advices img {
    width: 185px;
    height: 200px;
    margin: 10px 0;
}
#main_advices a.more {
    color: #0070bb;
    font-size: 12px;
    padding-left: 10px;
    background: url('img/arrow_blue_right.gif') 0px 5px no-repeat;
    position: relative;
    top: 10px;
}
/*** main - gallery ***/
#main_gallery {
    position: relative;
    background: #fff;
    padding: 20px 0 0 15px;
    box-sizing: padding-box;
    height: 210px;
}
#main_gallery h3 {
    color: #02568e;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
}
#main_gallery a.button_dark {
    position: absolute;
    top: 18px;
    right: 15px;
}
#main_gallery figure {
    width: 135px;
    float: left;
    margin-right: 10px;
    position: relative;
}
#main_gallery figure img {
    width: 135px;
    height: 135px;
}
#main_gallery figcaption {
    background: #0070bb;
    text-align: center;
    width: 135px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 135px;
}
#main_gallery figcaption a {
    color: #fff;
    text-decoration: none;
}
#main_gallery figcaption a:hover {
    text-decoration: underline;
}
/*** main - bottom ***/
#main_bottom {
    background: #fff;
    padding: 15px;
    height: 250px;
}
#main_bottom div.adsense_box300 {
    float: left;
}
#main_calendar {
    display: block;
    width: 265px;
    height: 250px;
    background: url('img/calendar.jpg');
    float: right;
}
#main_calendar {
    color: #000;
    text-decoration: none;
    position: relative;
}
#main_calendar span {
    position: absolute;
    top: 31px;
    left: 10px;
    font-weight: bold;
}
#main_calendar em {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
/*** right column ***/
#right_column {
    width: 300px;
    float: right;
}
.box_on_right {
    display: block;
    margin-bottom: 10px;
    clear: both;
}
#newsletter {
    background: url('img/newsletter_bg.png') repeat-x;
    height: 108px;
    border: 1px solid #252a31;
    position: relative;
}
#newsletter span {
    color: #ffd224;
    font-size: 15px;
    position: absolute;
    top: 12px;
    left: 12px;
}
#newsletter form {
    width: 270px;
    height: 26px;
    background: url('img/newsletter_form.png') no-repeat;
    position: absolute;
    top: 36px;
    left: 12px;
}
#newsletter input {
    outline: none;
}
#newsletter input[type=text] {
    background: #fff;
    color: #939393;
    margin: 4px 0 0 12px;
    padding: 3px 0;
    width: 183px;
    font-size: 11px;
}
#newsletter input[type=submit] {
    width: 72px;
    height: 25px;
    margin-left: 2px;
    cursor: pointer;
    background: transparent;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    line-height: 25px;
}
#newsletter a {
    display: block;
    width: 28px;
    height: 28px;
    background: url('img/newsletter_icons.png') no-repeat;
    float: left;
    margin-right: 2px;
    margin-top: 77px;
}
a#ico_contact {
    background-position: left 0px;
    margin-left: 90px;
}
a#ico_facebook {
    background-position: left -28px;
}
a#ico_twitter {
    background-position: left -56px;
}
a#ico_youtube {
    background-position: left -84px;
}
/*** banners ***/
#banner_map {
    background: url('img/banner_map.jpg') no-repeat;
    height: 184px;
    position: relative;
}
#banner_map span {
    color: #ffd224;
    font-size: 15px;
    position: absolute;
    top: 12px;
    left: 12px;
}
#banner_map em.button_yellow {
    position: absolute;
    top: 10px;
    right: 10px;
}
#banner_movies {
    background: #101111;
    height: 260px;
    position: relative;
}
#banner_movies span {
    color: #ffd224;
    font-size: 15px;
    position: absolute;
    top: 12px;
    left: 12px;
}
#banner_movies_swf {
    position: absolute;
    top: 40px;
    left: 12px;
    width: 275px;
    height: 185px;
}
#banner_movies a.button_yellow {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
#banner_promotions {
    background: url('img/banner_promotions.jpg') no-repeat;
    height: 100px;
    position: relative;
}
#banner_promotions span.button_yellow {
    position: absolute;
    bottom: 2px;
    left: 2px;
}
/*** dark box, popular, similar articles ***/
.box_dark {
    background: #333 url('img/box_dark_bg.png') repeat-x;
    border: 1px solid #2b323b;
    padding-bottom: 12px;
}
.box_dark span {
    display: block;
    color: #ffd224;
    font-size: 15px;
    margin: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #606060;
}
.box_dark > div {
    margin: 0 12px;
}
.box_dark li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #606060;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.box_dark li:after {
    content: "";
    display: block;
    clear: both;
}
.box_dark li:last-child {
    margin-bottom: 0;
    border: 0;
}
.box_dark img.alignleft {
    margin: 0 12px 5px 0;
}
.box_dark a {
    color: #bebebe;
    text-decoration: none;
    line-height: 130%;
}
.box_dark a:hover {
    text-decoration: underline;
}
.box_dark p {
    color: #949494;
    line-height: 130%;
    margin-top: 5px;
}
/*** users gallery - random album ***/
#users_gallery_random_album {
    text-align: center;
}
#users_gallery_random_album figure {
    display: inline-block;
    margin-right: 9px;
}
#users_gallery_random_album figure:last-of-type {
    margin: 0;
}
#users_gallery_random_album img, #users_gallery_random_album figure {
    width: 130px;
}
#users_gallery_random_album figcaption {
    padding: 5px;
    background: #0070bb;
    margin-top: -3px;
}
#users_gallery_random_album a {
    color: #fff;
}
/*** nrelate ***/
.nrelate {
    margin: 0 !important;
}
.nr_inner {
    padding: 0 !important;
}
.nr_title {
    display: none;
}
.nr_img_div {
    width: 92px;
    float: left;
}
a.nr_rc_link {
    display: block;
    border-bottom: 1px solid #606060 !important;
    padding-bottom: 8px !important;
    margin-bottom: 15px !important;
}
a.nr_rc_link:after {
    content: "";
    display: block;
    clear: both;
}
a.nr_rc_link:last-of-type {
    margin-bottom: 0 !important;
    border: 0 !important;
}
.nr_post_title {
    color: #bebebe !important;
    text-decoration: none;
    line-height: 130%;
    font-size: 12px !important;
}
.nr_post_title:hover {
    text-decoration: underline;
}
.nr_excerpt {
    font-size: 12px !important;
    color: #949494 !important;
    line-height: 130%;
    margin-top: 5px !important;
}
/*** booking.com - search form ***/
#hotels_search {
    background: #dfb925 url('img/hotels_search_bg.png') repeat-x;
    height: 204px;
    position: relative;
}
#hotels_search span {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 12px;
}
#hotels_search form {
    width: 280px;
    height: 150px;
    position: absolute;
    top: 44px;
    left: 12px;
}
#hotels_search label {
    padding: 5px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 90px;
}
label#labnodate {
    width: 250px;
    font-weight: normal;
    padding: 0;
    margin: 10px 0 0 4px;
}
#nodate {
    margin: 10px 0 0 4px;
}
#hotels_search input {
    outline: none;
}
#hotels_search input[type=text] {
    box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    background: url('img/hotels_search_input.png') 0px 0px no-repeat;
    color: #939393;
    margin: 6px 0 0 4px;
    padding: 0px 4px;
    width: 168px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
}
#hotels_search input[type=submit] {
    float: right;
    margin: 4px 10px 0 0;
    cursor: pointer;
}
/*
        glDatePicker style inspired by the calendar app in FireFly 3.0 rom

        http://code.gautamlad.com/glDatePicker/
        https://github.com/glad/glDatePicker/
        http://forum.xda-developers.com/showthread.php?t=914284
*/
/* Calendar container div */
.gldp-android
{
    float:left;
    font-family:"trebuchet ms" !important;
    background-color:#222 !important;
    font-size:0.8em !important;
    font-weight:bold !important;
    border:solid 1px #222;
    width: 220px;
}
/* Table style */
.gldp-android table
{
    border-spacing:1px;
    border-collapse:inherit;
}
/* Default row height */
.gldp-android tr
{
    line-height:28px;
}
/* Default style of cell */
.gldp-android td
{
    margin:0;
    padding:0;
    width:33px;
    text-align:center;
}
/* Previous and Next arrows */
.gldp-android-prevnext
{
    font-family:"times new roman";
    background-color:#222;
    color:#fff;
    cursor:pointer;
}
/* Month Year title */
.gldp-android-monyear
{
    background-color:#222;
    color:#fff;
    font-size:0.9em;
}
/* Days of the week (Sun, Mon, ...) */
.gldp-android-dow
{
    background-color:#424852;
    color:#ddd;
    font-size:0.8em;
}
/* Selectable days */
.gldp-android-day, .gldp-android-sat
{
    background-color:#000;
    color:#fff;
    border:solid 1px #000;
}
.gldp-android-day-hover, .gldp-android-sat-hover, .gldp-android-today-hover, .gldp-android-sun-hover
{
    background-color:#000;
    color:#fff;
    border:solid 1px #DFB925;
    cursor:pointer;
}
/* Selected days */
.gldp-android-selected
{
    background-color:#024;
    color:#fff;
    border:solid 1px #008faf;
    cursor:wait;
}
/* Today */
.gldp-android-today
{
    background-color:#DFB925;
    color:#fff;
    border:solid 1px #DFB925;
}
/* Weekends */
.gldp-android-sun
{
    background-color:#000;
    color:#ff4f00;
    border:solid 1px #000;
}
/* Non-selectable day.  Includes: previous/next month days and days that fall in the allowOld and endDate conditions */
.gldp-android-noday
{
    background-color:#222;
    border:solid 1px #222;
    color:#666;
    font-weight:normal;
    cursor:wait;
}
/*** footer ***/
footer {
    clear: both;
    padding-top: 10px;
}
footer > div {
    background: #2e2e2e;
    height: 237px;
    line-height: 150%;
}
footer em {
    display: block;
    font-size: 18px;
    color: #a0a0a0;
    font-style: normal;
    padding-bottom: 9px;
    border-bottom: 1px solid #666;
    margin-bottom: 5px;
}
#facebook_faces {
    display: block;
    float: left;
    width: 750px;
    margin: 10px 0 0 10px;
}
#facebook_faces iframe {
    border:none;
    background: #fff;
    overflow:hidden;
    width:750px;
    height:180px;
}
#join_us {
    display: block;
    float: right;
    width: 300px;
    margin: 10px 10px 0 0;
    color: #a4a4a4;
}
#join_us em {
    margin-bottom: 15px;
}
#join_us ul {
    padding-top: 16px;
}
#join_us li {
    list-style: none;
    margin-top: 7px;
    background: url('img/arrow_yellow_right2.gif') left 7px no-repeat;
    padding-left: 10px;
}
#join_us a {
    color: #ffd63d;
    text-decoration: none;
}
#join_us a:hover {
    text-decoration: underline;
}
footer p {
    padding: 10px;
    width: 500px;
    float: left;
}
footer nav {
    padding: 10px;
    width: 520px;
    float: right;
    text-align: right;
}
footer p a, footer nav a {
    text-decoration: none;
}
footer p a:hover, footer nav a:hover {
    text-decoration: underline;
}
/*** ads ***/
.adsense_box160 {
    width: 160px;
    height: 600px;
    margin-top: 10px;
}
.adsense_box300 {
    width: 300px;
    height: 250px;
}
.ads_post_center {
    width: 100%;
    text-align: center;
}
.ads_users_gallery {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.ads_reservations_box {
    width: 100%;
    text-align: left;
    padding: 10px 0;
}
.ads_reservations_box > p {
    margin: 0;
    padding: 12px;
    background: #0070bb;
    font-size: 18px;
    color: #fff;
}
.ads_reservations_box > div {
    border: 1px solid #c6c6c6;
    border-top: 0;
    height: 170px;
}
.ads_reservations_box > div > p {
    width: 175px;
    display: block;
    margin: 12px 0 12px 12px;
    float: left;
}
.ads_reservations_box span {
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
}
.ads_reservations_box a {
    background: url('img/reservations_box_icons.png') no-repeat;
    background-position: 0 0;
    padding-left: 35px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-decoration: none !important;
    font-weight: bold;
}
.ads_reservations_box a:hover {
    text-decoration: underline !important;
}
.ads_reservations_box .icon_plain {
    background-position: 2px -67px;
}
.ads_reservations_box .icon_bus{
    background-position: -2px -99px;
}
.ads_reservations_box .icon_ship{
    background-position: -2px -133px;
}
.ads_reservations_box .icon_hotels{
    background-position: 0 -173px;
}
.ads_reservations_box .icon_hostels {
    background-position: 0 -209px;
}
.ads_reservations_box .icon_guesthouses {
    background-position: -1px -243px;
}
.ads_reservations_box .icon_car {
    background-position: -2px 0px;
}
.ads_reservations_box .icon_plain2 {
    background-position: -2px -30px;
}
.ads_reservations_box .icon_holiday {
    background-position: -2px -276px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 15px 15px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}
.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 15px 15px;
}
a img.alignnone {
    margin: 5px 15px 15px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption.alignnone {
    margin: 5px 15px 15px 0;
}
.wp-caption.alignleft {
    margin: 5px 15px 15px 0;
}
.wp-caption.alignright {
    margin: 5px 0 15px 15px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*** pagination ***/
.pagination {
    padding: 10px 0;
}
.pagination span {
    background: #676767;
    color: #fff; 
}
.pagination span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 5px;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
}
.page-numbers, .pagination a span {
    background: #f7f7f7;
    color: #000;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 5px;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
}
a.page-numbers:hover, .pagination a:hover span {
    background: #ccc;
    border-color: #666;
}
.current {
    background: #676767;
    color: #fff; 
}
/*** comments ***/
#comments {
    margin-top: 15px;
    padding-bottom: 20px;
}
#comments .small {
    color: #999;
    font-size: 11px;
}
#comments ol li {
    list-style: none;
    padding: 0;
    clear: both;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    min-height: 70px;
}
#comments .gravatorblog {
    float: left;
    width: 60px;
    margin: 0 5px 5px 0;
}
#comments ol li span {
    color: #999;
    margin-right: 2px;
}
#commentform {
    padding-top: 5px;
}
#comments label {
    color: #999;
    vertical-align: top;
    width: 90px;
    display: inline-block;
    margin-bottom: 3px;
}
#comments input[type=text], #comments textarea {
    border: 1px solid #ccc;
    width: 250px;
    padding: 2px;
    margin-bottom: 3px;
}
#comments textarea {
    width: 482px;
    height: 100px;
}
#comments input[type=submit] {
    float: right;
    cursor: pointer;
}
/*** promotions - slidebox - bottom ***/
#slidebox {
    background-color: #fff;
    border-right: 0;
    bottom: 25px;
    min-height: 145px;
    position: fixed;
    right: -400px;
    width: 390px;
}
#slidebox img.closebox {
    width: 34px;
    height: 34px;
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 1000;
}
#slidebox img.closebox:hover {
    cursor: pointer;
}
#slidebox strong {
    background: #ffd53c /*#b0530a*/;
    display: block;
    padding: 10px;
    color: #000/*#fff*/;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
#slidebox strong a {
    position: absolute;
    top: 5px;
    right: 5px;
}
#slidebox p {
    padding: 15px;
    text-align: justify;
    line-height: 130%;
}
#slidebox p img {
    width: 130px;
    max-height: 90px;
    float: left;
    margin-right: 10px;
}
#slidebox a.slidebox_text span {
    color: #db0d0d;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}
#slidebox a.slidebox_text {
    text-decoration: none;
    display: block;
}

/*** theme my login ***/
.login {
    padding: 5px;
}
.login p.error {
    padding: 5px;
    border: 1px solid #c00;
    background-color: #ffebe8;
    color: #333;
}
.login p.message {
    padding: 5px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    color: #333;
}
#loginform {
    text-align: center;
}
.login form label {
    display: inline-block;
    width: 90px;
    text-align: left;
}
.login form p.forgetmenot label {
    display: inline;
}
.login input {
    margin: 5px 0;
    border: 1px solid #ccc;
    display: inline-block;
}
.login input:after {
    display: block;
    content: "";
}
.login input[type='submit'] {
    display: inline-block;
    background: #ffce35 url('img/button_bg_yellow.png') repeat-x;
    height: 20px;
    border: 1px solid #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 5px;
    padding: 0 12px 0;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}
.profile label {
    width: auto !important;
}
.profile textarea, .profile select, .profile input[type='text'] {
    border: 1px solid #ccc;
    width: 250px;
}
.profile .description {
    color: #999;
    font-size: 11px;
}
.profile .screen-reader-text,
.profile .screen-reader-text span {
    height: 1px;
    left: -1000em;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.mu_register .hint {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.mu_register label.checkbox {
    display: inline;
}
#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
}
#pass-strength-result.strong,
#pass-strength-result.short {
    font-weight: bold;
}
#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
}
#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}
#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}
#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}
#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}
/*------------------ groupon - promo ---------------*/
div.promo_goupon {
	width: 195px;
	background-color: #333;
	border: 1px solid #fff;
	color: #FC3;
	padding: 4px;
	margin-bottom: 5px;
	text-align: left;
}
div.promo_goupon img {
	width: 185px;
	margin-top: 5px;
}
div.promo_goupon a {
	color: #fff !important;
	text-decoration: none;
}
div.promo_goupon a:hover {
	color: #ff0000 !important;
	text-decoration: underline;
}
/*------------------ groupon - promo list ---------------*/
ul.promo_goupon_list {
	padding: 0;
	margin: 0;
}
ul.promo_goupon_list li {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
ul.promo_goupon_list img {
	width: 100px;
	float: left;
}
ul.promo_goupon_list span.description {
	margin-top: 4px;
}
.firstline-strong:first-line {
	font-weight: bold;	
}
/*--------------- cookies bar ------------- */
#cookies_info_bar {
    display: block;
    background: #eee;
    border-top: 1px solid #999;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    padding: 9px 0px;
    text-align: center;
    color: #333;
    font-size: 12px;
}
#cookies_info_bar a {
    text-decoration: none;
    color: #333/*#FF0033*/;
    font-size: 12px;
    font-weight: bold;
}
#cookies_info_bar a:hover {
    text-decoration: underline;
}
#cookies_info_bar a#close_bar {
    color: #000000;
    font-size: 24px;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    top: 0px;
    text-decoration: none;
}
#cookies_info_bar a#close_bar:hover {
    opacity: 1;
}