/*Default Wordpress styles*/

/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    max-height: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
address{
    line-height: 1.4;
}
pre, code {
    clear: both;
    overflow: auto;
    margin: 1.5em 0em;
    white-space: pre;
    color: inherit;
    line-height: 24px;
}
img.size-full,
img.size-large {
    max-width: 100%;
    width: auto; /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1em;
}
p img,
.wp-caption {
    margin: 0;
}
.wp-caption {
    margin-bottom: 1em;
    padding: 5px;
    max-width: 100%;
    border-top: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    color: inherit;
    font-size: 12px;
}
.wp-caption .wp-caption-text {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0 5px 40px;
}
.wp-caption .wp-caption-text:before {
    position: absolute;
    top: 10px;
    left: 5px;
    margin-right: 5px;
    content: '\2014';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}
.gallery {
    margin: 0;
}
.gallery a img {
    border: none;
}
img#wpstats {
    display: block;
    margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
    padding-right: 2%;
    width: 23%;
}
#content .gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

.error404 #entry-title .content-title{
    margin-top: 20px;
}
.header-search-form{
    padding: 15px 0;
    text-align: center;
}
#searchform{
    margin: 0;
}

#searchform .search-container i{
    font-size: 24px;
    z-index: 2;
    position: relative;
    color: #666;
}


#searchform .search-container .input-wrapper input{
    margin: 0;
    display: block;
    padding: 0 5px;
    width: 190px;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
    padding: 0;/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border: none;
}
.wp-caption img {
    border-color: transparent;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
    border-color: #bbb;/* Add some useful style to those fancy borders for linked images ... */
    background: transparent;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    border-color: transparent;/* ... including captioned images! */
    background: transparent;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
    margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
    margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
    background: #f7f7f7;
}

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
    display: block;
    float: none;
    margin-right: 0;
    margin-left: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
dl.gallery-item {
    margin: 0;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}

.sticky{}
.bypostauthor {}
/*---------- General ----------*/
.clear{
    clear:both;
}
.logo{
    border-bottom: 3px solid rgba(80,80,80,0.1);
    margin-bottom: 30px;
    perspective: 500px;
    -webkit-transition: border-bottom-color .2s linear;  
    -moz-transition: border-bottom-color .2s linear;  
    -o-transition: border-bottom-color .2s linear;  
    -ms-transition: border-bottom-color .2s linear;  
    transition: border-bottom-color .2s linear;
    text-align: center;
}
.logo:hover{
    border-bottom-color: #30394B;
}
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
html{
    width: 100%;
    height: 100%;
}

a img{
    border:0;
}

body{
    overflow-y:scroll;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

fieldset{
    border: 0;
    padding: 0;
}

span.meta-likes{
    cursor: pointer;
}

span.meta-likes em{
    font-size: 24px;
    display: inline-block;
    font-style: normal;
    color: #eb4c4c;
    margin-left: -2px;
    margin-top: 2px;
}

span.meta-likes:hover em{
    color: red;
}

a.voted.meta-likes em{
    color: #DB2B1E;
}

span.meta-likes i{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    vertical-align: middle;
    margin-left: -3px;
    margin-top: -9px;
}

.like-label {
    display: inline-block;
    margin-right: 5px;
}
.content-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 26px;
}
#header .content-title{
    margin: 10px 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 );
}

body.search-no-results .main-container .entry-footer{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}
#entry-title{
    background: url("../../images/stripes.png") repeat scroll 0 0 transparent;
    color: #656565;
    padding: 25px;
}
#entry-title .content-title{
    margin: 0;
    text-align: left;
}
.header-search-form{
    z-index: 9;
    margin-bottom: 50px;
}

.header-search-form input[type="text"]{
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #efefef;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    font-style: 12px;
    color: #859399;
    margin: 0 auto;
    font-family: 'Open Sans';
    padding: 0;
}
/* Social icons */

.socialicons{
    text-align: right;
}

.socialicons>ul.upcode-social{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    text-align: center;
}

.socialicons>ul.upcode-social>li{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}

.socialicons>ul.upcode-social>li>a{
    text-align: center;
    zoom: 1;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
    color: #666;
    margin-bottom: 5px;
    font-size: 16px;
}
.socialicons>ul.upcode-social>li>a:hover{
    color: #FFF;
}

.socialicons>ul.upcode-social>li>a.rss:hover{
    color: #f69400;
}

.socialicons>ul.upcode-social>li a.twitter:hover{
    color: #48c4d2;
}

.socialicons>ul.upcode-social>li>a.gplus:hover{
    color: #d94a39;
}

.socialicons>ul.upcode-social>li>a.dribbble:hover{
    color: #ef5b92;
}

.socialicons>ul.upcode-social>li>a.yahoo:hover{
    color: #7b0099;
}

.socialicons>ul.upcode-social>li>a.linkedin:hover{
    color: #71C5EF;
}

.socialicons>ul.upcode-social>li>a.skype:hover{
    color: #18b7f1;
}

.socialicons>ul.upcode-social>li>a.fb:hover{
    color: #3b5998;
}

.socialicons>ul.upcode-social>li>a.yt:hover{
    color: #C4302B;
}

.socialicons>ul.upcode-social>li>a.vimeo:hover{
    color: #44bbff;
}

.socialicons>ul.upcode-social>li>a.delicious:hover{
    color: #3274d1;
}

.socialicons>ul.upcode-social>li>a.tumblr:hover{
    color: #3a5976;
}

.socialicons>ul.upcode-social>li>a.pinterest:hover{
    color: #cb2027;
}

.socialicons>ul.upcode-social>li>a.flickr:hover{
    color: #FF0084;
}

.socialicons>ul.upcode-social>li>a.email:hover{
    color: #0bac03;
}

.socialicons>ul.upcode-social>li>a.instagram:hover{
    color: #634d40;
}

.socialicons>ul.upcode-social>li>a>i{
}

.socialicons>ul.upcode-social>li>a>i:before{
    line-height: inherit;
}

/* End of social icons*/

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



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

header#header{
    position: relative;
    width: 100%;
}


    /* ---------- 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: 1em;
        top: 50%;
        margin-top: -12px;
        width: 10px;
        height: 10px;
        color: #ccc;
        font-size: 10px;
    }

    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;
        display: inline-block;
        position: relative;
    }
    nav.main-menu>ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        width: 100%;
        font-family: 'Dosis', sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        color: #343434;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

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

    nav.main-menu>ul>li{
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block;
        line-height: 25px;
        font-size: 16px;
        width: 20%;
        position: relative;
    }
    nav.main-menu>ul>li:after{
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
        content: "";
        display: block;
        height: 20px;
        margin-top: -10px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
    }
    nav.main-menu>ul>li a{
        padding: 20px 18px;
        display: block;
    }
    nav.main-menu>ul>li.active a{
        border-bottom: 3px solid #126BCB;
    }
/*    nav.main-menu>ul>li:nth-child(odd){
        border-right: 1px dotted #eee;
        border-bottom: 1px dotted #eee;
    }
    nav.main-menu>ul>li:nth-child(even){
        border-bottom: 1px dotted #eee;
    }
    nav.main-menu>ul>li:nth-child(1), nav.main-menu>ul>li:nth-child(2){
        border-top: 1px dotted #eee;
    }*/

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

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

    }

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

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


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



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



}
/* EOF vertical element */
}

.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: rgba(255,255,255,0.8);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}
.zoom-image:hover{
    opacity: 1;
}
.zoom-image a{
    display: block;
    line-height: 40px !important;
    color: #7c7c7c;
}
.zoom-image a:hover{
    color: #FF0000;
}

.relative { position: relative; }

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

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

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

    
    .pag ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        margin: 15px 0;
    }
    .pag ul li{
        display: inline-block;
    }
    .pag ul li .page-numbers{
        display: block;
        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;
    }


    /* Delimiters */

        /* Simple delimiter */

        .delimiter{
            display: block;
            clear: both;
            height: 1px;
            margin-bottom: 30px;
            width: 100%;
        }

        /* Pointed delimiter */
        .delimiter.pointed{
            border-top: 1px dotted rgba(0,0,0,0.11);
        }

        /* Doublepointed delimiter */
        .delimiter.doublepointed{
            border-top: 1px dotted rgba(0,0,0,0.35);
            border-bottom: 1px dotted rgba(0,0,0,0.35);
            height: 8px;
        }

        /* Line delimiter */
        .delimiter.line{
            border-top: 1px solid rgba(0,0,0,0.11);
        }

        /* Doubleline delimiter */
        .delimiter.doubleline{
            border-top: 1px solid rgba(0,0,0,0.35);
            border-bottom: 1px solid rgba(0,0,0,0.35);
            height: 8px;
        }

    /* End of delimiters */


    /* ---- Single ---- */

    .post.top-title, .post.no-featimg{
        padding-top: 30px;
    }

    .post{
        width: 100%;
    }
    .post>.featimg{
        margin-bottom: 30px;
        text-align: center
    }

    .post>.featimg img{
        width: 100%;
    }
    .zoom-image{
        position: absolute;
        top: 0;
        z-index: 15;
        left: 30px;
        background: #FFF;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #7c7c7c;
    }
    .like-container{
        position: absolute;
        right: 30px;
        top: 0;
        background: #FFF;
        width: 60px;
        height: 60px;
        text-align: center;
        z-index: 15;
        padding-top: 10px;
    }
    .like-container .like > i{
        display: block;
        text-align: center;
        font-size: 24px;
        color: #E95A64;
    }
    .like-container .like:hover > i{
        color: #FF6159;
    }
    .like-container .like-label{
        display: none;
    }
    .like-container .like-count{
        font-size: 12px;
        color: #999;
    }
    .single .post-meta, .page .post-meta{
        margin: 0;
        list-style-type: none;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        background: #FFF;
        margin-top: -80px;
        padding: 10px 40px 0 40px;
        margin-left: 30px;
    }
    h1.post-title{
        margin: 0 0 30px 0;
        font-family: 'Open Sans';
        font-size: 42px;
        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;
    }
    footer#footer-container .socialicons > ul.upcode-social{
        text-align: right;
    }
    .page-header{
        z-index: -1;
    }
    .page-title{
        margin-bottom: 30px;
    }
    .post-header{
        position: relative;
    }
    .post-header > .post-title-container{
        position: absolute;
        bottom: 80px;
        left: 40px;
        display: inline;
        color: #FFF;
        z-index: 15;
    }
    .post-header > .post-title-container > h1{
        background: rgba(0,0,0,0.4);
        padding: 10px 15px;
        display: inline;
        font-size: 54px;
        font-family: 'Dosis';
        letter-spacing: 1.5px;
        text-transform: uppercase;
        line-height: 1.7;
    }
    .post-title-container.no-feat{
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .post-title-container.no-feat + .post-meta{
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .post-title-container > .post-author{
        font-style: italic;
        font-size: 16px;
        margin-top: 40px;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        padding-left: 60px;
    }
    .post-title-container.no-feat > .post-author{
        margin-top: 0;
        padding-left: 0;
    }
    .meta-background{
        position: relative;
        z-index: 9;
        margin-bottom: 30px;
    }
    .post-excerpt p{
        font-size: 16px;
        font-weight: bold;
    }
    .post-meta > li a{
        color: inherit;
    }
    .post-meta > li ul li {
        display: inline-block;
        font-size: 12px;
        margin: 0;
        line-height: 35px;
        color: #A5A5A5;
    }

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

    .post-meta > li{
        position: relative;
        font-size: 11px;
        margin: 0;
        display: inline-block;
        color: inherit;
        text-transform: uppercase;
        color: #A5A5A5;
        letter-spacing: 1px;
        margin-right: 15px;
    }

    .post-meta > li.thelike a span, 
    .post-meta > li.thelike a i{
        vertical-align: middle;
    }

    .post-meta > li.thelike a i.icon-like{ color:#f06465;}
    .post-meta > li.thelike a i.icon-fav{ color:#ffc05e;}
    .post-meta > li.thelike a i.icon-thumb{color:#aaa;}

    .post-meta > li.thelike:hover a i.icon-fav{ color:#ffd89b;}
    .post-meta > li.thelike:hover a i.icon-thumb{ color: #bbb}

    .post-meta > li.thelike a.voted i.icon-like{ color: #DB2B1E;}
    .post-meta > li.thelike a.voted i.icon-fav{ color:#ffd89b;}
    .post-meta > li.thelike a.voted i.icon-thumb{ color: #999; }

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

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

    .post-meta > li > i {
        display: inline-block;
        opacity: 1;
        color: inherit;
    }
    .post-meta > li > i:before{
        line-height: inherit;
    }
    .post>.meta-details{
        margin-bottom: 30px;
        padding: 0 15px;
    }

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

    .post>.meta-details>ul.meta-details-list>li{
        display: inline-block;
        color: #9c9c9c;
        padding-right:10px;
        margin-right: 10px;
        border-right: 1px solid #9c9c9c;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        margin-left: -4px;
    }

    .post>.meta-details>ul.meta-details-list>li:first-child{
        padding-left: 0;
        margin-left: 0;
    }

    .post>.meta-details>ul.meta-details-list>li:last-child{
        border: 0;
    }

    .post>.meta-details>ul.meta-details-list>li>a{
        color: inherit;
    }

    .post>.excerpt{
        font-size: 14px;
        font-family: Arial;
        line-height: 24px;
        color: white;
        padding: 0 15px 30px 15px;
    }

    .post>.attached-image-gallery{
        padding: 0 15px;
    }

    .post>.attached-image-gallery .attached-image-gallery-elem img{
        width: 100%;
    }

    .post>.attached-image-gallery .attached-image-gallery-elem{
        margin-bottom: 30px;
    }

    .post .attached-files{
        margin-bottom: 30px;
    }

    .post .attached-files .attached-files-elem{
        color: black;
    }


    .post .attached-files .attached-files-elem>a{
        color: inherit;
    }

    .post .attached-files .attached-files-elem>a>.attached-files-elem-icon{
        float:left;
        padding: 0 15px 10px 0;
        font-size: 24px;
        margin-top: -4px;
    }

    .post .attached-files .attached-files-elem>a>.attached-files-elem-title{
        padding: 0 0 10px 0;
    }

        /* Related posts section*/
        #related-posts, #comments{
            padding: 30px 0;
        }
        .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;
    }
    .share-container{
        margin-bottom: 30px;
    }
    .home article.page {
        margin-top: 30px;
    }    
    .article-share{
        overflow: hidden;
    }
    
    .audioplayer_container > object {
        width: 100%;
    }

    #comment{
        height: 300px;
    }

    #comments form{
        margin: 0;
    }

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

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

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

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

    .upcode-comment-plain li.comment {
        display: inline-block;
        clear: both;
        margin: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        width: 100%;
        border-bottom: 1px dotted rgb(238, 238, 238);
        list-style-type: none;
        font-size: 12px;
    }

    .comment-body p{
        margin-bottom: 0;
    }

    #respond{
        clear: both;
    }

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

    .form-submit{
        margin: 0;
    }

    .upcode-ads.zone-2 {
        margin-top: 30px;
    }
    .ads { margin: 30px 0 30px; }
    #content .ads { margin: 0;}
    /* ---- END Single ---- */
    .page-preloader{
        position: fixed;
        top: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #656565;
        text-transform: uppercase;
        letter-spacing: 2px;
        left: 50%;
        width: 200px;
        margin-left: -100px;
        z-index: 9999;
        background: #FFF;
        padding: 0 60px;
        box-shadow: 0 0 5px 1px rgba(60,60,60,0.2);
    }


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




/* ---------- Footer ---------- */
footer#footer-container *{
    font-size: 12px;
}

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

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

/* <768px width */
@media only screen  and (max-width: 768px){
    .dl-menuwrapper{
        display: block !important;
    }    
    h2.post-title{
        font-size: 24px;
    }
    h3.related-title, h3#reply-title, .comments-title{
        font-size: 22px;
    }
    .article-share{
        margin-bottom: 30px;
    }
    #related-posts div:not(:last-child) article{
        margin-bottom: 30px;
    }
    #header .content-title{
        font-size: 20px;
        margin: 10px 0 10px 0;
    }
   
    #small-device-nav{
        display: block;
        min-height: 50px;
        top: 50%;
        margin-top: -25px;
    }

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

/* ---------- 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;
}
/*===========================================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: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
}
.widget h5.widget-title span{
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}

.widget .widget-delimiter{
    padding: 0;
    height: 0;
    margin-bottom: 15px;
}

.widget ul.widget-list{
    margin: 0;
    padding: 0;
}

.widget ul.widget-list > li:last-child{
    border-bottom: none;
}
.widget ul.widget-list > li{
    list-style-type: none;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    display: block;
}
.widget ul.widget-list > li:last-child{
    background: none;
}
.widget ul.widget-list > li h6, .widget #hot_posts_panel ul > li h6{
    line-height: 1.6em;
    font-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;
    text-transform: uppercase;
    padding: 0 10px;
    background: #eee;
    box-shadow: none;
    border: 0 none;
    margin: 0;
    line-height: 35px;
    font-family: 'Open Sans';
    font-size: 11px;
    color: #4c4c4c;
    font-weight: normal;
}
.widget .widget_search #searchform input[type="text"]{
    box-shadow: none;
    border: 1px solid #eee;
    font-family: 'Open Sans';
    font-size: 11px;
    color: #777;
}

/* Entry meta */
.widget div.widget-meta{
    margin-top: 10px;
}
.widget div.widget-meta ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 16px;
    margin-bottom: 5px;
}
.widget div.widget-meta ul li{
    display: block;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}


/* Tabs widget */
.widget_tabber{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget_tabber li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.tabs-container a.tag{
    white-space: nowrap;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    height: 23px;
    line-height: 23px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    color: #666;
}
.tabs-container a.tag:hover{
    color: #999;
}
/* Things */

.widget div.widget-meta li.upcode-comments{
    line-height: 16px;
}
.widget div.widget-meta li.upcode-comments > a{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.widget div.widget-meta li.time:before{
    content: "•   \00a0" ;
}

.widget div.widget-meta li.time time{
    line-height: 16px;
    display: inline-block;
    height: 16px;
}
.widget div.widget-meta li.author{
    line-height: 16px;
    display: inline-block;
    height: 16px;
}

.widget div.widget-meta ul li.thelike{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-left: 10px;
}


/*Twitter widget*/

.upcode-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.upcode-twit-container .upcode_twitter{ }
.upcode-twit-container .upcode_twitter p{ margin:0;}

@media only screen and (min-width: 768px) and (max-width: 990px) {.flickr_badge_image img{ width:65px !important;height: auto !important;}}


.upcode-twit-container ul li div{padding: 15px 0; }

.upcode-twit-container span.date{ display: block; font-style: italic;color: #ddd;text-align: left;}
.upcode-twit-container span.date a{ text-decoration: none; }

footer aside .upcode-twit-container .upcode_twitter p{ margin:0; max-width: 370px;}

.i_join_us{ width:100%; height: 32px; line-height: 32px; display: block; margin: 0; font-weight: bold; position:relative;}


/*Static Twitter widget*/
.tweet_item{display: none;margin-bottom: 7px;opacity: 0;}
.static .upcode_twitter .tweet_item{ padding: 13px 0 15px 0;opacity: 1;display: block;}
.static .upcode_twitter .tweet_item:first-child{ padding-top: 0; }
.static .upcode_twitter p{ width: auto; max-width: none;}
.static .slides_container { padding: 0; }
.static.i_join_us{ margin-top: 15px; height: 22px; line-height: 22px; text-align: left;}
.i_join_us.static i {
    color: #48C4D2;
    font-size: 25px;
    padding-right: 20px;
}
.i_join_us.static i:hover {
    color: #fbfbf1;
}

/*Submit content widget*/
.widget_submit p, .widget_submit p a{line-height: 3.4;}
.widget_submit p a {
  height:67px;
  display: block;
  clear: both;
  font-size: 16px;
  background: rgba(0,0,0,0.3);
  text-align: center;
  color: #FFF;
  line-height: 72px !important;
}
.widget_submit p  a:hover{
  background: rgba(0,0,0,1);
  color: inherit;
}
.widget_submit p a img{margin-bottom:-8px;margin-right: 15px;}
.widget_submit i.icon-add{
    font-size: 32px;
    margin-left: -10px;
    position: absolute;
    color: inherit;
}
.widget_submit span{
    margin-left: 32px;
    text-transform: uppercase;
    color: inherit;
}

.instagram_widget p.instagram_likes{
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: black;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.instagram_widget p.instagram_caption{
    font-size: 12px;
    color: inherit;
    margin-bottom: 15px;
    display: block;
}
#wp-calendar > caption{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#wp-calendar{
    border-spacing: 0;
    width: 100%;
}

.widget_recent_entries > ul > li, .widget_nav_menu ul li, .widget_calendar > ul > li, .widget_archive > ul > li, .widget_categories > ul > li, .widget_meta > ul > li, .widget_recent_comments > ul > li, .widget_pages > ul > li, .widget_tag_cloud > ul > li{
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget ul li:last-child {
    background: none;
}
.widget table {
    padding: 0;
    margin: 0;
}

/*##############################################*/

/* Widget likes */
.widget .icon-twitter{
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    color: #48C4D2;
}
.widget .widget-meta .upcode-comments{
    background: none;
}

.widget .widget-meta .upcode-comments i, .widget .widget-meta .thelike i {
    font-size: 16px !important;
}
.widget .widget-meta .upcode-comments a:hover{
    /*color: #FFF;*/
}
.widget .widget-meta .upcode-comments:hover i{
    font-size: 16px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.widget .widget-meta .thelike .meta-likes em{
    background: none;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: inherit;
}
.widget .widget-meta .thelike .meta-likes:hover em{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.widget .widget-meta .thelike .meta-likes i{
    background: none;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 14px;
    margin: 0;
}

/* Likes */

.widget span.meta-likes{
    color: inherit;
}

/*testimonials*/
.widget .testimonials-elem-wrapper .entry-content-name h4{
    clear: both;
}

.embedded_videos, .embedded_videos p{
    margin-bottom: 0;
}

/*==========================Loader=========================*/


#fountainG {
    display: none;
    height: 45px;
    left: 40%;
    margin-bottom: 30px;
    position: relative;
    width: 240px;
}

.fountainG{
position:absolute;
top:0;
background-color:#000000;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.5s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.5s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.5s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.5s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.5s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#fountainG_2{
left:30px;
-moz-animation-delay:0.75s;
-webkit-animation-delay:0.75s;
-ms-animation-delay:0.75s;
-o-animation-delay:0.75s;
animation-delay:0.75s;
}

#fountainG_3{
left:60px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#fountainG_4{
left:90px;
-moz-animation-delay:1.05s;
-webkit-animation-delay:1.05s;
-ms-animation-delay:1.05s;
-o-animation-delay:1.05s;
animation-delay:1.05s;
}

#fountainG_5{
left:120px;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.2s;
-ms-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s;
}

#fountainG_6{
left:150px;
-moz-animation-delay:1.35s;
-webkit-animation-delay:1.35s;
-ms-animation-delay:1.35s;
-o-animation-delay:1.35s;
animation-delay:1.35s;
}

#fountainG_7{
left:180px;
-moz-animation-delay:1.5s;
-webkit-animation-delay:1.5s;
-ms-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}

#fountainG_8{
left:210px;
-moz-animation-delay:1.65s;
-webkit-animation-delay:1.65s;
-ms-animation-delay:1.65s;
-o-animation-delay:1.65s;
animation-delay:1.65s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#000000;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#000000;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#000000;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#000000;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#000000;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}

/*------------Preloader for "Load More"------------*/
.preloader{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: #FFF;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 1px rgba(30,30,30,0.2);
    width: 80px;
    height: 60px;
    background: #FFF url(../../images/preloader.gif) no-repeat center center;
    z-index: 999999;
    trasform: translate(1px,1px);
}
/*==========================End Loader=========================*/

/*-----------input validation clases----------*/
.warning{color: #CE3D40;}
.invalid{border: 1px solid red !important;}


form.contactform textarea{ height: auto; }
form.form.comments textarea{ height: auto; }

.fl{float: left;}
.fr{float: right;}

.stripes{ position: absolute!important; top: 0; left: 0; width:100%; height:100%; background: url(../../images/stripes.png) repeat 0 0;line-height: 1;}


/* Mobile menu styles */

.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: absolute;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 99;
    display: none;
    left: 0;
    top: 20px;
}



.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 
        0 10px 0 #fff, 
        0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'fontello';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e75d";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212,204,198,0.3);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}
.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    -moz-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}
@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}
@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}
@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}
.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    -moz-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}
@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    -moz-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    -moz-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

/* Demo 3 */
.mob-menu .dl-menuwrapper button {
    background: #08cbc4;
}

.mob-menu .dl-menuwrapper button:hover,
.mob-menu .dl-menuwrapper button.dl-active,
.mob-menu .dl-menuwrapper ul {
    background: #333;
}
.contact-page-wrapper{
    background: #FFF url('../../images/contact-map.png') center top no-repeat;
    text-align: center;
    background-size: 100% auto;
}
.contact-page-wrapper .b_contact .input{
    display: block;
    width: 50%;
    float: left;
    padding: 0 15px;
}
.contact-page-wrapper .b_contact .textarea{
    clear: both;
    padding: 0 15px;
}
.contact-page-wrapper .b_contact{
    clear: both;
    width: 600px;
    margin: 0 auto;
    background: rgba(255,255,255,0.95);
    padding: 30px 15px 0 15px;
    border-radius: 5px;
    margin-bottom: 50px;
}
.contact-page-wrapper .icon-email{
    font-size: 28px;
    color: #7c7c7c;
    display: block;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
    line-height: 80px;
    position: relative;
}
.contact-page-wrapper .icon-email:after{
    content: '';
    display: block;
    border-top: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
}
.contact-page-wrapper .b_contact input, .contact-page-wrapper .b_contact textarea{
    box-shadow: none;
    font-family: 'Open Sans';
    font-size: 12px;
    border: 1px solid #E8F2F2;
    color: #B3B4B5;
}
.contact-page-wrapper .b_contact .inp_button{
    margin: 0;
    width: 150px;
    background: transparent;
    border: 1px solid #E8F2F2;
    color: #7C7C7C;
    font-size: 13px;
    letter-spacing: 4px;
    background: #FFF;
    font-weight: bold;
}
.contact-page-wrapper .b_contact .container_msg span{
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 11px;
}

/* Post loop styling */
@media screen and (min-width: 1290px)  {
    .row{
        width: 1383px;
    }
}


#big-article-container{
    width: 1000px;
    margin-top: 20px;
}
.element-entry.small-entry, .element-entry.medium-entry{
    width: 250px;
}
.element-entry.big-entry{
    width: 500px;
}
.element-entry article{
    background: #2F3641;
    color: #FFF;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Dosis', Helvetica, Arial;
    -webkit-transition: background .2s linear;  
    -moz-transition: background .2s linear;  
    -o-transition: background .2s linear;  
    -ms-transition: background .2s linear;  
    transition: background .2s linear;
}
.element-entry article:hover{
    background: #126BCB;
}
.element-entry.no-feat-img article{
    background: #F9F1D1;
}
.element-entry.no-feat-img article h4{
    -webkit-transition: opacity .3s ease-out;  
    -moz-transition: opacity .3s ease-out;  
    -o-transition: opacity .3s ease-out;  
    -ms-transition: opacity .3s ease-out;  
    transition: opacity .3s ease-out;
}
.element-entry.no-feat-img article a{
    color: #576272;
}
.element-entry.no-feat-img article a.feat-overlay{
    color: #FFF;
}
.element-entry.no-feat-img article:hover h4{
    opacity: 0;
}
.element-entry article header .featimg img{
    width: 100%;
    height: auto;
}
.element-entry article section.entry-content ul{
    list-style-type: none;
    margin: 0;
    padding: 20px;
}
.element-entry article section.entry-content ul ul{
    padding: 0;
    margin: 0;
}
.element-entry article a{
    color: #FFF;
}
.element-entry article h4{
    font-family: 'Dosis',Helvetica,Arial;
    font-size: 32px;
    font-weight: 300;
    margin: 5px 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.3;
}
.element-entry article .category-list{
    list-style-type: none;
}
.element-entry article .category-list li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}
.element-entry article .entry-content-excerpt{
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 11px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.element-entry article .entry-content-date{
    display: inline-block;
}
.element-entry article .entry-content-date > a{
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #FFF;
    text-transform: uppercase;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.element-entry article .entry-content-category{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}

.element-entry article .feat-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F3641;
    background: rgba(47,54,64,0.8);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;  
    -moz-transition: opacity .4s ease-out;  
    -o-transition: opacity .4s ease-out;  
    -ms-transition: opacity .4s ease-out;  
    transition: opacity .4s ease-out;
}
.element-entry article .featimg:hover .feat-overlay{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.element-entry article .feat-overlay i{
    height: 30px;
    font-size: 32px;
    top: 50%;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    -webkit-transition: margin-top .5s ease-out;  
    -moz-transition: margin-top .5s ease-out;  
    -o-transition: margin-top .5s ease-out;  
    -ms-transition: margin-top .5s ease-out;  
    transition: margin-top .5s ease-out;
}
.element-entry article .featimg:hover .feat-overlay i{
    margin-top: -15px;
}
.no-feat-title{
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -50px;
    padding: 0 15px;
}

body.fade-in #big-article-container > .element-entry{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;  
    -moz-transition: opacity .4s ease-out;  
    -o-transition: opacity .4s ease-out;  
    -ms-transition: opacity .4s ease-out;  
    transition: opacity .4s ease-out;
}
body.slide-in #big-article-container > .element-entry{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: rotate(30deg);
    -webkit-transition: all .4s ease-out;  
    -moz-transition: all .4s ease-out;  
    -o-transition: all .4s ease-out;  
    -ms-transition: all .4s ease-out;  
    transition: all .4s ease-out;
}

@media screen and (max-width: 1330px)  {
    #big-article-container{
        width: 800px;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 200px;
    }
    .element-entry.big-entry{
        width: 400px;
    }
    .element-entry article h4{
        font-size: 24px;
    }
}
@media screen and (max-width: 1080px)  {
    #big-article-container{
        width: 760px;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 185px;
    }
    .element-entry.big-entry{
        width: 370px;
    }
    .element-entry article h4{
        font-size: 18px;
    }
}

@media screen and (max-width: 990px)  {
    #big-article-container{
        width: 680px;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 170px;
    }
    .element-entry.big-entry{
        width: 340px;
    }
    .element-entry article h4{
        font-size: 18px;
    }
}


@media screen and (min-width: 760px) and (max-width: 790px)  {
    #big-article-container{
        width: 510px;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 125px;
    }
    .element-entry.big-entry{
        width: 250px;
    }
    .element-entry article h4{
        font-size: 14px;
    }
}


@media screen and (max-width: 760px)  {
    #big-article-container{
        width: 100%;
        margin: 0;
    }
    .element-entry.small-entry, .element-entry.medium-entry{
        width: 100% !important;
    }
    .element-entry.big-entry{
        width: 100% !important;
    }
}


/* Menu styles */
.mn-ctnr{
    font-size: 11px;
    color: #eee;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mn-ctnr i{
    font-size: 38px;
    color: #A6AEB5;
    -webkit-transition: color .2s linear;  
    -moz-transition: color .2s linear;  
    -o-transition: color .2s linear;  
    -ms-transition: color .2s linear;  
    transition: color .2s linear;
}
.mn-ctnr:hover i{
    color: #C8CBCE;
}
.mn-ctnr span span{
    position: absolute;
    top: 15px;
    -webkit-transition: margin-left .2s linear, color .2s linear;  
    -moz-transition: margin-left .2s linear, color .2s linear;  
    -o-transition: margin-left .2s linear, color .2s linear;  
    -ms-transition: margin-left .2s linear, color .2s linear;  
    transition: margin-left .2s linear, color .2s linear;
}
.mn-ctnr:hover span span{
    position: absolute;
    top: 15px;
    margin-left: 5px;
}
.mn-ctnr:hover{
    color: #444;
}
.menu-clicker{
    display: block;
    cursor: pointer;
}

#main-mn{
    position: fixed;
    top: -100%;
    width: 100%;
    left: 0;
    -webkit-transition: all .25s ease-out;  
    -moz-transition: all .25s ease-out;  
    -o-transition: all .25s ease-out;  
    -ms-transition: all .25s ease-out;  
    transition: all .25s ease-out;
    background-color: #2F3641;
    color: #FFF;
    z-index: 20;
}

.mn-close{
    font-size: 16px;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color .2s linear;  
    -moz-transition: color .2s linear;  
    -o-transition: color .2s linear;  
    -ms-transition: color .2s linear;  
    transition: color .2s linear;
}
.mn-close:hover{
    color: #126BCB;
}

.embedded_audio iframe{
    width: 100%;
}

/* Header search form */
.header-search-form #searchform i{
    color: #7c7c7c;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 12px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.header-search-form #searchform{
    position: relative;
}
.header-search-form #searchform input[type="text"]{
    text-indent: 45px;
}
.header-search-form #searchform input[type="text"]:focus + i{
    color: #ED3023;
}

/* Horizontal posts */

.horizontal-entry{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.horizontal-entry .entry-content ul{
    list-style-type: none;
    margin: 20px 0 20px;
    padding: 0;
}
.horizontal-entry .entry-content ul .entry-content-type{
    font-size: 22px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.horizontal-entry .entry-content ul .entry-content-excerpt{
    margin-bottom: 20px
}
.horizontal-entry .entry-content ul .entry-content-date{
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.horizontal-entry article{
    background: #2F3641;
    color: #FFF;
    position: relative;
    font-family: 'Dosis', Helvetica, Arial;
    -webkit-transition: background .2s linear;  
    -moz-transition: background .2s linear;  
    -o-transition: background .2s linear;  
    -ms-transition: background .2s linear;  
    transition: background .2s linear;
}
.horizontal-entry article:hover{
    background: #126BCB;
}
.horizontal-entry article h4{
    color: inherit;
    font-family: 'Dosis',Helvetica,Arial;
    font-size: 32px;
    font-weight: 300;
    margin: 5px 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.3;
}

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

.horizontal-entry.no-feat-img article{
    padding-left: 20px;
}

/* Related view */

.related-view article{
    background: #2F3641;
    color: #FFF;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Dosis', Helvetica, Arial;
    -webkit-transition: background .2s linear;  
    -moz-transition: background .2s linear;  
    -o-transition: background .2s linear;  
    -ms-transition: background .2s linear;  
    transition: background .2s linear;
}
.related-view article:hover{
    background: #126BCB;
}
.related-view.no-feat-img article{
    background: #F9F1D1;
}
.related-view.no-feat-img article h4{
    -webkit-transition: opacity .3s ease-out;  
    -moz-transition: opacity .3s ease-out;  
    -o-transition: opacity .3s ease-out;  
    -ms-transition: opacity .3s ease-out;  
    transition: opacity .3s ease-out;
}
.related-view.no-feat-img article a{
    color: #576272;
}
.related-view.no-feat-img article a.feat-overlay{
    color: #FFF;
}
.related-view.no-feat-img article:hover h4{
    opacity: 0;
}
.related-view article header .featimg img{
    width: 100%;
    height: auto;
}
.related-view article section.entry-content ul{
    list-style-type: none;
    margin: 0;
    padding: 20px;
}
.related-view article section.entry-content ul ul{
    padding: 0;
    margin: 0;
}
.related-view article a{
    color: #FFF;
}
.related-view article h4{
    font-family: 'Dosis',Helvetica,Arial;
    font-size: 32px;
    font-weight: 300;
    margin: 5px 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.3;
}
.related-view article .category-list{
    list-style-type: none;
}
.related-view article .category-list li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}
.related-view article .entry-content-excerpt{
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 11px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.related-view article .entry-content-date{
    display: inline-block;
}
.related-view article .entry-content-date > a{
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #FFF;
    text-transform: uppercase;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.related-view article .entry-content-category{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
}

.related-view article .feat-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2F3641;
    background: rgba(47,54,64,0.8);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;  
    -moz-transition: opacity .4s ease-out;  
    -o-transition: opacity .4s ease-out;  
    -ms-transition: opacity .4s ease-out;  
    transition: opacity .4s ease-out;
}
.related-view article .featimg:hover .feat-overlay{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.related-view article .feat-overlay i{
    height: 30px;
    font-size: 32px;
    top: 50%;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    -webkit-transition: margin-top .5s ease-out;  
    -moz-transition: margin-top .5s ease-out;  
    -o-transition: margin-top .5s ease-out;  
    -ms-transition: margin-top .5s ease-out;  
    transition: margin-top .5s ease-out;
}
.related-view article .featimg:hover .feat-overlay i{
    margin-top: -15px;
}

.is-recently-loaded{
    opacity: 0 !important;
}

@media screen and (max-width: 767px) {
    .header-containe-wrapper > .relative > .mn-ctnr{
        display: none;
    }
    .header-containe-wrapper > .relative > .socialicons{
        margin-bottom: 40px;
    }
    .single .post-meta, .page .post-meta{
        display: block;
        margin-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }
    .#main-mn{
        display: none;
    }
}
.hotkeys-meta{
    margin-bottom: 30px;
    padding: 25px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.hotkeys-meta:after{
    content: '';
    display: block;
    clear: both;
}
.hotkeys-meta span a{
    color: #ccc;
    padding: 0 10px;
    -webkit-transition: padding .2s linear;  
    -moz-transition: padding .2s linear;  
    -o-transition: padding .2s linear;  
    -ms-transition: padding .2s linear;  
    transition: padding .2s linear;
}
.hotkeys-meta span{
    width: 50%;
    display: block;
    float: left;
    text-align: right;
    font-family: 'Dosis';
    font-size: 16px;
    text-transform: uppercase;
}
.hotkeys-meta span a:hover{
    padding: 0;
}
.hotkeys-meta span:first-child{
    text-align: left;
}
.hotkeys-meta span a i{
    color: #7c7c7c;
}


/* Styles for sidebar under logo */
.under-logo-sidebar{
    margin-top: 30px;
}