@charset "utf-8";
/* CSS Document */

.flex-carousel {
    font-family: "Roboto",sans-serif;
}
.features-carousel .item {
    background-color: #fff;
    border-radius: 3px;
    margin: 5px;
    padding: 30px 15px;
    text-align: center;
}
.features-carousel .item i {
    background-color: #eca500;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.features-carousel .item h3 {
    color: #262626;
    font-weight: 600;
}
.features-carousel .flex-page span {
    border-radius: 3px;
    height: 6px;
    margin: 5px 2px;
    width: 6px;
}
.features-carousel .flex-page.active-page span {
    background-color: #444;
    width: 25px;
}
.simple-image-carousel {
    padding-top: 32px;
}
.simple-image-carousel .item {
    margin: 5px 10px;
    overflow: hidden;
    position: relative;
}
.simple-image-carousel .media-holder img {
    height: auto;
    transition: all 0.6s ease 0s;
    vertical-align: middle;
    width: 100%;
}
.simple-image-carousel .item:hover .media-holder img {
    transform: scale(1.2) rotate(-15deg);
}
.simple-image-carousel .hover-content {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.simple-image-carousel .item:hover .hover-content {
    opacity: 1;
}
.simple-image-carousel .overlay {
    background-color: #000;
    height: 100%;
    opacity: 0.7;
    width: 100%;
}
.simple-image-carousel .link-container {
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.simple-image-carousel .link-container a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.simple-image-carousel .link-container a:first-child {
    margin-right: 5px;
}
.simple-image-carousel .link-container a:hover {
    border-color: #eca500;
    color: #eca500;
}
.simple-image-carousel .flex-navigation {
    position: absolute;
    right: 10px;
    top: 0;
}
.simple-image-carousel .flex-navigation .flex-prev, .simple-image-carousel .flex-navigation .flex-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #999;
    display: block;
    float: left;
    font-size: 14px;
    height: 22px;
    line-height: 18px;
    margin: 0 0 0 2px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
}
.simple-image-carousel .flex-navigation .flex-prev:hover, .simple-image-carousel .flex-navigation .flex-next:hover {
    border-color: #eca500;
    color: #eca500;
}
.team-showcase-carousel .item {
    margin: 5px 10px;
    text-align: center;
}
.team-showcase-carousel .media-holder img {
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.team-showcase-carousel .social-links {
    background: #fff none repeat scroll 0 0;
    margin-top: -40px;
    opacity: 0;
    position: relative;
    transition: opacity 0.5s ease 0s;
}
.team-showcase-carousel .item:hover .social-links {
    opacity: 1;
}
.team-showcase-carousel .social-links a {
    background: #fff none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-decoration: none;
    width: 40px;
}
.team-showcase-carousel .social-links a:hover {
    background-color: #eee;
}
.team-showcase-carousel .detail-container {
    background-color: #fff;
    padding: 18px 15px 10px;
    position: relative;
}
.team-showcase-carousel .detail-title {
    color: #262626;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 8px;
}
.team-showcase-carousel .detail-subtitle {
    color: #999;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 10px;
}
.team-showcase-carousel .detail-container p {
    color: #666;
    font-size: 13px;
    line-height: 1.6em;
    text-align: left;
}
.top-nav-box-carousel {
    background: #fff none repeat scroll 0 0;
    padding-top: 40px;
}
.top-nav-box-carousel .item {
    margin: 5px 10px;
}
.top-nav-box-carousel a {
    text-decoration: none;
}
.top-nav-box-carousel a span {
    color: #262626;
    display: block;
    font-size: 16px;
    line-height: 1em;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.top-nav-box-carousel a:hover span {
    color: #eca500;
}
.top-nav-box-carousel a img {
    border: medium none;
    width: 100%;
}
.top-nav-box-carousel .flex-page span {
    height: 6px;
    margin: 4px;
    width: 6px;
}
.top-nav-box-carousel .flex-navigation {
    position: absolute;
    right: 10px;
    top: 0;
}
.top-nav-box-carousel .flex-pagination {
    position: absolute;
    right: 75px;
    top: 0;
}
.top-nav-box-carousel .flex-navigation .flex-prev, .top-nav-box-carousel .flex-navigation .flex-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #aaa;
    color: #666;
    margin-right: 0;
    padding: 2px 3px;
}
.top-nav-box-carousel .flex-navigation .flex-prev:hover, .top-nav-box-carousel .flex-navigation .flex-next:hover {
    border: 1px solid #777;
    color: #333;
}
.normal-image-list-carousel {
    padding: 0 40px;
}
.normal-image-list-carousel .item {
    margin: 5px;
}
.normal-image-list-carousel .item a {
    border: 4px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: block;
}
.normal-image-list-carousel .item a img {
    border: medium none;
    vertical-align: middle;
    width: 100%;
}
.normal-image-list-carousel .flex-next, .normal-image-list-carousel .flex-prev {
    background-color: transparent;
    color: #777;
    font-size: 28px;
    line-height: 50px;
    margin: -25px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}
.normal-image-list-carousel .flex-next:hover, .normal-image-list-carousel .flex-prev:hover {
    background-color: transparent;
}
.normal-image-list-carousel .flex-next {
    right: 0;
}
.normal-image-list-carousel .flex-prev {
    left: 0;
}
.logo-showcase .flex-item a img {
    border: medium none;
    border-radius: 3px;
    filter: grayscale(0%);
    max-width: 100%;
    opacity: 1;
    transition: opacity 0.4s ease 0s;
    vertical-align: middle;
}
.logo-showcase .item {
    background-color: #fff;
}
.logo-showcase .item:hover a img {
    border-radius: 3px;
    filter: grayscale(100%);
    opacity: 0.6;
}
.logo-showcase .item {
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 5px;
    overflow: hidden;
}
.logo-showcase-gray .flex-item a img {
    border: medium none;
    filter: grayscale(100%);
    max-width: 100%;
    opacity: 0.6;
    transition: opacity 0.4s ease 0s;
    vertical-align: middle;
}
.logo-showcase-gray .item:hover a img {
    filter: grayscale(0%);
    opacity: 1;
}
.fullwidth-carousel .media-holder img {
    height: auto;
    vertical-align: middle;
    width: 100%;
}
.fullwidth-carousel .item {
    overflow: hidden;
    position: relative;
}
.fullwidth-carousel .media-holder {
    position: relative;
    top: 0;
    transition: top 0.4s ease 0s;
}
.fullwidth-carousel .item:hover .media-holder {
    top: -50px;
}
.fullwidth-carousel .hover-content {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.fullwidth-carousel .overlay {
    background-color: #000;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    width: 100%;
}
.fullwidth-carousel .item:hover .overlay {
    opacity: 0.5;
}
.fullwidth-carousel .link-container {
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
}
.fullwidth-carousel .link-container a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 46px;
    line-height: 42px;
    margin: 0 5px;
    opacity: 0;
    text-decoration: none;
    transform: translateY(-100%);
    transition: all 0.4s ease 0s;
    width: 46px;
}
.fullwidth-carousel .item:hover .link-container a:hover {
    opacity: 0.8;
    transform: translateY(0%);
}
.fullwidth-carousel .item:hover .link-container a {
    opacity: 1;
    transform: translateY(0%);
}
.fullwidth-carousel .item .detail-container {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 14px 20px 3px;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease 0s;
    z-index: 1;
}
.fullwidth-carousel .item .detail-container h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}
.fullwidth-carousel .item .detail-container p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px;
    text-align: center;
}
.fullwidth-carousel .item:hover .detail-container {
    transform: translateY(1px);
}
.fullwidth-carousel .flex-prev, .fullwidth-carousel .flex-next {
    background: #4986e7 none repeat scroll 0 0;
    font-size: 14px;
    padding: 5px;
}
.fullwidth-carousel .flex-prev:hover, .fullwidth-carousel .flex-next:hover {
    background: #5491f2 none repeat scroll 0 0;
}
.fullwidth-carousel .flex-prev:active, .fullwidth-carousel .flex-next:active {
    background: #3c79da none repeat scroll 0 0;
}
.testimonial-carousel .item {
    margin: 3px;
}
.testimonial-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    font-size: 13px;
    line-height: 1.7em;
    padding: 20px;
    position: relative;
}
.testimonial-arrow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAAHaoq71AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNpiuHv3rvV/KGAA4a9fv4LZAAHEABO9d+/ef0awCAMDiGAECCCwMpAoDHz79g2sBaYKAwAEEMPPnz//owMGKIYDoFMkwYJAhgBUAO4UmEQSjA0QQDCBjv94wPPnz1FNAOFnz56hKPr37x/IqmoUk5ExULIEpOjx48f/0eUAAgglIHCBHz9+gGzQBOt48eIFXsVAhU3IHlT9/v07LoX/MdwMFGxAV/j06VMUd6N7Dq7wy5cvIFM5cSoG4SdPnsCCrBAjNNAF0GMNGQMEGEwy+9GjR////v37n1zw58+f/w8fPgS5KB6b/6Z++PCBZEPfvXsHMnAKXu8BFUSDbAa5gBD4/fv3/wcPHoAMDSIq3KAWTH779i1OQ9+8eQMycCIu/TgNhhruef/+/f+/fv2CGwhig8SAci749OI1GMmC3levXv0HYSC7hxg9AMbpvGCGEsu8AAAAAElFTkSuQmCC");
    bottom: -12px;
    display: block;
    height: 12px;
    left: 10px;
    position: absolute;
    width: 20px;
}
.testimonial-user {
    margin-top: 20px;
    min-height: 50px;
}
.testimonial-user-thumb {
    border: 2px solid #fff;
    border-radius: 50%;
    float: left;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    width: 50px;
}
.testimonial-user-name {
    color: #555;
    font-size: 14px;
    line-height: 26px;
}
.testimonial-user-meta {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
.testimonial-user-thumb img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.testimonial-carousel .flex-page span {
    border-radius: 3px;
    height: 6px;
    margin: 5px 2px;
    width: 6px;
}
.testimonial-carousel .flex-page.active-page span {
    background-color: #444;
    width: 25px;
}
.portfolio-carousel .item {
    margin: 5px 10px;
    overflow: hidden;
}
.portfolio-carousel .media-holder > img {
    border: medium none;
    transition: all 0.6s ease 0s;
    vertical-align: middle;
    width: 100%;
}
.portfolio-carousel .media-holder {
    overflow: hidden;
    position: relative;
}
.portfolio-carousel .hover-content {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.portfolio-carousel .item:hover .hover-content {
    opacity: 1;
}
.portfolio-carousel .item:hover .media-holder > img {
    transform: scale(1.4);
}
.portfolio-carousel .detail-container {
    padding: 15px 20px 5px;
    text-align: center;
}
.portfolio-carousel .link-container {
    margin-top: -18px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
}
.portfolio-carousel .link-container a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    margin: 0 4px;
    text-decoration: none;
    width: 32px;
}
.portfolio-carousel .detail-container h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.portfolio-carousel .detail-container h4 a {
    color: #333;
    transition: all 0.4s ease 0s;
	text-decoration:none;
}
.portfolio-carousel .detail-container h4 a:hover {
    color: #72c02c;
	text-decoration:none;
}
.portfolio-carousel .detail-container p {
    color: #999;
    font-family: "Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1em;
    margin: 0 0 10px;
    text-transform: lowercase;
}
.portfolio-carousel .flex-navigation {
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.portfolio-carousel .flex-navigation .flex-prev, .portfolio-carousel .flex-navigation .flex-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 32px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 36px;
}
.portfolio-carousel .flex-navigation .flex-prev:hover, .portfolio-carousel .flex-navigation .flex-next:hover {
    border-color: #444;
    color: #444;
}
