/*
Theme Name: Nabia
Theme URI: https://antreno.com/nabia-free-multipurpose-wordpress-theme/
Author: Marius Enache
Author URI: https://antreno.com/
Description: A multipurpose WordPress theme with two sidebars and a modern look.
Version: 1.3.1
Tags: three-columns, custom-header, custom-menu, featured-images, post-formats, sticky-post, translation-ready, threaded-comments, featured-image-header
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nabia
*/

/* ======================== Fonts =========================== */
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon/icomoon.eot?dvpmkp');
    src:url('fonts/icomoon/icomoon.eot?#iefixdvpmkp') format('embedded-opentype'),
        url('fonts/icomoon/icomoon.woff?dvpmkp') format('woff'),
        url('fonts/icomoon/icomoon.ttf?dvpmkp') format('truetype'),
        url('fonts/icomoon/icomoon.svg?dvpmkp#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
}
[class^="iconmoon-"], [class*=" iconmoon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconmoon-googleplus:before, .iconmoon-googleplus:after {
    content: "\e601";
}
.iconmoon-facebook:before, .iconmoon-facebook:after {
    content: "\e602";
}
.iconmoon-instagram:before, .iconmoon-instagram:after {
    content: "\e603";
}
.iconmoon-twitter:before, .iconmoon-twitter:after {
    content: "\e604";
}
.iconmoon-feed:before, .iconmoon-feed:after {
    content: "\e605";
}
.iconmoon-youtube:before, .iconmoon-youtube:after {
    content: "\e606";
}
.iconmoon-vimeo:before, .iconmoon-vimeo:after {
    content: "\e607";
}
.iconmoon-tumblr:before, .iconmoon-tumblr:after {
    content: "\e608";
}
.iconmoon-pinterest:before, .iconmoon-pinterest:after {
    content: "\e600";
}
.iconmoon-flickr:before, .iconmoon-flickr:after {
    content: "\e609";
}
.iconmoon-linkedin:before, .iconmoon-linkedin:after {
    content: "\e60b";
}
.iconmoon-dribbble:before, .iconmoon-dribbble:after {
    content: "\e60a";
}
/* General */
html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-size: 15px;
}
p {
    line-height: 1.5;
}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 26px;
}
h3,.h3{
    font-size:24px;
}
h4,.h4{ 
    font-size:16px;
}
h5,.h5{
    font-size:14px;
}
h6,.h6{
    font-size:12px;
}
a:hover,
a:focus {
    text-decoration: none !important;
}
a:hover {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
dt {
    margin-top: 10px;
}
ul li {
    line-height: 1.7;
}
img {
    max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
}
.wp-caption,
figure {
    max-width: 100%;
    position: relative;
}
.wp-caption-text,
figure figcaption {
    background: rgba(255, 255, 255, 0.8);
    bottom: 10px;
    color: #333;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
}
table {
    margin: 20px 0;
}
.error-404 {
    display: block;
    font-size: 9em;
    margin-top: 40px;
    text-align: center;
}
.flex-frame {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}
 
.flex-frame.widescreen {
    padding-bottom: 57.25%;
}
.flex-frame.vimeo {
    padding-top: 0;
}
.flex-frame iframe,
.flex-frame object,
.flex-frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Wordpress required classes */
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.bypostauthor {}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.gallery {
    list-style: none;
}
.phgal-carousel .slides .flex-active-slide {
    border: 2px solid;    
}
.phgal-carousel .slides li {
    border-radius: 3px;
}
.gallery-caption {
    max-height: 100%;
}
.zoom-icon {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 43%;
    width: 60px;
    opacity: 0;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.zoom-icon:hover {
    background: #fff;
}
.format-image .entry-thumbnail:hover .zoom-icon,
.gallery-image:hover .zoom-icon {
    opacity: 1;
    z-index: 99;
}
.zoom-icon i {
    color: #333;
    font-size: 25px;
    margin-top: 6px;
    opacity: 0.8;
}
/* Layout & Content  */
#wrapper {
    margin-bottom: 30px;
    overflow: hidden; /* Fix Chrome empty space after layout */
}
#content {
    background-color: transparent;
}
.middle-col {
    background: #fff;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
}
#main {
    padding: 20px 0 70px;
}
.main-content {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */    
    height: 100%;
}
#main .searchform{
    background-color: #454545;
    background-image: -webkit-linear-gradient(-45deg, rgba(25, 26, 28, .3) 25%, transparent 25%, transparent 50%, rgba(25, 26, 28, .3) 50%, rgba(25, 26, 28, .3) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(25, 26, 28, .3) 25%, transparent 25%, transparent 50%, rgba(25, 26, 28, .3) 50%, rgba(25, 26, 28, .3) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(25, 26, 28, .3) 25%, transparent 25%, transparent 50%, rgba(25, 26, 28, .3) 50%, rgba(25, 26, 28, .3) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(25, 26, 28, .3) 25%, transparent 25%, transparent 50%, rgba(25, 26, 28, .3) 50%, rgba(25, 26, 28, .3) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(25, 26, 28, .3) 25%, transparent 25%, transparent 50%, rgba(25, 26, 28, .3) 50%, rgba(25, 26, 28, .3) 75%, transparent 75%, transparent);
    margin-bottom: 40px;
    border-radius: 5px;
    background-size: 100px 100px;
    padding: 10px;
}
.btn.searchsubmit:hover {
    color: #fff;
}
#main .searchform .form-control {
    background: #1d1d1d;
    border: 1px solid #333;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.padding-10 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/* Header */
#header {
    margin: 50px auto;
    padding: 0;
}
.header-background {
    position: relative;
    height: 250px;
}
.logoimg {
    margin-top: 47px;
    height: 60px;
    width: 160px;
}
.logo-container {
    height: 200px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10%;
}
.logo-container span {
    display: block;
}
.site-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 55px;
}
.site-description {
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
}
/* Navigation menu */
#mainmenu .navbar-brand .glyphicon.glyphicon-home {
    font-size: 170%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
}
#mainmenu .nav-tabs > li.active > a {
    border-color: transparent;
}
.menu-static-top #mainmenu .navbar-nav .active a {
    border: none;
}
.menu-static-top #mainmenu .navbar-default {
    border: none;
    /*background-color: #1A1B1F;*/
    background-color: rgba(25, 25, 25, .9);
    color: #FFF;
}
.menu-static-top #mainmenu .menu-item a,
.menu-static-top #mainmenu .menu-item a:visited {
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFF;
}
.menu-static-top #mainmenu .navbar-nav > li > a,
.menu-static-top #mainmenu .navbar-brand {
    line-height: 40px;
}
.menu-static-top .navbar-right .open > .dropdown-menu:before {
    border-color: transparent transparent rgba(25, 25, 25, .9);
    border-style: solid;
    border-width: 10px;
    content: " ";
    right: 30px;
    position: absolute;
    top: -20px;
}
#mainmenu .navbar{
    margin-bottom: 48px;
}
.centered-pills {
    text-align:center;
}
.centered-pills ul.nav.nav-pills,
.centered-pills ul.nav.nav-tabs {
    display:inline-block;
}
.menu-centered-pills .centered-pills .navbar-nav {
    float: inherit;
}
.menu-centered-pills .navbar-brand {
    display: none;
}
.menu-centered-pills #mainmenu .navbar-default {
    background-color: transparent;
    border: none;
}
.menu-centered-pills .nav-tabs {
    border: none;
}

#mainmenu .dropdown-menu .divider {
    background-color: #353535;
}
#mainmenu .dropdown-menu {
    background-color: rgba(25, 25, 25, .9);
}
.menu-static-top .navbar-left .open > .dropdown-menu:before,
.menu-centered-pills #mainmenu .open > .dropdown-menu:before {
    border-color: transparent transparent rgba(25, 25, 25, .9);
    border-style: solid;
    border-width: 10px;
    content: " ";
    left: 30px;
    position: absolute;
    top: -20px;
}
#mainmenu .open > .dropdown-menu {
    margin: 14px 0 0 !important;
    padding-bottom: 15px;
    padding-top: 15px;
}
#mainmenu .dropdown-menu > .disabled > a:hover {
    background-color: rgba(25, 25, 25, 0.9) !important;
}
#mainmenu .dropdown-menu > .disabled > a {
    color: #b9b9b9 !important;
}
.menu-centered-pills #mainmenu .nav-tabs > li > a {
    border-radius: 3px;
}
#mainmenu .dropdown-menu > li > a {
    line-height: 1.9;
}
#mainmenu .navbar-default .navbar-nav > li > a:hover {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.menu-centered-pills #mainmenu .navbar-nav > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
}
.menu-item .glyphicon {
    margin-right: 5px;
}
/* Sidebar & widgets */
.sidebg {
    color: #bfbfbf;
}
.sidebg a,
.sidebg a:visited {
    color: #B0C4DE;
}
.sidebg {
    background: #2F363D;
}
.sidebg-left, .sidebg-right {
    width: 25%;
    text-align: left;
}
#sidebar-left,
.sidebg-left {
    border-radius: 0 35px 0 0;
    vertical-align: top;
}
#sidebar-right,
.sidebg-right {
    border-radius: 35px 0 0 0;
    vertical-align: top;
}
#sidebar-left {
    padding: 30px 0;
}
#sidebar-right {
    padding: 30px 0;
}
.widget {
    border-radius: 3px;
    background: #111;
    margin-bottom: 15px;
    padding: 15px;
}
.widget li:last-child {
    border-bottom: none;
}
.widget ul li ul li {
    border: none;
}
.widgettitle {
    margin-bottom: 15px;
}
.nav.recent-posts-tabs {
    border-bottom: none;
}
.nav.recent-posts-tabs li {
    display: inline-block;
}
.nav.recent-posts-tabs li a:hover {
    background: none;
}
.nav.recent-posts-tabs li a {
    color: #FFF;
    font-size: 13px;
}
.recent-comments,
.recent-posts {
    margin-top: 25px;
}
.recent-comments li,
.recent-posts li {
    margin-bottom: 20px;
    overflow: hidden;
}
.recent-posts .title-description {
    float: left;
    margin-top: 15px;
}
.recent-posts .title-description .title {
    margin-bottom: 15px;
}
.recent-posts .date {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 55px;
}
.recent-posts .date .day {
    font-size: 200%;
    margin-top: 29px;
}
.recent-posts .date span {
    display: block;
    text-align: center;
}
.rec-post-thumbnail {
    float: left;
    height: 150px;
    width: 100%;
}
.recent-posts .thumbnail-img {
    display: block;
    height: 150px;
    position: relative;
    width: 100%;
}
.recent-comments span {
    float: left;
    font-size: 2em;
    display: block;
    margin: 5px 15px;
    width: 35px;    
}
.rec-comm-info i {
    clear: both;
    color: #8a8a8a;
    display: block;
    font-size: 11px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
}
#footer-widgets .widget-gallery img {
    height: 80px;
    width: 80px;
}
#sidebar-right .widget-gallery img,
#sidebar-left .widget-gallery img {
    height: 71px;
    width: 71px;
}
.widget-gallery > li {
    display: inline-block;
    margin: 3px;
}
.twitter-profile-pic {
    float: left;
    margin-right: 10px;
}
.latest-tweets {
    margin-top: 20px;
}
.latest-tweets li {
    margin-bottom: 20px;
}
.widget.widget_pages li:before {
    color: #3F3F3F;
    content: "\e022";
    font-family: "Glyphicons Halflings" !important;
    padding-right: 6px;
}
.widget.widget_categories li:before {
    color: #3F3F3F;
    content: "\e118";
    font-family: "Glyphicons Halflings" !important;
    padding-right: 10px;  
}
.widget.widget_archive li:before {
    color: #3F3F3F;
    content: "\e109";
    font-family: "Glyphicons Halflings" !important;
    padding-right: 10px;     
}
.widget.widget_recent_comments li:before {
    color: #3F3F3F;
    content: "\e111";
    font-family: "Glyphicons Halflings" !important;
    padding-right: 10px;      
}
.widget.widget_categories li ul li {
    padding-left: 15px;
}
.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.tagcloud a {
    border: 1px solid #303030;
    border-radius: 3px;
    float: left;
    font-size: inherit !important;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px 8px;
}
.tagcloud a:hover {
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;    
    background-color: #333;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #555;
}
.tagcloud a:before {
    content: "\e041";
    color: #232323;
    font-family: "Glyphicons halflings" !important;
    font-size: 13px;
    padding-right: 5px;
}
.widget_tag_cloud {
    overflow: hidden;
}
.tags {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}
.tags a {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#f0f0f0 100%); /* W3C */
    border-color: #dadada #d2d2d2 #c5c5c5;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .7) inset, 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .7) inset, 0 1px 2px rgba(0, 0, 0, .05);
    color: #555;
    font-size: 12px;
    height: 26px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px #FFF;
}
.taglink:after {
    color: #fff;
    content: "•";
    font-size: 25px;
    position: absolute;
    right: -6px;
    top: -4px;
    z-index: 1;
}
.tags span {
    border-image: none;
    border-radius: 0 2px 2px 0;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    height: 26px;
    max-width: 0;
    opacity: .95;
    text-shadow: 0 -1px rgba(0, 0, 0, .3);
    -moz-transition-delay: 0;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: padding, max-width;
    -webkit-transition-property: padding, max-width;
    -o-transition-property: padding, max-width;
    transition-property: padding, max-width;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tag-body:first-child {
    margin-left: 0;
}
.taglink:hover {
    text-decoration: none;
}
.tag-body {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.taglink {
    padding: 5px 10px;
}
.tag-count {
    padding: 5px 10px;
}
.tag-count:hover {
    cursor: help;
}
.about-author-slider img {
    width: 100%;
}
.aslider .navigation a {
    background: rgba(0, 0, 0, .5);
    color: #FFF;
    padding: 5px 10px;    
}
.aslider .navigation a:hover {
    cursor: pointer;
}
.aslider {
    position: relative;
}
.aslider .navigation {
    position: absolute;
    right: 5px;
    top: 5px;
}
.nabia-about-me-widget-main .description {
    margin-top: 15px;
}
.author-photo {
    min-height: 190px;
}
.nabia-custom-login-widget-main .login-username input,
.nabia-custom-login-widget-main .login-password input {
    color: #333;
    padding: 3px 10px;
    width: 100%;
}
.nabia-custom-login-widget-main .login-username:before {
    content:"\e008";
    font-family: "Glyphicons Halflings" !important;
    padding-right: 5px;
    color: rgba(34, 34, 34, .8);
}
.login-username label,
.login-password label,
.login-remember label {
    font-weight: 400;
}
.user-welcome-message {
    margin: 20px 0;
}
.nabia-custom-login-widget-main .login-password:before {
    content:"\e033";
    font-family: "Glyphicons Halflings" !important;
    padding-right: 5px;
    color: rgba(34, 34, 34, .8);
}
.lp-reg {
    margin: 15px 0;
}
.nabia-custom-login-widget-main .login-submit,
.lp-reg .recover-password-link {
    float: right;
}
.nabia-meta-log .glyphicon {
    font-size: 10px;
    top: -1px;
}
.current-user-avatar {
    margin: 15px 0;
    text-align: center;
}
.current-user-avatar img {
    border-radius: 50%;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
#wp-calendar {
    width: 100%;
    text-align: center;
}
#wp-calendar caption {
    font-weight: 700;
    margin: 10px 0;
}
#wp-calendar th {
    text-align: center;
}
#wp-calendar th[title] {
    color: #FFF;
    padding: 5px;
}
#wp-calendar td {
    border: 1px solid rgba(168, 172, 173, .1);
    line-height: 2;
}
.post-date-cat {
    margin-bottom: 40px;
    margin-top: 40px;
}
.date-calendar .heading {
    background: #832a28; /* Old browsers */
    background: -moz-linear-gradient(top,  #832a28 30%, #a33537 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#832a28), color-stop(100%,#a33537)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #832a28 30%,#a33537 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #832a28 30%,#a33537 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #832a28 30%,#a33537 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #832a28 30%,#a33537 100%); /* W3C */
    border-radius: 0 7px 0 0;
    color: #FFF;  
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.date-calendar .calendar-body {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 30%, #d8dfe6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#fcfcfc), color-stop(100%,#d8dfe6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 30%,#d8dfe6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 30%,#d8dfe6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 30%,#d8dfe6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 30%,#d8dfe6 100%); /* W3C */
}
.date-calendar .year {
    color: #eeaaaa;
    float: right;
}
.date-calendar .day {
    color: #555;
    font-size: 200%;
}
.date-calendar .calendar-body span {
    display: block;
    padding: 5px 10px 0;
    text-align: center;
}
.date-calendar .time {
    border-top: 1px solid #d9d9d9;
    color: #aaaacc;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.social-profiles {
    text-align: center;
}
/* Social Widget */
.social-profiles li {
    display: inline-block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    line-height: 60px;
    background: #404040;
    text-align: center;
    -moz-transition-duration: .7s;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
}
.social-profiles li:hover {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .3);
}
.social-profiles li a {
    display: block;
    font-size: 1.7em;
    width: 100%;
    height: 200%;
    position: relative;
    top: 0;
    color: #FFF;
    line-height: 60px;
    -moz-transition: top .7s;
    -webkit-transition: top .7s;
    -o-transition: top .7s;
    transition: top .7s;
} 
.social-profiles li a:visited {
    color: #FFF;
}   
.social-profiles li:hover a {
    top: -55px;
}   
.social-profiles li a:after {
    position: absolute;
    width: inherit;
    height: 50%;
    left: 0;
    bottom: 0;
    color: #FFF;
    line-height: 60px;
    text-align: center;
}
/* Footer */
#footer {
    background-color: #191a1c;
    color: #a8acad;
    padding: 20px;
    position: relative;
}
#footer a,
#footer a:visited {
    color: #fff;
}
#footer li {
    list-style: none;
}
#footer-copy {
    border-radius: 0 0 10px 10px;
    background: #0C0C0C;
    color: #FFF;
}
#footer-widgets {
    padding: 35px 0;
}
.footer-menu {
    font-size: 12px;
}
.footer-menu a:hover {
    text-decoration: none;
    color: #4EAAEC;
}
.footer-menu a,
.footer-menu a:visited {
    color: #bbb;
}
#footer-copy .row {
    padding: 15px 0;
}
.footer-nav li {
    list-style: none;
    display: inline;
}
.footer-nav li:after {
    content: ' | ';
    color: #2B2B2B;
    margin: 0 5px;
}
.footer-nav li:last-child {
    margin-right: 0;
}
.footer-nav li:last-child:after {
    content: none;
}
.f-widgettitle {
    border-bottom: 1px solid #5D6365;
    font-size: 18px;
    margin-bottom: 20px;
}
.f-widgettitle > span {
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 15px;
}
.f-widgetcontainer ul {
    margin: 0;
    padding: 0;
}
.f-widgetcontainer {
    padding-bottom: 20px;
}
.go-to-top {
    background: #fff;
    border-radius: 0 0 4px 4px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -55px;
    width: 110px;
}
.go-to-top span {
    background: #0C0C0C;
    border-radius: 3px;
    color: #fff;
    padding: 18px 25px;
    text-align: center;
}
/* Single Post/Page & Content */
.page-header {
    border-bottom: none;
}
.page .post-title,
.page-title {
    font-size: 27px;
}
.archive-title .small-icon {
    margin-right: 5px;
}
.archive-title .fa,
.archive-title .glyphicon {
    color: #e6e7f0;
}
.archive-header {
    border-bottom: 3px double #e6e7f0;
    border-top: 3px double #e6e7f0;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 40px;
}
.archive-header .archive-title {
    font-size: 23px;
    margin: 10px;
    padding: 0;
}
.taxonomy-description {
    margin-bottom: 40px;
}
.single .entry-content p img {
    margin: 20px 0;
}
.single .entry-content {
    margin-bottom: 40px;
}
.page-template-default figure,
.single-post figure {
    margin: 20px 0;
}
#set-font-size {
    padding: 0;
}
#set-font-size {
    text-align: right;
}
#set-font-size > li {
    display: inline-block;
}
#set-font-size .label {
    background: #f3f3f3;
    color: #464646;
    line-height: 2;
    text-transform: uppercase;
}
#post-pagination {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
#post-pagination ul {
    margin: 0;
}
.page-thumbnail,
.entry-thumbnail.wp-post-image {
    width: 100%;
}
.page-thumbnail {
    margin-bottom: 40px;
}
.has-post-thumbnail .post-thumbnail {
    min-height: 60px;
    position: relative;
}
.post-thumbnail-img {
    width: 100%;
}
.entry-thumbnail {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.entry-thumbnail .mask, .entry-thumbnail .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.entry-thumbnail img {
    display: block;
    position: relative;
}
.entry-thumbnail h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    margin: 20px 0 0
}
.entry-thumbnail p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #000;
    padding: 10px 20px 20px;
    text-align: center
}
.entry-thumbnail a.info {
    margin-top: 134px;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: rgba(0,0,0,.1);
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.entry-thumbnail a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.zoomeffect .mask {
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;    
   opacity: 0;
   overflow: visible;
   border: 0px solid rgba(0,0,0,0.7);
   -moz-transition: all 0.4s ease-in-out;
   -webkit-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.zoomeffect a.info {
   position:relative;
   top:-50px;
   opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -moz-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -webkit-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.zoomeffect:hover .mask {
   opacity: 1;
   border: 50px solid rgba(0,0,0,0.7);
}

.zoomeffect:hover a.info {
   opacity:1;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -moz-transition-delay:0.3s;
   -webkit-transition-delay:0.3s;
   -o-transition-delay:0.3s;
   transition-delay:0.3s;
}
.post-thumbnail {
    background: rgba(255, 85, 0, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    bottom: 0;
    color: #fff;
    font-size: 15px;
    max-height: 150px;
    left: 0;
    margin-bottom: auto;
    margin-top: auto;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    overflow: hidden;
}
.thumbnail-img {
    width: 100%;
}
.entry-info {
    list-style: none;
    line-height: 1.6;
    padding: 0;
}
.social-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-buttons li {
    display: inline-block;
}
.social-buttons li a,
.author-social-icons li a {
    display: block;
    color: #DDD;
}
.twitter-tweet {
    width: 100% !important;
}
.entry-content {
    margin-bottom: 40px;
}
.entry-meta ul {
    padding: 15px 0;
    margin: 0;    
    text-align: center;
}
.entry-meta li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    text-align: center;
}
.entry-meta li:last-child:after {
    content: none;
    padding-left: 0;
}
.entry-meta li:last-child {
    margin-right: 0;
}
.article-container {
    margin-bottom: 60px;
}
.entry-meta {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    position: relative;
}
.entry-meta.format-icon-enabled {
    margin: 90px 0 0;
}
.entry-meta.format-icon-disabled {
    margin: 40px 0 0;
}
.entry-meta a,
.entry-meta a:visited {
    color: #81838c;
}
.entry-post-format {
    background: #fff;
    border-left: 1px solid #efefef;
    border-radius: 50px 50px 0 0;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    font-size: 30px;
    height: 64px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -64px;
    width: 95px;
}
.read-more-button {
    margin: 30px 0;
}
.read-more {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e7e7e7 100%); /* W3C */
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #696969;
    font-size: 80%;
    margin-top: 30px;
    padding: 3px 8px;
    text-shadow: 0 1px 0 #fff;
}
.quote-author-meta {
    text-align: center;
}
.quote-author {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    text-align: right;
}
.quote-author:before {
    content: "- ";
}
.post-content {
    margin-top: 15px;
}
.format-gallery .entry-content {
    margin-bottom: 0;
}
.format-image .entry-thumbnail {
    position: relative;
}
.format-image .entry-thumbnail p {
    padding: 0;
}
.format-image .entry-thumbnail img {
    width: 100%;
}
.format-audio.has-post-thumbnail .entry-thumbnail {
    position: relative;
}
.format-audio.has-post-thumbnail .entry-thumbnail .wp-audio-shortcode {
    position: absolute;
    bottom: 0;
    left: 0;
}
.audio-description {
    margin-top: 20px;
}
.video-player-wrap {
    margin-top: 20px;
}
.format-link.has-post-thumbnail .entry-thumbnail {
    position: relative;
}
.format-link.has-post-thumbnail .link-format-meta {
    background-color: rgba(255, 255, 255, .7);
    color: #FFF;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 10px;
    width: 100%;
}
.format-link.has-post-thumbnail .link-format-meta a,
.format-link.has-post-thumbnail .link-format-meta a:visited {
    color: #000;
}
.format-image .entry-thumbnail img {
    max-height: 305px;
    width: 100%;
}
.entry-thumbnail {
    margin-bottom: 20px;
}
.status-author {
    margin-right: 15px;
}
.status-added {
    color: #afafaf;
    font-size: 10px;
}
.post-author-meta {
    margin-bottom: 40px;
}
.post-author-meta .avatar {
    border-radius: 7px;
    margin-left: 10px;
    margin-top: 5px;
}
.post-author-meta .tab-content {
    margin-top: 30px;
}
#author-info {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
#author-info .author-social-icons {
    margin-top: 20px;
}
#author-info .avatar {
    border-radius: 20%;
    margin: 20px 0;
}
.author-url a {
    margin-left: 10px;
}
.author-url {
    margin-bottom: 15px;
}
.author-name-wrap .website-link {
    color: #ddd;
    margin-left: 10px;
}
.post-author-meta .nav li {
    margin-right: 5px;
}
.post-author-meta .nav li > a {
    padding: 5px 15px;
    outline: none;
}
.splitter {
    color: #d7d7d7;
    margin-left: 10px;
}
.author-social-icons {
    margin: 0;
    padding: 0;
}
.author-social-icons li {
    display: inline-block;
    list-style: none outside none;
    margin-right: 5px;
}
.author-name-wrap {
    margin-bottom: 5px;
}
.post-author-meta .nav.nav-tabs .active a {
    border: medium none;
    color: #fff;
}
.author-name-wrap > a {
    color: #333;
    font-size: 18px;
}
.homepage.sticky .post-title:before {
    color: #EAB700;
    content: "\e146";
    font-family: "glyphicons halflings";
    font-size: 20px;
    margin-right: 10px;
}
.required {
    color: #FF0000;
}
.small-icon {
    padding-right: 5px;
}
.no-thumb-right {
    float: right;
}
.no-thumb-left {
    float: left;
}
#post-navigation {
    margin-bottom: 40px;
}
.previous-post-link i {
    margin-right: 5px;
}
.next-post-link i {
    margin-left: 5px;
}
.post-thumb-nav {
    position: relative;
}
.hover-info {
    background: rgba(255,255,255,.8);
}
.next-post-img .hover-info {
    text-align: right;
}
.previous-img .hover-info {
    text-align: left;
}
.post-thumb-nav .hover-info {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    padding: 15px;
    width: 100%;
}
.hover-info .nav-label {
    color: #333;
}
.post-thumb-nav span {
    display: block;
}
.post-title {
    word-break: break-all;
}
.post-thumb-nav .post-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-thumb-nav .post-title a {
    color: #333;
}
.post-thumb-nav .post-title a:hover {
    text-decoration: none;
}
.single-post h1.post-title {
    margin: 25px 0;
}
.edit-link {
    border-right: 1px solid #fff !important;
}
.before-content {
    margin-bottom: 20px;
}
.before-content i.small-icon {
    color: #d9d9d9;
}
#post-navigation .previous-post,
#post-navigation .next-post {
    display: inline-block;
}
#post-navigation .previous-post {
    float: left;
}
#post-navigation .next-post {
    float: right;
}
#post-navigation .previous-post .wp-post-image,
#post-navigation .next-post .wp-post-image {
    width: 100%;
    opacity: .8;
}
#post-navigation .previous-post .wp-post-image:hover,
#post-navigation .next-post .wp-post-image:hover {
    opacity: 1;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.previous-post-link {
    float: left;
}
.next-post-link {
    float: right;
}
.about-me-thumbnail {
    margin: 0 15px 15px 0;
}
.short-author-description .title {
    font-size: 18px;
}
.short-author-description .description {
    color: #81838c;
    font-size: 13px;
    font-style: italic;
    margin: 20px 0;
}
.about-social {
    margin: 30px 0;
    text-align: center;
}
.about-social a {
    border-radius: 50%;
    color: #FFF !important;
    display: inline-block;
    height: 70px;
    text-align: center;
    width: 70px;
    opacity: .7;
}
.about-social a:hover {
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    opacity: 1;
}
.about-social a,
.about-social a:visited {
    color: #FFF;
}
.about-social a i {
    line-height: 2.5;
}
.about-social .facebook {
    background-color: #3c599b;
}
.about-social .twitter {
    background-color: #2B97DF;
}
.about-social .googleplus {
    background-color: #C0382A;
}
.about-social .linkedin {
    background-color: #0274B3;
}
/* Override Bootstrap  */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.tooltip.top .tooltip-inner {
    background: rgba(0,0,0,.8);
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    width: 150px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0,0,0,.8);
}
blockquote {
    border-left: 5px solid #f0f0f0;
}
.nav-tabs {
    border-bottom: none;
}
.form-control:focus {
    border-color: #BCBCBC;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination > li > a,
.pagination > li > span {
    border:1px solid #efefef;
    color: #5b5b5b;
}
.breadcrumb {
    background: url("images/separator.png") repeat scroll 0 0 #0c0c0c;
    margin-bottom: 25px;
}
.breadcrumb > .active {
    color: #DDD;
}
#breadcrumbs-nav {
    padding: 0;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    cursor: default;
}
/* Related posts */
#related-posts-carousel .item{
    margin: 3px;
    position: relative;
}
#related-posts-carousel .item-title {
    background: rgba(255,255,255,.8);
    bottom: 0;
    color: #333;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#related-posts-carousel .item-title a,
#related-posts-carousel .item-title:visited {
    color: #333;
}
#related-posts-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}
.related-carousel-navigation {
    float: right;
}
.related-carousel-navigation a:hover {
    cursor: pointer;
}
.related-carousel-navigation a {
    background: rgba(0, 0, 0, .1);
    color: #FFF;
    padding: 5px 10px;
}
#related-posts h3 {
    float: left;
    margin: 0;
}
#related-posts > header,
.about-author-label {
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}
.wpcf7-form-control-wrap textarea {
    min-height: 250px;
}
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input[type="number"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
    display: block;
    line-height: 1.8;
}
.wpcf7 br {
    margin-bottom: 5px;
}
.wpcf7-form-control-wrap .wpcf7-quiz, .wpcf7-form-control-wrap .wpcf7-quiz-label {
    display: inline-block !important;
    width: auto !important;
}
.wpcf7-form-control-wrap .wpcf7-quiz-label {
    margin-right: 10px;
}
.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
}
.wpcf7-validation-errors {
    background-color: #f2dede;
    border: 1px solid #ebccd1 !important;
    border-radius: 4px;
    color: #a94442;
    margin: 20px 0 !important;
    padding: 15px !important;
}
/* Comments */
.comment:first-child {
    margin-top: 40px;
}
.must-log-in {
    margin-bottom: 40px;
}
.pingback {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 3px 0 3px 10px;
}
.pingback p {
    margin: 0;
}
.pingback a,
.pingback a:visited {
    color: #E67230;
}
#comments-title {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px;
}
.showing-comments {
    float: right;
    font-size: 11px;
    margin-top: 6px;
}
#comments-title > strong {
    font-size: 18px;
}
.comment-respond {
    margin-top: 40px;
}
.comment-textarea {
    margin-top: 15px;
}
.comment-respond .input-group {
    margin-bottom: 10px;
}
.comment-textarea {
    height: 170px !important;
}
.comments-pagination li a,
.comments-pagination li span {
    margin-right: 5px;
}
.form-submit {
    margin: 20px 0;
}
.mail-icon {
    font-weight: 700 !important;
    font-size: 16px !important;
}
#comments-section {
    margin-top: 50px;
}
#comments-title > a i {
    color: #EC722F;
}
.commentlist {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
}
.comment .children {
    list-style: none;
}
.comment-respond .input-group-addon {
    background-color: #fff;
}
.comment-meta .avatar {
    float: left;
}
.comment-meta .fn {
    display: block;
    font-size: 16px;
    margin-left: 10px;
}
.comment-meta-time {
    color: #919191;
    display: block;
    font-size: 13px;
    margin-left: 10px;
}
.comment-info {
    float: left;
}
.comment-content:before {
    background: #f5f5f5;
    border-color: #CCC;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: " ";
    display: block;
    height: 9px;
    left: 50px;
    position: absolute;
    top: -6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
}
.comment-content {
    background: #f5f5f5;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #3a3a3a;
    margin: 20px 0;
    padding: 20px 15px;
    position: relative;
}
#comments > h3 {
    margin: 30px 0;
}
.nocomments {
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 40px 0;
    padding: 15px;
}
.nocomments span {
    color: #CCC;
    display: block;
    text-align: center;
}
.nocomments > p {
    margin-top: 20px;
    text-align: center;
}
.reply {
    float: right;
    border-radius: 3px;
    margin-top: 10px;
}
.reply a,
.reply a:visited {
    color: #FFF;
}
.reply a:hover {
    color: #fff;
}
.reply .btn-default {
    border: none;
    background: none;
}
.comment-reply-title i {
    color: #999;
}
.comment-awaiting-moderation {
    margin-top: 15px;
}
/*  Media queries  */
@media screen and (max-width:991px) {
    #sidebar-left, #sidebar-right {
        margin: 15px;
        border: none;
    }
}
@media screen and (max-width:991px) {   
    .main-content {
        display: block;
    }
    .middle-col {
        width: 100%;
    }
    .sidebg {
        border-radius: 0;
        width: 100%;
    }
    .date-calendar {
        margin-bottom: 20px;
    }
    .go-to-top {
        display: none;
    }
    .copyrights {
        margin-bottom: 10px;
    }    
    .footermenu {
        float: left !important;
        padding: 0;
        text-align: center;
    }    
}
@media screen and (max-width:980px) {
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-frame { padding-top: 0; }
}
@media screen and (max-width:768px) {
    .carousel-item:hover .read-more-icon {
        -moz-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@media screen and (max-width:767px) {
    .menu-centered-pills #mainmenu #top-menu-nav ul li {
        border-radius: 0;
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .menu-centered-pills #mainmenu .open > .dropdown-menu {
        margin: 0 !important;
    }
    .menu-centered-pills #mainmenu .nav-tabs > li > a {
        border-radius: 0;
    }
    .menu-centered-pills #mainmenu .open > .dropdown-menu:before {
        content: none;
    }
    #mainmenu .navbar-brand {
        color: #FFF;
        display: block !important;
    }
    .menu-centered-pills #mainmenu .nav-tabs > li > a {
        margin-right: 0;
    }
    .menu-centered-pills #mainmenu .navbar-default {
        background-color: #1A1B1F;
    }
    .centered-pills ul.nav.nav-pills, .centered-pills ul.nav.nav-tabs {
        display: block;
    }
    #mainmenu .navbar-brand .glyphicon.glyphicon-home {
        font-size: 120%;
        margin-left: 0;
        margin-top: 0;
    }
    .menu-static-top #mainmenu .navbar-nav > li > a,
    .menu-static-top #mainmenu .navbar-brand {
        line-height: normal;
    }
    .menu-static-top .navbar-right .open > .dropdown-menu:before {
        content: none;
    }
    #mainmenu .open > .dropdown-menu {
        margin: 0 !important;
    }   
}
.screen-reader-text {}
@media screen and (max-width:640px) {
    .carousel-item:hover .read-more-icon {
        -moz-transform: translateY(80px);
        -webkit-transform: translateY(80px);
        -o-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }   
}
@media screen and (max-width:580px) {
    #post-navigation .previous-post,
    #post-navigation .next-post {
        width: 49%;
    }   
}
@media screen and (max-width:480px) {
    .carousel-item:hover .read-more-icon {
        -moz-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }    
}
@media screen and (max-width:320px) {
    #post-navigation .previous-post,
    #post-navigation .next-post {
        width: 100%;
    }
    #post-navigation .previous-post {
        margin-bottom: 20px;
    }
    .carousel-item:hover .read-more-icon {
        -moz-transform: translateY(70px);
        -webkit-transform: translateY(70px);
        -o-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
    }    
}
/* Better Google Fonts rendering for Chrome & Safari */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}