@import url('theme-menu.css');
@import url('animate-image.css');


html {
	overflow-x: hidden;
	overflow-y: auto;
}

html,
body {
	height: 100%;
}

body {
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

aside.sidebar h4 {
    margin-top: 40px;
}

aside.sidebar ul.nav-list {
    margin-bottom: 50px;
}

div.body {
	height: 100%;
	width: 100%;
}

.venue-shadow {
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) !important;
}

.featuredImage
{
    margin-top:25px;
    margin-bottom:-55px;
    max-width: 100%;
    height: auto;
}
 
.vk-header-shadow {
    background: url(../img/core/shadow3.png) no-repeat;
    position: absolute;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    bottom: -60px;
    opacity: 0.3;
}

.vk-header-shadow-v2 {
    background: url(../img/core/shadow-top.png) no-repeat;
    position: absolute;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    bottom: -60px;
    opacity: 0.3;
}

.white-background {
     background:white !important;
}

.vk-full-width-line {
    background-color: #e2e2e2;
    height: 1px; 
    margin-bottom:10px;
    margin-top:10px;
}

.text-white {
    color:white !important;
}

.text-dark {
    color:black !important;
}

.bg-white {
    background-color:white !important;
}

.vk-container {
    padding-bottom: 50px;
    padding-top: 50px;
}

div.clients-section {
    padding-bottom:7px;
    padding-top:20px;
}

.remove-top-margin {
    margin-top:0px !important;
}

/* Map 
div.map-section {
	background: transparent url(../img/map-top.png) center 0 no-repeat;
	padding-top: 220px;
	margin-top: 40px;
}

/* Section Featured */
section.featured
{
    background: #F8F7F7;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
    /*margin: 35px 0;*/
    padding: 60px 0;
    padding-bottom: 55px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    /*z-index:-1;*/
    margin-bottom: -1px;
}

h2.featured{
    margin: 0 0 10px 0;
}


section.featured-clean {
    background-color:white;
    padding: 50px 0; 
}

    section.featured.portfolio-related-projects {
        margin: 0px 0px;
        padding-bottom: 5px;
    }

    section.featured.footer {
        margin-bottom: 0px;
    }



section.featured.get-started .get-started-text h1 {
    font-size: 55px;
    font-weight: 200;
    margin-top: 15px;
    color: white!important;
}

section.featured.get-started .get-started-text h5 {
    margin-top: -10px;
    color: white!important;
    font-size: 24px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 50px;
    line-height: 25px;
}

section.featured.get-started tbody h5 {
    color: white!important;
    text-transform: none;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 200;
    line-height: 28px;
    padding-bottom: 10px;
}

    section.featured.get-started tbody{
        border-collapse: collapse; 
        margin-left: auto!important; 
        margin-right: auto!important;
    }

    section.featured.get-started table{ 
        margin-left: auto!important; 
        margin-right: auto!important;
    }









.portfolio-single-project {
    margin-top: 50px;
    margin-bottom: 55px;
}

.portfolio-related-projects .nhr-tall,
.portfolio-related-projects .nhr-small,
.portfolio-related-projects .nhr-short {
    margin: 20px 0 30px 0;
}

.portfolio-related-text {
    font-size: 1.1em;
    color: black;
    margin-bottom: 20px;
}
.portfolio-single-project-detail{
    margin-top:40px;
}


.call-to-action.featured.footer {
background-color: #f5f5f5;
}

.call-to-action.featured.footer h3{
    font-weight:200;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 30px;
}

section.featured.map {
	background-image: url(../img/map-bottom.png);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-top: 0;
	border-top: 0;
}

/* Section Highlight */
section.highlight {
	background: #CCC;
	boder-left: 0;
	boder-right: 0;
	border: 3px solid #CCC; 
	padding: 40px 0;
}

section.highlight div.img-thumbnail {
	background-color: #FFF;
}

section.highlight,
section.highlight > p,
section.highlight > a,
section.highlight h1,
section.highlight h2,
section.highlight h3,
section.highlight h4,
section.highlight h5 {
	color: #FFF;
}

section.highlight.footer {
	margin: 45px 0 -50px;
}

section.highlight.top {
	margin-top: 0;
}

/* Call To Action */
section.call-to-action {
	position: relative;
}

section.call-to-action:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #FFF;
	height: 15px;
	width: 15px;
	top: 0px;
	left: 50%;
	margin-left: -15px;
}

section.call-to-action h3 {
	text-transform: none;
	color: #121212;
}

section.call-to-action h3 .btn {
	margin-left: 10px;
}

/* Sidebar */
aside ul.nav-list > li > a {
	color: #666;
	font-size: 0.9em;
}

/* Parallax */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 100%;
    /*margin: 50px 0;*/
    padding: 60px 0;
}

    .parallax.disabled {
        -moz-background-size: auto;
        -o-background-size: auto;
        -webkit-background-size: auto;
        background-size: auto;
    }

/* Parallax Testimonials */
.parallax blockquote {
	border: 0;
	padding: 0 10%;
}

.parallax blockquote i.fa-quote-left {
	font-size: 34px;
	position: relative;
	left: -5px;
}

.parallax blockquote p {
	font-size: 24px;
	line-height: 30px;
}

.parallax blockquote span {
	font-size: 16px;
	line-height: 20px;
	color: #999;
	position: relative;
	left: -5px;
}

/* Home Slider - Revolution Slider */
div.slider-container {
	background: #666;
	max-height: 520px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

div.slider-container.video-background{
	background: #666;
	max-height: 630px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

div.slider-container.light {
	background-color: #EAEAEA;
}

div.slider-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.slider {
	max-height: 500px;
	position: relative;
}

div.slider-container-fullscreen,
div.slider-container-fullscreen div.slider {
	max-height: none;
}

div.slider div.tp-bannertimer {
	display: none;
}

div.slider-container {
	background: #171717;
}

div.slider-container div.tp-caption {
	filter: alpha(opacity=0);
	opacity: 0;
}

/*div.slider-container div.tp-bannershadow {
	filter: alpha(opacity=20);
	opacity: 0.20;
}*/

div.slider-container.light div.tp-bannershadow {
	filter: alpha(opacity=5);
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

div.slider > ul > li > div.center-caption {
	left: 0 !important;
	margin-left: 0 !important;
	text-align: center;
	width: 100%;
}

div.slider-container div.top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div.slider-container div.bottom-label {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

div.slider-container div.tp-caption a,
div.slider-container div.tp-caption a:hover {
	color: #FFF;
}

div.slider-container div.blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light",cursive;
	text-transform: uppercase;
}

div.slider a.main-button {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
 

/* fullscreen revolution slider */
.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

    .fullwidthbanner-container .fullwidthbanner {
        width: 100%;
        position: relative;
    }

.tp-caption.roundedimage img {
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

.fullscreenbanner-container,
.fullwidthbanner-container {
    background: #E2E6E9;
    margin-bottom:60px !important;
}

    .fullscreenbanner-container li,
    .fullwidthbanner-container li {
        visibility: hidden;
    }

.tp-bullets {
    bottom: 10px !important;
}

.tp-caption a.btn,
.tp-caption a.btn:hover {
    color: #fff;
    text-decoration: none;
}

.tp-bannershadow {
    width: 100% !important;
}







/* Home Slider - Nivo Slider */
div.nivo-slider  {
	position: relative;
}

div.nivo-slider .theme-default .nivoSlider {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
}

div.nivo-slider .theme-default .nivoSlider img {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

div.nivo-slider .theme-default .nivo-controlNav {
	margin-top: -72px;
	position: absolute;
	z-index: 100;
	right: 5px;
	bottom: -17px;
}

div.nivo-slider .theme-default .nivo-caption {
	padding-left: 20px;
}

/* Home Intro */
div.home-intro {
	background-color: #171717;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 25px 0 15px 0;
	position: relative;
	text-align: left;
}

div.home-intro div.get-started {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

div.home-intro div.get-started a.btn {
	position: relative;
	z-index: 1;
}

div.home-intro div.get-started a.btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

div.home-intro div.get-started a {
	color: #FFF;
}

div.home-intro div.learn-more {
	margin-left: 10px;
}

div.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

div.home-intro p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
}

div.home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

div.home-intro-compact {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	margin-top: -10px;
}

div.home-intro-compact p {
	padding-left: 20px;
}

div.home-intro-compact div.get-started {
	padding-right: 20px;
}

div.home-intro.light {
	background-color: #F7F7F7;
    border-bottom: 1px solid #e5e4e4;
}

div.home-intro div.get-started a:not(.btn) {
	color: #CFCFCF;
    margin-left: 5px;
}

div.home-intro.light p {
    color: #363636;
}

.home-intro.v2 h3 {
    font-size: 28px !important;
    color: #494949 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: none;
}

div.home-intro.v2 p {
    font-size: 1em;
}

div.home-intro.v2 {
    margin-bottom: 30px;
}

    div.home-intro.v2 .btn-lg {
        margin-top: 10px;
        margin-bottom: 25px;
    }

/* Home Concept */
div.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}

div.home-concept div.row {
	position: relative;
}

div.home-concept div.process-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	height: 175px;
	margin: 135px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

div.home-concept div.process-image img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	margin: 7px 8px;
}

div.home-concept strong {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 30px;
}

div.home-concept strong.our-work {
	margin-top: 52px;
	font-size: 2.6em;
}

div.home-concept div.project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	height: 420px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

div.home-concept span.sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

div.home-concept span.cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
}

/* Page Top */
section.page-top {
	background-image: url(../img/core/ff_rp_bkg2.png);
	border-bottom: 1px solid #CCC !important; 
	min-height: 50px;
	padding: 0;
	padding: 23px 0;
    padding-bottom:22px;
	position: relative;
	text-align: left; 
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

    section.page-top ul.breadcrumb a {
        color: #5F5F5F;
    }

.clear-page-top {
    margin-top:-40px;
}

section.page-top ul.breadcrumb {
    float: right;
    display: inline-block;
    margin: 0 20px -25px 0;
    line-height: 11px;
    padding:4px 12px 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: rgba(70, 69, 69, 0.1);
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

    section.page-top ul.breadcrumb > li {
        -webkit-text-shadow: none;
        text-shadow: none;
    }

    section.page-top h2 { 
        color: #494848;
        display: inline-block; 
        margin: 0 0 -25px;
        min-height: 37px;
        line-height: 46px;
        padding: 0 0 17px;
        position: relative;
        -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        font-size: 2.4em;
        font-weight: 300; 
    }

/* Page Top Custom - Create your Own */
section.page-top.custom-product {
	background-image: url(../img/custom/pricing-slide-bg.jpg);
	background-repeat:no-repeat;
	background-color: #999; 
    background-size:cover;
}

section.page-top.custom-product div.row {
	position: relative;
}

section.page-top.custom-product p.lead {
	color: #E8E8E8;
}

section.page-top.custom-product img {
	bottom: -20px;
	position: relative;
}

section.page-top.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
}


/* Page 404 */
section.page-not-found {
	margin: 50px 0;
}

section.page-not-found h2 {
	font-size: 160px;
	font-weight: 600;
	letter-spacing: -5px;
	line-height: 160px;
    color: #2A9DEA;
}

section.page-not-found h4 {
	color: #777;
}

section.page-not-found p {
	font-size: 1.4em;
	line-height: 36px;
}

div.page-not-found-main {
	margin-top: 25px;
	text-align: center;
}




/* ----------------------------------------------------------------
    404
-----------------------------------------------------------------*/

.error-404 {
    position: relative;
    text-align: center;
    font-size: 216px;
    line-height: 1;
    color: #57B3DF;
    font-family: "Open Sans", sans-serif;
}

.page-not-found-main span {
    display: block;
    font-size: 48px;
    color: #444;
    margin-bottom: 50px;
    margin-top: -20px;
}

.error-404-meta {
    position: relative;
    margin: 40px 0 20px;
}

.error-404-meta form {
    position: relative;
    margin: 0 auto;
    width: 486px;
}

    .error-404-meta input[type="text"] {
        display: block;
        width: 487px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        border-radius: 28px;
        padding: 10px 17px;
    }

    .error-404-meta input[type="submit"] {
        position: absolute;
        cursor: pointer;
        top: -2px;
        left: auto;
        right: 0;
        display: block;
        border: none;
        width: 49px;
        height: 49px;
        background: #2A9DEA url("../img/core/search-404.png") no-repeat center center;
        text-indent: -9999px;
        -moz-border-radius: 24px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        outline:none !important;
    }

        .error-404-meta input[type="submit"]:hover {
            background-color: #444;
        }

    .error-404-meta input[type="text"], input[type="password"], select, textarea {
        display: block;
        background: #FFF;
        margin-bottom: 10px;
        border: 1px solid #D5D5D5;
        border-top-width: 2px;
        outline: 0;
        font: normal 11px/100%;
        color: #666;
    }



/* Footer */
footer {
    background: #202020;
    border-top: 4px solid #1a1a1a;
    font-size: 0.9em;
    /*margin-top: 30px;*/
    padding: 45px 0 0;
    position: relative;
}

    footer div.footer-ribon {
        background: #999;
        position: absolute;
        margin: -100px 0 0 22px;
        padding: 10px 20px 6px 20px;
    }

        footer div.footer-ribon:before {
            border-right: 10px solid #646464;
            border-top: 16px solid transparent;
            content: "";
            display: block;
            height: 0;
            left: -10px;
            position: absolute;
            top: 0;
            width: 7px;
        }

        footer div.footer-ribon span {
            color: #FFF;
            font-family: "Shadows Into Light", cursive;
            font-size: 1.6em;
        }

    footer div.container div.row > div {
        margin-bottom: 5px;
    }

    footer div.container input:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Newsletter */
    footer div.newsletter form {
        width: 100%;
        max-width: 262px;
    }

        footer div.newsletter form input.form-control {
            height: 34px;
            padding: 6px 12px;
        }

    /* Twitter */
    footer div.twitter .fa {
        clear: both;
        font-size: 1.5em;
        position: relative;
        top: 3px;
    }

    footer div.twitter a.time {
        color: #999;
        display: block;
        font-size: 0.9em;
        padding-top: 3px;
        margin-bottom: 20px;
    }

        footer div.twitter a.time:last-child {
            margin-bottom: 0;
        }

    footer div.twitter ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* Contact */
    footer ul.contact {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer ul.contact i {
            display: block;
            float: left;
            font-size: 1.2em;
            margin: 7px 8px 10px 0;
            position: relative;
            text-align: center;
            top: -2px;
            width: 16px;
        }

            footer ul.contact i.fa-envelope {
                font-size: 1em;
                top: 0;
            }

        footer ul.contact p {
            margin-bottom: 10px;
        }

    /* Footer Logo */
    footer a.logo {
        display: block;
    }

        footer a.logo.pull-bottom {
            margin-bottom: 12px;
        }

    footer form {
        filter: alpha(opacity=85);
        opacity: 0.85;
    }

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #E9E9E9 !important;
    }

    footer a {
        color: #F3F3F3 !important;
    }

    footer p {
        color: rgb(156, 156, 156) !important;
    }

    footer h5 {
        color: #CCC !important;
    }

    footer a:hover {
        color: #CCC;
    }

    footer h4 {
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 700; 
        margin-bottom: 20px;
    }

/* Copyright */
div.footer-copyright {
	background: #1a1a1a;
	border-top: 1px solid #242424;
	margin-top: 25px;
	padding: 20px 0 18px;
}

div.footer-copyright nav {
	float: right;
}

div.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

footer ul.social-icons {
    float: right;
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    right: 11px;
}


    footer ul.social-icons li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        footer ul.social-icons li a {
            display: inline-block;
            height: 25px;
            text-align: center;
            line-height: 25px;
            font-size: 20px;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            color: rgb(116, 116, 116) !important;
            width: 33px;
        }

footer.footer-v3 ul.social-icons {
    float: left !important;
    margin-top: 25px;
    margin-left: 10px;
}

    footer.footer-v3 ul.social-icons li a {
        color: rgb(248, 248, 248) !important;
    }

div.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

div.footer-copyright p {
	color: rgb(158, 158, 158);
	margin: 0;
	padding: 0;
}

footer div.alert a {
	color: #222 !important;
}

footer div.alert a:hover {
	color: #666 !important;
}

footer span.phone {
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	margin-top: -5px;
}

footer.short {
	padding-top: 50px;
}

footer.short div.footer-copyright {
	background: transparent;
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

footer ul.nav-list.primary > li a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	line-height: 20px;
	padding-bottom: 11px;
}

footer ul.nav-list.primary > li:last-child a {
	border-bottom: 0;
}

footer ul.nav-list.primary > li a:hover {
	background-color: rgba(255,255,255,0.05);
}

footer ul.recent-work li {
	float: left;
	width: 26.1%;
	margin: 8px 3% 0 0;
}

footer ul.recent-work li a.thumb-info {
	float: left;
	display: inline-block;
    border: 4px solid rgb(53, 53, 53);
    border-radius: 1px;
}

footer ul.recent-work img {
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	/*-webkit-filter: grayscale(100%);*/
}

footer ul.recent-work li:hover img {
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}

footer ul.recent-work li img {
    border-radius: 1px;
}

footer ul.recent-work li img:hover {
    border-radius: 1px;
}

footer a.view-more-recent-work {
	padding: 12px;
}

footer ul.list.icons li {
	margin-bottom: 5px;
}




footer.white-footer {
    background: #f7f7f8;
    border-top: 1px solid rgba(218,222,225,0.85);
}

    footer.white-footer .footer-copyright {
        background: #F0F0F0;
        border-top: 1px solid #E6E6E6;
    }

    footer.white-footer h4 {
        text-transform: none;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -0.5px !important;
        letter-spacing: 1px;
        color: #4D4D4D !important;
    }

    footer.white-footer p {
        color: #838383 !important;
        font: normal normal normal 14px / 22px "Arial", Helvetica, Arial, Verdana, sans-serif;
        letter-spacing: 0.2px;
    }

    footer.white-footer .progress {
        height: 12px;
    }



.footer-small div.footer-copyright {
    margin-top: -50px;
    background-color: #222324;
}




/* Boxed Layout */
body.boxed {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}

body.boxed div.body {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	margin: 0px auto;
	max-width: 1200px;
	height: auto;
}

    body.boxed header {
        margin: 0px auto;
        max-width: 1200px;
    }


body.boxed header.darken-top-border {
	border-top: 0;
}

/* Scroll to Top */
a.scroll-to-top {
	-moz-border-radius: 7px 7px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 7px 7px 0 0;
	-webkit-transition: all 0.3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 0 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 49px;
	z-index: 1040;
}

a.scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

a.scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
























/*Portfolio*/

.portfolio-entries {
    margin-bottom:15px;
}

.portfolio-entries.full-width {
    margin-bottom:0px;
}

.owl-carousel.portfolio-entries-fourth-column .portfolio-thumb {
    width: 250px;
    display: inline-block;
}

.owl-carousel.portfolio-entries-third-column .portfolio-thumb {
    width: 340px;
    display: inline-block;
}

.portfolio-intro h4 {
    color: #444 !important;
    letter-spacing: -0.6px;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    margin-bottom:3px;
}

.portfolio-entries-third-column img,
.portfolio-entries-fourth-column img,
.portfolio-entries img {
    width: auto;
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
    display: inline-block;
    margin: 0;
    vertical-align: top
}

p img {
    margin-top: 20px
}

p img:first-child {
    margin-top: 0
}

img.alignleft {
    margin: 3px 20px 20px 0;
    float: left
}

img.alignright {
    margin: 3px 0 20px 20px;
    float: right
}

.portfolio-entries {
    width: 110%
}

.portfolio-entries .masonry-item {
    width: 24.98%;
    margin-right: 0;
    margin-bottom: 0;
    float: left
}

.portfolio-spaced .masonry-item {
    margin-right: 20px;
    margin-bottom: 20px;

}

.portfolio-spaced-small .masonry-item {
    margin-right: 5px;
    margin-bottom: 5px
}

.portfolio-spaced-big .masonry-item {
    margin-left: 30px;
    margin-right: 25px;
    margin-bottom: 5px;
  
}

.portfolio-entries .portfolio-intro {
    padding: 15px 0;
    padding-bottom:30px;
    text-align: center
}


.portfolio-entries.secondary .portfolio-intro {
    text-align:left;
}

.portfolio-entries.secondary .portfolio-name {
    margin-bottom:10px;
    margin-top:5px;
}
.portfolio-entries.secondary .portfolio-description {
    font-size:13px;
    padding-right:15px;
}
.portfolio-entries.secondary .portfolio-intro h4 {
    font-size: 1.3em;
}


.portfolio-name {
    text-transform: none;
}

.overlayinfo .portfolio-name {
    text-transform:uppercase;
    color:white;
    margin-bottom:5px;
}

.portfolio-name a {
    color: #262626
}

.portfolio-name a:hover {
    color: #4da5f5
}

#portfolio-single {
    background: #fff;
    padding-top: 100px
}

#portfolio-single .project-title {
    position: relative;
    margin: 0
}

#portfolio-single .project-title .project-name {
    display: inline-block;
    max-width: 80%
}

#portfolio-single .social-share {
    margin-top: 20px
}

#portfolio-single .portfolio-content,
#portfolio-single .portfolio-media {
    margin-top: 80px;
    position: relative
}

.imgoverlay {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%
}

.imgoverlay img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease; 
    transition: all .4s ease
}

    .imgoverlay:hover img {
        -moz-transform: scale(1.07);
        -o-transform: scale(1.07);
        -ms-transform: scale(1.07);
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

    .imgoverlay .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
        -ms-filter: "alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease; 
        transition: opacity .3s ease;
    }

    .imgoverlay:hover .overlay {
        opacity: 1;
        -ms-filter: "alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

    .imgoverlay .overlaycolor {
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: .8;
        -ms-filter: "alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }

.imgoverlay .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease; 
    transition: top .3s ease
}

.imgoverlay:hover .overlayinfo {
    top: 50%
}

.overlayinfo h6 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.text-light a.sr-buttonicon {
    border-color: #fff;
    color: #fff
}

.text-light a.sr-buttonicon:hover {
    background: #fff;
    color: #262626
}

.text-light .seperator span {
    background: #fff;
    opacity: .2;
    -ms-filter: "alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.text-light .toggle-item .toggle-title .toggle-icon .fa {
    color: #fff
}

.text-light h6 {
    color: #fff;
}







/* SMALL SCREENS */
@media only screen and (max-width: 1200px) {
	
    #page-content { min-width: 940px; }

    aside {	width: 240px; }

    .blog-content { width: 550px; }
    #blog-grid .masonry-item { width: 286px; }

    .one-half  { width: 450px; }
    .one-third { width: 286px; }
    .two-third { width: 612px; }
    .one-fourth { width: 205px; }
    .two-fourth { width: 450px; }
    .three-fourth { width: 695px; }
    .one-fifth { width: 156px; }
    .two-fifth { width: 356px; }
    .three-fifth { width: 554px; }
    .four-fifth { width: 752px; }
 

    .one-half .iconbox-content { width: 400px; }
    .one-third .iconbox-content { width: 236px; }
    .one-fourth .iconbox-content { width: 155px; }

}

/* TABLETS ON PORTRAITS */
@media only screen and (max-width: 1023px) {	

    aside {	width: 100%; float: none; margin-top: 100px; }


    .open-responsive-nav { display:block; }

    #portfolio-single aside { margin-top: 0px; }

    .blog-content { width: 650px; }

    .one-half  { width: 350px; }
    .one-third { width: 220px; }
    .two-third { width: 480px; }
    .one-fourth { width: 155px; }
    .two-fourth { width: 350px; }
    .three-fourth { width: 545px; }
    .one-fifth { width: 116px; }
    .two-fifth { width: 272px; }
    .three-fifth { width: 428px; }
    .four-fifth { width: 584px; }

    .one-half .iconbox-content { width: 300px; }
    .one-third .iconbox-content { width: 170px; }
    .one-fourth .iconbox-content { width: 105px; }

    .pricing-table { padding: 15px; }
    .pricing-accent { padding: 35px 15px; }
    .one-fourth .pricing-table {	padding-left: 5px;	padding-right: 5px; }
    .price-amount { font-size: 60px; line-height: 60px; }
    .one-fourth .price-amount { font-size: 40px; line-height: 40px; }
}



/* Smartphones*/
@media only screen and (max-width: 760px) {

    aside {	width: 100%; float: none; margin-top: 60px; padding-top: 60px; border-top: 1px solid #d9d9d9; }

    #portfolio-single aside { border:none; padding-top:0; }

    .blog-date { width: 50px; }
    .blog-date .date-day { font-size: 40px; line-height: 30px;}
    .blog-date .date-month {font-size: 10px; letter-spacing: 0.03em; }
    .blog-content { width: 240px; float: right; }

    .column { margin: 60px 0 0 0; }
    div .column:first-child { margin: 0; }
    .one-half  { width: 100%; }
    .one-third { width: 100%; }
    .two-third { width: 100%; }
    .one-fourth { width: 100%; }
    .two-fourth { width: 100%; }
    .three-fourth { width: 100%; }
    .one-fifth { width: 100%; }
    .two-fifth { width: 100%; }
    .three-fifth { width: 100%; }
    .four-fifth { width: 100%; }

    .one-half .iconbox-content { width: 250px; }
    .one-third .iconbox-content { width: 250px; }
    .one-fourth .iconbox-content { width: 250px; }

    .pricing-table { padding: 30px !important; }
    .pricing-accent { padding: 50px 30px !important; }
    .price-amount { font-size: 80px !important;; line-height: 80px !important;; }

    /* Spacings */
    .section-title { margin-top: -7px; margin-bottom: 60px; }
    .section-inner { padding-top: 60px; }
    .horizontalsection .horizontalinner { padding: 60px 0; }
    #portfolio-single {  padding-top: 60px; }
    .ajax-section #portfolio-single {  padding-bottom: 60px; }
    #portfolio-single .portfolio-media { margin-top: 40px; }
    #portfolio-single .portfolio-content { margin-top:0; padding-top: 40px; }
    .ajax-section { padding-bottom: 60px; }
    #ajax-loader .loader-icon { top: 20px!important; }
    .close-project { bottom: 70px; }
    .spacer.spacer-mini { height: 15px; }
    .spacer.spacer-small { height: 30px; }
    .spacer.spacer-medium { height: 45px; }
    .spacer.spacer-big { height: 60px; }

}






















































































.sort-source-wrapper {
    margin-top:10px;
}

.sort-source-wrapper .nav > li > a {
    padding: 6px 17px;
    color:black !important;
}







.sort-source-wrapper-f .nav > li > a {
    padding: 6px 17px;
}
div.sort-source-wrapper-f ul.sort-source {
    float: right;
    clear: none;
    margin-bottom: 30px;
}


div.sort-source-wrapper-f .sort-source-title {
	float: left;
	font-size: 1.4em;
	line-height: 1em;
	color: #ABB2BC;
	min-height: 55px;
}

div.sort-source-wrapper-f .sort-source-title strong {
	color: #2D343E;
	font-size: 1.5em;
	display: block;
	position: relative;
	top: 4px;
}
 
div.sort-source-wrapper-f.full-width ul.sort-source {
	margin-bottom: 0;
}

div.sort-source-wrapper-f.full-width {
	background: #1a1a1a;
	padding: 16px 0 16px;
	position: relative;
	z-index: 1000;
}

div.sort-source-wrapper-f ul.nav-pills > li a.active,
div.sort-source-wrapper-f ul.nav-pills > li.active > a:hover,
div.sort-source-wrapper-f ul.nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #FFF;
}

div.sort-source-wrapper-f.full-width .nav > li > a {
	color: #7A7A7A;
    font-weight: 600;
}

div.sort-source-wrapper-f.full-width .nav > li > a:hover {
	background: transparent;
	border-bottom-color: transparent;
}








    .sort-source-wrapper ul.nav-pills > li a.active,
    .sort-source-wrapper ul.nav-pills > li a.active:hover,
    .sort-source-wrapper ul.nav-pills > li a.active:focus {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;

        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.1);
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.1);
        box-shadow: inset 0 0 7px rgba(0,0,0,.1);
        background-color: #F8F8F8;
        color: black;
    }




    .sort-source-wrapper ul.nav-pills > li.active > a,
    .sort-source-wrapper ul.nav-pills > li.active > a:hover,
    .sort-source-wrapper ul.nav-pills > li.active > a:focus {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;

        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.1);
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.1);
        box-shadow: inset 0 0 7px rgba(0,0,0,.1);
        background-color: #F8F8F8;
        color: black;
    }
 

    .sort-source-wrapper ul.nav-pills > li > a,
    .sort-source-wrapper ul.nav-pills > li > a:hover,
    .sort-source-wrapper ul.nav-pills > li > a:focus {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    } 

 .sort-source-wrapper ul.nav-pills li.last.active a{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.sort-source-wrapper ul.nav-pills li.first.active a{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.sort-source-wrapper .nav-pills > li {
    border: 1px solid rgb(224, 224, 224);
}

.sort-source-wrapper .nav-pills li:first-child {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.sort-source-wrapper .nav-pills li:last-child{
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

    .sort-source-wrapper .nav-pills > li > a {
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    .sort-source-wrapper .nav-pills > li + li {
        margin-left: -1px;
        border: 1px solid rgb(224, 224, 224);
    }


div.sort-source-wrapper ul.sort-source {
    float: right;
    clear: none;
    margin-bottom: 20px;
}

div.sort-source-wrapper.center-filter ul.sort-source {
    float: center;
    margin-left:auto;
    margin-right:auto;
    display: table;
}


div.sort-source-wrapper .sort-source-title {
	float: left;
	font-size: 1.4em;
	line-height: 1em;
	color: #ABB2BC;
	min-height: 55px;
}

div.sort-source-wrapper .sort-source-title strong {
	color: #2D343E;
	font-size: 1.5em;
	display: block;
	position: relative;
	top: 4px;
    font-weight: 600;
}
 
div.sort-source-wrapper.full-width ul.sort-source {
	margin-bottom: 0;
}

div.sort-source-wrapper.full-width {
	background: #2D343E;
	margin: -3px 0 0;
	padding: 14px 0 12px;
	position: relative;
	z-index: 1000;
}

div.sort-source-wrapper.full-width .nav > li > a {
	color: #FFF;
}

div.sort-source-wrapper.full-width .nav > li > a:hover {
	background: transparent;
	border-bottom-color: transparent;
}


.sort-source-wrapper.secondary .nav-pills > li {
    border:none;
    background:none;
}

.sort-source-wrapper.secondary .nav-pills > li:after {
    font-family: FontAwesome;
    content: "\f10c";
    display:inline-block;
}



    /* Clean Style */
    .sort-source-wrapper .nav-pills.clean-style > li {
        border: 0px solid rgb(224, 224, 224);
    }
    .sort-source-wrapper .nav-pills.clean-style > li + li {
        margin-left: -1px;
        border: 0px solid rgb(224, 224, 224);
    }

    .sort-source-wrapper .nav-pills.clean-style > li + li a:before {
        color: #2c3e50;
        content: "/";
        padding: 0 5px;
        padding-right: 10px;
    }

    .sort-source-wrapper .nav.clean-style > li > a:hover, 
    .sort-source-wrapper .nav.clean-style > li > a:focus {
        background-color:transparent;
    }

    .sort-source-wrapper ul.nav-pills.clean-style > li a.active,
    .sort-source-wrapper ul.nav-pills.clean-style > li a.active:hover,
    .sort-source-wrapper ul.nav-pills.clean-style > li a.active:focus {
        box-shadow:none;
        background-color:transparent;
        color:#0099e6 !important;
    }

.sort-source-wrapper .nav.clean-style > li > a {
    padding:6px 5px;
    padding-right: 10px;
    padding-left: 0px;
}















/* Sort Destination */
.sort-destination {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sort-destination li {
	margin-bottom: 35px;
}

.sort-destination.full-width {
	margin: 0;
	width: 101%;
}

.sort-destination.full-page {
	margin: 0;
}

.sort-destination.full-width .isotope-item {
	width: 20%;
	float: left;
	margin: 0 0 0 -0.02%;
	padding: 0;
}

.sort-destination.full-width .isotope-item .img-thumbnail,
.sort-destination.full-width .isotope-item a,
.sort-destination.full-width .isotope-item .thumb-info img {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
}

.sort-destination.full-width .isotope-item .img-thumbnail {
	float: left;
    border: 0;
	padding: 0;
	margin: 0;
}
 


    
/* Portfolio */
div.portfolio-title {
	margin-bottom: -10px;
}

div.portfolio-title a {
	display: inline-block;
}

div.portfolio-title p.sub-title {
	margin: 0;
	font-size: 1.1em;
}

div.portfolio-title div.portfolio-nav {
	display: inline-block;
	font-size: 3em;
	margin-top: 15px;
}

div.portfolio-title div.portfolio-nav.next {
	text-align: right;
}

div.portfolio-title div.portfolio-nav .fa {
	color: #999;
}

div.portfolio-info {
	margin: 2px 0 20px;
}

p.portfolio-description {
	font-size: 1.2em;
	line-height: 1.5em;
}

div.portfolio-info ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

div.portfolio-info ul li {
	display: inline-block;
	border-right: 1px solid #E6E6E6;
	color: #B1B1B1;
	padding-right: 8px;
	margin-right: 8px;
	font-size: 0.9em;
}

div.portfolio-info ul li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

div.portfolio-info ul li a {
	text-decoration: none;
	color: #B1B1B1;
}

div.portfolio-info ul li i.fa {
	margin-right: 4px;
}

div.portfolio-info ul li a:hover i.fa-heart {
	color: #E53F51;
}

/* Portfolio List */
ul.portfolio-list {
	list-style: none;
	margin: 0;
	padding: 0;
    margin-bottom:25px;
}

ul.portfolio-list .col-md-4 .portfolio-item {
	max-width: 350px;
}

/* Portfolio Details */
ul.portfolio-details {
	list-style: none;
	padding: 0;
	margin: 45px 0 0 5px;
	font-size: 0.9em;
}

ul.portfolio-details li {
	padding: 0;
	margin: 0 0 20px;
}

ul.portfolio-details p {
	padding: 0;
	margin: 0;
}

ul.portfolio-details blockquote {
	padding: 0 0 0 10px;
	margin: 15px 0 0;
	color: #999;
}

ul.portfolio-details ul.list-skills li {
	margin-right: 10px;
	margin-bottom: 5px;
}





/* Thumbnails */
.img-thumbnail {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0;
	position: relative;
	border: 0;
	/*border-bottom: 3px solid #E3E4E8;*/
}

.img-thumbnail span.zoom {
	background: #CCC;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	bottom: 8px;
	color: #FFF;
	display: block;
	height: 30px;
	padding: 6px;
	position: absolute;
	right: 8px;
	text-align: center;
	width: 30px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.img-thumbnail:hover span.zoom {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

.img-thumbnail span.zoom i {
	font-size: 14px;
	left: 0;
	position: relative;
	top: -1px;
}

/* Thumb Info */
.thumb-info {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0;
	position: relative;
	border: 0;
	/*border-bottom: 3px solid #E3E4E8;
	background: #F7F9FC;*/
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.thumb-info,
.thumb-info:hover {
	text-decoration: none;
}

.thumb-info + .thumb-info {
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	margin-top: -5px;
}

.thumb-info span.thumb-info-image {
	display: block;
	position: relative;
}

.thumb-info span.thumb-info-image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2D343E;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.full-width .thumb-info span.thumb-info-image:before {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.thumb-info:hover span.thumb-info-image:before {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.thumb-info span.thumb-info-act {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
}

.thumb-info a,
.thumb-info a:hover {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.thumb-info span.thumb-info-act em {
	font-style: normal;
	position: relative;
	font-size: 1.2em;
	font-weight: 100;
}

.thumb-info span.thumb-info-act-left,
.thumb-info span.thumb-info-act-right {
	float: left;
	overflow: hidden;
}

.thumb-info span.thumb-info-act-left {
	text-align: right;
	width: 45%;
}

.thumb-info span.thumb-info-act-right {
	text-align: left;
	margin-left: 2%;
	width: 53%;
}

.thumb-info span.thumb-info-act-left em {
	left: 100%;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.thumb-info:hover span.thumb-info-act-left em {
	left: 0;
}

.thumb-info span.thumb-info-act-right em {
	right: 200%;
	font-weight: 600;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.thumb-info:hover span.thumb-info-act-right em {
	right: 0;
}

.thumb-info img {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.thumb-info span.thumb-info-content {
	padding: 15px;
	/*text-align: left;*/
	display: block;
    /*padding-left: 0px;*/
}

.thumb-info span.thumb-info-caption {
	padding: 0 15px 15px;
	text-align: left;
	display: block;
}

.thumb-info span.thumb-info-caption p {
	margin: 0;
	padding: 0 0 10px;
}

.thumb-info .thumb-info-extra {
	clear: both;
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #EBEBF4;
	display: block;
}

.thumb-info .thumb-info-extra.social {
	text-align: center;
}

.thumb-info .thumb-info-extra.social a {
	border-right: 1px solid #EBEBF4;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 0.9em;
	color: #ACACAC;
	width: auto;
}

.thumb-info .thumb-info-extra.social a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.thumb-info h4 {
	color: #444;
	letter-spacing: -0.6px;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

.thumb-info span.date {
	color: #9AA1AB;
	font-size: 0.9em;
}

.thumb-info:hover {
	background-color: #FFF;
}

.thumb-info.secundary span.thumb-info-content {
	text-align: center;
}

.thumb-info.secundary span.thumb-info-content h4 {
	color: #FFF;
	position: relative;
	top: -25%;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.thumb-info.secundary span.thumb-info-content span.date {
	position: relative;
	top: 25%;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.thumb-info.secundary:hover span.thumb-info-content h4 {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info.secundary:hover span.thumb-info-content span.date {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info.secundary span.thumb-info-act {
	top: 30%;
}

.thumb-info.secundary span.label {
	clear: both;
	display: inline-block;
	margin-top: 15px;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.thumb-info.secundary:hover span.label {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Thumbnail Gallery */
ul.thumbnail-gallery {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul.thumbnail-gallery li {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 0;
}


.recent-post-date {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    padding-top: 14px;
    text-align: center;
    font-weight: 300;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    background-color: #2A9DEA;
    border-bottom-right-radius: 1px;
}

    .recent-post-date span {
        display: block;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 15px;
        font-size: 12px;
    }