﻿/* append effects
-**
 * author: Thierry Koblentz
 * Copyright 2011 - css-101.org 
 * http://www.css-101.org/articles/ken-burns_effect/css-transition.php
 */

.footerbackground {
  background-color:#566eb8;
  color:#fff
}

#slideshow {
  /*position:relative;*/
  width:100%!important;
  /*height:500px;*/
   /*min-width:1000px;*/
    max-width:1550px;
  overflow:hidden;
  border:8px solid #fff;
  -webkit-box-shadow:1px 1px 5px #ddd;
  -moz-box-shadow:1px 1px 5px #ddd;
  -o-box-shadow:1px 1px 5px #ddd;
  box-shadow:1px 1px 0px #ddd;
}
    #slideshow img {
        max-width: none;
        position: absolute;
        width: 105%;
        height: 100%;
        min-width: 1000px;
        top: 0%;
        left: 0%;
        margin-left: 0px;
        margin-top: 0px;
        opacity: 0;
        -webkit-transition-property: opacity, -webkit-transform;
        -webkit-transition-duration: 2s, 6s;
        -moz-transition-property: opacity, -moz-transform;
        -moz-transition-duration: 2s, 6s;
        -o-transition-property: opacity, -o-transform;
        -o-transition-duration: 2s, 6s;
        transition-property: opacity, transform;
        transition-duration: 2s, 6s;
    }
#slideshow img  {
 -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#slideshow :nth-child(2n+1) {
 -webkit-transform-origin:  center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#slideshow :nth-child(3n+1) {
-webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#slideshow .fx:first-child + img ~ img {
	z-index:-1;
}
#slideshow .fx {
  -webkit-transform: scale(1.07) translate(0px);
  -moz-transform: scale(1.07) translate(00px);
  -o-transform: scale(1.07) translate(0px);
  transform: scale(1.07) translate(0px);
  opacity:1;
}

.Errorlbl
{
color:red;

}

.faq {
padding: 1rem 1rem;
font-size: 1.093rem;
line-height: 1.20;
}

.footerimg

{
 margin-left:-20px
}

.footerimg2

{
 margin-left:-10px
}