.navbar-default {
    background-color: transparent;
    
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* Para el modal de reservaciones
***********************************/
.modal {
  text-align: center;
  padding: 0!important;
  
  
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal-header {
    padding:9px 15px;
    /*border-bottom:1px solid #eee;*/
    background-color: #22252f;
    border-bottom:1px solid #22252f;
    /*border-bottom: 1px solid #313131;*/
  /*  -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;*/
 }


.modal-body {
   	background-color:#22252f;
   		
}

.modal-footer {
	background-color:#fff;
	/*border-top:1px solid #22252f;*/
	/*border-top: 1px solid #313131;*/
	text-align:center;
	
	height:70px;
	
}

.modal-title
{
	text-align:center;
	font-family: 'BrandonRegular';
  font-size : 24px;
  color:#ffffff;
}

.close
{
	color: #fff;
}

.close:hover
{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

.sky-form .label {
		font-family: 'BrandonRegular';
    font-size : 18px;
    border-radius: 0;
    text-align: left;
    white-space: normal;
    color: #fff;
    
}

/* Fin Modal reservaciones
***********************************/

/* Cambios para sky-form
********************************/
.sky-form  {
  border : none;
   
}

#nombre, #correo, #sucursal , #personas, #date, #hora
{
/*border : 1px solid #22252f;*/
}

.sky-form input text
{
	border : 1px solid #22252f;
}


.sky-form header
{
	 font-size: 17px;
	  background: rgba(0,0,0,.6);
	  color:#fff;
}


.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    
    font-size: 14px;
   background-color: #1d2028;
   
    color:#fff
}

.btn-u.btn-u-dark {
    background: #22252f;
    border : 1px solid #fff;
}

.btn-u.btn-u-dark:hover {
    background: #22252f;
}

.sky-form fieldset {
  
   background: rgba(29,32,40,.4);
  /*background-image: url(../img/fondogin.jpg);*/
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Fin Cambios para sky-form
********************************/


/* Para tipo de letra del encabezado
************************************/
/*@font-face {
    font-family: GothamBook;
    src: url('../fonts/GothamBook.ttf');
}


@font-face {
    font-family: Gotham;
    src: url('../fonts/Gotham.otf');
}

@font-face {
    font-family: AdobeCaslonProItalic;
    src: url('../fonts/AdobeCaslonProItalic.ttf');
}

@font-face {
    font-family: BankGothicMedium;
    src: url('../fonts/BankGothicMedium.ttf');
}

@font-face {
    font-family: BankGothicLight;
    src: url('../fonts/BankGothicLight.ttf');
}

@font-face {
    font-family: BrandonRegular;
    src: url('../fonts/BrandonRegular.otf');
}

@font-face {
    font-family: AdlerRegular;
    src: url('../fonts/AdlerRegular.ttf');
}
*/

@font-face {
    font-family: NaiveB;
    src: url('../fonts/NaiveSansBlack.otf');
}

@font-face {
    font-family: NaiveM;
    src: url('../fonts/NaiveSansMedium.otf');
}

/*
@font-face {
    font-family: BrandonB;
    src: url('../fonts/brandongrotesque-bold.ttf');
}*/

@font-face {
    font-family: BrandonR;
    src: url('../fonts/brandongrotesque-regular.ttf');
}

@font-face {
    font-family: Garamond;
    src: url('../fonts/AGaramondPro-Regular.otf');
}



.msgTop {
	
    font-family: 'AdobeCaslonProItalic';
    font-size : 21px;	
    color:#5f5f5f;
}

.menuTitle {
	
    font-family: 'AdobeCaslonProItalic';
    font-size : 40px;	
    color:#5f5f5f;
}

.menuLugar
{
	font-family: 'BankGothicLight';
	font-size: 20px;
}


.hashTop {	
    font-family: 'BankGothicLight';
    font-size : 14px;
    color:red;
    letter-spacing: .7px;
    line-height: 11px;
    
}

.socialLink
{
	padding-right:20px;
	margin-right:10px;
	
	
}
/*

.socialLink a
{
	 color: red;
}

.socialLink a:focus,
a:hover,
a:active {
	color: blue;
}

*/

a {
  color: #cacaca;
}
a:focus,
a:hover,
a:active {
	color: #cacaca;
}


.textTop {	
    font-family: 'NaiveM';
    font-size : 18px;
    color:#ffffff;
	padding-top:25px;
  
	
    
   
    
}

.hasTag
{
	text-align:	center;
	padding-top: 19px;	
	letter-spacing: 13px;
}

.socialLogo {	
    padding-top: 25px;  
    font-size : 21px;     
	color:#fff;
}

.socialLogoSm {	
    padding-top: 5px;  
    font-size : 15px;     
}

.brandon {	
    font-family: 'BrandonRegular';
}




/* Para hacer responsivo el boton
**************************************/

.header-v9 .btn-u-sm {
    margin-top: 7px;
    margin-left: 10px;
    float: right;
    padding: 5px 10px 5px 10px;
    background-color:#000;
    color:#fff;
    border: 1px solid #fff;
    font-family: 'BrandonRegular';
    font-size : 12px;
}

.header-v9 .btn-u-sm:hover {
    
    background-color:#fff;
    border: 1px solid #000;
    color:#000;
    
}

/*
 
AdobeCaslonProItalic

 */

.logo-sm {
    float: left;
    text-align: center;
    font-family: 'BrandonR';
    font-size : 19px;
    color:#ffffff;
    padding-top : 10px;
}

.logo-smMedia {
    float: left;
    text-align: center;
    font-family: 'BrandonR';
    font-size : 22px;
    color:#ffffff;
    padding-top : 10px;
    padding-left: 10px;
}

.logo-sm:hover {
    float: left;
    text-align: center;
    font-family: 'BrandonR';
    font-size : 19px;
    color:#ffffff;
    padding-top : 10px;
    
}


.text7Title {	
    font-family: 'AdobeCaslonProItalic';
    font-size : 100px;
     line-height: 80px;
    color:#fff;
}


.gin1
{
	border: 1px solid blue;
}


.headline2 {
    display: block;
    margin: 10px 0 15px 0;
 
}

.headline2 h2{
 padding-bottom: 13px;
 font-family : 'AdlerRegular';
}

.bg-image-reservacion {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../../repository/imagenes/params/1/pt1.jpg) repeat fixed;
    background-size: cover;
}

.promo-section h2 {
    padding: 30px;
    margin: 0px auto;
    font-family: 'AdobeCaslonProItalic';
}


/************************************************/

/* Style The Dropdown Button */

/*
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #000000}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*******************************************/

/**** GALERIA
**************************/
.cube-portfolio .cbp-l-filters-text .cbp-filter-item {
	color: #555;
	text-transform: uppercase;
	font-family: 'BrandonRegular';
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active,
.cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
	color: #fff;
	
}
  
  
  .headlineP {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #51320e;
}

.btn-u-grey {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #3e3e3e;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-family: 'BrandonRegular';
}

.pager li > a
 {
    display: inline-block;
    padding: 5px 14px;
    background-color: #3e3e3e;
}

.pager.pager-v2 li > a
.pager.pager-v2 li > a:focus,
.pager.pager-v2 li > a:hover
 {
    background-color: #4f4e4e;    
}



.reserva {
  position: relative;
	text-align:center;
	 font-family: 'NaiveM';
	
}

.reserva2 {
  position: relative;
	text-align:center;
	 font-family: 'NaiveM';
	
}



.reservaB {
   background-image: url('../img/bg/img11.jpg');
	
}

.btn-custom {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
 color:#404040;
	    font-weight: bold;
	    font-size: 13px;
	    font-family: 'NaiveM';
	
	
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #ffffff;
  border-color: #a0a0a0;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}

.customBtn
{
	 background-color: #b9b9b9;
   border-color: #b9b9b9;
	
}


/*
.menuItem:hover
{
	 background-color: #b9b9b9;
}
*/
.promo-text-v3 {
  font-size: 17px;
  font-weight: 100;
  line-height: 20px;
	font-family: 'BrandonR';
	letter-spacing: 5px;
	
}


.promo-text-v2
{
	font-family: 'GothamBook';
	letter-spacing: 5px;
	 font-size: 43px;
}

/*
.btnSpace{
	margin-top: 180px;
}*/


.spaceTop100
{
	margin-top:100px;
}

.spaceTop80
{
	margin-top:80px;
}

.spaceTop50
{
	margin-top:50px;
}

.spaceTop60
{
	margin-top:60px;
}


.spaceTop30
{
	margin-top:30px;
}


.spaceTop20
{
	margin-top:20px;
}



.spaceTop15
{
	margin-top:15px;
}


.fullscreen-static-image .logosItem
{
	padding-top:10px;
	padding-bottom: 20px;
}





blockquote {
    border-left: none;
}



.fullscreen-static-image
{
	min-height: 650px;
}


.br-slide.slick-center {
    opacity: 1;
}

.br-slide {
    position: relative;
    width: 1000px;
    opacity: .5;
    transition: all 0.25s cubic-bezier(0.625, 0.125, 0.305, 0.875);
}

.new-row {
    text-align: center;
}

.centered {
  position: fixed;
  top: 20%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
 
	
/*.customBtn
	 background-color: #b9b9b9;
   border-color: #b9b9b9;
	*/
}


@media (max-height: 768px) {


.spaceLogo
{
	margin-top:150px;
		
}	

.agave
{
max-height: 250px;	
}

}




.header-v9 .btn-u-sm {
    margin-top: 7px;
    margin-left: 10px;
    float: right;
    padding: 5px 10px 5px 10px;
    background-color:#b9b9b9;
    color:#000;
    border: 1px solid #b9b9b9;
    font-family: 'GothamBook';
    font-size : 11px;
}

.header-v9 .btn-u-sm:hover {
    
    background-color:#fff;
    border: 1px solid #000;
    color:#000;
    
}

.btn-u-sm, a.btn-u-sm {
       text-decoration: none;

}


}




@media (max-width: 500px) {
	
.promo-text-v2
{
	 font-size: 15px;
}




	
	}
	
	
	
	.tpSlider {
    color: rgba(255, 255, 255, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;    
    font-family: NaiveM;
    padding: 0 0 0 0px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: center
}
	


