.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;
    width: 90%;
    margin: 10px 5%;
    Top: 170px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2em !important;
}

#slide1-02,
#slide2-02,
#slide3-02  {
	color: #FFF;
	width: 60%;
	margin: 10px 20%;
    Top: 270px;
    text-align: center;
	font-size: 24px;
}

#slide1-03,
#slide2-03,
#slide3-03  {
    Top: 400px;
		width: 80%;
		margin: 10px 10%;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.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: #de5b04;
  border: none;
  color: #FFF;
  transition: .2s;
  font-weight:bold;
}
.slideButton:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\f054";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: .2s;
}
.slideButton:hover {
	color: #de5b04;
	background: #FFF;
	text-decoration: none;
}
.slideButton:active,
.slideButton:focus {
  background: #FFFF;
  outline: none;
}
.slideButton {
  min-width: 12em;
}

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

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

  /******Slider****/
  .anim-slider
  {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  padding:0;
  margin:0;
  
  }
  /********Slides**********/
  .anim-slide
  {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  }
  .anim-slide *
  {
  position: absolute;
  opacity: 0;
  }
  /*****Current Slide******/
  .anim-slide-this
  {
  z-index: 100;
  } 
  .anim-slide-this *
  {
  opacity: 1;
  }
  /***********************************************************/
  /* Initial position and style of each element in the Slide */
  /***********************************************************/
  





  /*******Arrows********/
  nav.anim-arrows>span
  {
  position: absolute;
  top: 48%;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -ms-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  }
  nav.anim-arrows>span.anim-arrows-prev,
  nav.anim-arrows>span.anim-arrows-next
  {
  color: #fff;
  position: absolute;
  padding: 2px 10px;
  }
  nav.anim-arrows>span.anim-arrows-prev
  {
  left: 1%;
  }
  nav.anim-arrows>span.anim-arrows-next
  {
  right: 1%;
  }
  .anim-slider:hover>nav.anim-arrows>span
  {
  opacity:1;
  cursor: pointer;
  }
  /********Dots************/
  .anim-dots
  {display:none !important;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 20px;
  z-index: 2000;
  }
  .anim-dots span
  {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 3px;
  cursor: pointer;
  box-shadow: 
  	1px 1px 1px rgba(0,0,0,0.1) inset, 
  	1px 1px 1px rgba(255,255,255,0.1);
  }
  
  .anim-dots span:after
  {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: rgba(255,255,255,0.5);
  }
  
  .anim-dots span.anim-dots-this:after
  {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fff;
  }

  .delay0-5s{-webkit-animation-delay:1s;animation-delay:.5s;}
  .delay1s{-webkit-animation-delay:1s;animation-delay:1s;}
  .delay1-5s{-webkit-animation-delay:1.5s;animation-delay:1.5s;}
  .delay2s{-webkit-animation-delay:2s;animation-delay:2s;}
  .delay2-5s{-webkit-animation-delay:2.5s;animation-delay:2.5s;}
  .delay3s{-webkit-animation-delay:3s;animation-delay:3s;}
  .delay3-5s{-webkit-animation-delay:3.5s;animation-delay:3.5s;}
  .delay4s{-webkit-animation-delay:4s;animation-delay:4s;}
  .delay4-5s{-webkit-animation-delay:4.5s;animation-delay:4.5s;}
  .delay5s{-webkit-animation-delay:5s;animation-delay:5s;}
  .delay5-5s{-webkit-animation-delay:5.5s;animation-delay:5.5s;}
  .delay6s{-webkit-animation-delay:6s;animation-delay:6s;}
  .delay6-5s{-webkit-animation-delay:6.5s;animation-delay:6.5s;}
  .delay13s{-webkit-animation-delay:13s;animation-delay:13s;}



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

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

/* Tablets and small screens  */

	@media screen and (max-width: 1280px) {  
		.anim-slider{
			height: 517px;
		}
		.fa-5x {
			font-size: 4.7em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 160px;
			font-size: 60px;
		}

		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 254px;
			font-size: 23px;
		}
	}

	@media screen and (max-width: 1112px) {  
		.anim-slider{
			height: 446px;
		}
		.fa-5x {
			font-size: 4.05em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 138px;
			font-size: 52px;
		}

		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 219px;
			font-size: 19px;
		}
	}

	@media screen and (max-width: 1049px) {  
		.anim-slider{
			height: 424x;
		}
		.fa-5x {
			font-size: 3.85em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 131px;
			font-size: 49px;
		}

		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 208px;
			font-size: 18px;
		}
	}

	@media screen and (max-width: 1024px) { 
		.anim-slider{
			height: 388px;
		}
		.fa-5x {
			font-size: 3.75em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 128px;
			font-size: 48px;
		}

		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 203px;
			font-size: 18px;
		}
	}

/* Tablets and small screens  */



/* Cell Horizontal  */

	@media screen and (max-width: 768px) {  
		.anim-arrows {display: none;}
		.anim-slider{
			height: 308px;
		}
		.fa-5x {
			font-size: 2.8em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 95px;
			font-size: 36px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 151px;
			font-size: 14px;
		}
	}

	@media screen and (max-width: 736px) {  
		.anim-slider{
			height: 297px;
		}
		.fa-5x {
			font-size: 2.7em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 92px;
			font-size: 35px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 146px;
			font-size: 13px;
		}
	}

	@media screen and (max-width: 667px) {  
		.anim-slider{
			height: 270px;
		}
		.fa-5x {
			font-size: 2.45em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 83px;
			font-size: 31px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 132px;
			font-size: 12px;
		}
	}

	@media screen and (max-width: 640px) {  
		.anim-slider{
			height: 259px;
		}
		.fa-5x {
			font-size: 2.35em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 80px;
			font-size: 30px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 127px;
			font-size: 11px;
		}
	}

	@media screen and (max-width: 568px) {  
		.anim-slider{
			height: 231px;
		}
		.fa-5x {
			font-size: 2.1em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 71px;
			font-size: 27px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 113px;
			font-size: 10px;
		}
	}

/* Cell Horizontal  */

/* Cell Vertical  */

	@media screen and (max-width: 480px) {   
		.anim-slider{
			height: 231px;
		}
		.fa-5x {
			font-size: 2.1em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 71px;
			font-size: 22px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 113px;
			font-size: 10px;
		}
	}

	@media screen and (max-width: 414px) {   
		.anim-slider{
			height: 193px;
		}
		.fa-5x {
			font-size: 1.75em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 60px;
			font-size: 19px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 95px;
			font-size: 9px;
		}
	}

	@media screen and (max-width: 375px) { 
		.anim-slider{
			height: 165px;
		}
		.fa-5x {
			font-size: 1.5em;
		}
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 46px;
			font-size: 17px;
		}
		#slide1-02,
		#slide2-02,
		#slide3-02  {
			top: 73px;
			font-size: 8px;
		}
	}

	@media screen and (max-width: 325px) { 
		#slide1-01, 
		#slide2-01, 
		#slide3-01 {
			top: 46px;
			font-size: 15px;
		} 
	}
/* Cell Vertical  */