/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
.mainslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.mainslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mainslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.mainslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}


.mainslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 7%;
  top: auto;
  max-width: none;
  text-align: center;
}
.mainslider-container .caption > h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 43px;
    letter-spacing: 2.46px;
    padding: 35px 15px;
    border-top: 1px solid #5b5757;
    border-bottom: 1px solid #5b5757;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .mainslider-container .caption > h2 {
        text-transform: uppercase;
        font-size: 30px;
        padding: 15px 15px;
    }
}


.mainslider-container .caption > h2::before{
  position: absolute;
  content: "";
  top: -55px;
  bottom: auto;
  left: 0;
  right: 0;
  background: url(../images/slider-star.png) no-repeat scroll center top;
  height: 28px;
}

.mainslider-container .caption > div > h2 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.72px;
}

@media (max-width: 768px) {
    .mainslider-container .caption > h2 {
        font-size: 15px;
        padding: 0;
        margin-bottom: 10px;
    }
    .mainslider-container .caption > h2::before {
        display: none;
    }
}

.mainslider-container .caption > div > p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.72px;
}

.mainslider-container .caption > div > p .btn.btn-primary {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .mainslider-container .caption > div > p {
        padding: 0 10px;
        margin-bottom: 5px;
    }
    .mainslider-container .caption > div > p .btn.btn-primary {
        padding: 5px;
        font-size: 10px;
    }
}

.mainslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 45%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 45px;
  width: 65px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
}
.mainslider-container:hover .mainslider_nav{
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
}

.mainslider_nav:active {
  opacity: 1.0;
}
.mainslider_nav.prev {
  left: 150px; 
  right: auto;
  background: url("../images/slider-left-border.png") no-repeat scroll center 0;
  transition: none;
}
.mainslider_nav.prev:hover { background-position: center -120px;}
.mainslider_nav.prev::after{
  background: url("../images/slider-left.png") no-repeat scroll 35px 13px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.mainslider_nav.prev:hover::after{
  background: url("../images/slider-left-h.png") no-repeat scroll 25px 13px;
}

.mainslider_nav.next {
  left: auto; 
  right: 150px;
  background: url("../images/slider-right-border.png") no-repeat scroll center 0;
  transition: none;
}
.mainslider_nav.next:hover { background-position: center -120px;}
.mainslider_nav.next::after{
  background: url("../images/slider-right.png") no-repeat scroll 0 13px;
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.mainslider_nav.next:hover::after{
  background: url("../images/slider-right-h.png") no-repeat scroll 10px 13px;
}

.mainslider_tabs.mainslider1_tabs {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20px;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
}
.mainslider_tabs.mainslider1_tabs li {
    display: inline-block;
    margin: 0 5px;
}
.mainslider_tabs.mainslider1_tabs li a{
  border:1px solid #ffffff;
  height: 11px;
  width: 11px;
  font-size: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}
.mainslider_tabs.mainslider1_tabs li:hover a, .mainslider_tabs.mainslider1_tabs li.mainslider_here a{
  background: #c1a38b;
  border-color: #c1a38b;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}


@media (max-width:1199px) {
  .mainslider_nav.prev{left: 50px;}
  .mainslider_nav.next{right: 50px;}
}
@media (max-width:991px) {
  .mainslider_nav{top: 40%;}
}

@media (max-width:767px) {
  .mainslider_nav{display: none;}
  .mainslider_tabs.mainslider1_tabs{bottom: 0;}
}