/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 10rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel-item {*/
/*  height: 660px;*/
/*  background-color: #fff;*/
/*}*/
.carousel-item > img {

    width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


#global-nav {
  position: fixed;
  z-index: 44;
  height: 100px;
  width: 100%;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}

.site-title {
  display: inline-block;
  -webkit-transition: all .5s;
    transition: all .5s;
}
.scrolled-nav{
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-bottom: 1px solid #dee2e6!important;
    margin-bottom: 1rem;
}
.scrolled-nav h5, .scrolled-nav nav a{
  color:#333 !important;
}

.scrolled-nav {
  height: 80px !important;
  line-height: 80px !important;
}

.counter {
  width: 20px;
  height: 20px;
  background: black;
  color: #fff;
  position: fixed;
  top: 120px;
  right: 0;
}
.promo-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
		padding-top:4%;
}
.promo-content {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding-top: 5%;
}

.roll-promobox.aside-style .promo-controls {
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 30%;
}
.promo-controls{
  padding-top: 12%;
}

.roll-button.border {
    color: #fff;
    border: 1px solid #fff;
}

.roll-button.border {
    background-color: transparent;
    text-transform: uppercase;
}
.roll-button {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 35px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.promo-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
		position: relative;
		padding-left: 150px;
		margin-top: 0px;
}
@media(min-width:1600px){
	.promo-wrap{
		padding-top: 2% !important;
	}
}
@media(max-width:767px){
	.promo-paragraph{
		padding-left:15px;padding-right:15px;
	}
}
.main {
  font-family:Arial;
  width:100%;
  display:block;
  margin:0 auto;
}
.slick-slide img{
  height: 100px;
}
.slick-slide{
  padding-left: 15px;
  padding-right: 15px;
}
.securityBank,.nccaImg{
  width: 80% !important;
  padding-left: 50px;
}
.nationalMuseumImg{
  width: 75% !important;
}
.pagcorImg{
    width: 65% !important;
}
.cbcpImg{
  width: 90% !important;
}
.tourismImg{
  width: 95% !important;
}
.tbpImg{
  width: 100%;
  padding-top: 20px;
  height: 90px !important;
}
/*HYPER LINK*/
a:hover{

}
a, a:focus , a:hover{
  text-decoration: none;
  color: inherit;
}
 a:hover, .btn{
	outline:none!important;
}

/*ROUNDED CORNER*/
*{
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
/*CATEGORIES BADGE*/
.badge {
	font-weight: 600;
	font-size: 13px;
	color: white;
	background-color: #289dcc;
}
/*FEATURED*/
.mg-2, .mg-4{
	margin-left:-20px;
}
.linkfeat{
	background: rgba(76,76,76,0);
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,0)), color-stop(49%, rgba(48,48,48,0)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 0%, rgba(48,48,48,0) 49%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.bg-gray{
  background: rgba(0,0,0,.1);
}
.titleRow{
  padding-bottom: 20px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {

    display: block;
    max-width: 100%;
    height: auto;

}
