/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #58585a;
	font-family: 'Oxygen', sans-serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Oxygen', sans-serif;
	color:#58585a
}

body {
	position: relative;
}

::-moz-selection {
    /*background: #b3d4fc;*/
    text-shadow: none;
}

::selection {
    /*background: #b3d4fc;*/
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.right {
	text-align: right;
}

h1, h2, h3, h4, h5{
	font-weight:400;
}

#left_side {
	margin-top: 50px;
	float: left;
	width: 50%;
}
#right_side {
	margin-top: 50px;
	float: right;
	width: 50%;
}
#right_side h2 {
	text-align: center;
}
#right_side form {
	width: 320px;
	margin: 0 auto;
}
#right_side label {
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}
#right_side input {
	width: 300px;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	/* background: #921F65; */
	background: #fff;
	border: 1px solid #ddd !important;
	font-size: 14px;
	color: #58585B;
	font-weight: bold;
	height: 18px;
	border-radius: 14px;
}
#right_side input[type="checkbox"] {
	width: auto !important;
	margin: 0;
}
#right_side input[type="submit"] {
	width: 150px;
	margin: 0;
	padding: 10px;
	background: #921F65;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 44px;
	line-height: 24px;
	border-radius: 22px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
#logo
{
	text-align:center;
	margin: 50px auto;
	text-align: center;
}
#logo img {
	max-width: 100%;
	height: auto;
}
#logo p {
	margin-top: 20px;
}

#g_name a.add,
#logo a.add {
	color:#fff;
	display:inline-block;
	height:32px;
	background: #921F65;
	border-radius:32px;
	-moz-border-radius:32px;
	padding: 3px 8px 4px 15px;
	text-decoration: none;
	line-height:32px;
}
#g_name a.add {
	margin-top: 20px;
}
#g_name a.add:hover,
#logo a.add:hover
{
	color:#fff;
	background: #7D245A;
}

#g_name a.add i,
#logo a.add i
{
	width:28px;
	height:28px;
	border-radius:50%;
	-moz-border-radius:50%;
	font-size:14px;
	color:#921F65;
	background:#fff;	
	color:#921F65;
	background:#fff;
	line-height:28px;
	text-align:center;
	margin-left:10px;
}

#przyjazne_instytucje
{
	height:50px;
	width:450px;
	padding:50px 0 0;
}

#przyjazne_instytucje > div
{
	float:left;
}

#przyjazne_instytucje > .left_triangle 
{
	width:25px;
	background:#921f66;
}

#przyjazne_instytucje > .left_triangle > .inside
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #eee;	
}

#przyjazne_instytucje > .content
{
	background:#921f66;
	height:50px;
	width:400px;
}

#przyjazne_instytucje > .content a
{
	color:#fff;
	text-decoration:none;
	line-height:50px;
	font-size:14px;
}

#przyjazne_instytucje > .content a:hover
{
	font-weight:800;
}

#przyjazne_instytucje > .right_triangle 
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #921f66;	
}


  
#search{
	background:#eee;
	padding:100px 0 50px;
}  
   
#search > .inner
{
	text-align:center;
}

#categories
{
	text-align:center;
}

#categories > ul
{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
	list-style:none;	
	margin:0;
	padding:10px 0 10px;
	background:grey;
}

#categories > ul > li
{
	display:inline-block;
	padding:10px;
	
	color:#fff;
}

#categories > ul > li a
{
	color:#fff;
	text-decoration:none;
	font-size: 14px;
	display:block;
	width:140px;
	height:100px;
	background: #888;
	padding:30px 0 10px;
}

#categories > ul > li a:hover
{
	background: #921F65
}
   
   
#float
{
	position:fixed;
	top:0;
	left: 0;
	height:56px;
	padding:10px 0;
	background:#921F65;
	text-align:center;
	z-index:50;
	width: 100%;
}
   
   
#subpage
{
	margin-top:76px;
	padding-top:25px;
	
}

#subpage .content, #subpage .sidebar
{
	float:left;
}

#subpage .content
{
	width:710px;
	margin-right:50px;	
}

#subpage .content table {
	width: 100%;
}

#subpage .sidebar
{
	width:400px;
}

#subpage .content h1
{
	margin:0;
	padding:0;
	color:#921F65;
}

#subpage .content h2
{
	font-weight: bold;
}
#subpage .content h2 a
{
text-decoration:none;
color:#888;
}

.company_list
{
	list-style:none;
	margin:15px 0 0;
	padding:0;
}

.company_list li
{
	border-top: 1px solid #888;
	margin:10px 0;
}

.company_list li a
{
	color:#921F65;
	text-decoration:none;
}

.company_list li a:hover
{
	color:#5F1442;
}

.company_list .c_logo, .company_list .side
{
	float:left;
}

.company_list .side
{
	width:535px;
}

.company_list .c_logo
{
	width: 150px;
	height: 150px;
	margin-right:25px;
	background: url(../img/ring.png);
	position:relative;
	margin-top:10px;
	white-space: nowrap;
}
.company_list .c_logo a
{
	display:block;
	position:absolute;
	top:21px;
	left:22px;
	width:95px;
	height:95px;
	line-height:95px;
	white-space: nowrap;
	text-align:center;
}
.company_list .c_logo img {
	max-width: 95px;
	max-height: 95px;
	width:auto;
	height:auto;
}

.company_list .c_logo span {
	position:absolute;
	display:block;
	width:26px;
	height:14px;
	font-size:11px;
	line-height:14px;
	text-align:center;
	right:8px;
	bottom:13px;
	color:#fff;
}

.company_list .side h3
{
	color:#921F65;
	font-weight:bold;
}
.company_list .side h3 .points {
	color: #888;
	font-size: 13px;
}

.company_list .side .excerpt
{
	font-size:12px;
	line-height: 16px;
}

.company_list .side .contact
{
	margin-top:15px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
}

.company_list .side .contact i
{
	color:#921F65;
	padding:0 3px;
	font-weight:400
}

.breadcrumb
{
	margin-left:25px !important;
}

#subpage #categories
{
	background:#444 !important;
	margin-top:25px;
}

.address
{
	font-weight:400;
	margin:2px 0;
	display:block;
}


.company_content
{
	text-align: justify;
	margin-top:25px;
}

.company_content hr
{
	display: block; height: 1px;
    border: 0; border-top: 1px solid #921F65;
    margin: 1em 0; padding: 0; 
}

.outer_service
{
	text-align:center;
}

.outer_service a
{
	display:inline-block;
	text-align:center;
	color:#921F65;
	font-size:12px;
	text-decoration:none;
	margin:15px;
}

.outer_service a img
{
	margin-bottom:10px;
}

.outer_service a:hover
{
	
}

.gray_logo {
	*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(1);
	filter: gray;
	-webkit-filter: grayscale(100%);
	opacity: .6;
	cursor: default;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */
.box
{
	margin-bottom:25px;
}
   
.box .icon, .box h2
{
	float:left;
}   

.box h2
{
	width:335px;
	padding:0;
	margin:0 0 0 15px;
	line-height:40px;
	color:#921F65;
	font-size:20px;
	font-weight:bold;
}   
   
.box .icon {
	color: #fff;
	font-size: 16px;
	height: 40px;
	width: 40px;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;

	background:#921F65;
	line-height:40px;
	text-align:center;
}

.box .logo, .box .excerpt
{
	width: 360px;
	text-align:center;
	background: url(../img/box.png);
	background-repeat-x: no-repeat;
	padding-left:40px;
}

.box .empty_line
{
	width: 360px;
	text-align:center;
	background: url(../img/box.png);
	background-repeat-x: no-repeat;
	padding-left:40px;
	height:25px;
}

.box .content
{
	width:400px !important;
	margin:0 !important;
}


.box .content h3, .box .content .contact
{
	font-weight:bold;
	background:#921F65;
	color:#fff;
	margin:0;
	padding:10px;
	margin-left:20px;
	text-align:center;
}

.box .content a
{
	color:#fff;
	text-decoration:none;
}


.box .content .excerpt
{
	padding-top:10px;
	padding-bottom:10px;
	text-align:left !important;
}

.box .content iframe
{
	margin-left:20px;
}
.add_points_input {
	float: right;
}
#add_points {
	color: #921F65;
	padding-left: 32px;
	display: inline-block;
	line-height: 32px;
	background: url(../img/ico_add_points.png) no-repeat;
	background-position: 2px;
}
#add_points:hover:before {
	content: "";
	background: #921F65;
	color: #fff;
}
#add_points_form {
	background: white;
	width: 560px;
	padding: 20px; 
	height: 420px; 
	position: absolute; 
	top: 50%; 
	left: 50%;
	margin-top: -200px;
	margin-left: -300px
}
#add_points_form li {
	width: 520px;
	background: url(../img/box.png) repeat-y;
	background-repeat-x: no-repeat;
}
#new_points, #buyer_name, #buyer_surname, #buyer_phone, #buyer_mail {
	background: #921F65;
	color: #fff;
	width: 35px;
	padding: 5px 10px;
	border: 1px solid #ddd !important;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	margin-top: -2px;
	border-radius: 14px;
}
#buyer_name, #buyer_surname, #buyer_phone, #buyer_mail {
	width: 200px;
}
#add_points_form button
{
	color:#fff;
	height:28px;
	background: #921F65;
	border-radius:14px;
	-moz-border-radius:14px;
	padding:0 0 0 15px;
}

#add_points_form button:hover
{
	color:#fff;
	background: #58585B;
}

#add_points_form button i
{
	width:28px;
	height:28px;
	border-radius:50%;
	-moz-border-radius:50%;
	font-size:14px;
	color:#fff;	
	background:#58585B;
	line-height:28px;
	text-align:center;
	margin-left:10px;
}


/* ==========================================================================
   Opening hours
   ========================================================================== */

.opening_hours
{
	list-style:none;
	margin:0;
	padding:0;
}

.opening_hours li
{
	width: 360px;
	background: url(../img/box.png);
	background-repeat-x: no-repeat;
	padding: 5px 0px 5px 40px;
}

.opening_hours li.current
{
	background:#921F65;
	color:#fff;
	padding:5px 0 5px 20px;
	margin-left:20px;
}

.opening_hours li .day
{
	width: 50px;
	display:inline-block;
}

.opening_hours li .hour
{
	font-weight:600
}





/* ==========================================================================
   Tags
   ========================================================================== */

.tags
{
	width: 360px;
	background: url(../img/box.png);
	background-repeat-x: no-repeat;
	margin:0;
	padding: 25px 0 25px 40px;
}

.tags li{
	margin-bottom:10px;
	} 
 
.tags li, .tags a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:13px;
	list-style:none;
	}
	
.tags a{
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#888;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	} 
	
.tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #888 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}

.tags a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	}
	
.tags a:hover{background:#921F65;}	

.tags a:hover:before{border-color:transparent #921F65 transparent transparent;}

   

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination
{
	text-align:center;
	margin:25px 0;
}
   
.page {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 4px;
    background: #888;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.page:hover {
    background: #921F65;
}

.page.active {
    border: none;
    background: #5F1442;
    color: #fff;
}



/* ==========================================================================
   Search form
   ========================================================================== */

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	padding: 3px 5px;

}
.searchform .searchfield {

	/*padding: 6px 6px 6px 18px;*/
	padding:10px 5px 10px 40px;
	width: 400px;
	
	outline: none;
	margin-right:10px;
	font-size:16px;
	color:#58585b;
	
	/*
	background: #58585B;
	border: solid 1px #bcbbbb;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	*/
	border-bottom: 1px solid #58585b;

}
.searchform .searchbutton {
	color: #fff;
	font-size: 16px;
	height: 50px;
	width: 50px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	background:#921F65;
}

#searchfield{
	background: url(../img/icon/type.png) no-repeat !important;
}

#locationfield{
	background: url(../img/icon/location.png) no-repeat !important;
}

#float .searchform .searchfield {

	color:#fff !important;


	border-bottom: 1px solid #fff;

}
#float .searchform .searchbutton {
	color: #921F65;
	font-size: 16px;
	height: 50px;
	width: 50px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	background:#FFF;
	

}



#float #searchfield{
	background: url(../img/icon/type_w.png) no-repeat !important;
}

#float #locationfield{
	background: url(../img/icon/location_w.png) no-repeat !important;
}


.ui-autocomplete
{
	border: none !important;
	color: #fff !important;
	background: #58585B !important;
	font-family: 'Oxygen', sans-serif !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #921F65 !important;
	color:white !important;
	border: none !important;
}


.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0 !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.inner {
	max-width: 100%;
	width:1160px;
	margin:0 auto;
}

.outer {
	width:100%;
}

.clear
{
	clear:both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.text
{
	float:left;
	width:200px;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}

#content
{
	float:left;
	width:830px;
}

#content .box
{
	padding:25px;
	background:#fff;
	color:#58585B;
	margin-bottom:25px;
}

#content .box:last-of-type
{
	margin-bottom:0px;
}

#content .box h2
{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	/*border-bottom: solid 1px #fff;*/
	font-size:18px;
	line-height:28px;
	height:28px;
	color:#921F65;
	font-weight:bold;
}

#content .box h2 i
{
	margin-right:10px;
	width:28px;
	height:28px;
	border-radius:50%;
	-moz-border-radius:50%;
	font-size:14px;
	color:#fff;
	line-height:28px;
	text-align:center;
	background:#921F65;
}

#company_details.stylized h3
{
	margin:0;
	padding:5px 0 0 25px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	background: none !important;
	text-align: left;
	color: #58585B;
}


#company_details.stylized input
{
	width:760px;
	margin:0 0 15px 0;
	padding:5px 10px;
	/*background:#921F65;*/
	background:#fff;
	border: 1px solid #ddd !important;
	font-size:14px;
	color:#58585B;
	font-weight:bold;
	height:18px;
	border-radius:14px;
	-moz-border-radius:14px;
}

#company_details.stylized button.save
{
	color:#fff;
	height:28px;
	background: #921F65;
	border-radius:14px;
	-moz-border-radius:14px;
	padding:0 0 0 15px;
}

#company_details.stylized button.save:hover
{
	color:#fff;
	background: #58585B;
}

#company_details.stylized button.save i
{
	width:28px;
	height:28px;
	border-radius:50%;
	-moz-border-radius:50%;
	font-size:14px;
	color:#fff;
	background:#58585B;	
	line-height:28px;
	text-align:center;
	margin-left:10px;
}

#company_details.stylized .textarea
{
	position:relative;
	margin-bottom:15px;
}

#company_details.stylized .textarea h3
{
	position:absolute;
	z-index:2000;
	top:3px;
}

#company_details.stylized .select
{
	margin: 0 0 15px 0;
}

#company_details.stylized .container
{
	margin: 0 0 15px 0;
	width:760px;
	padding:10px 10px 5px;
	border-radius:14px;
	-webkit-border-radius:14px;
	border: 1px solid #ddd;
}

#specified_hours_container
{
	display:none;
}

#company_details.stylized .opening_hours .text
{
	width:680px;
	font-size: 14px;
	color: #58585B;
}

#company_details.stylized .opening_hours .short, #company_details.stylized .address_details .short
{
	width:280px !important;
	font-size:14px;
}

#company_details.stylized .opening_hours .time_input
{
	text-align:right;
	line-height:30px;
	float:left;
	width:400px;
	/*visibility:hidden;*/
	display:none;
}

#company_details.stylized .opening_hours .time_input .time
{
	width:75px;
	margin-bottom:0px !important;
}

#company_details.stylized .opening_hours .time_input span
{
	font-size:12px;
}

.input_single, .input_double
{
	width:480px;
	float:left;
}

.input_single input, .input_double input
{
	margin-bottom:0px !important;
	text-align:right;
}

.input_single input
{
	width:458px !important;
}

.input_single.input_short
{
	text-align:right;
}

.input_single.input_short input
{
	width:142px !important;
}

.input_double
{
	text-align:right;
}

.input_double input
{
	width:50px !important;
	display:inline-block;
}

.input_double span
{
	width:20px !important;
	display:inline-block;
	text-align:center;
}

.stylized input::-webkit-input-placeholder { font-weight:400; color:#ddd;}
.stylized input::-moz-placeholder { font-weight:400; color:#ddd;} /* firefox 19+ */
.stylized input:-ms-input-placeholder { font-weight:400; color:#ddd;} /* ie */
.stylized input:-moz-placeholder { font-weight:400; color:#ddd;}

#find_location
{
	color: #fff;
	height: 28px;
	background: #921F65;
	border-radius: 14px;
	-moz-border-radius: 14px;
	padding: 0 0 0 15px;
}

#find_location i
{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 14px;
	color: #921F65;
	background: #fff;
	line-height: 28px;
	text-align: center;
	margin-left: 10px;
}

/* MAP CANVAS */

.location_details > .container
{
	padding:0 !important;
	height:500px;
	border: 0 !important; 
	width:780px !important;
}

#map-canvas 
{ 
	height: 100%; 
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: none; 
}

#x 
{ 
	display:none;
	position:absolute; 
	z-index:200; 
	bottom:0px;
	right:0px;
}

#x i{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	border-bottom-right-radius: 0%;
	-moz-border-bottom-right-radius: 0%;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	background: #921F65;
}

#previewPane 
{
	position:relative;
	width:230px;
	padding:10px;
	text-align:center;
	background:#fff;
}

#close_add_points {
	position: absolute;
	right: 10px;
	cursor: pointer;
}
#close_add_points i {
	cursor: pointer;
}

#premia {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#premia a {
	color: #000;
}

#gmina {
	width: 620px;
	text-align: center;
	margin: 30px auto;
}
#gmina > div {
	float: left;
}
#gmina > div:last-of-type {
	float: none;
	padding: 0;
	margin: 0;
}
#gmina #herb {
	text-align: right;
	width: 150px;
	height: 140px;
}
#gmina #herb img {
	width: auto;
	height: 120px;
	margin: 10px 0;
}
#gmina #g_name {
	width: 470px;

	text-align: center;
}
#gmina #g_name h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin: 0;
}
#gmina #g_name p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#gmina h3 {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 24px;
}
.company_list li.disabled img {
	filter: grayscale(100%) !important
}
.company_list li.disabled .c_logo {
	filter: grayscale(100%) !important
}
.company_list li.disabled h3 a {
	color: #8b8b8b;
}

.company_content img {
	max-width: 100%;
	height: auto;
}

.company_single.disabled img {
	filter: grayscale(100%) !important
}
.company_single.disabled .box .icon,
.company_single.disabled .opening_hours li.current,
.company_single.disabled h2,
.company_single.disabled h1 {
	color: #9b9b9b !important;
}
.company_single.disabled .box .icon,
.company_single.disabled .opening_hours li.current {
	background: #696969 !important;
}
.box .content a {
	word-wrap:break-word;
}

#float .inner {
	position: relative;
}
#float .inner #search_button {
	color: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
#float .inner #search_button a {
	color: #fff;
	font-size: 1.5em;
}

#footer {
	margin-top: 20px;
	background: grey;
	padding: 15px 0;
	background: #921F65;
	color: #f1f1f1;
	text-align: center;

}
#footer p {
	margin: 0;
	padding: 0;
}

#companyOfDay .logo {
	margin: 20px 0;
}

@media (max-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
}
@media (max-width:730px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	#float .inner #search_button a {
		color: #fff;
		font-size: 1.2em;
	}
	#logo img {
		max-width: calc(100% - 60px);
		padding: 0 30px;
	}
	#logo p {
		padding-left: 20px;
		padding-right: 20px;
	}
	#search form {
		max-width: 100%;
	}
	#search .searchfield {
		width: calc(95% - 45px);
		margin-bottom: 20px;
		margin-right: 0;
	}
	#search .searchform .searchbutton {
		margin-top: 20px;
	}
	#przyjazne_instytucje {
		max-width: 80%;
	}
	#przyjazne_instytucje > .content {
		max-width: calc(100% - 50px);
	}
	
	#float {
		height: auto;
	}
	#float img {
		width: 100px;
	}
	
	#left_side {
		margin-top: 0;
	}
	
	#right_side,
	#left_side,
	#left_side img {
		width: 100% !important;
	}
	
	#right_side form {
		width: 90%;
	}
	#right_side form input {
		width: calc(100% - 20px);
	}
	#right_side form input[type="submit"] {
		display: block;
		margin: 20px auto 20px;
	}
	
	#subpage .content {
		width: 100%;
	}
	
	.company_list li {
		padding: 0 15px;
	}
	.company_list .c_logo {
		width: 80%;
		margin: 20px auto 10px;
		background: none;
		float: none;
		height: auto;
	}
	.company_list .side {
		width: 100%;
		float: none;
	}
	.company_list .c_logo a {
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		position: relative;
	}
	.company_list .c_logo img {
		max-width: 100%;
		max-height: 100%;
	}
	.company_list .side .excerpt {
		height: auto;
	}
	#subpage .sidebar {
		width: 100%;
		float: none;
	}
	#subpage .sidebar h2 {
		width: auto; 
	}
	#subpage .sidebar .content {
		width: 100% !important;
	}

	#subpage .sidebar .content .excerpt {
		width: auto;
		background-repeat-x: no-repeat;
	}
	#subpage .sidebar .content .logo {
		margin: 20px 0;
	}
	#subpage .sidebar .content .logo,
	#subpage .sidebar .content .tags {
		width: calc(100% - 40px);
		background-repeat-x: no-repeat;
	}
	#map-canvas {
		width: auto !important;
	}
	
	.opening_hours li {
		width: auto;
	}

	.opening_hours li  {
		background-repeat-x: no-repeat;
	}
	.box .empty_line {
		width: auto;
		background-repeat-x: no-repeat;
	}
	#subpage .content .company_content p {
		padding-left: 10px;
		padding-right: 10px;
	}
	#subpage .content h1 {
		padding-left: 15px;
	}	

	#float .searchform {
		position: absolute;
		top: 43px;
		left: 0;
		width: 100%;
		height: 0;
		padding: 0;
		overflow: hidden;
		background: #9F226E;
		transition: height 0.7s;
	}
	#float .searchform.active {
		height: 100px;
	}
	#float .searchform input {
		margin-top: 5px;
		width: calc(70% - 50px) !important;
		margin-left: 10px;
		float: left;
	}
	#float .searchform button {
		margin-top: -5px;
		margin-left: 20px;
		float: left;
		max-width: calc(25% - 20px);
		text-align: center;
	}
}

@media (min-width:481px) and (max-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
	#przyjazne_instytucje {
		max-width: 80%;
	}
	#przyjazne_instytucje > .content {
		max-width: calc(100% - 50px);
	}
	#search .searchform {
		width: 520px;
	}
	#search .searchform input {
		float: left;
	}
	
	#search .searchform button {
		float: right;
		margin-top: -5px;
	}
	.box .empty_line {
		width: auto;
	}
 }
@media (min-width:660px) and (max-width:961px)  { 
	#left_side {
		width: 40%;
	}
	#left_side img {
		max-width: 100%;
	}
	#right_side {
		width: 60%;
	}
}
@media (min-width:730px) and (max-width:1165px) {
	#subpage .content {
		width: calc(70% - 10px);
		margin-right: 10px;
	}
	#subpage .content .c_logo {
		margin-right: 10px;
	}
	
	
	#subpage .content .side {
		width: calc(100% - 160px);
	}
	.box .empty_line {
		width: auto;
	}
	
	#subpage .sidebar {
		width: 30%;

	}
	#subpage .sidebar h2 {
		width: auto; 
	}
	#subpage .sidebar .content {
		width: 100% !important;
	}

	#subpage .sidebar .content .excerpt {
		width: auto;
		background-repeat-x: no-repeat;
	}
	#subpage .sidebar .content .logo {
		margin: 20px 0;
	}
	#subpage .sidebar .content .logo,
	#subpage .sidebar .content .tags {
		width: calc(100% - 40px);
		background-repeat-x: no-repeat;
	}
	#map-canvas {
		width: auto !important;
	}
	.opening_hours li {
		width: auto;
	}
	#float .searchform {
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		height: 0;
		padding: 0;
		overflow: hidden;
		background: #9F226E;
		transition: height 0.7s;
	}
	#float .searchform.active {
		height: 70px;
	}
	#float .searchform input {
		margin-top: 15px;
		width: calc(40% - 50px) !important;
		margin-left: 10px;
		float: left;
	}
	#float .searchform button {
		margin-top: 10px;
		margin-right: 20px;
		float: right;
		max-width: calc(25% - 20px);
		text-align: center;
	}
}
@media (min-width:1165px) { /* big landscape tablets, laptops, and desktops */
	#float .inner #search_button { 
		display: none;
	}
 }
@media (max-width:1281px) { /* hi-res laptops and desktops */
 }
 

#homeLastOffers {
	display: block;
	padding: 40px 0;
}
#homeLastOffers .lastOfferWrapper {
	width: 25%;
	float: left;
	margin-bottom: 25px;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin: 0 15px;
	height: 290px;
	position: relative;
	padding-bottom: 30px;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner .readMore {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #921f66;
	padding: 3px 10px;
    color: #fff;
    text-decoration: none;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner h3 {
	text-align: center;
	background: #921f66;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 8px;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner h3 a {
	text-decoration: none;
	color: #fff;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner .lastOfferThumb {
	width: 100%;
	height: 120px;
	background: #eee;
	text-align: center;
	display: table;
	padding: 5px 0;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner .lastOfferThumb a {
	display: table-cell;
	vertical-align: middle;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner .lastOfferThumb img {
	width: auto;
	max-height: 120px;
	max-width: 100%;
}
#homeLastOffers .lastOfferWrapper > .lastOfferInner .excerpt {
	padding: 0 8px;
	text-align: justify;
}
@media (max-width:730px)  { 
	#homeLastOffers .lastOfferWrapper {
		width: 100%;
	}
}
@media (min-width:730px) and (max-width:1165px) {
	#homeLastOffers .lastOfferWrapper {
		width: 50%;
	}
}
 
 #privacy_info_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #00000075;
	z-index: 1000;
	display: none;
}
#privacy_info_content {
	width: 100%;
	position: fixed;
	background: #fff;
	bottom: 0;
	z-index: 1020;
	box-shadow: 0 -2px 15px #0000004d;
	display: none;
	transition: bottom ease 0.5s;
}
#privacy_info_content #close_info_content {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #000;
	color: #fff;
	text-decoration: none;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	border-radius: 10px;
}
#privacy_info_content_after {
	width: 100%;
	height: auto;
	position: fixed;
	background: #fff;
	bottom: 0;
	z-index: 1020;
	box-shadow: 0 -2px 15px #0000004d;
	display: none;
	transition: bottom ease 0.5s;
}
#privacy_info_content_after h3 {
	font-size: 20px;
	text-align: center;
	margin: 0;
}
#privacy_info_content_after #after_text {
	padding: 15px 0;
}
#privacy_info_content #left_block_wrapper {
	width: 25%;
	float: left;
	position: relative;
}
#privacy_info_content #right_block_wrapper {
	width: 75%;
	float: right;
	position: relative;
}
#privacy_info_content #left_block {
	text-align: center;
	margin-top: 40px;
}
#privacy_info_content #left_block img {
	max-width: 90%;
}
#privacy_info_content #right_block {
	margin: 25px 0;
}
#privacy_info_content #right_block h2,
#privacy_info_content #right_block h3 {
	margin-top: 0;
}
#privacy_info_content #right_block h3 {
	font-size: 20px;
}
#privacy_info_content #right_block .btn {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#privacy_info_content #right_block .btn-default {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#privacy_info_content #right_block .btn-default:hover {
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#privacy_info_content #right_block .right_block_scroll_contnet {
	height: 20vh;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	background: #e8e8e8;
    padding: 15px 10px;
	margin-bottom: 15px;
}
#privacy_info_content #right_block .right_block_scroll_contnet h3 {
	font-size: 18px;
}
#privacy_info_content #right_block .right_block_scroll_contnet p {
	font-size: 12px;
}
#privacy_info_content #right_block .right_block_scroll_contnet em {
	font-size: 0.8em;
	color: #444;
}
#privacy_info_content #right_block .btn-primary {
	background-color: #39509c;
	border-color: #3c54a5;
	color: #fff; 
}
@media (max-width: 768px) { 
	#privacy_info_content {
	}
	#privacy_info_content #left_block_wrapper {
		display: none;
	}
	#privacy_info_content #right_block_wrapper {
		width: 100%;
	}
	#privacy_info_content #right_block h2 {
		font-size: 17px;
	}
	#privacy_info_content #right_block h3 {
		font-size: 16px;
	}
	#privacy_info_content #right_block .right_block_scroll_contnet {
		height: 18vh;
	}
}
@media (min-width: 768px) and (max-width: 992px) { 
	#privacy_info_content #right_block h3 {
		font-size: 20px;
	}
	#privacy_info_content #right_block .right_block_scroll_contnet {
		height: 15vh;
	}
}