.anim-slider{
	background:transparent url("../images/slide/loading_spinner.gif");
	background-repeat: no-repeat;
    background-position: center; 
	width:100%;
    height: 550px;
	}
.anim-slide{opacity: 0;}
.anim-slide-this{opacity: 1;}


li.anim-slide:nth-of-type(1){background:transparent url("../images/slide/1bg.jpg") 100%/cover;}
li.anim-slide:nth-of-type(2){background:transparent url("../images/slide/2bg.jpg") 100%/cover;}
li.anim-slide:nth-of-type(3){background:transparent url("../images/slide/3bg.jpg") 100%/cover;}


/* SLIDE Button */
li.anim-slide >button
{
    display: inline-block;
    margin: 240px -290px;
    border: none;
    background: transparent;
}

button {
    display: inline-block;
    margin: 250px -350px;
    border: none;
    background: transparent;
}

#slide1-01,
#slide2-01,
#slide3-01 {
    color: #FFF;
    margin: 10px auto;
    Top: 180px;
    left: 20%;
	width: 60%;
    font-weight: bold;
    font-size: 72px;
    line-height: 1.2;
	text-align:center;
}

.fa {
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}


.slideButton {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: .8em 0;
  padding-right: 2em;
  background: #e58b3b;
  border: none;
  color: #FFF;
  transition: .2s;
  font-weight:bold;
}
.slideButton:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'icomoon', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: .2s;
}
.slideButton:hover {
  background: #DF791D;
}
.slideButton:active,
.slideButton:focus {
  background: #FFFF;
  outline: none;
}
.slideButton {
  min-width: 12em;
}

.slideButton:after {
  content: "\e67a";
}

.slideButton:hover:after {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}


@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}

@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}





@media screen and (max-width: 1285px) {  


#slide1-01,
#slide2-01,
#slide3-01 {
    font-size: 46px;
}

#slide1-02,
#slide2-02,
#slide3-02  {
    Top: 200px;
	font-size: 36px;
}

#slide1-03,
#slide2-03,
#slide3-03  {
    Top: 330px;
}

}


@media screen and (max-width: 1049px) {  

#slide1-01,
#slide2-01,
#slide3-01 {
    font-size: 44px;
}

.fa-5x {
  font-size: 4em;
}
.anim-slider{
    height: 500px;
	}
	
#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 170px;
    left: 20%;
	width: 60%;
    font-size: 64px;
}
}

@media screen and (max-width: 773px) {  



#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 100px;
    font-size: 42px;
    left: 15%;
}


.fa-5x {
  font-size: 3em;
}
.anim-slider{
    height: 450px;
	}
	
#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 150px;
    left: 20%;
	width: 60%;
    font-size: 58px;
}
}

@media screen and (max-width: 645px) {  

#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 120px;
    font-size: 40px;
}

.fa-5x {
  font-size: 2.5em;
}

.anim-slider{
    height: 400px;
	}
	
#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 120px;
    left: 20%;
	width: 60%;
    font-size: 48px;
}

}

@media screen and (max-width: 485px) {  
.anim-slider{
    height: 350px;
	}

#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 140px;
    left: 10%;
    font-size: 40px;
}



.fa-5x {
  font-size: 2em;
}
	
#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 120px;
    left: 10%;
	width: 80%;
    font-size: 36px;
}


}

@media screen and (max-width: 375px) { 
.anim-slider{
    height: 320px;
	} 
	
#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 100px;
    left: 10%;
	width: 80%;
    font-size: 32px;
}

}

@media screen and (max-width: 325px) {  
 
.anim-slider{
    height: 300px;
	} 
	
#slide1-01,
#slide2-01,
#slide3-01 {
    Top: 100px;
    left: 5%;
	width: 90%;
    font-size: 24px;
}


.fa-5x {
  font-size: 1.5em;
}
}