/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08 15, 18, 7:03:30 PM
    Author     : MARK ERICSON PEDRIDO
*/
body{
    background-color:#85B2F1 !important;
    /*background-image: url(../images/borabgd.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto auto;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;*/
}

.headerTop{
    width:100%;
    text-align: center;
    border-bottom: 1px solid #333;
background: rgb(23,77,144);
background: -moz-linear-gradient(0deg, rgba(23,77,144,1) 0%, rgba(18,104,179,0.7) 42%);
background: -webkit-linear-gradient(0deg, rgba(23,77,144,1) 0%, rgba(18,104,179,0.7) 42%);
background: linear-gradient(0deg, rgba(23,77,144,1) 0%, rgba(18,104,179,0.7) 42%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#174d90",endColorstr="#1268b3",GradientType=1);

    background-position:left center;
    background-repeat:no-repeat;
    background-size:auto 100%;
}
.logoHere{
    width:45%;
    display:inline-block;
    vertical-align: middle;
    text-align: left;
}
.logoHere img{
    max-width: 250px;
}
.rightLinks{
    width:53%;
    display:inline-block;
    vertical-align: middle;
}
.langflag{
    width:98%;
	height:25px;
	padding:5px 0;
    text-align: right;
}
.adverts{
    width:98%;
	padding:10px 0;
    text-align: right;
}
.adverts a{
    color:#fff;
    text-decoration: none;
    font-size:2.1em;
    font-family: 'Baloo', cursive;
}
.adverts a:hover{
    color:#edde34;
    text-decoration: none;
    text-shadow: rgb(0, 0, 0) -1px 0px 4px,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000; text-align: center !important;
}
.headnav ul{
    list-style-type:none;
    font-family: 'Alegreya Sans SC', sans-serif;
}
.headnav li{
	float:right;
}
.headnav li a{
	display:block;
	padding:0.3125em 1.25em 0 0;
	color:white;
	text-decoration:none;
	font-size:0.875em;
}
.headnav li a:hover{
	color:#8AEFF9;	
}

.defaultMode{
    
}
.mobileMode{
   display:none !important; 
}

/*-------------TABS----------------*/
.nav-tabs li a{
    color:#fff;
}
.nav-tabs li a:hover{
    color: #333;
}

/*-------------SIDE BAR------------*/
.desktopSidebar{
    width:20%;
    max-width:200px;
    display:inline-block;
    vertical-align: top;
}
.desktopBanner{
    width:80%;
    display:inline-block;
    vertical-align: top;

}
ul.sidebarSet{
    list-style-type:none;
    font-family: 'Alegreya Sans SC', sans-serif;
    padding:0;
    margin-right:5px;
}
ul.sidebarSet li{

}
ul.sidebarSet li a{
    display:block;
    padding:5px;
    color:white;
    text-decoration:none;
    font-size:1.2em;
    text-align: right;
}
ul.sidebarSet li a:hover{
    background: rgb(3, 41, 99);
    color:#F6C412;
}
/*-------------AWARDS--------------*/
#awardWrap{
    width:100%;
    text-align:center !important;
    background: rgb(3,4,7);
background: -moz-linear-gradient(0deg, rgba(3,4,7,0.6617997540813201) 0%, rgba(140,140,141,0.6113795860140931) 12%, rgba(255,255,255,0.7878501742493873) 24%, rgba(255,255,255,0.5973739837731968) 100%);
background: -webkit-linear-gradient(0deg, rgba(3,4,7,0.6617997540813201) 0%, rgba(140,140,141,0.6113795860140931) 12%, rgba(255,255,255,0.7878501742493873) 24%, rgba(255,255,255,0.5973739837731968) 100%);
background: linear-gradient(0deg, rgba(3,4,7,0.6617997540813201) 0%, rgba(140,140,141,0.6113795860140931) 12%, rgba(255,255,255,0.7878501742493873) 24%, rgba(255,255,255,0.5973739837731968) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030407",endColorstr="#ffffff",GradientType=1);
    padding:20px 0;
}
.awardWrap{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}
.awardWrap h2{
    font-size:2.5em;
    margin:0;
    font-weight:normal;
    color:#fff;
    font-family: 'Baloo', cursive;
    text-shadow: rgb(0, 0, 0) -1px 0px 4px,-1px 1px 0 #000,1px -1px 0 #000,1px 1px 0 #000; text-align: center !important;
}
.awardBox{
    width:160px;
    height:200px;
    display:inline-block;
    vertical-align:top;
    text-align:center !important;
    padding:5px;
}

/*----------------------BOOKING--------------------*/
.bookingHead{
	padding:5px 15px; width:80%; font-family:arial,helvetica,sans-serif; font-size:1.4em; margin:10px auto 0 auto; background-color:#589442; color:#fff; text-align:center;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.bookingFrame{
	padding:10px 15px; width:80%; background-color:#fff; font-size:.8em; margin:0 auto; height:65%; overflow:hidden; overflow-y:auto;
}

/*CONTAINER*/
.containerWrapper{
    width:98%;
    max-width:1200px;
    margin:10px auto 10px;
background: rgb(23,77,144);
background: -moz-linear-gradient(0deg, rgba(23,77,144,0.7) 87%, rgba(23,77,144,1) 98%);
background: -webkit-linear-gradient(0deg, rgba(23,77,144,0.7) 87%, rgba(23,77,144,1) 98%);
background: linear-gradient(0deg, rgba(23,77,144,0.7) 87%, rgba(23,77,144,1) 98%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#174d90",endColorstr="#174d90",GradientType=1);
color:#fff;
font-family: 'Alegreya Sans', sans-serif;
}
.contentText{
    padding:20px !important;
}
.contentText h2{
    font-size:1.8em;
}
.contentText .insideText{
    font-size:1.2em;
}
.inlineSet{
    display:inline-block;
    float:none !important;
}
.inlineSetTop{
    display:inline-block;
    float:none !important;
    vertical-align:top;
}
.inlineSetMid{
    display:inline-block;
    float:none !important;
    vertical-align: middle;
}
.margCenter{
    margin:0 auto !important;
}
.margTop5{
    margin-top: 5px !important;
}
.margTopBot{
    margin: 5px 0 !important;
}
.margTopBot10{
    margin: 10px 0 !important;
}
.margTopBot20{
    margin: 20px 0 !important;
}
.margSet2{
    margin: 2px !important;
}
.margSet5{
    margin: 5px !important;
}
.padSet2{
    padding:2px !important;
}
.padSet5{
    padding:5px !important;
}
.padSet10{
    padding:10px !important;
}
.padSet510{
    padding:5px 10px !important;
}
.padSetTop5{
    padding:5px 0 0 !important;
}
.padSetTop10{
    padding:10px 0 0 !important;
}
.padSetTopBot10{
    padding:10px 0 !important;
}
.margBot{
    margin-bottom: 10px;
}
.noMargin{
    margin:0 !important;
}
.noPadding{
    padding:0 !important;
}
#noMargin{
    margin:0;
}
#noPadding{
    padding:0;
}

.midFonts{
    font-size: 1.3em;
}
.text-white{
    color:#fff !important;
}
.text-yellow{
    color:yellow !important;
}
b.text-ltgreen{
    color:#33CC33 !important;
}
.text-ltgreen{
    color:#33CC33 !important;
}
b.text-green, .text-green{
    color:#39B314 !important;
}
b.text-gray{
    color:#595959 !important;
}
img.box-shadow{
-webkit-box-shadow: 0px 0px 15px 1px rgba(51, 204, 51,0.75);
-moz-box-shadow: 0px 0px 15px 1px rgba(51, 204, 51,0.75);
box-shadow: 0px 0px 15px 1px rgba(51, 204, 51,0.75);
}
.normalbox-shadow{
-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
}
.anglebox-shadow{
-webkit-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.55);
}
#menuMobile{
    display: none !important;
}
.text_shadow{
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .75);
}
.iconMargin{
    display: inline-block !important;
    margin:0 20px 0 0;
}

/*------PROMO---------*/
.promoWidth{
    width:48%;
}
.wallBanner{
    width:100%;
    min-height:230px;
    height:auto;
    padding:10% 5% 10%;
    text-align: center;
    background-color: #9AEFA3;
}
.highLightPromo{
    text-shadow: rgb(240, 240, 240) -1px 0px 4px,-1px 1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff;
    font-size:2em;
}

/*------INTRO SLIDER------*/
h2.wordStyle{
    font-size:3.8em; font-family: 'Alegreya Sans SC', sans-serif;
}
p.wordStyle{
    font-size:2.2em; font-family: 'Montserrat', sans-serif;
}

.slideTextLeft{
    width: 1200px !important;
    position:absolute;top:20%;left:7%;width:100%;padding:10px;z-index:0;color:#000;text-shadow: rgb(240, 240, 240) -1px 0px 4px,-1px 1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff;text-align: left !important;
}
.slideTextLeft h2.wordStyle, .slideTextLeft p.wordStyle{
    text-align: left !important;
}
.slideTextRight{
    width: 1200px !important;
    position:absolute;top:20%;right:7%;width:100%;padding:10px;z-index:0;color:#000;text-shadow: rgb(240, 240, 240) -1px 0px 4px,-1px 1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff; text-align: right !important;
}
.slideTextRight h2.wordStyle, .slideTextRight p.wordStyle{
    text-align: right !important;
}
.slideTextCenter{
    width: 1200px !important;
    position:absolute;top:40%;right:7%;width:100%;padding:10px;z-index:0;color:#000;text-shadow: rgb(240, 240, 240) -1px 0px 4px,-1px 1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff; text-align: center !important;
}
.slideTextCenter h2.wordStyle, .slideTextCenter p.wordStyle{
    text-align: center !important;
}

.setWidth700{
    width:800px;
    display: inline-block;
}
.breakLine{
    width:100%;
    height:20px;
}

.blurImage{
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}

/*PAGE STILL BANNER*/
.still-map-wrap{
    width:100%;
    height:400px;
    min-height:200px;  
}
.still-banner-wrap{
    position:relative;
    width:100%;
    height:400px;
    min-height:150px;
    overflow:hidden;
    
}
.still-banner-wrap img{
    position:absolute;
    top: -25%;
}
.still-banner-wrap h2.wordStyleP{
    position:absolute;top:35%;right:0;width:100%;padding:10px;z-index:0;color:#000;text-shadow: rgb(240, 240, 240) -1px 0px 4px,-1px 1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff; text-align: center !important;
    font-size:5.5em;
    font-family: 'Alegreya Sans SC', sans-serif;
    
}

/*NAVIGATION*/
.rightSideMenuN ul{
    list-style-type: none;
    margin: 0;
}
.rightSideMenuN ul li{
    display: inline-block;
}
.rightSideMenuN ul li a{
    font-family: 'Montserrat', sans-serif;
    display: block;
    width:100%;
    padding:30px 10px;
    color:#333;
    font-size: .95em;
    text-decoration: none;

}
.rightSideMenuN ul li a:hover{
    background-color: #39B314;
    color:#fff;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

/*----------MOBILE MENU------------*/
.absoluteMenu{
    position:fixed !important;
    top:10px;
    right:10px;
    z-index:888;
}

/*HEADER*/
#topheader{
    width:100%;
}
#topheader h1{
    margin:12px 0 0;
    font-family: 'Maven Pro', sans-serif;
    font-size:2.5em;
    font-weight: bold;
}
.headTitle{
    color: #39B314;
    font-size:1.8em;
    margin:0 0 5px;
}
.headPar{
    font-size:1.2em;
    line-height: 20px;
}
.textPar{
    font-size:1.1em;
    line-height: 20px;
}
.textStd{
    font-size:1em;
}
.textMid{
    font-size:1.1em;
}
.textMid5{
    font-size:1.4em;
}
.textBig{
    font-size:1.8em;
}
.absoluteMenu{
    position: fixed;
    top:8px;
    right:8px;
    z-index: 888;
}
.heightMax200{
    min-height:180px !important;
}

/*CONTENTS*/
.slab-font{
    font-family: 'Zilla Slab', serif;
}
.btn-font{
    font-family: 'Montserrat', sans-serif;
}
.btn-margHt{
    margin:15% auto 20%;
}
.noBorder{
    border:none !important;
}
.dangerBorder{
    border-bottom:1px solid red !important;
}
.border-bottom{
    border-bottom:1px solid #E4E4E4;
}
.border-right{
    border-right: 1px solid #E4E4E4;
}
.border-left{
    border-left: 1px solid #E4E4E4;
}
a.bg-ltgreen{
    background-color: #33CC33 !important;
}
a.bg-ltgreen:hover{
    background-color: #39B314 !important;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
a.bg-dkgreen{
    background-color: #267742 !important;
}
a.bg-dkgreen:hover{
    background-color: #1D2C20 !important;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.bg-ltgreen{
    background-color: #33CC33 !important;
}
.bg-ltgray{
    background-color: #eee !important;
}
.bg-green{
    background-color: #39B314 !important;
}
.bg-white{
    background-color: #FFF !important;
}
.open-container{
    background-color: #fff;
    width:100%;
    padding:30px 0;
}
.middle-container{
    background-color: #F4F4F4;
    width:100%;
    padding:30px 0;
}
.lineHeight{
    line-height:24px;
}
.lineHeight30{
    line-height:30px;
}

.priceText{
    font-size:1.2em;
}
.still-map-wrap{
    width:100%;
    height:400px;
    min-height:200px;  
}
.widthMax{
    width:100% !important;
}

/*------MASONRY-------------*/
/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 32%; margin-bottom: 10px;}
/* 2 columns */
.grid-item--width2 { width: 40%; }



/*------GALLERY-------------*/
.imageOverflow{
    width:100%;
    height:150px;
    margin: 0 auto 5px auto;
    background: #fff;
    overflow:hidden;
    text-align: center;
    position: relative;
}
.imageOverflow img{
    position:absolute;
    max-width:350px !important;
    bottom: 0;
}
.imgFloat{
    display: inline-block;
    vertical-align: middle;
}
.imageBox img{
    display: inline-block;
    vertical-align: middle;
    margin:auto;
    position: relative;
}

.imageOverflowS{
    height:180px;
    margin: 0 auto 5px auto;
    background: #fff;
    overflow:hidden;
    text-align: center;
    position: relative;
}
.imageOverflowS img{
    position:absolute;
    max-width:350px !important;
    bottom: -5%;
}
.imgSFloat{
    display: inline-block;
    vertical-align: middle;
}
.imageOverflowCard{
    width:100%;
    height:200px;
    margin: 0 auto 5px auto;
    background: #fff;
    overflow:hidden;
    text-align: center;
    position: relative;
}
.imageOverflowCard img{
    position:absolute;
    max-width:380px !important;
    bottom: -20%;
}

/*------RIBBONSET-----------*/
.box {
  position: relative;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#195C03 0%, #368A18 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #368A18;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #368A18;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #368A18;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #368A18;
}

/*FOOTER*/
#footerWrapper{
    padding:20px 10px;
    /*background-color: #1D2C20;*/
    background: rgb(31,31,84);
background: -moz-linear-gradient(0deg, rgba(31,31,84,0.7962535355939251) 0%, rgba(31,31,84,0.8) 77%, rgba(11,20,47,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(31,31,84,0.7962535355939251) 0%, rgba(31,31,84,0.8) 77%, rgba(11,20,47,1) 100%);
background: linear-gradient(0deg, rgba(31,31,84,0.7962535355939251) 0%, rgba(31,31,84,0.8) 77%, rgba(11,20,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1f54",endColorstr="#0b142f",GradientType=1);
    color:#fff;
    font-family: 'Montserrat', sans-serif;
}
.footWrapInside{
    width:100%;
    max-width:1100px;
    margin: 0 auto;
}
#footerWrapper p{
    font-size:.8em;
    text-align:center;
    margin: 0;
}
#footerWrapper p a{
    color:#edde34;
}
.footTitle{
    font-size:1.5em;
    margin:0 0 10px;
    display: block;
}
#footerWrapper ul{
    list-style-type: none;
    padding: 0 0 0 10px;
}
#footerWrapper ul li.soloText{
    font-size:1.1em;
    display: block;
    padding:5px 10px;
}
#footerWrapper ul li a{
    font-size:1.1em;
    display: block;
    color: #fff;
    text-decoration: none;
    padding:2px 0;
}
#footerWrapper ul li a:hover{
    color:orange;
}

/*------RESPONSIVENESS------*/
@media screen and (max-width:1024px){
    .desktopBanner{
        width:78%;
    }
}
@media screen and (max-width:980px){
    
}
@media screen and (max-width:900px){
    .defaultMode{
        display:none !important; 
    }
    .mobileMode{
       display:inline-block !important;
    }
    .desktopSidebar{
        display:none !important;
    }
    .desktopBanner{
        width:100% !important;
    }
}
@media screen and (max-width:800px){
    
}
@media screen and (max-width:640px){
    .adverts a{
        font-size:1.7em;
    }
    .tableWidth{
        width:700px !important;
    }
}
@media screen and (max-width:600px){
   
    
}
@media screen and (max-width:480px){
    .adverts a{
        font-size:1.5em;
    }
}
@media screen and (max-width:360px){
   
}
@media screen and (max-width:320px){

}


/*-----MEDIA PRINT----*/
@media print {
    #printButton{
        display:none;
    }
    .dontInclude{
        display:none;
    }
}
