div#wpadminbar {
    display: none !important;
}
html:root {
    margin: 0 !important;
}




@media screen and (max-width: 991px) {
    /* Style the buttons that are used to open and close the accordion panel */
    aside .widget .widget-title {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    aside .widget .widget-title.active, aside .widget .widget-title:hover {
        background-color: #ddd;
    }

    /* Style the accordion panel. Note: hidden by default */
    aside .widget .widget-content {
        padding: 0 18px;
        background-color: white;
        display: none;
    }

    /* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
    aside .widget .widget-content.show {
        display: block;
    }

    .navbar.affix {
        position: static !important;
    }

}



/* ----------------------------------------------------------------
# Page Footer
-----------------------------------------------------------------*/
#site-footer {
	font-family: "Open Sans";
	color: #0f0d0e;
	font-size: 14px;
	font-weight: 400;
	padding-top: 50px;
	background-color: #f4f7f6;
	background-image: url(/app/themes/thm/img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-bottom {
	background-color: #0f0d0e;
	padding: 20px 0;
}
.footer-bottom p,
.footer-bottom a,
.footer-bottom a:visited {
	color: rgba(255, 255, 255, 0.55);
	font-size: 10px;
	font-weight: 400;
}

footer ul {
	padding: 0;
	list-style-type: none;
	float: left;
	clear: left;
}
footer li.menu-item {
	float: left;
}
footer li.menu-item a {
	color: #6c7a89;
	font-size: 12px;
	font-weight: 400;
	padding: 6px;
	padding-left: 0;
	float: left;
}
footer li.menu-item a:before {
	content: '|';
	padding-right: 6px;
}
footer li.menu-item:first-child a:before {
	content: '';
	padding-right: 0;
}
footer em {
	font-weight: 600;
	max-width: 460px;
	display: block;
}

footer .widget p {
	margin-bottom: 10px;
	font-weight: 600;
}
footer .fw2 .textwidget p {
	padding-left: 30px;
	position: relative;
}
footer .fw2 .textwidget p i {
	position: absolute;
	left: 0;
	font-size: 22px;
	top: 3px;
}
footer img.logo {
    image-rendering: -webkit-optimize-contrast;
}



.socials a {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 6px;
}


@media (max-width: 991px) {
	.fw1 {
	    margin-bottom: 35px;
	}
}



@media (max-width: 767px) {

    .socials {
        text-align: left;
        margin-top: 10px;
    }
    #header .socials {
        text-align: right;
        margin-top: 10px;
    }
    footer .fw2 .widget,
    footer .fw3 .widget {
        margin-bottom: 50px;
    }

}










/*--------------------------------
# widget / sidebar
----------------------------*/
aside p.widget-title {
    position: relative;
    padding-bottom: 10px;
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 35px;
}



@media screen and (max-width: 991px) {
     .widget.widget_nav_menu {
        margin-bottom: 35px;
        border-bottom: solid 1px #e2e4e7;
        padding-bottom: 15px !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    aside p.widget-title {
        position: relative;
        padding-bottom: 10px;
        color: #0f0d0e;
        font-family: Montserrat;
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
        text-transform: uppercase;
        letter-spacing: .5px;
        text-align: center;
        margin-bottom: 35px;
    }
    aside p.widget-title:before {
        content: '';
        width: 66px;
        height: 3px;
        background-color: #a00;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: -1px;
    }
    aside .widget {
        background-color: #f5f5f5;
        padding: 28px 35px 15px;
        margin-bottom: 42px;
        float: left;
        width: 100%;
    }
}




/* upw post */

p.post-title a {
    color: #232323;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 0;
    display: table;
    list-style: none;
}
.widget_ultimate_posts ul {
    padding: 0;
    list-style: none;
}
.upw-image {
    float: left;
    width: 81px;
    height: 68px;
    margin-right: 12px;
    overflow: hidden;
}

.upw-content {
    border-bottom: 2px solid #d2d7d3;
    margin-bottom: 35px;
    min-height: 70px;
}
.widget_ultimate_posts .fwt {
	margin-bottom: 22px;
}


p.post-title {
    display: table;
    font-size: 12px;
    line-height: 15px;
}








/* upw gallery */
body .upw-posts article.galeria_karat {
    margin-bottom: 0;
    border-bottom: 0;
    float: left;
    width: 50%;
}
body .upw-posts article.galeria_karat:nth-child(even) {
    padding-left: 7px;
}
body .upw-posts article.galeria_karat:nth-child(odd) {
    padding-right: 7px;
}
body .upw-posts .entry-image {
    margin-bottom: 0;
    font-size: 0;
}





@media screen and (max-width: 991px) {
.widget_ultimate_posts {
    /* max-width: 300px; */
    margin: auto;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 35px;
}
.widget_ultimate_posts .widget-content {
    max-width: 300px;
    margin: auto;
}
.upw-posts .type-galeria_karat .entry-title a {
    min-height: 0;
    margin-top: -20px;
    font-size: 10px;
    line-height: 12px;
    padding-top: 5px;
    top: 20px;
    bottom: 5px;
    position: absolute;
}
body .upw-posts .type-galeria_karat .entry-image + .entry-title a {
    top: 0;
}
.upw-posts .type-galeria_karat .entry-title {
    margin: 0 !important;
}
.upw-posts .type-galeria_karat .entry-title a:before {
    opacity: 0;
}
.upw-posts .type-galeria_karat .entry-image + .entry-title a {
    top: 20px;
    bottom: 5px;
    left: 0;
    right: 0;
}
body .upw-posts article.galeria_karat header {
    position: relative;
    min-height: 101px;
}


    body .upw-posts .type-galeria_karat .entry-title a {
        min-height: 125px;
        max-width: 250px;
        margin: 0;
        top: 0;
        bottom: 0;
    }
}



@media screen and (max-width: 480px) {
    body .upw-posts article.galeria_karat {
        margin-bottom: 15px;
        width: 100%;
        padding: 0 !important;
        max-width: 220px;
        margin: 0 auto 20px;
        float: none;
    }
    .upw-posts .type-galeria_karat .entry-title {
        margin: 0 !important;
    }
    body .upw-posts .type-galeria_karat .entry-title a {
        min-height: 185px;
    }
    .upw-posts .type-galeria_karat .entry-image + .entry-title a {
        bottom: 0;
    }
}









/*--------------------------------
# Single post
----------------------------*/

.entry-content p {
	line-height: 30px;
	  color: #0f0d0e;
      font-size: 16px;
      font-weight: 500;
    margin-bottom: 7px;
/*    clear: both;*/
}
.entry-content img {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    margin-right: 30px !important;
}
.entry-content img.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*.entry-content p b,*/
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}

.entry-content p span[style="font-size: small;"] {
    font-size: 12px !important;
    margin-bottom: 0;
    display: block;
    line-height: 1.25;
    word-wrap: break-word;
}

.entry-content p b {
	color: #444;
	font-weight: 700;
}

.entry-content :not(.intro) p:first-child {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.entry-content a,
.entry-content a:visited {
	color: #aa0000;
    text-decoration: underline;
}
.entry-content .link-as-text a,
.entry-content .link-as-text a:visited {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    clear: left;
    display: block;
    line-height: 24px;
}
.entry-content ul {
    padding: 0;
    clear: both;
}

.entry-content ul li {
    position: relative;
    list-style-type: none;
    font-size: 16px;
    padding-bottom: 11px;
    display: table;
    clear: both;
}
.entry-content ol li {
    font-size: 16px;
    padding-bottom: 11px;
    clear: both;
}


.entry-content li a,
.entry-content li a:visited {
    font-weight: 600;
}
.entry-content a:hover,
.entry-content li a:hover {
    color: #000;
}
/*
.entry-content li a,
.entry-content li a:visited {
    color: #222;
    text-decoration: none;
}

.entry-content li a:hover {
    color: #aa0000;
}
*/
.entry-content ul li:before {
    content: "\f192";
    color: #aa0000;
    font-family: fontawesome;
    padding-right: 8px;
}
.entry-content li:first-child:last-child {
    padding: 0;
    margin-bottom: -10px;
}


header.entry-header img.wp-post-image {
    width: 100%;
}




@media screen and (max-width: 480px) {
    .single .entry-content p {
        clear: both;
    }
}
















/*--------------------------------
# breadcrumbs
----------------------------*/
.page-header {
    margin-bottom: 30px;
}
.breadcrumbs-header {
	background-image: url(/app/themes/thm/img/breadcrumbs-header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
    padding: 25px 0;
    /*margin-bottom: 25px;*/
}
.breadcrumbs-header.mb {
    margin-bottom: 45px;
}
.breadcrumbs-header h1 {
    color: #f2f2f2;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
}
.breadcrumbs-header p#breadcrumbs {
    color: #fff;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 0;
}

.breadcrumbs-header p#breadcrumbs a,
.breadcrumbs-header p#breadcrumbs a:visited {
    color: #fff;
}










/****  LA mobile MENU  *****/
/* show/hide menu */
/*@media (max-width:1199px) {
.desktop {
	display: none;
}
.logo-container {
	width: 100%;
	text-align: center;
}
	}
@media (min-width:1200px) {
.mobile-nav {
	display: none;
}
	}
*/


/* mobile menu */
/*nav#site-navigation .menu-main-menu-container,*/
nav#site-navigation {
    display: none;
}
/*
#header .wpml-ls-statics-shortcode_actions {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
}
#header .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    line-height: 36px;
}
#header .wpml-ls-statics-shortcode_actions {
    position: absolute;
    top: 8px;
    right: -22px;
    width: 75px;
}
*/

header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5555;
    background: #fff;
    height: 51px;
}
header#header img.logo {
    max-height: 36px;

}
header#header + * {
    margin-top: 51px;
}



.wpml-mobile .wpml-ls-statics-shortcode_actions {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.wpml-mobile .wpml-ls-statics-shortcode_actions li a {
    line-height: 26px;
    display: block;
    padding: 11px 20px;
    font-weight: 600;
}



.menu-trigger {
	position: absolute;
	top: 0;
	left: 100%;
    transition: left .3s;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
}
.menu-icon {
    background: #f2f3f4;
	display: block;
	width: 42px;
    height: 51px;
}
.menu-icon:before {
    content: '';
    background: rgba(51, 51, 51, 0);
    -webkit-transition: background .22s;
    -moz-transition: background .22s;
    -ms-transition: background .22s;
    -o-transition: background .22s;
    transition: background .22s;
}
.menu-icon.is-clicked:before {
    position: absolute;
    z-index: -10;
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    bottom: -80px;
    background: rgba(51, 51, 51, 0.37);
}
.menu-icon.is-clicked {
    background: #fff;
}
body .fa-bars {
    font-size: 21px;
    color: #ad0102;
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 6px 14px 6px;
    font-size: 24px;
}
.mobile-nav {
	z-index: 19150;
	bottom: 0;
	width: 280px;
    width: calc(100vw - 42px);
	left: -280px;
    left: calc(-100vw + 42px);
	/*position: fixed;*/
	/*right: 100%;*/
	/*letter-spacing: 2.65px;*/
	transition: .3s;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
	top: 0;
	height: 120vh;
	padding-bottom: 20vh;
	position: absolute;
    background-color: #f2f3f4;
    min-width: 240px;
}

.navii.clearfix {
    /*overflow: scroll;*/
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 120%;
    position: relative;
    z-index: 5;
    background: #fff;
    /*height: 100%;*/
	height: 120vh;
	padding-bottom: 20vh;
}

.navii.clearfix::-webkit-scrollbar {
    width: 1px;
}
.mobile-nav li.menu-item.cart_menu {
    display: none;
}
.mobile-nav li.menu-item.cart_menu.show_cart {
    display: block;
}
.mobile-nav li.menu-item.cart_menu.show_cart a {
    color: #366da9;
}

.menu-is-open .mobile-nav {
	/*right: 80px;*/
	left: 0;
}
.mobile-nav .menu-item {
	width: 100%;
}
.mobile-nav .menu-item a {
	font-size: 17px;
	font-weight: 400;
    padding: 6px 20px 5px;
    color: #343434;
	width: 100%;
	display: block;
	letter-spacing: 1px;
}
.nav-more-menu span {
	font-weight: 400;
}
.mobile-nav hr {
	border: 0;
	border-top: solid 1px #343434;
	margin-left: 20px;
    margin: 0 20px 10px 20px;
	display: block;
    clear: left;
}
header .mobile-nav ul {
   margin-bottom: 10px;
    list-style: none;
    padding: 0;
}
header ul#menu-mobilne-menu {
    margin-bottom: 0;
}
header.panel-head .mobile-nav hr + ul a {
    font-weight: 300;
}
header.panel-head .panel_menu_info p {
    font-size: 17px;
    font-weight: 300;
    padding: 6px 20px 5px;
    color: #fff;
    width: 100%;
    display: block;
    letter-spacing: 0;
    margin-bottom: 0;
}
header.panel-head .panel_menu_info i.fa {
     margin-right: 7px;
    font-size: 25px;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    width: 26px;
}
header.panel-head .panel_menu_info i.fa-info-circle:before {
    width: 26px;
    display: block;
}
.log-in-mobile {
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #50c292;
	padding: 7px 20px;
	display: block;
	position: relative;
}

#menu-mobilne-menu span {
    word-spacing: -6px;
}
nav.nav-mobile-menu .menu-item a {
    padding-bottom: 5px;
    padding-top: 6px;
    line-height: 24px;
}
nav.nav-mobile-menu .menu-item:nth-child(3) a {
    padding-top: 5px;
}

header h1.site-title {
    margin: 0;
    padding: 4px 20px;
    text-align: center;
}

@media (min-width:480px) {
.mobile-nav {
    width: 360px;
    left: -360px;
}
}
@media (min-width:570px) {
.mobile-nav {
    width: 480px;
    left: -480px;
}
}
/****  LA MENU end *****/
div#logo {
    padding: 8px;
    top:0;
    left:calc(50% - 80px);
    position:absolute;
    max-width: 140px;
    margin: auto;
    text-align: center;
    padding-left: 6px;
}












/*juiz*/
body ul.juiz_sps_links_list li:before {
    content: '';
    padding: 0;
}
body .juiz_sps_links .juiz_sps_item a .juiz_sps_network_name {
    display: none;
}
body .juiz_sps_links .juiz_sps_item a .juiz_sps_icon {
    margin: 0;
}
body .juiz_sps_links .juiz_sps_item a {
    padding: 10px 8px;
    width: 44px;
    height: 43px;
    border: 2px solid #d4dade;
    border-radius: 50%;
    display: block;
    font-size: 11px;
    background: transparent !important;
    color: #363c4d;
    text-align: center;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -ms-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}
body .juiz_sps_links .juiz_sps_item a:hover {
    color: #111;
    border-color: #363c4d;
}
body .juiz_sps_links ul {
    text-align: right;
}


.post-share {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 135px;
    border-top: solid 1px #d4dade;
    border-bottom: solid 1px #d4dade;
}
.post-share .like-btn {
    float: right;
    border-right: solid 1px #d4dade;
    padding: 24px 22px 12px;
}
.post-share .share {
    float: right;
    padding: 10px;
}
.post-share .share i {
    color: #a00;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 48px;
    margin-left: 14px;
    margin-right: 19px;
    display: none;
}
body .juiz_sps_links.counters_both {
    float: right;
    margin: 0;
}


@media (max-width: 359px) {
    .post-share .like-btn {
        padding: 24px 10px 23px;
        border: 0;
        float: left;
    }
    .post-share .share {
        padding: 10px 3px;
    }
}






/*--------------------------------
# Pagination
----------------------------*/

.navigation li.prev a,
.navigation li.next a {
	display: none;
}





.navigation {
	margin: auto;
	display: table;
	width: 100%;
}
.navigation ul {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0 0;
    border-top: solid 1px rgba(15, 13, 14, 0.2);
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #757c7d;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    cursor: pointer;
    min-width: 27px;
    height: 28px;
    text-align: center;
    margin-right: 12px;
    -webkit-transition: .33s;
    transition: .33s;
    border: 0;
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 5px;
    border-radius: 50%;
    font-weight: 600;
    color: #0f0d0e;
}

.navigation li.prev a,
.navigation li.next a {
	border: 0;
	border-radius: 6px;
	padding-left: 12px;
	padding-right: 12px;
}

.navigation li.active a {
	background-color: #0f0d0e;
	border-color: #0f0d0e;
	color: #fff;
    text-decoration: none !important;
    cursor: default;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li.prev {
    float: left;
}
.navigation li.next {
    float: right;
}









.fl-col[style] {
    width: 100% !important;
    /*padding: 0 15px;*/
}



@media screen and (max-width: 1200px) {
    .single-programmes .fl-col[style] {
        width: 33.33% !important;
    }
}


@media screen and (max-width: 480px) {
    .single-programmes .fl-col[style] {
        width: 100% !important;
    }
}





/*--------------------------------
# Page Contact
--------------------------------*/
.page-template-page-contact .entry-content {
    margin: 0;
}
.page-template-page-contact .page-header {
    margin-bottom: 0;
}
.page-template-page-contact main p,/**/
.page-template-page-contact main .ct-text {
    color: #0f0d0e;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.page-template-page-contact .ct-title {
    font-size: 24px;
    font-weight: 700;
}
.page-template-page-contact .ct-title2 {
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 35px;
}
.page-template-page-contact .ct-tel-mail {
    color: #6c7a89;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 28px;
}
.page-template-page-contact hr {
    width: 66px;
    height: 3px;
    background-color: #aa0000;
    margin-left: 0;
}

.page-template-page-contact .half-container.first {
    padding-top: 90px;
    padding-bottom: 180px;
}

div#agm-canvas {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
}





/* contact form */
.contact-form {
    max-width: 418px;
    margin: auto;
}
form.wpcf7-form p {
    margin-bottom: 3px;
}
body input.wpcf7-form-control,
body textarea.wpcf7-form-control.wpcf7-textarea {
    width: 418px;
    min-height: 42px;
    border-radius: 1px 2px 2px 1px;
    background-color: #f6f6f6;
    max-width: 100%;
    padding: 11px 16px !important;
    margin-top: 21px;
    border-radius: 0;
    border: 0;
    color: #6c7a89;
    font-size: 13px;
}

body input:focus,
body textarea:focus {
    outline: solid 1px #dd9999 !important;
}
body span.wpcf7-not-valid-tip {
    color: #ae0000;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
form.wpcf7-form br {
    display: none;
}
body div.wpcf7-validation-errors {
    border: 2px solid #ae0d0f;
    max-width: 480px;
    margin: 0;
    background: #ae0d0f;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px 10px;
}
body input.wpcf7-form-control.wpcf7-submit {
    color: #0f0d0e;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #0f0d0e;
    background: transparent;
    max-width: 200px;
    margin: 16px auto -7px;
    display: table;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f6f6f6;
}
.page-template-page-contact .half-container.last {
    margin-top: 50px;
    margin-bottom: 15px;
}



@media (max-width: 767px) {
    .page-template-page-contact .half-container.first {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    form.wpcf7-form p {
        margin-bottom: 43px;
    }
    body input.wpcf7-form-control, body textarea.wpcf7-form-control.wpcf7-textarea {
        margin-top: 23px;
    }
    body input.wpcf7-form-control.wpcf7-submit {
        margin: 26px auto 3px;
    }
}



@media (max-width: 479px) {
    .page-template-page-contact main p, .page-template-page-contact main .ct-text {
        font-size: 16px;
        line-height: 22px;
    }
    .page-template-page-contact .ct-title {
        font-size: 22px;
        line-height: 26px;
    }
    .page-template-page-contact .ct-tel-mail {
        color: #515a65;
        font-size: 21px;
        line-height: 26px;
    }
}




/*--------------------------------
# Content header
--------------------------------*/
main .header {
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
}

main .header >* {
	margin-bottom: 0;
	color: #0f0d0e;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	text-transform: uppercase;
    letter-spacing: .5px;
}

main .header:before {
    content: '';
    width: 66px;
    height: 3px;
    background-color: #a00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -1px;
}










/*--------------------------------
# Gallery
--------------------------------*/
.gallery {
    margin-left: -6px;
    margin-right: -6px;
}
figure.gallery-item {
    margin: 0;
    padding: 5px 7px;
}
.gallery-caption {
    font-size: 10px;
}



body .fbx-caption-title {
    padding: 15px 0;
    text-align: left;
    font-family: Montserrat;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
}
body .fbx-light {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.95);
}
body .fbx-rounded .fbx-inner {
    border: 0;
    border-radius: 0;
}
.fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next {
    border-radius: 0 !important;
}




@media screen and (min-width: 641px) {


    body .fbx-stage {
        overflow: visible;
        position: relative;
    }
    body .fbx-caption {
        transform: none;
        position: absolute;
        opacity: 1;
        display: block;
        top: -60px;
        transform: none;
    }
    body .fbx-close-caption {
        display: none;
    }
    body .fbx-rounded .fbx-caption {
        background: transparent;
        transform: none;
    }
    body .fbx-caption-title {
        padding: 15px 0;
        text-align: left;
        font-family: Montserrat;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 20px;
    }
    body .fbx-light {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.95);
    }
    body .fbx-rounded .fbx-inner {
        border: 0;
        border-radius: 0;
    /*     transform: translateY(110px); */
    }
    .fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next {
        border-radius: 0 !important;
    }
    body .fbx-prev:before {
        content: "\f104";
        font-family: fontawesome;
        font-size: 26px;
    }
    body .fbx-next:before {
        content: "\f105";
        font-family: fontawesome;
        font-size: 26px;
    }
    body .fbx-rounded.fbx-desktop .fbx-next, body .fbx-rounded.fbx-desktop .fbx-prev {
        position: absolute;
        background: transparent;
        box-shadow: none;
    }
    .fbx-rounded .fbx-prev.fbx-btn-shadow, .fbx-rounded .fbx-prev.fbx-btn-shadow:hover,
    .fbx-rounded .fbx-next.fbx-btn-shadow, .fbx-rounded .fbx-next.fbx-btn-shadow:hover {
        box-shadow: none !important;
    }

    body a.fbx-close.fbx-btn-transition.fbx-btn-shadow {
        background: transparent;
        border: 0;
        box-shadow: none;
        position: absolute;
        top: -65px;
        right: -15px;
    }
    body .fbx-close:before {
        content: '';
        font-family: monospace;
        font-size: 0;
        color: #d8d8d8 !important;
        background-image: url(/app/themes/thm/img/close.png);
        width: 16px;
        height: 14px;
        display: block;
        background-repeat: no-repeat;
    }

    .fbx-rounded .fbx-prev {
        left: -60px !important;
    }
    .fbx-rounded .fbx-next {
        right: -60px !important;
    }


}












/*--------------------------------
# Page with menu
--------------------------------*/
h2.page-title-dot {
    font-family: Montserrat;
    color: #0f0d0e;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 42px;
    display: table;
    /*float: left;*/
    position: relative;
    margin: 0;
    padding-right: 2px;
}
h2.page-title-dot:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ac0204;
    display: block;
    position: absolute;
    right: -10px;
    bottom: 8px;
}
.intro {
    /*float: left;*/
    /*padding-left: 30px;*/
    padding-top: 2px;
    clear: both;
}
body .intro p {
    color: #6c7a89;
   /* font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    text-align: left !important;*/
}
.intro p strong {
    font-weight: 600 !important;
}
.intro + p,
.intro + * {
    clear: both;
}
.intro ~ h2,
.intro ~ p:first-of-type strong {
    color: #0f0d0e;
    font-size: 24px;
    font-weight: 700;
}

.entry-content h3,
.intro ~ p strong {
    color: #0f0d0e;
    font-size: 18px;
    font-weight: 700;
}




@media (max-width: 767px) {
    .intro {
        padding-left: 0;
        padding-top: 6px;
        width: 100% !important;
    }
}








/* ----------------------------------------------------------------
# biuletyn - lista
-----------------------------------------------------------------*/
img.attachment-shop_catalog {
	float: left;
}
.products h3 {
    float: left;
    display: inline-block;
    clear: none;
    text-align: left;
    font-family: Montserrat;
    color: #222;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.woocommerce ul.products li {
    list-style: none;
	padding-left: 0;
	/* background-color: #f7f6f4; */
	margin-bottom: 20px;
	padding-right: 20px;
}
.woocommerce ul.products li span.price {
	float: left;
	position: absolute;
	bottom: 21px;
	margin-left: 20px;
	font-family: Lato;
	color: #18526f;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	left: 0;
}
.woocommerce ul.products li span.price del {
	color: #888;
	font-size: 9px;
}
.woocommerce ul.products li span.price ins {
	background: transparent;
}

body a.button.add_to_cart_button {
    position: absolute;
    right: 29px;
    bottom: 2px;
    font-family: "Open Sans";
    color: #a00;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    background: transparent !important;
    padding: 11px 8px;
}

body a.button.add_to_cart_button:hover {
    color: #400;
}

span.attachment-shop_catalog.size-shop_catalog.wp-post-image.eh {
	display: block;
	height: 100%;
	padding-left: 50%;
	float: left;
	min-height: 215px;
	padding-bottom: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.products li .product_content {
    padding-left: 15px;
    display: block;
    height: 100%;
    width: 50%;
    position: relative;
    text-align: justify;
    padding-right: 5px;
    padding-bottom: 30px;
    background-color: #f7f6f4;
    overflow-wrap: break-word;
    /* float: left; */
    overflow: hidden;
}
ul.products li .product_excerpt {
    font-family: "Open Sans";
    color: #0f0d0e;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
	clear: left;
	float: left;
}



@media (max-width: 767px) {
    .woocommerce ul.products li {
        float: left;
        width: 100%;
        padding-right: 0;
    }
}












/* ----------------------------------------------------------------
# newsletter
-----------------------------------------------------------------*/
.nl-icon {
    float: left;
    width: 140px;
    padding-right: 15px;
    text-align: center;
}
.nl-content {
    float: left;
    width: calc(100% - 140px);
}
body input.wysija-input {
    background-color: #f6f6f6;
    border: 0;
    padding: 10px 16px;
    width: 100%;
}
form.widget_wysija {
    float: left;
    width: 100%;
    overflow: hidden;
}
p.wysija-paragraph {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.newsletter {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 60px;
}
body .widget_wysija_cont .wysija-submit {
    display: block;
    margin-top: 20px;
    float: left;
    margin: 0 0 0 10px;
    width: calc(50% - 20px);
    border: 1px solid #0f0d0e;
    background-color: #0f0d0e;
    color: #fff;
    padding: 12px;
    border-radius: 2px;
}
.formError {
    left: auto !important;
    right: 0 !important;
    min-width: 180px;
    margin-top: -4px !important;
}
.formError .formErrorContent {
    width: 180px !important;
}



@media (max-width: 767px) {
    p.wysija-paragraph {
        width: 100%;
        padding: 0;
    }
    body .widget_wysija_cont .wysija-submit {
        width: 100%;
        margin: 0;
    }
    .nl-icon {
        display: none;
    }
    .nl-content {
        width: 100%;
    }
}











/* ----------------------------------------------------------------
# Publikacje
-----------------------------------------------------------------*/
.blog .entry-content .date,
.archive .entry-content .date {
    font-family: Montserrat;
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.blog aside .widget,
.archive aside .widget {
    background: transparent;
    padding: 0;
}
ul.entry-content {
    padding-left: 0;
}




.single-post img.attachment-post-thumbnail.wp-post-image {
    max-width: 262px;
    width: 50%;
    margin-right: 30px;
    float: left;
    border: solid 1px #000;
}
.single-post img.attachment-post-thumbnail.wp-post-image +
 p {
    display: table;
}



@media screen and (max-width: 767px) {
    .single-post img.attachment-post-thumbnail.wp-post-image {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        float: none;
    }
}
 
