/* Bootstrap Carousel Style */
.MultiCarousel { overflow: auto; width: 100%; }
.MultiCarousel .MultiCarousel-inner { border-top: 1px solid #000;
    border-bottom: 2px solid #000; position: relative;width: 16680px; transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > img { height: 215px; }
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }    
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

.img-carousel {
    background-position: 0 0;
    height: 250px;
    background-image: url('/images/all_images_border_final.jpg');
    background-repeat-x: repeat;
}

.img-carousel.Next {
  animation: scrollNext 500s linear infinite;
}

.img-carousel.Prev {
  animation: scrollPrev 500s linear infinite;
}

@keyframes scrollNext {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes scrollPrev {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

body {
	font-family: 'Roboto', sans-serif;
}

a {
	color: #6B6A6B;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.logo img {
    width: 100%;
}

.logo {
    margin: 70px auto 100px;
    display: block;
    width: 250px;
	height: 250px;
}

.construction {
    text-align: center;
    margin-bottom: 120px;
    font-size: 25px;
}

.logo .animated {
    opacity: 0;
}

.logo .animated.circle {	
	animation-name: fadeIn;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	animation-delay: .5s;
	animation-fill-mode: forwards;  
}

.logo .animated.title {
    margin-top: 30px;
	animation-name: fadeIn;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-fill-mode: forwards;  
}

.logo .animated.subtitle {
    margin-top: 10px;
	animation-name: fadeIn;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;  
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.header .contact {
    position: absolute;
    top: 40px;
    right: 90px;
    font-size: 16px;
}

.content {
    height: 250px;
}

#carousel {
	position: relative;
}

#carousel .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: transparent;
    border: 0;
	outline: 0;
    font-size: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    color: #333;
}

#carousel .carousel-btn:hover {
    opacity: 1;
    color: #444;
}

#carousel .carousel-btn#cNext {
    right: 0px;
}

#carousel .carousel-btn.disabled {
    pointer-events: none;
    opacity: .6;
}

.contact #contact {
    font-size: 16px;
    margin-top: 28px;
}

.contact #contact .icon {
    width: 28px;
}

.bottom-site-seal img {
    height: 40px;	
}

div#tl_popupSECDV {
    bottom: 0;
}


@media (max-width: 991px){
	.contact-info {
		padding-bottom: 100px;
		color: #000;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}

	.logo {
		margin-bottom: 220px;
		width: 400px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.logo {
		margin-bottom: 110px;
	}
	.header .contact {
		right: 40px;
	}
	.contact #contact {
		font-size: 16px;
		margin-top: 30px;
	}
	.contact #contact .icon {
		width: 30px;
		margin-top: -5px;
	}
}

@media (min-width: 1200px) and (max-width: 1699px){
	.logo {
		margin-bottom: 100px;
	}
	.construction {
		margin-bottom: 120px;
	}
}

@media (min-width: 1800px) and (max-width: 1920px) {
	.logo {
	margin-bottom: 150px;
	}
	.construction {
		margin-bottom: 140px;
	}
}


