/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0px;
    background-color: #45B74E;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0px;
    border: 1px solid #fff;
}

.slide-img {
    border: 5px solid #fff;
}

nav {
    margin-bottom: 5px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    margin: 0;
    padding: 0
}

#body {
    background-image: url(../images/bg_image.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#header {
    margin-top: 10px;
}

.banner {
    height: auto;
    padding: 10px 0;
    width: 100%;
}

.logo {
    padding: 10px 0;
    width: 100%;
    height: auto;
}
.logo img {
    border-radius: 10px;
}
.left-top h2 {
    font-size: 14px;
    padding: 5px 0px 10px 0px;
    text-transform: uppercase;
    background: #45B74E;
    text-align: center;
    color: #fff;
}

.left-top i {
    font-size: 20px;
    padding: 5px 10px 0 0;
}

.left-top p {
    font-size: 16px;
    padding: 0px 0px 10px;
    text-align: justify;
}

.video {
    border-radius: 10px;
    margin-bottom: 10px;
}



#product-demo .item {
    margin: 1px;
}

#product-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#product-demo {
    border: 4px solid #fff;
    overflow: hidden;
    max-height: 200px;
    margin-bottom: 5px;
}

.product-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
}

.footer {
    background: #45B74E;
    border-radius: 10px;
}

.footer-link li {
    float: left;
    padding: 20px 10px;
    text-decoration: none;
    list-style: none;
}

.footer-link li a {
    color: #fff;
    font-size: 14px;
}

.footer_text p {
    padding: 20px 10px 20px 10px;
    font-size: 14px;
    color: #fff;
}

.developer-text p {
    padding: 20px 10px 20px 0px;
    text-align: right;
    font-size: 14px;
    color: #fff;
}

.developer-text a {
    color: #fff;
}

.product-full {
  margin: 10px 0px 30px 0px;
}

.product-full img {
  width: 100%;
  height: auto;
  border: 5px solid #45B74E;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
}

.update-product p {
  text-align: justify;
  font-size: 16px;
}

.update-product h2 {
  font-size: 20px;
  padding: 12px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.product {
  padding-bottom: 35px;
  border: 1px solid #45B74E;
  margin-bottom: 30px;
  
}
.product-title h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  margin: 40px;
  font-weight: 800;
  color: #45B74E;
  text-shadow: -2px 5px 3px rgba(255, 255, 213, 1);
}
.product h4 {
  font-size: 18px;
  padding: 20px 0px 5px 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #45B74E;
}

.product h5 {
  font-size: 16px;
  padding: 0px 0px 10px 0px;;
}



.product img {
  border: 1px solid #45B74E;
  border-radius: 10px 0px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);
  width: 100%;
  height: auto;
}

.btn-primary {
  background-image: linear-gradient(to bottom,#337ab7 0,#45B74E 100%);
  border-color: #245580;
}


.next-page li a {
  color: #45B74E;
  font-size: 16px;
  font-weight: 600;
}

.facebook-page {
    width: 100%;
    overflow: hidden;
}

.left-top {
    border: 5px solid #fff;
}


#secend {
    margin-top: 5px !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */