<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Tamassium_tk
Theme URI: http://themekraft.com/tk/
Author: Tamassy - ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub https://github.com/Themekraft/_tk Fork me! I'm waiting for you ;)
Version: 1.1.7
License: GNU General Public License v3.0 / License URI: http://www.gnu.org/licenses/gpl-3.0.html
License URI: see license.txt
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap
*/

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.clear {
    clear: both;
}
/* */
/* */
/* SELECTION OF TEXT COLOR */
/* */
/* */

::-moz-selection {
    background-color: #00A3D9;
    color: #fff;
}

::selection {
    background-color: #00A3D9;
    color: #fff;
}
/* This is a small security for too long strings titles */

body {
    word-wrap: break-word;
}
/* FLAT - Full element on the edge */
/* NO GUTTER */
/* http://julienmelissas.com/no-gutter-column-trick-for-bootstrap/ */
/* http://codepen.io/JulienMelissas/pen/gFwcJ */
/**/
/**/

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters &gt; [class^="col-"],
.row.no-gutters &gt; [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
/* */
/* */
/* */
/* */
/* FONT */
/* */
/* */
/* THIS IS THE ICON FONT WITH SOCIAL ICONS GENERATED WITH FONTELLO */
/* http://fontello.com/ */
/* This can be updated by project */
/* Please keep the same structure */
/* As also there is FontAwesome */

@font-face {
    font-family: 'tamassium';
    src: url('includes/fonts/fontello-e3a79da0/font/tamassium.eot?65877394');
    src: url('includes/fonts/fontello-e3a79da0/font/tamassium.eot?65877394#iefix') format('embedded-opentype'), url('includes/fonts/fontello-e3a79da0/font/tamassium.woff?65877394') format('woff'), url('includes/fonts/fontello-e3a79da0/font/tamassium.ttf?65877394') format('truetype'), url('includes/fonts/fontello-e3a79da0/font/tamassium.svg?65877394#tamassium') format('svg');
    font-weight: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "tamassium";
    /* color: #DDD; */
    
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    /*line-height: 30px;*/
    
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.icon-facebook-circled:before {
    content: '\e800';
}

.icon-twitter-circled:before {
    content: '\e801';
}

.icon-linkedin-circled:before {
    content: '\e802';
}

.icon-mail:before {
    content: '\e803';
}
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* LINKS */

a {
    color: #333;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}
/* */
/* */
/* */
/* */
/* BUTTONS */
/* */
/* this is used in the footer for now, but it's the basic one */

.btn-base {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #00A3D9;
    color: #00A3D9;
}

.btn-base:hover {
    color: white;
    background-color: #00A3D9;
}
/* */
/* */
/* */
/* */
/* TITLES */
/* */

h1,
.h1 {
    font-size: 20px;
}
/* */
/* */
/* */
/* */
/* HELPING CLASS */
/* Class to help with repetitive classes with Tamassium Standards */
/* */
/* */
/* Alignment by _tk */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* topspace50 */

.topspace50 {
    padding-top: 50px;
}
/* */
/* */
/* */
/* */
/* Wordpress / Bootstrap Implementation */
/* */
/* Images and wp-captions should always fit and be responsive */

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}
/* WP Gallery */

.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}
/* */
/* */
/* CONTENT CENTERED */
/* */
/* */
/* centered columns styles */


.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    
    text-align: left;
    /* inline-block space fix */
    
    margin-right: -4px;
}
/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* */
/* */
/* Content */
/* */
/* */

.main-content-inner {
    padding-bottom: 1.5em;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}
/* */
/* */
/* Navigation */
/* */
/* */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active&gt;.dropdown-menu,
.dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
}

.dropdown-submenu&gt;a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active&gt;a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left&gt;.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}
/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
    display: none;
}
/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}
/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
    margin-left: 1.5em;
}
/**
* Some WP Theme Repository requirements
*/

.sticky {}

.gallery-caption {}

.bypostauthor {}

.entry-meta {
    clear: both;
}
/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
    display: none;
}
*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/*
.infinity-end.neverending .site-footer {
    display: block;
}
*/
/* */
/* */
/* TAMASSIUM STYLE */
/* */
/* */
/* */
/* NAVIGATION */
/* */

a.navbar-brand {
    color: #000;
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: none;
}

a.navbar-brand span {
    color: #BABABA;
    font-weight: 100;
}
/*nav .social {
    padding-left: 5px;
    margin-top: 15px;
}*/

.navbar-right {
    margin-right: 0px!important;
    padding-right: 0px;
}

.navbar-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #FFF;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*height: 80px;
*/
    
    border-color: #FFF;
    border: none;
    padding-top: 20px;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 6px;
    padding-left: 6px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-brand {
    color: #424242;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #000000;
}

.navbar-default .navbar-text {
    color: #424242;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #424242;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
    color: #000000;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #000000;
    background-color: #ffffff;
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
    color: #000000;
    background-color: #ffffff;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #424242;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #424242;
}

.navbar-default .navbar-link {
    color: #424242;
}

.navbar-default .navbar-link:hover {
    color: #000000;
}

@media (max-width: 991px) {
    .container-fluid&gt;.navbar-collapse,
    .container-fluid&gt;.navbar-header,
    .container&gt;.navbar-collapse,
    .container&gt;.navbar-header {
        border: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #424242;
    }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #000000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
        color: #000000;
        background-color: #ffffff;
    }
}

/*@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
*/
nav span.glyphicon.fa:after {
    color: transparent
}
/* */
/* */
/* PANELS FOR PORTFOLIO - t-portfolio.php */
/* */
/* */

.panel {
    margin-bottom: 30px!important;
    -webkit-box-shadow: #FFF;
    box-shadow: none;
    border: none;
}

.panel-basic {
    background-color: #eee;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.panel .entry-content {
    padding: 0 20px 20px 20px;
}
/* */
/* */
/* PANELS FOR BLOGS - content-blog */
/* */
/* */

.blog .panel .entry-content {
    padding: 5px 20px 20px 20px;
}
.blog .panel .entry-summary {
    padding: 5px 20px 20px 20px;
}

.blog .panel header {
    padding: 0 20px 0 20px;
}
/* STYCKY FOOTER DEFAUT footer.php */
/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 220px;
    /* The height has to be as the height of footer */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #eee;
    color: #000;
}

.site-footer-inner p {
    padding-top: 25px;
}

.copyright {
    font-size: 12px;
    text-transform: uppercase;
}

.credits {
    font-size: 12px;
    text-align: center;
}
/* STYCKY FOOTER HIGHER footer-higher.php */
/* This is used on Tamassium 2.1 as the Project Company
contains link, socials, and credits + copyright
-------------------------------------------------- */

.higher {
    background-color: #444;
    color: #FFF;
    height: 220px;
    /* The height has to be changed to body margin-bottom too */
}

.social_footer {
    padding-top: 15px;
}

.social_footer i {
    font-style: normal;
}

.social_footer .list-inline &gt; li {
    padding: 0 5px;
}

.social_footer a i {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #FFF;
}

.social_footer a:hover i {
    color: #ccc;
}

.credits a {
    color: #FFF;
}

.credits a:hover {
    color: #ccc;
}
/**/
/**/
/**/
/**/
/**/
/**/
/* JUMBOTRON BOOTSTRAP OVERRIDE CLASS */

.jumbotron {
    background-color: transparent;
    margin-bottom: 0px;
}
/**/
/**/
/**/
/**/
/**/
/**/
/* JUMBOTRON WITH SPECIFIC PLANE BG COLOR */

.jumbotron.blue_bg {
    background-color: #00BFFF;
    color: #FFF;
}
/**/
/**/
/**/
/**/
/**/
/**/
/* JUMBOTRON WITH BACKGROUND IMAGE */

.jumbotron.bg_img {
    background: url('includes/img/bg_img.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}
/**/
/**/
/**/
/**/
/**/
/**/
/* JUMBOTRON is called highlight  */

.highlight {
    padding: 30px 15px;
    margin-bottom: 0px;
    color: inherit;
}

.highlight h1,
.highlight .h1 {
    color: inherit;
}

.highlight p {
    margin-bottom: 15px;
}

.highlight &gt; hr {
    border-top-color: #d5d5d5;
}

.container .highlight,
.container-fluid .highlight {
    border-radius: 0px;
}

.highlight .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .highlight {
        padding: 48px 0;
    }
    .container .highlight,
    .container-fluid .highlight {
        padding-right: 60px;
        padding-left: 60px;
    }
    .highlight h1,
    .highlight .h1 {
        font-size: 63px;
    }
}
/**/
/* HIGHLIGHT BG SUB CLASS */
/**/
/* BLUE BG */

.highlight.blue_bg {
    background-color: #00BFFF;
    color: #FFF;
}
/* BLUE BG */

.highlight.gray_bg {
    background-color: #ccc;
}
/**/
/**/
/**/
/**/
/**/
/**/

.blue_bg {
    background-color: #00BFFF;
}

.pink_bg {
    background-color: pink;
}
/**/
/**/
/**/
/**/
/**/
/**/
/* CONTACT - GOOGLE MAP */
/**/
/**/

.resp_map {
    float: left;
    display: block;
    height: 300px;
    width: 100%;
}
/**/
/**/
/**/
/**/
/**/
/**/
/* CONTACT FORM STYLE */
/**/
/**/
/* remove margin on top that cames by default */
.gform_wrapper {
    margin: 0!important;
    max-width: 100%!important;
}
.gform_wrapper .top_label .gfield_label {
    margin: 0 0 4px 0!important;
}


.gform_body input,
.gform_body button,
.gform_body select,
.gform_body textarea {
    border: 1px solid #ccc;
    padding: 4px 0px 4px 6px;
    background-color: transparent;
}

.gform_body input {
    width: 100%;
}

.gform_body ul {
    padding: 0;
    list-style: none;
}

.gform_body ul li {
    margin-top: 7px;
}

.gform_body ul li:first-child {
    margin-top: 0px;
}

.gform_body label {
    padding: 0px;
    margin: 0;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label textarea.textarea {
    width: 100%!important;
    padding-left: 10px;
}
/* FORM BUTTON  */

.gform_footer.top_label input {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gform_footer.top_label input {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ccc;
    background-color: transparent;
    padding: 4px 7px;
}

.gform_footer.top_label input {
    margin: 6px auto;
    width: 70px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* FORM BUTTON  */

.gform_footer.top_label input:hover {
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
}
/* ABOUT TEMPLATE */

.entry-content p {
    text-align: left;
}
/**/
/**/
/**/
/**/
/**/
/* SINGLE BLOG PAGE */

.share_addthis span {
    display: block;
    text-align: left;
    font-size: 1.25em;
    padding-top: .25em;
    float: left;
}
.share_addthis a {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    color: #AAA;
    font-size: 22px;
    line-height: 140%;
}
.share_addthis a:hover {
    color: #666;
}

.share_addthis .iconslink a {
    padding-left: .3em;
}
.share_addthis .iconslink a:first-child {
    padding-left: .5em;
}



.meta-sep {
display:none;
}

.vcard{
display:none;
}

.author{
display:none;
}</pre></body></html>