﻿@charset "utf-8";

/* Reset */

@charset "utf-8";
/* CSS Document */
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,
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%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

a {
    color: #000;
}

.clr {
    clear: both;
}

::selection {
    background: #335eac;
    color: #fff;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.wrapper p {
    clear: both;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.reference {
    padding-top: 40px;
}

h1 {
    font-size: 34px;
    position: relative;
    color: #000;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    padding: 5px;
    z-index: 4;
}

h1 {
    font-family: 'Open Sans Condensed';
}

p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Tahoma, Cambria, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4e729c;
    font-size: 14px;
    line-height: 15px;
}

/*Slider */
/* Header Style */
.header {
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 10px;
    padding: 3px 5px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}

.header a {
    line-height: 18px;
    padding: 0 4px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;
    color: #ddd;
}

.header a:hover {
    color: #fff;
}

.header a span {
    font-weight: bold;
}

.header span.right {
    float: right;
}

@media screen and (max-width: 860px) {
    .header a {
        display: block;
        text-align: center;
        font-size: 10px;
        text-shadow: none;
    }

    .header span.right {
        float: none;
    }
}

.ei-slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.ei-slider-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(50, 87, 170, 0.9);
    color: #fff;
    text-align: center;
    line-height: 400px;
}

.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ei-slider-large li {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.ei-slider-large li img {
    width: 100%;
}

.ei-title {
    position: absolute;
    right: 50%;
    margin-right: 13%;
    top: 30%;
}

.ei-title h2, .ei-title h3 {
    text-align: right;
}

.ei-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #b5b5b5;
}

.ei-title h3 {
    font-size: 70px;
    line-height: 70px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.ei-slider-thumbs {
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.ei-slider-thumbs li {
    position: relative;
    float: left;
    height: 100%;
    margin-left: 15px;
    width: 130px !important;
    text-align: center;
}

.ei-slider-thumbs li.ei-slider-element {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: none;
}

.ei-slider-thumbs li a {
    display: block;
    text-indent: -9000px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;

    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.ei-slider-thumbs li a:hover {

}

.ei-slider-thumbs li img {
    position: relative;
    top: -95px;
    opacity: 1;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 2px solid #4566b0;
}

.ei-slider-thumbs li:hover img {
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 830px) {
    .ei-title {
        position: absolute;
        right: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        top: auto;
        bottom: 10px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        padding: 5px 0;
    }

    .ei-title h2, .ei-title h3 {
        text-align: center;
    }

    .ei-title h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .ei-title h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* Slider Son */

/* Scrool */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: -5px;
    width: 10px;
    padding-right: 5px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #D6DBEB;
    position: relative;
}

.jspDrag {
    background: #6e92ca;
    opacity: 0.7;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.scroll-pane {
    width: 100%;
    overflow: auto;
    outline: none;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}

/* Scrool Son */

/* Reset Son */

/* CSS Document */
@font-face {
    font-family: 'always__foreverregular';
    src: url('always_forever-webfont.eot')/*tpa=http://www.cilekbutikotel.com/always_forever-webfont.eot*/
;
    src: url('always_forever-webfont.eot-#iefix') /*tpa=http://www.cilekbutikotel.com/always_forever-webfont.eot?#iefix*/ format('embedded-opentype'),
    url('always_forever-webfont.woff') /*tpa=http://www.cilekbutikotel.com/always_forever-webfont.woff*/ format('woff'),
    url('always_forever-webfont.ttf') /*tpa=http://www.cilekbutikotel.com/always_forever-webfont.ttf*/ format('truetype'),
    url('always_forever-webfont.svg#always__foreverregular') /*tpa=http://www.cilekbutikotel.com/always_forever-webfont.svg#always__foreverregular*/ format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
}

.trns {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.left-container {
    width: 265px;
    height: 100%;
    background-color: #FFF;
    position: fixed;
    z-index: 5;
}

.left-img {
    width: 11px;
    height: 100%;
    float: left;
    background: url(../img/menu-right.png) /*tpa=http://www.cilekbutikotel.com/menu-right.png*/ repeat-y right;
    position: fixed;
    z-index: 4;
    left: 555px;
}

.left-cnt {
    height: 100%;
    overflow: hidden;
    width: 513px;
}

.logo {
    margin-left: 20px;
}

.left-content {
    position: relative;
    z-index: 5;
}

.lang {
    width: 187px;
    height: 35px;
    margin: 5px auto;
    background: url(../img/dil-alt.jpg) /*tpa=http://www.cilekbutikotel.com/dil-alt.jpg*/ no-repeat bottom;
    text-align: center;
}

.lang a {
    font-family: 'Open Sans Condensed';
    text-decoration: none;
    color: red;
    position: relative;
    top: 2px;
    font-size: 20px;
}

.lang a:hover {
    text-shadow: 1px 1px #ccc;
}

.news a {
    font-family: 'always__foreverregular';
    color: #4566b0;
    text-decoration: none;
    font-size: 26px;
    text-align: center;
    display: block;
}

.news a:hover {
    text-shadow: 1px 1px #ccc;
}

.menu li a {
    font-family: 'Open Sans Condensed';
    text-decoration: none;
    font-size: 20px;
    text-shadow: 1px 1px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.menu li a:hover {
    color: #4566b0;
    text-shadow: 1px 1px #ccc;
}

.menu {
    width: 200px;
    margin-left: 65px;
    margin-top: 40px;
}

.menu .active {
    background: url(../img/active.png) no-repeat left;
    font-weight: bold;
}

.menu li {
    padding-left: 45px;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: -30px;
    margin-left: -45px;
}

.left-menu {
    width: 265px;
}

footer {
    text-align: center;
    width: 265px;
    position: absolute;
    bottom: 0;
}

footer img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.social a {
    text-decoration: none;
    margin-right: 2px;
    margin-left: -15px;
    padding-left: 3px;
}

.social {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact p {
    font-family: 'Open Sans Condensed';
    text-decoration: none;
    color: #4566b0;
    font-size: 15px;
    line-height: 19px;
}

.contact {
    background: url(../img/dil-alt.jpg) /*tpa=http://www.cilekbutikotel.com/dil-alt.jpg*/ no-repeat bottom;
    padding-bottom: 10px;
}

.cpy a, .copyright {
    color: #808080;
    font-family: 'Open Sans Condensed';
    font-size: 13px;
    text-decoration: none;
}

.slider-wrapper {
    height: 100%;
    position: fixed;
    z-index: 1;
    margin-left: 291px;
}

.dsply .sldr-thmbs {
    display: none !important;
}

.lt-czg {
    background: url(../img/alt.png) /*tpa=http://www.cilekbutikotel.com/alt.png*/ repeat-x bottom;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 19px;
    z-index: 3;
}

.sg-czg {
    background: url(../img/sag.png) /*tpa=http://www.cilekbutikotel.com/sag.png*/ repeat-y left;
    position: fixed;
    right: 0;
    top: 12px;
    width: 19px;
    height: 100%;
    z-index: 3;
}

.st-czg {
    background: url(../img/ust.png) /*tpa=http://www.cilekbutikotel.com/netmin/ust.png*/ repeat-x top;
    position: fixed;
    top: 0;
    right: 0;
    height: 22px;
    z-index: 3;
}

.no-home {
    background: url(../img/icerik-sol.jpg) /*tpa=http://www.cilekbutikotel.com/icerik-sol.jpg*/
repeat-y right #FFF;
    padding-right: 5px;
}

.cnt-wrap {
    width: 270px;
    background: #FFF;
    float: left;
    height: 100%;
    margin-left: 285px;
    position: relative;
    z-index: 2;
}

.lft-home {
    margin-left: 280px;
    left: 11px;
}

.lt-sldr {
    margin-left: 535px;
}

.page-title {
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    color: #404040;
}

.content-wrap {
    width: 260px;
    margin: 0 auto;
    margin-top: 175px;
    padding-bottom: 20px;
}

.sldr-thmbs {
    margin: -150px auto;
    position: relative;
    width: 625px;
    height: 100px;
    z-index: 11;
}

/* background:rgba(255, 255, 255, .7); */
.contact-wrap {
    width: 560px;
    height: 364px;
    position: fixed;
    background: url(../img/center-bg.png) /*tpa=http://www.cilekbutikotel.com/center-bg.png*/ no-repeat center;
    z-index: 5;
    margin-top: -276px;
    left: 50%;
    margin-left: -310px;
    top: 50%;
    padding: 30px;
}

#suit, #deluxe, #standart, #junior {
    margin-top: 5px;
}

#suit {
    margin-top: 20px;
}

#suit h4, #deluxe h4, #standart h4, #junior h4 {
    font-family: 'Open Sans Condensed';
    font-weight: normal !important;
    font-size: 25px;
    color: #345eac;
    text-decoration: underline;
    cursor: pointer;
    background: url(../img/rooms-arrow-close.jpg) /*tpa=http://www.kurabiyeotel.com/netmin/themes/default/images/rooms-arrow-close.jpg*/ no-repeat right 8px;
    display: inline-block;
    padding-right: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#suit ul, #deluxe ul, #standart ul, #junior ul {
    margin-top: 10px;
    margin-bottom: 30px;
}

#suit ul li, #deluxe ul li, #standart ul li, #junior ul li {
    margin-top: 10px;
}

.close {
    background: url(../img/rooms-arrow.jpg) no-repeat right 8px !important;
}

.rooms-menu img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.rooms-menu img:hover {
    opacity: 0.9;
    -moz-box-shadow: 0px 0px 10px #345eac;
    -webkit-box-shadow: 0px 0px 10px #345eac;
    box-shadow: 0px 0px 10px #345eac;
}

#gallery {
    height: 100%;
    background-color: #fff;
    margin-left: 270px;
}

#note, #guests {
    margin-left: 10px;
    min-height: 100%;
    float: left;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

#guests {
    background: url(../img/guests-bg.jpg) repeat-y right;
    margin-left: 255px;
}

.guest-wrap {
    min-height: 100%;
}

.sortable_fancybox_gallery_image {
    width: auto !important;
    margin: 10px;
    float: left;
}
.sortable_fancybox_gallery_image:hover{
    -webkit-box-shadow: 6px 6px 20px 0px rgba(49, 50, 50, 0.37);
    -moz-box-shadow:    6px 6px 20px 0px rgba(49, 50, 50, 0.37);
    box-shadow:         6px 6px 20px 0px rgba(49, 50, 50, 0.37);
}

.ltsm {
    font-family: 'Open Sans Condensed';
    font-size: 17px;
    line-height: 24px;
}

.fancy-content {
    width: 711px;
    min-height: 509px;
    padding: 50px;
    padding-bottom: 0;
    height: auto;
    margin: 0 auto;
    text-align: left;
    background: url(../img/fancy-bg.png) /*tpa=http://www.cilekbutikotel.com/fancy-bg.png*/ no-repeat center;
}

.popup #fancybox-outer {
    background: none !important;
}

.popup #fancybox-content {
    border: none !important;
}

.popup #fancybox-close {
    right: 0px !important;
}

.fancy-content .formBlockSurveyTable {
    font-family: 'open sans condensed';
    font-size: 18px;
    line-height: 20px;
    width: 400px;
    margin: 0 auto;
}

.fancy-content .formBlockSurveyTable input, .fancy-content .formBlockSurveyTable textarea, .fancy-content .formBlockSurveyTable select {
    width: 200px !important;
    min-height: 16px !important;
    padding: 5px !important;
    outline: none;
    border: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 6px #3257aa;
    -webkit-box-shadow: 0px 0px 6px #3257aa;
    box-shadow: 0px 0px 6px #3257aa;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: none !important;
    font-family: 'open sans condensed';
    font-size: 14px;
}

.fancy-content .formBlockSurveyTable input:focus, .fancy-content .formBlockSurveyTable textarea:focus {
    -moz-box-shadow: 0px 0px 10px #3257aa;
    -webkit-box-shadow: 0px 0px 10px #3257aa;
    box-shadow: 0px 0px 10px #3257aa;
}

.fancy-content .formBlockSurveyTable select {
    width: 210px !important;
    border: 1px solid #ADBCDD;
    border-radius: 0 !important;
}

.fancy-content .formBlockSurveyTable input[type=submit]:hover {
    cursor: pointer;
    background-color: #ADBCDD !important;
    color: #fff;
}

.question {
    vertical-align: top;
}

.miniSurveyView .required {
    color: #ADBCDD;
}

footer img:hover {
    opacity: 0.8
}

@media screen and (max-height: 766px) {
    .menu li a {
        font-size: 17px;
    }

    .menu li {
        margin-top: -34px;
    }
}

@media screen and (max-height: 650px) {
    .trip {
        display: none
    }

;
}

.logo {
    width: 250px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: none;
    z-index: 11;
}

.logo2 {
    position: absolute;
    width: 240px;
    height: 100px;
    left: 220px;
    z-index: 12;
}

.logo-spc {
    width: 220px;
    height: 150px;
    float: left;
}

.room-title {
    width: 192px;
    height: 63px;
    position: fixed;
    z-index: 11;
    left: 571px;
    top: 60px;
    background: url(../img/room-title.png) no-repeat center;
    height: 90px;
    padding-left: 10px;
    padding-right: 10px;
}

.room-title h1 {
    color: #4566b0;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 33px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: -20px;
}

.room-title a {
    width: 192px;
    text-align: left;
    display: inline-block;
}

.r-ok {
    position: relative;
    top: 3px;
}

.galeri-logo {
    width: 205px;
    margin: 0 auto;
}

.tarih {
    font-family: "open sans condensed";
    font-size: 27px;
    color: #345eac;
    margin-bottom: 5px;
    margin-top: 25px;
}

.room-type {
    font-family: "open sans condensed";
    font-size: 17px;
}

.price {
    font-size: 17px;
    color: #345eac;
}

.room-name {
    font-family: "open sans condensed";
    font-size: 15px;
    margin-bottom: 10px;
}

.alacati a {
    text-decoration: none;
    color: #345eac;
}

.alacati-life img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.alacati-life img:hover {
    opacity: 0.7;
}

.c1 {
    border-bottom: 1px solid #345eac;
}

.dt {
    border-right: 1px solid #345eac;
    padding: 2px;
}

.rm-t {
    font-family: "open sans condensed";
    font-size: 13px;
    margin-top: -8px;
}

.room-price {
    font-family: "open sans condensed";
    font-size: 18px;
    line-height: 21px;
}

.rezerv img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.rezerv img:hover {
    opacity: 0.8;
}

.nobg-wrapper {
    width: 740px;
    margin: 0 auto;
    position: relative;
    left: 135px;
    top: 130px;
    padding: 30px;
    z-index: 2;
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 0;
}

.cpy {
    margin-bottom: 3px;
}

.scl-wrp {
    width: 220px;
    margin: 0 auto;
}

.tripadvisor {
    float: left;
}

.twitter {
    margin-left: -11px !important;
}

.etkinlikler a img {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.etkinlikler a img:hover {
    opacity: 0.7;
}

.nobg-left {
    background: url(../img/content-left.png) repeat-y left top;
    width: 19px;
    position: absolute;
    height: 100%;
    height: 97%;
    left: -6px;
    top: 4px;
}

.nobg-right {
    background: url(../img/content-right.png) repeat-y right top;
    width: 19px;
    position: absolute;
    height: 100%;
    height: 97%;
    right: -2px;
    top: 10px;
}

.nobg-bottom {
    width: 800px;
    height: 17px;
    background: url(../img/content-bottom.png) no-repeat bottom;
    position: relative;
    bottom: -8px;
    left: -35px;
    margin-top: 15px;
}

.nobg-top {
    background: url(../img/content-top.png) no-repeat top;
    position: relative;
    width: 800px;
    height: 17px;
    top: -38px;
    left: -30px;
}

#print {
    height: auto;
}

.mail {
    color: #4566b0 !important;
}

.copyright {
    color: #000 !important;
}

#res_r_box_h {
    width: 200px;
    margin: 0 auto;
}

.nav li {
    float: left;
    margin-left: 1px;
    background-color: #4566b0;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.nav li a {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav li:hover {
    background-color: #fff;
    color: #4566b0;
}

.nav li a:hover {
    color: #4566b0;
}

.nav {
    clear: both;
    height: 22px;
    margin-bottom: 20px;
}

.nav-selected {
    opacity: 0.8;
}

.etkinlikler {
    margin-bottom: 10px !important;
}

.bank {
    border: 1px solid #335EAC;
}

.bank tr td {
    border: 1px solid #335EAC;
    padding: 3px;
    vertical-align: middle;
    font-family: tahoma;
    font-size: 14px;
    color: #335EAC;
}

.bank-baslik {
    font-size: 14px;
    font-weight: bold;
}

.order {
    background-color: #335EAC;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;;
}

.order:hover {
    opacity: 0.8;
}

.sortable_fancybox_gallery_image img {
    border: 1px solid #D6DBEB;
    -moz-box-shadow: 0px 0px 4px #335EAC;
    -webkit-box-shadow: 0px 0px 4px #335EAC;
    box-shadow: 0px 0px 4px #335EAC;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sortable_fancybox_gallery_image img:hover {
    -moz-box-shadow: 0px 0px 8px #335EAC;
    -webkit-box-shadow: 0px 0px 8px #335EAC;
    box-shadow: 0px 0px 8px #335EAC;
    opacity: 0.9;
}

.rsrv {
    width: 145px;
    height: 48px;
    background: url(../img/rezervasyon.png) no-repeat center;
    margin-left: 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.eng {
    background: url(../img/booking.png) no-repeat center;
}

@media screen and (min-width: 1440px) {
    .rsrv {
        width: 183px;
        height: 61px;
        background: url(../img/rezervasyon-buyuk.png) no-repeat center;
        margin-left: 9px;
        margin-bottom: 16px;
    }

    .eng {
        background: url(../img/booking-big.png) no-repeat center;
    }
}

.rsrv:hover {
    opacity: 0.7;
}

.nobg-wrapper .sortable_fancybox_gallery_image {
    margin-left: 27px;
    margin-bottom: 10px;
}

.slider-wrapper .ccm-area, .slider-wrapper .ccm-block {
    height: 100%;
}

.explore {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 100;
    width: 478px;
    height: 142px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .explore {
        display: none;
    }
}

.default_content_ {
    max-width: 260px;
    overflow: hidden;
}

.sosyal_en {
    position: absolute;
    margin-top: 140px;
}

.sosyal_en img, .sosyal_ img {
    margin-left: 5px;
}

.sosyal_ {
    position: absolute;
    margin-top: -30px;
}
.iletisim{
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    font-size: 18px;
}

.iletisim .iltsm{
    float: left;
    width: 50%;
    height: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bolder;
}
.iletisim a{
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
}
.iltsformu{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    text-align: center;
}