body { background-color:#cccecd; color:#2c2e2d; }
:root {
  --main_color: #062c20;
	--main_color_hover: #b8cc48;
}
@font-face {
  font-family: 'Glyphter';
  src: url('/fonts/Glyphter.eot');
  src: url('/fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Glyphter.woff') format('woff'),
       url('/fonts/Glyphter.ttf') format('truetype'),
       url('/fonts/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='glyphtericon-']:after{
display: inline-block;
 font-family: 'Glyphter';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale
}
.glyphtericon-golf-player:after{content:'\0041';}
.glyphtericon-golfer:after{content:'\0042';}
.glyphtericon-extras:after{content:'\0043';}
.glyphtericon-dot:after{content:'\0044';}
.glyphtericon-daylight:after{content:'\0045';}
.glyphtericon-sun:after{content:'\0046';}
.glyphtericon-daylightalt:after{content:'\0047';}
.glyphtericon-flag:after{content:'\0048';}
.glyphtericon-golf-cart:after{content:'\0049';}

a,a:hover,a:focus { color:#062c20; }
a:hover { text-decoration:underline; }

h1,h2,h3,h4,h5,h6 { color:#062c20; }
header>h1,header>h2,header>h3,header>h4,header>h5,header>h6 { margin:3px 0; }

/* Header */
body>header { background-color:#183c24; margin-bottom:10px; border-top:2px solid #b8cc48; -moz-box-shadow:0 5px 25px rgba(255,255,255,.7); box-shadow:0 5px 25px rgba(255,255,255,.7); color:#fff; }
body>header a,body>header a:hover,body>header a:focus { color:#b8cc48; }
body>header .container { position:relative; padding-left:200px; }
body>header .tophead { background-color:#062c20; height:47px; font-size:13px; }
body>header .tophead .container { padding-top:15px; }
body>header .tophead p { margin:0; }
body>header .tophead p b { color:#b8cc48; }
body>header .tophead .contacts { float:right; margin:-3px 0 0; padding:0; }
body>header .tophead .contacts > li { display:inline-block; }
body>header .tophead .contacts > li + li:before { padding:0 5px; color:#7d817f; content:"|"; }
body>header .tophead .contacts > li.customer { background-color:#b8cc48; margin:-14px 0 -14px 8px; padding:14px 10px; color:#062c20; }
body>header .tophead .contacts > li a small { color:#7d817f; font-size:1em; }
body>header .tophead .contacts > li a .mdi { display:inline-block; margin:-6px 0 -2px; color:#b8cc48; font-size:21px; }
body>header .tophead .contacts > li.customer a,body>header .tophead .contacts > li.customer a .mdi { color:#062c20; }
body>header .tophead .contacts > li + li.customer:before { display:none; }
body>header #logo { position:absolute; top:29px; left:15px; display:block; width:130px; height:84px; z-index:99; }
body>header #logo img { display:block; width:120px; height:120px; -webkit-filter:drop-shadow(0px 1px 1px rgba(0,0,0,0.4)); filter:drop-shadow(0px 1px 1px rgba(0,0,0,0.4)); }

/* Header Nav */
body>header .navbar-toggle { margin-right:6px; }
body>header .navbar-toggle .icon-bar { background-color:#fff; }
body>header .navbar-nav>li>a { padding:20px 13px; color:#fff; font-size:15px; }
body>header .navbar-nav>li>a .mdi { margin:-4px 0 -2px; }
body>header .navbar-nav>.active>a,body>header .navbar-nav>.active>a:focus,body>header .navbar-nav>.active>a:hover { background-color:#062c20; color:#b8cc48; }
body>header .navbar-nav>li>a:hover,body>header .navbar-nav>li>a:focus { background:none; color:#b8cc48; }
body>header .navbar-nav>.open>a,body>header .navbar-nav>.open>a:hover,body>header .navbar-nav>.open>a:focus { background-color:#062c20; }
body>header .dropdown-menu { background-color:#062c20; color:#fff; }
body>header .dropdown-menu a { color:#fff; }
body>header .dropdown-menu>.active>a,body>header .dropdown-menu>.active>a:hover,body>header .dropdown-menu> .active> a:focus { background-color:#062c20; color:#b8cc48; }
body>header ul.dropbtn { margin-left:-15px; }
body>header ul.dropbtn>li>a { border-radius:3px; margin:10px 0 0; padding:10px 20px; text-transform:uppercase; }

/* Home Gallery */
.homegallery { position:relative; min-height:320px; margin:-10px 0 -35px; }
.homegallery:after { display:block; position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0); background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.1))); background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); background:-o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); background:-ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); content:''; }
.homegallery .image { overflow:hidden; }
.homegallery .image img { min-height:320px; }
.homegallery>.container { position:absolute; top:0; left:0; bottom:0; right:0; z-index:1; }
.homegallery>.container .enquirybtn { float:right; margin-top:12px; opacity:.9; }
.homegallery>.container .enquirybtn:hover { opacity:1; }
.homegallery>.container .content { position:absolute; left:15px; bottom:50px; width:100%; }
.homegallery>.container h1,.homegallery>.container h2,.homegallery>.container p { color:#fff; text-shadow:1px 1px 2px rgba(0,0,0,.7); margin-bottom:25px; }
.homegallery>.container p { font-size:15px; line-height:22px; }
.homegallery>.container p>span { background-color:rgba(0,0,0,.4); padding:2px; }
.homecontent hr { border-top:1px solid rgba(0, 0, 0, 0.1); }
.homecontent a { color:#062c20; }
.homecontent .list-group .list-group-item { border:0; padding:0 16px; }
.homecontent .list-group .list-group-item .list-group-item-heading { margin:5px 0 10px; line-height:1.1em; }
.homecontent .list-group .list-group-item .row-content .least-content { top:0; }

/* Home Search */
.search .panel-body.travel-search { position:relative; padding:10px; z-index:999; }
.travel-search .mdi { position:relative; float:left; display:block; margin:5px 5px 0; font-size:28px; z-index:999; }
.travel-search .select2-container { display:block; }
.travel-search .select2-container--default .select2-selection--single { background-color:#fff; border:none; border-bottom:2px solid #fff; border-radius:0; padding:10px; }
.travel-search .select2-container--default.select2-container--open .select2-selection--single { border-color:#b8cc48; }
.travel-search .select2-container .select2-selection--single { height:46px; }
.travel-search .select2-selection__rendered { font-size:16px; }
.travel-search .select2-container--default .select2-selection--single .select2-selection__arrow { top:10px; right:4px; }

.select2-result-repository { padding-top:4px; padding-bottom:3px; }
.select2-result-repository__avatar { float:left; width:60px; margin-right:10px; }
.select2-result-repository__avatar img { width:100%; height:auto; border-radius:2px; }
.select2-result-repository__meta { margin-left:70px; }
.select2-result-repository__title { color:black; font-weight:bold; word-wrap:break-word; line-height:1.1; margin-bottom:4px; }
.select2-result-repository__description { font-size:13px; color:#777; margin-top:4px; }
.select2-results__option--highlighted .select2-result-repository__title { color:white; }
.select2-results__option--highlighted .select2-result-repository__description { color:#c6dcef; }


/* Breadcrumb */
.breadcrumb { background:none; margin-bottom:10px; font-size:12px;padding-left: 130px; }
.breadcrumb a { color:#7d817f; }
.breadcrumb .active { color:#2c2e2d; font-weight:bold; }
.breadcrumb > li + li:before { color:#7d817f; }

.enquirybtn { margin:2px 0; }
.enquirybtn>.mdi { margin:-6px 0 -3px; font-size:19px; }

/* Search */
.search { position:relative; }
.search .panel-body { padding-bottom:0; }
.search h1 { margin:7px 5px 0; font-size:24px; }
.search hr { margin:0 0 13px; }
.search form .form-group .input-group-addon { padding:6px 10px 6px 0; }
.search form .form-group label .mdi { margin:-0.1em 0; }
.search form .searchbtn { float:right; background-color:#e8ebea; border-radius:3px; margin:0; padding-right:10px; padding-left:20px; }
.search form .searchbtn>.mdi { margin:-8px 0 -4px; color:rgba(6, 44, 32, 0.84); font-size:23px; }
.search .panel-footer p { margin:3px 0; }
.search .panel-footer p>small { color:#7d817f; }
.search .panel-footer select { margin:-5px 0; }
.search .panel-footer .mapview { float:right; border-radius:3px; margin:-5px 0; padding-left:15px; padding-right:15px; }
.search .panel-footer .mapview>.mdi { margin:-8px 0 -4px; font-size:23px; }

/* Thumbnails */
.thumbnail { border:0; padding:0; }
.thumbnail img { display:block; width:100%; border-radius:3px 3px 0 0; height: 200px!important;}
.thumbnail .caption { padding:20px; }
.thumbnail header { margin-bottom:15px; }
.thumbnail header .stars { margin:-4px 0; text-align:left; }
.thumbnail header .stars>i { margin:-6px; color:#ffc107; font-size:28px; }
.thumbnail header h3,.thumbnail header h5 { margin:2px 0; }
.thumbnail header h3 { color:#062c20; margin-bottom:3px; font-size:22px; }
.thumbnail header h3 a { color:#062c20; }
.thumbnail header h5 { color:#b8cc48; text-transform:uppercase; }
.thumbnail .list-group { margin-top:-15px; }
.thumbnail .list-group>.list-group-item { border-width:1px 0 0; }
.thumbnail .list-group>.list-group-item h4 { margin-bottom:0; }
.thumbnail .info { margin:0 0 15px; }
.thumbnail .info h5 { margin:0 0 3px; color:#b8cc48; font-weight:bold; text-transform:uppercase; }
.thumbnail .info p { margin:0 0 5px; }
.thumbnail .rates { overflow:hidden; margin:0 0 10px; }
.thumbnail .rates dt { clear:both; float:left; width:90px; margin:2px 0; padding-top:5px; }
.thumbnail .rates dd { float:left; font-size:20px; }
.thumbnail .rates dd small { color:#7d817f; font-size:13px; }
.enquire { float:right; }
.thumbnail .enquire { margin:-40px 0 0; }
.enquire .btn-primary { border-radius:3px 0 0 3px; margin:0 -20px; padding-right:10px; padding-left:20px; }
.enquire .btn-primary>.mdi { margin:-6px 0 -2px; color:rgba(6, 44, 32, 0.84); font-size:21px; }

/* Owl Gallery */
.owl-carousel.travel4golf { margin-bottom:5px; overflow:hidden; }
.owl-carousel.travel4golf.main-gallery .owl-wrapper-outer { -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2); box-shadow:0 1px 2px rgba(0,0,0,0.2); }
.owl-carousel.travel4golf .owl-item { border-radius:3px; -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2); box-shadow:0 1px 2px rgba(0,0,0,0.2); overflow:hidden; }
.owl-carousel.travel4golf .owl-buttons { position:absolute; top:50%; left:0; width:100%; height:0; background:transparent; }
.owl-carousel.travel4golf .owl-controls .owl-buttons div { display:none; position:absolute; top:0; margin-top:-40px; width:50px; height:50px; padding:1px 0 0; font-size:22px; -webkit-border-radius:50px; -moz-border-radius:50px; border-radius:50px; background:#000; line-height:50px; }
.owl-carousel.travel4golf .owl-controls .owl-buttons div .mdi { margin:-4px 0 -1px; line-height:1; vertical-align:middle; }
.owl-carousel.travel4golf .owl-controls .owl-buttons .owl-prev { display:inline-block; left:-10px; }
.owl-carousel.travel4golf .owl-controls .owl-buttons .owl-next { display:inline-block; right:-10px; }
.owl-carousel.travel4golf .owl-controls .owl-page span { background:#7d817f; }
.owl-carousel.travel4golf .img-responsive { width:100%; }

/* Page Content */
.headpage header { padding:0 120px 0 15px; }
.headpage header h1 { margin:3px 0; }
.headpage header h4 { margin:0; color:#b8cc48; text-transform:uppercase; }
.headpage .description { margin-top:10px; padding:0 15px; }
.headpage .description p.lead,.headpage .description p { margin-bottom:10px; }
.headpage header .stars { float:left; margin:0 10px 0 3px; }
.headpage header .stars>i { margin:-6px -7px; color:#ffc107; font-size:28px; }
.headpage .enquire { margin:-7px 5px; }
article.panel-body { padding:35px 40px; }
article.panel-body header { padding-bottom:15px; }
article.panel-body header h2 { margin:0; color:#b8cc48; font-size:20px; text-transform:uppercase; }
article.panel-body header h4 { margin:0; color:#b8cc48; text-transform:uppercase; }
article ul { list-style-position:inside; padding-left:0; }
section.panel hr { margin:0; }

/* Golf Course Page */
.clogo { float:left; height:90px; margin:-10px 15px -10px 0; }
.cmap dt { text-align:center; }
.cmap dd { position:relative; width:100%; height:0; border:1px solid #e8ebea; border-radius:100%; margin-top:10px; padding-top:100%; overflow:hidden; }
.cmap dd img { position:absolute; top:0; width:100%; }

/* Google Map */
#gmap { height:360px; }

/* Sidebar Listing */
.sidelist .panel-heading .enquire .btn-primary { margin:-40px -15px 0; }
.sidelist .panel-heading>.list-group-item-heading { margin:3px 0; }
.sidelist .panel-heading>.list-group-item-heading a { color:#062c20; }
.sidelist .panel-heading a.btn-fab { width:46px; height:46px; padding:10px; }
.sidelist .list-group .list-group-item>.image { margin:-10px -15px 10px; }
.sidelist .list-group .list-group-item .row-content { position:relative; width:100%; min-height:0; }
.sidelist .list-group .list-group-item .row-content .least-content { top:0; right:0; }
.sidelist .list-group .list-group-item .row-content .least-content big { color:#2c2e2d; }
.sidelist .list-group .list-group-item .list-group-item-heading { margin:3px 0; line-height:1.1em; }
.sidelist .list-group .list-group-item .list-group-item-text { margin:0; color:#7d817f; font-size:13px; }
.sidelist .list-group .list-group-item header h6 { color:#b8cc48; text-transform:uppercase; }
.sidelist .list-group .list-group-item a.nolink { cursor:default; }
.sidelist .list-group .list-group-item .details>hr { margin:10px 0; }
.sidelist .list-group .list-group-item .details>h5 { list-style:none; margin:0; padding:0 0 10px; }
.sidelist .list-group .list-group-item .details>ul { list-style:none; margin:0; padding:0 0 10px; }
.sidelist .list-group .list-group-item .details>ul>li { padding:3px 10px; }
.sidelist .list-group .list-group-item .details>ul>li:nth-child(odd) { background-color:#e8ebea; }
.sidelist .list-group .list-group-item .details>ul>li>strong { display:inline-block; width:90px; }
.sidelist .list-group a.list-group-item h5 { color:#062c20; }
.sidelist .list-group a.list-group-item:hover { background-color:#f2f4f3; }
.sidelist .list-group a.list-group-item:hover h5 { text-decoration:underline; }
.sidelist .list-group a.list-group-item .list-group-item-text b { color:#b8cc48; font-weight:normal; text-transform:uppercase; }


/*------------------*/
/*--- Green Fees ---*/
/*------------------*/
.greenfees { width:100%; margin:0 0 15px; }
.greenfees td { color:#222; font-size:20px; text-align:center; vertical-align:middle; }
.greenfees th { background-color:#b8cc48; text-align:center; padding:8px 15px; }
.greenfees th.month { width:15%; }
.greenfees .enquire .btn-primary { margin:0; }
.greenfees tbody tr:nth-child(odd) { background-color:#eee; }
.greenfees thead .rowtitle { width:28%; text-align:left; padding-left:15px; }
.greenfees tbody .rowtitle { width:28%; font-size:18px; text-align:left; padding:8px 15px; }
.greenfees .special td { color:#7d9300; }
.greenfees .special .rowtitle { padding-left:20px; font-size:16px; }


/*-----------------*/
/*--- Transfers ---*/
/*-----------------*/
.airporttransfers { float:right; width:280px; margin:0 0 20px 30px; }
.airporttransfers td { background-color:#eee; border:1px solid #fff; padding:8px 12px; font-size:12px; line-height:1; text-align:center; }
.airporttransfers thead td { background-color:#142e25; color:#fff; font-weight:bold; vertical-align:middle; }
.airporttransfers .title { background-color:#ccc; text-align:left; color:#000; }
.citytransfers { width:100%; margin-bottom:20px; }
.citytransfers td { border:1px solid #fff; font-size:12px; line-height:1; text-align:center; }
.citytransfers .title { background-color:#142e25; color:#fff; font-weight:bold; vertical-align:middle; }
.citytransfers .cities { height:12px; background-color:#ccc; padding:8px; color:#000; font:9px Verdana; text-align:right; }
.citytransfers .cities_vert { background-color:#ccc; padding:14px 4px 0; text-align:center; vertical-align:bottom; }
.citytransfers .kms { height:12px; background-color:#d6e0db; padding:8px 0; }
.citytransfers .kms:hover { color:#000; font-weight:bold; }

.transfers_filter ul { list-style:none; margin:0; padding:0 10px; overflow:hidden; }
.transfers_filter ul li { float:left; padding:5px; }
.transfers_filter label { display:inline-block; padding:7px 5px 0 0; }
.transfers_filter select { display:inline-block; border:none; border-radius:3px; padding:3px; }
.transfers * { box-sizing:border-box; }
.transfers .box { position:relative; margin-top:1px; }
.transfers .box:after { clear:both; display:block; height:0; content:''; overflow:hidden; }
.transfers .box:nth-child(odd) { background-color:#eee; }
.transfers .box .titles { float:left; width:40%; height:52px; padding:11px 20px; }
.transfers .box .branco{ background-color:#FFF; }
.transfers .box .titles h4,.transfers .box .titles h6 { margin:0; }
.transfers .box .titles h6 { color:#b8cc48; }
.transfers .box .pricetable { float:left; width:60%; margin:0; }
.transfers .box .pricetable table { margin:0; }
.transfers .box .pricetable table td { border-width:0 1px; }
.transfers .box .pricetable .period { padding:1px 0; }
.transfers .box .pricetable .price { height:36px; font-size:18px; line-height:34px; }
.transfers .box .btn { position:relative; margin-left:2px; padding-right:36px; font-weight:bold; text-decoration:none; }
.transfers .box .btn i.ico-shoppingcart { position:absolute; top:3px; right:12px; font-size:22px; }
/* PriceTable */
.transfers .pricetable table { width:100%; color:#fff; text-align:center; }
.transfers .pricetable table td { vertical-align:middle; border:1px solid #fff; padding:0; }
.transfers .pricetable .period { background-color:#cccecd; padding:3px 0; font-size:12px; color:#fff; }
.transfers .pricetable .price { height:54px; color:#222; font-size:22px; line-height:52px; }
.transfers .pricetable .price .cell { float:left; width:50%; border-left:1px solid #fff; padding:10px 0 8px; font-size:18px; line-height:17px; }
.transfers .pricetable .price .cell:first-child { border:0; }
.transfers .pricetable .price .cell small { display:block; font-size:11px; font-weight:bold; }

/*--------------------*/
/*--- Golf Rentals ---*/
/*--------------------*/
.golfrentals { width:100%; margin:0; }
.golfrentals.table>tbody>tr>td { background-color:#eee; padding:8px 6px; font-size:16px; line-height:1; text-align:center; vertical-align:middle; }
.golfrentals.table>thead>tr>th { color:#7d817f; font-size:14px; }
.golfrentals.table>thead>tr>th.title { width:40%; padding:8px 0; color:#b8cc48; text-align:left; }
.golfrentals.table>tbody>tr>td.title { width:40%; padding:8px 0; background-color:#fff; font-size:14px; text-align:left; color:#7d817f; }
.golfrentals.table>tbody>tr>td.title strong { color:#2c2e2d; }

/*----------------*/
/*--- Pop Over ---*/
/*----------------*/
.popover-content { text-align:center; }

.table .btn-group { margin:0; }
.table .mdi { display:inline; font-size:1em; line-height:1em; }


/* Footer */
.footertopbg { background:url(/imgs/main/footertopbg.png) bottom center no-repeat; padding-top:80px; }
.footertopbg .row { position:relative; }
.footertopbg .staff,.footertopbg .map { position:absolute; bottom:0; max-width:33%; }
.footertopbg .staff { left:15px; }
.footertopbg .map { right:0; }
.footertopbg .panel { position:relative; z-index:1; }
.footertopbg .panel:before { display:block; content:''; position:absolute; left:-140px; top:120px; width:0; height:0; border-style:solid; border-width:20px 140px 5px 0; border-color:transparent #ffffff transparent transparent; }
.footertopbg .panel>.panel-body { padding:20px 25px; }
.footertopbg .panel>.panel-body .name { padding-top:5px; }
.footertopbg .panel>.panel-body .name b { color:#062c20; }
.footertopbg .panel>.panel-body .name .mdi { color: #b8cc48; }

footer { background-color:#2c2e2d; color:#7d817f; }
footer>.container { padding-top:40px; padding-bottom:40px; }
footer>.container h4,footer>.container h4 a { color:#b8cc48; }
footer>.container a { color:#fff; }
footer>.container ul { padding-left:16px; }
footer>.container ul.small a { color:#7d817f; }
footer>.container p>.mdi { display:inline-block; margin:-6px 0 -2px; color:#b8cc48; font-size:21px; }
footer .copy { background-color:rgba(0,0,0,.2); padding:60px 0; color:#7d817f; font-size:13px; }
footer .copy .logos { float:right; margin:-25px 0; padding:0 10px; }
footer .copy .logos a { opacity:.7; }
footer .copy .logos a:hover { opacity:1; }

/* Mail Chimp */
.mc-field-group div.mce_inline_error { padding:5px 0; color:#d23f30; font-size:.9em; }
#mce-responses .response { padding:5px 0; font-size:.85em; }
#mce-responses .response #mce-error-response { color:#d23f30; }
#mce-responses .response #mce-success-response { color:#b8cc48; }

/* Modal */
.modal .img-responsive { margin:auto; }
.modal-title { line-height:1.25; }
.modal-header h5 { color:#b8cc48; text-transform:uppercase; }
.modal-header .mdi { margin:-6px 0; }
#modal-gmap { height:480px; background-color:#eee; margin-top:24px; }

.btn_time, .btn_pax{
  	display: none;
}
.selected{
	background-color: #5e6e01 !important;
}
.selected_item{
	display: inline-block!important;
}
/* Cookies Banner */
#cookies_fixed{position: fixed; right: 0; bottom: 0; left: 0; z-index: 99999;}
#cookies_banner{background-color: #183c24; padding: 15px; max-width: 900px; display: block; margin: 0 auto;}
.cookies_txt{color: #FFF; display: table-cell; vertical-align: middle; padding-right:15px;}
.cookies_txt_a{color: #FFF; text-decoration: underline; white-space: nowrap;}
.cookies_txt_a:hover, .cookies_txt_a:focus, .cookies_txt_a:active, .cookies_txt_a:active:hover {color: #b8cc48; text-decoration: none;}
.cookies_bts {display: table-cell;}
.cookies_accept {background-color: #fff !important; background-color: #FFF; border: 2px solid #183c24; color: #183c24; border-radius: 25px; width: 165px; font-size: 18px; font-weight: 600; text-transform: capitalize; padding: 10px 15px; margin-top: 0; margin-bottom: 10px;}
.cookies_accept:hover, .cookies_accept:focus, .cookies_accept:active, .cookies_accept:active:hover {background-color: #b8cc48 !important; border-color: #b8cc48 !important; color: #FFF !important; border-radius: 25px;}
.cookies_reject {font-size: 12px; color: #FFF; text-decoration: underline; white-space: nowrap; margin-bottom: 0; display:block;}
.cookies_reject:hover, .cookies_reject:focus, .cookies_reject:active, .cookies_reject:active:hover {color: #b8cc48; text-decoration: none;}
/*FIM Cookies Banner */
@media (max-width: 768px) {
  
  .homegallery { min-height:480px; }
  .homegallery .image img { max-width:none; min-height:480px; }
  .homegallery>.container .content { width:auto; }
  .homegallery>.container h1 { font-size:28px; }
  
  body>header .tophead .contacts > li { margin-left:5px; }
  body>header .tophead .contacts > li a .mdi { font-size:26px; }
  body>header .tophead .contacts > li + li:before { display:none; }
  body>header .tophead .contacts > li.customer { margin:-12px 0 -12px 8px; padding:12px 10px 9px; }

  body>header .container { padding-left:15px; }
  
  .footertopbg { padding-top:20px; }
  .footertopbg .panel { margin-bottom:160px; }
  .footertopbg .panel:before { display:none; }
  .footertopbg .staff,.footertopbg .map { max-width:50%; }
  /* Cookies Banner */
  .cookies_txt {display: block; padding-right: 0; margin-bottom: 15px;}
  .cookies_bts {display: block;}
  .cookies_accept {float: left; width: 145px; font-size: 15px; margin-bottom: 0; margin-right: 15px;}
  .cookies_reject {float: right; margin-top: 14px; margin-bottom: 0;}
  /*FIM Cookies Banner */
}
@media (min-width: 768px) and (max-width: 991px) {
  
  .homegallery .image img { max-width:none; }
  .homegallery>.container .content { width:auto; }
  
  .listing>.col-sm-6:nth-child(2n+1) { clear:both; }
  .listing>.col-sm-4:nth-child(3n+1) { clear:both; }

}
@media (min-width: 991px) and (max-width: 1200px) {
  
  .homegallery>.container .content { width:auto; }

}
@media (min-width: 992px) {
  .thumbnail img { height: 200px!important;}
  .listing>.col-md-4,.listing>.col-md-3 { clear:none; }
  .listing>.col-md-4:nth-child(3n+1) { clear:both; }
  .listing>.col-md-3:nth-child(4n+1) { clear:both; }
  
}

@media (max-width: 991px) {
  .navbar-header { float: none; }
  .navbar-toggle { display: block; }
  .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
  .navbar-collapse.collapse { display: none!important; }
  .navbar-nav { float: none!important; margin: 7.5px -15px; }
  .navbar-nav>li { float: none; }
  .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
  .navbar-text { float: none; margin: 15px 0; }
  .navbar-collapse.collapse.in { display: block!important; }
  .collapsing { overflow: hidden!important; }
  
  body>header .navbar-nav>li>a { padding-top:10px; padding-bottom:10px; }
}

.ApiReservations{
  margin:0px;
  font-size: 14px;
}
.ApiReservations .advise{
  padding-left: 7px;
  text-align: left !important;
}
.ApiReservations .hint{
  font-size:11px;
  color:rgb(168, 162, 162);
}
.ApiReservations .item{
  display:flex;
}
.ApiReservations .item_players{
  margin:3px 0px;
  padding:7px;
  border:1px solid black;
  bottom: 6px; 
  position: relative;
}
.ApiReservations .item_wraper{
	background:white;	
	margin:2px;
	padding:5px;
	cursor:pointer;	
	color:var(--main_color);
  border: unset !important;
}
.ApiReservations .item_wraper:hover{
	background:var(--main_color);
	color:#FFF;
}
.ApiReservations .mbody{
  margin:5px;
  border-bottom:1px solid rgb(78, 76, 76);
}
.ApiReservations .mbody_alt{
  margin:5px;
  border-bottom:1px solid rgb(78, 76, 76);
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ApiReservations .mbody_alt_col{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.ApiReservations .notes{
  margin-left: 25px;
  min-width: 100px;
  padding:5px;
  display:none;
  z-index:10;
  position:absolute;
  background:rgb(96, 69, 45);
  margin-top:-33px;
}
.ApiReservations .player{
  font-size:24px;
}
.ApiReservations .selectedTime{
  background:rgb(10, 102, 2)!important;
  color:white!important;
}
.ApiReservations .time_wraper_players{
	font-size:18px;	
  margin-bottom: 10px;
}
.ApiReservations .time_wraper{
	border:solid 1px var(--main_color_hover);
	background:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:2px;
	padding:5px;
	cursor:pointer;
	text-align:left;
	color:var(--main_color);
}
.ApiReservations .time_wraper:hover{
	background:var(--main_color);
	color:#FFF;
}
.ApiReservations .time_wraper_selected{
	border:solid 1px var(--main_color_hover);
	background:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:2px;
	padding:5px;
	cursor:not-allowed;
	text-align:left;
	color:red;
}
.ApiReservations .time_date{
  font-size: 16px;
  font-weight:bold;
  color:var(--main_color);
  text-align: right;
}
.Golfpack{
  padding: 1px;
}
.Golfpack .course{
  font-size: 14px;
  text-transform: uppercase;
  color: var(--main_color_hover);
  text-align: left;
}
.Golfpack .icon{
  padding: 5px;
  cursor: pointer;
  font-size: 21px;
  vertical-align: middle;
}
.Golfpack .player{
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font-size: 15px;
}
.Golfpack .player:hover{
	background:var(--main_color);
	color:#FFF;
}
.Golfpack .players{
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
.Golfpack .time{
  border-bottom:1px solid #ccc;
  font-size: 16px;
}
.Golfpack .time_date{
  font-size: 14px;
  font-weight:bold;
  color:var(--main_color);
  text-align: right;
}
.Golfpack .time_wraper{
	border:solid 1px var(--main_color_hover);
	background:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:2px;
	padding:5px;
	text-align:left;
	color:var(--main_color);
}
#items_wrapper{
  display: none;
}
#modal_button_back{
  display: none;
}
.preco_riscado { 
	background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 45%, #8a8a8a 50%, transparent 55%, transparent 100%);
}
.preco_riscado_total { 
	background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 45%, var(--main_color) 50%, transparent 55%, transparent 100%);
}
.ml-0{
  margin-left: 0px!important;
}
.mr-0{
  margin-right: 0px!important;
}
.mb-10{
  margin-bottom: 10px!important;
}
.pl-0{
  padding-left: 0px!important;
}
.pr-0{
  padding-right: 0px!important;
}
.pl-xs-0{
  padding-left: 15px;
}
.pr-xs-0{
  padding-right: 15px;
}
.b1{
  border: #000 1px solid;
}
.error_hint{
  font-size: 12px;
  color: #d23f30;
}
.hint{
  font-size: 12px;
  color: #7c7a79;
}
.error{
  font-size: 14px;
  color: #d23f30;
}
.success{
  color: #30d266;
}
.hotel_book_now .book {
  opacity: 0;
  position: absolute;
  transition-duration: .3s;
}
.hotel_book_now .price {
  opacity: 1;
  position: relative;
  transition-duration: .3s;
}
.hotel_book_now:hover .price {
  opacity: 0;
  transition-duration: .3s;
}

.hotel_book_now:hover .book {
  opacity: 1;
  transition-duration: .3s;
}
#rooms_loader{
  max-height: 60vh;
  overflow: auto;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
 #snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1060; /* Add a z-index if needed */
  right: 50px; /* Center the snackbar */
  top: 160px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 130px; opacity: 0;}
  to {top: 160px; opacity: 1;}
}

@keyframes fadein {
  from {top: 130px; opacity: 0;}
  to {top: 160px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 160px; opacity: 1;}
  to {top: 130px; opacity: 0;}
}

@keyframes fadeout {
  from {top: 160px; opacity: 1;}
  to {top: 130px; opacity: 0;}
} 

.shopping{
  padding-top: 5px;
  padding-bottom: 5px;
}
.Resume{
  font-size: 18px;
}
.Resume .row{
  margin: 15px -15px;
}
@media (max-width: 690px)  {
  #items_wrapper{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .ApiReservations .mbody_alt{
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .ApiReservations .time_date{
    font-size: 15px;
  }
  .pl-xs-0{
    padding-left: 0px!important;
  }
  .pr-xs-0{
    padding-right: 0px!important;
  }
  .ApiReservations .player{
    font-size:16px;
  }
  #snackbar {
    right: auto;
    left: 50%;
  }
  .list-group-item-heading{
    font-size: 15px!important;
  }
  .shopping{
    border-bottom: rgb(156, 155, 155) 1px solid;
  }
  .breadcrumb{
    display: none;
  }
}
