

/*
Theme Name: Green v2 Wyposazenie Hotelowe WordPress Theme
*/

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Font Faces
--------------------------------------------------------------------------------------------------------------------------------
*/

/*
--------------------------------------------------------------
Open Sans
--------------------------------------------------------------
color:#1d1828;
*/


/* font 2
font-family: 'Playfair Display SC', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Tauri', sans-serif;
font-family: 'Rufina', serif;
font-family: 'Scada', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Buenard', serif;
font-family: 'Magra', sans-serif;
font-family: 'Francois One', sans-serif;
*/


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Body
--------------------------------------------------------------------------------------------------------------------------------
*/

body { 

/*font-family: 'BenchNine', sans-serif;

/*font-family: "OpenSansCondensedBold" !important;*/
/*
font-family: 'Roboto', sans-serif;
*/
/*font-family: 'Tauri', sans-serif;ok*/
/*font-family: 'Rufina', serif;*/
/*font-family: 'Scada', sans-serif;ok*/
/*font-family: 'Playfair Display', serif;*/
/*font-family: 'Buenard', serif;*/
/*font-family: 'Magra', sans-serif;ok*/
/*font-family: 'Francois One', sans-serif;*/
/*font-family: "BenchNine", sans-serif;*/
/*
font-family: "Open Sans", sans-serif !important;
font-family: "Raleway",sans-serif !important; 
*/
font-family: 'Roboto', sans-serif !important;
font-weight: 300;
font-size: 14px; height: 100%; 
color: white;
color:rgba(29,24,40,1); 
background:#353a42;
-webkit-font-smoothing: antialiased; 

}

.pt-30 {padding-top:30px;}
.mt-30 {margin-top:30px;}
.pt-20 {padding-top:20px;}
.mt-20 {margin-top:20px;}

.pt-15 {padding-top:15px;}
.mt-15 {margin-top:15px;}

.mt-10 {margin-top:10px;}

.mt-5 {margin-top:5px;}

.pt-0 {padding-top: 0;}
.pb-0 {padding-bottom: 0;}
.pr-0 {padding-right:0 !important;}
.pl-0 {padding-left:0 !important;}
.pr-5 {padding-right:5px !important;}
.pl-5 {padding-left:5px !important;}
.d-none {display:none;}

.mr-0 {margin-right:0px !important; }
.ml-0 {margin-left:0px !important; }
.mt-0 {margin-top:0px !important;}
.uppercase {text-transform: uppercase;}
.lh-18px {line-height: 18px;}
.lh-20px {line-height: 20px;}
.clearBoth {clear:both;}

.rgg_imagegrid {margin-top:30px;}

ol {padding-left:15px !important;}
/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Reset
--------------------------------------------------------------------------------------------------------------------------------
*/
html {-webkit-font-smoothing: antialiased;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }
article {position: relative;}
strong, b {font-weight: 500;}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Common
--------------------------------------------------------------------------------------------------------------------------------
*/
a , a:hover, a:active, a:focus {
	outline: 0;
}


/* Common: Clear */
.clear { clear: both; height: 0px; visibility: hidden; margin: 0; padding: 0; }

/* Common: Selection */
::selection { background: black; color: white; text-shadow: none; }
::-moz-selection { background: black; color: white;  text-shadow: none; }
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

/* Common: Link */
a:link, a:visited { color: white; cursor: pointer; text-decoration: none; /*background-image: url("images/bg-a.png");*/ 
	background-position: left bottom; background-repeat: repeat-x; 
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	-ms-transition: all 0.2s linear; 
	transition: all 0.2s linear; 
	color:#fff;
}
a:hover { cursor: pointer; text-decoration: none; background-image: none; }
small a { color: white !important; }


/* Common: Effect */
.round { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.round-top { -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.round-bottom { -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.shadow { -moz-box-shadow: 0 0 10px rgba(0,0,0,1); -webkit-box-shadow: 0 0 10px rgba(0,0,0,1); box-shadow: 0 0 10px rgba(0,0,0,1); }
.shadow-top { -moz-box-shadow: 0 -5px 20px rgba(0,0,0,0.25); -webkit-box-shadow: 0 -5px 20px rgba(0,0,0,0.25); box-shadow: 0 -5px 20px rgba(0,0,0,0.25); }
.shadow-bottom { -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.25); -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.25); box-shadow: 0 5px 20px rgba(0,0,0,0.25); }
.shadow-big { -moz-box-shadow: 0 0 35px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.5); box-shadow: 0 0 35px rgba(0,0,0,0.5); }
.shadow-big-top { -moz-box-shadow: 0 -5px 30px rgba(0,0,0,0.75); -webkit-box-shadow: 0 -5px 30px rgba(0,0,0,0.75); box-shadow: 0 -5px 30px rgba(0,0,0,0.75); }
.shadow-big-bottom { -moz-box-shadow: 0 5px 30px rgba(0,0,0,1); -webkit-box-shadow: 0 5px 30px rgba(0,0,0,1); box-shadow: 0 5px 30px rgba(0,0,0,1); }
.shadow-inner { -moz-box-shadow: inset 0 3px 10px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,0.5); box-shadow: inset 0 3px 10px rgba(0,0,0,0.5); }

/* Common: Image */
.imageNewLoader { background-color: transparent; background-image: url("images/newloader1.gif"); background-position: center center; background-repeat: no-repeat; height: 40px;width:40px; }
/*.image { background-color: rgba(255,255,255,0.3); background-image: url("images/loading.gif"); background-position: center center; background-repeat: no-repeat; min-height: 30px; }*/
.image a { background-color: transparent; background-image: none; }
/*.image img { display: none; }*/
.image-overlay { position: relative; display: block; width: 100%; height: 100%; }
.image-overlay img { display: block; }
.image-overlay a span { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background: url("images/bg-overlay-dark-25.png") repeat; }
.image-overlay.callout-image-container a span {background: rgba(0,0,0,.6);}

.ie7 .image-overlay a span,
.ie8 .image-overlay a span,
.ie9 .image-overlay a span { display: none; }
.image-overlay a span span { float: left; width: 100%; height: 100%; background: transparent url("images/bg-overlay-plus.png") center center no-repeat; }
.image-overlay.callout-image-container a span span {background: none;display: none;}
/* Common: Heading */
h1 { /*font-family: "OpenSansCondensedBold" !important;*/
	/*font-family: 'Raleway',sans-serif;*/
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 26px; padding: 15px 0; clear: both;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, .8); */
}

h2 { 
	/*font-family: "Open Sans Condensed", sans-serif !important;*/
	/*font-family: 'Raleway',sans-serif;*/
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
	font-weight: 300;
	font-size: 20px; padding: 15px 0; clear: both; 
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, .8); */
}

h3 { 
	/*font-family: "OpenSansCondensedBold" !important;*/
	/*font-family: 'Raleway',sans-serif;*/
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
	font-weight: 300;
	font-size: 17px; padding: 10px 0; clear: both; 

	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);*/
}
h4 { font-size: 15px; font-weight: normal; padding: 10px 0; clear: both;/*text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);*/ }
h5 { font-size: 13px; font-weight: normal; padding: 10px 0; clear: both;/*text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);*/ }

/* Common: Page Header */
.page-header {/*float: left;*/ width: 100%; padding: 0px 0; text-align: left; /*background: url("images/bg-overlay-dark-15.png") left top repeat;*/ }
.page-header h1 { color:#fff; margin: 0; /*font-family: "Raleway",sans-serif !important;*/font-family: 'Roboto', sans-serif !important; font-size: 26px;font-weight: 300; text-transform: uppercase;}

.page-header h1 .post-price { font-weight: normal; padding: 0 10px; }

/* Common: Align */
.left { float: left; text-align: left; }
.center { margin: 0 auto; }
.right { float: right; text-align: right; }
.no-display { display: none; }

/* Common: List */
ul { /*list-style: none;*/ list-style: square outside; margin-left:15px;}
.content-page ul { /*float: left;*/ width: 100%; margin: 10px 0 20px 15px;}
.content-page ul li { padding: 2px 0 2px 0px; /*background: url("images/point-content.png") 0px 7px no-repeat;*/ }

/* Common: Paragraph */
.content-page p, .post-content p { margin-bottom: 10px; line-height: 20px; }

/* Common: Note */
.note { float: left; margin: 10px 0; padding-left: 25px; font-size: 11px; background: url("images/icons/icon-info.png") left 3px no-repeat; }

/* Common: iFrame */
iframe { width: 100% !important; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }

/* Common: 404 Page not found */
.page-not-found { width: 100%; text-align: center; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Layout
--------------------------------------------------------------------------------------------------------------------------------
*/

/*
--------------------------------------------------------------
Default Layout (more than 1024x768): 988px
Gutters: 20px
--------------------------------------------------------------
Columns   1   2    3    4    5    6    7    8    9    10   11   12
Pixels    64  148  232  316  400  484  568  652  736  820  904  988
--------------------------------------------------------------
*/

/* Layout: Header */
header.header { width: 100%; height: 90px; }
header.header .header-container { width: 100%; height: 100%;
	/*
	background:rgba(0,0,0,.7); 
	background:rgba(29,34,40,1); 
	*/
	background:#2E3640;
	/*
	background-image: url("images/bg-header1.png");
	background-position: center 25px;
 	background-repeat: no-repeat;
 	*/

 	border-bottom: 1px solid #282d34;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

/* Layout: Header: Topbar */
header.header .topbar { width: 100%; height: 25px; margin: 0 auto;/*background:#22130d;*/ }

/* Layout: Navigation */
nav.navigation,
nav.navigation-mobile { width: 100%; /*height: 55px;*/ }
nav.navigation .navigation-container,
nav.navigation-mobile .navigation-mobile-container { 
	/*width: 988px;*/
	width:1160px; 
	/*height: 55px; */
	margin: 0 auto; 
}
nav.navigation-mobile .menu li a {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
nav.navigation-mobile .menu li a {
    display: block;
    float: none;
    clear: both;
    padding: 7px 15px 7px 20px !important;
    background-color: transparent !important;
    font-size: 16px;
    font-weight: 300;
    border-bottom: none;
}

/* Layout: Canvas */
.canvas { width: 100%; clear: both; margin-top:90px;}

/* Layout: Content */
.content { width: 100%; padding: 0px 0 60px; position: relative; z-index: 1; min-height:400px;}
.fixedBG .content {opacity: 0;}
.content .content-container { width: 1160px; margin: 0 auto 20px; }

/* Layout: Content */
.content-page { width: 100%; padding: 20px 0; }

/* Layout: Callouts */
.callouts { width: 100%; margin: 20px 0 40px; }

/* Layout: Content - Home */
.content-home { width: 100%; margin: 0px 0 0; }
.content-home .content-home-container { width:988px; margin: 0 auto 30px; }
.content-home .content-page-home { width: 100%; margin: 0px 0 20px; }
.content-home #o-nas.content-page-home { width: 100%; margin: 20px 0 20px; }


/* Layout: Page - Left */

.rail-content {position: relative;}

.page-left { width: 988px; padding: 20px 0; }
.page-left .rail-content { width: 716px; margin-left: 40px; }
.page-header {width: 100%;}

.page-left .rail-content-container { width: 100%; }
.page-left .rail-left { width: 250px; }

/* Layout: Page - Right */

.page-right { width: 1160px; padding: 0px 0; }
.page-right .rail-content { width:880px; margin-right: 30px; }
.page-right .rail-content-container { width: 100%; }
.page-right .rail-right { width: 250px; }

/* Layout: Page - Full */

.page-full { width: 1160px; }
.page-full.bartbigger {width:1008px;margin-top: 10px;}
.page-full .page-full-container { width: 100%; }

/* Layout: Widget Areas: Footer */
.widget-area-footer { width: 100%; }
.widget-area-footer .widget-area-footer-container { width: 988px; margin: 0 auto; }

/* Layout: Footer */
footer.footer { width: 100%; }
footer.footer .footer-container { width: 1160px; margin: 0 auto; padding: 10px 0 10px 0;color:#fff; }
footer.first.footer .footer-container { width:1160px;color:#1d1828;padding-top:20px; }


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Header
--------------------------------------------------------------------------------------------------------------------------------
*/

header.header { 
	text-align: center; position: fixed; z-index: 9999; 
	top:0;
	/*
	background-image: url("images/bg-header1.png");
	background-position: center 25px;
 	background-repeat: no-repeat;
 	*/
 }
/*header.header .header-container { background: url("images/bg-header-container.png") left top repeat-x; }*/

/* Header: Logo */
header.header .logo { margin: 0 auto; margin-top:-7px;}
header.header .logo .logo-image img {width:220px;}
header.header .logo-image,
header.header .logo-default { margin:0 padding: 0; position:absolute;z-index:9999; margin-top:-30px;}
header.header .logo-image h1,
header.header .logo-default h1 { display: block; padding: 0; margin: 0; }
header.header .logo-image a,
header.header .logo-default a { display: block; margin: 0; padding: 0; background-color: transparent; background-image: none;}

/* Header: Tagline */
header.header .tagline { padding: 15px 0; /*font-family: "OpenSansCondensedLight" !important; */ font-size: 15px; opacity: .4; filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Navigation
--------------------------------------------------------------------------------------------------------------------------------
*/

/*
--------------------------------------------------------------
Navigation: Primary navigation
--------------------------------------------------------------
*/

nav.navigation { margin: 24px 0 0 0; position: relative; z-index: 999; 
	position:absolute;
	/*font-family: 'BenchNine', sans-serif !important;*/
	font-family: 'Roboto', sans-serif !important;
	right:0;
	font-weight: normal; text-transform: uppercase; 
}
nav.navigation .navigation-container { text-align: center; padding: 0; }
nav.navigation ul { width: auto; height: 55px; list-style: none;float:right; }
nav.navigation li { 
	height: 43px;
	display: inline-block;
	position: relative;
	font-size: 15px;
	margin: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-bottom: 5px solid transparent;
	-webkit-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-o-transition: border .3s linear;
	-ms-transition: border .3s linear;
	transition: border .3s linear;
}

nav.navigation .menu-primary-navigation-container {float:right;}
nav.navigation .menu-primary-navigation-container li { margin-right: -7px; }
.ie7 nav.navigation li { display: inline; }
nav.navigation li:hover,
nav.navigation li.current-category-parent,
nav.navigation li.current-menu-item {
	height: 43px;
	border-bottom: 5px solid;
	cursor: pointer;
	color: white;
}
nav.navigation li a { 
	float: left;
	display: block;
	padding: 13px 10px 19px;
	color: #ddd;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}
nav.navigation li:hover a,
nav.navigation li a:hover,
nav.navigation li.current-category-parent a,
nav.navigation li.current-menu-item a{
	background-color: transparent;color:#ffffff !important; 
}

nav.navigation ul.sub-menu li a {color:#1d1828 !important; }
nav.navigation ul.sub-menu li a:hover { color:#000;background-color: #eeeeee !important; }


/* Primary navigation: Sub */
nav.navigation li .sub-menu,
nav.navigation li .children {
	opacity: 0;
	position: absolute;
	left: 0;
	top: -9999px;
	width: 200px;
	height: auto;
	text-align: left;
	text-transform: none;
	margin: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	transition: opacity .3s linear;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}
nav.navigation li:hover .sub-menu,
nav.navigation li:hover .children { top: 53px; opacity: 1; }
nav.navigation li li { 
	float: none !important;
	display: block;
	width: 200px;
	padding: 0;
	margin: 0;
	border: none;
	height: auto;
	font-size: 19px;
	position: relative;
	text-shadow: none;
}
nav.navigation li:hover li { border: none; height: auto; }
nav.navigation li li a {
	color:#1d1828;
	display: block;
	float: none;
	clear: both;
	padding: 10px 20px !important;
	background-color: white !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
nav.navigation li li:hover a {
	color: white !important;
	text-shadow: none !important;
}
nav.navigation li li:last-child a { border-bottom: 1px solid rgba(0,0,0,0); }

/* Primary navigation: Sub-sub */
nav.navigation li li .sub-menu,
nav.navigation li li .children {
	opacity: 0;
	position: absolute;
	top: -999px !important;
	left: 200px !important;
	width: 200px;
	text-align: left;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
nav.navigation li:hover li .sub-menu,
nav.navigation li:hover li .children { opacity: 0; }
nav.navigation li li:hover .sub-menu,
nav.navigation li li:hover .children { top: 0 !important; opacity: 1; }
nav.navigation li li li a,
nav.navigation li li:hover li a,
nav.navigation li:hover li:hover li a {
	background-color: white !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
}
nav.navigation li li li:hover a,
nav.navigation li:hover li:hover li:hover a {
	color: white !important;
	text-shadow: none !important;
}
nav.navigation li li li:last-child a { border-bottom: 1px solid rgba(0,0,0,0); }

nav.navigation .socials ul {margin-left:5px;}
nav.navigation .socials ul li {height: auto;margin-top:1px;border:none;}
nav.navigation .socials  {
	height:19px;
	margin-top:11px;
	margin-left:0px;
	/*border-left: 1px solid rgba(255,255,255,.1);*/
}
nav.navigation .socials ul li:hover,
nav.navigation .socials ul li:hover a {border:none;}


/*
--------------------------------------------------------------
Navigation: Primary navigation - Mobile
--------------------------------------------------------------
*/

nav.navigation-mobile { display:none;}
nav.navigation-mobile .menu-primary-navigation-container {left: -180px;position: absolute;top: -5px;}
nav.navigation-mobile { margin: 0; position: relative; z-index: 999; /*font-family: 'BenchNine', sans-serif !important;*/ font-family: 'Roboto', sans-serif !important; font-weight: normal; text-transform: uppercase; background: url("images/bg-menu.png") left bottom repeat-x; }
nav.navigation-mobile .navigation-mobile-container { text-align: right; padding: 0; font-size: 19px; }

nav.navigation-mobile ul { width: 100%; /*height: 55px;*/ list-style: none; }
nav.navigation-mobile li.select { width: auto; text-align: right;background:url('images/mbile-menu-icon.png') no-repeat 0px 17px;}
nav.navigation-mobile li { 
	/*height: 50px;*/
	display: inline-block;
	position: relative;
	font-size: 19px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	/*border-bottom: 5px solid transparent;*/
	-webkit-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-o-transition: border .3s linear;
	-ms-transition: border .3s linear;
	transition: border .3s linear;
}
.ie7 nav.navigation-mobile li { display: inline; }
nav.navigation-mobile li:hover {
	height: 50px;
	border-bottom: 5px solid;
	cursor: pointer;
	color: white;
}
nav.navigation-mobile li a { 
	display: block;
	display: inline-block;
	padding: 13px 9px 16px 9px;
	/*color: white;*/
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}
nav.navigation-mobile li:hover a,
nav.navigation-mobile li a:hover { background-color: transparent; }

nav.navigation-mobile div.socials ul li:hover {height: auto;}
nav.navigation-mobile div.socials ul  {margin-left:5px;}
nav.navigation-mobile div.socials {display: block;position: absolute;z-index: -1;left:5px;right: 6px;margin-top:3px;}
nav.navigation-mobile div.socials div.itemContainer.last-socials {float: right;position: relative;margin-top:0px;}
nav.navigation-mobile div.socials div.itemContainer.last-socials a {float: right;color:#fff;font-size: 19px;opacity: 0.7;margin-right: 9px;}
nav.navigation-mobile div.socials div.itemContainer.last-socials a:hover {opacity: 1;}


/* Primary navigation - Mobile: Sub */
nav.navigation-mobile .menu {
	display: block;
	position: relative;
	/*top: 70px;*/
	/*width: 250px;*/
	height: auto;
	text-align: left;
	text-transform: none;
	margin: 0;
	/*
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	*/
	background-color: transparent;
	font-family: 'Roboto', sans-serif !important;
	/*font-family: 'BenchNine', sans-serif !important;*/
}
nav.navigation-mobile .menu li { 
	
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	height: auto;
	font-size: 16px;
	position: relative;
	text-shadow: none;
	background-color: transparent; !important;
}
nav.navigation-mobile .menu li:hover { border: none; height: auto; }
nav.navigation-mobile .menu li a {
	display: block;
	float: none;
	clear: both;
	padding: 7px 15px 7px 20px !important;
	background-color: transparent; !important;
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
nav.navigation-mobile .menu li:hover a {
	color: white !important;
	text-shadow: none !important;
}
nav.navigation-mobile .menu li:last-child a { border-bottom: 1px solid rgba(0,0,0,0); }

/* Primary navigation - Mobile: Sub-sub */
nav.navigation-mobile .menu .sub-menu,
nav.navigation-mobile .menu .children { width: 100%; clear: both; }

nav.navigation-mobile .menu .sub-menu li,
nav.navigation-mobile .menu .children li,
nav.navigation-mobile .menu li:hover .sub-menu li,
nav.navigation-mobile .menu li:hover .children li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	height: auto;
	font-size: 16px;
	position: relative;
	text-shadow: none;
	background-color: white !important;
}
nav.navigation-mobile .menu .sub-menu li:hover,
nav.navigation-mobile .menu .children li:hover,
nav.navigation-mobile .menu li:hover .sub-menu li:hover,
nav.navigation-mobile .menu li:hover .children li:hover { border: none; height: auto; }
nav.navigation-mobile .menu li .sub-menu a,
nav.navigation-mobile .menu li .children a {
	display: block;
	float: none;
	clear: both;
	padding: 5px 20px 5px 40px !important;
	background-color: white !important;
	background-image: url("images/bg-menu-list-point.png");
	background-position: 25px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
nav.navigation-mobile .menu li .sub-menu li a,
nav.navigation-mobile .menu li .children li a {
	text-shadow: none !important;
	background-color: #f0f0f0 !important;
}
nav.navigation-mobile .menu li .sub-menu li:hover a,
nav.navigation-mobile .menu li .children li:hover a {
	color: white !important;
}


/*
--------------------------------------------------------------
Navigation: Secondary navigation
--------------------------------------------------------------
*/

/* Secondary navigation: Categories */
nav.navigation-categories { display: block; width: 100%; font-family: 'Roboto', sans-serif !important; font-size: 14px; }
nav.navigation-categories a { display: block; padding: 8px 0px 8px 10px; /*text-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/ }
nav.navigation-categories a:hover { /*text-shadow: 0 0 3px rgba(255,255,255,0.5);*/ color: #000; }
nav.navigation-categories .children a { padding: 8px 15px 8px 25px; font-size: 16px; }
nav.navigation-categories .children a:hover { /*color: white;*/color: #000; }

/* Secondary navigation: Archives */
nav.navigation-archives { display: block; width: 100%;font-family: 'Roboto', sans-serif !important; font-size: 18px; }
nav.navigation-archives a { display: block; padding: 8px 15px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
nav.navigation-archives a:hover { text-shadow: 0 0 3px rgba(255,255,255,0.5); color: white; }

/* Secondary navigation: Menu Card */
nav.navigation-menucard { display: block; width: 100%; font-family: 'Roboto', sans-serif !important; font-size: 18px; padding-top: 38px; }
nav.navigation-menucard a { display: block; padding: 8px 15px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
nav.navigation-menucard a:hover { text-shadow: 0 0 3px rgba(255,255,255,0.5); }
nav.navigation-menucard li:last-child a { background-image: none; }
nav.navigation-menucard li.back-to-top a { padding-left: 40px; background-image: url("images/icons/icon-top.png"); background-position: 10px center; background-repeat: no-repeat; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Slideshow (Supersized)
--------------------------------------------------------------------------------------------------------------------------------
*/
/*
#supersized-loader { position: absolute; top: 50%; left: 50%; z-index: 0; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background:url("images/loading.gif") no-repeat center center;}
#supersized { display: block; position: absolute; left: 0; top: 140px; overflow: hidden; z-index: -999; height: 100%; width: 100%;min-height:645px; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; }
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }
#supersized li { display: block; list-style: none; z-index: -30; position: absolute; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: url("images/loading.gif") no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img{ visibility: hidden; }
#supersized li.prevslide img,
#supersized li.activeslide img{ display: inline; }

.slideshow-overlay { display: block; position: fixed; left: 0; top: 0; overflow: hidden; z-index: -99; height: 100%; width: 100%; background: url("images/bg-overlay-pattern.png") left top repeat; }
.slideshow-caption { position: absolute; z-index: 1; left: 50%; top: 320px; margin-left: -410px; width: 820px; }
.slideshow-caption-container { display: block; color: white; padding: 10px 0 20px; text-align: center; text-shadow: 0 0 10px rgba(0,0,0,0.5); }
.slideshow-caption h2 { margin: 0 0 10px; padding: 0; font-size: 60px; font-family: "Open Sans Condensed",sans-serif !important; line-height: 90%; text-align: center; font-weight:700;}
.slideshow-caption p { margin: 0; padding: 0; font-family: "OpenSansBold", Arial, Helvetica, serif; font-size: 18px; }
.slideshow-prev,
.slideshow-next { position: absolute; width: 38px; height: 72px; top: 550px; z-index: 1; opacity: 0.6; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; -ms-transition: opacity 0.3s linear; transition: opacity 0.3s linear; display:none !important;}
.slideshow-prev,
.slideshow-prev:hover { left: 40px; background-image: url("images/arrow-prev.png"); }
.slideshow-next,
.slideshow-next:hover { right: 40px; background-image: url("images/arrow-next.png"); }
.slideshow-prev:hover,
.slideshow-next:hover { cursor: pointer; opacity: 1; background-color: transparent; }

#superSlideshow {height: auto;}
*/
/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Content
--------------------------------------------------------------------------------------------------------------------------------
*/

.content { /* background-image: url("images/bg-content.png"); background-position: left top; background-repeat: repeat-x;  */}
.content .content-container { position: relative; }

/* Content - Home */
.content-home { /*background-image: url("images/bg-content.png"); background-position: left top; background-repeat: repeat-x; position: relative; z-index: 9;*/ }
.content-home .content-page-home { clear: both; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Callouts
--------------------------------------------------------------------------------------------------------------------------------
*/

.callouts { position: relative; 
	/*font-family: "Raleway",sans-serif !important;*/
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	font-size:14px !important;
}
.callouts .callout-block { width: 316px; margin: 0 20px 20px 0; overflow: hidden;position: relative;}
.callouts .callout-block.last { margin: 0 0 20px; }
.callouts .callout-title { padding: 0; margin: 0; text-shadow: 1px 1px 1px rgba(0,0,0,1); 

	/*font-family: "OpenSansCondensedLight" !important; font-size: 19px; font-weight: normal; */

	/*
	font-family: "Open Sans Condensed",sans-serif !important;
	font-weight: 700 !important;
	font-size:20px !important;
	*/

	/*font-family: "Raleway",sans-serif !important;*/
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	font-size:17px !important;	

	/*
	font-family: 'BenchNine', sans-serif !important;
	font-weight:200;
	*/

}
.callouts .callout-title a,
.callouts .callout-title.without-link { display: block; height: 25px; text-align: center; text-decoration: none; padding: 6px 20px 9px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-top-left-radius: 0px; border-top-right-radius: 0px; /*background-image: url("images/bg-callout-title.png"); background-position: left top; background-repeat: repeat-x;*/ }
.callouts .callout-title.without-link { -webkit-transition: background-position 0.3s linear; -moz-transition: background-position 0.3s linear; -o-transition: background-position 0.3s linear; -ms-transition: background-position 0.3s linear; transition: background-position 0.3s linear; }
.callouts .callout-title a:hover { background-position: left bottom; }
.callouts .callout-block:hover .callout-title a { background-position: left bottom; }
.callouts .callout-block:hover .callout-title.without-link { background-position: left bottom; }
.callouts .callout-title, .callouts .callout-title a { 
	text-decoration: none; line-height:26px;
	height: 35px;
    line-height: 35px;
}

.callouts .callout-image { width: 316px; height: 210px; padding-bottom: 0px; /*background-image: url("images/bg-content.png");*/ background-position: left bottom; background-repeat: repeat-x; overflow: hidden; }

.callouts .callout-content {position: relative;width: 100%;height: auto;position: relative;line-height: 22px;}
.callouts .callout-content-container { padding: 2px 20px 3px; text-align: center;position: absolute;height: 210px;z-index: 999; }
.callouts .callout-content .button { float: none; display: inline-block; padding: 0; }
.callouts .callout-content .button a { margin: 15px 0 0; border: 1px solid; }

.callouts h2 {margin-bottom:5px;text-align: center;}
.callouts div.tite-info {width:100%;margin-bottom: 20px;font-family: 'Roboto', sans-serif !important;text-align: center;}
/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Sidebar
--------------------------------------------------------------------------------------------------------------------------------
*/

/*.sidebar h3 { font-size: 18px; font-weight: 700; color: white; border-bottom: 2px solid white; }*/
.sidebar .block { display: block; margin-bottom: 20px; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Footer
--------------------------------------------------------------------------------------------------------------------------------
*/

footer.footer { /*background-image: url("images/bg-footer.png"); background-position: left top; background-repeat: repeat-x; */}


/* Footer: Copyright */
footer.footer .copyright { 
	padding: 45px 0 0 0; 
	font-size:11px;
	
	font-family: 'Roboto', sans-serif !important;
	color:#494b4d;
}
footer.footer .copyright a,footer.footer .copyright a:hover {color:#494b4d;}

/*
footer.footer .socials { width: 100%; text-align: center; float:none;margin-top:0;margin:auto;height:30px;}
footer.footer .socials ul { display: inline-block; float: none; }
*/
div.footer-container .itemContainer.last-socials {position: relative;width: 100%;}
div.footer-container .itemContainer.last-socials a {display:inline;font-size:21px;padding:0 10px;}


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
List
--------------------------------------------------------------------------------------------------------------------------------
*/

/* List: Posts */
.list-posts { width: 100%; }
.list-posts .post { float: left; width: 100%; padding: 0 0 0px; margin: 0 0 0px 0; /*background: url("images/line-dotted-double.png") left bottom repeat-x;*/ }
.list-posts .post-header h2 { margin: 0 0 5px; padding: 3px 0; 
	/*font-family: "Open Sans Condensed",sans-serif !important; */
	font-size: 14px !important; 
	font-weight: 500;
}

.list-posts .post-header.big {/*min-height: 61px;*/ position: relative;height: auto;}

.list-posts .post-header h2 a { text-decoration: none; background-image: none; }
.list-posts .post-header h2 a:hover { background-color: transparent;/*color:#000 !important;*/ }
.list-posts .post-info { width: 70px; margin-right: 20px; text-align: center; text-shadow: 1px 1px 1px rgba(0,0,0,0.25); }
.list-posts .post-info .post-info-block { display: block; font-family: 'Roboto', sans-serif !important; font-size: 15px; text-transform: uppercase; color: white; padding: 10px 0; text-align: center; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; margin: 0 0 10px; }
.list-posts .post-info .post-comments { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
.list-posts .post-info .post-comments a { padding-left: 22px; background-image: url("images/icons/icon-comments.png"); background-position: left 3px; background-repeat: no-repeat; }
.list-posts .post-info .post-comments a:hover { background-color: transparent; }
.list-posts .post-content { width: 100%; }
.list-posts .post-content a {font-weight: 600;}
/*.list-posts .post-image { width: 716px; height: 260px; margin-bottom: 10px; }*/
.list-posts .post-image { width: 100%;max-width:100%; /*height: 260px;*/ /*margin-bottom: 10px;*/ }
.list-posts .post-image img,
.list-posts .post-image span { /*-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; */}
.list-posts .post-excerpt { width: 100%; margin: 0 0 0px;font-size:12px; }
.list-posts .post-foot { display: block; width: 100%; padding: 20px 0 25px; clear: both; /*background: url("images/line-dotted.png") left top repeat-x;*/ }
.list-posts .post-tags { width: 65%; }
.post-continue, .post-continue a {font-weight: 400 !important;}
.archive .list-posts .post-excerpt {font-size: 14px;}
.archive .list-posts .post-header h2 {font-size: 15px !important;}

.archive .list-posts .post {margin-bottom:20px;}
/* List: Posts - Home */
footer .list-posts-home { width: 100%; margin: 10px 0 20px; }
footer.first.footer a:hover, footer .list-posts-home a:hover {color:#000;}
 
footer .list-posts-home .post { width: 267px;margin-right: 30px; background: none; }
footer .list-posts-home .post.last { margin-right: 0; }
footer .list-posts-home .post h2 { padding: 8px 0; font-size: 18px;/*position: absolute;bottom: 0;*/ }
footer .list-posts-home .post-content { width: 100%;margin:0 !important; }
footer .list-posts-home .post-image a {width:100%;display: block;height:100%;}
footer .list-posts-home .post a.post-link {display: block;position: relative;}
footer .list-posts-home .post-image { width: 100%;height:178px;}
footer .list-posts-home .post-image img {width: 100%;height: auto;min-height:100%;}
footer .list-posts-home .post-header.small {display: none;}

/* List: Posts - Search */
.list-posts-search .hentry { float: left; width: 100%; padding: 10px 0 10px; margin: 0; background: url("images/line-dotted.png") left bottom repeat-x; }
.list-posts-search .post-header h2 { margin: 0; padding: 0; font-size: 18px; }
.list-posts-search .post-content { width: 716px; }

/* List: Menu card */
.list-menucard { width: 100%; clear: both; }
.list-menucard .post { width: 100%; padding: 15px 0; background: url("images/line-dotted.png") left bottom repeat-x; }
.list-menucard .post-content { width: 100%; }
.list-menucard .with-image .post-content { width: 586px; }
.list-menucard .post-header { width: 100%; }
.list-menucard .post-header h3 { width: 100%; font-family: 'Roboto', sans-serif !important; font-size: 20px; padding: 0; }
.list-menucard .post-header h3 a { background-image: none; }
.list-menucard .post-header h3 a:hover { background-color: transparent; color: white; }
.list-menucard .post-description { width: 100%; padding: 5px 0; margin: 0; }
.list-menucard .post-image { width: 100px; height: 70px; margin-right: 20px; }
.list-menucard .post-image,
.list-menucard .post-image img,
.list-menucard .post-image span { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.list-menucard-block { width: 100%; background: url("images/line-dotted.png") left bottom repeat-x; padding: 0 0 2px; }
.list-menucard-block .list-menucard-block-header h2 { font-family: 'Roboto', sans-serif !important; font-size: 28px; font-weight: normal; padding: 20px 0; background: url("images/line-dotted-double.png") left bottom repeat-x; }
.list-menucard-block .list-menucard-block-header p { color: white; padding: 10px 0 15px; margin: 0; background: url("images/line-dotted.png") left bottom repeat-x; }

/* List: Menu card - Drink */
.list-menucard-drink .post { padding: 8px 0; }
.list-menucard-drink .post-header h3 { font-size: 18px; }

/* List: Photos */
.list-photos { width: 100%; clear: both; }
.list-photos .post { width: 232px; margin: 0 20px 0 0; }
.list-photos .post.last { margin: 0; }
.list-photos .post-header { width: 100%; text-align: center; }
.list-photos .post-header h3 { font-family: 'Roboto', sans-serif !important; font-size: 19px; padding: 15px 0 20px; color: white; }
.list-photos .post-image { width: 232px; height: 162px; }
.list-photos .post-image,
.list-photos .post-image img,
.list-photos .post-image span { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.list-photos .clearer-1 { display: none; }
.list-photos .clearer-2 { display: none; }

.list-photos-block { width: 100%; display: block; padding: 0 0 20px; background: url("images/line-dotted-double.png") left bottom repeat-x; }
.list-photos-block .list-photos-block-header { width: 100%; text-align: center; background: url("images/line-dotted.png") left bottom repeat-x; margin-bottom: 20px; }
.list-photos-block .list-photos-block-header h2 { font-family: 'Roboto', sans-serif !important; font-size: 28px; font-weight: normal; padding: 10px 0; clear: both; }
.list-photos-block .list-photos-block-header h2 a { background-image: none; }
.list-photos-block .list-photos-block-header h2 a:hover { background-color: transparent; color: white; }
.list-photos-block .list-photos-block-header p { color: white; padding: 10px 0 15px; margin: 0; background: url("images/line-dotted.png") left bottom repeat-x; }
.list-photos-block .list-photos-block-footer { width: 100%; text-align: center; background: url("images/line-dotted.png") left top repeat-x; padding-top: 20px; }

.ie7 .list-photos-block .list-photos-block-header,
.ie7 .list-photos-block .list-photos-block-footer { width: 988px; }

.list-photos-category { padding-top: 20px; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Single
--------------------------------------------------------------------------------------------------------------------------------
*/

/* Single: Menu card */
.single-menucard { width: 100%; }
.single-menucard .post { width: 100%; position: relative; }
.single-menucard .post-image { width: 100%; background-position: center 50px; min-height: 100px; }
.single-menucard .post-content { width: 100%; text-align: center; padding: 20px 0; margin-bottom: 20px; background: url("images/line-dotted-double.png") left bottom repeat-x; }
.single-menucard .post-description { width: 100%; text-align: center; font-family: 'Roboto', sans-serif !important; font-size: 20px; clear: both; margin: 10px 0 30px; }
.single-menucard .post-image { width: 988px; }
.single-menucard .post-image,
.single-menucard .post-image img,
.single-menucard .post-image span { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Other
--------------------------------------------------------------------------------------------------------------------------------
*/

/*
--------------------------------------------------------------
Other: Pagination
--------------------------------------------------------------
*/

.pagination { float: left; width: 100%; padding: 30px 0 0; }
.pagination .prev { float: left; }
.pagination .next { float: right; }

/*
--------------------------------------------------------------
Other: Button
--------------------------------------------------------------
*/
/* Button: Default Button */
button,
.button a,
button.button-standard,
.button-standard a,
button.standard,
.standard a,
#respond #comment-submit,
.page-full #respond #comment-submit,
#respond #comment-submit,
.comments .reply a,
a#cancel-comment-reply-link {
	float: left;
	width: auto;
	padding: 5px 15px;
	margin: 10px 0;
	
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	/*background-image: url("images/bg-button.png"); */
	background-position: left top;
	background-repeat: repeat-x;
	border: none;
	outline: none;
	text-shadow: -1px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
button:hover,
.button a:hover,
button.button-standard:hover,
.button-standard a:hover,
button.standard:hover,
.standard a:hover,
#respond #comment-submit:hover,
.page-full #respond #comment-submit:hover,
#respond #comment-submit:hover,
.comments .reply a:hover,
a#cancel-comment-reply-link:hover { color: #000; background-position: left bottom; cursor: pointer; text-shadow: 0 0 3px rgba(255,255,255,0.5); }

/* Button: Sizes */
.button.small a,
button.small,
.button-standard.small a { font-size: 11px; padding: 3px 12px; }
.button.medium a,
button.medium,
.button-standard.medium a { font-size: 13px; padding: 5px 15px; }
.button.large a,
button.large,
.button-standard.large a { font-size: 16px; padding: 7px 20px; }

/* Button: Alignment */
.button.left a,
button.left { float: left; margin: 5px 10px 5px 0; }
.button.center a,
button.center { display: block; text-align: center; padding: 15px 0; clear: both; }
.button.right a,
button.right { float: right; margin: 5px 0 5px 10px; }

/*
--------------------------------------------------------------
Other: Socials
--------------------------------------------------------------
*/
.socials li { display: inline;}
.socials a { display: block; width: 22px; height: 18px; opacity: 0.3; filter: alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	background-size: contain;
	background-position: center center;
}
.socials a:hover { opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.socials .rss a { background-image: url("images/icons/icon-rss.png"); background-position: center center; background-repeat: no-repeat; }
.socials .rss a:hover { background-color: #d2552d; }
.socials .twitter a { background-image: url("images/icons/icon-twitter.png"); background-position: center center; background-repeat: no-repeat; }
.socials .twitter a:hover { background-color: #0067c8; }
.socials .facebook a { background-image: url("images/icons/icon-facebook.png"); background-position: center center; background-repeat: no-repeat; 
	background-size: auto;	
}
.socials .facebook a:hover { background-color: #3b5998; }
.socials .linkedin a { background-image: url("images/icons/icon-linkedin.png"); background-position: center center; background-repeat: no-repeat; }
.socials .linkedin a:hover { background-color: #0073b2; }
.socials .googleplus a { background-image: url("images/icons/icon-googleplus.png"); background-position: center center; background-repeat: no-repeat; }
.socials .googleplus a:hover { background-color: #b93115; }
.socials .flickr a { background-image: url("images/icons/icon-flickr.png"); background-position: center center; background-repeat: no-repeat; }
.socials .flickr a:hover { background-color: #c5376d; }
.socials .vimeo a { background-image: url("images/icons/icon-vimeo.png");  background-position: center center; background-repeat: no-repeat; }
.socials .vimeo a:hover { background-color: #0b9abe; }

.socials .lang a {
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;
	opacity:1; 
	width:18px;
	height: 12px;
	margin-top:3px;
}
.socials .lang a:hover { background-color: #00005a; }
.socials .lang {margin-right:4px;}


.socials .lang.pl a { background-image: url("images/flags/pl.png");}
.socials .lang.gb a { background-image: url("images/flags/gb.png");}
.socials .lang.fr a { background-image: url("images/flags/fr.png");}
.socials .lang.de a { background-image: url("images/flags/de.png");}
.socials .lang.hr a { background-image: url("images/flags/hr.png");}
.socials .lang.sv a { background-image: url("images/flags/sv.png");}
.socials .lang.it a { background-image: url("images/flags/it.png");}

.socials .lupus-design {width:100px;}
.socials .lupus-design a{background-image: url("images/icons/lupus-design-logo2.png"); background-repeat: no-repeat;opacity:1; 
width:100px;padding-left:3px;padding-right:3px;}
.socials .lupus-design a:hover { background-color: #000000; }

div.footer-container nav.navigation .navigation-container div.socials ul li {border:none;}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Form
--------------------------------------------------------------------------------------------------------------------------------
*/

/* Form: Form Elements */
label,
.form label { float: left; padding: 5px 0; }
input,
.form input,
textarea,
.form textarea { 
	float: left;
	/*font-family: 'BenchNine',sans-serif !important;*/
	/*font-family: "Open Sans", sans-serif !important;*/
	
	font-family: 'Roboto', sans-serif !important;
		
    font-size: 14px;
	background-color: rgba(255,255,255,1);
	padding: 8px 10px 8px 10px; 
	clear: both;
	border: 1px solid rgba(0,0,0,0.2);
	/*
	border-top-color: rgba(0,0,0,0.2);
	border-left-color: rgba(0,0,0,0.2);
	border-bottom-color: rgba(0,0,0,0.2);
	border-right-color: rgba(0,0,0,0.2);
	*/
	color: #1d1828;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
input:focus,
.form input:focus,
textarea:focus,
.form textarea:focus {
	outline: none;
	-moz-box-shadow: 0 0 10px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,0.2);
	box-shadow: 0 0 10px rgba(255,255,255,0.2);
}
.ie7 input,
.ie8 input,
.ie7 .form input,
.ie8 .form input,
.ie7 textarea,
.ie8 textarea,
.ie7 .form textarea,
.ie8 .form textarea { background: transparent url("images/bg-overlay-dark-25.png") left top repeat; border: none; }

/* Form: Blocks */
.form { float: left; width: 100%; }
.form fieldset { margin: 0; padding: 0; }
.form .form-content { width: 100%; background: url("images/line-dotted.png") left bottom repeat-x; padding: 0 0 20px; }
.form .form-block { width: 100%; margin: 0 0 10px; clear: both; background: url("images/line-dotted.png") left top repeat-x; }
.form .form-block.first { background: none; }
.form .buttons { width: 100%; margin: 0; padding: 0; }
.form .buttons button { margin: 0; }
.form .form-header { width: 100%; text-align: left; margin-bottom: 10px; }
.form .form-header h2 { padding: 15px 0; background: url("images/line-dotted.png") left bottom repeat-x; }
.form .input-box { position: relative; width: 316px; margin-right: 20px; }
.form .input-box-wide { position: relative; width: 100%; margin-top: 10px; }
.form .input-box-quick { position: relative; width: 100%; margin-top: 5px; }
.form .input-box.last { margin-right: 0; }
.form .input-box input { width: 294px; }
.form .input-box textarea,
.form .input-box-wide textarea { float: left; width: 966px; }

/* Form: Required */
.form .required-star { float: left; padding: 5px 5px; }
.form .required-star-info { float: none; font-size: 11px;margin-top:5px;}

/* Form: Loading */
.form .loading { float: left; padding: 0 20px; height: 27px; }
.form .loading img { float: left; padding: 2px 0; }
.form .loading span { float: left; padding: 6px 10px }

/* Form: Validation - Error */
.form input.error,
.form textarea.error { border: 1px solid #e6192d; }
.form label.error { position: absolute; right: 0; top: 2px; background: #e6192d; color: white; padding: 3px 8px; z-index: 10; font-size: 12px; }

/* Form: Validation - Success */
.validation-success { float: left; margin: 20px 0 0; width: 984px; border: 1px solid rgba(0,0,0,0.2); }
.validation-success h4 { padding: 15px 20px; margin-bottom: 0; }

/* Form: Widgets */
.form-widget .form-block { margin: 0; padding: 0; background: none; }
.form-widget label.error { display: none !important; }
.form-widget .buttons { width: 100%; margin: 5px 0 0; padding: 0; }
.form-widget .validation-success-quick h4 { font-family: 'Roboto', sans-serif !important; font-size: 12px; padding: 10px; color: white; }
.form-widget .loading { float: right; padding-right: 0; }

/* Form: Datepicker */
.ui-datepicker { width: 316px; }

.form .button-standard {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    clear: both;
    color: #1d1828;
    float: left;
    
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    padding: 8px 10px;
    transition: all 0.3s linear 0s;
}

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Comments
--------------------------------------------------------------------------------------------------------------------------------
*/

/* Comments: List */
.comments { width: 100%; clear: both; }
.ie7 .comments .comments-container { margin-bottom: 25px; }
.comments h3 { margin: 0; padding: 0; font-family: 'Roboto', sans-serif !important; font-weight: normal; }
.comments .comment { float: left; width: 100%; margin: 10px 0 0; padding: 15px 0 0; position: relative; background: url("images/line-dotted.png") left top repeat-x; }

/* Comments: Depths */
.page-left .comments .comment .depth-2 .comment-author,
.page-left .comments .comment .depth-2 p { padding-left: 70px; width: 646px; }
.page-left .comments .comment .depth-3 .comment-author,
.page-left .comments .comment .depth-3 p { padding-left: 140px; width: 576px; }
.page-left .comments .comment .depth-4 .comment-author,
.page-left .comments .comment .depth-4 p { padding-left: 210px; width: 506px; }
.page-left .comments .comment .depth-5 .comment-author,
.page-left .comments .comment .depth-5 p { padding-left: 280px; width: 436px; }

.page-right .comments .comment .depth-2 .comment-author,
.page-right .comments .comment .depth-2 p { padding-left: 70px; width: 646px; }
.page-right .comments .comment .depth-3 .comment-author,
.page-right .comments .comment .depth-3 p { padding-left: 140px; width: 576px; }
.page-right .comments .comment .depth-4 .comment-author,
.page-right .comments .comment .depth-4 p { padding-left: 210px; width: 506px; }
.page-right .comments .comment .depth-5 .comment-author,
.page-right .comments .comment .depth-5 p { padding-left: 280px; width: 436px; }

.page-full .comments .comment .depth-2 .comment-author,
.page-full .comments .comment .depth-2 p { padding-left: 70px; width: 918px; }
.page-full .comments .comment .depth-3 .comment-author,
.page-full .comments .comment .depth-3 p { padding-left: 140px; width: 848px; }
.page-full .comments .comment .depth-4 .comment-author,
.page-full .comments .comment .depth-4 p { padding-left: 210px; width: 778px; }
.page-full .comments .comment .depth-5 .comment-author,
.page-full .comments .comment .depth-5 p { padding-left: 280px; width: 708px; }

.comments p.logged-in-as,
.comments p.comment-form-comment,
.comments p.form-allowed-tags,
.comments p.form-submit,
.comments form p { padding: 5px 0 0 !important; float: left; clear: none !important; }
.comments p.form-allowed-tags { float: left; margin: 10px 0; font-size: 11px; background: url("images/icons/icon-info.png") left 3px no-repeat; padding: 0 0 0 25px !important; }
.comments .comment-author .fn { font-family: 'Roboto', sans-serif !important; font-size: 18px; }
.comments .comment-author .fn a { background-image: none; }
.comments .comment-author .fn a:hover { color: white; }
.comments .comment-author .says { display: none; }
.comments .avatar { float: left; border: 3px solid white; margin-right: 20px; }
.comments .comment-meta { float: left; margin-top: 4px; font-size: 11px; }
.comments .comment p { float: left; padding: 10px 0 0 0; clear: both; }
.comments .reply { position: absolute; right: 0; top: 15px; }
.comments .comment-awaiting-moderation { color: white; font-weight: bold; }
.comments .be-first { margin-bottom: 20px; }

/* Comments: Form - Respond */
#respond { float: left; width: 100%; padding-top: 20px; margin-top: 10px; background: url("images/line-dotted.png") left top repeat-x; }
#respond .required { margin-left: 5px; color: white; }
#respond #reply-title small a { position: absolute; right: 0; }
#respond .comment-notes { float: left; width: 100%; margin-bottom: 10px; }
#respond .comment-form-email { margin-right: 0; }
#respond .comment-form-comment { float: left; width: 100%; clear: both; padding-left: 0 !important; }
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url { float: left; width: 316px; margin-right: 20px; }
#respond .comment-form-url { margin-right: 0; }
#respond input { width: 294px; }
#respond textarea { width: 966px; height: 100px; }

.page-left #respond .comment-form-author,
.page-left #respond .comment-form-email,
.page-left #respond .comment-form-url { float: left; width: 222px; margin-right: 25px; }
.page-right #respond .comment-form-author,
.page-right #respond .comment-form-email,
.page-right #respond .comment-form-url { float: left; width: 222px; margin-right: 25px; }
.page-left #respond .comment-form-url,
.page-right #respond .comment-form-url { margin-right: 0; }
.page-left #respond input,
.page-right #respond input { width: 200px; }
.page-left #respond textarea,
.page-right #respond textarea { width: 694px; height: 100px; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Widget Areas
--------------------------------------------------------------------------------------------------------------------------------
*/

/* Widget Areas: Footer */
.widget-area-footer { background-image: url("images/bg-widget-area-footer.png"); background-position: left top; background-repeat: repeat-x; }
.widget-area-footer-left,
.widget-area-footer-center,
.widget-area-footer-right { width: 296px; padding: 40px 0 20px; }
.widget-area-footer-left,
.widget-area-footer-center { margin-right: 40px; }
.widget-area-footer .widget-block,
.widget-area-footer .widget-content { text-align: center; }
.widget-area-footer ul { list-style: none; }
.widget-area-footer .post-info a { background-image: none; }
.widget-area-footer .post-info a:hover { color: white; }
.widget-area-footer .button { float: left; width: 100%; text-align: center; padding: 0; clear: both; }
.widget-area-footer .button a { float: none; display: inline-block; margin: 0; font-size: 11px; }

/* Widget Areas: Sidebar */
.widget-area-sidebar { width: 100%; }
.widget-area-sidebar ul { list-style: none; }
.widget-area-sidebar .post-info a { background-image: none; }
.widget-area-sidebar .post-info a:hover { color: white; }
.widget-area-sidebar .button { ma }
.widget-area-sidebar .button a { font-size: 11px; padding: 3px 12px; }
.widget-area-sidebar .widget-content { width: 100%; margin: 0 0 10px; }


/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Widget
--------------------------------------------------------------------------------------------------------------------------------
*/

.widget-block { display: block; width: 100%; margin-bottom: 20px; }
.widget-title { padding: 10px 0; margin-bottom: 10px; }
.widget-content { width: 100%; margin: 0 0 20px; }

/*
--------------------------------------------------------------
Custom Widget
--------------------------------------------------------------
*/

/* Custom Widget: Contact */
.widget_contact { width: 100%; }
.widget_contact p { margin-bottom: 10px; }
.widget_contact input,
.widget_contact textarea { width: 210px; }
.widget_contact .validation-success-quick { width: 228px; }

/* Custom Widget: Opening Hours */
.widget_opening_hours { float: left; width: 100%; }
.widget_opening_hours .day { float: left; width: 100%; padding: 4px 0; clear: both; background: url("images/line-dotted.png") left bottom repeat-x; }
.widget_opening_hours .day.last { background: none; }

/* Custom Widget: Reservation */
.widget_reservation { width: 100%; }
.widget_reservation h4 { font-family: 'Roboto', sans-serif !important; font-size: 18px; margin: 5px 0 10px; padding: 0; }
.widget_reservation input { width: 210px; }
.widget_reservation .validation-success-quick { width: 228px; }

/* Custom Widget: Testimonial */
.widget_testimonial .testimonial { float: left; width: 100%; padding-top: 20px; background: url("images/bg-testimonial-top.png") left top no-repeat; }
.widget_testimonial .testimonial-content { margin: 0; font-family: 'Roboto', sans-serif !important; font-size: 18px; }
.widget_testimonial .testimonial-author { float: right; width: 100%; text-align: right; padding-bottom: 20px; margin: 5px 0 10px; background: url("images/bg-testimonial-bottom.png") right bottom no-repeat; }
.widget-area-footer .widget_testimonial .testimonial-content,
.widget-area-footer .widget_testimonial .testimonial-author { text-align: center; }

/* Custom Widget: Tweets */
.widget_tweets .post-content { width: 100%; }
.widget_tweets .post-info { width: 100%; clear: both; font-family: 'Roboto', sans-serif !important; margin: 5px 0 10px; }
.widget-area-footer .widget_tweets .post-content,
.widget-area-footer .widget_tweets .post-info { text-align: center; }

/*
--------------------------------------------------------------
WordPress Widget
--------------------------------------------------------------
*/

/* WordPress Widget: Search */
.widget_search { width: 100%; }
.widget_search input { width: 200px; margin: 0; margin-left:12px;}
.widget-area-footer .widget_search input { width: 294px; margin: 0; }

/* WordPress Widget: Recent posts */
.widget_recent_entries ul li { margin-bottom: 10px; }

/* WordPress Widget: Categories */
.widget_categories .widget-title { margin: 0; }
.widget_categories select { width: 100%; padding: 3px 0; }
.widget_categories { display: block; width: 100%;font-family: 'Roboto', sans-serif !important; font-size: 18px; }
.widget_categories a { display: block; padding: 8px 15px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
.widget_categories a:hover { text-shadow: 0 0 3px rgba(255,255,255,0.5); color: white; }
.widget_categories .children { display: none; padding: 0; }
.widget_categories .children a { padding: 8px 15px 8px 25px; font-size: 16px; }
.widget_categories .children a:hover { color: white; }
.widget_categories .current-cat .children { display: block; }
.widget_categories .current-cat-parent .children { display: block; }
.widget-area-footer .widget_categories .children a { padding: 8px 15px 8px 15px; }
.widget-area-footer .widget_categories li:last-child a { background-image: none; }
/*.sidebar .current-cat  { text-decoration: underline;}*/
.rail-right.sidebar h2 {padding-bottom:0px !important;}
.sidebar li:after {
	/*
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
	
	width:0px;
	height: 1px;
	position: absolute;
	content: "";
	*/
}
/*
.sidebar .current-cat:after  {   
	content: '';
	display: block;
	background: #1d1828;
	height: 1px;
	max-width: 25px;
	width: 25px;
	position: absolute;
}
.sidebar li:hover:after {
	content: '';
	display: block;
	background: #1d1828;
	height: 1px;
	max-width: 25px;
	width: 25px;
	position: absolute;
}
*/
.sidebar a {padding-left:0 !important;padding-bottom: 4px !important;padding-top:15px !important;}

/* WordPress Widget: Archives */
.widget_archive select { width: 100%; padding: 3px 0; }

/* WordPress Widget: Nav Menu */
.widget_nav_menu { display: block; width: 100%; font-family: 'Roboto', sans-serif !important; font-size: 18px; }
.widget_nav_menu a { display: block; padding: 8px 15px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
.widget_nav_menu a:hover { text-shadow: 0 0 3px rgba(255,255,255,0.5); color: white; }
.widget_nav_menu .sub-menu { display: none; padding: 0; }
.widget_nav_menu .sub-menu a { padding: 8px 15px 8px 25px; font-size: 16px; }
.widget_nav_menu .sub-menu a:hover { color: white; }
.widget_nav_menu .current-menu-parent .sub-menu,
.widget_nav_menu .current-menu-item .sub-menu { display: block; }
.widget_nav_menu li:last-child a { background-image: none; }
.widget-area-footer .widget_nav_menu .sub-menu a { padding: 8px 15px 8px 15px; }

/* WordPress Widget: Tags */
.widget_tag_cloud a {
	float: left;
	font-size: 11px !important;
	text-decoration: none;
	padding: 5px 10px 6px;
	margin: 0 3px 3px 0;
	color: white;
	background-image: url("images/bg-overlay-dark-20.png"); 
	background-position: left top;
	background-repeat: repeat;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.widget_tag_cloud a:hover { text-decoration: none; color: white; background-image: none; }
.widget-area-footer .widget_tag_cloud a { float: none; display: inline-block; margin-right: 0; margin-bottom: 3px; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Shortcodes
--------------------------------------------------------------------------------------------------------------------------------
*/

/* Shortcodes: Columns */
.column { float: left; margin-bottom: 20px; }
.column.left { text-align: left; }
.column.center { text-align: center; }
.column.right { text-align: right; }
.column.alignleft { float: left; text-align: left; }
.column.aligncenter { float: left; text-align: center; }
.column.alignright { float: left; text-align: right; }
.full { float: left; width: 100%; }

/* Shortcodes: Full Page Columns */
.page-full .one-half { width: 479px; margin-right: 30px; }
.page-full .one-half.last { margin-right: 0 !important; clear: none; }
.page-full .one-third { width: 309px; margin-right: 30px; }
.page-full .two-third { width: 648px; margin-right: 30px; }
.page-full .one-third.last,
.page-full .two-third.last { margin-right: 0 !important; clear: none; }

/* Shortcodes: Page Columns */
.page-left .one-half,
.page-right .one-half { width: 343px; margin-right: 30px; }
.page-left .one-half.last,
.page-right .one-half.last { width: 343px !important; margin-right: 0 !important; padding-right: 0 !important; clear: none; }
.page-left .one-third,
.page-right .one-third { width: 218px; margin-right: 30px; }
.page-left .two-third,
.page-right .two-third { width: 466px; margin-right: 30px; }
.page-left .one-third.last,
.page-left .two-third.last,
.page-right .one-third.last,
.page-right .two-third.last { margin-right: 0 !important; padding-right: 0 !important; clear: none; }
.page-left .one-third.last,
.page-right .one-third.last { width: 218px !important; }
.page-left .two-third.last,
.page-right .two-third.last { width: 466px !important; }

/* Shortcodes: Featured paragraph */
.content-page p.featured { margin: 10px 0; font-family: 'Roboto', sans-serif !important; font-size: 20px; }

/* Shortcodes: Dividers */
.divider { float: left; width: 100%; height: 1px; border-top: 1px solid rgba(255,255,255,0.1); margin: 10px 0 20px 0; }
.divider-dotted { float: left; width: 100%; height: 1px; background: url("images/line-dotted.png") left top repeat-x; margin: 10px 0 20px 0; }

/* Shortcodes: Alerts */
.alert-box { display: block; padding: 15px 20px; clear: both; font-size: 14px; font-family: 'Roboto', sans-serif !important; margin: 10px 0; -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.alert-box.yellow { background-color: #d7cd82; color: white; text-shadow: -1px -1px 0 rgba(0,0,0,0.2); }
.alert-box.yellow a { color: white; }
.alert-box.green { background-color: #508273; color: white; text-shadow: -1px -1px 0 rgba(0,0,0,0.2); }
.alert-box.green a { color: white; }
.alert-box.red { background-color: #da4a57; color: white; text-shadow: -1px -1px 0 rgba(0,0,0,0.2); }
.alert-box.red a { color: white; }
.alert-box.white { background-color: white; border: 1px solid #eceef2; background-image: url("images/bg-alert-dark.png"); }
.alert-box.blue { background-color: #4882b4; color: white; text-shadow: -1px -1px 0 rgba(0,0,0,0.2); }
.alert-box.blue a { color: white; }
.alert-box.custom { color: white; text-shadow: -1px -1px 0 rgba(0,0,0,0.2); }
.alert-box.custom a { color: white; }

/* Shortcodes: Blockquote */
blockquote { display: block; clear: both; border-left: 3px solid; padding: 5px 3%; font-family: 'Roboto', sans-serif !important; font-size: 18px; margin: 20px 0; }

/* Shortcodes: Code */
pre { float: left; padding: 0 10px; color: white; margin: 10px 0 30px 0; background: url("images/bg-pre-code.png") left top repeat-y; line-height: 22px; clear: both; }
.page-full pre { width: 968px; }
.page-left pre, .page-right pre { width: 696px; }

/*
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
WordPress Common
--------------------------------------------------------------------------------------------------------------------------------
*/

/* WordPress Common: Admin Bar */
#wpadminbar { z-index: 1000 !important; }

/* WordPress Common: Media Align */
.alignleft { float: left; }
.aligncenter { margin: 0 auto; }
.alignright { float: right; }

img.alignleft { margin: 0 20px 20px 0; }
img.aligncenter { margin: 20px auto; display:block;}
img.alignright { margin: 0 0 20px 20px; }

/* WordPress Common: Captions */
.wp-caption { font-size: 11px; text-align: center; color: white; }
.wp-caption a, .wp-caption a:hover { background-image: none; background-color: transparent; }
.wp-caption img { border-color: white !important; }
.wp-caption.alignnone { float: left; margin: 10px 20px 10px 0; }
.wp-caption.alignleft { float: left; margin: 10px 20px 10px 0; }
.wp-caption.aligncenter { text-align: center; margin: 10px auto; }
.wp-caption.alignright { float: right; margin: 10px 0 10px 20px; }
.wp-caption-text { text-align: center; padding: 5px 0; }
.gallery-caption { font-size: 11px; text-align: center; color: white; }
.sticky {  }
.bypostauthor {  }

input#gp_page_keywords {width:600px;}
/* bart */
.content-home .content-page-home spna {max-width:100%;}
a.my-gallery-image {}
a.my-gallery-image span.myoverlay{
    background: url("images/bg-overlay-dark-25.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
a.my-gallery-image span span {
	background: url("images/bg-overlay-plus.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 100%;
    width: 100%;
}

div.callout-content {display:block;}
div.callout-content-container {overflow:hidden;}

div.content hr ,div.content-home-container hr{height:20px;color:#fff; background: url("images/line-dotted-double.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);}

div.content  img{max-width:100%;height:auto;}
div.content-page {padding-top:0px;}

/*header.header .header-container {background:#2D1912;}*/
div.content-home {/*background:#120601;*/}
div.content {/*background-color:#120601;*/}

h2.opis-kategorii {font-size:15px;padding-top:0;font-weight: 400;}
h2.opis-kategorii p {line-height:19px;}


/* light #f6f5f5 brown #2D1912*/


/* nav bottom */

div.footer-container nav.navigation .navigation-container  {text-align:left;height:35px;position: relative;}
div.menu-secondary-navigation-container {}
div.footer-container nav.navigation {background:none;margin-top:0;height:40px;}
div.footer-container nav.navigation .navigation-container ul li {font-size:12px;border-left:1px solid #fff;height:13px;}
div.footer-container nav.navigation .navigation-container ul li:first-child {border-left:none;}
div.footer-container nav.navigation .navigation-container ul li:first-child a{padding-left:0;}
div.footer-container nav.navigation .navigation-container ul li a{padding:0px 10px 0px 10px;}
div.footer-container .socials  {margin-top:-36px;float:right;position: relative;text-align: right;}
div.footer-container ul.footer-language {width:auto !important;float: right;display: block;text-align: right;}
div.footer-container ul.footer-language li.lang {}


div.footer-container nav.navigation ul { width: 100%;  list-style: none; height:35px;margin-left:0px;}
div.footer-container nav.navigation li { 
	height: 35px;
	border-bottom: none;
	margin-top:7px;
}

div.footer-container nav.navigation li:hover {
	height: 35px;
	border-bottom: none;
}

div.content-home {/*background-image: url("images/bg-footer1.png"); background-position: left bottom; background-repeat: repeat-x !important; */
	z-index: 99;
}
div.content {/*background-image: url("images/bg-footer1.png"); background-position: left bottom; background-repeat: repeat-x !important; */}


a#home-more-news {float:right;text-decoration:none;
		
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
	background:url('images/arrow-right-black.png') right -1px no-repeat;
	display:block;
	font-size:13px;
	padding-right:20px;
	margin-right:0px;
	margin-top:40px;
}

a#home-more-news:hover {
	background:url('images/arrow-right-black.png') 199px -1px no-repeat;
	color:#000;
}


/*
----------------------------------------------------------------------------------------------------
Back to Top Button
----------------------------------------------------------------------------------------------------
*/

/*
.back-to-top:hover {
    background:url('images/up-arrow-icon-2-30-hover.png') center 0px no-repeat;
}
*/
.back-to-top {
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
    background:url('images/up-arrow-icon-2-30.png') center 0px no-repeat;
	position:relative;
	float: right;
	margin-top:-5px;

}


/* category produkty main*/
body.category-produkty article.category-produkty {
	width:316px;
	/*width:30%;*/
	/*
	margin-left:1.5%;
	margin-right:1.5%;
	*/
	margin-right:20px;
	margin-bottom: 20px;
}
body.category-produkty div.content-container {}
body.category-produkty article.category-produkty div.post-image {width:100%;height:210px;overflow:hidden;}
body.category-produkty article.category-produkty div.post-content {width:100%;margin-top:-45px;}
body.category-produkty article.category-produkty div.post-image a img{width:100%;}
body.category-produkty .callouts {margin:0;}
body.category-produkty .list-posts .post-image  {margin-bottom:0;}
body.category-produkty .list-posts .post-image img {border-radius:0;}

article.category-meble-hotelowe div.post-content.product-single div.post-excerpt p {
	font-size:15px;
}

/* category produkty grid */
.list-posts article.produkty-grid.post {
	width:50%;
}
.list-posts article.produkty-grid.post div.post-image {width:150px;max-height:100px;height:100px;text-align: center;line-height: 96px;
	float:left;position:relative;
	margin-right:10px;
	background:#e1e1e1;
	border-radius:0px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow:hidden;
}
.category-43 .list-posts article.produkty-grid.post div.post-image {
	background:#fff;
}
.list-posts article.produkty-grid.post {font-weight:100;font-size:12px;font-weight: 400;}
.list-posts article.produkty-grid.post a {text-decoration:none;background-image:none;}
.list-posts article.produkty-grid.post div.post-image a img {
	width:100%;
	border-radius:0;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.list-posts article.produkty-grid.post div.post-image a {display:inline-block;vertical-align:middle;margin: auto;}
.list-posts article.produkty-grid.post div.post-content {width:100%;position:relative;float:left;display:inline;}
.list-posts article.produkty-grid.post h2 {clear:none;padding:0;}
.list-posts article.produkty-grid.post div.post-continue {display:block;clear:both;width:100%;padding-right:20px;}
.list-posts article.produkty-grid.post div.post-continue span#cena-produkt {float:left;padding-left:30px;}
.list-posts article.produkty-grid.post h2  {line-height:25px;margin-bottom:10px;font-weight: 400;}
.list-posts article.produkty-grid.post h2  a{line-height:28px;font-size:16px;}
nav.navigation-categories div.navigation-categories-container h2 {padding-top:0px;padding-left:0px;line-height: 26px}
nav.navigation-categories div.navigation-categories-container h3 {}

/* product breadcrumbs */
#breadcrumbs{
    list-style:none;
    margin:-4px 0 20px 0 ;
    overflow:hidden;
	color:#666;
	font-size:13px;
	/*font-family: "Open Sans Condensed",sans-serif !important;*/
    font-weight: 400;
}
#breadcrumbs a {color:#666;font-size:13px;background-image:none;}
#breadcrumbs a:hover {color:#333;background:none;}
#breadcrumbs li{
    float:left;
    margin-right:6px;
}
 
#breadcrumbs .separator{
    font-weight:300;
    font-size:11px;
    color:#666;
	margin-top:1px;

	/*font-family: "Open Sans Condensed",sans-serif !important;*/
    /*font-weight: bold;*/
}

/* product single */
article  div.post-content ul{list-style:square outside;margin-left:15px;}
nav.navigation-categories div.navigation-categories-container ul {margin-left: 0px;}
article  div.post-content.product-single  div.post-excerpt {font-size:14px;}
article  div.post-content.product-single  div.post-excerpt p, article  div.post-content.product-single  div.post-excerpt ul {
padding:10px 0px 0px 0px;
}
article  div.post-content.product-single div.post-image {background:#ffffff;max-width:100%;border-radius:0px;height:auto;}
article  div.post-content.product-single div.post-image img {vertical-align:center;margin:0px auto 0px auto;display:block;}

/* produkty lady */
div.produkty-lady article.realizacje {
    /*margin-left: 1.5%;*/
    margin-right: 2%;
    width: 48%;
	display:block;
	float:left;
}
div.produkty-lady article.realizacje div#img-thumb {display:block;position:relative;min-height:172px;}
div.produkty-lady article.realizacje div.realizacje-title {display:block;margin-top:5px;margin-bottom:15px;}
div.produkty-lady article.realizacje div.realizacje-title h2 {line-height:25px;display:inline;background:transparent;padding: 0;}

/* referencje */
/* mapa */
body.category-referencje .content .content-container, body.category-51 .content .content-container{ width:988px;}

.list-photos .post-image.referencje{
    height: auto;
    min-height:328px;
	background:#fff;
	overflow:hidden;
	margin-bottom:30px;
}

div.post-image.referencje a {
	width:100%;
	height:auto;
	min-height:328px;
	display:block;
}
div.post-image.referencje a:hover{
	background:#FFF;
}
div.post-image.referencje a img{
	width:100%;
	height:auto;
	clear:both;
	border-radius:0;
}

/* realizacje */
article.realizacje {
    /*margin-left: 1.5%;*/
    margin-right: 2%;
    width: 30%;
	display:block;
	float:left;
}

article.realizacje  div.post-image a img{
	width:100%;
	height:auto;
}

article.realizacje div.realizacje-title h2 {font-size:18px;line-height:18px;}
article.realizacje div.realizacje-title h2 a {
	background:#D2552D;
	text-decoration:none;
	padding:0 5px 0 5px;
}

article.realizacje div#img-thumb {display:block;position:relative;}
article.realizacje div.realizacje-title {display:block;margin-top:3px;margin-bottom:10px;}
article.realizacje div.realizacje-title h2 {line-height:30px;display:inline;background:#022515;padding:0 5px 1px 5px;}

ul#bart_realizacje {list-style-type:square;list-style-position:inside;}

/* mapa realizacje */

div#mapa-realizacje {font-family: 'Roboto', sans-serif !important; font-weight: bold;}
div#mapa-realizacje  img#mapa-realizacje-img {
	width:70%;
	visibility:hidden;
	/*position:absolute;*/
}
div#mapa-realizacje img#mapa-realizacje-img-world {
	width:29%;
	float:right;
	padding-top:30px;
	visibility:hidden;
}
div#mapa-realizacje div.realizacje-opis-mapa {
	height:24px;
	position:absolute;
	width:auto;
	background:url('images/mapa-znacznik.png') no-repeat;
	display:none;
}
div#mapa-realizacje div.nazwa-wojewodztwa {margin-top:0px;margin-left:34px;display:block;border-top:1px solid #fff;}
div#mapa-realizacje div.ilosc-realizacji {margin-left:34px;font-size:30px;position: absolute;top:-38px;}

div#mapa-realizacje a {color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.8);}

/* wojewodztwa */


/* aktulanoci */
div.post-continue a {background-image:none;}
div#navigation-post {
	/*font-family: "Open Sans",sans-serif !important;*/
    font-size: 13px;
    font-weight: 400;
	width:100%;
	color:#fff;
	position: absolute;
}
div#navigation-post a {color:#fff !important;}
div#navigation-post a:hover {color:#fff !important;}


div#navigation-post div#previous {
	width:45%;
	float:right;
	text-align:right;
}
div#navigation-post div#next {
	width:45%;
	float:left;
}

/* kontakt */
div.content-page-container.contact div#contact-container {
	display:block;width:330px;/*background: rgba(32, 17, 6, .8);*/
	margin-bottom:20px;
	font-size:15px;
	padding-bottom:30px;
} 

div.content-page-container.contact {padding-top:0px;color:#fff;}
div.content-page-container.contact p {}
div.content-page-container.contact p  span {background:#0d0401;}
div.content-page-container.contact h2{display:inline-block;margin-bottom:10px;padding-right:15px;color:#fff;}
div.content-page-container.contact a, div.content-page-container.contact a:hover {color:#fff;}


div.contact-image {width:100%;float:right;position:absolute;z-index:-1;}
div.contact-image img {width:100%;}

/*ifno pod postem */
.underpost-info {font-size: 13px;}

/* page wsparcie UE */
/*
body.page-id-313 div.content-page {
	background:#fff;
	color:#000;
	padding-top:20px;
}
body.page-id-313 .content-page-container {padding-left:30px;padding-right:30px;}
body.page-id-313 div.content hr {

	background:#aaaaaa;
	height:1px;
	border-top: dotted 1px;
}

body.page-id-313 .content-page-container a {color:#000;}
body.page-id-313 .content-page-container a:hover {color:#000;background: transparent;}
*/
/*
.content .content-container {
    margin: 0 auto 20px;
    width: 220px !important; 
}
*/


.content-container,
.navigation-container {
	width:1160px;
	margin:auto;
}
div.logo
 {width: 1160px !important; }


div#slogan {

	font-size:17px;
    color:#aaaaaa;  
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px;letter-spacing: 0px;color:#fff;
    font-weight: 400;
    position:absolute;
    top:0px;
    margin-top:17px;
    text-align:right;
    display:block;
    width:1160px;
}


.as-layer {
	bottom:15px !important;

   font-family: 'Roboto', sans-serif !important;

    font-weight: bold !important;
}

.as-layer h3 {
    font-size: 20px !important;
	font-weight: bold !important;
}

a.fancybox-nav:hover {
	background:none;
}

div#swipebox-caption {
   font-family: 'Roboto', sans-serif !important;
   font-size:17px;
}

.accordion-slider h3.as-layer  {text-shadow:none;}

footer.footer {
    /*background-color: #042918 !important;*/
    background-color: rgba(29,34,40,1);
}
footer.first.footer {
    /*background-color: #042918 !important;*/
 	background-color: #efefef;
 	color:#1d1828;
 	/*padding-top:30px;*/
}

footer.first.footer a {color:#1d1828;text-decoration: none;}

footer.footer a {color:#fff;text-decoration: none;}
footer.footer a:hover {color:#fff;background-color: transparent;}


.callouts .callout-title a, .callouts .callout-title.without-link, .list-posts .post-info .post-date, .list-posts .post-info .post-comments:hover, .page-header h1 .post-price, .alert-box.custom {
	/*	background-color:#ACE1AF !important;*/
	/*background: none repeat scroll 0 0 rgba(29, 34, 40, .9) !important;*/
}
.callouts .callout-title {
	color:#fff;
	position:absolute;
	z-index:1000;
	width:316px;
	background: none repeat scroll 0 0 rgba(29, 34, 40, .9) !important;
	height:35px;
	line-height: 35px;
}
.callouts .callout-content {width:316px;opacity: 1;color:#fff;z-index: 1001;}

h2.callout-title a {
/*	color:#084027;
	color:#052818;
*/
	color:#fff;
}

/* Primary navigation: background-color -> Primary color */
#bart-menu-text {color:#ffffff;}
nav.navigation li li:hover a,
nav.navigation li:hover li:hover li:hover a,
nav.navigation-mobile .menu li:hover a,
nav.navigation-mobile .menu li .sub-menu li:hover a,
nav.navigation-mobile .menu li .children li:hover a { color: #fff !important;}

nav.navigation li li:hover {background-color:#d2ffea !importnat; }

.accordion-slider h3.as-layer {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

/* bart news list */
body.category-aktualnosci div.list-posts.left div.post-image, 	body.category-aktualnosci div.list-posts.left div.post-image img{
	width:350px;
	height:auto;
}

body.category-aktualnosci div.list-posts.left .post-content {
    width: 500px;
	margin-left:15px;
}

div.socials ul a {padding:0 !important;}

p.poradnik-inwestora-header {width:460px;}

/* home slider */
#homeSlider {min-height:550px;}

/*
----------------------------------------------------------------------------------------------------
Slideshow - Global
----------------------------------------------------------------------------------------------------
*/
.cycle-slideshow {width:100%;overflow: hidden;color:#fff;min-height: 250px;max-height: 1958px;}
.cycle-slideshow a, .cycle-slideshow a:hover, .cycle-slideshow a:active {color:#fff;}
.cycle-slideshow .slide {width:100%;height: 100%;}
.cycle-slideshow .cycle-overlay-container {width:100%;height:100%;position: absolute;z-index: 200;}
.cycle-slideshow .cycle-overlay {margin: 0 auto;/*height:100%;*/ }
.cycle-slideshow .cycle-overlay-top {position: absolute;z-index: 300;height: 100%;width: 100%;}
.cycle-slideshow .slide .bg {
		width:100%;height:100%;
		position: absolute; 
		background-position: center top; 
		background-repeat: no-repeat; 
		background-size: cover;
		/*background-size: auto 100%;*/
		cursor: pointer; cursor: hand;
}

.slide-prev-title, .slide-next-title {
	width:50%;
	z-index: 300;
}

.slide-prev-title {
	float:left;
	text-align: left;
}
.slide-next-title {
	float:right;
	text-align: right;
}
.slide-next-title h3.slider-next-prev {}
h3.slider-next-prev {
    color: #ffffff;
    font-family: "signika" !important;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding-bottom: 3px;
    text-align: inherit;
    text-shadow: 1px 1px 2px #000000;
}

.cycle-slideshow .slideshow-overlay { position:absolute;display: block; left: 0; top: 0; 
		overflow: hidden; height: 100%; width: 100%; 
		background: url("images/bg-overlay-pattern.png") left top repeat;z-index:100 !important; 
	}

.cycle-prev, .cycle-next {
	top: 29%;
	position: absolute;
	z-index: 300;

	/*background: rgba(40, 45, 52, .7);*/
}

.cycle-prev-in, .cycle-next-in {
	background: rgba(0, 0, 0, 0) url("./images/slider-pn2.png") no-repeat;
    cursor: pointer;
    /*opacity: .7;*/
    width: 52px;
    z-index: 300;
    height: 102px;
    margin:5px 5px;

	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition:    opacity .2s ease-in-out;
	-ms-transition:     opacity .2s ease-in-out;
	-o-transition:      opacity .2s ease-in-out;
	transition:         opacity .2s ease-in-out;
}

.slider-description-container .cycle-next,
.slider-description-container .cycle-prev {
	position: relative;color: #fff;top:auto;cursor: pointer;cursor: hand;
}
.slider-description-container .cycle-next:hover,
.slider-description-container .cycle-prev:hover {
	color:#fff;
}



.cycle-prev:hover, .cycle-next:hover {
    opacity: 1;
    color:transparent;
}
.cycle-next {
    right:0px;
    color:transparent;
}
.cycle-next-in {
	background-position: -52px 0;
}

.cycle-prev {
	left:0px;
    background-position: 0 0;
    color:transparent;
}


.cycle-slideshow .slider-title {
	color: #ffffff;
    font-family: 'Roboto', sans-serif !important;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 0px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    padding-bottom:5px;
    /*margin-top:0px;*/
}

.cycle-slideshow .slider-description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    bottom:0px;
    position: absolute;
    width:100%;
    background:rgba(0,0,0,.4);
    padding-top:10px;
    padding-bottom:10px;
}
.cycle-slideshow .slider-description p {margin:7px 0 7px;display: inline;}
.cycle-slideshow .slider-description a {color:#fff;}

.cycle-slideshow .slider-description-container {width: 988px;position: relative;margin:auto;/*do responsive*/}
.cycle-slideshow div.slider-content {padding-right:0px;position:relative;
	/*border-bottom: 1px solid rgba(255,255,255,1);*/
	text-align: justify;
	/*border-right: 1px solid rgba(255,255,255,1);*/
	
	}


span.slider-content-more {
	float: right;
}


span.slider-content-more:hover {
	
}

span.slider-content-more.no-animation:hover {
	
}


/* slider caption mobile */
#slider-custom-caption {display: none !important;}

/*
.cycle-slideshow div#slider-more {height: auto;display: inline-block;padding:5px 10px;
	position: absolute;
	right: 0;
	bottom: 0;

}
*/
/*
.cycle-slideshow a:hover div#slider-more {
    background: rgba(29, 34, 40, 0.3);      
}
*/

/*
span#arrow-right {
	width:30px;height:18px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out;
	background:url('images/arrow-right-white.png') 0px 2px no-repeat;
	display:inline-block;
	position: absolute;
	height:21px;
}
*/
@media (min-width:1367px) and (max-width:1678px) {
 	.cycle-slideshow .slide .bg {
		/*background-size: 100% auto*/
		background-size: cover;
	}
	.cycle-slideshow .slide {}
}
@media (min-width:1680px) and (max-width:2559px) {
 	.cycle-slideshow .slide .bg {
		/*background-size: 100% auto*/
		background-size: cover;
	}
	.cycle-slideshow .slide {}
}
@media (min-width:2560px) {
 	.cycle-slideshow .slide .bg {
		/*background-size: 100% auto*/
		background-size: cover;
	}
	.cycle-slideshow .slide {}
}



/* rebel gallery */
/*
*, *:before, *:after {
  box-sizing: border-box;
}

.rebel-gallery-item {
    box-sizing: border-box;
}
*/
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    width:100%;
}
.rebel-gallery {}
.rebel-gallery-item  {width:33.3333%;float:left;position: relative;}
.rebel-gallery .rebel-gallery-item:nth-child(3n+1) {clear: left;}
.rebel-gallery-item.two-columns {width:50%;}
.rebel-gallery-item-inner {margin-right:5px;margin-bottom: 5px;}
.rebel-gallery-item.two-columns .rebel-gallery-item-inner {margin-right: 20px;margin-bottom: 20px;}
a.my-gallery-image {display:block;position: relative;}


.rebel-gallery-item a.my-gallery-image span.myoverlay {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;	
}

.rebel-gallery-item a:hover span.myoverlay {
	opacity: 1;
	filter: alpha(opacity=100);
	max-width: 100%;
	position: absolute;
	background: rgba(0,0,0,.25);
	width: 100%;
	height: 100%;
}
.rebel-gallery-caption {text-align: center;display: block;margin-bottom:10px;margin-top:7px;font-weight: 300;}
.rebel-gallery-caption-on-image {
	text-align: center;
	display: block;
	margin-bottom:0px;
	padding-bottom:4px;
	padding-top:4px;
	position: absolute;
	bottom:0;
	color:#fff;
	width: 100%;
	background: rgba(29, 34, 40, 0.8) !important;
	z-index: 1001;
	font-weight: 400;
}
.rebel-gallery-caption-on-image span {display: block;padding-left: 5px;padding-right: 5px;}
#lozko-hit-animacja {min-height: 481px;}
/* Lozko tytan animacja  */
img.lozko-tytan-first {margin-left:0px;margin-top:15px;display:inline-flex;}

#animacja-tytan-gif {background: #fff;}
#control-container-tytan-animacja {position: relative;width:200px;float:right;cursor: pointer; cursor: hand;margin-top:-40px;color:#000;}
#button-play-tytan-animacja {max-width: 62px;}
#button-play-text-tytan-animacja {top:13px;left:45px;position: absolute;width:150px;}

#highlight-hit {
	background:url('./images/hit-40.png') no-repeat;
	background-size: contain;
	height: 30px;
	width: 40px;
	display: inline-flex;
	vertical-align: middle;
	margin-left: 5px;
	opacity: 0;
	position: absolute;
	margin-top:-6px;
}

.highlighted-title-next #highlight-hit {
	/*opacity: 1;*/
	margin-left: -40px;
}


/* pop up */
.mfp-wrap {z-index:99999 !important;}
.mfp-close {margin:0 !important;padding:0 !important;}

button.mfp-close, button.mfp-close:hover {
  background: transparent url('./images/close.png') !important;
}

.mfp-bg {z-index:99999 !important;}

/* ribbon */
.ribbon {
  position: absolute;
  left: -3px; top: -4px;
  z-index: 1000;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#E11E25 0%, #E11E25 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #E11E25;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E11E25;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #E11E25;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E11E25;
}


/* new 20170903 */


.cycle-slideshow .slider-nagroda  {
	width:10%;
	display: block;
	float: left;
	margin-right:25px;
	text-align: center;
	margin-top:50px;
	font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.cycle-slideshow .slider-nagroda img {max-width: 100%;}


/* popup maker theme */
.pum-theme-lupus-popup-theme article a { color:#1d1828;}
.pum-theme-lupus-popup-theme article {
	height:auto !important;
	max-height: none !important;
	color:#1d1828;
	margin-bottom: 0 !important;
}
.pum-theme-lupus-popup-theme .pum-container {
	/*
	background:transparent !important;
	background-color: transparent !important;
	*/
	background-color: #fff;
	padding:20px !important;
}
.pum-theme-lupus-popup-theme article h3.item-title-tag {
	color:inherit;
	color:#1d1828;
	font-weight: 500;
	padding-left:15px;
	padding-right: 15px;
}
.latest-post-selection.three-columns article {
	background-color: #fff !important;
	flex:1;
	padding:0;
	border:1px solid rgba(29,34,40,1) !important;
}

.latest-post-selection {
	display: flex !important;
}
.latest-post-selection article .read-more {
	position: absolute;
	bottom: 10px;
	right:15px;
}
.latest-post-selection article .read-more::after {
	
	font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	/*
	text-align: center;
	*/
	vertical-align: middle;
    content: "\f345";
    font-size: inherit;
    color:inherit;
}
.latest-post-selection p {
	margin-bottom:40px;
	padding-left:15px;
	padding-right: 15px;
}
.latest-post-selection article img {
	margin:0 !important;
}

.pum-theme-lupus-popup-theme .pum-content + .pum-close, .pum-theme-lupus-popup-theme .pum-content + .pum-close {
	font-size: 1px !important;
	color:transparent !important;
	line-height: 1 !important;
	width:40px !important;
	height:40px !important;
	right:-20px !important; 
	top:-20px !important;
	margin:0 !important;
	box-shadow: none !important;
	/*border:5px solid rgba(255,255,255,0.9) !important;*/
}
.pum-theme-lupus-popup-theme .pum-content + .pum-close::after {
	line-height: 1;
	font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	text-align: center;
    content: "\f158";
    font-size: 26px;
    color:#fff;
    background-color: #fff !important;
    color:#1d1828 !important;
    position: absolute;
    width:40px !important;
	height:40px !important;
    right: 0px !important;
    top:0px !important;
    line-height: 40px;  
}

.pum-theme-lupus-popup-theme .pum-title {
    position: absolute;
    top: -31px;
    color: #fff !important;
    left: 0;
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 1);
    font-weight: 400 !important;
    font-size: 38px !important;
}


.pum-theme-lupus-popup-theme .slick-track .overlay {
	position: relative;
	background-color: #fff;
	color:#1d1828;
	font-size:0.8rem;
	font-weight: 300;
	line-height: 1.1;
	padding-left:0;
	padding-right:0;
	max-width: 100% !important;
  	/*max-height: 120px;*/
  	padding-top:0;
  	padding-bottom: 10px;
	/*padding:20px !important;*/
}
.pum-theme-lupus-popup-theme .pum-container {min-width:886px;}
.pum-theme-lupus-popup-theme .slick-track .slick-slide {}

.pum-theme-lupus-popup-theme .slick-slider {}
.pum-theme-lupus-popup-theme .slick-slider.slick-initialized {}

.pum-theme-lupus-popup-theme .slick-track .overlay h3 {
	color:inherit;
	color:#1d1828;
	font-weight: 400;
	font-size:1.05rem;
	line-height: 1.1;
	padding-bottom:15px;
	/*padding-left:15px;*/
	/*padding-right: 15px;*/
}

.latest-post-selection-slider-wrap {
	overflow: visible !important;
}
.slick-prev, .slick-next {
	opacity: 1 !important;
	width:32px !important;
	height: 32px !important;
}
.slick-prev::before, .slick-next::before {
	font-family: dashicons !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size:30px !important;
	opacity: 1 !important;
}
.slick-prev::before {content: "\f341" !important;}

.slick-next::before {content: "\f345" !important;}

.latest-post-selection-slider-wrap .slick-prev.slick-arrow {

}

.latest-post-selection-slider-wrap .slick-prev.slick-arrow {
	left:-50px;
}
.latest-post-selection-slider-wrap .slick-next.slick-arrow {
	right:-50px;
}



/* new mobile toggler */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  box-shadow: none;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  opacity: 0.8; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

#post-sm-share {float:right;text-align: right;margin-bottom: 20px;}

.tnp-subscription {margin-left: 0 !important;}
.tnp-subscription input.tnp-submit {margin-top:20px !important;}
.tnp-profile input.tnp-email {width:400px;} 

#jakosc-montazu {position: relative;}
h1#jakosc-montazu-text {position: absolute;bottom:5px;left:0px;
		text-transform: uppercase;font-weight:900;padding-left:0px;
		font-size:42px;padding:0;margin:0;line-height: 40px;
		width:100%;
		text-align: center;
	}