/*!
 * Customizr v4.4.24
 *
 * Licensed under the GNU General Public License v2 or later
 * http://www.gnu.org/licenses/gpl-2.0.html
 * Customized by Nicolas Guillaume (nikeo) and built upon the Twitter Bootstrap Framework (Designed and built with all the love in the world @twitter by @mdo and @fat)
 */
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:focus {
    outline: thin dotted #282721;
    outline: thin auto grey;
    outline-offset: -2px
}

a {
    color: #535353;
    text-decoration: none
}

a:focus,
a:hover {
    color: #5c4d51;
    text-decoration: underline
}

blockquote {
    border-left: 5px solid #777777
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #5b5b5b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link:focus,
.btn-link:hover {
    color: #444444;
    text-decoration: underline;
    background-color: transparent
}

.btn-primary {
    color: #dfdeda;
    text-shadow: 0 -1px 0 rgba(0, 0, 0,  .25);
    background-color: #2f2f2f;
    background-image: -moz-linear-gradient(to top, #363335, #343434);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#363736), to(#4d4d4d));
    background-image: -webkit-linear-gradient(to top, #675c60, #281f24);
    background-image: -o-linear-gradient(to top, #747471, #474747);
    background-image: linear-gradient(to bottom, #6f6f6f, #3f423d);
    background-repeat: repeat-x;
    border-color: #4c5d53 #121212 #2d2d2d;
    border-color: rgba(0, 0, 0,  .1) rgba(0, 0, 0,  .1) rgba(0, 0, 0,  .25)
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary[disabled] {
    color: #e7e7e7;
    background-color: #101010
}

.btn-info {
    color: #c7d1e3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0,  .25);
    background-color: #685b5e;
    background-image: -moz-linear-gradient(to top, #9a96ae, #36483a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b5ac9d), to(#909090));
    background-image: -webkit-linear-gradient(to top, #717171, #5c6274);
    background-image: -o-linear-gradient(to top, #848484, #8e8c76);
    background-image: linear-gradient(to bottom, #89a5b5, #717171);
    background-repeat: repeat-x;
    border-color: #6a6a6a #878787 #534d62;
    border-color: rgba(0, 0, 0,  .1) rgba(39, 38, 37,  .1) rgba(3, 3, 2,  .25)
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-info[disabled] {
    color: #eefffb;
    background-color: #454545
}

.btn:focus {
    outline: thin dotted #0a0a0a;
    outline: thin auto grey;
    outline-offset: -2px
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #454545
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #7b727b
}

.carousel-control:focus,
.carousel-control:hover {
    color: #636567;
    text-decoration: none;
    opacity: .9
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #d9a8d8;
    text-decoration: none;
    outline: 0;
    background-color: #3d3d3d;
    background-image: -moz-linear-gradient(to top, #434045, #6e7064);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a3a3a), to(#575757));
    background-image: -webkit-linear-gradient(to top, #333333, #6d6d6d);
    background-image: -o-linear-gradient(to top, #767676, #423f3c);
    background-image: linear-gradient(to bottom, #5b515a, #292929);
    background-repeat: repeat-x
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    background-color: #d6d6d6;
    border: 1px solid #9caea5;
    -webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 13,  .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0,  .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0,  .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: grey;
    outline: 0;
    -webkit-box-shadow: 0 0 8px grey;
    -moz-box-shadow: 0 0 8px grey;
    box-shadow: 0 0 8px grey
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
select:focus {
    outline: thin dotted #2f2f2f;
    outline: thin auto grey;
    outline-offset: -2px
}

.navbar-link {
    color: #7c7c7c
}

.navbar-link:focus,
.navbar-link:hover {
    color: #404d47
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    background-color: transparent;
    color: #6d6d6d;
    text-decoration: none
}

.navbar .btn-navbar {
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #f3f3f3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0,  .25);
    background-color: #18191a;
    background-image: -moz-linear-gradient(to top, #333333, #1f1f1f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#414141));
    background-image: -webkit-linear-gradient(to top, #434343, #1d1d1d);
    background-image: -o-linear-gradient(to top, #4e4556, #151515);
    background-image: linear-gradient(to bottom, #293535, #47443f);
    background-repeat: repeat-x;
    border-color: #020202 #3f3e3c #080608;
    border-color: rgba(0, 0, 0,  .1) rgba(33, 31, 31,  .1) rgba(0, 0, 0,  .25);
    -webkit-box-shadow: inset 0 1px 0 rgba(217, 211, 231,  .1), 0 1px 0 rgba(184, 194, 222,  .075);
    -moz-box-shadow: inset 0 1px 0 rgba(235, 235, 235,  .1), 0 1px 0 rgba(247, 250, 255,  .075);
    box-shadow: inset 0 1px 0 rgba(252, 252, 252,  .1), 0 1px 0 rgba(255, 250, 200,  .075)
}

.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:hover,
.navbar .btn-navbar[disabled] {
    color: #d5ffc0;
    background-color: #312a37
}

.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown>a:hover .caret {
    border-top-color: #6c6766;
    border-bottom-color: #71807c
}

.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav li.dropdown.open>.dropdown-toggle {
    color: #3b3a44
}

.nav-list>.active>a,
.nav-list>.active>a:focus,
.nav-list>.active>a:hover {
    color: #d9cdff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0,  .2);
    background-color: #6e6e6e
}

.nav-pills>.active>a,
.nav-pills>.active>a:focus,
.nav-pills>.active>a:hover {
    color: #fefeff;
    background-color: #666666
}

.nav .dropdown-toggle .caret {
    border-top-color: #706668;
    border-bottom-color: #434343;
    margin-top: 6px
}

.nav .dropdown-toggle:focus .caret,
.nav .dropdown-toggle:hover .caret {
    border-top-color: #2a2a2a;
    border-bottom-color: #594f44
}

a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #707070;
    -webkit-box-shadow: 0 1px 4px rgba(0, 8, 237,  .25);
    -moz-box-shadow: 0 1px 4px rgba(185, 0, 96,  .25);
    box-shadow: 0 1px 4px rgba(0, 210, 244,  .25)
}

.tc-header {
    border-top: 5px solid #4c4c4c
}

.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:hover,
.navbar .btn-navbar[disabled] {
    background-color: #414d56;
    background-position: 0 -30px
}

.navbar .btn-toggle-nav.hover .icon-bar,
.navbar .nav-collapse.in+.btn-toggle-nav .icon-bar,
.no-csstransforms .tc-sn-visible .btn-toggle-nav .icon-bar,
.tc-is-mobile.tc-sn-visible .btn-toggle-nav .icon-bar {
    background-color: #777777
}

.navbar .btn-toggle-nav.hover .menu-label {
    color: #808080
}

.site-description {
    color: #596656
}

.navbar .nav>li.current-menu-item>a,
.tc-regular-menu .navbar .nav>li.current-menu-ancestor>a {
    color: #7e7e7e
}

.navbar .nav li.dropdown.current-menu-item>a .caret,
.navbar .nav li.dropdown.open.current-menu-ancestor>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav>li.current-menu-item>a .caret,
.tc-regular-menu .navbar .nav li.current-menu-ancestor>a .caret,
.tc-regular-menu .navbar .nav li.dropdown.current-menu-ancestor>a .caret {
    border-top-color: #323232;
    border-bottom-color: #515151
}

.dropdown-menu>li.current-menu-item>a,
.tc-regular-menu .dropdown-menu>li.current-menu-ancestor>a {
    color: #313131
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-submenu:focus>a,
.dropdown-submenu:hover>a {
    color: #535353
}

.dropdown-menu>li.current-menu-item>a:after,
.dropdown-submenu:hover>a:after,
.tc-regular-menu .dropdown-menu>li.current-menu-ancestor>a:after {
    border-left-color: #5d5d5d
}

a+span.tc-external:after {
    color: #414141
}

table {
    border-bottom: 5px solid rgba(109, 106, 102,  .5);
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

th {
    font-weight: 700;
    border-bottom: 1px solid rgba(59, 45, 53,  .5)
}

td {
    border-top: 1px solid #cbb8f0;
    padding: 6px 10px 6px 0
}

.widget h3:before {
    color: #4a4d60
}

.archive .archive-header .format-icon:before,
.page #content>article.page .entry-header .entry-title.format-icon:before,
.search .search-header .format-icon:before,
.single #content .entry-header .entry-title.format-icon:before {
    color: #384538;
    opacity: 1
}

.widget.widget_archive li:before,
.widget.widget_calendar li:before,
.widget.widget_categories li:before,
.widget.widget_links li:before,
.widget.widget_meta li:before,
.widget.widget_nav_menu li:before,
.widget.widget_pages li:before,
.widget.widget_recent_comments li:before,
.widget.widget_recent_entries li:before,
.widget.widget_rss li:before {
    color: #666666
}

.social-block a:hover {
    color: #515151
}

.tc-carousel-control:hover {
    color: #474747
}

.page-links button.btn {
    color: #413636
}

.comments-link .tc-comment-bubble {
    color: #828282
}

.comments-link .default-bubble:before {
    border: solid 2px #626d6c
}

.comments-link .tc-comment-bubble {
    color: #3f3f3f;
    border: 2px solid #727272
}

.comments-link .custom-bubble-one:before {
    border-color: #836669 transparent
}

h3.assistive-text {
    color: grey
}

#footer .calendar_wrap table a {
    color: #7f657a
}

#wp-calendar th {
    background-color: #0a0c0a;
    color: #e3e3e3
}

.btt-arrow,
footer#footer .colophon a.back-to-top {
    color: #4a4a4a
}

.tc-grid-border .grid__item {
    border-bottom: 3px solid #525656
}

.tc-grid-icon:before {
    color: #484848
}