body{ color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
h1,h2,h3,h4,h5{ text-align:center; font-family:Bebas-Regular;}
h3{ font-size:18px;text-align:center;}
.header{ height:auto; text-align:center;color:#0469b9;z-index:500;background-color:#fff;}
.header h1{font-family:Bebas-Regular; font-weight:bold;font-size:35px; margin-bottom:0px; text-align:center;}
.header p{ margin-bottom:5px;text-align:center;}
.top{ height:auto; background-color:#085175;}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.estd{font-family:Afterglow-Regular; font-size:25px; text-align:center;color:#ed8e0c;text-shadow: 1px 1px #686868; margin-bottom:10px;}
.estd img{ width:150px; height:auto; float:none; display:block; margin:0 auto;}
.banner {width:100%; height:auto; border-bottom:0px solid #048fab;margin-top:250px;}
.banner img{width:100%; height:auto;}
.copyright{font-size:11px; color: #ccae99; text-align:center;  margin-bottom:5px;margin-top:10px}
.powered{float:none; margin:0 auto; display:block; width:150px;}
.powered img{float:none; text-align:center; margin:0 auto; display:block; vertical-align:middle; width:auto;}
.social{ float:none; margin: 0 auto; width:41%; height:auto; display:block;}
.social img{ float:left; width:20px; margin:1px;}
.footer{ border-top: 1px dashed #CCCCCC; margin-top:20px;
background: rgba(79,79,79,1);
background: -moz-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,79,79,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(79,79,79,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#000000', GradientType=0 );
}
.panel-default > .panel-heading {color: #dce0eb;background-color: #560202;border-color: #ddd; text-transform:uppercase; padding-top:10px; padding-bottom:10px;}
.list-group-item {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.nopadding{ margin:0px; padding:0px;}
p{ text-align:justify;}
.powered img{float:none; margin:0 10px 10px 0px; display:block;}
.navbar-toggle { 
    display:block;
    position: relative;
    float: none;
    padding: 9px 10px; 
	margin:0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
	margin:0 auto;
    width: 22px;
    height: 2px;
    border-radius: 1px;}
.carousel-caption h1{font-family:Bebas-Regular; font-weight:normal;font-size:20px; text-align:left;color:#fff;}
.carousel-caption h3{ text-align:left;font-family:Homenaje-Regular; font-weight:normal;font-size:15px; color:#000; margin-top:-10px;}
.carousel-caption
{ display:block;text-shadow:none; 
width:400px;
z-index:10;
color:#dbf6fb;
text-align:justify;
top:50%;
left:12%;
bottom:auto;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%);}
.carousel-caption p{ display:none;}
.thumbnail {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
.service{font-size:11px;text-align:left;}
.package h3{ text-transform:capitalize;}
.detail h4{ text-align:right;}
.detail img{ float:right; width:50px; height:auto; margin-top:-30px;}
.mySlides {display:none;}

.package img:hover {
  animation: shake 2.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.member .thumbnail {text-align: center;padding:4px;
box-shadow: none;border:0px solid #515151;}
.member .thumbnail p{font-size:11px; text-align:center;}

@media(min-width:768px)
{
.banner {width:100%; height:auto; border-bottom:0px solid #048fab;margin-top:140px;}
.estd{font-family:Afterglow-Regular; font-size:25px; text-align:right; margin-top:25px; color:#ed8e0c;text-shadow: 1px 1px #686868;}
.estd img{ width:150px; height:auto; float:right; margin-top:-10px;}
h1,h2,h3,h4,h5{ text-align:left;}
h3{ font-size:24px;text-align:left;}
.header h1{font-family:Bebas-Regular; font-weight:bold;font-size:35px; margin-bottom:0px; text-align:left;}
.header p{ margin-bottom:20px;text-align:left;}
.carousel-caption h1{font-family:Bebas-Regular; font-weight:bold;font-size:45px; text-align:left;color:#fff;}
.carousel-caption h3{ text-align:left;font-family:Homenaje-Regular; font-weight:normal;font-size:40px; color:#fff;}
.carousel-caption p{line-height:100%; font-size:12px; line-height:120%; display:block;}
.carousel-caption
{ display:block;text-shadow:none; 
width:400px;
z-index:10;
color:#422e15;
text-align:justify;
top:50%;
left:15%;
bottom:auto;
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
transform:translate(0, -50%);}

.powered{float:right;}
.powered img{float:right; padding:10px; display:block;}
.copyright{font-size:11px;color:#ccae99;text-align:left;margin:10px;}
.navbar-toggle{display:none;}
}





@media(min-width:1170px)

{

}
