/*######################
 CSS INDEX

 0 - CSS RESET
 1 - DIVISION (MAIN-CONTENT-SIDEBAR)
 2 - SHOWCASE
 ###*/

/*######################
 0 - CSS RESET
 ###*/

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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-size: 100%;
    font: inherit;
    text-decoration: none;
}


body {
    line-height: 1;
    background: #414243;
}

body a,body a:visited, body a:hover {

    color:black;
    /*text-decoration: underline;*/

}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b {
    font-weight: bold;
}

h4 {
    font: normal 28px/28px Bodoni;
}

h5 {
    font: bold 15px/15px Arial;
}

h6 {
    font: bold 12px/12px Arial;
}

hr {
    float: left;
    width: 100%;
    height: 1px;
    background: #000;
    border: none;
    margin: 20px 0;
}
@font-face {
    font-family: 'bodoni_btroman';
    src: url('../font/05392_bodonibt-webfont.eot');
    src: url('../font/05392_bodonibt-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/05392_bodonibt-webfont.woff') format('woff'),
        url('../font/05392_bodonibt-webfont.ttf') format('truetype'),
        url('../font/05392_bodonibt-webfont.svg#bodoni_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*######################
 1 - GRID GLOBAL
 ###*/

.grid_1, .grid_3, .grid_4, .grid_5, .grid_6, .grid_8 {
    display: inline;
    float: left;
}

/*######################
 1 - DIVISION GLOBAL (MAIN-CONTENT-SIDEBAR)
 ###*/

#wrab {
    width: 880px;
    height: auto;
    padding: 0 20px;
    margin: 0 auto;
}

#header {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
}

.logo a {
    display: inline-block;
    width: auto;
}

.navi {
    position: relative;
    top: 4px;
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
}

.navi ul {
    display: inline-block;
    width: auto;
}

.navi ul li {
    float: left;
}

.navi ul li a {
    float: left;
    width: auto;
    height: 30px;
    padding: 0 15px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font: normal 16px/30px Bodoni;
    color: #fff;
}

.navi ul li a:hover, .navi ul li a.current {
    background: #fff;
    color: #414243;
    border-left: 1px solid #676869;
    border-right: 1px solid #676869;
}

.navi li ul {
    display: none;
    position: absolute;
    top: 30px;
}

.navi li ul li:after {
    position: relative;
    top: 5px;
    content: "|";
    display: inline-block;
    color: #414243;
}

.navi li ul li:last-child:after {
    content: "";
}

.navi li ul a {
    width: auto;
    color: #000;
    font-size: 12px;
}

.navi li ul a:hover {
    width: auto;
    color: #8c8d8d;
    background: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.navi li:hover ul {
    display: block;
}

#content {
    float: left;
    width: 840px;
    padding: 0 20px;
    padding-bottom: 80px;
    background: #fff;
    border-top: 1px solid #676869;
}

#main {
    display: inline-block;
    min-height: 300px
}

#main a{

    text-decoration: underline;
    
}

.slider {
    float: left;
    height: 298px;
    margin: 30px 0 10px 0;
}

.grid_1 {
    width: 553px;
}

.title {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #000;
}

.grid_1 .title:before {
    position: relative;
    top: 10px;
    content: "";
    display: inline-block;
    width: 90px;
    height: 38px;
    margin-right: 10px;
    background: url('../images/1.png') no-repeat;
}

.text, .home .excerpt_1 {
    font: normal 12px/15px Verdana, sans-serif;
    color: #000;
}

.text {
    float: left;
    width: 100%;
    margin-top: 2px;
}

.home .excerpt_1 {
    float: left;
    width: 490px;
}

.grid_2 {
    float: right;
    width: 239px;
    height: 195px;
    margin-top: 18px;
    background: url('../images/2.png') no-repeat;
    text-align: center;
}

.grid_2 a {
    display: inline-block;
    width: auto;
    margin-top: 30px;
}

.grid_3 {
    width: 100%;
}

.grid_4 {
    width: 826px;
    background: #414243;
    margin-top: 10px;
    padding: 0 0 10px 14px;
}

.horzinal-slider {
    float: left;
    width: 813px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8d8e8e;
}

.horzinal-slider ul li {
    float: left;
}

.img-mask {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.horzinal-slider ul li:hover .img-mask {
    position: absolute;
    float: left;
    width: 266px;
    height: 172px;
    background: url('../images/black-opacity-40.png') repeat;
    margin-top: -175px;
    z-index: 1;
}

.grid_5 {
    width: 357px;
    margin-top: 30px;
}

.grid_5 .text, .grid_5 .title {
    color: #fff;
}

.home .excerpt_2 {
    float: left;
    margin-bottom: 40px;
    font: normal 16px/18px Bodoni;
    color: #fff;
}

.home .map {
    float: right;
    margin-top: 30px;
}

#footer {
    float: left;
    width: 880px;
    height: 105px;
}

.footer-border {
    display: inline-block;
    width: 840px;
    margin: 0 0 20px 0;
}

.footer {
    float: left;
    width: 840px;
    height: 80px;
    background: #fff;
    padding: 0 20px;
}

.site-info {
    float: left;
    width: 470px;
    height: auto;
    /*margin-left: 150px;*/
}

.contact-us {
    float: left;
    width: 100%;
}

.contact-us ul, .terms ul {
    float: right;
    width: auto;
}

.terms {
    float: right;
    width: auto;
    margin-top: 8px;
}

.contact-us ul li, .terms ul li {
    float: left;
    width: auto;
    font: normal 12px/12px verdana;
    color: #414243;
}

.contact-us li.bodoni {
    position: relative;
    top: -3px;
    font-size: 15px;
    color: #000;
}

.contact-us ul li:after, .terms ul li:after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
}

.contact-us ul li:last-child:after, .terms ul li:last-child:after {
    content: "";
}

.terms ul li a {
    font: normal 12px/12px verdana;
    color: #414243;
}

.sponsor-logo {
    float: right;
    width: auto;
    margin-left: 10px;
}

.grid_6 {
    float: left;
    width: auto;
    margin-left: 163px;
}

.grid_7 {
    width: auto;
}

.grid_7 h5 {
    font: normal 16px/16px Bodoni;
}

.grid_7 ul li, .grid_13 ul li {
    float: left;
    height: 12px;
    border-right: 1px solid #414243;
    padding: 0 5px;
    font: normal 12px/12px Verdana, sans-serif;
    color: #414243;
}

.grid_7 ul li:last-child, .grid_13 ul li:last-child {
    border-right: 0;
}

.grid_13 ul li a {
    color: #414243;
}

.grid_13 {
    clear: left;
    float: right;
    margin-top: 10px;
    text-align: right;
}

.grid_14 {
    float: left;
    margin-left: 10px;
}
/*######################
 3 - SHOWCASE
 ###*/

#showcase-vertical {
    float: left;
    height: 298px;
    margin: 30px 0px 10px;
}
.showcase-load {
    height: 298px;
    overflow: hidden;
}

.showcase-onepage {
    /**/
}

.showcase {
    position: relative;
    margin: auto;
}

.showcase a{

    color:black;
    width: 100%;
    height: 100%;
}

.showcase-content {
    text-align: center;
}

.showcase-content-wrapper {
    text-align: center;
    height: 298px;
    width: 841px;
    display: table-cell;
    vertical-align: middle;

}

.home .showcase-button-wrapper {
    position: relative;
    top: -25px;
    display: inline-block;
    width: 100%;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    background: url('../images/white-opacity-60.png') repeat;
    z-index: 3;
}

.home .showcase-button-wrapper span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/slider-dot.png') left center no-repeat;
    margin-right: 10px;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.home .showcase-button-wrapper span.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/slider-dot.png') right center no-repeat;
}


#showcase-days .showcase-thumbnail, #showcase-horzinal .showcase-thumbnail {
    width: 52px;
    height: 52px;
    cursor: pointer;
    position: relative;
}

#showcase-vertical .showcase-thumbnail-restriction {
    height: 299px !important;
    margin: 0 !important;

}

#showcase-vertical .showcase-thumbnail {
    position: relative;
    width: 178px;
    height: 27px;
    text-indent: 10px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px solid #ccccc6;
    border-bottom: 1px solid #283133;
    cursor: pointer;
    font: normal 15px/23px bodoni_btroman;
    color: #000;
}

/*#showcase-vertical .showcase-thumbnail a {

    background-color:white;

}*/

#showcase-vertical .showcase-thumbnail:first-child {
    border-top: 0;
}

#showcase-vertical .showcase-thumbnail:last-child {
    border-bottom: 0;
}

.showcase-thumbnail.active .showcase-thumbnail-caption {
    background: #030303;
    height: 27px;
    color: #fff;
}

.showcase-thumbnail-wrapper-vertical {
    height: 299px;
    background: url('../images/white-opacity-60.png') repeat;
}
#showcase-vertical .showcase-thumbnail:hover {
    background: #030303;
    color: #fff;
}
.showcase-thumbnail-button-forward span span, .showcase-thumbnail-button-backward span span {
    display: none;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    float: none;
}

/*######################
 4 - BXSLIDER
 ###*/

.bx-wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../images/bx_loader.gif') center center no-repeat;
}

.bx-wrapper .bx-prev {
    left: -23px;
    background: url('../images/controls.jpg') left center no-repeat;
}

.bx-wrapper .bx-next {
    right: -23px;
    background: url('../images/controls.jpg') right center no-repeat;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 38px;
    height: 37px;
    text-indent: -999999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 266px;
    height: 25px;
    background: url('../images/white-opacity-60.png') repeat;
    line-height: 25px;
}

.bx-wrapper .bx-caption span {
    position: relative;
    bottom: 4px;
    margin-right: 3px;
    color: #000;
    display: block;
    font-size: 28px;
    text-align: right;
}

/*######################
 5 - HOME
 ###*/

.home #main {
    display: inline-block;
    width: 100%;
}

/*######################
 6 - ABOUT
 ###*/

.about #main {
    width: 552px;
    height: auto;
    min-height: 300px;
    padding-right: 10px;
    margin-top: 20px;
    border-right: 1px solid #000;
}

.breadcrumbs {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.breadcrumbs ul li {
    float: left;
    width: auto;
    margin-right: 8px;
    font: normal 15px/15px Bodoni;
    color: #000;
}

.breadcrumbs ul li a {
    color: #000;
}

.breadcrumbs ul li a:after {
    position: relative;
    top: 3px;
    content: "";
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url('../images/breadcrumbs.png') no-repeat;
    margin-left: 10px;
    color: #000;
}

.page-title {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 10px solid #000;
    font: normal 48px/48px Bodoni;
    color: #000;
}

.about .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.about .text h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 20px/20px Verdana, Geneva, sans-serif;
    color: #000;
}

.about .excerpt h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 20px/20px Verdana, Geneva, sans-serif;
    color: #000;
}

.about .excerpt {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 16px/18px Verdana, Geneva, sans-serif;
    color: #000;
}

.grid_9 {
    float: left;
    text-align: center;
    margin-top: 25px;
}

.grid_9 ul li {
    display: inline-block;
    width: auto;
}

.about .grid_9 ul li {
    margin-right: 10px;
}

.grid_9 ul li:last-child {
    margin-right: 0;
}

#sidebar {
    float: right;
    width: 270px;
    margin-top: 20px;
}

#sidebar ul li {
    float: left;
    margin-bottom: 10px;
}

.img-frame {
    float: left;
    width: 267px;
    height: 147px;
}

.tailor .img-frame, .contact .img-frame {
    width: 269px;
    height: 204px;
}

.caption {
    position: relative;
    float: left;
    width: 100%;
    height: 25px;
    margin-top: -25px;
    background: url('../images/white-opacity-60.png') bottom center repeat;
    font: normal 16px/20px Bodoni;
    color: #000;
    text-indent: 8px;
}

.img-mask {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.img-frame:hover .img-mask {
    position: absolute;
    float: left;
    width: 267px;
    height: 147px;
    background: url('../images/black-opacity-40.png') repeat;
    margin-top: -150px;
    z-index: 1;
}

.tailor .img-frame:hover .img-mask, .contact .img-frame:hover .img-mask {
    width: 269px;
    height: 201px;
    margin-top: -205px;
}

.grid_10 {
    float: left;
}

.grid_10 ul li a {
    float: left;
    width: 267px;
    height: 147px;
    margin-bottom: 15px;
}


/*######################
 6 - ONLINE
 ###*/

.online #main {
    width: 100%;
    margin-top: 20px;
}

.online .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}


/*######################
 8 - TOURS
 ###*/

.tours #main {
    width: 552px;
    height: auto;
    min-height: 450px;
    padding-right: 10px;
    margin-top: 20px;
}

.tours .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.tours h3 {
    float: left;
    width: auto;
    margin-bottom: 10px;
    font: normal 20px/20px Bodoni;
    color: #000;
}

.tours #sidebar h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}

.tours .text h5 {
    display: inline-block;
    margin-bottom: 10px;
}

.tours .text em {
    font-weight: bold;
    text-decoration: underline;
}

.tours .excerpt_1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 16px/18px Verdana, sans-serif;
    color: #000;
}

.grid_11 {
    float: left;
}

.tours .excerpt_2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
}

.tours .excerpt_2 li {
    font: normal 12px/14px Verdana, sans-serif;
}

.tours .excerpt_2 em {
    font-weight: bold;
    text-decoration: underline;
}

.tours .map {
    float: left;
    width: 553px;
    background: #414243;
    /*padding: 10px 0;*/
}

.tours .map img {
    float: right;
}

.book-online {
    float: left;
    width: 270px;
    height: 29px;
    margin-top: 30px;
    background: #000;
    text-align: center;
    font: normal 29px/22px Bodoni;
    margin-right: 10px
}

.book-online a {
    color: #fff;
}
.book-online a:hover {
    color: #fff;
}

.tours .showcase-button-wrapper {
    position: relative;
    top: -26px;
    float: left;
    width: 840px;
    height: 26px;
    text-align: right;
    background: #000;
    z-index: 1;
}

.home .days {
    display: none;
}

.days {
    display: inline-block;
    width: 51px;
    height: 25px;
    background: url('../images/text.png') left center no-repeat;
    float: left;
}

.tours .showcase-button-wrapper span {
    position: relative;
    top: -7px;
    display: inline-block;
    width: auto;
    height: 22px;
    padding: 0 3px;
    font: normal 21px/18px Bodoni;
    color: #fff;
    border-right: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 10px
}

.tours .showcase-button-wrapper span:last-child {
    border-right: none;
}

.tours .showcase-button-wrapper span.active {
}

.excerpt_3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font: normal 16px/18px Verdana, sans-serif;
    color: #000;
}

.date {
    float: left;
    width: 100%;
    margin: 30px 0 40px 0;
}

.date h3 {
    width: auto;
    border-bottom: 1px solid #000;
    margin-right: 15px;
}

.date p {
    float: left;
    margin-top: 2px;
    font: normal 16px/16px Verdana, Geneva, sans-serif;
    color: #000;
}

.tours h2 {
    float: left;
    width: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font: normal 20px/20px Bodoni;
    color: #000;
}

.tours .text p {
    clear: left;
}

.tours .grid_8 {
    margin-bottom: 20px;
}

.list-disc ul li {
    float: left;
    width: 100%;
    list-style: disc inside;
    margin-bottom: 10px;
    font: normal 12px/14px Verdana, Geneva, sans-serif;
    color: #000;
}

.tours .grid_9 ul li {
    margin: 0 4px 5px 0;
}

.grid_12 {
    float: left;
    width: 100%;
}



/* */




/*######################
 8 - TOURS
 ###*/

.tourMain #main {
    width: 552px;
    height: auto;
    min-height: 450px;
    padding-right: 10px;
    margin-top: 20px;
}

.tourMain .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.tourMain h3 {
    float: left;
    width: auto;
    margin-bottom: 10px;
    font: normal 20px/20px Bodoni;
    color: #000;
}

.tourMain #sidebar h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}

.tourMain .text h5 {
    display: inline-block;
    margin-bottom: 10px;
}

.tourMain .text em {
    font-weight: bold;
    text-decoration: underline;
}

.tourMain .excerpt_1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 16px/18px Verdana, sans-serif;
    color: #000;
}

.grid_11 {
    float: left;
}

.tourMain .excerpt_2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
}

.tourMain .excerpt_2 li {
    font: normal 12px/14px Verdana, sans-serif;
}

.tourMain .excerpt_2 em {
    font-weight: bold;
    text-decoration: underline;
}

.tourMain .map {
    float: left;
    width: 553px;
    background: #414243;
    /*padding: 10px 0;*/
}

.tourMain .map img {
    float: right;
}

.book-online {

    background: none repeat scroll 0 0 #000000;
    float: left;
    font: 22px Bodoni;
    height: 22px;
    margin-right: 10px;
    margin-top: 30px;
    padding: 4px;
    text-align: center;
    width: 200px;
}

.book-online a {
    color: #fff;
}

.tourMain .days {
    display: none;
}

.days {
    display: inline-block;
    width: 51px;
    height: 25px;
    background: url('../images/text.png') left center no-repeat;
}

.tourMain .showcase-button-wrapper {
    position: relative;
    top: -25px;
    display: inline-block;
    width: 100%;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    background: url('../images/white-opacity-60.png') repeat;
    z-index: 1;
}

.tourMain .showcase-button-wrapper span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/slider-dot.png') left center no-repeat;
    margin-right: 10px;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.tourMain .showcase-button-wrapper span.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/slider-dot.png') right center no-repeat;
}


.excerpt_3 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font: normal 16px/18px Verdana, sans-serif;
    color: #000;
}

.date {
    float: left;
    width: 100%;
    margin: 30px 0 40px 0;
}

.date h3 {
    width: auto;
    border-bottom: 1px solid #000;
    margin-right: 15px;
}

.date p {
    float: left;
    margin-top: 2px;
    font: normal 16px/16px Verdana, Geneva, sans-serif;
    color: #000;
}

.tourMain h2 {
    float: left;
    width: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font: normal 20px/20px Bodoni;
    color: #000;
}

.tourMain .text p {
    clear: left;
}

.tourMain .grid_8 {
    margin-bottom: 20px;
}

.list-disc ul li {
    float: left;
    width: 100%;
    list-style: disc inside;
    margin-bottom: 10px;
    font: normal 12px/14px Verdana, Geneva, sans-serif;
    color: #000;
}

.tourMain .grid_9 ul li {
    margin: 0 4px 5px 0;
}

.grid_12 {
    float: left;
    width: 100%;
}


/*######################
 9 - HOTELS
 ###*/

.hotels #main {
    width: 100%;
    margin-top: 20px;
}

.hotels .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.hotels h3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    font: normal 20px/15px Bodoni;
}

.slider-navi {
    position: relative;
    top: -302px;
    float: right;
    width: 178px;
    height: 298px;
    background: url('../images/white-opacity-60.png') repeat;
    z-index: 1;
}

.slider-navi ul li {
    float: left;
    width: 100%;
    height: 27px;
    text-indent: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 1px solid #ccccc6;
    border-bottom: 1px solid #283133;
}

.slider-navi ul li:first-child {
    border-top: 0;
}

.slider-navi ul li:last-child {
    border-bottom: 0;
}

.slider-navi ul li a {
    float: left;
    width: 100%;
    height: 27px;
    font: normal 15px/23px Bodoni;
    color: #000;
}

.slider-navi ul li a:hover, .slider-navi ul li a.current {
    background: #030303;
    color: #fff;
}

.hotels .grid_9 ul li {
    float: left;
}

.hotels .grid_9 ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

/*######################
 10 - ABOUT TURKEY
 ###*/

.about-turkey #main {
    width: 552px;
    height: auto;
    min-height: 880px;
    padding-right: 10px;
    margin-top: 20px;
    border-right: 1px solid #000;
}

.about-turkey .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.about-turkey h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 20px/20px Verdana, Geneva, sans-serif;
    color: #000;
    text-transform: uppercase;
}

.about-turkey .excerpt_1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 16px/18px Verdana, Geneva, sans-serif;
    color: #000;
}

.about-turkey .text ul li {
    list-style: disc inside;
}


/*######################
 11 - DESTINAIONS
 ###*/

.destinations #main {
    width: 552px;
    min-height: 450px;
    height: auto;
    padding-right: 10px;
    margin-top: 20px;
    border-right: 1px solid #000;
}

.destinations .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.destinations h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 20px/23px Bodoni;
    color: #000;
}

.destinations #sidebar h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

.destinations .excerpt_1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 16px/18px Verdana, Geneva, sans-serif;
    color: #000;
}

/*######################
 11 - TAILOR
 ###*/

.tailor #main {
    width: 552px;
    height: auto;
    min-height: 880px;
    padding-right: 10px;
    margin-top: 20px;
    border-right: 1px solid #000;
}

.tailor .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.tailor h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 20px/20px Verdana, Geneva, sans-serif;
    color: #000;
}

.tailor .text ul li {
    list-style: disc inside;
}

.tailor #sidebar h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 20px/23px Verdana, Geneva, sans-serif;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

.tailor .grid_10 ul li a {
    height: auto;
    margin-bottom: 15px;
}


/*######################
 11 - CONTACT
 ###*/

.contact #main {
    width: 552px;
    height: auto;
    min-height: 880px;
    padding-right: 10px;
    margin-top: 20px;
    border-right: 1px solid #000;
}

.contact .page-title:after {
    content: "";
    float: right;
    width: 108px;
    height: 45px;
    background: url('../images/4.png') right center no-repeat;
}

.tailor .text ul li {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.contact #sidebar h3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font: normal 20px/23px Verdana, Geneva, sans-serif;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

.contact .grid_10 ul li a {
    height: auto;
    margin-bottom: 15px;
}

.bookingStepList {padding-bottom: 30px;}
.bookingDetail {
    width: 550px;
    border: 1px solid #817e7e;
    margin-bottom: 40px;

}
.bookingDetailText {padding: 15px 10px;
                    background-color: #e7e9ea;}
.bookingStepList ul li {float: left;margin-right: 15px;color: #b4b5b5;font-size: 23px}
.bookingStepList ul .active{color: #414243}
.bookingDetailPrice {padding: 10px;
                     background-color: #adacac;
                     border-top: 1px solid #817e7e;}

.bookingDetailTextCol1 span { display: block}
.bookingDetailTextCol1 {float:left}
.bookingDetailTextCol2 {float:right;margin-top: 25px}
.bookingDetailList {

    border-top: 1px solid #afafaf; border-bottom: 1px solid #afafaf; width: 100%;
}

.bookingDetailList tr span {width: 150px;display: block;float:left}
.bookingDetailList input {
    font-size: 12px;
    float:left;
    margin-right: 15px;
    height: 24px;
    margin-top: 4px;width: 200px}
.bookingDetailList select {float:left;
                           font-size: 12px;
                           height: 24px;
                           margin-top: 4px;width: 180px;margin-right: 37px}
.bookingDetailList tr {background-color: #e7e9ea; line-height: 38px;border-bottom: 1px solid #bfbfbf}
.bookingDetailList .odd {background-color: #dddddd;}
.bookingDetailList tr .tr2 {padding-left: 50px}
.bookingDetailList tr .tr1 {padding-left: 10px}

.ppIcon {    background: url(../images/paypal-icon.png) left top;
             height: 16px;
             width: 16px;
             display: block;
             float: left;
}

.lockIcon {    background: url(../images/lock.png) left top;
               height: 14px;
               width: 14px;
               display: block;
               float: left;
}

.pointer {
    background: url(../images/pointer.png) left top;
    width: 29px;
    height: 21px;
    display: block;
    float: left;
    margin-left: -22px;
    margin-right: 8px;

}

.creditCardList {


}

.creditCardList ul li label {display: inline-block; width: 150px}
.creditCardList ul li input {border: 1px solid #a4a4a4;height: 28px;margin-bottom: 13px;font-size:12px}


.slideImage {

    display: none;

}

.showcase a:hover {

    color:white;

}


/*.slideItemInsideDiv {

    width: 100%; height: 100%; opacity: 0.43; position: absolute; background-color: white;
}

.slideItemInsideDiv:hover {

    background-color: black;

}*/

#slideCaptions {

    background: url("../images/white-opacity-60.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.jcarousel-skin-tango .jcarousel-container {
    /*    -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
       border-radius: 10px;
        background: #F0F6F9;
        border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 267px;
    height: 147px;
    /*padding: 40px 20px;*/
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  600px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 267px;
    height: 620px;
    top:40px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 267px;
    height: 147px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    /*margin-bottom: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    /*top: 43px;*/
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
*/
.jcarousel-skin-tango .jcarousel-next-vertical {
    background: url("../images/downArrow.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    bottom: -50px;
    height: 30px;
    position: relative;
    /*right: -23px;*/
    width: 267px;
}

/*.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}*/

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url("../images/upArrow.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 30px;
    position: absolute;
    /*right: -23px;*/
    top: 5px;
    width: 267px;
}

/*.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}*/

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


.text li {
    list-style: disc inside none
}

.bookDepartureDatesContainer {
    width: 200px;
    height: 142px;
    background: rgba(255,255,255,0.8);
    margin-left: 10px;
    margin-top: 28px;
}

.bookDepartureDatesText {
    text-align: center;
    margin: 2px;
    background-image: url(/themes/boutique/images/kutuBG.png);
    position: inherit;
    height: 139px;
    width: 196px;
}
.bookDepartureDatesText span
{
    display: block;
    font-size: 14px

}
.bookTourTitle {
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block
}

.bookTourTitle a{
    color: white !important;
    font-size: 24px
}

.bookButton {

    float: right;
    margin-top: 45px;
    margin-right: 10px;
    font-size: 20px

}


.bookPrice{

    width: 150px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.75);


}

.bookButton a {

    width: 200px;
    height: 30px;
    background: rgba(225,255,255,0.8);
    line-height: 30px;
    display: inline-block;
    text-align: center

}

.bookPrice span {line-height: 38px;color: white;display: inline}

.bookLineIcon  {
    float: left;
    width: 18%;
    height: 45px;
    background: url('/themes/boutique/images/4.png') center center no-repeat;

}

.bookLine hr {float:left;width: 41%}

.bookItem {
    margin-top: 25px;
    margin-bottom: 25px;
}
.bookDepartureDatesList:first-child{

    padding-top: 10px;
}