/*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 */
}

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;
}


/* 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 {}
/*---------- General ----------*/
.clear{
    clear:both;
}

.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;
}



.like-label {
    display: inline-block;
    margin-right: 5px;
}
.content-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}
#header .content-title{
    margin: 20px 0;
}


#content{
}
.single #content{
    padding-top: 0;
}

.archive #secondary, .search #secondary, .blog #secondary{
    height: 100%;
    overflow-y: scroll;
    width: 300px;
    position: absolute;
    top: 0;
}

.archive #secondary.right-sidebar, .search #secondary.right-sidebar, .blog #secondary.right-sidebar{
    right: 0;
}

.archive #secondary.left-sidebar, .search #secondary.left-sidebar, .blog #secondary.left-sidebar{
    left: 0;
}
.archive #entry-title, .blog #entry-title{
    width: 100%;
    background: #F5F5F5;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

/*---------- End - General ----------*/



/*---------- Header ---------- */

header#header{
    position: relative;
    width: 100%;
}
body.admin-bar header#header .header-containe-wrapper {
    margin-top: 28px;
}
header#header .header-containe-wrapper{
    background-color: white;
    position: fixed;
    width: inherit;
    z-index: 9999;
    top: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

header#header .header-containe-wrapper > .row:first-child{

}

    /* ---------- Menu Navigation ---------- */
    #modal-menu ul#menu-main-menu li{
        line-height: 1.2;
    }

    #modal-menu ul#menu-main-menu li a{
        line-height: 1.2;
        display: block;
        padding: 15px 0;
    }

    nav.main-menu .sf-sub-indicator {
        position: absolute;
        display: block;
        color: black;
        right: .15em;
        top: 0;
        width: 10px;
        height: 10px;
        color: #ccc;
    }

    nav.main-menu .logo{
        padding: 10px 20px;
    }
    nav.main-menu .logo {
        -webkit-animation-duration: .8s;
           -moz-animation-duration: .8s;
             -o-animation-duration: .8s;
                animation-duration: .8s;
        -webkit-animation-fill-mode: both;
           -moz-animation-fill-mode: both;
             -o-animation-fill-mode: both;
                animation-fill-mode: both;
    }
    @-webkit-keyframes logoshake {
        0% {-webkit-transform: scale(1);}   
        10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
        100% {-webkit-transform: scale(1) rotate(0);}
    }

    @-moz-keyframes logoshake {
        0% {-moz-transform: scale(1);}  
        10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
        100% {-moz-transform: scale(1) rotate(0);}
    }

    @-o-keyframes logoshake {
        0% {-o-transform: scale(1);}    
        10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
        100% {-o-transform: scale(1) rotate(0);}
    }

    @keyframes logoshake {
        0% {transform: scale(1);}   
        10%, 20% {transform: scale(0.9) rotate(-3deg);}
        30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
        40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
        100% {transform: scale(1) rotate(0);}
    }

    nav.main-menu .logo:hover {
        -webkit-animation-name: logoshake;
        -moz-animation-name: logoshake;
        -o-animation-name: logoshake;
        animation-name: logoshake;
    }
    nav.main-menu .logo img{
        line-height: 0;
        vertical-align: middle;
    }

    nav.main-menu{
        font-family: Helvetica;
        font-size: 14px;
    }

    nav.main-menu>ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        color: #343434;
        font-weight: 600;
    }

    nav.main-menu>ul:after{
        display: block;
        clear: both;
        content: '';
    }

    nav.main-menu>ul>li{
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
        line-height: 25px;
        padding: 4px 10px;
    }

    nav.main-menu>ul>li:last-child:after{
        display: block;
        clear: both;
        content: '';
    }

    nav.main-menu>ul>li>a{
        padding: 0;
    }

    nav.main-menu>ul>li.selected{
        color: black;
        padding-left: 10px;

    }

    nav.main-menu>ul>li.selected a{
        line-height: 25px;
    }

    #small-device-nav{
        line-height: 50px;
        display: none;
        position: absolute;
    }
    #small-device-nav ul{
        text-align: left;
    }
    #small-device-nav ul, #small-device-nav ul li{
        margin: 0;
        padding: 0;
    }
    #small-device-nav .small-device-logo{
        display: inline-block;
        list-style-type: none;
        font-size: 16px;
        height: 100%;
        overflow: hidden;
        float: right;
        line-height: 50px;           
    }

    #small-device-nav .small-device-logo a img{
        max-height: 50px;
    }

    #small-device-nav .small-device-menu{
        display: inline-block;
        list-style-type: none;
        font-size: 18px;
        line-height: 50px;
    }

    #small-device-nav .small-device-menu a{
        color: #444444;
        display: block;
    }

    #pageslide {
        /* These styles MUST be included. Do not change. */
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        overflow-y:scroll; 
        /* Specify the width of your pageslide here */
        width: 70%;
        padding: 20px;
        
        /* These styles are optional, and describe how the pageslide will look */
        background-color: #333;
        color: #FFF;
        -webkit-box-shadow: inset 0 0 5px 5px #222;
        -moz-shadow: inset 0 0 5px 5px #222;
        box-shadow: inset 0 0 5px 5px #222;
    }

    #modal-menu { display: none;}

    #modal-menu ul li{
        list-style-type: none;
        line-height: 55px;
        border-top: 1px dotted rgba(255,255,255,0.35);
    }
    #modal-menu ul li:first-child{
        border-top: 0 none;
    }

    #modal-menu ul li a{
        color: white;
        font-size: 16px;
        margin: 0;
        line-height: 55px;
    }
    #modal-menu ul li ul{
        margin: 0;
    }
    #modal-menu ul li ul li{
        border-top: 1px dotted rgba(255,255,255,0.35) !important;
    }
    .header-container .row{
        min-width: 0;
    }
    #small_nav {
        width: auto;
        margin-top: 30px;
    }

    /* ---------- End - Menu Navigation ---------- */


/* ---------- End - Header ---------- */



/* ---------- Main Section ---------- */



.single section#main, .page section#main {
    height: auto;
}

.page.home section#main{height: 100%;}

section#main{
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
}

section#main>.main-container{
    position: relative;
    height: 100%;
}

section#main.has-right-sidebar > .main-container .vertical-view, 
section#main.has-right-sidebar > .main-container .horizontal-view,
section#main.has-right-sidebar > .main-container .mosaic-view{
    margin-right:300px;
}

section#main.has-left-sidebar > .main-container .vertical-view,
 section#main.has-left-sidebar > .main-container .mosaic-view,
 section#main.has-left-sidebar > .main-container .horizontal-view{
    margin-left:300px;
}

section#main > .main-container .vertical-view,
section#main > .main-container .mosaic-view{
    position: relative;
    height: 100%;
}

.main-container>.columns{
    padding: 0;
}
.main-container > .right-sidebar, .main-container > .left-sidebar{
    padding: 0 30px;
}

/* Mosaic view */

.cosmo-level{
    height: 33.33%;
    position: relative;
    margin-left: -1px;
}


.mosaic-element.big-elem{
    width: 600px;
    height: 100%;
}

.mosaic-element.small-elem{
    width: 300px;
    height: 100%;
}


/* This is all about the vertical element */


.vertical-element:first-child{
    margin: 0;
}

.fade-in .vertical-element,
.fade-in .mosaic-element{
    display: none;
}

.fade-in .vertical-element.is-recently-loaded,
.fade-in .mosaic-element.is-recently-loaded{
    display: block;
}

.vertical-element{
    display: block;
    width: 300px;
    height: 100%;
    position: relative;
    float: left;
}
.mosaic-element{
    float: left;
    overflow: hidden;
    height: 100%;
    position: relative;
}
/* EOF vertical element */

#scrollbar {
    margin: 0;
    cursor: move;
    position: relative;
    height: 100%;
}
#scrollbar .viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.single-format-gallery #scrollbar {
    margin: 0 auto;
}
.single-format-gallery #scrollbar .viewport {
    min-height: 400px;
}
#scrollbar .overview {
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 1416px;
}

#scrollbar .overview .relative:first-child {
    border: 0;
}

#scrollbar .overview .relative {
    float: left;
    border-left: 10px solid white;
}
#scrollbar .scrollbar {
    clear: both;
    height: 10px;
    position: relative;
}
#scrollbar .track {
    background-color: #efefef;
    height: 10px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
#scrollbar .thumb {
    background-color: #eb4c4c;
    cursor: pointer;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
    border: 1px solid #eb4c4c;
    box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}
#scrollbar .thumb .end {
    display: none;
    height: 25px;
    overflow: hidden;
    width: 5px;
}
#scrollbar .disable {
    display: none;
}
#scrollbar .relative:hover > .zoom-image{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity:1;
}

.zoom-image {
    position: absolute;
    top:50%;
    right:50%;
    z-index: 999;
    margin-top:-35px;
    margin-right:-35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(0,0,0) url(../../images/zoom.image.png) no-repeat center center;
    background: rgba(0,0,0,0.15) url(../../images/zoom.image.png) no-repeat center center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}
.zoom-image a {
    display: block;
    text-indent: -9999px;
    line-height: 80px !important;
}
.entry-header .featimg:hover > .zoom-image{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity:1;
}

.relative { position: relative; }

/* Posts  */
.featimg{
    overflow: hidden;
    line-height: 0;
}

article.thumb-image-main, article.thumb-text-main{
    overflow: hidden;
}

.featimg img{
    width: auto;
    max-width: none;
}
.single .featimg img{
    width: auto;
    max-width: 100%;
}
.featimg a{
    line-height: 0;
}

.vertical-view article div.entry-content,
.mosaic-view article div.entry-content,
.team-view article div.entry-content, 
.list-view article div.list-wrapper, 
.grid-view article div.entry-content{
    background-color: inherit;
    color: inherit;
}

.vertical-view article div.entry-content a,
.mosaic-view article div.entry-content a,
.team-view article div.entry-content a,
.list-view article div.list-wrapper a,
.grid-view article.white-style div.entry-content a{
    color:inherit;
}

.vertical-view article div.entry-content,
.mosaic-view article div.entry-content,
.team-view article div.entry-content,
.list-view article div.list-wrapper,
.grid-view article div.entry-content{
    background-color: inherit;
    color: inherit;
}

.vertical-view article div.entry-content a,
.mosaic-view article div.entry-content a,
.team-view article div.entry-content a, 
.list-view article div.list-wrapper a,
.grid-view article div.entry-content a{
    color:inherit;
    display: inline-block;
}
    /* ---- Thumb view style ---- */
    .row.vertical-view article,
    .row.mosaic-view article{
        margin-bottom: 30px;
        line-height: 0;
        overflow: hidden;
    }

    .vertical-view article,
    .mosaic-view article{
        position: relative;
        height: 100%;
        margin: 2px 1px;
    }

    article.thumb-image-main{
        position: relative;
        height: 100%;
        margin: 2px 1px;
    }

    .vertical-view div.entry-content,
    .mosaic-view div.entry-content{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    article.thumb-text-main .featimg{
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-transition: opacity .2s ease 0s;
        -webkit-transition: opacity .2s ease 0s;
        -o-transition: opacity .2s ease 0s;
        transition: opacity .2s ease 0s;
        z-index: 5;
        position: relative;
    }

    article.thumb-image-main div.entry-content{
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-transition: opacity .2s ease 0s;
        -webkit-transition: opacity .2s ease 0s;
        -o-transition: opacity .2s ease 0s;
        transition: opacity .2s ease 0s;
        z-index: 5;
    }

    .mosaic-view div.entry-content>ul,
    .vertical-view div.entry-content>ul{
        position: absolute;
        list-style-type: none;
        margin: 0;
        padding: 30px;
        width: 100%;
    }

    .vertical-view div.entry-content ul>li.entry-content-type,
    .mosaic-view div.entry-content ul>li.entry-content-type{
        font-size: 24px;
        position: relative;
        -webkit-transition: top 0.5s ease;
        -moz-transition: top 0.5s ease;
        -ms-transition: top 0.5s ease;
        -o-transition: top 0.5s ease;
        transition: top 0.5s ease;
    }

    .mosaic-view div.entry-content ul>li.entry-content-type>a>i:before,
    .vertical-view div.entry-content ul>li.entry-content-type>a>i:before{
        width:auto;
        margin: 0;
    }

    .vertical-view div.entry-content ul>li.entry-content-category,
    .mosaic-view div.entry-content ul>li.entry-content-category{
        font-size: 12px;
        position: relative;
        -webkit-transition: top 0.5s ease;
        -moz-transition: top 0.5s ease;
        -ms-transition: top 0.5s ease;
        -o-transition: top 0.5s ease;
        transition: top 0.5s ease;
    }

    .mosaic-view div.entry-content ul>li.entry-content-category>ul.category-list,
    .vertical-view div.entry-content ul>li.entry-content-category>ul.category-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .mosaic-view div.entry-content ul>li.entry-content-category>ul.category-list>li,
    .vertical-view div.entry-content ul>li.entry-content-category>ul.category-list>li{
        display: inline;
        font-size: 12px;
    }

    .mosaic-view div.entry-content ul>li.entry-content-title h4,
    .vertical-view div.entry-content ul>li.entry-content-title h4{
        font-size: 24px;
        font-weight: normal;
        color: inherit;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        line-height: 1.4;
    }

    .mosaic-view .thumb-image-main .entry-content-date{
        bottom: -20px;
    }

    .mosaic-view .thumb-image-main:hover .entry-content-date{
        bottom: 0;
    }

    .mosaic-view div.entry-content ul>li.entry-content-date{
        -webkit-transition: bottom 0.5s ease;
        -moz-transition: bottom 0.5s ease;
        -ms-transition: bottom 0.5s ease;
        -o-transition: bottom 0.5s ease;
        transition: bottom 0.5s ease;
        position: relative;
    }

    .mosaic-view div.entry-content ul>li.entry-content-date,
    .vertical-view div.entry-content ul>li.entry-content-date{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .mosaic-view div.entry-content ul>li.entry-content-divider,
    .vertical-view div.entry-content ul>li.entry-content-divider{
        width: 45px;
        clear: both;
        margin-bottom: 15px;
    }
    .vertical-view div.entry-content ul>li.entry-content-excerpt{
        font-size: 13px;
        line-height: 1.8;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        -webkit-transition: bottom 0.5s ease;
        -moz-transition: bottom 0.5s ease;
        -ms-transition: bottom 0.5s ease;
        -o-transition: bottom 0.5s ease;
        transition: bottom 0.5s ease;
        position: relative;
    }

    .vertical-view div.entry-content ul>li.quote-excerpt {
        border-left: 1px solid #DDDDDD;
        padding-left: 20px;
    }

    .vertical-view .thumb-image-main:hover .entry-content-type, 
    .vertical-view .thumb-image-main:hover .entry-content-category,
    .mosaic-view .thumb-image-main:hover .entry-content-type, 
    .mosaic-view .thumb-image-main:hover .entry-content-category{
        top: 0;
    }

    .vertical-view .thumb-image-main:hover .entry-content-excerpt,
    .mosaic-view .thumb-image-main:hover .entry-content-excerpt{
        bottom: 0;
    }

    .vertical-view .thumb-image-main .entry-content-type, 
    .vertical-view .thumb-image-main .entry-content-category,
    .mosaic-view .thumb-image-main .entry-content-type, 
    .mosaic-view .thumb-image-main .entry-content-category{
        top: -20px;
    }

    .vertical-view .thumb-image-main .entry-content-excerpt{
        bottom: -20px;
    }

    .mosaic-view .mosaic-element .thumb-text-main .featimg img,
    .vertical-view .vertical-element .thumb-text-main .featimg img{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .mosaic-view .mosaic-element .thumb-text-main:hover .featimg img,
    .vertical-view .vertical-element .thumb-text-main:hover .featimg img{
        -webkit-transform: scale(1.1) rotate(2deg);
        -moz-transform: scale(1.1) rotate(2deg);
        -o-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg);
    }

    

        /* Thumb view text main hover style */

        .thumb-text-main:hover .featimg{
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

        /* End - Thumb view text main hover style */

        /* Thumb view image main hover style */

        .thumb-image-main:hover .entry-content{
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

        /* End - Thumb view image main hover style */
    
    .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;
        background-color: #f5f5f5;
        padding: 7px 14px;
        margin: 0 5px;
        font-size: 16px;
        line-height: 16px;
        font-size: 12px;
        border: 1px solid rgba(0, 0, 0, 0.03);
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
        font-weight: bold;
        color: #666;
    }
    .pag ul li .page-numbers:not(.current):hover{
        background-color: #f9f9f9;
    }
    .pag ul li .page-numbers.current{
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    }
    .horizontal-view-type section#main{
        height: auto;
    }

    .slide-in.horizontal-view-type .horizontal-view .horizontal-element{
        right: -200px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .slide-in.vertical-view-type .vertical-view .vertical-element{
        top: 80%;
        opacity: 0;
    }

    .slide-in .mosaic-view .mosaic-element{
        margin-left: -200px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .slide-in .mosaic-view .mosaic-element.is-recently-loaded{
        margin-left:0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    }

    .slide-in.horizontal-view-type .horizontal-view .horizontal-element.is-recently-loaded{
        right: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .slide-in.vertical-view-type .vertical-view .vertical-element.is-recently-loaded{
        top: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .horizontal-view .horizontal-element article .featimg{
        height: 300px;
        text-align: center;
        background: #000000;
    }

    .horizontal-view .horizontal-element article .featimg img{
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .horizontal-view .horizontal-element article .featimg:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .fade-in .horizontal-element{
        display: none;
    }

    .fade-in .horizontal-element.is-recently-loaded{
        display: block;
    }

    .horizontal-element{
        display: block;
        height: 300px;
        width: 100%;
        position: relative;
    }

    .horizontal-view article div.entry-content{
        background-color: inherit;
        color: inherit;
    }

    .horizontal-view article div.entry-content a{
        color:inherit;
    }

    .horizontal-view article div.entry-content{
        background-color: inherit;
        color: inherit;
    }

    .horizontal-view article div.entry-content a{
        color:inherit;
    }
    
    .horizontal-view div.entry-content ul>li.entry-content-excerpt {
        font-size: 13px;
        line-height: 1.8;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
    }

    .horizontal-view div.entry-content ul>li.entry-content-divider {
        width: 45px;
        clear: both;
        margin-bottom: 15px;
    }


    .horizontal-view article{
        position: relative;
        height: 300px;
        width: 100%;
    }

    .horizontal-view .left-side, 
    .horizontal-view .right-side{
        display: inline-block;
        vertical-align: top;
    }

    .horizontal-view .left-side{
        width: 30%;
        position: relative;
    }

    .horizontal-view .right-side{
        width: 65%;
    }

    .horizontal-view div.entry-content>ul{
        list-style-type: none;
        margin: 0;
        padding: 30px;
    }

    .horizontal-view div.entry-content ul>li.entry-content-type{
        font-size: 24px;
    }

    .horizontal-view div.entry-content ul>li.entry-content-type>a>i:before{
        width:auto;
        margin: 0;
    }

    .horizontal-view div.entry-content ul>li.entry-content-category{
        font-size: 13px;
    }

    .horizontal-view div.entry-content ul>li.entry-content-category>ul.category-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .horizontal-view div.entry-content ul>li.entry-content-category>ul.category-list>li, .horizontal-view div.entry-content ul>li.entry-content-category>ul.category-list>li>a{
        display: inline;
        font-size: 12px;
    }

    .horizontal-view div.entry-content ul>li.entry-content-title a:hover h4{
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

    .horizontal-view div.entry-content ul>li.entry-content-title h4{
        font-size: 24px;
        font-weight: normal;
        color: inherit;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        line-height: 1.4;
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        -ms-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    }

    .horizontal-view div.entry-content ul>li.entry-content-date{
        font-size: 12px;
    }

    .horizontal-element article .featimg .video-post>a{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        z-index: 9;
        text-align: center;
    }
    
    .horizontal-element article .featimg .video-post>a>i{
        position: absolute;
        left: 50%;
        top: 50%;
        color: inherit;
        font-size: 80px;
    }

    /* ---- End Thumb view style ---- */


    /* 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 ---- */
    .single-row-container{
        padding: 30px 0;
        position: relative;
    }
    .single-main{
        z-index: 3;
    }
    .single #content>.single-row-container:nth-child(odd), .page #content>.single-row-container:nth-child(odd){
        background:#f5f5f5;
        border-bottom: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
    }

    .post-wrapper{

    }

    .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%;
    }

    .single .post-meta, .page .post-meta{
        margin-left: 0;
        list-style-type: none;
        font-family: 'Open Sans', sans-serif;
    }

    .post-meta > li:first-child {
        margin-top: 5px;
    }

    h2.post-title{
        margin: 0 0 25px 0;
        font-family: 'Open Sans';
        font-size: 36px;
        font-weight: normal;
        letter-spacing: -2px;
    }
    h3.related-title, h3#reply-title, .comments-title{
        margin: 0 0 25px 0;
        font-family: 'Open Sans';
        font-size: 28px;
        font-weight: normal;
        letter-spacing: -1.5px;
    }

    h3#reply-title{
        margin: 0 15px 15px 15px;
    }
    .post-meta > li ul li {
        display: inline-block;
        font-size: 12px;
        margin: 0;
        line-height: 35px;
    }

    .post-meta > li ul {
        margin: 0;
        list-style-type: none;
    }

    .post-meta > li{
        border-top: 1px solid rgba(0,0,0,0.05);
        line-height: 35px;
        position: relative;
        padding-left: 35px;
        font-size: 12px;
        margin: 0;
    }
    .post-meta > li.thelike{
        padding-left: 0;
    }

    .post-meta > li.thelike a{
        display: inline-block;
        line-height: 35px;
    }

    .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; }

    li.thelike a span.likes-count{
        font-size: 12px;
        color: black;
    }

    .post-meta > li.thelike a i{
        color: #DB2B1E;
        margin-right: 5px;
    }

    .post-meta > li.thelike:hover a i{
        color: red;
    }

    .widget li.cosmo-comments a, .widget li.thelike a{
        color: #aaa;
    }

    li.thelike a i{
        font-size: 18px;
    }

    .post-meta > li > i {
        font-size: 18px;
        display: inline-block;
        margin-right: 15px;
        position: absolute;
        left: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #aaa;
    }
    .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*/

        .post-wrapper .related-tabs {
            margin: 0;
            margin-bottom: 30px;
            padding: 0;
            list-style-type: none;
            line-height: 1;
        }

        .post-wrapper .related-tabs li{
            display: inline-block;
            margin: 0 5px 0 0;
            height: 35px;
            line-height: 35px;
            zoom: 1;
            color: white;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            opacity: 0.5;
            background-color: black;
        }

        .post-wrapper .related-tabs li h3 {
            margin: 0;
            text-transform: uppercase;
            font-weight: normal;
            font-size: 16px;
            line-height: 36px;
        }

        .post-wrapper .related-tabs li a {
            color: white;
            display: block;
            padding: 0 10px;
        }

        /* End of Related posts section*/

    .single .featimg, .page .featimg, .home .featimg {
        position: relative;
        line-height: 0;
        text-align: center;
    }

    .home article.page {
        margin-top: 30px;
    }    
    .article-share{
        overflow: hidden;
    }
    
    .audioplayer_container > object {
        width: 100%;
    }

    #comment{
        height: 300px;
    }

    #comments form{
        margin: 0;
    }

    .cosmo-comment-list{
        list-style-type: none;
        margin: 0;
    }

    #respond .cosmo-comment-thumb{
        display: none;
    }

    .cosmo-comment-plain li.comment .cosmo-comment-thumb{float:left;margin: 0 20px 0 0;padding: 5px;border: 1px solid #e8e8e8;background: #FFF;line-height: 0; min-width: 70px;}

    .cosmo-comment-list > li.bypostauthor .cosmo-comment-textinfo, .cosmo-comment-list .children > li.bypostauthor .cosmo-comment-textinfo {
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cosmo-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;
    }

    .cosmo-comment-plain li.comment .reply {
        display: inline-block;
        margin-top: -1px;
        zoom: 1;
        float: right;
    }

    .form-submit{
        margin: 0;
    }

    .cosmo-ads.zone-2 {
        margin-top: 30px;
    }
    .ads { margin: 30px 0 30px; }
    #content .ads { margin: 0;}
    /* ---- END Single ---- */



/* ---------- End - Main Section ---------- */




/* ---------- Footer ---------- */
footer#footer-container *{
    font-size: 12px;
}
footer#footer-container .footer-container-wrapper{
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.05);
}

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;
}

/* ---------- End - Footer ---------- */


.hotkeys-meta .nav-next a:before, .hotkeys-meta .nav-previous a:before{
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
    margin-top: 30px;
    text-shadow: -1px 1px 1px #FFF;
}

.hotkeys-meta .nav-next a.fixed:before,
.hotkeys-meta .nav-previous a.fixed:before{
    position: fixed;
    top: 50px;
}

.hotkeys-meta .nav-next a.absbottom:before,
.hotkeys-meta .nav-previous a.absbottom:before{
    bottom: 20px;
    position: absolute;
    top: auto;
}

.hotkeys-meta .nav-next a:before{
    display: block;
    position: absolute;
    right: 60px;
    top: 30px;
    content: '\e75e';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 120px;
}
.hotkeys-meta .nav-previous a:before{
    display: block;
    position: absolute;
    left: 60px;
    top: 22px;
    content: '\e75e';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 120px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.hotkeys-meta .nav-previous a:hover:before, .hotkeys-meta .nav-next a:hover:before{ 
    color: rgba(0,0,0,0.1);
}
.single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:before, .single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:before{
    color: #E8E8E8;
}
.single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:hover:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-previous a:hover:before, .single #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:hover:before, .page #content>.single-row-container:nth-child(odd) .hotkeys-meta .nav-next a:hover:before{
    color: #ddd;
}
.single-row-container{
    overflow: hidden;
}
.single-slide-effects{
    z-index: 1;
}
.single-slide1{
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    right: 0;
}
.single-slide2{
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    right: 0;
}
.single-slide-map{
    background: url('../../images/parallax/image.map.png') no-repeat center center;
}
.single-slide-circles{
    background: url('../../images/parallax/image.circles.png') no-repeat center center;
}
.single-slide-flakes{
    background: url('../../images/parallax/image.flakes.png') no-repeat center center;
}
.single-slide-hearts{
    background: url('../../images/parallax/image.hearts.png') no-repeat center center;
}
.single-slide-perfibers{
    background: url('../../images/parallax/pattern.perfibers.png');
}
.single-slide-cones{
    background: url('../../images/parallax/pattern.cones.png');
}
.single-slide-feathers{
    background: url('../../images/parallax/pattern.feathers.png');
}
.single-slide-triangle{
    background: url('../../images/parallax/pattern.triangle.png');
}
/* ---------- Different Viewports Style ---------- */



/* > 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){
    .hotkeys-meta .nav-next a:before{
        right: 15px; 
    }
    .hotkeys-meta .nav-previous a:before{
        left: 15px;
    }
}


@media only screen  and (max-width: 1400px){
    nav.hotkeys-meta{
        display: none;
    }
}

/* between 1280px and 1024px width */
@media only screen  and (min-width: 1024px) and (max-width: 1279px){
    .horizontal-view .featimg img{
        margin-left: -20%;
    }

    nav.hotkeys-meta{
        display: none;
    }
}

/* between 1024px and 768px width */
@media only screen  and (min-width: 768px) and (max-width: 1023px){
    .horizontal-view .featimg img{
        margin-left: -25%;
    }
    nav.hotkeys-meta{
        display: none;
    }
    
    .mosaic-view div.entry-content>ul, .vertical-view div.entry-content>ul {
        padding: 15px;
    }

    .mosaic-view div.entry-content ul>li.entry-content-title h4, .vertical-view div.entry-content ul>li.entry-content-title h4{
        font-size: 16px;
    }

    .mosaic-view div.entry-content ul>li.entry-content-category>ul.category-list>li, .vertical-view div.entry-content ul>li.entry-content-category>ul.category-list>li{
        font-size: 11px;
    }

    .mosaic-view div.entry-content ul>li.entry-content-date, .vertical-view div.entry-content ul>li.entry-content-date{
        font-size: 11px;
    }

}

/* <768px width */
@media only screen  and (max-width: 768px){

    .mosaic-view div.entry-content ul>li.entry-content-category>ul.category-list>li, .vertical-view div.entry-content ul>li.entry-content-category>ul.category-list>li{
        font-size: 11px;
    }

    .mosaic-view div.entry-content ul>li.entry-content-date, .vertical-view div.entry-content ul>li.entry-content-date{
        font-size: 11px;
    }

    .mosaic-view div.entry-content>ul, .vertical-view div.entry-content>ul {
        padding: 15px;
    }

    .mosaic-view div.entry-content ul>li.entry-content-title h4, .vertical-view div.entry-content ul>li.entry-content-title h4{
        font-size: 16px;
    }

    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;
    }
    #header .content-title{
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
    .mosaic-view div.entry-content>ul,
    .vertical-view div.entry-content>ul{
        padding: 20px;
    }
    .mosaic-view div.entry-content ul>li.entry-content-title h4,
    .vertical-view div.entry-content ul>li.entry-content-title h4{
        font-size: 18px;
        font-weight: normal;
        color: inherit;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        line-height: 1.4;
    }
    .horizontal-view .featimg img{
        margin-left: 0;
    }

    .horizontal-view .horizontal-element{
        height: auto;
    }

    .horizontal-view .horizontal-element article{
        height: auto;
    }
    
    .horizontal-view .horizontal-element{
        margin-bottom: 30px;
    }

    .horizontal-view .horizontal-element article .left-side,
    .horizontal-view .horizontal-element article .right-side{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .horizontal-view .horizontal-element article .featimg img{
        height: auto;
        max-width: 100%;
    }

    .archive #secondary, .search #secondary, .blog #secondary{
        display: none;
    }

    section#main.has-right-sidebar > .main-container .vertical-view, 
    section#main.has-right-sidebar > .main-container .horizontal-view,
    section#main.has-right-sidebar > .main-container .mosaic-view{
        margin-right:0;
    }

    section#main.has-left-sidebar > .main-container .vertical-view, 
    section#main.has-left-sidebar > .main-container .horizontal-view,
    section#main.has-left-sidebar > .main-container .mosaic-view{
        margin-left:0;
    }

    #small-device-nav{
        display: block;
        min-height: 50px;
        top: 50%;
        margin-top: -25px;
    }

    nav.main-menu ul li.logo{
        display: inline-block;
    }


    header#header{
        position: absolute;
    }
    
    .footer-menu-container,
    nav.hotkeys-meta,
    nav.main-menu ul li,
    .vertical-view div.entry-content ul>li.entry-content-excerpt, 
    .horizontal-view div.entry-content ul>li.entry-content-divider, 
    .horizontal-view div.entry-content ul>li.entry-content-excerpt,
    .vertical-view div.entry-content ul>li.entry-content-divider{
        display: none;
    }

    .archive .socialicons{
        margin-top:-37px;
    }

    .horizontal-view .horizontal-element article .featimg{
        height: auto;
    }

    .horizontal-view .horizontal-element article .left-side, 
    .horizontal-view .horizontal-element article .right-side{
        height: auto;
    }
}

@media all and (orientation:landscape) and (max-width: 768px) { 
    .vertical-view div.entry-content ul>li.entry-content-type,
    .vertical-view div.entry-content ul>li.entry-content-category,
    .vertical-view div.entry-content ul>li.entry-content-date,
    .vertical-view div.entry-content ul>li.entry-content-divider,
    .vertical-view div.entry-content ul>li.entry-content-excerpt{
        display: none;
    }

    .vertical-view div.entry-content>ul{
        padding: 0 10px;
    }
}

/* ---------- End - 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;
}

/*-----------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;}


.header-collapser{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    background: #FFF;
    display: none;
}

.single-format-gallery #primary > #content {
    position: relative;
}
.header-collapser.animated{
-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes blink {
    0% { opacity:1;}
    50% {opacity:0;} 
    100% {opacity:1;}
}

@-moz-keyframes blink {
    0% { opacity:1;}
    50% {opacity:0;} 
    100% {opacity:1;}
}

@-o-keyframes blink{
    0% { opacity:1;}
    50% {opacity:0;} 
    100% {opacity:1;}
}
@keyframes blink {
    0% { opacity:1;}
    50% {opacity:0;} 
    100% {opacity:1;}
}

@media only screen and (max-width : 767px){
    .header-collapser{
        display: block;
    }
}   

.icon-top:before {
content: '\2716';
}
