.mainslider-container {
  position: relative;
  margin-bottom: 30px;
}

.mainslider-container .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: auto;
  right: 7.5%;
  margin: 0 auto;
  bottom: auto;
  top: 35%;
  max-width: none;
  width: 35%;
  text-align: center;
}
.mainslider-container .caption > h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 1.56px;
    line-height: 37px;
}
.mainslider-container .caption > div > h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3.8px;
    padding: 7px 30px;
    display: inline-block;
    background: #e51515; /* Old browsers */
    background: -moz-linear-gradient(top, #e51515 0%, #a70e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e51515 0%,#a70e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e51515 0%,#a70e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51515', endColorstr='#a70e0e',GradientType=0 )
}
.mainslider-container .caption > div > p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1.7px;
    display: inline-block;
}
.mainslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 30px;
  width: 30px;
  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;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  
  }
  
.mainslider-container:hover .mainslider_nav{
  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;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
}
.mainslider-container:hover .mainslider_nav.prev{left: 100px;}
.mainslider-container:hover .mainslider_nav.next{right: 100px;}
.mainslider_nav:active {
  opacity: 1.0;
}

.mainslider_nav.prev {
  left: 150px; 
  right: auto;
  background:  url("../img/slider-left.png") no-repeat scroll center 10px;
  background: #ffffff url("../img/slider-left.png") no-repeat scroll center 10px; /* Old browsers */
  background: url("../img/slider-left.png") no-repeat scroll center 10px, -moz-linear-gradient(top, #ffffff 0%, #aeaeae 100%); /* FF3.6-15 */
  background: url("../img/slider-left.png") no-repeat scroll center 10px, -webkit-linear-gradient(top, #ffffff 0%,#aeaeae 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../img/slider-left.png") no-repeat scroll center 10px, linear-gradient(to bottom, #ffffff 0%,#aeaeae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aeaeae',GradientType=0 );
}
.mainslider_nav.prev:hover {
  background: #e51515 url("../img/slider-left.png") no-repeat scroll center -54px;
  background: url("../img/slider-left.png") no-repeat scroll center -54px, -moz-linear-gradient(top, #e51515 0%, #a70e0e 100%);
  background: url("../img/slider-left.png") no-repeat scroll center -54px, -webkit-linear-gradient(top, #e51515 0%,#a70e0e 100%);
  background: url("../img/slider-left.png") no-repeat scroll center -54px, linear-gradient(to bottom, #e51515 0%,#a70e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51515', endColorstr='#a70e0e',GradientType=0 );
}
.mainslider_nav.next:hover {
  background: #e51515 url("../img/slider-right.png") no-repeat scroll center -54px;
  background: url("../img/slider-right.png") no-repeat scroll center -54px, -moz-linear-gradient(top, #e51515 0%, #a70e0e 100%);
  background: url("../img/slider-right.png") no-repeat scroll center -54px, -webkit-linear-gradient(top, #e51515 0%,#a70e0e 100%);
  background: url("../img/slider-right.png") no-repeat scroll center -54px, linear-gradient(to bottom, #e51515 0%,#a70e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51515', endColorstr='#a70e0e',GradientType=0 );
}
.mainslider_nav.next {
  right: 150px; 
  left: auto;
  background:  url("../img/slider-right.png") no-repeat scroll center 10px;
  background: #ffffff url("../img/slider-right.png") no-repeat scroll center 10px; /* Old browsers */
  background: url("../img/slider-right.png") no-repeat scroll center 10px, -moz-linear-gradient(top, #ffffff 0%, #aeaeae 100%); /* FF3.6-15 */
  background: url("../img/slider-right.png") no-repeat scroll center 10px, -webkit-linear-gradient(top, #ffffff 0%,#aeaeae 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../img/slider-right.png") no-repeat scroll center 10px, linear-gradient(to bottom, #ffffff 0%,#aeaeae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aeaeae',GradientType=0 );
}
.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 10px;
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
    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, .mainslider_tabs.mainslider1_tabs li.mainslider_here{
  border-color: #ba0000;
  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 a{
  background: #fff;
  height: 8px;
  width: 8px;
  font-size: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  margin: 2px;
  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: #ba0000;
  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:1450px) {
  .mainslider-container .caption > h2{font-size: 33px; line-height: 33px;}
}
@media (max-width:1250px) {
  .mainslider-container .caption > div > h2{font-size: 14px; padding: 7px 20px;}
}
@media (max-width:1199px) {
  .mainslider-container .caption > h2 {font-size: 26px; line-height: 26px;}
  .mainslider-container .caption > div > h2{font-size: 13px;}
  .mainslider-container .caption > div > p{font-size: 12px; line-height: 15px;}
}
@media (max-width:991px) {
  .mainslider .caption{width: 40%; top: 23%;}
  .mainslider-container .caption > h2 {font-size: 18px;line-height: 18px;}
}

@media (max-width:767px) {
  .mainslider_nav{display: none;}
  .mainslider .caption{width: 50%; top: 13%;}
  .mainslider-container .caption > h2{font-size: 16px; line-height: 16px;}
  .mainslider-container .caption > div > h2 {font-size: 12px;padding: 7px 10px;letter-spacing: 1px;}
}

@media (max-width:479px) {
  .mainslider_tabs.mainslider1_tabs{bottom: 0;}
  .mainslider .caption {width: 70%; top: 10%;}
  .mainslider-container .caption > h2{font-size: 14px;}
  .mainslider-container .caption > div > h2 {font-size: 10px;}
  .mainslider-container .caption > div > p{display: none;}

}