/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100%;
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  animation-name: slide;
  animation-duration: 1s;
  top:180px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 580px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.carousel .item {
	  height: 480px;
	  background-color: #777;
	}
}
@media only screen and (max-width: 1024px) {
	.carousel .item {
	  height: 450px;
	  background-color: #777;
	}
}
@media only screen and (max-width: 768px) {
	.carousel .item {
	  height: 400px;
	  background-color: #777;
	}
}
@media only screen and (max-width: 480px) {
	.carousel .item {
	  height: 250px;
	  background-color: #777;
	}
}
@media only screen and (max-width: 320px) {
	.carousel .item {
	  height: 150px;
	  background-color: #777;
	}
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
 
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  
}
/*Jcarousel Thumnails*/
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/
.listportfolio{
    margin: auto;
    position: relative;   
}
.jcarousel {
    position: relative;
    overflow: hidden;
     margin: auto;   
}
.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    padding: 0;
}

.jcarousel li {    
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
}

.jcarousel img {
    display: block;
    max-width:100%;
    height:
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 40%;
    margin-top: -15px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 64px/67px Arial, sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev:hover,.jcarousel-control-prev:focus,
.jcarousel-control-next:hover,.jcarousel-control-next:focus{
	color:#f67734;
}

.jcarousel-control-prev {
    left: 100px;
}

.jcarousel-control-next {
    right: 100px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.linkcourse{
	color:#3f3f3f;
}
.linkcourse:hover,.box-course:hover{
	color:#f67734;
}
.box-course{
	padding: 8px;
	background: #fff;
	position: relative;
	color: #000;
	height: 82px;
	overflow: hidden;
	font-family: 'Athiti', sans-serif;
	font-size:1.2em;
	display:block;
	color:#000;
	font-weight:bold;
}

.btn-link-moreinfo{
	border:2px solid #fff;
	border-radius:50px;
	padding:10px;
	color: #fff;
	font-size: 20px !important;
}
.btn-link-moreinfo:hover{
	color: #000;
	border:2px solid #000;
	padding: 15px;
	transition:all 1s ease;
}
@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 
