

/***** Style Css *****/

body {
  text-align: center;
  line-height: 165%;
  font-size: 14px;
  line-height: 1.5;
  font-family: PT Sans ;
}

h1 {
  margin: 0 !important;
  padding: 0 !important;
  position: relative; 
}

.footer a{}

figcaption span {
  background: none repeat scroll 0 0 #f34743;
  font-size: 15px;
  font-style: italic;
  margin-left: 100px;
  padding: 2px 10px;
  position: absolute;
  left: 50%;
  text-transform: capitalize;
  top: 24px;
}


header {
  position: relative;
  color: #fff;
  top: 0;
  width: 100%;
  min-height: 600px;
  padding: 100px 0px 150px 0px;
  margin-bottom: 50px;
  background: url(../images/bg.jpg) left top no-repeat fixed;
  background-size: cover;
}

header:before{
   position: absolute;
   top: 0;
   left: 0;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(7, 7, 7, 0.5);
}


.header-inner ul li {
  display: inline-block;
  padding: 6px 15px;
}
.header-inner ul li a {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 92%;
}



.header-inner .title-text {
  color: #000;
  font-size: 25px;
  padding-top: 30px;
}

.header-inner {
    padding-top: 50px;
}

.header-inner .btn {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  background: #b49400;
  color: #fff;
}

.header-inner .btn:hover {
  background: #b49400;
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


.title-text {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 46px 0 0
}
.row.content {

}
.item {
    background: none repeat scroll 0 0 #fff;
    padding: 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
    
    border-radius: 5px;
}
}
.item-inner {
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: 0 2px 10px 0 #ddd;
    -moz-box-shadow: 0 2px 10px 0 #ddd;
    -webkit-box-shadow: 0 2px 10px 0 #ddd;
    -o-box-shadow: 0 2px 10px 0 #ddd;
    margin: auto;
    padding: 3px;
    position: relative;
    width: 359px;
    
}
section.item-inner{
  min-height: 238px;
  border: 1px solid #ff6600;
  overflow: hidden;
  position: relative;
}

@media(min-width: 1200px){
  section.item-inner{
    min-height: 333px;
  }
}

section.item-inner img{
      transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
section.item-inner:hover img{
    opacity: 0.5;
}


img, img.no{
  max-width: 100%;
  height: auto;
}
p.caption {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 14px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
span.caption {
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 14px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background: #888;
}
span.caption:hover {
  background: #fe7524
}
.img-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 635px;
    transition: all 3.5s linear 0.4s;
    border: 1px solid #cecece;
}

.item-inner:hover .img-scroll {
  background-position: center 100%;
}

.img-scroll {
  transition: all 10s ease;
  -ms-transition: all 10s ease;
  -moz-transition: all 10s ease;
  -webkit-transition: all 10s ease;
  -o-transition: all 10s ease;
}


.logo span {
  color: #37c6ca;
  font-size: 30px;
  font-size: 90px;
  font-weight: normal;
}

a.buy-now { 
  position: relative;
  padding: 10px 50px;
  background: #f7cd2e;
  color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-top: 35px;
  border: none;
  text-transform: uppercase;
  box-shadow: 0 5px #d43c3c;
  top: -2px;
  transition: all 0.5s ease;
  margin-bottom: 0px;
  margin-bottom: 65px;
}

a.buy-now:hover {
  top: 0px;
  box-shadow: 0 3px #d43c3c;
  text-decoration: none;
}

button.buy-now {
  position: relative;
  padding: 10px 50px;
  background: #37c6ca;
  color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-top: 35px;
  border: none;
  text-transform: uppercase;
  box-shadow: 0 5px #2ea1a4;
  -moz-box-shadow: 0 5px #2ea1a4;
  -webkit-box-shadow: 0 5px #2ea1a4;
  -o-box-shadow: 0 5px #2ea1a4;

  top: -2px;
  transition: all 0.5s ease;
  margin-bottom: 0px;
  margin-bottom: 65px;
}

button.buy-now:hover {
  top: 0px;
  box-shadow: 0 3px #2ea1a4;
  -moz-box-shadow: 0 3px #2ea1a4;
  -webkit-box-shadow: 0 3px #2ea1a4;
  -o-box-shadow: 0 3px #2ea1a4;

}

.select-demo {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 60px auto;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}

.footer {
  padding: 20px 0;
  margin-top: 20px;
}

.background-overlay:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(7, 7, 7, 0.5);
  z-index: 1;
}


@media (max-width: 480px) { 
  .logo img {
    width: 320px;
  }
  .item  {
    margin-bottom: 40px;
  }
}

.header-info  {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}


.header-info span {
  color: #e34444;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.text-center {
  font-size: 15px;
}

.logo h1{
  color: #fff;
}
.logo h1 img{
  margin-bottom: 50px;
}

.themeoption-container .img-scroll{
    height: 250px;
}
/***********************/
.caption {
  transition: all 0.3s ease;
}
.themeoption-container a,
.themeoption-container a:hover{
  text-decoration: none;

}
.themeoption-container p.caption{
  color: #ffffff;
}
/*
.item-inner.color1:hover + .caption {
  background: #b49400;
  color: #fff;
}

.item-inner.color2:hover + .caption {
  background: #87a396;
  color: #fff !important;
}

.item-inner.color3:hover + .caption {
  background: #7d92cb;
  color: #fff !important;
}

.item-inner.color4:hover + .caption {
  background: #796e7f;
  color: #fff !important;
}

.item-inner.color5:hover + .caption {
  background: #a0a446;
  color: #fff !important;
}

.item-inner.color6:hover + .caption {
  background: #565656;
  color: #fff !important;
}

.item-inner.color7:hover + .caption {
  background: #f4765f;
  color: #fff !important;
}
*/
@media (max-width: 767px) {
  .col-sm-full {
     width: 100% !important;
  }
  h1{
    font-size: 3.2rem;
  }

  .header-info{
    font-size: 20px;
  }

  section.item-inner {
    min-height: 160px;
  }
}

@media (max-width: 480px) {
  .logo {
    margin: 0 auto !important;
    float: none !important;
  }
    .logo img {
      margin: 0 auto !important;
      width: inherit !important;
  }
  .btn {
    float: none !important;
  }
}






