@font-face {
	font-family: 'Oswald';
	src: url('oswald/Oswald-Light.eot');
	src: url('oswald/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		url('oswald/Oswald-Light.woff') format('woff'),
		url('oswald/Oswald-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('oswald/Oswald-Bold.eot');
	src: url('oswald/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
		url('oswald/Oswald-Bold.woff') format('woff'),
		url('oswald/Oswald-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('oswald/Oswald-Regular.eot');
	src: url('oswald/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		url('oswald/Oswald-Regular.woff') format('woff'),
		url('oswald/Oswald-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/**********************************************************************/
/**********************************************************************/
/***********          CSS-RESET                            ************/
/**********************************************************************/
/**********************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************************************/
/**********************************************************************/
/***********          TAGS                                 ************/
/**********************************************************************/
/**********************************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0px;
}

html {
	height: 100%;
	overflow: hidden;
}
body {
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin: 0;
	background-image: url(../Images/baggrund_1.jpg);
	background-repeat: no-repeat;
	background-position: center 225px;
	background-color: #fff;
	background-attachment: local; /* Får background til at scrolle med indholdet */
	height: 100%;
	overflow: auto;
}
img {
	display: block;
}

p {
	margin-bottom: 11px;
}
h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 35px;
	line-height: 39px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 53px;
	line-height: 57px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}
a {
	outline : none;
}
a img {
	outline : none;
}
img {
	border : 0;
}

a:link,
a:visited,
a:focus {
	color: #c63020;
	text-decoration: none;
}
a:hover,
a:active {
	color: #26436d;
	text-decoration: underline;
}
#menu a:link,
#menu a:visited,
#menu a:focus,
#footer a:link,
#footer a:visited,
#footer a:focus {
	color: #000;
	text-decoration: none;
}
#menu a:hover,
#menu a:active,
#footer a:hover,
#footer a:active {
	color: #c63020;
	text-decoration: underline;
}
strong {
	font-weight: bold;
	font-style: normal;
}
sup {
    font-size: smaller;
}
ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 0;
    margin-top: 0;
	margin-bottom: 11px;
    padding: 0;
}
ol {
    list-style-position: inside;
    margin-left: 0;
    margin-top: 0;
	margin-bottom: 11px;
    padding: 0;
    text-indent: 0;
}
.field-name-field-spalte-1 ul li,
.field-name-field-spalte-2 ul li,
#spalte-3 ul li,
.field-name-field-spalte-2-3 ul li {
	text-indent: -11px;
	padding-left: 11px;
}
.field-name-field-spalte-1 ol li,
.field-name-field-spalte-2 ol li,
#spalte-3 ol li,
.field-name-field-spalte-2-3 ol li {
	text-indent: -15px;
	padding-left: 15px;
}
li {
    margin: 0;
    padding: 0;
}

/**********************************************************************/
/**********************************************************************/
/***********          DIV                                  ************/
/**********************************************************************/
/**********************************************************************/

#wrapper_top_soegefelt {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
}
#wrapper_soegefelt {
	max-width: 1100px;
	margin-left: auto;
	padding-top: 10px;
	margin-right: auto;
}
#broedkrummesti {
	width: 50%;
	float: left;
	padding-top: 2px;
}
#soegefelt {
	width: 50%;
	text-align: right;
	float: right;
}
#wrapper_top_logo {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
@media (min-width: 1024px) {
    #wrapper_top_logo {
        height: 184px;
    }
}
@media (max-width: 1024px) {
    #wrapper_top_logo {
        height: auto;
    }
}

#logo {
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 52px;
    width: 464px;
	padding: 25px 0 0 0;
}
#menu {
	width: 75%;
	float: left;
	font-size: 18px;
}
#sprog {
    height: 24px;
	text-align: right;
	width: 25%;
	float: right;
}
#sprog .gt_switcher {
    float: right;
}
#wrapper_bund {
	width: 100%;
	overflow: hidden; /* Forhindrer skyggen i at gå ind over wrapper_top */
}
#wrapper_indhold {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.view-forside-karrusel,
#karrusel_forside {
	width: 100%;
	background: #fff;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	position: relative;
}
#block-views-forside-3-felter-forside-felter .views-row-1,
#spalte_forside_1 {
	width: 32.727273%; /* 360px / 1100px = 32.727273% */
	height: 335px;
	background: #fff;
	margin-right: 0.90909091%; /* 10px / 1100px = 0.90909091% */
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	float: left;
	background-image: url(../Images/stiplet-forside-blaa.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
#block-views-forside-3-felter-forside-felter .views-row-2,
#spalte_forside_2 {
	width: 32.727273%; /* 360px / 1100px = 32.727273% */
	height: 335px;
	background: #fff;
	margin-right: 0.90909091%; /* 10px / 1100px = 0.90909091% */
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	float: left;
	background-image: url(../Images/stiplet-forside-groen.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
#block-views-forside-3-felter-forside-felter .views-row-3,
#spalte_forside_3 {
	width: 32.727273%; /* 360px / 1100px = 32.727273% */
	height: 335px;
	background: #fff;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	float: left;
	background-image: url(../Images/stiplet-forside-roed.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.views-row-1 #spalte_forside_overlay,
.views-row-2 #spalte_forside_overlay,
.views-row-3 #spalte_forside_overlay,
#spalte_forside_1_overlay,
#spalte_forside_2_overlay,
#spalte_forside_3_overlay {
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .9);
	position: absolute;
	display: none;
	z-index: 20;
}

.view-forside-3-felter .views-row-1:hover #spalte_forside_overlay,
.view-forside-3-felter .views-row-2:hover #spalte_forside_overlay,
.view-forside-3-felter .views-row-3:hover #spalte_forside_overlay,
#spalte_forside_1:hover #spalte_forside_1_overlay,
#spalte_forside_2:hover #spalte_forside_2_overlay,
#spalte_forside_3:hover #spalte_forside_3_overlay {
    display: block;
/*	cursor: pointer;
	cursor: hand;
*/
}
#kort {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
	background: #fff;
	position: relative;
/*	background-image: url(../Images/stiplet-forside-blaa.gif);
	background-size: 100%;
	background-repeat: no-repeat;
*/
}

#block-views-kort-kort-liste-1 {
	width: 14.181818%; /* 156px / 1100px = 14.181818% */
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	margin-left: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	white-space: nowrap;
	overflow: hidden;
}
#block-views-kort-kort-liste-2 {
	width: 14.181818%; /* 156px / 1100px = 14.181818% */
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	margin-left: 18.909091%; /* 32+156+20px=208 / 1100px = 18.909091% */
	white-space: nowrap;
	overflow: hidden;
}
#block-views-kort-kort-liste-3 {
	width: 14.181818%; /* 156px / 1100px = 14.181818% */
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	margin-left: 34.909091%; /* 32+156+20+156px+20=384 / 1100px = 34.909091% */
	white-space: nowrap;
	overflow: hidden;
}
#block-views-kort-kort-overskrift-skjult {
/*	width: 90%; /* 156px / 1100px = 14.181818% */
	width: auto;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	margin-left: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	white-space: nowrap;
	overflow: hidden;
	display: none;
}
#tekstfelt_kort {
	width: 100%;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	margin-left: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	margin-right: 2.9090909%; /* 32px / 1100px = 2.9090909% */
}
.kort_cirkel {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	background: #c63020;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.kort_cirkel a {
	color: #fff;
	text-decoration: none;
}
.kort_tekst_nummer {
	font-size: 16px;
	width: 13%;
	float: left;
}
.kort_tekst_titel {
	font-size: 16px;
	width: 87%;
	float: left;
}
.kort_tekst_titel a:link,
.kort_tekst_titel a:visited,
.kort_tekst_titel a:focus {
	color: #fff;
	text-decoration: none;
}
.kort_tekst_titel a:hover,
.kort_tekst_titel a:active {
	color: #fff;
	text-decoration: underline;
}
.aktiv_titel {
	text-decoration: underline;
}

.aktiv_link {
	border: 1px solid #c63020;
	color: #c63020;
	background: #fff;
}
.aktiv_link a {
	color: #c63020;
}
#footer {
	width: 100%;
	margin-top: 10px;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
	background: #fff;
	overflow: auto; /* Får denne parent-div til at stretche i højden */
}
#tekst_footer_1 {
	width: 14.181818%; /* 156px / 1100px = 14.181818% */
	margin-left: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	margin-top: 20px;
	margin-bottom: 25px;
	float: left;
}
#tekst_footer_2 {
	width: 14.181818%; /* 156px / 1100px = 14.181818% */
	margin-left: 1.8181818%; /* 20px / 1100px = 1.8181818% */
	margin-top: 20px;
	margin-bottom: 25px;
	float: left;
}
#tekst_footer_3 {
	width: 30.181818%; /* 332px / 1100px = 30.181818% */
	margin-right: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	margin-top: 20px;
	margin-bottom: 25px;
	float: right;
}
#tekst_footer_3 .image {
	width: 76.506024%; /* 254px / 332px = 76.506024% */
	margin-bottom: 15px;
}
#parlob {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

/* UNDERSIDER STARTER HER */

.view-display-id-underside_karrusel_type_event,
.view-display-id-underside_karrusel_type_1,
#karrusel_underside_type_1 {
	width: 100%;
	background: #fff;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
#karrusel_underside_type_2 {
	width: 100%;
	background: #fff;
}
#wrapper-indhold-underside-type-1,
#wrapper_indhold_underside_type_1 {
	width: 100%;
	padding-top: 25px;
	margin-bottom: 10px;
	background: #fff;
	overflow:auto;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.node-underside-type-h-j,
#wrapper_indhold_underside_type_2 {
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	overflow:auto;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
#group-spalte-2-3,
#wrapper_indhold_underside_type_2_spalte_2_3 {
	width: 65.090909%; /* 716px / 1100px = 65.090909% */
	float: right;
}
#group-spalte-1-type-event,
.field-name-field-spalte-1-type-1,
#spalte_1_underside_type_1 {
	width: 30.181818%; /* 332px / 1100px = 30.181818% */
	margin-left: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	margin-right: 1.8181818%; /* 20px / 1100px = 1.8181818% */
	margin-bottom: 25px;
	float: left;
}
.page-user #main-content,
.page-search #main-content,
.page-sitemap #main-content {
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	overflow:auto;
	box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
#group-spalte-bred {
    clear: both;
    padding: 25px 32px 25px 32px;
}
.page-user #main-content-header,
.page-user #content,
.page-search #main-content-header,
.page-search #content,
.page-sitemap #main-content-header,
.page-sitemap #content {
	margin-left: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	margin-right: 1.8181818%; /* 20px / 1100px = 1.8181818% */
	margin-bottom: 25px;
}
.page-search #main-content-header h2,
.page-search #content h2 {
	font-size: 16px;
}
#group-spalte-1-type-event .field-name-field-spalte-1-type-1 {
	width: 100%;
	margin: 0;
}
.event-overskrift {
	margin-bottom: 20px;
}
#group-spalte-2-type-event,
.field-name-field-spalte-2-type-1,
#spalte_2_underside_type_1 {
	width: 30.181818%; /* 332px / 1100px = 30.181818% */
	margin-right: 1.8181818%; /* 20px / 1100px = 1.8181818% */
	margin-bottom: 25px;
	float: left;
}
#group-spalte-2-type-event .field-name-field-spalte-2-type-1 {
	width: 100%;
	margin: 0;
}
#group-spalte-3-type-1,
#spalte_3_underside_type_1 {
	width: 30.181818%; /* 332px / 1100px = 30.181818% */
	margin-bottom: 25px;
	float: left;
}
.field-name-field-spalte-3-laast {
	width: 30.181818%; /* 332px / 1100px = 30.181818% */
	padding: 10px 15px 10px 15px;
	margin-bottom: 25px;
	float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-style: solid;
    border: 1px solid #ddd;
	background-color: #eee;
}
.field-name-field-spalte-1-type-2,
#spalte_1_underside_type_2 {
	width: 30.181818%; /* 332px / 1100px = 30.181818% */
	margin-left: 2.9090909%; /* 32px / 1100px = 2.9090909% */
	margin-top: 50px;
	margin-right: 1.8181818%; /* 20px / 1100px = 1.8181818% */
	margin-bottom: 25px;
	float: left;
}
.field-name-field-spalte-2-type-2,
#spalte_2_underside_type_2 {
	width: 46.368715%; /* 332px / 716px = 46.368715% */
	margin-top: 50px;
	margin-right: 2.7932961%; /* 20px / 716px = 2.7932961% */
	margin-bottom: 25px;
	float: left;
}
.field-name-field-spalte-3-type-2,
#spalte_3_underside_type_2 {
	width: 46.368715%; /* 332px / 716px = 46.368715% */
	margin-top: 50px;
	margin-bottom: 25px;
	float: left;
}


/**********************************************************************/
/**********************************************************************/
/***********          CLASSES                              ************/
/**********************************************************************/
/**********************************************************************/

.logo_str {
	width: 454px;
	height: 62px;
}
.facebook_str {
	width: 21px;
	height: 21px;
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}
.menu_tekst {
	font-size: 18px;
	text-transform: uppercase;
}
.views-row-1 .tekst_spalte_forside,
.tekst_spalte_forside_1 {
	color: #26436d;
	position: absolute;
	margin-left: 8.8888889%; /* 32px / 360px = 8.8888889% */
	bottom: 20px;
	z-index: 10;
}
.views-row-2 .tekst_spalte_forside,
.tekst_spalte_forside_2 {
	color: #26954d;
	margin-top: 15px;
	margin-left: 8.8888889%; /* 32px / 360px = 8.8888889% */
}
.views-row-3 .tekst_spalte_forside,
.tekst_spalte_forside_3 {
	color: #c63020;
	position: absolute;
	margin-left: 8.8888889%; /* 32px / 360px = 8.8888889% */
	bottom: 20px;
	z-index: 10;
}
.tekst_spalte_forside_overlay {
	margin-top: 15px;
	margin-left: 8.8888889%; /* 32px / 360px = 8.8888889% */
	margin-right: 8.8888889%; /* 32px / 360px = 8.8888889% */
}
.tekstfelt_kort {
	width: 14.181818%; /* 156px / 1100px = 14.181818% */
	margin-right: 1.8181818%; /* 20px / 1100px = 1.8181818% */
	float: left;
}
.overskrift_footer {
	margin-bottom: 5px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
}
.parlob_str {
	width: 67px;
	height: 12px;
	float: right;
	margin-top: 8px;
}

/* UNDERSIDER STARTER HER */
h6,
.kunstner_tekst {
	font-size: 18px;
	font-weight: 300;
	color: #c63020;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 50px;
}
.field-name-field-dato-start {
	color: #c63020;
	margin-bottom: 20px;
}
.event-titel {
	text-transform: uppercase;
}
.view-display-id-events_aktuelle .views-row,
.view-display-id-events_fremtidige .views-row,
.view-display-id-events_tidligere .views-row,
.view-display-id-events .views-row {
	margin-bottom: 10px;
}
.view-display-id-events_footer .event-titel {
	text-transform: none;
}
.pager-current {
	font-weight: 300 !important;
	font-style: normal !important;
}
ul.pager {
	font-size: 12px;
	text-align: left !important;
}
.date-display-single,
.date-display-range {
	color: #aaa;
}
label,
.form-type-textfield {
	font-weight: 300 !important;
	font-style: normal !important;
}
.field-name-field-galleri .field-item { /* Colorbox-thumbs */
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}


/**********************************************************************/
/**********************************************************************/
/***********          BRØDKRUMMESTI                        ************/
/**********************************************************************/
/**********************************************************************/

#broedkrummesti ol li {
	padding: 0 0 2px 0;
	text-indent: 0;
}
#broedkrummesti a {
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
}
#broedkrummesti a:hover,
#broedkrummesti a:active {
	color: #c63020;
	text-decoration: underline;
}
#broedkrummesti,
#crumbs,
.tekst_broedkrummesti {
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
}

/**********************************************************************/
/**********************************************************************/
/***********          SPROG                                ************/
/**********************************************************************/
/**********************************************************************/

#sprog select {
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}


/**********************************************************************/
/**********************************************************************/
/***********          FLEXSLIDER                           ************/
/**********************************************************************/
/**********************************************************************/

.front .slider {
    margin-bottom: 10px;
}
.flex-caption,
.tekst_forside_karrusel {
	color: #fff;
	position: absolute;
	top: 25px;
	margin-left: 32px; /* 32px / (800%/1100px) = 8800px = 0.36363636%  (de 800% kommer fra Flexslider) KAN VI IKKE REGNE MED, DA TALLET AFHÆNGER AF ANTALLET AF SLIDES */
	white-space: nowrap;
}
.flexslider {
    background: #ffffff none repeat scroll 0 0;
    border: none !important;
	border-width: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    position: relative;
}
#flexslider-1 ul li {
	text-indent: 0;
	padding-left: 0;
}
.flex-control-nav {
    bottom: 20px;
	right: 2.9090909%; /* 32px / 1100px = 2.9090909% */
    position: absolute;
	z-index: 10;
    text-align: right;
    width: auto;
}
.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(255,255,255, 0.5);
    border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
    display: block;
    height: 15px;
    overflow: hidden;
    text-indent: 9999px;
    width: 15px;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(255,255,255, 1);
    cursor: default;
}
.flex-control-nav li {
    margin-left: 3px;
    margin-right: 3px;
}


/**********************************************************************/
/**********************************************************************/
/***********          SYSTEM                               ************/
/**********************************************************************/
/**********************************************************************/

#main-content-header {
	margin-top: 25px;
}

/**********************************************************************/
/**********************************************************************/
/***********          SØG                                  ************/
/**********************************************************************/
/**********************************************************************/

#search-form .form-text, #edit-search-block-form--2 {
    border: 1px solid #eee;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
    height: 100%;
    width: 35%;
	color: #aaa;
	padding-top: 2px;
	padding-bottom: 2px;
}
input, .webform-submit, #search-form .form-submit, #search-block-form #edit-submit--2, #search-block-form #edit-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eee;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	color: #aaa;
    height: 100%;
    width: 15%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#block-search-form {
}
.form-item-search-block-form {
}
.search-results .search-info {
	display: none;
}


.flex-control-nav li::marker {
    display: none;
}
