/*
  Starter "blank" page

  * replace with your own content
------------------------------------- */
html {
  scroll-behavior: smooth;
}


.bg-grad {
    padding: 100px 0;
    background: linear-gradient(72.65deg, #F9F9F9 4.22%, #F1F1F1 94.44%);
}


/*
    Intro cards
*/
.intro {
    padding: 40px 0;
}

.intro h1 {
    margin-bottom: 20px;
    font-size: 1.68rem;
    font-weight: bold;
}

.intro-card {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 40px;
    min-height: 310px;
    border-radius: 8px;
    background: #fff;
}

.intro-card h2 {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    font-weight: 600;
    font-size: 1.68rem;
}

.intro-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.intro-card ul li:last-child {
    margin-bottom: 0;
}

.intro-card ul li {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 0.87rem;
    color: #222;
}


/*
    Intro info
*/
ul.intro-info li span {
    margin-left: 2px;
    font-weight: 400;
    color: #707070;
}

ul.intro-info li a {
    font-weight: 400;
    color: #707070;
    border-bottom: 1px solid rgba(34,34,34, 0);
    transition: all 0.35s;
}

ul.intro-info li a:before {
    content: none;
}

ul.intro-info li a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(34,34,34, 1);
}


/*
    Intro links
*/
ul.intro-links li a {
    position: relative;
    display: inline-block;
    color: #222;
    border-bottom: 1px solid rgba(34,34,34, 0);
    transition: all 0.35s;
}

ul.intro-links li a span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    right: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #ececec;
    border-radius: 100px;
    opacity: 0;
    transition: all 0.35s;
}

ul.intro-links li a span i {
    font-size: 16px;
}

ul.intro-links li a:hover {
    border-color: rgba(34,34,34, 1);
}

ul.intro-links li a:hover > span {
    opacity: 1;
    transition-delay: 0.25s;
}


/*
    Link animation
*/
@keyframes anim-ic-link {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }

    100% {
        opacity: 1;
    }
}

.ic-link-animated {
    animation: anim-ic-link 1.5s infinite;
}

.ic-link-animated:hover {
    animation: none;
}



/*
    Guide
*/
.guide {
    padding: 60px 0 100px 0;
}

.i-guide h5 {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}

.i-guide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.darkback {
	background-color: #FFFFFF;
}

.col-md-8b {width: auto;}

#pt-content1 {
	background-image: url("http://www.madpandastudio.com/krenekatlantic/img/aboutus.jpg");
}
#pt-content2 {
	background-image: url("http://www.madpandastudio.com/krenekatlantic/img/products.jpg");
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* header image */

.headimg {width: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: 1}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 1}
  to {opacity: 1}
}

.containermain { max-width: 100%}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}


header .carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
  padding-bottom: 150px;
}
.carousel-caption h2{
  font-size: 50px;
  text-transform: uppercase;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}

