@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import 'animate.css';
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
@import url(//fonts.googleapis.com/css?family=Dancing+Script:400,700);
/*========================================================
                    Main layout styles
=========================================================*/
body
{
    font: 300 17px 'Lato', sans-serif;
    line-height: 25px;

    color: #777;
    background: url(../images/cnt-bg.jpg) repeat;
}
a
{
    font: inherit;

    text-decoration: none;

    color: inherit;
}
a:active
{
    background: transparent;
}
a:hover
{
   /* text-decoration: underline;*/
}
a[href^='tel:']
{
    text-decoration: none;

    color: inherit;
}
img
{
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    color: #333;
}
h2
{
    font: 400 100px/100px 'Dancing Script', cursive;

    text-align: center;
}
h2 span
{
    font: 100 46px/50px 'Lato', sans-serif;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}
h2.sz1
{
    font-size: 96px;
    line-height: 120px;
}
h2.sz1 span
{
    font-size: 65px;
    line-height: 78px;
}

.logo {
   height: 60px; 
   width: auto; 
   display: block; 
}
.left {
    float: left;
}
.right {
    float: right;
}
@media (max-width: 1199px)
{
    .box-newgaleriahome {
        height: 290px !important;
    }
    
    h2.sz1
    {
        font-size: 80px;
        line-height: 80px;
    }
    h2.sz1 span
    {
        font-size: 48px;
        line-height: 48px;
    }
}
@media (max-width: 767px)
{
    h2
    {
        font-size: 60px;
        line-height: 60px;
    }
    h2 span
    {
        font-size: 28px;
        line-height: 28px;
    }
}
@media (max-width: 479px)
{
    h2
    {
        font-size: 48px;
        line-height: 48px;
    }
    h2 span
    {
        font-size: 24px;
        line-height: 24px;
    }
}
h3
{
    font: 700 36px/42px 'Dancing Script', cursive;
}
h3 span
{
    font-size: 24px;
    line-height: 24px;
}
h4
{
    text-transform: uppercase;
}
p a,
dl a
{
    color: #333;
}
*
{
    -webkit-text-size-adjust: none;
}
/*============  Backgrounds  =============*/
.bg1
{
    color: #fff;
    background: url(../images/cnt-bgd.jpg) repeat;
}
.bg1 h2,
.bg1 .btn1
{
    color: #fff;
}
.bg-image1
{
    background: url('../images/index_img03.jpg') no-repeat 0 0;
}


.box-paquetes {
	max-height: 320px; overflow: hidden;
}
.contdescri {
    height: 270px;
    min-height: 200px;
    overflow: hidden;
}
@media (min-width: 980px) and (max-width: 1199px)
{
    .contdescri {
    height: 320px;
    overflow: hidden;
}
    h3 {
        /*font: 700 33px/38px "Dancing Script",cursive;*/
       font:  700 30px/35px "Dancing Script",cursive
    }
    
    .box-paquetes {
    max-height: 260px;
    }
    
    
    .bg-image1
    {
        background: url('../images/index_img03sm.jpg') no-repeat 0 0;
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header
{
    position: relative;
}
#header .cnt
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
}
#header .cnt .substrate
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(255, 255, 255, .8);
}
#header .cnt .substrate2
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: url('../images/index_slide05.jpg') no-repeat;
}
#header .cnt__layout2
{
    position: relative;
}
@media (max-width: 979px)
{
    #header .cnt
    {
        position: relative;
    }
    
    .box-paquetes {
    max-height: 200px;
    }
    .contdescri {
        height: 260px;
    }
}
#stuck_container
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 42px 5px;
}
#stuck_container:before,
#stuck_container:after
{
    display: table;

    content: ' ';
}
#stuck_container:after
{
    clear: both;
}
.brand
{
    position: relative;

    text-align: center;
}
.brand h1
{
    font: 700 58px/42px 'Dancing Script', cursive;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 5px;

    color: #333;
}
.brand h1 span
{
    font: 300 11px/24px 'Lato', sans-serif;

    display: block;

    letter-spacing: 6.6px;
    text-transform: uppercase;

    color: #777;
}
.brand a:hover
{
    text-decoration: none;
}
.nav
{
    padding: 21px 0 20px;
}
/* Main menu styles
========================================================*/
.sf-menu
{
    font-style: italic;

    text-transform: capitalize;

    color: #777;
}
.sf-menu li.current > a,
.sf-menu li.sfHover > a,
.sf-menu li a:hover
{
    text-decoration: none;

    color: #333;
}
.sf-menu > li
{
    font-size: 19px;

    position: relative;

    float: left;
}
.sf-menu > li > a
{
    display: block;
}
.sf-menu > li > a.sf-with-ul
{
    position: relative;
}
.sf-menu > li > a.sf-with-ul:after
{
    font: 400 12px/14px 'FontAwesome';

    position: absolute;
    top: 100%;
    left: 50%;

    margin-top: -7px;
    margin-left: -3px;

    content: '\f0d7';
}
.sf-menu > li + li
{
    margin-left: 28px;
}
.sf-menu:before,
.sf-menu:after
{
    display: table;

    content: ' ';
}
.sf-menu:after
{
    clear: both;
}
.sf-menu ul
{
    font-size: 15px;

    display: none;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 8px;

    text-transform: none;
}
.sf-menu ul li + li
{
    margin-top: 8px;
}
.sf-menu ul a
{
    display: inline-block;

    margin: 0 30px;
}
.sf-menu > li > ul
{
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 50%;

    width: 201px;
    margin-left: -67px;
    padding: 21px 0 28px;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    background: rgba(255, 255, 255, .8);
}
///////////////////////////////////////////
#menumovil {
    display: none;
}
.rd-navbar-toggle {
        background-color: transparent;
        border: medium none;
        color: #303334;
        cursor: pointer;
        display: none;
        height: 48px;
        line-height: 48px;
        position: relative;
        width: 48px;
    }


.box-imgbienvenidos {
	overflow: hidden;
	max-height: 360px;
}

@media only screen and (min-width: 767px)
{
   
    
    .box-galerias a[data-type="lightbox"] {
            overflow: hidden;
            height: 390px;
    }
    
    .box-imggaleria a[data-type="lightbox"] {
            overflow: hidden;
            height: 350px;
    }
    
    .box-imggaleria a {
        width: 20%;
    }
    
    /*  .box-galerias a[data-type="lightbox"] img */
    .box-imggaleria a[data-type="lightbox"] img     
    {
            /*left: -50%;*/
            height: 100% !important;
            position: relative;
            top: 0;
            width: auto !important;
            max-width: none;
    }
    
    .box-galerias a[data-type="lightbox"] .galeribox, .box-imgbienvenidos .galeribox {
        height: 100% !important;
        position: relative;
        top: 0;
        width: auto !important;
        max-width: none;
    }
    /*
    .box-galerias a[data-type="lightbox"] .galeribox_1 {
        height: 100% !important;
        position: relative;
        top: 0;
        width: auto !important;
        max-width: none;
    }*/
     .box-imgbienvenidos .galeribox_1 {
         max-width: none;
         width: 100%;
         height: auto;
     }
}

    .box-imggaleria  .big {
            width: 37% !important;
    }

.box-nosotros {
	max-height: 350px; overflow: hidden;
}
.box-slider {
    max-height: 700px; overflow: hidden;
}
.box-newgaleriahome {
    height: 360px; 
    overflow: hidden;
}

.box-galerias a[data-type="lightbox"] {
    height: 300px;
    min-height: initial;
    overflow: hidden;
}

.box-newgaleriahome img {
    height: 100% !important;
    max-width: none;
    width: auto !important;
}

@media (max-width: 979px)
{
    .box-newgaleriahome {
        height: 235px !important;
    }
    .sf-menu > li > ul
    {
        background: #fff;
    }
    
    .box-galerias a[data-type="lightbox"] {
    height: 240px;
    min-height: initial;
    overflow: hidden;
}
}
@media only screen and (max-width: 767px)
{
     .box-paquetes {
    max-height: 410px;
}
.contdescri {
    height: 250px;
}
    .sf-menu
    {
        position: relative;
        top: auto;

        display: none;

        padding: 0;
    }
    .select-menu
    {
        font: 300 17px 'Lato', sans-serif;
        line-height: 30px;

        display: block;

        width: 100%;
        height: 30px;

        color: #777;
        border: 1px solid #d2d2d2;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none;
        background: #fff url(../images/select.png) 97% center no-repeat;

        -webkit-appearance: none;
    }

    .menumv {
        background: #fff none repeat scroll 0 0;
        height: 100%;
        left: 0;
        padding: 0;
        position: fixed;
        top: 113px;
        width: 270px;
        z-index: 976;
        border-right: 1px solid #e8e8e8;
        
        transform: translateX(-120%);
         transition: all 0.3s ease 0s;
    }

    .menumv .sf-menu {
        display: block;
        position: absolute;
    }

    .menumv .sf-menu > li {
        margin-left: 0;
        width: 100%;
    }

    .menumv .sf-menu > li > a {
        display: block;
        padding: 11px 56px 11px 16px;
        text-align: center;
    }

    .flt__n-sm {
        z-index: 999;
    }
    /*
    #stuck_container {
        padding-bottom: 25px;
    }
    */
    #header .cnt {
        position: fixed;
    }

    #header .cnt .substrate {
        background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    }
    
    .rd-navbar-toggle span::after, 
    .rd-navbar-toggle span::before, 
    .rd-navbar-toggle span {
        backface-visibility: hidden;
        background-color: #303334;
        border-radius: 2px;
        height: 4px;
        width: 24px;
    }
    .rd-navbar-toggle span::after, 
    .rd-navbar-toggle span::before {
        content: "";
        left: 0;
        position: absolute;
        top: -8px;
        transition: all 0.3s ease 0s;
        transform-origin: 1.71429px center 0;
    }
    .rd-navbar-toggle span::after {
        top: 8px;
    }
    .rd-navbar-toggle span {
        transform: rotate(180deg);
        display: block;
        margin: auto;
        position: relative;
        transition: all 0.3s ease 0s;
    }    
    .camera-wrapper 
    {
        position: relative; 
        top: 65px;
    }
    
    .rd-navbar-toggle {
        display: inline-block;
    }    

    .menumv.active {
         transform: translateX(0px)
    }
    
    .well, .well1 {
    padding: 135px 0 0 !important;
}
.titulomenu {
    display: block; overflow: hidden;
}

.camera-wrapper {
    top: 114px;
}
    .map {
    height: 169.75px;
    position: relative;
    top: 25px;/*114px;*/
}
}

//activo

.rd-navbar-toggle.active span::before {
    transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-toggle.active span::after {
    transform: rotate3d(0, 0, 1, 40deg);
}
.rd-navbar-toggle.active span {
    transform: rotate(360deg);
}

.rd-navbar-toggle.active span::after, 
.rd-navbar-toggle.active span::before {
    top: 0;
    width: 15px;
}

/* Stuck menu styles
========================================================*/
.isStuck
{
    z-index: 999;

    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
}
.isStuck .sf-menu ul
{
    background: #fff;
}
@media only screen and (max-width: 979px)
{
    .isStuck
    {
        display: none !important;
    }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content
{
    overflow: hidden;
}
#content h2 + p
{
    margin-top: 39px;
}
#content p + .addr
{
    margin-top: 36px;
}
#content .addr + .socials
{
    margin-top: 37px;
}
/*============  Wrappers  =============*/
.img-wrap-fw
{
    text-align: center;
}
.img-wrap-fw img.js-unveil
{
    width: 100%;
    height: auto;
}
.img-wrap
{
    text-align: center;
}
.btn-wrap
{
    position: relative;

    overflow: hidden;
}
.btn-wrap .btn1
{
    position: relative;
}
.btn-wrap .btn1:before,
.btn-wrap .btn1:after
{
    position: absolute;
    top: 65%;

    width: 1000px;
    height: 1px;

    content: '';

    background: #d6d6d6;
}
.btn-wrap .btn1:before
{
    left: 153%;
}
.btn-wrap .btn1:after
{
    right: 153%;
}
/*============  Headings  =============*/
.hdng
{
    font-weight: bold;
    margin-bottom: 54px;
}
.hdng__off1
{
    margin-bottom: 36px;
}
.hdng__off2
{
    margin-bottom: 47px;
}
/*============  Buttons  =============*/
.btn1
{
    font-size: 19px;
    font-weight: 400;
    font-style: italic;

    display: inline-block;

    color: #333;
}
.btn1:hover
{
    text-decoration: underline;
}
/*============  Borders  =============*/
.brd1
{
    border-top: 1px solid #d2d2d2;
}
/*============  Index List  =============*/
.index-list li
{
    position: relative;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 44px 10px 58px 86px;

    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.index-list li:before
{
    font-size: 60px;
    font-weight: 400;
    line-height: 1;

    position: absolute;
    top: 39px;
    left: 17px;

    content: attr(data-index);
}
.index-list__off1
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .index-list li + li
    {
        margin-top: 30px;
    }
}
/*============  Menu List  =============*/
.menu-list span
{
    display: block;
    float: right;

    color: #333;
}
.menu-list a:hover
{
    text-decoration: none;

    color: #000;
}
.menu-list li
{
    padding-bottom: 1px;

    border-bottom: 1px solid #ababab;
}
.menu-list li + li
{
    margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 979px)
{
    .menu-list span
    {
        float: none;
    }
}
@media (max-width: 479px)
{
    .menu-list span
    {
        float: none;
    }
}
/*============  Well  =============*/
.well1
{
    padding: 20px 0 25px;
}
.well
{
    padding: 69px 0 91px;
}
.well__ins1
{
    padding-top: 59px !important;
}
.well__ins2
{
    padding-top: 50px !important;
    padding-bottom: 58px/*101px*/ !important;
}
.well__ins3
{
    padding-top: 76px !important;
}
.well__ins4
{
    padding-top: 65px !important;
}
.well__ins5
{
    padding-top: 20px /*50px*/ !important;
    padding-bottom:10px;/* 52px;*/
}
.well__ins6
{
    padding: 119px 0 80px;
}
.well__ins7
{padding-top: 60px !important;
    padding-bottom: 0;
}
.well__ins8
{
    padding-bottom: 124px;
}
.well__ins9
{
    padding-top: 129px;
}
/*============  Boxes  =============*/
.box1_cnt
{
    padding: 23px 20px 38px;
}
.box1_cnt2
{
    padding: 10px 10px 30px;
}
.box1__ins1
{
    padding: 61px 15px 30px;
}
.box1__ins2
{
    padding: 78px 15px 30px;
}
.box1__off1
{
    margin-bottom: 55px;
}
.box1 h3 + p
{
    margin-top: 12px;
}
.box1 h3 + p.box1__off2
{
    margin-top: 4px;
}

.subsubmensaje {
    color: #333;
    font-weight: 400;
    font-size: 26px;
    text-shadow: 1px 1px 10px #fff, 1px 1px 1px #fff;
}
@media (max-width: 1199px)
{
    .box1__ins1,
    .box1__ins2
    {
        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .box1 .img-wrap
    {
        overflow: hidden;

        max-height: 266px;
        margin-bottom: 15px;
    }
    .box1 .img-wrap img
    {
        width: 100%;
    }
}
.box2 h3
{
    font: 700 28px 'Lato', sans-serif;

    margin-bottom: 13px;

    text-transform: uppercase;
}
.box2__off1
{
    margin-bottom: 46px;
}
/*============  Address =============*/
.addr p
{
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;

    color: #333;
}
.addr p span
{
    font-size: 45px;
    font-weight: 100;
    font-style: normal;
    line-height: 60px;

    display: block;
}
@media (max-width: 479px)
{
    .addr p span
    {
        font-size: 32px;
        line-height: 40px;
    }
}
.addr2 p:first-child
{
    text-transform: uppercase;

    color: #333;
}
.addr2 dl
{
    display: inline-block;

    text-align: left;
}
.addr2 dl dt,
.addr2 dl dd
{
    display: inline-block;
}
.addr2 dl dt
{
    min-width: 76px;
}
.addr2 p + dl
{
    margin-top: 13px;
}
/*============  Terms List =============*/
.terms
{
    padding: 0 40px;
}
.terms dt
{
    text-transform: uppercase;

    color: #333;
}
.terms dd
{
    padding: 0 35px;
}
.terms dt + dd
{
    margin-top: 13px;
}
.terms dd + dt
{
    margin-top: 38px;
}
@media (max-width: 767px)
{
    .terms
    {
        padding: 0;
    }
    .terms dd
    {
        padding: 0;
    }
}
/*============  Socials =============*/
.socials
{
    display: inline-block;
}
.socials li
{
    float: left;
}
.socials li + li
{
    margin-left: 10px;
}
.socials .fa
{
    font-size: 31px;
    line-height: 60px;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #2a2a2a;
}
.socials .fa:hover
{
    text-decoration: none;

    color: #fff;
    background: #000;
}
.socials:before,
.socials:after
{
    display: table;

    content: ' ';
}
.socials:after
{
    clear: both;
}
/* Stellar(parallaxBG) styles
========================================================*/
.desktop .stellar-block
{
    background-attachment: fixed;
}
.stellar-block
{
    position: relative;

    background-repeat: no-repeat;
    background-position: center 0;
}
.stellar-block h2
{
    font-size: 120px;
    line-height: 120px;
}
.stellar-block h2 span
{
    font-size: 86px;
    line-height: 78px;
}
.stellar-block h2
{
    margin-bottom: 33px;
}
.stellar-block p + .btn1
{
    margin-top: 36px;
}
.stellar-block h4 + p
{
    margin-top: 13px;
}
.stellar-block .btn1
{
    font-size: 25px;
    line-height: 26px;
}
@media (max-width: 767px)
{
    .stellar-block
    {
        -webkit-background-size: auto 100%;
           -moz-background-size: auto 100%;
             -o-background-size: auto 100%;
                background-size: auto 100%;
    }
    .stellar-block h2
    {
        font-size: 72px;
        line-height: 72px;
    }
    .stellar-block h2 span
    {
        font-size: 52px;
        line-height: 48px;
    }
}
@media (max-width: 479px)
{
    .stellar-block h2
    {
        font-size: 48px;
        line-height: 48px;
    }
    .stellar-block h2 span
    {
        font-size: 32px;
        line-height: 32px;
    }
}
.stellar1
{
    padding: 145px 0 182px;

    background-image: url(../images/index_img03.jpg);
    background-position: 0 0;
}
@media (max-width: 1199px)
{
    .stellar1
    {
        background-image: url(../images/index_img03sm.jpg);
        background-position: 0 0;
    }
}
.stellar2
{
    padding: 145px 0 182px;

    background-image: url(../images/index_img06.jpg);
    background-position: 0 0;
}
@media (max-width: 1199px)
{
    .stellar2
    {
        background-image: url(../images/index_img06sm.jpg);
        background-position: 100% 0;
    }
    
    .stellar1 h2
    {
        text-shadow: 2px 2px 6px #FFF;
    }
    .stellar1 h2 span
    {
        text-shadow: 1px 1px 10px #FFF, 1px 1px 1px #FFF;
    }
}
.stellar3
{
    padding: 145px 0 169px;

    background-image: url(../images/index-1_img02sm.jpg);
    background-position: 0 100%;
}

.stellar3 h2
    {
        text-shadow: 2px 2px 6px #FFF;
    }
    
    .stellar3 h2 span
    {
        text-shadow: 1px 1px 10px #FFF, 1px 1px 1px #FFF;
    }

@media (max-width: 1199px)
{
    .stellar3
    {
        background-image: url(../images/index-1_img02sm.jpg);
        background-position: 0 0;
    }
    
    .stellar3 h2
    {
        text-shadow: 2px 2px 6px #FFF;
    }
    
    .stellar3 h2 span
    {
        text-shadow: 1px 1px 10px #FFF, 1px 1px 1px #FFF;
    }
}
.stellar4
{
    padding: 145px 0 125px;

    background-image: url(../images/index-1_img07.jpg);
    background-position: 0 0;
}
@media (max-width: 1199px)
{
    .stellar4
    {
        background-image: url(../images/index-1_img07sm.jpg);
        background-position: 0 0;
    }
}
.stellar5
{
    padding: 144px 0 85px;

    background-image: url(../images/index-2_img01.jpg);
    background-position: 0 0;
}
.stellar5 h2
{
    color: #fff;
}/*
@media (max-width: 1199px)
{
    .stellar5
    {
        background-image: url(../images/index-2_img01sm.jpg);
        background-position: 0 0;
    }
}*/
/*========================================================
                    FOOTER styles
=========================================================*/
#footer
{
    text-align: center;
}
/*============  Info =============*/
.info
{
    font-size: 13px;

    padding: 30px 0 142px;/* 55 0 142*/
}
/*========================================================
                    Widget styles
=========================================================*/
/* ================== UItoTop ===================*/
#toTop
{
    font-size: 26px;
    line-height: 40px;

    position: fixed;
    z-index: 20;
    right: 15px;
    bottom: 35px;

    display: none;
    overflow: hidden;

    width: 42px;
    height: 42px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #333;
}
#toTop:hover
{
    background: #000;
}
@media only screen and (max-width: 1199px)
{
    #toTop
    {
        display: none !important;
    }
}
/*============  Map =============*/
.map
{
    width: 100%;
    max-width: 100%;
    height: 485px;
}
@media (max-width: 979px)
{
    .map
    {
        height: 242.5px;
    }
}
@media (max-width: 479px)
{
    .map
    {
        height: 169.75px;
    }
}
/*============  LightBox =============*/
a[data-type='lightbox']
{
    position: relative;

    display: inline-block;
}
a[data-type='lightbox'] img
{
    width: 100%;
    height: auto;
}
a[data-type='lightbox']:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: .3s all ease;
       -moz-transition: .3s all ease;
         -o-transition: .3s all ease;
            transition: .3s all ease;

    opacity: 0;
    background: url('../images/magnify.png') no-repeat center center;
}
a[data-type='lightbox']:hover:after
{
    opacity: .8;
}
a[data-type='lightbox'].off1
{
    margin-bottom: 30px;
}
@media (max-width: 479px)
{
    a[data-type='lightbox']
    {
        overflow: hidden;

        max-height: 190px;
    }
}
/*============  Isotope =============*/
.isotope .element-item
{
    float: left;

    width: 33.33333333333333%;
    min-height: 390px;
}
@media (min-width: 480px) and (max-width: 767px)
{
    .isotope .element-item
    {
        width: 50%;
    }
}
@media (max-width: 479px)
{
    .isotope .element-item
    {
        float: none;

        width: 100%;
    }
}
.isotope:before,
.isotope:after
{
    display: table;

    content: ' ';
}
.isotope:after
{
    clear: both;
}
.isotope-list
{
    font: 400 34px 'Dancing Script', cursive;

    display: inline-block;

    margin-bottom: 51px;

    color: #717171;
}
.isotope-list li.active
{
    color: #000;
}
.isotope-list li
{
    float: left;
}
.isotope-list li + li
{
    margin-left: 79px;
}
@media (max-width: 1199px)
{
    .isotope-list li + li
    {
        margin-left: 30px;
    }
}
@media (max-width: 767px)
{
    .isotope-list li
    {
        float: none;
    }
    .isotope-list li + li
    {
        margin: 15px 0 0;
    }
}
.isotope-list:before,
.isotope-list:after
{
    display: table;

    content: ' ';
}
.isotope-list:after
{
    clear: both;
}
/*========================================================
                   General Modifiers
=========================================================*/
.flt__l
{
    float: left;
}
.flt__r
{
    float: right;
}
@media (max-width: 1599px)
{
    .flt__r-xl
    {
        float: right;
    }
}
.flt__n
{
    float: none;
}

@media (max-width: 479px)
{
    /*
    .box-newgaleriahome {
        height: 220px !important;
    }
    */
    .flt__n-xs
    {
        float: none;
    }
}
@media (max-width: 767px)
{
    
   /* .box-newgaleriahome {
        height: auto !important; 
    }*/
    .isotope .element-item {
        width: 100%;
    }
    .flt__n-sm
    {
        float: none;
    }
}
@media (max-width: 979px)
{
    .flt__n-md
    {
        float: none;
    }
}
@media (max-width: 1199px)
{
    .flt__n-lg
    {
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 979px)
{
    .flt__n-sm-md
    {
        float: none;
    }
}


@media (min-width: 980px) and (max-width: 1199px)
{
    
    .flt__n-md-lg
    {
        float: none;
    }
}
@media (max-width: 1599px)
{
    .flt__n-xl
    {
        float: none;
    }
}
.ta__l
{
    text-align: left;
}
.ta__r
{
    text-align: right;
}
.ta__c
{
    text-align: center;
}
/*========================================================
                    Responsive layout
=========================================================*/
@media (max-width: 767px)
{
    a[data-type='lightbox'],
    .box1,
    .menu-list
    {
        margin-bottom: 30px;
    }
}
/*
.menumv {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 66px 0;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 976 !important;
}*/
 .row1 {
     display: block; overflow: hidden; float: left;
         
 }
 
 .row1 .grid_4 {
    display: block;
float: left;
overflow: hidden;
 }
 
 .imgbox {
                background-size:     cover;
                background-repeat:   no-repeat;
                background-position: center center;  
            }


.see-menu-section p {
    font-size: 32px;
    margin: 30px 0;
    color: #333;
    font-weight: 300;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
                 0px 4px 13px rgba(0,0,0,0.1),
                 0px 9px 23px rgba(0,0,0,0.1);
}

.glf-button {
    background-color: #333 !important;
    color: #fff !important;
    padding: 8px !important;
    font-size: 16px !important;
    margin-top: -5px !important;
}
.muestraMovil {
    display: none !important;
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 75px;
}

@media screen and ( max-width: 1054px ) {
    header { text-align: center; }
    header .brand { width: 100%; float: none; }
}
@media screen and ( max-width: 830px ) {
    .sf-menu > li + li { margin-left: 10px; }
}
@media screen and ( max-width: 767px ) {
    header { text-align: left; }
    .ocultoMovil { display: none !important; }
    .muestraMovil { display: block !important; }
}