/**
*** Owl slider Css
**/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}


/**************** Backgrounds *****************/
.bg1{background:url(../img/slider/bg1.png);}
.bg2{background:url(../img/slider/bg2.png);}
.bg3{background:url(../img/slider/bg3.png);}
.bg4{background:url(../img/slider/bg4.png);}


.slider-wrapper .owl-item.active {
  width: 100%;
}

.slide-bg {
  height: 400px;
  width: 100%;
}

.slide-title{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYThmZiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(82,168,255,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(82,168,255,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a652a8ff', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    left: 0;
    position: absolute;
    top: 30%;
    width: 586px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}
.active .slide-title {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.slider-price {
  color: #AAFF35;
  font-weight: 700;
  font-size: 36px;
}
.slideh2 {
  color: rgb(170, 255, 53);
  font-size: 47px;
  font-weight: 700;
  height: auto;
  margin: 0;
  font-family:"Calibri",Arial;
  text-align: left;
  width: 402px;
}

.slide-desc{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYThmZiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(82,168,255,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(82,168,255,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a652a8ff', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    left: 0;
    position: absolute;
    font-family:"Calibri",Arial;
    top: 48%;
    width: 500px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.active .slide-desc{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.slidedesc {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: italic;
  margin: 0;
  max-width: 311px;
  padding: 10px 0;
  float: right;
  font-family:"Calibri",Arial;
  width: 311px;
}

.slide-order {
  background-color: rgb(82, 168, 255);
  border-radius: 5px;
  bottom: 34px;
  height: 50px;
  font-family:"Calibri",Arial;
  left: 14%;
  position: absolute;
  text-align: center;
  width: 15%;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.slide-order:hover {
  background-color: #7CB927;
}
.active .slide-order{
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.slide-order > a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Calibri",Arial;
  font-size: 23px;
  padding: 10px 0;
}

.slider-img , .slider-img img{
  max-height: 200px;
  max-width: 470px;
  width: 470px;
  position: absolute;
  right: 98px;
  top: 15%;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.active .slider-img{
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.slider-list > ul {
  direction: ltr;
  padding: 0;
  text-align: left;
  width: 299px;
}
.slider-list li {
  color: rgb(255, 255, 255);
  font-family: "Calibri",Arial;
}

.img-title {
  bottom: 67px;
  color: rgb(255, 255, 255);
  font-family: "Calibri",Arial;
  font-size: 30px;
  position: absolute;
  right: 140px;
  text-align: center;
  width: 40%;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.active .img-title{
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slider-wrapper .owl-prev::before {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  content: "\e080";
  display: table-cell;
  font-family: "Glyphicons Halflings";
  font-size: 16px;
  height: 50px;
  padding: 12px 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 50px;
  opacity: 0.5;
}


.slider-wrapper .owl-next::before {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  content: "\e079";
  display: table-cell;
  font-family: "Glyphicons Halflings";
  font-size: 16px;
  height: 50px;
  padding: 12px 16px;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 50px;
  opacity: 0.5;
}
/* Animation */

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}





@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}



@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
}

40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}

80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
}

40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}

80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}

100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}





@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}

20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}

80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}

100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}

20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}

80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}

100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}



/*ARABIC SLIDER START*/


.slide-title-ar{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYThmZiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(82,168,255,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(82,168,255,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to left,  rgba(82,168,255,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a652a8ff', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    right: 0;
    position: absolute;
    top: 30%;
    width: 586px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}
.active .slide-title-ar {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slide-desc-ar{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYThmZiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(82,168,255,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(82,168,255,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to left,  rgba(82,168,255,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a652a8ff', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    right: 0;
    position: absolute;
    top: 48%;
    width: 500px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.slideh2-ar {
  color: rgb(170, 255, 53);
  float: left;
  font-size: 30px;
  font-weight: 700;
  height: auto;
  margin: 0;
  padding: 5px;
  width: 402px;
}
.active .slide-desc-ar{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slider-img-ar {
  max-height: 200px;
  max-width: 470px;
  width: 470px;
  position: absolute;
  left: 98px;
  top: 15%;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.active .slider-img-ar{
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}


.slide-order-ar {
  background-color: rgb(82, 168, 255);
  border-radius: 5px;
  bottom: 34px;
  height: 50px;
  right: 14%;
  position: absolute;
  text-align: center;
  width: 15%;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.slide-order-ar:hover {
  background-color: #7CB927;
}
.active .slide-order-ar{
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.slide-order-ar > a {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 23px;
  padding: 10px 0;
}


.img-title-ar {
  bottom: 67px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  position: absolute;
  left: 140px;
  text-align: center;
  width: 40%;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.active .img-title-ar{
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.slider-list-ar > ul {
  float: left;
  padding: 0;
  width: 299px;
}
.slider-list-ar li {
  color: rgb(255, 255, 255);
  font-family: tahoma;
}


.slidedesc-ar {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: italic;
  margin: 0;
  max-width: 311px;
  padding: 10px 0;
  float: left;
  width: 311px;
}




@media (max-width: 980px){
    .slider-img-ar{left:13px;}
    .owl-nav{display:none;}
    .img-title-ar{width: 100%;text-align: right;bottom: 120px;left: auto;right: 70px;}
}

@media (max-width: 800px){
    .slider-img-ar , .slider-img{display:none;}
    .owl-nav{display:none;}
    .img-title-ar{width: 100%;text-align: right;bottom: 120px;left: auto;right: 70px;}
}

@media (max-width: 320px){
    .owl-nav{display:none;}
    .slider-img-ar,.slider-img-ar{display:none;}
    .img-title-ar{right:10px !important;bottom:117px !important;}
}

@media (max-width: 360px){
    .owl-nav{display:none;}
    .slider-img-ar,.slider-img-ar{display:none;}
    .slideh2-ar,.slidedesc-ar{padding: 5px 11px;float: none;}
    .img-title-ar{right:10px;width: 100%;bottom: 132px;font-size:17px;}
    .slidedesc-ar{font-size:19px;}
    .slider-list-ar > ul{padding:0 20px; float:none;}
    .slide-order-ar{width: 70%;}
}

/*EN RESPONSIV*/
@media (max-width: 980px){
    .slider-img{right:13px;}
    .owl-nav{display:none;}
    .slideh2{font-size:40px;}
    .img-title{width: 100%;text-align: left;bottom: 120px;right: auto;left: 70px;}
}

@media (max-width: 800px){
    .slider-img , .slider-img{display:none;}
    .owl-nav{display:none;}
    .img-title{width: 100%;text-align: left;bottom: 120px;right: auto;left: 70px;}
}

@media (max-width: 320px){
    .owl-nav{display:none;}
    .slider-img,.slider-img{display:none;}
    .img-title{left:10px !important;bottom:117px !important;}
}

@media (max-width: 360px){
    .owl-nav{display:none;}
    .slider-img,.slider-img{display:none;}
    .slideh2,.slidedesc{padding: 5px 11px;float: left;font-size:24px;}
    .img-title{left:10px;width: 100%;bottom: 132px;font-size:17px;}
    .slidedesc{font-size:19px;text-align:left;}
    .slider-list > ul{padding:0 20px; float:left;}
    .slide-order{width: 70%;}
}