body
{
    width: 100%;
    height: 100%;
    color: #404040;
    font-size: 13px;
    font-weight: 100;
    font-family: 'FuturaBT-Light', 'Lucida Sans Unicode', 'Lucida Grande' , sans-serif;
    overflow: hidden;
}

select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../../img/selectboxarrow.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

select::-ms-expand
{
    display: none; /* to ie 10 */
}

input:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
{
    outline: none;
    outline-offset: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active:focus, .btn.active.focus
{
    outline: none;
    outline-color: transparent;
}

.btn:hover, .btn:focus, .btn.focus
{
    color: #fff;
    text-decoration: underline;
}

a
{
    color: #00759a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}

ul li
{
    list-style: none;
}

.clearfix:after
{
    clear: both;
}

.wrapper
{
    width: 1200px;
    margin: 0 auto;
}

.wrapper.miniWrapper
{
    width: 510px;
}

.mTop15
{
    margin-top: 15px !important;
}

.mTop20
{
    margin-top: 20px !important;
}

.mTop30
{
    margin-top: 30px !important;
}

.mBottom15
{
    margin-bottom: 15px !important;
}

.mBottom20
{
    margin-bottom: 20px !important;
}

.mBottom30
{
    margin-bottom: 30px !important;
}

.table-cell
{
    display: table-cell;
    vertical-align: middle;
}

.header
{
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0 0 42px;
    z-index: 10;
    position: relative;
}

hr.headerBorderTop {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 6px solid rgba(239, 127, 26, 0.9);
}

.topLogoContainer
{
    width: 100%;
    float: left;
    margin: 0 0 0;
    padding: 12px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}

.topLogoContainer h1.logo
{
    width: 100%;
    float: left;
    margin: 0 0 0;
    padding: 0 0 0;
}

.topLogoContainer h1.logo a img
{
    width: 100%;
    height: 56px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url(../../img/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

#language
{
    float: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #ffffff;
    border: 1px solid #67533e;
}

#language .dropdown-toggle
{
    width: 70px;
    float: left;
    margin: 0 0 0 0;
    padding: 8px 12px 3px 27px;
    color: #67533e;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 5px center, 95% center;
}

#language ul.dropdown-menu
{
    top: 42px;
    left: 0;
    width: auto;
    min-width: 72px;
    padding: 0 0 0;
    border-radius: 0;
    border: 1px solid #67533e;
}

#language ul.dropdown-menu::before
{
    content: '';
    top: -9px;
    right: 7px;
    z-index: 10002;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #ffffff;
}

#language ul.dropdown-menu::after
{
    content: '';
    top: -11px;
    right: 6px;
    z-index: 10001;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #67533e;
}

#language ul.dropdown-menu > li
{
    width: 100%;
    float: left;
    margin: 0 0 0;
    padding: 0 0 0;
    outline: none;
    z-index: 2;
}

#language ul.dropdown-menu > li > a
{
    width: 100%;
    float: left;
    margin: 0 0 0;
    padding: 2px 7px 2px 35px;
    color: #404040;
    line-height: 25px;
    outline: none;
    background-repeat: no-repeat;
    background-position: 7px center;
    border-top: 1px solid rgba(99, 83, 67, 0.42);
    background-color: #f9f9f9;
}

ul.headerSocial {
    float: right;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
}

ul.headerSocial li {
    float: left;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

ul.headerSocial li a img {
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 0 0;
    padding: 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
}

ul.headerSocial2 {
    float: right;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
}

ul.headerSocial2 li {
    float: left;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
    text-align: center;
    /*background-color: #f7f7f7;
    border: 1px solid #e0e0e0;*/
}

ul.headerSocial2 li.facebook {
	background-color: #3c579e;
}

ul.headerSocial2 li.twitter {
	background-color: #55acee;
}

ul.headerSocial2 li.instagram {
	background-color: #9e14d1;
}

ul.headerSocial2 li.google-plus {
	background-color: #d95032;
}

ul.headerSocial2 li.tripadvisor {
	background-color: #1e892f;
}

ul.headerSocial2 li {
    float: left;
    margin: 0 0 0 13px;
    padding: 0 0 0 0;
    text-align: center;
    /*background-color: #f7f7f7;
    border: 1px solid #e0e0e0;*/
}

/*ul.headerSocial2 li:hover {
    border-color: #69553a; 
}*/

ul.headerSocial2 li a i {
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
}

.contactDescription {
    float: right;
    margin: 5px 0 -8px;
    padding: 0 0 0;
}

.contactDescription li
{
    float: left;
    margin: 0 0 0 0;
    padding: 3px 0 3px 22px;
    color: #000;
    font-size: 15px;
    text-align: left;
}

.contactDescription li.phone_icon {
   background: url('../../img/phone_icon.png') no-repeat left center; 
}

.contactDescription li.email_icon {
   margin-left: 12px;
   background: url('../../img/email_icon.png') no-repeat left center; 
}

#sys_btn_toogle_menu, #support, #location {
    width: 42px;
    float: right;
    margin: -26px 0 0 7px;
    padding: 7px 0 8px 0;
    text-align: center;
    display: none;
    background-color: #f7f7f7;
    border: 1px solid #b9b7b7;
}

#location {
    width: 54px;
    margin-left: 0;
}

#sys_btn_toogle_menu i, #support i, #location i {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #0060aa;
    font-size: 20px;
    line-height: 120%;
}

#sys_btn_toogle_menu span, #support span, #location span {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ef7f1a;
    font-size: 13px;
    font-weight: 300;
    line-height: 120%;
}

.headerMenu
{
    top: 86px;
    z-index: 2;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    position: absolute;
    background-color: rgba(0, 148, 63, 0.69);
}

.headerMenu ul
{
    float: none;
    margin: 0 auto;
    display: table;
}

.headerMenu ul li
{
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.headerMenu ul li a
{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 9px 9px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
        text-transform: uppercase;
}

.headerMenu ul li a:hover
{
    color: #fff;
    background: rgba(1, 73, 132, 0.75);
}

ul.mobilLanguage, ul.mobilSocialMedia {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 0 0 1.5em;
}

ul.mobilLanguage li {
    width: 31.333%;
    float: left;
    margin: 0 0 0 2%;
    padding: 0 0 0 0;
}

ul.mobilLanguage li a {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    border: none;
    box-shadow: none!important;
}

ul.mobilLanguage li a img {
    width: 25px;
    height: 16px;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: left center;
}

ul.mobilLanguage li a:hover, .mp-level > ul.mobilLanguage > li:first-child > a:hover {
    background: transparent;
    box-shadow: none;
    text-decoration: none;
}

ul.mobilSocialMedia li, ul.mobilSocialMedia li a {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
    box-shadow: none!important;
}

ul.mobilSocialMedia li a i {
    float: left;
    margin: 0 9px 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 24px;
}

.main
{
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#owl-slider .item img.sliderImg
{
    width: 100%;
    height: 100vh;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.sliderCaption
{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    background: url('../../img/bgHome.png') bottom left repeat-x;
}

#owl-slider .owl-prev 
{
    left: 0;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    margin-top: -17.5px;
    position: absolute;
    display: none;
    }
    
 #owl-slider .owl-next 
{
    right: 0;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    margin-top: -17.5px;
    position: absolute;
    display: none;
    }

.homeDegress
{
    top: 185px;
    right: 0;
    z-index: 2;
    position: absolute;
}

.homeDegress span
{
    clear: both;
    float: right;
    margin: 4px 0 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 28px;
    font-family: Roboto;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
    background: #004886 none repeat 0 0;
}

.homeDegress span img.weatherIcon
{
    width: 33px;
    height: 40px;
    float: left;
    margin: 0 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.homeDegress span em
{
    font-style: normal;
}

#owl-slider .owl-pagination {
    z-index: 10;
    bottom: 45px;
    position: relative;
}

#owl-slider .owl-pagination .owl-page {
    margin: 0 3px;
}

#owl-slider .owl-pagination .owl-page span {
    width: 35px;
    height: 10px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-radius: 0;
    border: 1px solid #fff;
    opacity: 1;
    filter: Alpha(Opacity=100);
    background-color: transparent;
}

#owl-slider .owl-pagination .owl-page.active span {
    background-color: #ffffff;
}

.footer
{
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    bottom: 15px;
    z-index: 9;
    position: absolute;
}

.footer.wAuto {
    width: auto;
}

a.location-info {
    width: 238px;
    float: left;
    margin: -14px 0 0 0;
    padding: 7px 7px 7px 67px;
    background: url(../../img/animals.png) no-repeat 7px center;
    background-color: rgba(239, 127, 26, 0.6);
    border: 2px solid rgb(169, 169, 169);
	position: relative;
	z-index: 15;
}

a.swallowtailLightbox {
    width: 238px;
    float: left;
    margin: -14px 0 0 5px;
    padding: 7px 7px 7px 107px;
    background: url(../../img/yaprak.png) no-repeat 5px center;
    background-color: rgba(239, 127, 26, 0.6);
    border: 2px solid rgb(169, 169, 169);
	position: relative;
    z-index: 15;
}


a.location-info span, a.swallowtailLightbox span {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 100;
    line-height: 110%;
    font-family: 'Roboto', sans-serif;
}

a.location-info em, a.swallowtailLightbox em {
    float: left;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    font-style: normal;
    font-family: 'Roboto', sans-serif; 
}

a.location-info em i, a.swallowtailLightbox em i {
    float: right;
    margin: 1px 0 0 3px; 
}

.gizle {
    display: none;
}

.locationInfo1, .locationInfo2, .locationInfo3 {
    width: 100%;
    height: 100%;
    position: relative; 
}

.locationInfo2 img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.swallowtail {
    width: 100%;
    padding: 20px 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-image:url('../../img/sigla.jpg');
}

.tripadvisorWidget
{
    float: right;
    margin: 2px 0 0 7px;
    padding: 0 0 0 0;
}

a.onlineRezervation {
    float: right;
    margin: 58px 0 0;
    padding: 12px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #d1d1d1;
    background-color: #ef7f1a;
    font-family: 'Roboto', sans-serif;
	position: relative;
    z-index: 15;
}

img.author 
{
width: 70px;
    height: 12px;
    float: left;
    margin: 3px -15px -15px 0;
    padding: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-position: top;
    opacity: 0.6;
    }

.footer h2 
{
    float: left;
    margin: 0 0 0 5px;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 100;
    font-family: 'Roboto' , sans-serif;
    }

.content_inner_page 
{
    right: 0;
    top: 128px;
    width: 610px;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    background-color: #f1f1f1;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -ms-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
    }

.content_inner_page.smallContent {
    width: 610px;
}

.content_inner_page.miniHeight {
    height: 48px;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -ms-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
}

.titleContainer {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 15px;
}

.titleContainer h3 {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #0060aa;
    font-size: 26px;
    font-weight: 100;
    font-family: 'Roboto' , sans-serif;
}

.ButtonContainer {
    float: right;
    margin: 0 0 0 0;
    padding: 0 0 0 9px;
    border-left: 1px solid rgba(103, 83, 62, 0.6);
}

.ButtonContainer a, .ButtonContainer span.btnOpen, .ButtonContainer span.btnClose {
    width: 69px;
    height: 24px;
    float: left;
    margin: 0 7px 0 0;
    padding: 0 0 0 0;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(64, 64, 64, 0.3);
}

.ButtonContainer span.btnOpen , .ButtonContainer span.btnClose
{
    width: 29px;
    margin: 0 0 0 0;
    cursor: pointer;
    }

.ButtonContainer span.btnClose
{
    margin: 0 0 0 -29px;
    }

.ButtonContainer span.btnOpen
{
    visibility:hidden;
    }

.scroll-pane {
    width: 100%;
    overflow: auto;
    background: #f1f1f1;
}

.detailContentContainer {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 15px;
    position:relative;
    z-index:15;
}

.detailContentContainer .coverPhoto {
    width: 100%;
    height: 100%;
    max-height: 290px;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#owl-detailHeaderImage .item a {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    border: 2px solid #0060aa;
}

#owl-detailHeaderImage .item a::after {
    content: '';
    right: 13px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    position: absolute;
    background: url(../../img/fullscreen.png) no-repeat center center;
}

#owl-detailHeaderImage .item a img {
    width: 100%;
    height: 290px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#owl-detailHeaderImage .owl-prev {
    right: 67px;
    bottom: 0;
    position: absolute;
}

#owl-detailHeaderImage .owl-next {
    right: 32px;
    bottom: 0;
    position: absolute;
}

ul#tabNavigation {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #e2e1e1;
}

ul#tabNavigation li {
   float: left;
   margin: 0 0 0 0;
   padding: 10px 40px;
   color: #0060aa; 
   font-size: 18px;
   cursor: pointer;
   background: #e2e1e1;
}

ul#tabNavigation li.active {
    color: #fff;
    background: #0060aa;
}

.tabContent {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
    display: none;
}

ul.gridList {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 0 0;
}

ul.gridList li {
    width: 48%;
    float: left;
    margin: 15px 0 0 2%;
    padding: 0 0 0 0;
}

ul.gridList li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}

ul.gridList li a img {
    width: 100%;
    height: 140px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

ul.gridList li a .listDetail {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 20px;
    background-color: #fff;
}

ul.gridList li a .listDetail h4 {
    width: 100%;
    float: left;
    margin: 0 0 7px 0;
    padding: 0 0 0 0;
    color: #404040;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Roboto' , sans-serif;
}

ul.gridList li a .listDetail p {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
    color: #a9a8a8;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

ul.gridList li a .listDetail p span {
    width: 81px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #404040;
}

ul.gridList li a .listDetail button {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    padding: 3px 0 3px 0;
    color: #0060aa;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    border-radius: 0;
    background: none;
    border: 1px solid #0060aa;
    font-family: 'Roboto' , sans-serif;
}

ul.gridList li a .listDetail button:hover {
    background: #0060aa;
    color: #fff;
}

.roomDetailLeft {
    width: 69%;
    float: left;
    margin: 0 1% 0 0;
    padding: 0 0 0 0;
}

.roomDetailRight {
    width: 29%;
    float: left;
    margin: 0 0 0 1%;
    padding: 0 0 0 0;
}

.roomDetailLeft h1.detailTittle,
.roomDetailRight h1.detailTittle  {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    color: #498fcb;
    font-size: 24px;
    font-weight: 100;
    font-family: 'Roboto' , sans-serif;
    border-bottom: 1px solid rgba(64, 64, 64, 0.3);
}

.detailText {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.hizliBakis {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 10px;
    background: #ffffff;
}

.hizliBakis ul {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.hizliBakis ul li {
    width: 100%;
    float: left;
    margin: 2px 0;
    padding: 0 0 0 10px;
    background: url(../../img/bullet_arrow_right.png) no-repeat left center;
}

.rzvFormToggleBtn {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #0060aa;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

ul.subMenu {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
}

ul.subMenu li {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #e2dfdb;
}

ul.subMenu li a {
    display: block;
    margin: 0 0 0 0;
    padding: 15px 25px 14px 30px;
    font-size: 18px;
    color: #0060aa;
    text-decoration: none;
    background: #ffffff url(../../img/list-bullet.png) 95% center no-repeat;
}

ul.subMenu li a:hover {
    background: #f6f6f6 url(../../img/list-bullet.png) 95% center no-repeat;
}

.galleryList {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0;
    padding: 25px 15px;
    background-color: #575757;
}

h2.detailTitle {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
}

h2.detailTitle a.close {
    width: 32px;
    height: 32px;
    float: right;
    margin: 0 0;
    padding: 0 0;
    filter: alpha(opacity=80);
    opacity: .8;
    background-image: url(../../img/closeIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
}

h2.detailTitle a.close:hover, h2.detailTitle a.close:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}

ul.gallery {
   width: 100%;
   float: left;
   margin: 0 0 0 0;
   padding: 0 0 0 0; 
}

ul.gallery li {
    width: 25%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

ul.gallery li a img {
    width: 100%;
    height: 280px;
    float: left;
    margin: 0 0;
    padding: 0 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

ul.gallery li a .lucky-bg {
    width: 100%;
    height: 280px;
    float: left;
    margin: -280px 0 0 0;
    filter: Alpha(Opacity=80);
    opacity: .8;
    background-color: rgba(87, 87, 87, 0.8);
    position: relative;
    text-indent: -9999px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

ul.gallery li a:hover .lucky-bg {
    filter: Alpha(Opacity=0);
    opacity: 0;
}

ul.commentList 
{
    width: 100%;
    float: left;
	   margin: 0 0;
	   padding: 0 0;
}

ul.commentList li 
{
    width: 100%;
    float: left;
    margin: 0 0 9px;
    padding: 12px 9px;
    text-align: center;
    border: 1px solid rgba(64, 64, 64, 0.5);
    }
    
ul.commentList li p 
{
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

ul.commentList li p::before 
{
    content: "\f10d";
    top: 0;
    left: -2px;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: rgb(123, 123, 123);
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    
ul.commentList li p::after {
    content: "\f10e";
    bottom: 0;
    right: -2px;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: rgb(123, 123, 123);
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
ul.photos 
{
    width: 100%;
    float: left;
	   margin: 0 0;
	   padding: 0 0;
    }

ul.photos li 
{
    width: 48%;
    float: left;
    margin: 15px 0 0 2%;
    padding: 0 0 0 0;
    }
    
ul.photos li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}

ul.photos li a img {
    width: 100%;
    height: 140px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

form.rezervation .input-field, form.contact .input-field {
    float: left;
    margin: 12px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
}

form.rezervation .input-field.mRight, form.contact .input-field.mRight {
    width: 48%;
    margin-right: 2%;
}

form.rezervation .input-field.mLeft, form.contact .input-field.mLeft {
    width: 48%;
    margin-left: 2%;
}

form.rezervation .input-field.column-3, form.contact .input-field.column-3 {
    width: 31.999%;
    margin-left: 2%;
}

form.rezervation .input-field.column-3.mLeft0, form.contact .input-field.column-3.mLeft0 {
    margin-left: 0;
}

form.rezervation .input-field span, form.contact .input-field span {
    width: 100%;
    float: left;
    margin: 0 0 3px 0;
    padding: 0 0 0 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

form.rezervation .input-field input, 
form.rezervation .input-field select, 
form.rezervation .input-field textarea,
form.contact .input-field input, 
form.contact .input-field select, 
form.contact .input-field textarea {
    width: 100%;
    height: 34px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 5px 0 7px;
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #dedede;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 96% center;
}

form.rezervation .input-field input.date_icon,
form.contact .input-field input.date_icon {
    background-image: url('../../img/date_icon.png');
    background-repeat: no-repeat;
    background-position: 96% center;
}

form.rezervation .input-field textarea,
form.contact .input-field textarea {
    height: 80px;
}

form.rezervation .input-field button,
form.contact .input-field button {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 12px 0 6px;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    outline: none;
    border: 1px solid #d1d1d1;
    background-color: #e6e6e6;
}

#map {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.section {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.ui-widget-content
{
    border: none;
    outline: none;
    background: none;
    background-color: #968775;
    z-index: 9 !important;
}

.ui-widget-header
{
    border: none;
    background: none;
    background-color: rgb(95, 82, 67);
}

.ui-datepicker .ui-datepicker-title
{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto' , sans-serif;
}

.ui-datepicker th
{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto' , sans-serif;
}

.ui-datepicker td
{
    padding: 0;
    border: 1px solid rgb(95, 82, 67);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    padding: 4.5px 4px;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto' , sans-serif;
    background: rgba(255, 255, 255, 0.7);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto' , sans-serif;
    border: none;
    background-color: #b19656;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    color: #FFFFFF;
    font-size: 14px;
    border: none;
    background-color: #5f5243;
}

.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w
{
    background: none;
    background-image: url('../../img/prev7.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e
{
    background: none;
    background-image: url('../../img/next7.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next.ui-datepicker-prev-hover
{
    top: 2px !important;
    left: 0 !important;
    margin: 0 0 0 0 !important;
    border: none !important;
    background: none !important;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover
{
    top: 2px !important;
    right: 0 !important;
    margin: 0 0 0 0 !important;
    border: none !important;
    background: none !important;
}

.ui-state-disabled
{
    cursor: url('../../img/calendardisable.png'), pointer !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: none;
}