@import url(http://fonts.googleapis.com/css?family=Trade+Winds);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300);
/* Custom To Do */

.box-business {background-color: #de0080;}
    .box-business {
        background-color: #DE0080;
        margin: 0;
        width: 100%;
        min-height: 281px;
    }
    .box-business li{
        color: #FFFFFF;
        font-family: Lato;
        font-size: 14px;
        text-align: left;
        font-weight: 100;
        list-style: circle;
        float:left;
        display:inline;
        width: 50%;
    }
    .box-business > div{
        padding: 7px 7%;
    }
    @media (min-width: 1200px) {
        .box-business > div{
            padding: 23px 7% !important;
        }
    }
    .box-business > div p{
        color: #FFFFFF;
        font-family: Lato;
        font-size: 17px;
        text-align: center;
        font-weight: bold;
    }
    .box-business > div > div{
        margin-top: 20px;
    }
    .box-business > div > div p{
        color: #FFFFFF;
        font-family: Lato;
        font-size: 12px;
        text-align: left;
        font-weight: 100;
        line-height: 8px;
    }
    .box-business > div > div strong{
        color: #FFFFFF;
        font-family: Lato;
        font-size: 12px;
        text-align: left;
        font-weight: bold;
    }
.tequila {margin-top: 26px;}

h4 {color: #fff; font-size: 40px; font-family:'Trade Winds', cursive; text-shadow: 2px 2px 5px #60003e; text-align: center; margin-top: 40px; line-height: 1em;}
.call {
    margin-left: 68px;
    margin-top: 20px;
    margin-bottom: 30px;
}
 
 strong{color: #df0081;}
 strong.discoveres{color: #df0081;
       font-weight: 100;}

.restaurant-booking{background-color: #fdb8e0;
                    padding: 10px 10px 10px 10px;
                    margin-left: 40px;
                    }

.hidden-box {display: inline-block;}
.vertical-middle { vertical-align: middle !important; padding: 30px 20px 0 20px; }
.vertical-top { vertical-align: middle !important; padding: 0px 10px 0 10px; }
.clear { clear:both; height: 20px;}
.clearw { clear:both; height: 20px; background: #fff;}
.arts .clear2 { clear:both; height: 10px; background: #fff;}

.to-do .row-fluid [class*="span"]:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
}
.scalar {

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;	
    transition: all 300ms ease-out;
}
.scalar:hover {
    -moz-transform: scale(1.006);
    -o-transform: scale(1.006);
    -webkit-transform: scale(1.006);
    transform: scale(1.006);

}

.to-do p{
	font-size: 13px;
	text-align: right;
	color: #333333;
	font-family: Lato;
}
.breadcrumb-to-do{ 
    font-family: 'Lato', sans-serif; font-weight: 400;
    height: 45px;
    padding: 10px;}

.container-to-do {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px;}

boximg.scale-with-grid {
    max-width: 100% !important;
    height: auto !important;
}
.title-to-do {  height: 70px; background-image: url("../img/family-vacations-in-puerto-vallarta.jpg"); background-repeat: no-repeat;  }
.title-to-do h1{ 
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64);
    font-family: 'Signika', sans-serif !important;
    text-transform: uppercase; padding-left: 10px; 
    font-size: 30px;
    font-weight: 100 !important; color:#fff !important; 
}
.to-do-flecha {position:absolute; z-index: 30; bottom:-5px; background-image: url("../img/marcador-to-do.png"); background-repeat: no-repeat; width: 45px; height: 15px;}


/*End Social Icons*/
.top-social-right{ position: relative; right: 10px; height: 45px;
                   padding: 10px; text-align: right; float: right}
.social { list-style:none; }
.social li { display:inline; float:left; margin-right:25px; margin-top:5px; }
.social li a { display:block; width:40px; height:40px; position:relative; }

li.facebook-icon {
    background-image: url("../img/socialicon_facebook.png"); background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;	
    transition: all 300ms ease-out;
}
li.facebook-icon:hover {
    background-image: url("../img/socialicon_color_facebook.png"); background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;	
    transition: all 300ms ease-out;
}
li.twitter-icon {
    background-image: url("../img/socialicon_twitter.png"); background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;	
    transition: all 300ms ease-out;
}
li.twitter-icon:hover {
    background-image: url("../img/socialicon_color_twitter.png"); background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;	
    transition: all 300ms ease-out;
}
.social:hover li { opacity:0.2; }

.social li { transition-property: opacity; transition-duration: 500ms;  }
.social li a  { 
    transition-property: opacity, top; transition-duration: 300ms;
} 

.social li:hover { opacity:1; top:-10px; }
/* .social li:hover a strong { opacity:1; top:-10px; }*/
/*End Social Icons*/

.espacio{height: 290px; margin-top: 17px;}

@media (min-width: 1200px) {



}

@media (min-width: 768px) and (max-width: 979px) {
    .center {width: 60%; padding-left:18%;}
    .center .horizontal {width: 80%; padding-left:18%;}
    .to-do p{ font-size: 17px; margin-top: 20px;} 
    .to-do .row-fluid .span4 { width: 100% !important; text-align: center !important;}
    .to-do .food-and-wine .row-fluid .span8 .center{ width: 90% !important; text-align: center !important;}
    .to-do .sports .row-fluid .span4 .center{ width: 40% !important; text-align: center !important; padding-top: 10px; padding-left: 216px;}
    .to-do .sports .row-fluid .span4 p{ width: 100% !important; text-align: left !important; padding-left: 0px; margin-top:-10px;}
    .to-do .sports [class*="span"] {margin-left: 0;}
    .to-do .shopping .row-fluid .span4 .center { width: 70% !important; text-align: left !important; padding-left: 84px; margin-top: -140px;} 
    .to-do .shopping .row-fluid .span8 .center { width: 100% !important; text-align: left !important; padding-left: 60px;} 
    .to-do .entertainment .row-fluid .span4 .center { width: 70% !important; text-align: left !important; padding-left: 84px; margin-top: 0px;} 
    .to-do .entertainment .row-fluid .span8 .center { width: 100% !important; text-align: left !important; padding-left: 40px; margin-top: -55px;} 
    .to-do .activities .row-fluid .span4 .center{ width: 70% !important; margin-left: -46px; margin-bottom: 18px; margin-top:-48px}
    .call{margin-left: -45px;}
}

@media print {
    
    
}
@media (max-width: 1024x) {
.hiddenok {display:none !important;}
.to-do .food-and-wine .row-fluid .span8 { width: 80% !important; text-align: center;}
}

@media (max-width: 767px) {
    .to-do p{ font-size: 17px; line-height: 1.5em; padding-left: 10px; padding-right: 10px;}
    .centrado { text-align: center;}
    .vertical-middle { vertical-align: middle !important; padding:0px; }
    .vertical-top { vertical-align: top !important; padding:0px; }
    .center {width: 70%; padding-left:12%;} 
}

@media (max-width: 480px) {
    .to-do p{ font-size: 16px; line-height: 1.5em;}
    .title-to-do h1{ font-size: 20px;}
    .center .horizontal {width: 250px; padding-left:1.5%;}
    .to-do .food-and-wine .row-fluid .span8 .center{ width: 100%; margin-left:-115px; margin-bottom: 20px;}
    .to-do .food-and-wine .row-fluid .span4 .center{ width: 92% !important; margin-left:-73px;}
    .to-do .sports .row-fluid .span4 .center{ width: 50% !important; margin-left: 64px; margin-bottom: 18px; margin-top:-68px}
    .to-do .arts .row-fluid .span4 .center{ width: 70% !important; margin-left: 18px; margin-bottom: 18px; margin-top:0px}
    .to-do .shopping .row-fluid .span4 .center { width: 90% !important; text-align: left !important; padding-left: 22px; margin-top: -62px;} 
    .to-do .shopping .row-fluid .span8 .center { width: 100% !important; text-align: left !important; padding-left: 0px;}
    .to-do .entertainment .row-fluid .span4 .center { width: 87% !important; text-align: left !important; padding-left: 27px; margin-top: 25px; margin-bottom: 25px;} 
    .to-do .entertainment .row-fluid .span8 .center { width: 85% !important; text-align: left !important; padding-left: 0px; margin-top: -55px;}  
    .to-do .activities .row-fluid .span4 .center{ width: 92% !important; margin-left: -77px; margin-bottom: 31px; margin-top:-48px}
    .call{margin-left: 90px;}
    }

    @media (max-width: 360px) {
    .center {width: 70%; padding-left:1%;}
    .span8 .center {width: 80%; margin-left:15px; margin-top: -40px;}
    .to-do p{ font-size: 17px; line-height: 1.5em; padding-left: 10px; padding-right: 10px; padding-top: 10px;}
    .to-do .food-and-wine .row-fluid .span8 .center{ width: 115%; text-align: left; margin-top: 25px;}
    .to-do .food-and-wine .row-fluid .span4 .center{ width: 136% !important; text-align: left !important;}
    .to-do .shopping .row-fluid .span4 .center { width: 92% !important; text-align: left !important; padding-left: 12px; margin-top: 110px;} 
    .to-do .shopping .row-fluid .span8 .center { width: 93% !important; text-align: left !important; padding-left: 0px; margin-top: 23px;}
    .to-do .arts .row-fluid .span4 .center{ width: 75% !important; margin-left: 65px; margin-bottom: 18px; margin-top:0px}
    .to-do .entertainment .row-fluid .span4 .center { width: 87% !important; text-align: left !important; padding-left: 19px; margin-top: 25px; margin-bottom: 25px;} 
    .to-do .activities .row-fluid .span4 .center{ width: 92% !important; margin-left: 19px; margin-bottom: 31px; margin-top:-48px}
    }

    /* block */

.page_block{
    width: 100%;
    margin-top: 10px;
}
.page_icons{
    float: left; 
    width: 15%;
}
.page_text{
    float: left; 
    width: 85%;
}
.page_text p{
    font-size: 12px; 
    line-height: 16px;
}

.page_booking{
    float: right; 
    padding: 10px; 
    background: #d80275;
}
.page_title{
    font-size: 20px; 
    line-height: 27px;
    color: #810053;
}
.page_block  a{color: #df0081;}
.page_block  a:hover{color:#a8086c}
