.navbar-default{
	background-color:white!important;
	border:none!important;
	margin-bottom:0px!important;
}
a{
	color:#005487;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.padding-0{
	padding: 0px;
}
.margin-0{
	margin:0!important;
}
.padding-top-10{
	padding-top:10px;
}
.padding-top-20{
	padding-top:20px;
}
.padding-top-40{
	padding-top:40px;
}
.padding-left-10{	
	padding-left:10px;
}
.blue-color{
	color:#00338E;
}
.slideshow {width:105px; height:105px; margin:0 auto; position:relative; overflow:hidden;}
.slideshow img {position:absolute; top:0; left:-100%; width:100%; display:block;}
.slideshow img:first-child {position:relative;} 
.slideshow img:nth-of-type(1) {-webkit-animation:autoplay 12s linear infinite 0s; animation:autoplay 12s linear infinite 0s;} 
.slideshow img:nth-of-type(2) {-webkit-animation:autoplay 12s linear infinite 4s; animation:autoplay 12s linear infinite 4s;}
.slideshow img:nth-of-type(3) {-webkit-animation:autoplay 12s linear infinite 8s; animation:autoplay 12s linear infinite 8s;}
@keyframes autoplay {
0% {left:-100%;}
1%, 40% {left:0;}
41%, 100% {left:100%;}
}
@-webkit-keyframes autoplay {
0% {left:-100%;}
1%, 40% {left:0;}
41%, 100% {left:100%;}
}
.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow:hidden;
}
figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
   animation: slideShow 18s linear infinite 0s;
  -o-animation: slideShow 18s linear infinite 0s;
  -moz-animation: slideShow 18s linear infinite 0s;
  -webkit-animation: slideShow 18s linear infinite 0s;
}
.pic-1 {
  opacity: 1;
  background: url(../img/tr01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  background: url(../img/tr02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../img/tr03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-4 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  background: url(../img/tr01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@keyframes slideShow {
  0% {
    opacity: 0;
    transform:scale(1);
    -ms-transform:scale(1);
  }
  10% {
    opacity: 1
  }
  24% {
    opacity: 1;    
  }
  50% {
    opacity: 0;
    transform:scale(1.5);
    -ms-transform:scale(1.5);
  }
  100% {
    opacity: 0;
    transform:scale(1);
    -ms-transformm:scale(1);
  }    
 }
@-o-keyframes slideShow {
   0% {
    opacity: 0;
    -o-transform:scale(1);
  }
  10% {
    opacity: 1
  }
  24% {
    opacity: 1;    
  }
  50% {
    opacity: 0;
    -o-transform:scale(1.5);
  }
  100% {
    opacity: 0;
    -o-transformm:scale(1);    
  }
}
@-moz-keyframes slideShow {
   0% {
    opacity: 0;
    -moz-transform:scale(1);
  }
  10% {
    opacity: 1
  }
  24% {
    opacity: 1;    
  }
  50% {
    opacity: 0;
    -moz-transform:scale(1.5);
  }
  100% {
    opacity: 0;
    -moz-transformm:scale(1);    
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform:scale(1);
  }
  10% {
    opacity: 1
  }
  24% {
    opacity: 1;    
  }
  50% {
    opacity: 0;
    -webkit-transform:scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transformm:scale(1);    
  }
}
.center{
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content:center;
}
.center-v-end-left{
	display: -ms-flexbox!important;
    display: flex!important;
	display: -webkit-flex!important;
	align-items: flex-end!important;
	justify-content: left!important;
}
.center-v-end{
	display: -ms-flexbox!important;
    display: flex!important;
	display: -webkit-flex!important;
	align-items: flex-end!important;
	justify-content: center!important;
}
.navbar-nav{
	text-align:center;
}
.footer{
	margin-top:10px;
	bottom:0;
	height:60px;
	background-color:#fff;
	border: none;
	padding-top:5px;
}
.tile{
	display: block;
	cursor: pointer;
	float: left;
	text-align: left;
}
.tile-2{
	font-size:12px;
	height: 105px;
	width: 105px;
	padding-left:5px!important;
}
.tile-3{
	font-size:12px;
	height: 105px;
	width: 105px;
	padding-left:5px!important;
}
.blue_clr{
	background-color:#005487;
	color: white;
}
.margin-5-not-responsive{
	margin: 2px;
}
@media (min-width: 1024px){
.tile-2{
	font-size:14px;
	height: 140px;
	width: 140px;
	padding-left:10px!important;
}
.tile-3{
	font-size:14px;
	height: 140px;
	width: 290px;
	padding-left:10px!important;
}
.margin-5-not-responsive{
	margin: 5px;
}
.re{
	font-size:48px!important;
}
.fbottom{
	margin-bottom:0px;
	position:fixed;
	right:0;
	left:0;
}
.slideshow {width:140px; height:140px;}
}
@media (min-width: 1600px){
.tile-2{
	font-size:14px;
	height: 150px;
	width: 150px;
	padding-left:10px!important;
}
.tile-3{
	font-size:14px;
	height: 150px;
	width: 310px;
	padding-left:10px!important;
}
.margin-5-not-responsive{
	margin: 5px;
}
.re{
	font-size:56px!important;
}
.navbar-default{
	margin-top:10px!important;
	margin-bottom:20px!important;
}
.footer{
	margin-top:20px!important;
}
.slideshow {width:150px; height:150px;}	
}
@font-face {
    font-family: RymanEco-Regular;
    src: url('RymanEco-Regular.otf');
}
.re{
	font-size:30px;
	font-family: RymanEco-Regular;
}
.circle { width: 100px; height: 100px; background: #00338E; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; text-align:center; line-height:100px; margin:20px; position:relative; float:left; color:#FFF; font-size:12pt;} 
.text-primary{
color:#00338E;
}
.border-bottom{
	border-bottom:2px solid #aaa!important;
}
.justify{
text-align:justify!important;
}
.list-group-item{
border:none!important;
}