﻿#AdvBackgroundSlide11,
#AdvBackgroundSlide11 .bgleft
{width:100%;max-width:100%;position:relative;background-position:center}

#AdvBackgroundSlide11 img{ width: 100%}

#AdvBackgroundSlide11{position:relative;z-index:2}
#AdvBackgroundSlide11 .bghomepage{position:absolute;z-index:1;left:0;top:0;width:100%;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover}

#AdvBackgroundSlide11 a.left{position:absolute;z-index:2;top:152px;left:80px;width:100px;height:85px;background: url(left.png) no-repeat left;transition: 0.3s;opacity: 0;background-size: 100% 100%;}
#AdvBackgroundSlide11 a.right{position:absolute;z-index:2;top:152px;right:80px;width:100px;height:85px;background: url(right.png) no-repeat right;transition: 0.3s;opacity: 0;background-size: 100% 100%;}
#AdvBackgroundSlide11:hover a.left{left:20px;display: block;opacity: 1;height: 85px;width: 46px;}
#AdvBackgroundSlide11:hover a.right{right:20px;display: block;opacity: 1;height: 85px;width: 46px;}


@keyframes HomeSlide
{
0%   {top:-500px; right:75px;}
25%  {top:-300px; right:75px;}
50%  {top:-150px; right:75px;}
75%  {top:-20px; right:75px;}
100% {top:55px; right:75px;}
}
@-webkit-keyframes HomeSlide /* Safari and Chrome */
{
0%   {top:-500px; right:75px;}
25%  {top:-300px; right:75px;}
50%  {top:-150px; right:75px;}
75%  {top:-20px; right:75px;}
100% {top:55px; right:75px;}
}

#AdvBackgroundSlide11 .dotlist{bottom:13px;width:100%;position:absolute;height:10px;z-index:1000}
#AdvBackgroundSlide11 .dot{text-align:center;height:12px;width:12px;cursor:pointer;background:#fff;display:inline-block;border-radius: 100%;margin: 0 3px;display: none}
#AdvBackgroundSlide11 .dot:hover{background:#f07204}
#AdvBackgroundSlide11 .active{background:#f07204}
#AdvBackgroundSlide11 .dotlist a{text-align:center;height:14px;display:block}

#AdvBackgroundSlide11 ul{ padding: 0;margin: 0;position: relative;list-style-type: none}
#AdvBackgroundSlide11 ul li{text-align: center}
#AdvBackgroundSlide11 .owl-buttons{ position: absolute;top: 0px;width: 100%}
#AdvBackgroundSlide11 .owl-prev{ background: url(left.png) no-repeat left;width:80px;height:40px;position:absolute;z-index:2;top:60px;left:10px;text-indent: 9999px}
#AdvBackgroundSlide11 .owl-next{ background: url(right.png) no-repeat right;width:80px;height:40px;position:absolute;z-index:2;top:60px;right:10px;text-indent: 9999px}

#AdvBackgroundSlide11{display: none}
 @media (max-width: 1000px)  {
 #AdvBackgroundSlide{display: none!important}
#AdvBackgroundSlide11{display: block}
}


