/*Default Wordpress styles*/

/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    /*max-height: 100%;*/
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
address{
    line-height: 1.4;
}
pre, code {
    clear: both;
    overflow: auto;
    margin: 1.5em 0em;
    white-space: pre;
    color: inherit;
    line-height: 24px;
}
img.size-full,
img.size-large {
    max-width: 100%;
    width: auto; /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1em;
}
p img,
.wp-caption {
    margin: 0;
}
.wp-caption {
    margin-bottom: 1em;
    padding: 5px;
    max-width: 100%;
    border-top: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    color: inherit;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0 5px 40px;
}
.wp-caption .wp-caption-text:before {
    position: absolute;
    top: 10px;
    left: 5px;
    margin-right: 5px;
    content: '\2014';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}
.gallery {
    margin: 0;
}
.gallery a img {
    border: none;
}
img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
    padding-right: 2%;
    width: 23%;
}
#content .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

.error404 #entry-title .content-title{
    margin-top: 20px;
}
.header-search-form{
    padding: 15px 0;
    text-align: center;
}
#searchform{
    margin: 0;
}

#searchform .search-container i{
    font-size: 24px;
    z-index: 2;
    position: relative;
    color: #666;
}


#searchform .search-container .input-wrapper input{
    margin: 0;
    display: block;
    padding: 0 5px;
    width: 190px;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
    padding: 0;/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border: none;
}
.wp-caption img {
    border-color: transparent;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
    border-color: #bbb;/* Add some useful style to those fancy borders for linked images ... */
    background: transparent;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    border-color: transparent;/* ... including captioned images! */
    background: transparent;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
    margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
    margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
    background: #f7f7f7;
}

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
    display: block;
    float: none;
    margin-right: 0;
    margin-left: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
dl.gallery-item {
    margin: 0;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}

.sticky{}
.bypostauthor {}
.hidden { display: none; }
/*---------- General ----------*/
.clear{
    clear:both;
}
.logo{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.header-centered{
    text-align: center;
}

.header-centered .logo{
    margin-top: 0;
    text-align: center;
}
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
html{
    width: 100%;
    height: 100%;
}

a img{
    border:0;
}

body{
    overflow-y:scroll;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

fieldset{
    border: 0;
    padding: 0;
}

span.meta-likes{
    cursor: pointer;
}

span.meta-likes em{
    font-size: 24px;
    display: inline-block;
    font-style: normal;
    color: #eb4c4c;
    margin-left: -2px;
    margin-top: 2px;
}

span.meta-likes:hover em{
    color: red;
}

a.voted.meta-likes em{
    color: #DB2B1E;
}

span.meta-likes i{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    vertical-align: middle;
    margin-left: -3px;
    margin-top: -9px;
}

.like-label {
    display: inline-block;
    margin-right: 5px;
}
.content-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    font-family: 'Vollkorn', sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 32px;
}
#header .content-title{
    margin: 10px 0;
}
.tr{
    text-align: right;
}
/* Form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus{
    border-radius: none;
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}

input[type="submit"], button, input[type="button"]{
    border-radius: 0;
    cursor: pointer;
    height: 35px;
    color: #555555;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    text-transform: uppercase;
    background: #f6f6f6;
    background: -moz-linear-gradient( #f6f6f6 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: -o-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: linear-gradient( #f6f6f6 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=1 );
    -moz-box-shadow: inset 0 1px 1px #FFF;
    -webkit-box-shadow: inset 0 1px 1px #FFF;
    box-shadow: inset 0 1px 1px #FFF;
    margin: 0 0 20px 15px;
}

.form-submit.submit input[type="submit"], button, input[type="button"]{
    margin-left: 0px;
}

input[type="submit"]:hover, button:hover, input[type="button"]:hover{
    background: #f9f9f9;
    background: -moz-linear-gradient( #f9f9f9 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(#f9f9f9 0%,#f6f6f6 100%);
    background: -o-linear-gradient(#f9f9f9 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(#f9f9f9 0%,#f6f6f6 100%);
    background: linear-gradient( #f9f9f9 0%,#f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f6f6f6',GradientType=1 );
}

body.search-no-results .main-container .entry-footer{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}
.blog-view > .horizontal-entry{
    padding: 0 10px;
}
#entry-title{
    margin-bottom: 50px;
}
#entry-title .content-title{
    margin: 0;
    text-align: left;
}
.header-search-form{
    z-index: 9;
}

.header-search-form input[type="text"]{
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #efefef;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    font-style: 12px;
    color: #859399;
    margin: 0 auto;
    font-family: 'Open Sans';
    padding: 0;
}
/* Social icons */

.socialicons{
    text-align: right;
    display: inline-block;
    margin-top: 15px;
}

.socialicons>ul.upcode-social{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    text-align: center;
}

.socialicons>ul.upcode-social>li{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}

.socialicons>ul.upcode-social>li>a{
    text-align: center;
    zoom: 1;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
    color: #bebebe;
    margin-bottom: 5px;
    font-size: 12px;
}
.socialicons>ul.upcode-social>li>a:hover{
    color: #FFF;
}

.socialicons>ul.upcode-social>li>a.rss:hover{
    color: #f69400;
}

.socialicons>ul.upcode-social>li a.twitter:hover{
    color: #48c4d2;
}

.socialicons>ul.upcode-social>li>a.gplus:hover{
    color: #d94a39;
}

.socialicons>ul.upcode-social>li>a.dribbble:hover{
    color: #ef5b92;
}

.socialicons>ul.upcode-social>li>a.yahoo:hover{
    color: #7b0099;
}

.socialicons>ul.upcode-social>li>a.linkedin:hover{
    color: #71C5EF;
}

.socialicons>ul.upcode-social>li>a.skype:hover{
    color: #18b7f1;
}

.socialicons>ul.upcode-social>li>a.fb:hover{
    color: #3b5998;
}

.socialicons>ul.upcode-social>li>a.yt:hover{
    color: #C4302B;
}

.socialicons>ul.upcode-social>li>a.vimeo:hover{
    color: #44bbff;
}

.socialicons>ul.upcode-social>li>a.delicious:hover{
    color: #3274d1;
}

.socialicons>ul.upcode-social>li>a.tumblr:hover{
    color: #3a5976;
}

.socialicons>ul.upcode-social>li>a.pinterest:hover{
    color: #cb2027;
}

.socialicons>ul.upcode-social>li>a.flickr:hover{
    color: #FF0084;
}

.socialicons>ul.upcode-social>li>a.email:hover{
    color: #0bac03;
}

.socialicons>ul.upcode-social>li>a.instagram:hover{
    color: #634d40;
}
.socialicons>ul.upcode-social>li>a.fivehundredpx:hover{
    color: #02adea;
}

.socialicons>ul.upcode-social>li>a>i{
}

.socialicons>ul.upcode-social>li>a>i:before{
    line-height: inherit;
}

/* End of social icons*/

/*---------- End - General ----------*/



/*---------- Header ---------- */

header#header{
    position: relative;
    width: 100%;
    padding: 20px 0;
}


    /* ---------- Menu Navigation ---------- */
    .menu-separator{
        border-top: 1px solid #EEEEEE;
        /*border-bottom: 1px solid #EEEEEE;*/
    }
    #header.header-oneline .menu-separator{
        border: 0 none;
        margin-top: 15px;
    }
    #main-mn{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FFF;
        z-index: 10;
        display: none;
    }
    nav.main-menu .sf-sub-indicator {
        position: absolute;
        display: block;
        color: black;
        right: 0;
        top: 50%;
        margin-top: -9px;
        width: 10px;
        height: 10px;
        color: #ccc;
        font-size: 10px;
    }
    nav.main-menu .sf-menu a.sf-with-ul{
        padding-right: 25px;
    }
    nav.main-menu{
        font-family: Helvetica;
        font-size: 14px;
        position: relative;
        text-align: center;
    }
    nav.main-menu>ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        width: auto;
        display: inline-block;
        font-family: 'Cabin', sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        color: #343434;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    nav.main-menu>ul:after{
        display: block;
        clear: both;
        content: '';
    }

    nav.main-menu>ul>li a:before{
        color: #FF0000;
        content: attr(data-hover);
        left: 0;
        max-width: 0;
        overflow: hidden;
        padding: 10px 0;
        position: absolute;
        top: 0;
        white-space: nowrap;
        transition: max-width 0.5s ease 0s;
    }
    nav.main-menu>ul>li a:hover:before{
        max-width: 100%;
        color: #FF0000;
    }
    nav.main-menu>ul>li{
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
        line-height: 25px;
        font-size: 13px;
        position: relative;
        margin-right: 25px;
    }
    nav.main-menu>ul>li a:after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 0;
        -webkit-transition: max-width .6s ease;  
        -moz-transition: max-width .6s ease;  
        -o-transition: max-width .6s ease;  
        -ms-transition: max-width .6s ease;  
        transition: max-width .6s ease;
        height: 2px;
        background: #f1f1f1;
    }
    nav.main-menu>ul>li a:hover:after{
        max-width: 100%;
    }
    nav.main-menu>ul>li li a{
        margin-left: 15px;
    }
    nav.main-menu>ul>li a{
        padding: 10px 0;
        display: block;
        position: relative;
        font-weight: 300;
    }
    nav.main-menu>ul>li.active > a{
        border-bottom: 3px solid #126BCB;
    }
    nav.main-menu>ul>li:last-child:after{
        display: block;
        clear: both;
        content: '';
    }

    nav.main-menu>ul>li.selected{
        color: black;
        padding-left: 10px;

    }

    nav.main-menu>ul li.active > a{
        font-weight: bold;
    }
    .main-navigation > ul{
        font-family: 'Cabin';
        text-transform: uppercase;
        margin-top: 20px;
    }
    .main-navigation ul:after{
        content: '';
        display: block;
        clear: both;
    }
    .main-navigation ul li{
        margin-right: 20px;
        margin-bottom: 0;
        float: none;
        display: inline-block;
    }
    .main-navigation ul li a{
        color: #9B9B9B;
        padding: 5px 0;
    }
    .main-navigation ul li a:hover{
        color: #444;
    }
    .main-navigation ul li.active > a{
        border-bottom: 1px solid #9b9b9b;
    }
    .main-navigation ul li ul li a{
        color: #9B9B9B;
        padding: 5px 10px;
    }
    .main-navigation ul li > ul{
        margin-top: 5px;
    }
    .main-navigation ul li > ul ul{
        margin-top: 0;
    } 
    @media only screen and (max-width: 768px){
        .main-navigation:before{
            display: none;
        }
    }   
    /* ---------- End - Menu Navigation ---------- */


/* ---------- End - Header ---------- */



/* ---------- Main Section ---------- */



}
/* EOF vertical element */
}



.relative { position: relative; }

/* Posts  */
.featimg{
    overflow: hidden;
    line-height: 0;
    position: relative;
}

article.thumb-image-main, article.thumb-text-main{
    overflow: hidden;
}

.featimg img{
    width: auto;
    max-width: 100%;
}
.single .featimg img{
    width: auto;
    max-width: 100%;
}
.featimg a{
    line-height: 0;
}

    
    .pag ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        margin: 15px 0;
    }
    .pag ul li{
        display: inline-block;
    }
    .pag ul li .page-numbers{
        display: block;
        padding: 7px 14px;
        margin: 0 5px;
        font-size: 16px;
        line-height: 16px;
        font-size: 12px;
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
        font-weight: 300;
        color: #666;
        text-transform: uppercase;
    }
    .pag ul li .page-numbers:not(.current):hover{
        background-color: #f9f9f9;
    }
    .pag ul li .page-numbers.current{
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    }


    /* Delimiters */

        /* Simple delimiter */

        .delimiter{
            display: block;
            clear: both;
            height: 1px;
            margin-bottom: 30px;
            width: 100%;
        }

        /* Pointed delimiter */
        .delimiter.pointed{
            border-top: 1px dotted rgba(0,0,0,0.11);
        }

        /* Doublepointed delimiter */
        .delimiter.doublepointed{
            border-top: 1px dotted rgba(0,0,0,0.35);
            border-bottom: 1px dotted rgba(0,0,0,0.35);
            height: 8px;
        }

        /* Line delimiter */
        .delimiter.line{
            border-top: 1px solid rgba(0,0,0,0.11);
        }

        /* Doubleline delimiter */
        .delimiter.doubleline{
            border-top: 1px solid rgba(0,0,0,0.35);
            border-bottom: 1px solid rgba(0,0,0,0.35);
            height: 8px;
        }

    /* End of delimiters */


    /* ---- Single ---- */

    .post.top-title, .post.no-featimg{
        padding-top: 30px;
    }

    .post{
        width: 100%;
    }
    .post>.featimg{
        margin-bottom: 30px;
        text-align: center
    }

    .post>.featimg img{
        width: 100%;
    }
    .zoom-image{
        position: absolute;
        top: 50%;
        z-index: 15;
        left: 50%;
        opacity: 0;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }
    .zoom-image a {
        display: block;
        line-height: 60px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        background-color: #fff;
        color: #7c7c7c;
        text-align: center;
    }
    .featimg:hover .zoom-image{
        opacity: 1;
    }
    .like-container{
        z-index: 15;
        padding-top: 10px;
    }
    .like-container .like > i{
        display: inline-block;
        text-align: center;
        font-size: 24px;
        color: #E95A64;
    }
    .like-container .like:hover > i{
        color: #FF6159;
    }
    .like-container .like-label{
        display: none;
    }
    .like-container .like-count{
        font-size: 15px;
        color: #999;
    }
    .single .post-meta, .page .post-meta{
        margin: 0;
        list-style-type: none;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fcfcfc;
    }
    h1.post-title{
        margin: 0 0 30px 0;
        font-family: 'Open Sans';
        font-size: 42px;
        font-weight: normal;
        letter-spacing: -2px;
    }
    .page-title{
        margin-bottom: 40px;
    }
    h3#reply-title{
        margin: 0 15px 15px 15px;
    }
    footer#footer-container .socialicons > ul.upcode-social{
        text-align: right;
    }
    .post-header{
        position: relative;
    }
    .author-box{
        text-align: center;
    }
    .post-header > .post-title-container{
        z-index: 15;
    }
    .post-header > .post-title-container > h1{
        display: inline;
        font-size: 58px;
        font-family: 'Vollkorn';
        text-transform: uppercase;
        line-height: 1.1;
        color: #5c5c5c;
    }
    .post-header > .post-title-container > h1:after{
        content: '';
        width: 100px;
        display: block;
        height: 1px;
        margin-bottom: 30px;
        margin-top: 5px;
        background: rgba(70,70,70,0.1);
    }
    .meta-background{
        position: relative;
        z-index: 9;
        margin-bottom: 30px;
    }
    .post-text, .post-text p{
        line-height: 1.8;
    }
    .post-excerpt p{
        font-size: 16px;
        font-weight: bold;
    }
    .post-meta > li a{
        color: inherit;
    }
    .post-meta > li ul li {
        display: inline-block;
        font-size: 13px;
        margin: 0;
        color: #A5A5A5;
    }

    .post-meta > li ul {
        margin: 0;
        list-style-type: none;
        display: inline;
        line-height: 1;
    }

    .post-meta > li{
        position: relative;
        font-size: 13px;
        margin: 0;
        display: block;
        color: inherit;
        text-transform: uppercase;
        color: #A5A5A5;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .post-meta > li.thelike a span, 
    .post-meta > li.thelike a i{
        vertical-align: middle;
    }

    .post-meta > li.thelike a i.icon-like{ color:#f06465;}
    .post-meta > li.thelike a i.icon-fav{ color:#ffc05e;}
    .post-meta > li.thelike a i.icon-thumb{color:#aaa;}

    .post-meta > li.thelike:hover a i.icon-fav{ color:#ffd89b;}
    .post-meta > li.thelike:hover a i.icon-thumb{ color: #bbb}

    .post-meta > li.thelike a.voted i.icon-like{ color: #DB2B1E;}
    .post-meta > li.thelike a.voted i.icon-fav{ color:#ffd89b;}
    .post-meta > li.thelike a.voted i.icon-thumb{ color: #999; }

    .widget li.upcode-comments a, .widget li.thelike a{
        color: #aaa;
    }

    li.thelike a i{
        font-size: 18px;
    }
    .post-author-image{
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .post-author-image img{
        width: 100px;
        height: auto;
        border-radius: 50%;
        display: inline-block;
    }
    .post-author-name{
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
        color: #3F4A56;
    }
    .post-author-description{
        line-height: 1.7;
        margin-bottom: 30px;
        padding-bottom: 30px;
        color: #7c7c7c;
        border-bottom: 1px solid #fcfcfc;
        font-size: 12px;
    }
    .post-meta > li > i {
        display: inline-block;
        opacity: 1;
        color: inherit;
    }
    .post-meta > li > i:before{
        line-height: inherit;
    }
    .post>.meta-details{
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .post>.meta-details>ul.meta-details-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .post>.meta-details>ul.meta-details-list>li{
        display: inline-block;
        color: #9c9c9c;
        padding-right:10px;
        margin-right: 10px;
        border-right: 1px solid #9c9c9c;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        margin-left: -4px;
    }

    .post>.meta-details>ul.meta-details-list>li:first-child{
        padding-left: 0;
        margin-left: 0;
    }

    .post>.meta-details>ul.meta-details-list>li:last-child{
        border: 0;
    }

    .post>.meta-details>ul.meta-details-list>li>a{
        color: inherit;
    }

    .post>.excerpt{
        font-size: 14px;
        font-family: Arial;
        line-height: 24px;
        color: white;
        padding: 0 15px 30px 15px;
    }

    .post>.attached-image-gallery{
        padding: 0 15px;
    }

    .post>.attached-image-gallery .attached-image-gallery-elem img{
        width: 100%;
    }

    .post>.attached-image-gallery .attached-image-gallery-elem{
        margin-bottom: 30px;
    }

    .post .attached-files{
        margin-bottom: 30px;
    }

    .post .attached-files .attached-files-elem{
        color: black;
    }


    .post .attached-files .attached-files-elem>a{
        color: inherit;
    }

    .post .attached-files .attached-files-elem>a>.attached-files-elem-icon{
        float:left;
        padding: 0 15px 10px 0;
        font-size: 24px;
        margin-top: -4px;
    }

    .post .attached-files .attached-files-elem>a>.attached-files-elem-title{
        padding: 0 0 10px 0;
    }

        /* Related posts section*/
        #related-posts, #comments{
            padding: 30px 0;
        }

        /* End of Related posts section*/

    .single .featimg, .page .featimg, .home .featimg {
        position: relative;
        line-height: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .share-container{
        margin-bottom: 30px;
    }
    .home article.page {
        margin-top: 30px;
    }    
    
    .audioplayer_container > object {
        width: 100%;
    }

    #comment{
        height: 300px;
    }

    #comments form{
        margin: 0;
    }

    .upcode-comment-list{
        list-style-type: none;
        margin: 0;
    }

    #respond .upcode-comment-thumb{
        display: none;
    }

    .upcode-comment-plain li.comment .upcode-comment-thumb{float:left;margin: 0 20px 0 0;padding: 5px;border: 1px solid #e8e8e8;background: #FFF;line-height: 0; min-width: 70px;}

    .upcode-comment-list > li.bypostauthor .upcode-comment-textinfo, .upcode-comment-list .children > li.bypostauthor .upcode-comment-textinfo {
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .upcode-comment-plain li.comment {
        display: inline-block;
        clear: both;
        margin: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        width: 100%;
        border-bottom: 1px dotted rgb(238, 238, 238);
        list-style-type: none;
        font-size: 12px;
    }

    .comment-body p{
        margin-bottom: 0;
    }

    #respond{
        clear: both;
    }

    .upcode-comment-plain li.comment .reply {
        display: inline-block;
        margin-top: -1px;
        zoom: 1;
        float: right;
    }

    .form-submit{
        margin: 0;
    }

    .upcode-ads.zone-2 {
        margin-top: 30px;
    }
    .ads { margin: 30px 0 30px; }
    #content .ads { margin: 0;}
    /* ---- END Single ---- */
    .page-preloader{
        position: fixed;
        top: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #656565;
        text-transform: uppercase;
        letter-spacing: 2px;
        left: 50%;
        width: 200px;
        margin-left: -100px;
        z-index: 9999;
        background: #FFF;
        padding: 0 60px;
        box-shadow: 0 0 5px 1px rgba(60,60,60,0.2);
    }


/* ---------- End - Main Section ---------- */




/* ---------- Footer ---------- */

footer#footer-container .columns .widget:last-child{
    margin-bottom: 30px;
}

footer#footer-container .copyright-area{
    width: 100%;
    padding: 10px 0;
}

footer#footer-container .copyright-area p{
    color: black;
    margin:0;
}

footer#footer-container .copyright-area p a{
    color:#eb4c4c;
}

footer#footer-container .children{
    display: none !important;
}

footer#footer-container .sf-sub-indicator{
    display: none;
}

footer#footer-container .sf-menu{
    margin: 0;
    float: right;
}

footer#footer-container p.copyright{
    margin: 0;
    line-height: 30px;
}
.footer-container-wrapper .socialicons{
    margin-top: 0;
}

/* ---------- End - Footer ---------- */

/* ---------- Different Viewports Style ---------- */


.breadcrumbs{
    margin: -10px 0 18px 0;
}
.breadcrumbs ul{
    list-style-type: none;
    margin: 0;
}
.breadcrumbs ul li{
    display: inline-block;
    font-size: 11px;
}
.breadcrumbs ul li:not(:first-child):before{
    content: '\e75e';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 10px;
    display: inline-block;
    margin: 0 10px;
    color: #ccc;
}
/*===========================================Widgets============================================*/
.widget .row{
    min-width: auto;
}

.widget{
    margin-bottom: 30px;
    clear: both;
    padding: 0;
    font-size: 12px;
}
.widget p, .widget h6{
    font-size: 12px;
}
.widget:last-child{
    margin-bottom: 0;
}
.widget:after{
    content: '';
    display: block;
    clear: both;
}
.widget ul{
    list-style-type: none;
    margin: 0;
}
.widget h5.widget-title{
    border-bottom: 1px solid #F1F1F1;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.widget h5.widget-title span{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}

.widget .widget-delimiter{
    padding: 0;
    height: 0;
    margin-bottom: 15px;
}
.widget ul.widget-list{
    margin: 0;
    padding: 0;
}

.widget ul.widget-list > li:last-child{
    border-bottom: none;
}
.widget ul.widget-list > li{
    list-style-type: none;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    display: block;
}
.widget ul.widget-list > li:last-child{
    background: none;
}
.widget ul.widget-list > li h6, .widget #hot_posts_panel ul > li h6{
    line-height: 1.6em;
    font-weight: normal;
    margin: -5px 0 0;
    padding: 0;
}
.widget .tabs-controller{
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
}



.widget .tabs-controller li{
    display: inline-block;
    font-size: 15px;
}
.widget .tabs-controller li a{
    font-weight: bold;
    padding: 0 10px;
}
.widget .tabs-controller li:first-child a{
    padding: 0px 10px 0 0;
}
.widget .tabs-controller li a.active{
    color: #ababab;
}
.widget .tabs-container-full > div{
    display: none;
    color: inherit;
}
.widget .tabs-container-full > div:first-child{
    display: block;
}
.widget .featimg img{
    width: 100%;
    height: auto;
}

/* Entry images */
.entry-img img{
    width: 100%;
    max-width: 100%;
}

.widget .widget_search #searchform fieldset{
    position: relative;
}

.widget .widget_search #searchform input.button{
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    padding: 0 10px;
    background: #eee;
    box-shadow: none;
    border: 0 none;
    margin: 0;
    line-height: 35px;
    font-family: 'Open Sans';
    font-size: 11px;
    color: #4c4c4c;
    font-weight: normal;
}
.widget .widget_search #searchform input[type="text"]{
    box-shadow: none;
    border: 1px solid #eee;
    font-family: 'Open Sans';
    font-size: 11px;
    color: #777;
}

/* Entry meta */
.widget div.widget-meta{
    margin-top: 10px;
}
.widget div.widget-meta ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 16px;
    margin-bottom: 5px;
}
.widget div.widget-meta ul li{
    display: block;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}


/* Tabs widget */
.widget_tabber{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget_tabber li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.tabs-container a.tag{
    white-space: nowrap;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    height: 23px;
    line-height: 23px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    color: #666;
}
.tabs-container a.tag:hover{
    color: #999;
}
/* Things */

.widget div.widget-meta li.upcode-comments{
    line-height: 16px;
}
.widget div.widget-meta li.upcode-comments > a{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.widget div.widget-meta li.time:before{
    content: "•   \00a0" ;
}

.widget div.widget-meta li.time time{
    line-height: 16px;
    display: inline-block;
    height: 16px;
}
.widget div.widget-meta li.author{
    line-height: 16px;
    display: inline-block;
    height: 16px;
}

.widget div.widget-meta ul li.thelike{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
}


/*Twitter widget*/

.upcode-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.upcode-twit-container .upcode_twitter{ }
.upcode-twit-container .upcode_twitter p{ margin:0;}

@media only screen and (min-width: 768px) and (max-width: 990px) {.flickr_badge_image img{ width:65px !important;height: auto !important;}}


.upcode-twit-container ul li div{padding: 15px 0; }

.upcode-twit-container span.date{ display: block; font-style: italic;color: #ddd;text-align: left;}
.upcode-twit-container span.date a{ text-decoration: none; }

footer aside .upcode-twit-container .upcode_twitter p{ margin:0; max-width: 370px;}

.i_join_us{ width:100%; height: 32px; line-height: 32px; display: block; margin: 0; font-weight: bold; position:relative;}


/*Static Twitter widget*/
.tweet_item{display: none;margin-bottom: 7px;opacity: 0;}
.static .upcode_twitter .tweet_item{ padding: 13px 0 15px 0;opacity: 1;display: block;}
.static .upcode_twitter .tweet_item:first-child{ padding-top: 0; }
.static .upcode_twitter p{ width: auto; max-width: none;}
.static .slides_container { padding: 0; }
.static.i_join_us{ margin-top: 15px; height: 22px; line-height: 22px; text-align: left;}
.i_join_us.static i {
    color: #48C4D2;
    font-size: 25px;
    padding-right: 20px;
}
.i_join_us.static i:hover {
    color: #fbfbf1;
}

/*Submit content widget*/
.widget_submit p, .widget_submit p a{line-height: 3.4;}
.widget_submit p a {
  height:67px;
  display: block;
  clear: both;
  font-size: 16px;
  background: rgba(0,0,0,0.3);
  text-align: center;
  color: #FFF;
  line-height: 72px !important;
}
.widget_submit p  a:hover{
  background: rgba(0,0,0,1);
  color: inherit;
}
.widget_submit p a img{margin-bottom:-8px;margin-right: 15px;}
.widget_submit i.icon-add{
    font-size: 32px;
    margin-left: -10px;
    position: absolute;
    color: inherit;
}
.widget_submit span{
    margin-left: 32px;
    text-transform: uppercase;
    color: inherit;
}

.instagram_widget p.instagram_likes{
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: black;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.instagram_widget p.instagram_caption{
    font-size: 12px;
    color: inherit;
    margin-bottom: 15px;
    display: block;
}
#wp-calendar > caption{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#wp-calendar{
    border-spacing: 0;
    width: 100%;
}

.widget_recent_entries > ul > li, .widget_nav_menu ul li, .widget_calendar > ul > li, .widget_archive > ul > li, .widget_categories > ul > li, .widget_meta > ul > li, .widget_recent_comments > ul > li, .widget_pages > ul > li, .widget_tag_cloud > ul > li{
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget ul li:last-child {
    background: none;
}
.widget table {
    padding: 0;
    margin: 0;
}

/*##############################################*/

/* Widget likes */
.widget .icon-twitter{
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    color: #48C4D2;
}
.widget .widget-meta .upcode-comments{
    background: none;
}

.widget .widget-meta .upcode-comments i, .widget .widget-meta .thelike i {
    font-size: 16px !important;
}
.widget .widget-meta .upcode-comments a:hover{
    /*color: #FFF;*/
}
.widget .widget-meta .upcode-comments:hover i{
    font-size: 16px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.widget .widget-meta .thelike .meta-likes em{
    background: none;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: inherit;
}
.widget .widget-meta .thelike .meta-likes:hover em{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.widget .widget-meta .thelike .meta-likes i{
    background: none;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 14px;
    margin: 0;
}

/* Likes */
.like i{
    color: #F74039;
}
.widget span.meta-likes{
    color: inherit;
}
.b_contact input[type="text"]{
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    color: #7c7c7c;
    font-size: 12px;
}
.b_contact textarea{
    box-shadow: none;
    color: #7c7c7c;
    font-size: 12px;
}
.b_contact input[type="button"]{
    box-shadow: none;
    background: #ccc;
    color: #FFF;
    border: 0 none;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
.widget h6{
    font-size: 16px;
}
/*testimonials*/
.widget .testimonials-elem-wrapper .entry-content-name h4{
    clear: both;
}

.embedded_videos, .embedded_videos p{
    margin-bottom: 0;
}

/*==========================Loader=========================*/


#fountainG {
    display: none;
    height: 45px;
    left: 40%;
    margin-bottom: 30px;
    position: relative;
    width: 240px;
}

.fountainG{
position:absolute;
top:0;
background-color:#000000;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.5s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.5s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.5s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.5s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.5s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#fountainG_2{
left:30px;
-moz-animation-delay:0.75s;
-webkit-animation-delay:0.75s;
-ms-animation-delay:0.75s;
-o-animation-delay:0.75s;
animation-delay:0.75s;
}

#fountainG_3{
left:60px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#fountainG_4{
left:90px;
-moz-animation-delay:1.05s;
-webkit-animation-delay:1.05s;
-ms-animation-delay:1.05s;
-o-animation-delay:1.05s;
animation-delay:1.05s;
}

#fountainG_5{
left:120px;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.2s;
-ms-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s;
}

#fountainG_6{
left:150px;
-moz-animation-delay:1.35s;
-webkit-animation-delay:1.35s;
-ms-animation-delay:1.35s;
-o-animation-delay:1.35s;
animation-delay:1.35s;
}

#fountainG_7{
left:180px;
-moz-animation-delay:1.5s;
-webkit-animation-delay:1.5s;
-ms-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}

#fountainG_8{
left:210px;
-moz-animation-delay:1.65s;
-webkit-animation-delay:1.65s;
-ms-animation-delay:1.65s;
-o-animation-delay:1.65s;
animation-delay:1.65s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#000000;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#000000;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#000000;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#000000;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#000000;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}

/*------------Preloader for "Load More"------------*/
.preloader{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: #FFF;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 1px rgba(30,30,30,0.2);
    width: 80px;
    height: 60px;
    background: #FFF url(../../images/preloader.gif) no-repeat center center;
    z-index: 999999;
    trasform: translate(1px,1px);
}
/*==========================End Loader=========================*/

/*-----------input validation clases----------*/
.warning{color: #CE3D40;}
.invalid{border: 1px solid red !important;}


form.contactform textarea{ height: auto; }
form.form.comments textarea{ height: auto; }

.fl{float: left;}
.fr{float: right;}

.stripes{ position: absolute!important; top: 0; left: 0; width:100%; height:100%; background: url(../../images/stripes.png) repeat 0 0;line-height: 1;}


/* Mobile menu styles */

.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 99;
    display: none;
    position: relative;
}



.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 
        0 10px 0 #fff, 
        0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'fontello';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e838";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212,204,198,0.3);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}
.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    -moz-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}
@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}
@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}
@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}
.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    -moz-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}
@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    -moz-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    -moz-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

/* Demo 3 */
.mob-menu .dl-menuwrapper button {
    background: #08cbc4;
}

.mob-menu .dl-menuwrapper button:hover,
.mob-menu .dl-menuwrapper button.dl-active,
.mob-menu .dl-menuwrapper ul {
    background: #333;
}
.contact-page-wrapper{

}
.contact-page-wrapper .b_contact .input{
    display: block;
    width: 50%;
    float: left;
    padding: 0 15px;
    background: transparent;
}
.contact-page-wrapper .b_contact .textarea{
    clear: both;
    padding: 0 15px;
}
.contact-page-wrapper .b_contact{
    clear: both;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 15px;
}
.contact-page-wrapper .icon-email{
    font-size: 28px;
    color: #7c7c7c;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.contact-page-wrapper .icon-email:after{
    content: '';
    display: block;
    border-top: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
}
.contact-page-wrapper .b_contact input, .contact-page-wrapper .b_contact textarea{
    box-shadow: none;
    font-family: 'Open Sans';
    font-size: 12px;
    border: 0 none;
    border-bottom: 1px solid #E8F2F2;
    color: #B3B4B5;
}
.contact-page-wrapper .b_contact .inp_button{
    margin: 0;
    width: 150px;
    background: transparent;
    border: 0 none;
    border-bottom: 1px solid #E8F2F2;
    color: #7C7C7C;
    font-size: 13px;
    letter-spacing: 4px;
    background: #FFF;
    font-weight: bold;
}
.contact-page-wrapper .b_contact .container_msg span{
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 11px;
}

/* Post loop styling */
@media screen and (min-width: 1290px)  {
    body.vertical-view-type #page > .row, body.single-gallery #page > .row, body.vertical-gallery-slider #page > .row, body.horizontal-scroll-view #page > .row{
        width: 1382px;
    }
}



.element-entry.small-entry, .element-entry.medium-entry{
    width: 460px;
    height: 455px;
}
.element-entry.big-entry{
    width: 921px;
    height: 455px;
}
.element-entry{
    overflow: hidden;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}



.element-entry article{
    background: #2F3641;
    color: #FFF;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Vollkorn', Helvetica, Arial;
    -webkit-transition: background .2s linear;  
    -moz-transition: background .2s linear;  
    -o-transition: background .2s linear;  
    -ms-transition: background .2s linear;  
    transition: background .2s linear;
    line-height: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.element-entry article:hover{
    background: #126BCB;
}
.element-entry.no-feat-img article{
    background: #F9F1D1;
}
.element-entry.no-feat-img article h4{
    -webkit-transition: opacity .3s ease-out;  
    -moz-transition: opacity .3s ease-out;  
    -o-transition: opacity .3s ease-out;  
    -ms-transition: opacity .3s ease-out;  
    transition: opacity .3s ease-out;
}
.element-entry article .featimg img{
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.element-entry article:hover .featimg img{
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}
.element-entry.no-feat-img article a{
    color: #576272;
}
.element-entry.no-feat-img article a.feat-overlay{
    color: #FFF;
}
.element-entry.no-feat-img article:hover h4{
    opacity: 0;
}
.element-entry article header .featimg img{
    width: 100%;
    height: auto;
}
.element-entry article section.entry-content ul{
    list-style-type: none;
    margin: 0;
    padding: 20px;
}
.element-entry article section.entry-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    background: #2F3641;
}
.element-entry.big-entry article section.entry-content{
    width: 35%;
}
.element-entry article:hover section.entry-content{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s linear;
    transition: transform 0.4s ease 0s, opacity 0.1s linear;
    opacity: 1;
}
.element-entry article section.entry-content ul ul{
    padding: 0;
    margin: 0;
}
.element-entry article section.entry-content li.entry-content-like{
    margin-bottom: 20px;
}
.element-entry article section.entry-content li.entry-content-like .like i{
    color: inherit;
}
.element-entry article a{
    color: #FFF;
}
.element-entry article h4{
    font-family: 'Vollkorn',Helvetica,Arial;
    font-size: 32px;
    font-weight: 300;
    margin: 5px 0 15px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.3;
    word-break: keep-all;
}
.element-entry article .category-list{
    list-style-type: none;
}
.element-entry article .category-list li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}
.element-entry article .entry-content-excerpt{
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 11px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
@media only screen and (max-width: 768px) {
    .element-entry article .entry-content-excerpt{
        display: none;
    }
}
.element-entry article .entry-content-date{
    display: inline-block;
}
.element-entry article .entry-content-date > a{
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #FFF;
    text-transform: uppercase;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.element-entry article .entry-content-category{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}

.element-entry article .feat-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F3641;
    background: rgba(47,54,64,0.8);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;  
    -moz-transition: opacity .4s ease-out;  
    -o-transition: opacity .4s ease-out;  
    -ms-transition: opacity .4s ease-out;  
    transition: opacity .4s ease-out;
}
.element-entry article:hover .featimg .feat-overlay{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.element-entry article .feat-overlay i{
    height: 30px;
    font-size: 26px;
    top: 60px;
    position: absolute;
    left: 0;
    text-align: right;
    padding-right: 30px;
    width: 100%;
    margin-top: 15px;
    color: #FFF;
    -webkit-transition: margin-top .5s ease-out;  
    -moz-transition: margin-top .5s ease-out;  
    -o-transition: margin-top .5s ease-out;  
    -ms-transition: margin-top .5s ease-out;  
    transition: margin-top .5s ease-out;
}
.element-entry article:hover .featimg .feat-overlay i{
    margin-top: -15px;
}
.no-feat-title{
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -50px;
    padding: 0 15px;
}

/* View post between 1170 and 1290 */
@media screen and (max-width: 1390px){
    .row{
        width: 1170px;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 390px;
        height: 385px;
    }
    .element-entry.big-entry{
        width: 779px;
        height: 385px;
    }
    .element-entry article h4{
        font-size: 28px;
    }
}
/* View post between 1170 and 1290 */
@media screen and (min-width: 1290px) and (max-width: 1390px){
    #big-article-container{
        width: 1170px;
    }
}
/* View post between 960 and 1170 */
@media screen and (min-width: 960px) and (max-width: 1170px){
    .row{
        width: 960px;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 320px;
        height: 320px;
    }
    .element-entry.big-entry{
        width: 638px;
        height: 320px;
    }
    .element-entry article section.entry-content{
        width: 65%;
    }
    .element-entry.big-entry article section.entry-content{
        width: 40%;
    }
    .element-entry article h4{
        font-size: 24px;
    }
}
/* View post between 768 and 960 */
@media screen and (min-width: 768px) and (max-width: 959px){
    .row{
        width: 768px;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 256px;
        height: 255px;
    }
    .element-entry.big-entry{
        width: 510px;
        height: 255px;
    }
    .element-entry article section.entry-content{
        width: 85%;
    }
    .element-entry.big-entry article section.entry-content{
        width: 40%;
    }
    .element-entry article h4{
        font-size: 18px;
    }
}
/* View post lower than 767*/
@media screen and (max-width: 768px){
    .row{
        width: auto;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 100%;
        height: auto;
        float: none;
    }
    .element-entry.big-entry{
        width: 100%;
        height: auto;
        float: none;
    }
    .element-entry.big-entry article section.entry-content{
        width: 50%;
    }
    .element-entry article h4{
        font-size: 18px;
    }
}

body.fade-in #big-article-container > .element-entry{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;  
    -moz-transition: opacity .4s ease-out;  
    -o-transition: opacity .4s ease-out;  
    -ms-transition: opacity .4s ease-out;  
    transition: opacity .4s ease-out;
}
body.slide-in #big-article-container > .element-entry{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: rotate(30deg);
    -webkit-transition: all .4s ease-out;  
    -moz-transition: all .4s ease-out;  
    -o-transition: all .4s ease-out;  
    -ms-transition: all .4s ease-out;  
    transition: all .4s ease-out;
}

.embedded_audio iframe{
    width: 100%;
}

/* Header search form */
.header-search-form #searchform i{
    color: #7c7c7c;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 12px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.header-search-form #searchform{
    position: relative;
}
.header-search-form #searchform input[type="text"]{
    text-indent: 45px;
    background: transparent;
}
.header-search-form #searchform input[type="text"]:focus + i{
    color: #ED3023;
}

/* Horizontal posts */
.horizontal-entry .featimg img{
    width: 100%;
    height: auto;
}
.horizontal-entry .featimg .feat-overlay{
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, width .2s ease-out;  
    -moz-transition: opacity .2s ease-out, width .2s ease-out;  
    -o-transition: opacity .2s ease-out, width .2s ease-out;  
    -ms-transition: opacity .2s ease-out, width .2s ease-out;  
    transition: opacity .2s ease-out, width .2s ease-out;
}
.horizontal-entry .featimg:hover .feat-overlay{
    opacity: 1;
    width: 100%;
}
.horizontal-entry .featimg .feat-overlay i{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    line-height: 80px;
    height: 80px;
    text-align: center;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    -webkit-transform: scale(0.001) rotate(-40deg);
    -moz-transform: scale(0.001) rotate(-40deg);
    -o-transform: scale(0.001) rotate(-40deg);
    -ms-transform: scale(0.001) rotate(-40deg);
    transform: scale(0.001) rotate(-40deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    font-size: 52px;
    color: #FFF;
}
.horizontal-entry .featimg:hover .feat-overlay i{
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
.horizontal-entry .featimg img{
    -webkit-transition: all .4s ease;  
    -moz-transition: all .4s ease;  
    -o-transition: all .4s ease;  
    -ms-transition: all .4s ease;  
    transition: all .4s ease;
}
.horizontal-entry .featimg:hover img{
    transform: scale(1.1);
}
.horizontal-entry{
    clear: both;
    margin: 0 auto 60px auto;
}
.horizontal-entry .entry-content .entry-excerpt{
    line-height: 1.8;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 200;
}
.horizontal-entry .entry-author{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}
.horizontal-entry .entry-date a, .horizontal-entry .entry-date a:hover{
    color: #444;
}
.horizontal-entry .entry-date{
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    font-size: 11px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.horizontal-entry .entry-date:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /*background: #f74039;*/
    position: absolute;
    left: 0;
    bottom: 0;
}
.horizontal-entry .entry-date:before{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: 3px;
}
.horizontal-entry .entry-format{
    border-top: 2px solid #E7E7E7;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #ddd;
    font-size: 24px;
}
.horizontal-entry .entry-format i:before{
    margin: 0;
}
.horizontal-entry .entry-title{
    margin-bottom: 10px;
}
.horizontal-entry .entry-like{
    position: absolute;
    top: 75px;
    left: -50px;
    width: 50px;
    text-align: center;
}
.horizontal-entry .entry-like i{
    color: #E95A64;
    display: block;
}
.horizontal-entry .entry-like:hover i{
    color: #FF6159;
}
.horizontal-entry .entry-like span{
    color: #ccc;
    font-size: 11px;
}
.horizontal-entry .entry-title h4:hover{
    max-width: 100%;
    color: #f74039;
}
.horizontal-entry article{
    color: #7c7c7c;
    position: relative;
    font-family: 'Vollkorn', Helvetica, Arial;
    -webkit-transition: background .2s linear;  
    -moz-transition: background .2s linear;  
    -o-transition: background .2s linear;  
    -ms-transition: background .2s linear;  
    transition: background .2s linear;
}
.horizontal-entry article h4{
    color: inherit;
    font-family: 'Vollkorn',Helvetica,Arial;
    font-size: 42px;
    font-weight: 300;
    margin: 5px 0 5px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1;
    position: relative;
    -webkit-transition: color .2s ease;  
    -moz-transition: color .2s ease;  
    -o-transition: color .2s ease;  
    -ms-transition: color .2s ease;  
    transition: color .2s ease;
}

.horizontal-entry article a{
    color: inherit;
}

.horizontal-entry.no-feat-img article{
    padding-left: 20px;
}
.horizontal-entry .entry-delimiter{
    width: 150px;
    height: 1px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(222,227,229,0.65) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(222,227,229,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(222,227,229,0.65) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(222,227,229,0.65) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(222,227,229,0.65) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(222,227,229,0.65) 50%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    margin: 15px auto;
    position: relative;
}
.horizontal-entry .entry-delimiter:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f74039;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
}

/* Related view */

.related-view article{
    color: #7c7c7c;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Vollkorn', Helvetica, Arial;
}
.related-view.no-feat-img article{
    background: #F9F1D1;
}
.related-view.no-feat-img article h4{
    -webkit-transition: opacity .3s ease-out;  
    -moz-transition: opacity .3s ease-out;  
    -o-transition: opacity .3s ease-out;  
    -ms-transition: opacity .3s ease-out;  
    transition: opacity .3s ease-out;
}
.related-view.no-feat-img article a{
    color: #576272;
}
.related-view.no-feat-img article a.feat-overlay{
    color: #FFF;
}
.related-view.no-feat-img article:hover h4{
    opacity: 0;
}
.related-view article header .featimg{
    margin-bottom: 15px;
}
.related-view article header .featimg img{
    width: 100%;
    height: auto;
}
.related-view article section.entry-content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.related-view article section.entry-content ul ul{
    padding: 0;
    margin: 0;
}
.related-view article a{
    color: #7c7c7c;
}
.related-view article h4{
    font-family: 'Vollkorn',Helvetica,Arial;
    font-size: 32px;
    font-weight: 300;
    margin: 5px 0 0px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.3;
}
.related-view article .category-list{
    list-style-type: none;
}
.related-view article .category-list li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}
.related-view article .entry-content-excerpt{
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 15px;
    opacity: 0.8;
}
.related-view article .entry-content-date{
    display: block;
    margin-bottom: 15px;
}
.related-view article .entry-content-date:after{
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #f1f1f1;
    margin-top: 5px;
}
.related-view article .entry-content-date > a{
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    color: #ccc;
}

.related-view article .entry-content-category{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}

.related-view article .feat-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F3641;
    background: rgba(47,54,64,0.8);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;  
    -moz-transition: opacity .4s ease-out;  
    -o-transition: opacity .4s ease-out;  
    -ms-transition: opacity .4s ease-out;  
    transition: opacity .4s ease-out;
}
.related-view article .featimg:hover .feat-overlay{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.related-view article .feat-overlay i{
    height: 30px;
    font-size: 32px;
    top: 50%;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    -webkit-transition: margin-top .5s ease-out;  
    -moz-transition: margin-top .5s ease-out;  
    -o-transition: margin-top .5s ease-out;  
    -ms-transition: margin-top .5s ease-out;  
    transition: margin-top .5s ease-out;
}
.related-view article .featimg:hover .feat-overlay i{
    margin-top: -15px;
}

.is-recently-loaded{
    opacity: 0 !important;
}

@media screen and (max-width: 767px) {
    .header-containe-wrapper > .relative > .mn-ctnr{
        display: none;
    }
    .header-containe-wrapper > .relative > .socialicons{
        margin-bottom: 40px;
    }
    .single .post-meta, .page .post-meta{
        display: block;
        margin-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }
    #main-mn{
        display: none;
    }
}
.hotkeys-meta{
    margin-bottom: 40px;
    border-top: 1px dotted #f1f1f1;
    padding-top: 40px;
}
.hotkeys-meta:after{
    content: '';
    display: block;
    clear: both;
}
.hotkeys-meta span a{
    color: #ccc;
    padding: 0 10px;
    -webkit-transition: color .3s ease;  
    -moz-transition: color .3s ease;  
    -o-transition: color .3s ease;  
    -ms-transition: color .3s ease;  
    transition: color .3s ease;
}

.hotkeys-meta span a:hover{
    color: #7c7c7c;
}
.hotkeys-meta span{
    width: 50%;
    display: block;
    float: left;
    text-align: right;
    font-family: 'Vollkorn';
    font-size: 16px;
    text-transform: uppercase;
    color: #E8E8E8;
}

.hotkeys-meta span:first-child{
    text-align: left;
}


/* Single gallery post */


.gallery-grid {
    min-width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.gallery-grid li {
    display: block;
    float: left;
    padding: 7px;
    width: 33.333%;
    opacity: 0;
}
.gallery-grid.gallery-list li {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
}
.gallery-grid.gallery-scroll li {
    opacity: 1;
    width: auto;
    float: left;
}
.gallery-grid.gallery-list li img{
    display: inline-block;
}
.gallery-grid li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #FFF;
    background: rgba(255,255,255,0.15);
    transition: .2s opacity ease-in;
}
.gallery-grid li a:hover{
    opacity: 1;
}
.gallery-grid.gallery-scroll li{
    padding: 0;
    margin-right: 3px;
    position: relative;
}
.gallery-grid.gallery-scroll li a{
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    opacity: 0.5;
}
.gallery-grid.gallery-scroll li a:hover{
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    opacity: 1;
}
.gallery-grid li.shown,
.no-js .gallery-grid li,
.no-cssanimations .gallery-grid li {
    opacity: 1;
}

.gallery-grid li a,
.gallery-grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    text-align: center;
}
.gallery-grid li a i{
    top: 50%;
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    color: #7c7c7c;
    margin-top: -20px;
    margin-left: -20px;
}
.gallery-grid {
    -webkit-perspective: 1140px;
    -moz-perspective: 1140px;
    perspective: 1140px;
}

/* Effect 1: opacity */
.gallery-grid.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    -moz-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    to { opacity: 1; }
}

@-moz-keyframes fadeIn {
    to { opacity: 1; }
}

@keyframes fadeIn {
    to { opacity: 1; }
}

/* Effect 2: Move Up */
.gallery-grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    -moz-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    to { -webkit-transform: translateY(0); opacity: 1; }
}

@-moz-keyframes moveUp {
    to { -moz-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    to { transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.gallery-grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    -moz-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    to { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes scaleUp {
    to { -moz-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
    to { transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.gallery-grid.effect-4 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.gallery-grid.effect-4 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    -moz-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@-moz-keyframes fallPerspective {
    100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
    100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.gallery-grid.effect-5 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.gallery-grid.effect-5 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -moz-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    -moz-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@-moz-keyframes fly {
    100% { -moz-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
    100% { transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.gallery-grid.effect-6 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.gallery-grid.effect-6 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    -moz-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@-moz-keyframes flip {
    100% { -moz-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
    100% { transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.gallery-grid.effect-7 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.gallery-grid.effect-7 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    -moz-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
    100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@-moz-keyframes helix {
    100% { -moz-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
    100% { transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.gallery-grid.effect-8 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.gallery-grid.effect-8 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    -moz-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
    70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes popUp {
    70% { -moz-transform: scale(1.1); opacity: .8; -moz-animation-timing-function: ease-out; }
    100% { -moz-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
    70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
    100% { transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
    .gallery-grid li{
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .gallery-grid li, .front-gallery-item{
        width: 100%;
    }
}

/* Scrollbar */
.scrollbar {
    margin: 5px 0 40px 0;
    height: 3px;
    background: #f1f1f1;
    line-height: 0;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #d4c7c7;
    cursor: pointer;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

/* Gallery single */
.gallery-content{
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(255,255,255,0.99);
    color: #2a2a2a;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .25s ease;  
    -moz-transition: top .3s ease, opacity .25s ease;  
    -o-transition: top .3s ease, opacity .25s ease;  
    -ms-transition: top .3s ease, opacity .25s ease;  
    transition: top .3s ease, opacity .25s ease;
    z-index: 3;
    box-shadow: 0 -3px 5px -2px rgba(80, 80, 80, 0.08);
    overflow: hidden;
}
.gallery-content.shown{
    top: 20%;
    opacity: 1;
}
.gallery-sly{
    width: 100%;
    height: 100%;
}
.gallery-content .post-content{
    padding-bottom: 40px;
}
.gallery-wrap-relative{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
/* Custom */
.gallery-wrap-relative,
.gallery-wrap-relative.jspScrollable,
.gallery-wrap-relative .jspContainer,
.gallery-wrap-relative .jspPane{
    width: 100% !important;
}
.gallery-wrap-relative.jspScrollable{
    padding: 15px 0 !important;
}

.gallery-content .scrollbar {
    background: none repeat scroll 0 0 #CCCCCC;
    height: 100%;
    line-height: 0;
    position: absolute;
    right: 50px;
    width: 2px;
}
.gallery-content .scrollbar .handle {
    background: none repeat scroll 0 0 #292A33;
    cursor: pointer;
    height: 100px;
    width: 100%;
}
.gallery-content .scrollbar .handle .mousearea {
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 22px;
}

.gallery-trigger{
    font-size: 16px;
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f74039;
    cursor: pointer;
    z-index: 4;
    margin-left: -150px;
    font-family: 'Vollkorn';
    text-transform: uppercase;
    font-size: 11px;
}
.gallery-trigger .less{
    display: none;
}
.gallery-trigger.less .less{
    display: inline;
}
.gallery-trigger.less .more{
    display: none;
}
.go-to-top{
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #FFF;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #7c7c7c;
    text-transform: uppercase;
    box-shadow: 0 0 2px 1px rgba(70,70,70,0.1);
    cursor: pointer;
    font-size: 11px;
    display: none;
    z-index: 10;
    
}
.gallery-container{
    /*width: 1140px;*/
    margin: 40px auto;
    max-width: 100%;
    padding: 0 15px;
}
.jspScrollable .gallery-container{
    padding-right: 50px;
}
.gallery-container .gallery-title, .gallery-container .gallery-like{
    text-align: center;
}
.gallery-container .gallery-title{
    margin-bottom: 20px;
    color: #5a5a5a;
}
.gallery-container .gallery-title h1{
    font-family: 'Vollkorn';
    text-transform: uppercase;
    letter-spacing: -0.025em;
}
.gallery-container .gallery-like .like > i{
    -webkit-transition: -webkit-transform .1s ease;  
    -moz-transition: -moz-transform .1s ease;  
    -o-transition: -o-transform .1s ease;  
    -ms-transition: -ms-transform .1s ease;  
    transition: transform .1s ease;
}
.gallery-container .gallery-like .like > i:hover{
    transform: scale(1.2);
}
.gallery-container .gallery-like .like > span{
    color: #9c9c9c;
}
.gallery-container .gallery-like .like > i{
    display: block;
    text-align: center;
    font-size: 28px;
    margin-bottom: 5px;
    color: #e75757;
}
.gallery-container .gallery-date{
    text-align: center;
    color: #B1B9C7;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Vollkorn';
}
@media only screen and (max-width: 768px) {
    .gallery-container{
        margin-top: 10px;
    }
    .gallery-container .gallery-title h1{
        font-size: 18px;
    }
    .gallery-container .post-content, .gallery-container .post-content div, .gallery-container .post-content p{
        font-size: 11px;
    }
    .gallery-container .gallery-like .like > i{
        font-size: 13px;
    }
    .gallery-container .gallery-like .like > span{
        font-size: 10px;
    }
    .gallery-container .gallery-date{
        margin-bottom: 10px;
    }
    .gallery-container .gallery-date{
        font-size: 11px;
    }
}
.gallery-scroll li{
    float: left;
}
.video-slide > p {
    line-height: 0;
    margin: 0;
}
.portfolio-scroll .viewport{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.portfolio-scroll .overview{
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 2500px;
}
.portfolio-scroll .scrollbar {
    clear: both;
    height: 10px;
    position: relative;
}
.portfolio-scroll .track {
    background-color: #efefef;
    height: 6px;
    position: relative;
    width: 100%;
}
.portfolio-scroll .thumb {
    background-color: #F25860;
    cursor: pointer;
    height: 6px;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.portfolio-scroll .thumb .end {
    display: none;
    height: 25px;
    overflow: hidden;
    width: 5px;
}
.portfolio-scroll .disable {
    display: none;
}
.portfolio-slide{
    float: left;
}

/* Scroll gallery controls */
.gallery-controls{
    margin-bottom: 20px;
    position: absolute;
    top: -50px;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    z-index: 3;
    width: 100%;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: opacity .2s ease-out, top .2s ease-out;  
    -moz-transition: opacity .2s ease-out, top .2s ease-out;  
    -o-transition: opacity .2s ease-out, top .2s ease-out;  
    -ms-transition: opacity .2s ease-out, top .2s ease-out;  
    transition: opacity .2s ease-outtop .2s ease-out, ;
}
.gallery-scroller:hover .gallery-controls{
    top: 0px;
    opacity: 1;
}
body.is-mobile .gallery-scroller:hover .gallery-controls, body.is-mobile .gallery-scroller .gallery-controls {
    top: 0;
    opacity: 1;
    background: rgba(255,255,255,0.95);
}
.gallery-controls:after{
    content: '';
    display: block;
    clear: both;
}
.gallery-controls .prevPage{
    width: 50%;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #bebebe;
    cursor: pointer;
}

.gallery-controls .prevPage:hover{
    color: #f74039;
}
.gallery-controls .prevPage > i, .gallery-controls .nextPage > i{
    line-height: 20px;
    font-size: 10px;
}
.gallery-controls .nextPage{
    width: 50%;
    float: left;
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    color: #bebebe;
    cursor: pointer;
}
.gallery-controls .nextPage:hover{
    color: #f74039;
}
.gallery-controls.home-template{
    background: rgba(0, 0, 0, 0);
    left: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    width: 80px;
}
.gallery-controls.home-template .nextPage, .gallery-controls.home-template .prevPage{
    background: rgba(255,255,255,0.4);
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    color: #444;
}
.gallery-controls.home-template .nextPage:hover, .gallery-controls.home-template .prevPage:hover{
    background: rgba(255,255,255,0.8);
}
.gallery-scroller{
    position: relative;
}
h3.related-title, h3#reply-title, .comments-title{
    font-size: 25px;
    letter-spacing: -1.5px;
    border-top: 1px solid #fcfcfc;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Vollkorn';
    font-weight: 300;
    text-transform: uppercase;
    color: #7c7c7c;
}
.post-content, .post-content div, .post-content p{
    line-height: 1.8;
    font-weight: 200;
    font-size: 16px;
}
.widget p{
    font-size: 13px;
}
.header-single-delimiter{
    border-bottom: 1px dotted #ededed;
    height: 1px;
    margin-bottom: 40px;
}
/* Password protected gallery styles*/
.password-entry{
    text-align: center;
}
.password-entry i{
    color: #9c9c9c;
    font-size: 36px;
}
.post-password-required .post-content > form{
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    color: #9c9c9c;
}
.post-password-required .post-content > form p{
    font-size: 11px;
}
.post-password-required .post-content > form input[type="password"]{
    border: 1px solid #f8f8f8;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    width: 60%;
    margin: 0 auto 15px auto;
}
.post-password-required .post-content > form input[type="password"]:focus{
    border: 1px solid #ddd;
    background: transparent;
}
.post-password-required .post-content > form input[type="submit"]{
    background: transparent;
    border: 0 none;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: none;
    font-size: 16px;
    padding: 0 20px;
    color: #E95A64;
    -webkit-transition: border-bottom-color .2s ease;  
    -moz-transition: border-bottom-color .2s ease;  
    -o-transition: border-bottom-color .2s ease;  
    -ms-transition: border-bottom-color .2s ease;  
    transition: border-bottom-color .2s ease;
}
.post-password-required .post-content > form input[type="submit"]:hover{
    border-bottom-color: #E95A64;
}

/* Search triggerer */

.search-trigger{
    display: inline-block;
    font-size: 14px;
    color: #f74039;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.search-trigger:hover{
    color: #7c7c7c;
}
.header-search-form{
    display: none;
}

/* Gallery slider */
.gallery-slider{
    margin-bottom: 40px;
}
.gallery-slider-entry article:after{
    content: '';
    display: block;
    clear: both;
}
.gallery-slider-entry article{
    background: #FFF;
}

.gallery-slider-entry article > .columns{
    padding: 0;
}
.gallery-slider-entry article section{
    padding: 40px;
}
.gallery-slider-entry article ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gallery-slider-entry article ul > li{
    display: block;
    text-align: left;
}
.gallery-slider-entry article ul > li.gallery-images{
    margin-bottom: 20px;
}
.gallery-slider-entry article ul > li.gallery-images ul{
    margin: 0 -5px;
}
.gallery-slider-entry article ul > li.gallery-images ul:after{
    display: block;
    content: '';
    clear: both;
}
.gallery-slider-entry article ul > li.gallery-images li{
    display: block;
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 0;
}
.gallery-slider-entry article ul > li.gallery-images li.gallery-more{
    line-height: 92px;
    border: 1px solid rgba(70,70,70,0.1);
    height: 92px;
    text-align: center;
    color: #9c9c9c;
    font-size: 18px;
    letter-spacing: 1px;
}
.gallery-slider-entry article header .featimg{
    margin-bottom: 0;
}
.gallery-slider-entry article ul > li h4{
    font-size: 42px;
    font-family: 'Vollkorn';
    margin-bottom: 30px;
    font-weight: 200;
    text-transform: uppercase;
}
.gallery-slider-entry article ul > li.entry-content-category{
    margin-bottom: 20px;
}
.gallery-slider-entry article ul > li.entry-content-excerpt{
    font-weight: 200;
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: 20px;
}
.gallery-slider-entry article ul > li.entry-content-excerpt a, .gallery-slider-entry article ul > li.entry-content-excerpt a:hover{
    color: #444;
}
.gallery-slider-entry article ul > li.entry-content-category a{
    color: #8c8c8c;
    font-style: italic;
}
.gallery-slider-entry article ul > li.entry-content-date{
    margin-top: 40px;
}
@media only screen and (max-width: 768px) {
    .gallery-slider-entry article ul > li.entry-content-date{
        margin-top: 0;
    }
    .gallery-slider-entry article ul > li h4{
        font-size: 18px;
    }
}
.gallery-slider-entry article ul > li.entry-content-date a{
    color: #ddd;
    font-style: italic;
    font-size: 11px;
}
.gallery-slider-entry article header .feat-overlay > i{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
}
.gallery-slider-entry article header:hover .feat-overlay > i{
    opacity: 1;
    -webkit-transition: opacity 1s linear;  
    -moz-transition: opacity 1s linear;  
    -o-transition: opacity 1s linear;  
    -ms-transition: opacity 1s linear;  
    transition: opacity 1s linear;
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: 99999;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 99999;
    -webkit-animation-timing-function: ease-in-out;
}
.gallery-slider-entry article header .feat-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    background: rgba(255,255,255,0.7);
    color: #4c4c4c;
    font-size: 24px;
    opacity: 0;
}
.gallery-slider-entry article header:hover .feat-overlay{
    animation-name: hoverSliderImage;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: hoverSliderImage;
    -webkit-animation-duration: .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
@-webkit-keyframes hoverSliderImage {
    0% {
        top: 50%;
        width: 1px;
        left: 50%;
        height: 2px;
    }
    50%{
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
    } 
    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@-moz-keyframes hoverSliderImage {
    0% {
        top: 50%;
        width: 1px;
        left: 50%;
        height: 2px;
    }
    50%{
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
    } 
    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@-ms-keyframes hoverSliderImage {
    0% {
        top: 50%;
        width: 1px;
        left: 50%;
        height: 2px;
    }
    50%{
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
    } 
    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@-o-keyframes hoverSliderImage {
    0% {
        top: 50%;
        width: 1px;
        left: 50%;
        height: 2px;
    }
    50%{
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
    } 
    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@keyframes hoverSliderImage {
    0% {
        top: 50%;
        width: 1px;
        left: 50%;
        height: 2px;
    }
    50%{
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
    } 
    100% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@keyframes bounce {
    0% {

    }
    50% {
        transform: translateX(15px);
        -webkit-transform: translateX(15px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes bounce {
    0% {

    }
    50% {
        transform: translateX(15px);
        -webkit-transform: translateX(15px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateX(0);
    }
}
.gallery-slider-entry-thumb{
    display: block;
    clear: both;
}
.gallery-slider{
    /*margin-bottom: 50px;*/
}
.gallery-slider .flex-control-nav{
    right: 10px;
    top: 30px;
    width: 41%;
}
@media only screen and (max-width: 768px) {
    .gallery-slider .flex-control-nav{
        width: 100%;
    }
}
.gallery-slider .flex-control-nav li{

}
.gallery-slider .flex-control-nav li a{
    width: 10px;
    height: 10px;
    box-shadow: 0 0 1px 0 rgba(70,70,70,0.2);
}
.gallery-slider .flex-control-nav li a.flex-active{
    background: #F73F39;
}
.flexslider.gallery-slider .slides > li:not(.flex-active-slide) {
    opacity: 0.2;
    -webkit-transition: opacity .2s ease;  
    -moz-transition: opacity .2s ease;  
    -o-transition: opacity .2s ease;  
    -ms-transition: opacity .2s ease;  
    transition: opacity .2s ease;
}
.gallery-slider > .flex-viewport{
    overflow: visible !important;
}
/* Custom */
.flex-viewport{
    max-height: 100%;
}
.gallery-slider .flex-direction-nav .flex-next{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    height: 100%;
    left: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    padding-left: 40px;
    margin-left: -10px;
}
.gallery-slider .flex-direction-nav .flex-prev{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    height: 100%;
    right: 100%;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    padding-right: 40px;
    margin-right: -10px;
}
.gallery-slider .flex-direction-nav a{
    border: 0 none;
}
.gallery-slider .flex-direction-nav a:hover{
    border: 0 none;
    color: #F73F39;
}
.gallery-slider .flex-direction-nav a:before{
    font-size: 56px;
    margin-top: 25%;
}
#page{
    overflow: hidden;
}

/* Vertical slider homepage */

.gallery-vertical-slider-entry section{
    position: absolute;
    top: 30%;
    right: 0;
    width: 50%;
    background: rgba(30,30,30,0.5);
    color: #FFF;
    text-align: left;
    padding: 15px;
}
.gallery-vertical-slider-entry article{
    position: relative;
    
}
.gallery-vertical-slider-entry section ul{
    margin: 0;
    list-style-type: none;
    position: relative;
}
.gallery-vertical-slider-entry section ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-transform: uppercase;
}
.gallery-vertical-slider-entry section ul li a{
    color: #FFF;
}
.gallery-vertical-slider-entry section ul li.entry-content-date a{
    font-size: 11px;
    font-weight: normal;
    color: #9c9c9c;
}
.gallery-vertical-slider-entry section ul li h4{
    font-family: 'Vollkorn', Helvetica;
    font-size: 36px;
}
.gallery-vertical-slider-entry section ul li.entry-content-category{
    font-family: 'Vollkorn', Helvetica;
    font-size: 12px;
    font-style: italic;
}
.gallery-vertical-slider-entry section ul li.entry-content-like{
    position: absolute;
    bottom: -75px;
    right: -15px;
    width: 60px;
    height: 60px;
    background: #FFF;
    color: #888;
    line-height: 60px;
    text-align: center;
}
.gallery-vertical-slider-entry section ul li.entry-content-like a{
    color: #888;
}


.vertical-gallery-slider{
    margin-bottom: 40px;
    height: 800px;
}
.vertical-gallery-slider .flex-direction-nav{
    position: absolute;
    top: 30%;
    right: 50%;
}
.vertical-gallery-slider .flex-direction-nav a{
    width: 80px;
    height: 60px;
    background: rgba(30,30,30,0.4);
    line-height: 60px !important;
    border-radius: 0;
    margin: 0;
    border: 0 none;
    padding: 0;
    -webkit-transition: background .2s ease-out;  
    -moz-transition: background .2s ease-out;  
    -o-transition: background .2s ease-out;  
    -ms-transition: background .2s ease-out;  
    transition: background .2s ease-out;
    position: relative;
}
.vertical-gallery-slider .flex-direction-nav a:hover{
    background: rgba(30,30,30,0.8);
}
.vertical-gallery-slider .flex-direction-nav .flex-prev{
    position: relative;
    color: #FFF;
    right: auto;
    bottom: auto;
}
.vertical-gallery-slider .flex-direction-nav a:before{
    font-size: 18px;
    content: '\e837';
}
.vertical-gallery-slider .flex-direction-nav .flex-next{
    color: #FFF;
    top: auto;
    margin: 0;
    right: auto;
    bottom: auto;
}
.vertical-gallery-slider .flex-direction-nav a.flex-next:before{
    content: '\e838';
    font-size: 18px;
}
.vertical-gallery-slider .entry-excerpt{
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px;
    background: rgba(247, 64, 57, 0.8);
    color: #FFF;
    width: 25%;
    height: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    font-weight: 200;
    font-size: 16px;
}
.vertical-gallery-slider .featimg{
    margin: 0;
}
.vertical-gallery-slider .featimg img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
    .vertical-gallery-slider .entry-excerpt{
        display: none;
    }
    .gallery-vertical-slider-entry section ul li h4{
        font-size: 18px;
    }
    .gallery-vertical-slider-entry section ul li.entry-content-date, .gallery-vertical-slider-entry section ul li.entry-content-category, .gallery-vertical-slider-entry section ul li.entry-content-like{
        display: none;
    }
    .vertical-gallery-slider .flex-direction-nav{
        display: none;
    }
}

/* Horizontal scroll view */
.gallery-horizontal-scroll-entry{
    line-height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gallery-horizontal-scroll-entry article{
    position: relative;
}
.gallery-horizontal-scroll-entry article section{
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgba(60,60,60,0.5);
    padding: 10px 15px;
}
.gallery-horizontal-scroll-entry article:hover section{
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s linear;
    transition: transform 0.4s ease 0s, opacity 0.1s linear;
    opacity: 1;
}
.gallery-horizontal-scroll-entry article section a{
    color: #FFF;
}
.gallery-horizontal-scroll-entry article section ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gallery-horizontal-scroll-entry article section ul li{
    display: block;
    clear: both;
    color: #FFF;
    font-size: 11px;
}
.gallery-horizontal-scroll-entry article section ul li i{
    margin-bottom: 5px;
}
.gallery-horizontal-scroll-entry article section ul li.entry-content-title h4{
    font-family: 'Vollkorn', Helvetica;
    font-size: 24px;
    margin: 5px 0;
    padding-bottom: 5px;
    position: relative;
}
.gallery-horizontal-scroll-entry article section ul li.entry-content-title h4:after {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: all .2s ease-out;  
    -moz-transition: all .2s ease-out;  
    -o-transition: all .2s ease-out;  
    -ms-transition: all .2s ease-out;  
    transition: all .2s ease-out;
    width: 0;
    opacity: 0.5;
    bottom: 0;
}
.gallery-horizontal-scroll-entry article section ul li.entry-content-title h4:hover:after {
    width: 100%;
}
.gallery-horizontal-scroll-entry article section ul li.entry-content-category ul{
    display: inline-block;
    line-height: 10px;
}
.gallery-horizontal-scroll-entry article section ul li.entry-content-category ul li{
    display: inline-block;
    color: #FFF;
    clear: none;
}
.gallery-horizontal-scroll-entry article section ul li.entry-content-category ul li a{
    font-size: 11px;
}

@media only screen and (max-width: 768px) {
    .gallery-horizontal-scroll-entry article section ul li.entry-content-title h4{
        font-size: 14px;
    }
    .gallery-horizontal-scroll-entry article section ul li.entry-content-category{
        display: none;
    }
}

/* Blog section */
.blog-section{
    /*margin-top: 60px;*/
}
.blog-heading{
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Cabin', Helvetica;
    font-weight: bold;
    color: #8c8c8c;
    text-transform: uppercase;
}


/* Booking links */

.booking-links:after{
    content: '';
    display: block;
    clear: both;
}
.booking-links{
    margin: 40px 0 30px 0;
    list-style-type: none;
    padding: 30px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.booking-links li{
    margin: 0;
    list-style-type: none;
    padding: 0;
    width: 25%;
    float: left;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .booking-links li{
        width: 100%;
        margin-bottom: 20px;
        clear: both;
    }
}
.booking-links li a{
    display: block;
    color: #4c4c4c;
    font-size: 26px;
    font-family: 'Vollkorn';
    line-height: 1;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.booking-links li a em{
    display: block;
    font-size: 16px;
    color: #9c9c9c;
    margin-bottom: 5px;
    font-family: 'Cabin';
    line-height: 16px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.booking-links li a:hover em{
    transform: translateY(-5px);
}
.footer-contact{
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 600px;
    max-width: 100%;
}
.footer-contact input[type="text"]{
    border: 1px solid #efefef;
    box-shadow: none;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    color: #8c8c8c;
    font-size: 12px;
}
.footer-contact textarea{
    border: 1px solid #efefef;
    box-shadow: none;
    padding: 15px;
    color: #8c8c8c;
    font-size: 12px;
}
.footer-contact select{
    border: 0 none;
    border: 1px solid #efefef;
    padding: 5px;
}
.footer-contact .inp_button, .footer-contact .inp_button:hover{
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 40px;
    font-weight: 200;
    letter-spacing: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 16px;
    font-family: 'Open Sans';
}
.footer-contact .inp_button:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}



/* Stats info */
.stats-info ul{
    display: block;
    width: 100%;
    z-index: 10;
    padding-bottom: 20px;
    display: none;
    border-bottom: 1px solid #efefef;
    clear: both;
}
.stats-info ul:after{
    content: '';
    display: block;
    clear: both;
}
.stats-info ul li{
    display: block;
    width: 25%;
    float: left;
}
@media only screen and (max-width: 768px) {
    .stats-info ul li{
        display: block;
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 15px;
    }
}
.stats-info ul li b{
    display: block;
    font-weight: bold;
    font-size: 36px;
    color: #E61E0F;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 5px;
}
.stats-info ul li em{
    display: block;
    color: #ccc;
}
.stats-trigger{
    position: absolute;
    top: 15px;
    right: 0;
    color: #ddd;
    font-size: 18px;
    z-index: 11;
    cursor: pointer;
}
.stats-trigger:hover{
    color: #6c6c6c;
}


/* Availability calendar styles */
.wp-availability{
    margin: 0 -15px;
}
.wp-availability code{
    white-space: normal;
}
.wp-availability-month{
    width: 25%;
    line-height: 0;
    float: left;
    margin: 0;
    padding: 0 15px;
    border: 0 none;
}
.wp-availability-month table{
    width: 100%;
    margin-bottom: 30px;
}
.wp-availability-month table thead th, .wp-availability-month table thead td{
    font-size: 14px;
    padding: 10px 0;
}
.wp-availability-month table tbody th, .wp-availability-month table tbody td{
    padding: 5px 0;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica;
    color: #ccc;
}
.wp-availability-month table thead th{
    background: #bebebe;
}
.wp-availability-month table tbody td{
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #7c7c7c;
}
table tbody tr:nth-child(2n){
    background: transparent;
}
.wp-availability-month table tbody td.wp-availability-disabled{
    background: transparent;
}
.wp-availability-month table thead th{
    background: #f6f7f8;
    color: #5c5c5c;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
.wp-availability-month table tbody td.wp-availability-booked{
    background: #EF4B54;
}
@media only screen and (max-width: 768px) {
    .wp-availability-month{
        width: 100%;
        clear: both;
    }
}

/* Pricing tables styles */
.ptp-pricing-table{
    margin: 0 -0.4em;
}
.ptp-pricing-table:after{
    content: '';
    display: block;
    clear: both;
}
.ptp-three-col{
    width: 33.333% !important;
}
.ptp-col{
    display: block;
    float: left;
}
@media only screen and (max-width: 768px) {
    .ptp-col{
        width: 100% !important;
        clear: both;
    }
}

/* Testimonials plugin */
.testimonials-list .quote{
    margin-bottom: 20px;
    min-height: 75px;
    position: relative;
}
.testimonials-list blockquote{
    display: block;
    margin-left: 120px;
    float: none;
    margin-bottom: 10px;
    font-weight: 200;
}
.testimonials-list img{
    display: block;
    height: auto;
    left: 0;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 85px;
}
.testimonials-list .quote .author{
    margin-left: 140px;
    margin-bottom: 30px;
    display: block;
    font-size: 11px;
}
.testimonials-list .quote .author .url{
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}

/* Scrollbar for galleries styles */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 15px;
    width: 3px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #f1f1f1;
    position: relative;
}

.jspDrag
{
    background: #D4C7C7;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

/* > 1440px width */
@media only screen  and (min-width: 1440px){
    
}

/* between 1440px and 1280px width */
@media only screen  and (min-width: 1280px) and (max-width: 1439px){

}

/* between 1440px and 1280px width */
@media only screen  and (min-width: 1400px) and (max-width: 1480px){

}


@media only screen  and (max-width: 1400px){

}

/* between 1170px and 1280px width */
@media only screen  and (min-width: 1170px) and (max-width: 1280px){
    .horizontal-entry .entry-like{
        top: 20px;
        left: 60px;
    }
}

/* between 960px and 1110px width */
@media only screen  and (min-width: 960px) and (max-width: 1110px){
    .horizontal-entry .entry-like{
        top: 20px;
        left: 60px;
    }
}

/* between 1280px and 1024px width */
@media only screen  and (min-width: 1024px) and (max-width: 1279px){


}

/* between 960px and 768px width */
@media only screen  and (min-width: 768px) and (max-width: 960px){
    .gallery-slider .flex-direction-nav{
        display: none !important;
    }
}

/* between 860px and 768px width */
@media only screen  and (min-width: 860px) and (max-width: 768px){
    .horizontal-entry .entry-like{
        top: 20px;
        left: 60px;
    }
}

/* <768px width */
@media only screen  and (max-width: 768px){
    /*.jspVerticalBar{
        right: 0;
    }*/
    .gallery-slider .flex-direction-nav{
        display: none !important;
    }
    .dl-menuwrapper{
        display: block !important;
    }    
    h2.post-title{
        font-size: 24px;
    }
    h3.related-title, h3#reply-title, .comments-title{
        font-size: 22px;
    }
    .article-share{
        margin-bottom: 30px;
    }
    #related-posts div:not(:last-child) article{
        margin-bottom: 30px;
    }
   .sf-menu{
        display: none !important;
    }
    .horizontal-entry .entry-like{
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }
    .horizontal-entry .entry-content{
        margin-bottom: 30px;
    }
    .author-box{
        margin-bottom: 40px;
    }
}
/* ---------- End - Different Viewports Style ---------- 
