/* Circular Content Carousel Style */
.ca-container {
  position: relative;
  margin: 25px auto 25px auto;
  width: 94%;
  height: 290px; }

.ca-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.ca-item {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  text-align: center; }

.ca-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px 15px 4px 15px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px 1px #515151;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s; }

.ca-more:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2); }

.ca-item-2 .ca-more, .ca-item-4 .ca-more, .ca-item-6 .ca-more, .ca-item-8 .ca-more, .ca-item-10 .ca-more, .ca-item-12 .ca-more, .ca-item-14 .ca-more, .ca-item-16 .ca-more, .ca-item-18 .ca-more, .ca-item-20 .ca-more {
  top: 63px;
  bottom: initial; }

.ca-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white url(../images/cross.png) no-repeat center center;
  width: 27px;
  height: 27px;
  text-indent: -9000px;
  outline: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.7; }

.ca-close:hover {
  opacity: 1.0; }

.ca-item-main {
  padding: 0px;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.ca-icon {
  width: 100%;
  height: 196px;
  position: relative;
  margin: 0 auto;
  /*background:transparent url(../images/carrusel/Img1.jpg) no-repeat center center;*/ }

/*
.ca-item-2 .ca-icon{
	background-image:url(../images/carrusel/Img2.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/carrusel/Img3.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/carrusel/Img4.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/carrusel/Img1.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/carrusel/Img1.jpg);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/carrusel/Img1.jpg);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/carrusel/Img1.jpg);
}
*/
.ca-item h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 10px;
  text-align: center;
  font-weight: 800; }

.ca-item h4 {
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
  line-height: 24px;
  margin: 10px;
  position: relative;
  color: #fff; }

.ca-item h4 span {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 1px #515151; }

.ca-item h4 span.ca-quote {
  color: #fff;
  font-size: 100px;
  position: absolute;
  top: 20px;
  left: 0px;
  text-indent: 0px; }

.ca-content-wrapper {
  background: #0a4b8d;
  position: absolute;
  width: 0px;
  /* expands to width of the wrapper minus 1 element */
  height: 280px;
  top: 5px;
  text-align: left;
  z-index: 10000;
  overflow: hidden; }

.ca-item-2 .ca-content-wrapper, .ca-item-6 .ca-content-wrapper, .ca-item-10 .ca-content-wrapper, .ca-item-14 .ca-content-wrapper, .ca-item-18 .ca-content-wrapper {
  background: #0088ce; }

.ca-item-3 .ca-content-wrapper, .ca-item-7 .ca-content-wrapper, .ca-item-11 .ca-content-wrapper, .ca-item-15 .ca-content-wrapper, .ca-item-19 .ca-content-wrapper {
  background: #4fbdf6; }

.ca-item-4 .ca-content-wrapper, .ca-item-8 .ca-content-wrapper, .ca-item-12 .ca-content-wrapper, .ca-item-16 .ca-content-wrapper, .ca-item-20 .ca-content-wrapper {
  background: #a9e2ff; }

.ca-content {
  width: 100%;
  overflow: hidden; }

.ca-content-text {
  font-size: 14px;
  color: #fff;
  margin: 10px 20px;
  padding: 10px 20px;
  line-height: 24px; }

.ca-content-text p {
  padding-bottom: 5px; }

.ca-content h6 {
  margin: 25px 20px 0px 35px;
  font-size: 24px;
  padding-bottom: 5px;
  color: #fff;
  border-bottom: 2px solid #4fbdf6;
  text-shadow: 1px 1px 1px #515151; }

.ca-item-3 .ca-content h6, .ca-item-7 .ca-content h6, .ca-item-11 .ca-content h6, .ca-item-15 .ca-content h6, .ca-item-19 .ca-content h6 {
  border-bottom: 2px solid #0a4b8d; }

.ca-content ul {
  margin: 20px 0px;
  height: 30px; }

.ca-content ul li {
  float: left;
  margin: 0px 2px;
  list-style: none; }

.ca-content ul li a {
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: 2px solid #fff;
  padding: 4px 7px;
  font-size: 14px; }

.ca-content ul li a:hover {
  background: #fff;
  color: #000;
  text-shadow: none; }

.ca-nav span {
  width: 25px;
  height: 38px;
  background: transparent url(../images/arrows.png) no-repeat top left;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -30px;
  text-indent: -9000px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 100; }

.ca-nav span.ca-nav-next {
  background-position: top right;
  left: auto;
  right: -30px; }

.ca-nav span:hover {
  opacity: 1.0; }

.carrusel {
  background: #eee;
  height: 345px; }

.ca-info {
  height: 95px;
  padding: 10px 0;
  box-sizing: border-box;
  background: #0a4b8d; }

.ca-info:before {
  width: 14px;
  height: 14px;
  background: #0a4b8d;
  z-index: 1;
  left: 33px;
  top: 71%;
  margin: -8px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.ca-item-2 .ca-info:before, .ca-item-6 .ca-info:before, .ca-item-10 .ca-info:before, .ca-item-14 .ca-info:before, .ca-item-18 .ca-info:before {
  top: 96px;
  background: #0088ce; }

.ca-item-3 .ca-info:before, .ca-item-7 .ca-info:before, .ca-item-11 .ca-info:before, .ca-item-15 .ca-info:before, .ca-item-19 .ca-info:before {
  background: #4fbdf6; }

.ca-item-4 .ca-info:before, .ca-item-8 .ca-info:before, .ca-item-12 .ca-info:before, .ca-item-16 .ca-info:before, .ca-item-20 .ca-info:before {
  top: 96px;
  background: #a9e2ff; }

.ca-item-2 .ca-info, .ca-item-6 .ca-info, .ca-item-10 .ca-info, .ca-item-14 .ca-info, .ca-item-18 .ca-info {
  background: #0088ce; }

.ca-item-3 .ca-info, .ca-item-7 .ca-info, .ca-item-11 .ca-info, .ca-item-15 .ca-info, .ca-item-19 .ca-info {
  background: #4fbdf6; }

.ca-item-4 .ca-info, .ca-item-8 .ca-info, .ca-item-12 .ca-info, .ca-item-16 .ca-info, .ca-item-20 .ca-info {
  background: #a9e2ff; }

