

[class*='imageDescription'] img, .wt1img img, .wt2img img, .wt3img img, .camera_wrap {
    visibility: hidden;
    opacity: 0;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    opacity: 1 !important;
}

@keyframes fadeIn {
    0% {
        /*      transform: scale(0); */
        transform: translateY(20px);
        opacity: 0.0;
    }
    100% {
        /*      transform: scale(1); */
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        /*      -webkit-transform: scale(0); */
        -webkit-transform: translateY(20px);
        opacity: 0.0;
    }
    100% {
        /*      -webkit-transform: scale(1); */
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

.wtheader .text-content, .wtsubheader .text-content {
    text-align: center;
}
.wtheader .text-content h1, .wtsubheader .text-content h2 {
	display: inline-block;
	position: relative;
}
.wtheader .text-content h1:after, .wtsubheader .text-content h2:after {
    content: '';
    height: 2px;
    background: linear-gradient(to left,rgba(0,0,0,0.1),rgba(0,0,0,.75),rgba(0,0,0,1),rgba(0,0,0,.75),rgba(0,0,0,0.1));
    display: block;
    transition: all .5s ease-in-out;  
  margin: 10px auto;
  width: 70%;
}
.wtheader .text-content h1:hover:after, .wtsubheader .text-content h2:hover:after {
  width: 100%;
	background: linear-gradient(to left,rgba(0,0,0,0.1),rgba(0,0,0,.75),rgba(0,0,0,1),rgba(0,0,0,.75),rgba(0,0,0,0.1));
  height: 2px;
}

.hidden-script-for-anim {
    display: none;
}


.carousel-container #homeCarousel .carousel-caption {
    left: 0px;
    right: auto;
    top: auto;
    bottom: 20%;
}

.imageDescriptionSide {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: #f6f6f6;
}

.imageDescriptionSide:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}

.summary-widget .summary-content-wrap{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.summary-widget .summary-content-wrap:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}


.wt3img.bgColorContainer {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.wt3img.bgColorContainer:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}

.summary-widget .contentblock {
    background-color: #efe6e7;
}

.summary-widget .contentblock .offcont {
    line-height: 1.6em;
}


