/*Default Wordpress styles*/



/* Images */
.entry-content img,
.comment-content img,
.widget img {
    /*height: 50px;
     max-width: 100%; */
    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;
}

#searchform{
    margin: 0;
}

#searchform .search-container{
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 40px;
    cursor: pointer;
}

#searchform .search-container i{
    font-size: 24px;
    z-index: 2;
    position: relative;
    color: #666;
}

#searchform .search-container .input-wrapper{
    display: none;
    position: absolute;
    top: -10px;
    right: 30px;
    padding: 5px 5px;
    background: white;
    width: 200px;
    height: 45px;
    margin-right: -35px;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#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 {}
/*---------- 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;
}

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: 3px;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 26px;
}
#header .content-title{
    /*margin: 20px 0;*/
}

/* 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 );
}

#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;

}
/* Social icons */

.socialicons{
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.archive .socialicons,
.blog:not(.home) .socialicons,
.archive #searchform .search-container,
.blog:not(.home) #searchform .search-container{
    margin-top: -55px;
}

.home.archive .socialicons,
.home.blog .socialicons,
.home.archive #searchform .search-container,
.home.blog #searchform .search-container{
    margin-top: -15px;
}

.social-flip-button{
    cursor: pointer;
}

.social-flip-button i{
    text-align: center;
    width: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
    zoom: 1;
    color: black;
    font-size: 24px;
    margin-bottom: 5px;
    color: #666;
}

.socialicons>ul.cosmo-social{
    margin: 0 0 25px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.socialicons>ul.cosmo-social>li{
    position: relative;
    right:-35px;
}

.socialicons>ul.cosmo-social>li>a{
    text-align: center;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    zoom: 1;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #666;
    margin-bottom: 5px;
}
.socialicons>ul.cosmo-social>li>a:hover{
    color: #FFF;
}

.socialicons>ul.cosmo-social>li>a.rss:hover{
    background-color: #f69400;
}

.socialicons>ul.cosmo-social>li a.twitter:hover{
    background-color: #48c4d2;
}

.socialicons>ul.cosmo-social>li>a.gplus:hover{
    background-color: #d94a39;
}

.socialicons>ul.cosmo-social>li>a.dribbble:hover{
    background-color: #ef5b92;
}

.socialicons>ul.cosmo-social>li>a.yahoo:hover{
    background-color: #7b0099;
}

.socialicons>ul.cosmo-social>li>a.linkedin:hover{
    background-color: #71C5EF;
}

.socialicons>ul.cosmo-social>li>a.skype:hover{
    background-color: #18b7f1;
}

.socialicons>ul.cosmo-social>li>a.fb:hover{
    background-color: #3b5998;
}

.socialicons>ul.cosmo-social>li>a.yt:hover{
    background-color: #C4302B;
}

.socialicons>ul.cosmo-social>li>a.vimeo:hover{
    background-color: #44bbff;
}

.socialicons>ul.cosmo-social>li>a.delicious:hover{
    background-color: #3274d1;
}

.socialicons>ul.cosmo-social>li>a.tumblr:hover{
    background-color: #3a5976;
}

.socialicons>ul.cosmo-social>li>a.pinterest:hover{
    background-color: #cb2027;
}

.socialicons>ul.cosmo-social>li>a.flickr:hover{
    background-color: #FF0084;
}

.socialicons>ul.cosmo-social>li>a.email:hover{
    background-color: #0bac03;
}

.socialicons>ul.cosmo-social>li>a.instagram:hover{
    background-color: #634d40;
}

.socialicons>ul.cosmo-social>li>a>i{
}

.socialicons>ul.cosmo-social>li>a>i:before{
    line-height: inherit;
}

/* End of social icons*/

/*---------- End - General ----------*/



/*---------- Header ---------- */

header#header{
    position: relative;
    width: 100%;
}
body.admin-bar header#header .header-containe-wrapper {
    margin-top: 28px;
}
.logo-header{
    width: 15%;
    float: left;
}
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);
    height: 50px;
}

header#header .header-containe-wrapper > .row:first-child{
    height: 50px;
}

    /* ---------- 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;
        float: left;
        margin-left: 20px;
        margin-top: -38px !important;
    }
    @-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;
        margin-top: 35px;
        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;
        margin-top: -20px;
    }

    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;
        margin-top: 15px;
    }

    #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: #1F5585 !important;
    cursor: pointer;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
    border: 1px solid #1F5585 !important;
    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: 100%;
}
.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: blue;
    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;
        ackground-color: #1F5585 !important;
    }

    .vertical-view article,
    .mosaic-view article{
        position: relative;
        height: 100%;
        margin: 2px 1px;
        background-color: #1F5585 !important;
    }

    article.thumb-image-main{
        position: relative;
        height: 100%;
        margin: 2px 1px;
        background-color: #1F5585 !important;
    }

    .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 ---- */
    .menu{
        width: 40%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 5px;
    }

    /* 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:#fff;
        /*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: 30px 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%;
    text-align: center;
    z-index: 99;
    bottom: 0;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.05);
    height: 50px;
}
footer#footer-container .footer-container-wrapper .footer-logos {
    height: 50px;
    width: 70%;
    margin: 0 auto;
    padding: 10px;
}
.footer-logos-min {
    height: 50px;
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    display: none;
}
footer#footer-container .footer-container-wrapper .footer-logos img{
    /*margin-right: 25px;*/
}


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;
    background-color: #ffffff;
}
.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/pattern.perfibers.png') no-repeat center center;
    background: url('../../images/parallax/image.circles.png') repeat-x 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;*/
    background-color: #fff;
}
.single-slide-perfibers{
    background: url('../../images/parallax/Fondo.jpg');
    /*background: url('../../images/parallax/image.circles.png') repeat-x center center;
    background-color: #ffffff;*/
}
.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 ---------- */

img{

}

/* > 1440px width */
@media only screen  and (min-width: 1440px){
     footer#footer-container .footer-container-wrapper .footer-logos {
    height: 55px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
    .yuzo_related_post_widget{
        margin: 0px auto 10px 30%;
    }
    footer#footer-container .footer-container-wrapper .footer-logos img{
    /*margin-right: 25px;*/
    }
}

/* between 1440px and 1280px width */
@media only screen  and (min-width: 1280px) and (max-width: 1439px){
     footer#footer-container .footer-container-wrapper .footer-logos {
    height: 50px;
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    }
    .yuzo_related_post_widget{
        margin: 0px auto 10px 25%;
    }
    footer#footer-container .footer-container-wrapper .footer-logos img{
    margin-right: 25px;
    }
}

/* between 1440px and 1480px 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;
    }
    .menu{
        width: 50%;
    }

    footer#footer-container .footer-container-wrapper .footer-logos {
    height: 50px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    }

    footer#footer-container .footer-container-wrapper .footer-logos img{
    margin-right: 25px;
    }
}

/* between 1024px and 768px width */
@media only screen  and (min-width: 768px) and (max-width: 1023px){
    .horizontal-view .featimg img{
        margin-left: -25%;
    }
    .menu{
        width: 50%;
    }
    nav.hotkeys-meta{
        display: none;
    }

    footer#footer-container .footer-container-wrapper .footer-logos {
    height: 50px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    }

    footer#footer-container .footer-container-wrapper .footer-logos img{
    margin-right: 25px;
    }

    .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){
    .menu{
        width: 35%;
    }
    .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;
        padding-left: 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:-13px;
    }

    .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: #1F5786;
}
/*===========================================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{
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    background:
}
.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: 1px;
    margin-bottom: 15px;
    background: #215584 !important;
}

.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-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    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;
    width: 104px;
    text-transform: uppercase;
    padding: 0;
}

/* 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.cosmo-comments{
    line-height: 16px;
}
.widget div.widget-meta li.cosmo-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*/

.cosmo-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.cosmo-twit-container .cosmo_twitter{ }
.cosmo-twit-container .cosmo_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;}
    .menu{width: 65%;}
    #header{/*height: 70px;*/}
    footer#footer-container .footer-container-wrapper .footer-logos {
    height: 50px;
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    }

    footer#footer-container .footer-container-wrapper .footer-logos img{
    margin-right: 15px;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
    .menu{display: none;}
    #header{height: 70px;}
    .logo-header{margin: 0 auto; float: none;}
    footer#footer-container .footer-container-wrapper .footer-logos {
    display: none;
    }
    .footer-logos-min {
    display: block;
    height: 50px;
    width: 35%;
    margin: 0 auto;
    padding: 10px;
    margin-top: -20px;
    }
    footer#footer-container .footer-container-wrapper .footer-logos-min img{
    margin-right: 15px;
    }


}
@media only screen and (min-width: 240px) and (max-width: 479px) {
    .menu{display: none;}
    #header{height: 70px;}
    .logo-header{margin: 0 auto; float: none;}
    footer#footer-container .footer-container-wrapper .footer-logos {
        display: none;
    }
    .yuzo_related_post_widget{
        margin-left: 0%;
    }
    .footer-logos-min {
    display: block;
    height: 50px;
    width: 55%;
    margin: 0 auto;
    padding: 10px;
    margin-top: -20px;
    }
    footer#footer-container .footer-container-wrapper .footer-logos-min img{
    margin-right: 5px;
    }
    footer#footer-container .footer-container-wrapper {
        height: 50px;
    }
}
@media only screen and (max-width: 526px) {
    .menu{display: none;}
    #header{height: 70px;}
    .logo-header{margin: 0 auto; float: none;}
    footer#footer-container .footer-container-wrapper .footer-logos {
        display: none;
    }
    .footer-logos-min {
    display: block;
    height: 50px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-top: -20px;
    }
    footer#footer-container .footer-container-wrapper .footer-logos-min img{
    margin-right: 5px;
    }
    footer#footer-container .footer-container-wrapper {
        height: 0px;
    }
}

.cosmo-twit-container ul li div{padding: 15px 0; }

.cosmo-twit-container span.date{ display: block; margin-top: 10px; text-align: right; }
.cosmo-twit-container span.date a{ text-decoration: none; }

footer aside .cosmo-twit-container .cosmo_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; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.static .cosmo_twitter .tweet_item{ padding: 13px 0 15px 0;opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; display: block;}
.static .cosmo_twitter .tweet_item:first-child{ padding-top: 0; }
.static .cosmo_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: 20px;
    display: inline-block;
    margin-right: 15px;
    color: #48C4D2;
}
.widget .widget-meta .cosmo-comments{
    background: none;
}

.widget .widget-meta .cosmo-comments i, .widget .widget-meta .thelike i {
    font-size: 16px !important;
}
.widget .widget-meta .cosmo-comments a:hover{
    /*color: #FFF;*/
}
.widget .widget-meta .cosmo-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 */

.widget span.meta-likes{
    color: inherit;
}

/*testimonials*/
.widget .testimonials-elem-wrapper .entry-content-name h4{
    clear: both;
}

.embedded_videos{
    margin-bottom: 30px;
}

/* ####### Related posts ####### */
#related-posts .entry-content{
    padding: 0 20px 20px 20px;
}

#related-posts header{
    overflow: hidden;
}

#related-posts header img{
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#related-posts .entry-content a:hover h4{
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#related-posts header: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);
}

#related-posts .entry-content h4{
    font-family: 'Open Sans', sans-serif;
    -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;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: inherit;
    font-size: 18px;
    margin: 10px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#related-posts .entry-content a{
    color: inherit;
}
#related-posts .entry-content .entry-content-excerpt {
    line-height: 1.8;
    color: inherit;
    font-size: 12px;
}
#related-posts .related-delimiter{
    margin-bottom: 10px;
}


/*===============BOF upload form===============*/
.cui_form{margin: 0;}

.cosmo_uploader_label{margin-bottom: 30px;}
.cosmo_uploader_label a{color: #333;text-decoration: none;}
.cosmo_uploader_label a:hover{color: #495769;text-decoration: none;}
.cosmo_uploader_label p.info{margin: 10px 0;font-size: 12px;font-family: Arial, sans-serif;}
.cosmo_uploader_label label h4 { font-size: 30px; margin: 0 0 15px; }
.cosmo_uploader_interface{margin-bottom: 15px;}
.admin-bar .cosmo_uploader_interface{margin-top: -28px}
.label_add_url h4{margin-bottom: 15px;font-size: 20px;}
.add_url_link{padding: 8px 15px;text-decoration: none;font-size: 12px;font-family: Arial;}
.front_post_input.add_url{padding: 5px 15px;width: 50%;}
#label_video_url .front_post_input.add_url{background: #FFF;border: 1px solid #ccc;color: #000;}
.st a {color: inherit;}
.field{clear: both;margin-bottom: 15px;}
.hidden_upload_iframe { width: 90%; max-height: 100px; }
iframe, fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.add_url_link {
    font-family: Arial;
    font-size: 12px;
    padding: 8px 15px;
    text-decoration: none;
    background: -moz-linear-gradient(center top , #F2F2F2 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D5D5D5;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.front_post_input.add_url {
    padding: 5px 15px;
    width: 50%;
}
/*===============EOF upload form===============*/

/*==========================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: absolute;
    display: none;
    bottom: 0;
    right: 0;
}
#circularG{
position:relative;
width:60px;
height:60px}

.circularG{
position:absolute;
background-color:#FFFFFF;
width:14px;
height:14px;
-moz-border-radius:9px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:9px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:9px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:9px;
-o-animation-name:bounce_circularG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:9px;
animation-name:bounce_circularG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:24px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#circularG_2{
left:6px;
top:6px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#circularG_3{
top:0;
left:24px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#circularG_4{
right:6px;
top:6px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#circularG_5{
right:0;
top:24px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#circularG_6{
right:6px;
bottom:6px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#circularG_7{
left:24px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#circularG_8{
left:6px;
bottom:6px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}
/*==========================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;}

/*Tour tooltips*/
.demo-tooltip { padding: 15px 15px 0 15px; background: white; border: 1px solid #dbdbdb; min-height: 140px; width: 260px; position: absolute; left:0; top: 0; z-index: 99; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.demo-tooltip .arrow { position: absolute; top: 50px; width: 32px; height: 66px; }
.demo-tooltip .arrow.left { left:-32px; background: url(../../images/demo-tooltip.arrow.png) no-repeat 0 0;}
.demo-tooltip .arrow.right { right:-32px; background: url(../../images/demo-tooltip.arrow.png) no-repeat -32px 0;}
.demo-tooltip .arrow.top { width: 66px; height: 32px; top: -32px; left:113px; background: url(../../images/demo-tooltip.arrow.png) no-repeat -64px 0;}
.demo-tooltip .demo-steps { float: left; width: 100%; clear: both; margin-bottom: 10px; font-weight: bold; font-size: 14px; }
.demo-tooltip .demo-steps strong { width: 224px;}
.demo-tooltip .demo-content { float: left; *float: none; width: 100%; clear: both; *clear: none; display: block; position: relative; min-height: 55px; }
.demo-tooltip .demo-buttons {position: relative; float: left; background: #f8f8f8 url(../../images/demo-tooltip.bg.png) repeat-x left top; height: auto; width: 258px; padding: 15px; margin: 12px 0 0 -14px; *float: none; *display: inline-block; }
.demo-tooltip .demo-content p.close{ padding: 5px 0 0 0; font-size: 11px; clear: both; width: 100%; text-align: right; }
.demo-tooltip .close { background:transparent; position:static;}
.demo-tooltip p { margin-bottom: 0px;}

.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';
}
.entry-header{
    background-color: #fff !important;
}
.share-container{
    display: none;
}

#wid-left{
    border-top: 1px solid #c3c3c3;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    margin-left: 2%;
}

#text-6{
    float: left;
    width: 200px;
    margin-top: 2%;
    margin-left: 2%;
}
#img-wid-left{
    margin-right: 7px
}
#wp_rp_first{
    display: none;
}
#yuzo_widget-2{
  text-align: center;
}
