<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Theme Name: Planer
    Theme URI: http://wordpress.dankov-theme.com/planer/
    Author: Dankov
    Author URI: http://themeforest.net/user/Dankov
    Description: This elegant and professional news theme is great for anyone looking display a lot of content in a clean and userfriendly manner. Featuring a 3-column grid and many homepage content outlets, this theme gives you the opportunity to feature tons of content without making your website feel cramped or messy. Planer is compatible with bbPress, BuddyPress and WooCommerce plugins and contain responsive advertisement.
    Tags: ad ready, adsense, bbpress, clean, flexible, magazine, modern, news, newspaper, responsive, retina, russian, seo optimized, social, translation ready, woocommerce, buddypress
    Version: 2.0.7
    License: GPL2
    License URI: http://themeforest.net/user/Dankov
    Text Domain: dankov
*/
.wrapper {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #b4b4b4 !important;
}
.boxed { width: 1190px; }
.top-bar {
    display: inline-block;
    width: 100%;
    border-top: 3px solid #00c8d7;
    background: #f3f3f3;
}
.header { margin-top: -5px; }
/* ===[ Post class left image ]===
   ================================================== */
.left-image-post .post-thumbnail {
    display: block;
    float: left;
    margin: 0 0 0 -312px;
    width: 272px;
}
.left-image-post .video-content {
    display: block;
    float: left;
    margin: 0 0 0 -312px;
    width: 272px;
}
.left-image-post { padding-left: 312px; }
.clear {
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
/* ===[ Tel &amp; Date ]===
   ================================================== */
.infa {
    position: relative;
    float: right;
    margin-top: 9px;
    margin-bottom: 8px;
    color: #3D3D3D;
    font-size: 13px;
    transition: background-color 250ms, opacity 250ms;
}
.infa i { font-size: 13px; }
.clock-tel {
    margin-left: 15px;
    font-weight: 400;
    opacity: 0.8;
    transition: background-color 250ms, opacity 250ms;
}
.clock-tel:hover {
    opacity: 1;
    transition: background-color 250ms, opacity 250ms;
}
.clock-date {
    margin-left: 15px;
    font-weight: 400;
    opacity: 0.8;
    transition: background-color 250ms, opacity 250ms;
}
.clock-date:hover {
    opacity: 1;
    transition: background-color 250ms, opacity 250ms;
}
/* ===[ Soc Icons ]===
   ================================================== */
.logo {
    margin: 40px 30px 40px 0px;
    height: 90px;
}
/* ===[ Banner Head ]===
   ================================================== */
.banner-area {
    float: right;
    margin: 40px 0;
    height: 90px;
    text-align: right;
}
/* ===[ Main Menu ]===
   ================================================== */
#search-btn {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 2;
    float: right;
    overflow: hidden;
    background: #00c8d7;
}
#search-btn span {
    display: inline-block;
    float: left;
    width: 54px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: 'Simple-Line-Icons';
    line-height: 58px;
    opacity: 1;
    cursor: pointer;
    transition: all 250ms linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#search-btn span:before { content: "\e090"; }
.search-input input {
    position: absolute;
    top: 65px;
    right: 0px;
    z-index: 999;
    display: block;
    float: right;
    margin: 0px;
    padding: 15px;
    width: 250px;
    height: 58px;
    border: none;
    background: #00c8d7;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}
.search-input input::-webkit-input-placeholder { color: #fff; }
.search-input input:-moz-placeholder { color: #fff; }
.search-form:after {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #00c8d7 transparent;
    content: "";
}
.menu-wrapper {
    width: 100%;
    height: 58px;
    background: #3D3D3D;
}
.menu {
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 58px;
    background: #3D3D3D;
    color: #fff;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
}
.menu.non-sticky { position: relative!important; }
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li { position: relative; }
.sf-menu &gt; li { float: left; }
.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 99;
    display: none;
}
ul#main-nav {
    position: relative;
    z-index: 1001;
    display: block;
    float: left;
}
ul#main-nav li {
    position: relative;
    z-index: 1000;
    display: inline-block;
    float: left;
}
ul#main-nav li a {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 19px 21px 18px 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul#main-nav &gt; li a:hover {
    background: rgba(0,0,0,0.30);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul#main-nav li ul {
    position: absolute;
    z-index: 10;
    width: 190px;
    border-bottom: 5px solid #3D3D3D;
}
ul#main-nav li ul li:first-child { border-top: 5px solid #3D3D3D; }
ul#main-nav li ul li {
    padding: 0 5px;
    width: 100%;
    background: #3D3D3D;
}
ul#main-nav li ul li a {
    display: block;
    padding: 15px 20px 13px;
    width: 180px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
ul#main-nav li ul li a:hover {
    background: rgba(0,0,0,0.30);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#main-nav li.current-menu-item &gt; a, #main-nav li.current_page_item &gt; a { background: rgba(0,0,0,0.30); }
#main-nav li.menu-item-has-children &gt; a:after {
    padding-left: 13px;
    color: #fff;
    content: "\f107";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-nav li ul li.menu-item-has-children &gt; a:after {
     padding-left: 13px;
    color: #fff;
    content: "\f105";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
    font-family: 'FontAwesome';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}
#main-nav li.menu-item-has-children &gt; a {
    font-weight: 400;
}
ul#main-nav li ul li ul {
    left: 190px;
    top: -5px;
}
ul#main-nav li ul li ul {    margin-left: 0 }
.sub-menu { background: #3D3D3D; }
/* === top nav === */
ul#top-nav {
    position: relative;
    z-index: 1001;
    display: block;
    float: left;
}
ul#top-nav li {
    position: relative;
    z-index: 1000;
    display: inline-block;
    float: left;
}
ul#top-nav li a {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 9px 15px 8px 15px;
    color: #3D3D3D;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.8;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul#top-nav li a:hover { opacity: 1; }
ul#top-nav &gt; li:hover { opacity: 1; }
ul#top-nav li ul {
    position: absolute;
    z-index: 10;
    margin: 7px 0 0;
    width: 146px;
    border-bottom: 3px solid #f3f3f3;
}
ul#top-nav li ul li:first-child { border-top: 3px solid #f3f3f3; }
ul#top-nav li ul li {
    padding: 0 3px;
    width: 100%;
    background: #f3f3f3;
}
ul#top-nav li ul li a {
    display: block;
    padding: 5px 5px;
    width: 140px;
    color: #3D3D3D;
    text-transform: none;
    font-weight: 400;
}
ul#top-nav li ul li a:hover {
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul#top-nav li ul li:first-child a:before {
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #f3f3f3 transparent;
    content: "";
}
#top-nav li.current-menu-item,#top-nav li.current_page_item { background: transparent; }

/* ===[ Footer ]===
   ================================================== */
.footer { background: #3D3D3D; }
.footer-area-cont { min-height: 250px; background: rgba(0,0,0,0.30);}
.footer-area .textwidget {
    color: rgba(255,255,255,0.75);
    font-weight: 300;
}
.footer-area .widget { margin: 0 auto 25px; }
.footer-area .widget_search form &gt; div {
    border: none;
    background: #3D3D3D;
}
.footer-area .widget_search input[name="s"] {
    background: #3D3D3D;
    color: #fff;
    font-weight: 300;
}
.footer-widget { margin: 50px 0px 50px 0; }
.footer .widget-title {
    margin: 0;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.80);
    text-transform: uppercase;
    font-size: 1.15em;
}
.footer .flickr-photos a {
    float: left;
    margin: 0px 6px 10px 5px;
    padding: 0;
    border: 0 none;
    list-style: none;
}
.footer .flickr-photos img {
    display: block;
    width: 75px;
    height: 75px;
}
.footer-copyright {
    margin: 0 auto;
    padding: 9px 0;
    width: 100%;
    background: #3D3D3D;
    color: #FFF;
    font-size: 13px;
}
.footer-copyright p {
    margin: 0;
    padding: 0;
}
.footer-area a { color: #fff; }
.footer-copyright a { color: #fff; }
.developer-info { text-align: right; }
/* ===[ Sidebar ]===
   ================================================== */
.sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 1em;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 1.15em;
}
.sidebar .widget &gt; h3,
.sidebar .widget &gt; h5 {
    margin-top: 0;
    margin-bottom: 1em;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 1.15em;
}
.sidebar a { color: #00c8d7; }
.sidebar a:hover { color: #3D3D3D; }
.sidebar { padding: 50px 0; }
.sidebar ul li {
    padding: 0;
    padding: 0.6em 0;
    list-style: none;
    font-weight: 300;
}
.sidebar ul { padding: 0; }
.widget {
    display: inline-block;
    margin: 0 auto 50px;
    width: 100%;
}
.widget_search form &gt; div {
    padding: 10px 44px 10px 10px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
}
.widget_search form &gt; div:before {
    position: absolute;
    top: 11px;
    right: 15px;
    color: #00c8d7;
    content: "\e090";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget_search form label { display: none; }
.widget_search input[name="s"] {
    float: left;
    padding: 0;
    width: 100%;
    height: 20px;
    border: none;
    font-weight: 300;
}
.widget_search input[type="submit"] {
    position: relative;
    float: right;
    margin: -5px -39px 0 0;
    padding: 0;
    width: 30px !important;
    height: 30px;
    border: none !important;
    background: none !important;
    text-indent: -9999px;
}
.tagcloud a {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0 5px 5px 0;
    padding: 4px 9px;
    border: 1px solid #00c8d7;
    background: #00c8d7;
    color: #FFF !important;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 13px !important;
}
.tagcloud a:hover {
    background: #fff;
    color: #00c8d7 !important;
}
#wp-calendar {
    margin: 0;
    width: 100%;
    color: #3D3D3D;
    line-height: 1.846153846;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption { text-align: left; }
#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}
/* ===[ Content ]===
   ================================================== */
.col-content { width: 840px; }
.col-sidebar { width: 350px; }
.wrap-content {
    padding-top: 70px;
    padding-bottom: 50px;
    min-height: 500px;
    width: 790px;
}
.percent-sidebar { float: left; }
.sidebar-left .wrap-content {
    padding-left: 50px;
    border-left: 1px solid #eee;
}
.sidebar-left { float: right; }
.sidebar-right .wrap-content {
    padding-right: 50px;
    border-right: 1px solid #eee;
}
.sidebar-right { float: left; }
.title {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 25px;
}
.post.sticky { position: relative !important; }
#sticky-post-slider.format-quote .single-action span a i:before { content: "\e02c"; }
#sticky-post-slider.format-standard .single-action span a i:before { content: "\e05f"; }
#sticky-post-slider.format-image .single-action span a i:before { content: "\e07f"; }
#sticky-post-slider.format-video .single-action span a i:before { content: "\e07e"; }
#sticky-post-slider.format-audio .single-action span a i:before { content: "\e061"; }
#sticky-post-slider.format-link .single-action span a i:before { content: "\e08d"; }
#sticky-post-slider.format-gallery .single-action span a i:before { content: "\e032"; }
#rel-post.format-quote .single-action span a i:before { content: "\e02c"; }
#rel-post.format-standard .single-action span a i:before { content: "\e05f"; }
#rel-post.format-image .single-action span a i:before { content: "\e07f"; }
#rel-post.format-video .single-action span a i:before { content: "\e07e"; }
#rel-post.format-audio .single-action span a i:before { content: "\e061"; }
#rel-post.format-link .single-action span a i:before { content: "\e08d"; }
#rel-post.format-gallery .single-action span a i:before { content: "\e032"; }
#sticky-post-slider .title {
    margin-top: 10px;
    padding-top: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    font-family: 'Roboto Slab';
}
#sticky-post-slider .title a { font-weight: 400; }
.left-image-post .title {
    margin: 0px;
    padding: 0 0 15px 0;
    font-size: 25px;
}
.post-set {
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}
.entry-meta { margin-top: 35px; }
.entry-meta ul {
    margin: 0;
    padding: 0;
}
.entry-meta ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    list-style: none;
}
li.tags span a { margin-left: 10px; }
li.tags span i {
    position: relative;
    top: 3px;
    right: 2px;
    display: inline-block;
}
.entry-meta ul li i {
    color: #00c8d7;
    font-size: 16px;
}
.entry-meta ul li a { }
.entry-meta ul li span {
    position: relative;
    top: -2px;
    padding-left: 10px;
    font-weight: 300;
    font-size: 12px;
    opacity: 0.9;
}
.entry-meta ul li span:hover {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.single .post-thumbnail { margin-bottom: 15px; }
.attachment-post-thumbnail {
    width: 100%;
    height: 100%;
}
.left-image-post .attachment-post-thumbnail {
    padding-bottom: 0px;
    height: auto;
}
.nav-previous a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.nav-previous a:hover {
    background: #00c8d7;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nav-next a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.nav-next a:hover {
    background: #00c8d7;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/* ===[ Singe Post ]===
   ================================================== */
.single-post h1 {
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
}
.breadcrumbs {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 13px;
    opacity: 0.7;
}
#authorarea {
    overflow: hidden;
    margin: 50px 0;
    min-height: 75px;
}
#authorarea h3 {
    display: inline-block;
    margin-top: -3px;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 16px;
}
#authorarea img {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
}
.authorinfo {
    margin-top: -6px;
    margin-left: 90px;
}
.hidden { opacity: 0; }
.visible { opacity: 1; }
/* ===[ Comments  ]===
   ================================================== */
.form-allowed-tags { display: none; }
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-color: #00c8d7;
    background: #00c8d7;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #fff;
    color: #00c8d7;
}
.comment-form-comment label { display: none; }
.comment-form-comment textarea {
    overflow: hidden;
    padding: 10px;
    width: 100%;
    height: 150px;
    border-color: #eee;
}
#reply-title { font-size: 20px; }
.logged-in-as a { color: #00c8d7; }
.commentlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.commentlist li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.comment .avatar {
    display: inline-block;
    float: left;
    margin-right: 35px;
}
.comment-top-level .comment-box {
    margin-bottom: 25px;
    padding-left: 108px;
}
.comment-box { font-weight: 300; }
.author-card {
    color: #00c8d7;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
}
.comment-time {
    margin-top: 7px;
    margin-bottom: 1em;
    font-size: 13px;
    opacity: 0.7;
}
.comment-content {
    margin-top: 5px;
    margin-left: 110px;
}
.comments-title {
    margin: 0 0 25px 0;
    padding: 35px 0 15px;
    border-bottom: 1px solid #eee;
    color: #3D3D3D;
    font-size: 19px;
}
.comment-reply-title small a {
    font-weight: 300;
    font-size: 13px;
    font-family: Roboto;
}
.commentlist .children {
    margin: 0;
    margin-top: 25px;
    padding: 0;
    list-style-type: none;
}
.children .comment .avatar {
    margin-right: 30px;
    margin-left: 30px;
    width: 50px;
    height: 50px;
}
ol.children  li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: none;
}
.comment-form-author input {
    padding: 5px 10px;
    border: 1px solid #eee;
}
.comment-form-email input {
    padding: 5px 10px;
    border: 1px solid #eee;
}
.comment-form-url input {
    padding: 5px 10px;
    border: 1px solid #eee;
}
.comment-notes { display: none; }
.edit-link {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.comment-reply-link { color: #00c8d7; }
.link-format {
    margin-bottom: 15px;
    padding: 25px 75px;
    border: 1px solid #eee;
}
.link-format a {
    padding: 0 0 0 15px;
    border-left: 1px solid #eee;
    font-size: 30px;
}
.link-format a:before {
    display: inline-block;
    margin: 0 31px 0 -65px;
    color: #00c8d7;
    content: "\e08d";
    font-size: 32px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.quote-format {
    position: relative;
    padding: 20px;
    border: 1px solid #eee;
    font-size: 17px;
    line-height: 1.5;
}
.quote-format:before {
    position: absolute;
    bottom: -15px;
    left: 10px;
    border-width: 15px 55px 0 55px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
}
.quote-author {
    display: inline-block;
    margin-bottom: 15px;
    padding: 25px 25px 20px 25px;
    width: 100%;
    background: #3D3D3D;
    color: #fff;
    font-size: 21px;
}
/* ===[ Slider  ]===
   ================================================== */
.slider-main {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    border-bottom: 1px solid #eee;
}
.post.sticky { padding-top: 50px; }
/* ===[ Feature Text  ]===
   ================================================== */
.feature-text h1 {
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 19px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
}
.feature-text  .textwidget {
    color: #3D3D3D;
    font-weight: 300;
    line-height: 1.75;
}
.feature-text .widget.widget_text { margin: 0; }
/* ===[ Soc Icons ]===
   ================================================== */
.icons-social {
    display: block;
    float: left;
    margin-top: 50px;
}
.icons-social a {
    float: left;
    margin: 0 7px 7px 0;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 21px;
    font-family: 'FontAwesome';
    line-height: 36px;
    transition: background-color 350ms, opacity 350ms;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icons-social a:hover {
    background: none;
    color: #3D3D3D;
    opacity: 1;
    transition: background-color 350ms, opacity 350ms;
}
#icon-dribbble:before { content: "\f17d"; }
#icon-dribbble {
    border: 1px solid #EC4989;
    background: #EC4989;
    color: #fff;
}
#icon-dribbble:hover {
    border: 1px solid #EC4989;
    background: #fff;
    color: #EC4989;
}
#icon-facebook {
    border: 1px solid #39579B;
    background: #39579B;
    color: #fff;
}
#icon-facebook:hover {
    border: 1px solid #39579B;
    background: #fff;
    color: #39579B;
}
#icon-facebook:before { content: "\f09a"; }
#icon-flickr:before { content: "\f16e"; }
#icon-flickr {
    border: 1px solid #005FDF;
    background: #005FDF;
    color: #fff;
}
#icon-flickr:hover {
    border: 1px solid #005FDF;
    background: #fff;
    color: #005FDF;
}
#icon-github:before { content: "\f113"; }
#icon-github {
    border: 1px solid #171515;
    background: #171515;
    color: #fff;
}
#icon-github:hover {
    border: 1px solid #171515;
    background: #fff;
    color: #171515;
}
#icon-googleplus {
    border: 1px solid #d34836;
    background: #d34836;
    color: #fff;
}
#icon-googleplus:hover {
    border: 1px solid #d34836;
    background: #fff;
    color: #d34836;
}
#icon-googleplus:before { content: "\f0d5"; }
#icon-instagram:before { content: "\f16d"; }
#icon-instagram {
    border: 1px solid #3C719D;
    background: #3C719D;
    color: #fff;
}
#icon-instagram:hover {
    border: 1px solid #3C719D;
    background: #fff;
    color: #3C719D;
}
#icon-linkedin {
    border: 1px solid #0075AA;
    background: #0075AA;
    color: #fff;
}
#icon-linkedin:hover {
    border: 1px solid #0075AA;
    background: #fff;
    color: #0075AA;
}
#icon-linkedin:before { content: "\f0e1"; }
#icon-pinterest:before { content: "\f0d2"; }
#icon-pinterest {
    border: 1px solid #CA2025;
    background: #CA2025;
    color: #fff;
}
#icon-pinterest:hover {
    border: 1px solid #CA2025;
    background: #fff;
    color: #CA2025;
}
#icon-rss {
    border: 1px solid #F0801E;
    background: #F0801E;
    color: #fff;
}
#icon-rss:hover {
    border: 1px solid #F0801E;
    background: #fff;
    color: #F0801E;
}
#icon-rss:before { content: "\f09e"; }
#icon-tumblr:before { content: "\f173"; }
#icon-tumblr {
    border: 1px solid #335170;
    background: #335170;
    color: #fff;
}
#icon-tumblr:hover {
    border: 1px solid #335170;
    background: #fff;
    color: #335170;
}
#icon-skype:before { content: "\f17e"; }
#icon-skype {
    border: 1px solid #00AEF3;
    background: #00AEF3;
    color: #fff;
}
#icon-skype:hover {
    border: 1px solid #00AEF3;
    background: #fff;
    color: #00AEF3;
}
#icon-twitter {
    border: 1px solid #50ABF1;
    background: #50ABF1;
    color: #fff;
}
#icon-twitter:hover {
    border: 1px solid #50ABF1;
    background: #fff;
    color: #50ABF1;
}
#icon-twitter:before { content: "\f099"; }
#icon-vimeo {
    border: 1px solid #3BBAFF;
    background: #3BBAFF;
    color: #fff;
}
#icon-vimeo:hover {
    border: 1px solid #3BBAFF;
    background: #fff;
    color: #3BBAFF;
}
#icon-vimeo:before { content: "\f194"; }
#icon-youtube {
    border: 1px solid #C62E24;
    background: #C62E24;
    color: #fff;
}
#icon-youtube:hover {
    border: 1px solid #C62E24;
    background: #fff;
    color: #C62E24;
}
#icon-youtube:before { content: "\f167"; }
#icon-foursquare {
    border: 1px solid #0071B3;
    background: #0071B3;
    color: #fff;
}
#icon-foursquare:hover {
    border: 1px solid #0071B3;
    background: #fff;
    color: #0071B3;
}
#icon-foursquare:before { content: "\f180"; }
#icon-apple {
    border: 1px solid #BFBEBE;
    background: #BFBEBE;
    color: #fff;
}
#icon-apple:hover {
    border: 1px solid #BFBEBE;
    background: #fff;
    color: #BFBEBE;
}
#icon-apple:before { content: "\f179"; }
#icon-android {
    border: 1px solid #A3C828;
    background: #A3C828;
    color: #fff;
}
#icon-android:hover {
    border: 1px solid #A3C828;
    background: #fff;
    color: #A3C828;
}
#icon-android:before { content: "\f17b"; }
#icon-vk {
    border: 1px solid #436590;
    background: #436590;
    color: #fff;
}
#icon-vk:hover {
    border: 1px solid #436590;
    background: #fff;
    color: #436590;
}
#icon-vk:before { content: "\f189"; }
#icon-windows {
    border: 1px solid #00BBF5;
    background: #00BBF5;
    color: #fff;
}
#icon-windows:hover {
    border: 1px solid #00BBF5;
    background: #fff;
    color: #00BBF5;
}
#icon-windows:before { content: "\f17a"; }
#icon-behance {
    border: 1px solid #0763FF;
    background: #0763FF;
    color: #fff;
}
#icon-behance:hover {
    border: 1px solid #0763FF;
    background: #fff;
    color: #0763FF;
}
#icon-behance:before { content: "\f1b4"; }
#icon-delicious {
    border: 1px solid #2A96FF;
    background: #2A96FF;
    color: #fff;
}
#icon-delicious:hover {
    border: 1px solid #2A96FF;
    background: #fff;
    color: #2A96FF;
}
#icon-delicious:before { content: "\f1a5"; }


#sticky-post-slider .post-thumbnail {
    position: relative;
    overflow: hidden;
}
#sticky-post-slider .post-thumbnail .single-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,200,215,0.75);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#sticky-post-slider .post-thumbnail:hover .single-item { opacity: 1; }
#sticky-post-slider .post-thumbnail img {
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#sticky-post-slider .post-thumbnail:hover img {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -ms-transform: scale(1.45);
    -o-transform: scale(1.45);
    transform: scale(1.45);
}
#sticky-post-slider .post-thumbnail .single-action span {
    display: inline-block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
}
#sticky-post-slider .post-thumbnail .single-action span&gt;a {
    display: block;
    color: inherit;
    font-weight: normal;
}
#sticky-post-slider .post-thumbnail .single-action span {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    z-index: 2;
    visibility: hidden;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale();
    -moz-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    transform: scale();
}
#sticky-post-slider .post-thumbnail:hover .single-action span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}





#sticky-post-slider .post-thumbnail {
    position: relative;
    overflow: hidden;
    width: 263px;
    height: 197px;
    background: #f3f3f3;
}
#related-post-thumb .post-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    width: 345px;
    height: 258px;
    background: #f3f3f3;
}
#related-post-thumb .title {
    margin-top: 10px;
    padding-top: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 19px;
    font-family: 'Roboto Slab';
}
#related-post-thumb .title a { font-weight: normal; }
#related-post-thumb { margin-bottom: 50px; }
.related-posts h3 {
    margin-top: 0px;
    padding-bottom: 5px;
}
.has-post-thumbnail .post-thumbnail {
    position: relative;
    overflow: hidden;
}
.has-post-thumbnail .post-thumbnail .post-image a {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: block;
    height: 215px;
}
#sticky-post-slider .post-thumbnail a {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: block;
    height: 197px;
}
.standard_post.has-post-thumbnail .post-thumbnail .post-image a {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: block;
    height: 450px;
} 
.has-post-thumbnail  .post-thumbnail .single-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,200,215,0.75);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.has-post-thumbnail .post-thumbnail:hover .single-item { opacity: 1; }
.has-post-thumbnail .post-thumbnail .single-action a {
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
}
.has-post-thumbnail .post-thumbnail:hover .post-image a {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -ms-transform: scale(1.45);
    -o-transform: scale(1.45);
    transform: scale(1.45);
}
.has-post-thumbnail .post-thumbnail .single-action span {
    display: inline-block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    display: block;
}
.has-post-thumbnail .post-thumbnail .single-action span&gt;a {
    display: block;
    color: inherit;
    font-weight: normal;
}
.has-post-thumbnail .post-thumbnail .single-action span {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    z-index: 2;
    visibility: hidden;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale();
    -moz-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    transform: scale();
    display: block;
}
.has-post-thumbnail .single-action {display: block;}
.single-action {display: none;}
.has-post-thumbnail .post-thumbnail:hover .single-action span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#wp-pagenavibox {
    display: table;
    margin: auto;
}
.wp-pagenavi-single {
    padding-top: 50px;
}
.wp-pagenavi-single &gt; .current{
    background: #F5F5F5;
    padding: 9px 13px;
    color: #3d3d3d;
        margin-right: -4px;
}
.wp-pagenavi-single a {
    background: #fff;
    padding: 9px 13px;
        margin-right: -4px;
}
.wp-pagenavi-single a:hover {
    background: #F5F5F5;
    padding: 9px 13px;
    color:#3d3d3d;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 0;
    font-weight: 300;
    opacity: 0.8;
}
.wp-pagenavi span.current {
    background: #f3f3f3;
    color: #3D3D3D;
    font-weight: 300 !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #f3f3f3;
    color: #3D3D3D;
    font-weight: 300 !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    float: left;
    padding: 9px 13px !important;
    border: none !important;
    color: #3D3D3D;
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
}
.archive-header { margin-bottom: 50px; }
.archive-title {
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}
.archive-tags:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #00c8d7;
    content: "\e055";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
}
.archive-date:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #00c8d7;
    content: "\e075";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
}
.archive-search:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #00c8d7;
    content: "\e090";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
}
.archive-category:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #00c8d7;
    content: "\e05f";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
}
.archive-shop:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #00c8d7;
    content: "\e035";
    font-size: 19px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
}
.search-title {
    margin-top: 0px;
    font-size: 31px;
}
.search-content { margin-top: 15px; }
.screen-reader-text { display: none; }
.search-content .searchform { margin-top: 30px; }
.search-content .searchform &gt; div &gt; #s {
    padding: 10px;
    height: 40px;
    border: 1px solid #eee;
}
.search-content .searchform &gt; div &gt; #searchsubmit { margin-left: -3px; }
.tweet_list {
    margin: 0;
    list-style: none;
    font-weight: 300;
}
.tweet_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tweet_list li {
    position: relative;
    float: none;
    margin: 10px 0 0 40px;
    padding-bottom: 10px;
    background: none;
    opacity: 1 !important;
}
.tweet_list li:before {
    position: absolute;
    left: -40px;
    overflow: hidden;
    color: #00c8d7;
    content: "\e009";
    font-size: 22px;
    font-family: 'Simple-Line-Icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tweet_text a { color: #00c8d7; }
.tweet_list li:first-child { margin-top: 0px; }
.tweet_list li:last-child { border: none !important; }
.loading-tweet {
    font-weight: 300;
    font-size: 14px;
}
.tweet_text {
    font-weight: 300;
    font-size: 14px;
}
.flickr-photos a {
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 0;
    border: 0 none;
    list-style: none;
}
.flickr-photos img {
    display: block;
    width: 70px;
    height: 70px;
}
.flickr-photos a img { border: none; }
.single .wp-post-image:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#navigation.desktop { display: block !important; }
.wpcf7-form-control {
    padding: 10px;
    height: auto;
    border: 1px solid #eee;
}
.wpcf7-textarea {
    width: 80%;
    height: 125px;
}
.dankov_image_wrapper {
    float: left;
    margin: 0px 15px 0 0;
    width: 65px;
    height: 65px;
    background: #f3f3f3;
}
.dankov_post_content h3 {
    margin: 0;
    color: #3D3D3D;
    font-weight: 400;
    font-size: 15px;
    font-family: 'roboto slab';
}
.dankov_post_content h3 a{
    color: #3D3D3D;
}
.dankov_post_content a:hover { color: #00c8d7; }
.dankov_post_meta { margin-top: 5px; }
.dankov_post_meta span {
    position: relative;
    top: -2px;
    padding-left: 10px;
    font-weight: 300;
    font-size: 12px;
}
.dankov_post_meta i {
    color: #00c8d7;
    font-size: 16px;
}
.nav-btn {
margin: -1px;
overflow: hidden;
position: absolute;
width: 1px;
height: 1px;
}
.posts-by-vies-widget ul {
    margin: 0px;
    padding: 0px;
}
.footer-area .posts-by-vies-widget ul li{
padding: 0.4em 0;
list-style: none;
font-weight: 300;
color:#aaa;
float: left;
width: 100%;
}
.posts-by-vies-widget ul li{
padding: 0.4em 0;
list-style: none;
font-weight: 300;
float: left;
width: 100%;
}
.dankov_image_wrapper {
float: left;
margin: 0px 15px 0 0;
width: 65px;
height: 65px;
}
.dankov_post_meta {
margin-top: 5px;
}
.footer-area .dankov_post_content a {
position: relative;
top: -2px;
color: #ddd;
font-weight: 400;
font-size: 15px;
font-family: 'roboto slab';
}
.footer-area .dankov_post_content a:hover {
position: relative;
top: -2px;
color: #fff;
font-weight: 400;
font-size: 15px;
font-family: 'roboto slab';
}
.post-content .wp-caption img {
    max-width: 100%;
    height: 100%;
}
.post-content  img {
    max-width: 100%;
    height: 100%;
}
.post-content .wp-caption {
    max-width: 100%;
}
.three-blocks #related-post-thumb .post-thumbnail  {
    width: 100%;
    height: 200px;
}
.three-blocks  #related-post-thumb .title {
    font-size: 16px;
}
.widget select {
    width: 100%;
}

.size-large {height: 100%;}
.widget .sticky {
    position: relative;
}

.widget_nav_menu {
    display: none;
}
.clear {
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
.wp-caption.alignnone { width: 100% !important }
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    float: none;
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
































</pre></body></html>