/* TEMPORARIO */
#actividades .item .caption .place {padding-bottom: 10px;}
#noite p {text-align: justify;font-size:40px; color: #333; line-height: 60px;}


/* ===[ BootStrap Edit ]=== */
.nav .dropdown.open .caret{ border-top: none; border-bottom: 4px solid #008aa4; }
.nav > li > a { padding: 12px 18px; border-top: 3px solid transparent; border-bottom: 3px solid transparent; color: #00accd; text-transform: uppercase; font-weight: 900; font-size: 13px; }
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border-top: 3px solid transparent; border-bottom: 3px solid #008aa4; background: #f5f5f5; color: #008aa4; }
.nav > li.disabled > a:hover { border-bottom: 3px solid transparent; }
.nav > li > a.selected { border-bottom: 3px solid #008aa4; background-color: transparent; }
.nav > li.active a { border-bottom: 3px solid #008aa4; color: #008aa4; background-color: #f5f5f5;}

.nav li.contacts {width: 26px;}
header a.contact {
    position: relative;
    float: right;
    z-index: 99999;
    display: block;
    padding: 11.5px 9px;
    border-bottom: 3px solid #fff;
    background: #fff;
    margin: 15px 20px 0 0;
}
header a.contact i {color: #00accd;}
header a.contact:hover i {color: #008aa4;}
header a.contact:hover {border-bottom: 3px solid #008aa4;background: #fff;} 

.header{
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.navbar-brand { position: absolute; top:-7px; left: 0; padding: 0px 20px 0px; background: #fff; border: none;}
.navbar { margin: 0; border: none; border-radius: 0; background: #fff; padding-top: 20px; }
.navbar-header { background: transparent; position: relative;}
.navbar-collapse { padding: 0; }
.navbar-collapse.in { overflow-x: hidden; }
.navbar-toggle {  margin-top: 2px; z-index: 1; border: none;}
.navbar-toggle .icon-bar { background-color: #00accd; }
.navbar-toggle:hover, .navbar-toggle:focus { background-color: #fff; }
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar { background-color: #008aa4; }
.dropdown-menu { background-color: #f5f5f5; font-size: 12px; padding: 0; margin-top: -1px; border: none;}
.dropdown-menu > li > a { padding: 5px 20px; color: #00accd; text-transform: uppercase; font-weight: 900; border-bottom: 3px solid transparent}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #008aa4; border-bottom: 3px solid #008aa4; background-color:#fff; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color:#fff; color: #008aa4; }
body > header > nav > div > div.navbar-collapse.collapse.in > ul > li.dropdown.open > ul { background-color: #f5f5f5; }

/* ===[ Body ]=== */
html { overflow-x: hidden; }
html, body { position: relative; margin: 0; padding: 0; width: 100%; height: 100%; }
body { color: #fff; font-weight: 600; font-size: 14px; font-family: 'Lato'; nowhitespace: afterproperty; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }

a, a:visited { color: #00accd; text-decoration: none; }
a:hover, a:focus { color: #29272b; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { color: #333; font-weight: 600; font-family: 'Gobold Regular'; line-height: inherit;}
p { color: #333; }
li, ul, ol { margin: 0; padding: 0; list-style: none; }
hr { display: block; clear: both; margin: 0 auto 20px;  height: 1px; outline: none; border: none; background-color: rgba(0, 0, 0, .2); color: rgba(0, 0, 0, .2); }

.persist-area{
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;

}
/* ===[ Effect ]=== */
*::-moz-selection { background-color: #00accd; color: #fff; }
*::selection { background-color: #00accd; color: #fff; }
a, button { 
	-webkit-transition: background-color .3s ease-out, border .3s ease-out, color .3s ease-out, opacity .3s ease-out, border-color .3s ease-out; 
	-moz-transition: background-color .3s ease-out, border .3s ease-out, color .3s ease-out, opacity .3s ease-out, border-color .3s ease-out; 
	-ms-transition: background-color .3s ease-out, border .3s ease-out, color .3s ease-out, opacity .3s ease-out, border-color .3s ease-out; 
	-o-transition: background-color .3s ease-out, border .3s ease-out, color .3s ease-out, opacity .3s ease-out, border-color .3s ease-out; 
	transition: background-color .3s ease-out, border .3s ease-out, color .3s ease-out, opacity .3s ease-out, border-color .3s ease-out; 
}


/* ===[ Misc ]=== */
hr.hr_narrow { margin: 20px auto; width: 14%; }
hr.hr_left { margin-left: 0; width: 25%;}

.button-style { display: inline-block; margin: 0 10px 10px 0; padding: 0px 20px 2px; border-radius: 1px; border: 4px solid #00accd; background: #fff; text-transform: lowercase; font-size: 20px; letter-spacing: .1px; font-family: 'Gobold Regular'; }
.button-style:after { position: relative; top: 0px; padding-left: 10px; content: '\f061'; font-size: 16px; font-family: 'FontAwesome'; } 
.button-style:hover { background: #00accd; color: #f5f5f5; border-color: #00accd;}

.full { position: relative; overflow: hidden; padding-right: 0; padding-left: 0; }
.padding10 { padding: 10px; }
.hidden {display: none;}

.top-5 { margin-top: 5px; }
.top-10 { margin-top: 10px; }
.top-15 { margin-top: 15px; }
.top-20 { margin-top: 20px; }
.top-50 { margin-top: 50px; }
.bottom-5 { margin-bottom: 5px; }
.bottom-10 { margin-bottom: 10px; }
.bottom-15 { margin-bottom: 15px; }
.bottom-20 { margin-bottom: 20px; }
.bottom-50 { margin-bottom: 50px; }


/* ===[ Slider ]=== */
.slider-page { max-height: 400px; }

.slider-header { max-height: 405px;}
/*
.slider-header .rsBullets { width: 13%; background: #fff;}
.slider-header .rsBullet.rsNavSelected span { background: #00accd; }
.slider-header .rsBullet span { margin-left: -5px; border: 1px solid #00accd; background: #fff; }
*/

/* ===[ Main Lead ]=== */
#main-lead .main-lead { 
    background: #03f3ff; /* Old browsers */
    background: -moz-linear-gradient(left,  #03f3ff 0%, #03abff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03f3ff 0%,#03abff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03f3ff 0%,#03abff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03f3ff', endColorstr='#03abff',GradientType=1 ); /* IE6-9 */
     color: #fff; margin-top: 70px;}
#main-lead .main-lead img {padding: 20px; }
#main-lead .main-lead h1 { margin: 0; color: #fff; text-align: center; text-transform: uppercase; font-size: 45px; font-family: 'Gobold Regular';}
#main-lead .main-lead h3 { margin: 0; color: #fff; text-align: center; text-transform: uppercase; font-size: 27px; font-family: 'Gobold Regular';}
#main-lead .main-lead hr.hr_narrow {height: 3px; background-color: rgba(255,255,255,1);}


/* ===[ Category ]=== */

.item-primary .programas :hover	h3{ color: white;}
.item-primary .programas :hover	.text-info { background-color: rgba(255, 255, 255, 0.3);}
.item-primary .programas :hover	.text-info	button {opacity: 1;  background-color: rgba(255, 255, 255, 0);}
.main-info { position: relative;}
.main-info	.item-image {height: 370px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;overflow: hidden;}
.main-info	.item-image figure{margin: 0;width: 100%; height: 100%; background-repeat: no-repeat; background-position: center;background-size: cover;}
.main-info	.text-info {position: absolute; padding: 15px;width: 100%;height: 100%;top: 0;left: 0;text-align: center;padding-top:70px;}
.main-info	.text-info h5{font-size: 34px; color:white; text-transform: uppercase;}     
.main-info	.text-info .item-icon{width: 100px; background-size: 100%; height: 100px; margin: auto; background-repeat: no-repeat; }
.main-info	.text-info .item-icon :hover{background-color: rgba(0, 172, 205, 0);}
.main-info	.text-info h5 :hover{background-color: rgba(0, 172, 205, 0);}

.item-pointer-none{ pointer-events: none;}
.tint-category {	position: relative; cursor: pointer;}
.tint-category:before { content: "";	display: block;	position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; background-color: rgba(0, 172, 205, 0.91); -moz-transition: background .3s ease-out, opacity .3s ease-out; -webkit-transition: background .3s ease-out, opacity .3s ease-out;	-o-transition: background .3s ease-out, opacity .3s ease-out; transition: background .3s ease-out, opacity .3s ease-out; }
.tint-category:hover:before { background-color: rgba(0, 172, 205, 0.45);}


/* ===[ Spotlight ]=== */
#spotlight { background: #fff; }
#spotlight .item { display: block; margin: 0 auto 50px; padding: 0px 0px 5px 0px; max-width: 400px; cursor: pointer; min-height: 450px;}
#spotlight .item:hover { background: #00accd; }
#spotlight .item .tint { margin-bottom: 20px; }
#spotlight .item:hover p, #spotlight .item:hover h5 { color: #fff; }
#spotlight .item h5 { margin: 0px 0px 5px; padding: 0px 10px; color: #00accd; text-transform: uppercase; font-size: 38px; text-align: center; }
#spotlight .item p { font-size: 110%; line-height: 160%; padding: 0 35px; text-align: center; }

.tint {	position: relative;	float: left; cursor: pointer; }
.tint:before { content: "";	display: block;	position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; background: none; opacity: 0.5; -moz-transition: background .3s ease-out, opacity .3s ease-out; -webkit-transition: background .3s ease-out, opacity .3s ease-out;	-o-transition: background .3s ease-out, opacity .3s ease-out; transition: background .3s ease-out, opacity .3s ease-out; }
.tint:hover:before { background: #00accd; }
#spotlight .item:hover .tint:before { background: #00accd; }


/* ===[ Video ]=== */
#video .video-frame {position:relative;display:block;overflow:hidden;height:600px;width:100%;background: url('../contents/video-frame-new.jpg') no-repeat center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;overflow: hidden;}
#video .video-frame .video-play { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 240px; height: 240px; border: 20px solid #00accd; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #fff; box-shadow: 0px 3px 6px rgba(0,0,0,0.3); cursor: pointer; }
#video .video-frame .video-play i { position: absolute; top: 0; right: 0; bottom: 0; left: 25px; margin: auto; width: 0px; height: 0px; border-width: 64px 0 64px 90px; border-style: solid; border-color: transparent transparent transparent #00accd; -moz-transition: border-color .3s ease-out; -webkit-transition: border-color .3s ease-out;	-o-transition: border-color .3s ease-out; transition: border-color .3s ease-out; }
#video .video-frame .video-play:hover { background: #00accd; border-color: #fff; }
#video .video-frame .video-play:hover i { border-color: transparent transparent transparent #fff; }
#video .video-frame .button-style { box-shadow: 0px 3px 6px rgba(0,0,0,0.3); position: absolute; top: 400px; right: 0; bottom: 0; left: 0; margin: auto; width: 170px; height: 45px; }
#video .video-frame .button-style:after { position: relative; top: 0px; margin-left: 10px; padding: 2px 1px 0px 10px; content: '\f09a'; font-size: 18px; font-family: 'FontAwesome'; color: #fff; background: #3b5998; } 

/* ===[ Info ]=== */
#info-recruit { overflow: hidden; min-height: 300px; width: 100%; background: #fff url('../contents/info-1.jpg') no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;background-size: cover; }
#info-recruit .info { position: relative; display: block; margin-bottom: 40px; padding: 10% 15px 0;  }
#info-recruit .info h1 {  margin-bottom: 20px; text-transform: uppercase; font-size: 38px;  }
#info-recruit .info p { margin-bottom: 20px; margin-left: -20px; padding: 20px; background: rgba(255,255,255,0.9); font-size: 130%; line-height: 160%; }

#info-magazine { width: 100%; background: #fff; }
#info-magazine .info { position: relative; display: block; margin-bottom: 40px; padding: 10% 15px 0; }
#info-magazine .info h1 { margin-bottom: 20px; color: #00accd; text-transform: uppercase; font-size: 38px; }
#info-magazine .info p { margin-bottom: 20px; font-size: 110%; line-height: 160%; }
#info-magazine .magazine-image { position: absolute; top: 80px; left: 100px; }

#info-flyers { width: 100%; background: #fff; padding-bottom: 40px; }
#info-flyers .info { position: relative; display: block; margin-bottom: 40px; padding: 10% 15px 0; }
#info-flyers .info h1 { margin-bottom: 20px; color: #00accd; text-transform: uppercase; font-size: 38px; }
#info-flyers .info p { margin-bottom: 20px; font-size: 110%; line-height: 160%; }
#info-flyers .flyers-image { position: absolute; top: 30px; left: 0; margin-right: 50px;}


#info-merch { overflow: hidden; min-height: 300px; width: 100%; background: #fff url('../contents/info-merch.jpg') no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;background-size: cover; }
#info-merch .info { position: relative; display: block; padding: 10% 15px;  }
#info-merch .info h1 {  margin-bottom: 20px; text-transform: uppercase; font-size: 50px;  }
#info-merch .info p { margin: 0 auto; margin-bottom: 20px; padding: 20px; width: 80%; background: #fff; font-size: 110%; line-height: 160%; }
#info-merch .info p span { font-size: 26px; }

/* ===[ Destino ]=== */
#destino .title {margin-bottom: 20px;}
#destino .title h1 { margin: 0; color: #00accd; text-transform: uppercase; font-size: 45px; }
#destino .title h3 { margin: 0; color: #333;  }
#destino .title hr.hr_narrow {margin: 20px auto; width: 14%; }
#destino p { margin-bottom: 20px; color: #555; font-size: 110%; line-height: 160%;}


/* ===[ Alojamento ]=== */
#alojamento .title {margin-bottom: 50px;}
#alojamento .title h1 { margin: 0; color: #00accd; text-align: center; text-transform: uppercase; font-size: 45px; }
#alojamento .title h3 { margin: 0; color: #333; text-align: center; }

#alojamento hr {clear: none;}
#alojamento .item { position: relative;display: inline-block;margin-bottom: 20px;}

#alojamento .item .image { position: relative; float: left;overflow: hidden; padding-right: 20px; max-height: 450px; width: 60%;}
#alojamento .item .image .badge {margin: 10px; padding: 5px; display: block;top: 0;position: absolute; right: 0px; background: transparent url("../contents/sold-out.png") no-repeat; width: 154px; height: 88px;}

#alojamento .item.low-cost .image { position: relative; float: none;overflow: auto; margin-bottom: 20px; padding-right: 0px; max-height: 100%; width: 100%;}
#alojamento .item.low-cost .caption i.category { position: relative; top:-5px;  color: #eb008c; text-transform: lowercase;font-size: 14px;}

#alojamento .item .image .description {position: absolute; bottom: 0; left: 0; display: block; padding: 15px; width: 35%; background: rgba(0,170,204,0.8);}
#alojamento .item .image .description li { padding-bottom: 5px; font-size: 12px; line-height: 14px;}
#alojamento .item .image .description li:before { padding: 4px;color: #fff;content: "\f00c"; font-size: 6px; font-family: 'FontAwesome';}

#alojamento .item .image .description li.special{ margin:10px -15px -15px -15px;  padding: 15px; background: #eb008c; font-weight: 900; font-size: 120%;}
#alojamento .item .image .description li.special:before {padding: 0px;content: "";}

#alojamento .item .caption h3 {  margin: auto 0px 20px 0px;color: #00accd; font-size: 36px;  }
#alojamento .item .caption h3.soldout { text-decoration: line-through; }
#alojamento .item .caption h3.soldout .badge {margin:0 10px; padding: 5px; top: -6px;position: relative;border-radius: 3px; background: red; box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); color: #fff; text-transform: uppercase; font-weight: 900; font-size: 30%;}

#alojamento .item .caption h6 { margin: 0; color: #333; font-size: 18px; line-height: 25px;}
#alojamento .item .caption p { margin-bottom: 20px; color: #555; font-size: 110%; line-height: 160%;}
#alojamento .item .caption i {padding-right: 5px; color: #eb008c;}


/* ===[ Actividades ]=== */
#actividades .title h1 { margin: 0; color: #eb008c; text-align: center; text-transform: uppercase; font-size: 45px; }
#actividades .title h3 { margin: 0; color: #333; text-align: center;}
#actividades .filter-navigator { position: relative; display: block; text-align: center; }
#actividades button.filter { display: inline-block; margin: 0; padding: 7px 20px; border: 2px solid #eb008c; background: transparent; color: #4d4d4d; text-transform: uppercase; font-weight: 900; }
#actividades button.filter:hover, #actividades button.filter.active { background: #eb008c; color: #fff; }

#actividades .mix { position: relative; display: none; }
#actividades .item { margin: 2px 1px; width: 32%; }

#actividades .item .late {position: absolute; top: 10px; right: 10px; display: table; margin: auto; width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #eb008c; box-shadow: 0px 3px 6px rgba(0,0,0,0.3);}

#actividades .item .photos {position: absolute; top: 10px; right: 10px; display: table; margin: auto; width: 50px; height: 50px; background: #00accd; box-shadow: 0px 3px 6px rgba(0,0,0,0.3);}

#actividades .item .late p,#actividades .item .photos p{ display: table-cell; padding: 8px;color: #fff; vertical-align: middle; text-transform: uppercase; font-weight: 900; font-size: 11px; line-height: 12px;}

#actividades .item a .photos p {color: #fff;} 

#actividades .item .type { position: relative; overflow: hidden; max-height: 270px; width: 100%; }
#actividades .item img { margin: auto;}

#actividades .item .price { position: absolute; bottom: 0; z-index: 1; }
#actividades .item .price p { display: inline-block; margin: 0; padding: 5px 20px; background: #eb008c; color: #fff; text-transform: uppercase; text-shadow: 0px 1px 6px rgba(0,0,0,0.3); font-weight: 900; font-size: 17px;}
#actividades .item .price i { position: relative; top: 7px; display: inline-block; padding-right: 10px; background: #eb008c; color: #fff; text-transform: uppercase; text-shadow: 0px 1px 6px rgba(0,0,0,0.3); font-weight: 900; font-size: 10px;}
#actividades .item .price ul li {margin-top: 2px;padding: 4px;background: #eb008c;text-align: left;font-weight: 900;font-size: 11px;}

#actividades .item .caption { float: left; padding: 10px; min-height: 211px; width: 100%; height: 100%; background: #00accd; text-align: left;}
#actividades .item .caption .description { letter-spacing: 1.2px; font-size: 150%; text-transform: lowercase; display: block; margin-top: 0; margin-bottom: 5px; padding-bottom: 10px; border-bottom: 2px solid #fff; color: #fff;}
#actividades .item .caption .hour { display: block; color: #fff; font-size: 11px;}
#actividades .item .caption .place { display: block; color: #fff; font-size: 11px;}
#actividades .item .caption p { padding: 5px 0px; color: #333; font-size: 12px; }
#actividades .item .caption b {text-transform: uppercase;}

#actividades .item .caption a.link { display: inline-block; margin: 0; padding: 0px 10px 1px; border: 2px solid #fff; background: transparent; color: #fff; text-transform: uppercase; font-weight: 900; font-size: 11px; line-height: 20px; }
#actividades .item .caption a.link:hover {border-color: #eb008c; color: #eb008c;}


/* ===[ Festas ]=== */
#festas .title h1 { margin: 0; color: #eb008c; text-align: center; text-transform: uppercase; font-size: 45px; }
#festas .title h3 { margin: 0; color: #333; text-align: center;}
#festas .filter-navigator { position: relative; display: block; text-align: center; }
#festas button.filter { display: inline-block; margin: 0; padding: 7px 20px; border: 2px solid #eb008c; background: transparent; color: #4d4d4d; text-transform: uppercase; font-weight: 900; margin-bottom: 5px;}
#festas button.filter:hover, #festas button.filter.active { background: #eb008c; color: #fff; }

#festas .mix { position: relative; display: none; }
#festas .item { margin: 2px 1px; width: 32%; }

#festas .item .late {position: absolute; top: 10px; right: 10px; display: table; margin: auto; width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #eb008c; box-shadow: 0px 3px 6px rgba(0,0,0,0.3);}

#festas .item .photos {position: absolute; top: 10px; right: 10px; display: table; margin: auto; width: 80px; height: 80px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #00accd; box-shadow: 0px 3px 6px rgba(0,0,0,0.3);}

#festas .item .late p, #festas .item .photos p{ display: table-cell; padding: 8px;color: #fff; vertical-align: middle; text-transform: uppercase; font-weight: 900; font-size: 11px; line-height: 12px;}

#festas .item .type { position: relative; overflow: hidden; max-height: 270px; width: 100%; }
#festas .item img { margin: auto;}

#festas .item .party_name { position: absolute; bottom: 0; z-index: 1; }
#festas .item .party_name p { letter-spacing: 1.2px; font-size: 150%; text-transform: lowercase; display: inline-block; margin: 0; padding: 10px 25px; background: #eb008c; color: #fff; text-transform: uppercase; text-shadow: 0px 1px 6px rgba(0,0,0,0.3); font-weight: 900; font-size: 17px;}
#festas .item .party_name i { position: relative; top: 7px; display: inline-block; padding-right: 10px; background: #eb008c; color: #fff; text-transform: uppercase; text-shadow: 0px 1px 6px rgba(0,0,0,0.3); font-weight: 900; font-size: 10px;}
#festas .item .party_name ul li {margin-top: 2px;padding: 4px;background: #eb008c;text-align: left;font-weight: 900;font-size: 11px;}


/* ===[ Cartões Noite ]=== */
#cartoes .title {margin-bottom: 20px;}
#cartoes .title h1 { margin: 0; color: #eb008c; text-align: center; text-transform: uppercase; font-size: 45px; }
#cartoes .title h3 { margin: 0; color: #333; text-align: center;  }
#cartoes .item .image { display: inline-block;margin-bottom: 20px;}
#cartoes .item .caption i.category { position: relative; top:-15px;  color: #eb008c; text-transform: lowercase;font-size: 14px;}
#cartoes .item .caption h6 {  margin: auto 0px 20px 0px;font-size: 36px;}
#cartoes .item .description p { margin-bottom: 20px; color: #555; font-size: 120%; line-height: 120%;}
#cartoes .item .description ul li { color: #444;font-size: 110%; line-height: 160%;}
#cartoes .item .description ul li .bebidas { display: block;padding: 10px 0; }
#cartoes .item .description .preco { display: inline-block; margin: 20px 0;padding: 10px; width: 50%; background: #eb008c; color: #fff; text-align: center; font-weight: 900; font-size: 16px;}


/* ===[ A Noite ]=== */
#noite .title {margin-bottom: 20px;}
#noite .title h1 { margin: 0; color: #eb008c; text-align: center; text-transform: uppercase; font-size: 45px; }
#noite .title h3 { margin-top: 0; color: #333; text-align: center; }
#noite p { margin-bottom: 20px; color: #555; font-size: 110%; line-height: 160%;}
#noite .col-sm-4 h3 {text-transform: uppercase; }
#noite .image {margin-bottom: 20px; z-index: 1; position: relative;}
#noite .image .music-style { background-color: #006387; color: #fff;  text-transform: lowercase; letter-spacing: 1px; padding: 0 10px; display: block; z-index: 9999; position: absolute; left: 0; bottom: 20px;}

/* ===[ Galeria ]=== */

#galeria .title {margin-bottom: 20px;}
#galeria .title h1 { margin: 0; color: #00accd; text-align: center; text-transform: uppercase; font-size: 45px; }
#galeria .title h3 { margin: 0; color: #333; text-align: center;  }

#galeria .item { position: relative; display: inline-block; overflow: hidden; margin: 2px 4px;width: 275px; height: 183px;box-shadow: 0px 0px 5px #aaa;}#galeria .item a { position: relative;display: block; }
#galeria .item a .mask {position: absolute;top: 0;left: 0;overflow: hidden; width: 275px;height: 183px; background: rgba(0,0,0,0);transition: all 0.4s ease-in-out;}
#galeria .item a:hover .mask { background: rgba(0,0,0,0.7);}


/* ===[ Preços ]=== */
#precos .title {margin-bottom: 20px;}
#precos .title h1 { margin: 0; color: #00accd; text-align: center; text-transform: uppercase; font-size: 45px; }
#precos .title h3 { margin: 0; color: #333; text-align: center;  }
#precos .table-style { border-width:0; color: #333; text-align: center;}
#precos .table-style thead > tr > th, #precos .table-style thead > tr > td {background: #00accd; color: #fff;}
#precos .table-style thead > tr > th, #precos .table-style thead > tr > td ,#precos .table-style tbody > tr > th, #precos .table-style tbody > tr > td { border: 5px solid #fff;}
#precos .table-style tbody > tr > th:first-child, #precos .table-style tbody > tr > td:first-child {text-align: left;}
#precos .table-style .badge {margin:  0px 0px 0px 10px; padding: 2px 4px; border-radius: 3px; background: #eb008c; box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); color: #fff; text-transform: uppercase; font-weight: 900; font-size: 80%;}
#precos .table-style tbody > tr.soldout {text-decoration: line-through;}
#precos .table-style tbody > tr.soldout .badge {background-color: red;}

#precos .info {background: #00accd; }
#precos .info hr {margin-top: 20px;}
#precos .info .caption {padding: 10px;}
#precos .info .caption h6 { margin-bottom: 5px;  color: #fff; font-size: 18px; }
#precos .info .caption p { margin: 0; color: #fff; font-size: 110%; line-height: 160%;}
#precos .description h6 {color: #00accd; text-transform: uppercase;}
#precos .description ul li {color: #333;font-size: 11px;}


/* ===[ Artistas ]=== */
#artistas button.filter { display: inline-block; margin: 0; padding: 7px 20px; border: 2px solid #00accd; background: transparent; color: #4d4d4d; text-transform: uppercase; font-weight: 900; }
#artistas button.filter:hover, #artistas button.filter.active{ background: #00accd; color: #fff; }
#artistas .title h1 { margin: 0; color: #00accd; text-align: center; text-transform: uppercase; font-size: 45px; }
#artistas .title h3 { margin: 0; color: #333; text-align: center;  }
#artistas .filter-navigator { position: relative; display: block; text-align: center; }
#artistas .mix { position: relative; display: none; }
#artistas .item { margin: 2px 1px; width: 24%; }
#artistas .item .profile { position: relative; overflow: hidden; width: 100%; height: 200px; }
#artistas .item .profile .live {position: absolute;top: 10px; right: 10px;z-index: 999999;display: block;padding: 2px 4px; border-radius: 3px; background: #eb008c; box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); color: #fff; text-transform: uppercase; font-weight: 900; font-size: 80%;}
#artistas .item .profile .responsive { position: absolute; top: 0; right: -50%; bottom: 0; left: -50%; overflow: auto; margin: auto; max-height: 100%; width: auto; }
#artistas .item .profile .exclusivo { position: absolute; bottom: 0; left: 0; z-index: 1; display: block; padding: 6px 15px; background: #eb008c; color: #fff; text-transform: uppercase; font-weight: 900;}

#artistas .item .profile .link { position: absolute; bottom: 0; left: 0; z-index: 1; display: block; padding: 6px 15px; background: #eb008c; color: #fff; text-transform: uppercase; font-weight: 900;}
#artistas .item .profile .link:before { position: relative; top: 0px; padding-right: 5px; content: '\f03d'; font-size: 12px; font-family: 'FontAwesome'; }
#artistas .item .profile .link:hover {background:#fff; color: #00accd; }
#artistas .item .name { display: table; width: 100%; height: 60px; background: #00accd; }
#artistas .item .name.special { background: #eb008c; }
#artistas .item .name p { display: table-cell; color: #fff; vertical-align: middle; text-align: center; text-transform: lowercase; text-shadow: 0px 1px 6px rgba(0,0,0,0.3); font-size: 30px; }
#artistas .item .caption { padding: 30px; min-height: 160px; width: 100%; background: #333; text-align: left; text-shadow: 0px 1px 6px rgba(0,0,0,0.3); }
#artistas .item .caption span:before { display: inline-block; padding-right: 15px; width: 30px; color: #00accd; text-align: center; font-weight: 600; font-style: normal; font-size: 16px; font-family: 'FontAwesome'; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#artistas .item .caption.special span:before { color: #ff0045; }
#artistas .item .caption span.day:before { content: '\f073'; }
#artistas .item .caption span.hour:before { content: '\f017'; }
#artistas .item .caption span.place:before { content: '\f041'; }
#artistas .item .caption span { display: block; padding: 10px 30px; border-bottom: 1px solid #444; font-weight: 900; font-size: 14px; }


/* ===[ Contactos ]=== */
#contactos .info { position: relative; display: block; margin-bottom: 40px;  }
#contactos .info h1 {  margin-bottom: 20px;color: #00accd; font-size: 36px;  }
#contactos .info h6 { color: #333; font-size: 18px; line-height: 25px;}
#contactos .info p { margin-bottom: 20px; color: #555; font-size: 130%; line-height: 160%;}
#contactos .info i {padding-right: 5px; color: #00accd;}


/* ===[ Sub Menus ]=== */
#submenus .title {margin-bottom: 20px;}
#submenus .title h1 { margin: 0; color: #00accd; text-align: center; text-transform: uppercase; font-size: 45px; }
#submenus .title h3 { margin: 0; color: #333; text-align: center;  }
#submenus p { margin-bottom: 20px; color: #555; font-size: 110%; line-height: 160%;}

/* ===[ Footer ]=== */
footer {position: relative; display: block; bottom: 0px;}
#scrollUp { right: 20px; bottom: 20px; padding: 9px 10px 10px 10px; background: rgba(0,0,0,0.3); color: #f7f7f7; font-size: 20px; line-height: 1; }
#scrollUp:hover { background: rgba(0,170,204,1); }
footer ul > li { display: inline-block; }
.footer-submenu { background: #1c1c1c; }
.footer-submenu ul { text-align: center; }
.footer-submenu ul li a { display: block; padding: 12px 18px; color: #dddddd; text-transform: uppercase; font-weight: 900; font-size: 10px; }
.footer-submenu ul li a:hover { background: #00accd; color: #fff; }
.footer-parceiros { background: #171717; }
.footer-parceiros ul { text-align: center; }
.footer-parceiros ul li { padding: 20px 18px; }
.footer-copyright { background: #171717; }
.footer-copyright p { padding-top: 10px; color: #ddd; text-align: center; font-size: 10px; }


/* ===[ Responsive ]=== */
@media (max-width: 767px) { 
    #precos .title h1 {font-size: 28px;}
    #artistas .title h1{font-size: 28px;}
    .navbar-brand { position: absolute; float: none; width: 100%; text-align: center; }
    .nav > li > a { padding: 12px 9px; font-size: 11px; }
    .navbar-collapse { text-align: center; }
    .navbar-collapse.collapse.in > ul { border-top: 1px solid #f5f5f5;}
    .facebook-box {display: none;}
    #actividades .item, #artistas .item, #festas .item { width: 100%; }
    #actividades .item .caption { min-height: 100%; }
	.nav .contacts, header a.contact {display: none;}
	#info-magazine .magazine-image {display: none;}
	#video .video-play {width: 100px!important; height: 100px!important; border-width: 7px!important;}
    #video .video-frame .video-play i { left:12px;border-width: 25px 0 25px 35px;}
    #alojamento .item .image { position: relative; float: left;overflow: hidden; padding-right: 0px; max-height: 450px; width: 100%;}
    #alojamento .item .image .description{ display: none;}
    #alojamento .title h1{font-size: 30px;}
    #alojamento .item .caption h3{font-size: 26px;}
    h3{font-size: 20px;}
}
@media (min-width: 768px) and (max-width: 991px) { 
    #precos .title h1 {font-size: 28px;}
    #artistas .title h1{font-size: 28px;}
    .nav > li > a { padding: 12px 8px; font-size: 11px; }
    #artistas .item { width: 48%; }
    .facebook-box {display: none;}
    #actividades .item { width: 24%; }
    #festas .item { width: 48%; }
    #actividades .item .caption { min-height: 350px; }
    #actividades .item .price i {top: 0;}
	#video .video-play {width: 180px!important; height: 180px!important;  border-width: 15px!important;}
	#video .video-frame .video-play i { left:18px;border-width: 50px 0 50px 70px;}
    #video .video-frame .button-style {top: 350px;}
    h3{font-size: 20px;}
}
@media (min-width: 992px) and (max-width: 1199px) { 
    #precos .title h1 {font-size: 28px;}
    #artistas .title h1{font-size: 28px;}
    #artistas .item .caption {padding: 10px;}
    .nav > li > a { padding: 12px 15px; }
    #actividades .item { width: 49%; }
    h3{font-size: 20px;}
}

