.highlight { color: #dad7cf }
.highlight1 { color: #5e2d85 }
.highlight2 { color: #84cfc8 }
.highlight3 { color: #5483aa }
.highlight4 { color: #4d2f6d }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }




/* Home Section Style 3 - Slider*/
.carousel-indicators {
    position: absolute;
    bottom: 90px;
    left: 90%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}


/* Portfolio / Works Sections */
.hover-bg .hover-text {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 20%;
	padding: 20px;
	color: #FFFFFF;
	transition: all 0.8s;
	-webkit-transition: all 08s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}




/* Portfolio or works blocks */
#tf-works {
	padding-top: 80px;
	padding-bottom: 30px;
}

ul.cat {
	margin-bottom: 30px;
}
ul.cat li a {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.nopadding { padding: 0 }

ul.cat1 {
	margin-bottom: 30px;
}
ul.cat1 li a {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
ul.cat1 li a:hover,
ul.cat1 li a:focus,
ul.cat1 li a.active {
	width: 40px;
	height: 40px;
     width: 100px; 
     height: 100px; 
     border: 1px solid #b7b4ac;
	color: inherit;
	padding-top: 62px;
	padding-bottom: 62px;
	background-color: #f1f1f1;
}
.nopadding1 { padding: 0 }
.box a {
    margin: 2px;
}
.box .hover-bg {
    position: relative;
    overflow: hidden;
}
.box .hover-bg .hover-text {
    height: 100%;
    bottom: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    background: transparent;
}
.box:hover .hover-bg .hover-text { background-color: rgba(1, 1, 1, 0.5) }
.box .hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa {
	font-size: 22px;
	padding: 13px;
	position: relative;
	top: 40%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	transition: all 0.5s;
	background-color: #5d7989;
	background-repeat: no-repeat;
	background-position: center;
}
.box .hover-text i.fa:hover { background: #333333 }
.box .hover-text i.fa.fa-expand {
    -webkit-transform: translateX(-400%) translateY(0%);
    transform: translateX(-400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-expand {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa.fa-star {
    -webkit-transform: translateX(400%) translateY(0%);
    transform: translateX(400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-star {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
.box .hover-text i.fa.fa-envelope {
    -webkit-transform: translateX(400%) translateY(0%);
    transform: translateX(400%)  translateY(0%);
    opacity: 0;
    transition: all 0.5s;
}
.box:hover .hover-text i.fa.fa-envelope {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}


/* Isotope Filter */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-size: 12px;
    background: #f1f1f1;
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 5px;
    border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #ffffff !important;
    background: rgba(255, 255, 255, 0.8) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close { opacity: 1 }
.nivo-lightbox-error {
    color: #dad8cf !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    border-top: 4px solid #dad8cf;
}
