/*
** PAGE SETUP *********************************************************************
*/

html
{
  height: 100%;
  background-color: #E1E1E1;
}

html, body, form
{
  min-height: 100%;
  width: 100%;

  margin: 0px;
  padding: 0px;

  border: none;  
}

body
{
  background-color: #E1E1E1; /*#f5f5f5;*/
}

clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix
{
  display: inline-block;
}

div#container.template-default
{
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  height: 100%;
}

div#container
{
  margin: 0px auto;
  padding: 0px;
  width: 1024px;
  height: 100%;
}

.template-default #shadow_main
{
  height: 100%;
  width: 904px;
  margin: auto;
}
table#shadow_main {
  height: 100%;
  width: 964px;
}

.template-default #shadow_main {
  height: auto;
  width: auto;
}



#shadow_left
{
  width: 30px;
  background-image: url('/images/bkg_shadow_left_3.png');
  background-repeat: repeat-y;
  background-position: right;  
}

#shadow_right
{
  width: 30px;
  background-image: url('/images/bkg_shadow_right_3.png');
  background-repeat: repeat-y;
  background-position: left;  
}

#shadow_bottom
{   
  background-image: url('/images/bkg_shadow_bottom_3.png');
  background-repeat: repeat-x;
  background-position: top left;  
}

#shadow_br
{   
  background-image: url('/images/bkg_shadow_bl_3.png');
  background-repeat: no-repeat;
  background-position: top left;  
}

#shadow_bl
{   
  background-image: url('/images/bkg_shadow_br_3.png');
  background-repeat: no-repeat;
  background-position: top right;  
}

.template-default #subcontainer
{
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px;
           
  font-family: Verdana;
  font-size: 12px;
  line-height: 16px;
  color: #555;
  
  background-color: #fff;
}

td#subcontainer {
  height: 100%;
  
  margin: 0px;
  padding: 0px;
           
  font-family: Verdana;
  font-size: 12px;
  line-height: 16px;
  color: #555;
  
  background-color: #fff;
}

.template-default div#content
{
  height: 100%;
  width: calc(100% - 20px);
  margin: 0px auto;  
  padding: 0px 10px;
  
  position: relative;
  background-color: white;
  overflow: auto;
}

div#content
{
  height: 100%;

  margin: 0px auto;  
  padding: 0px 10px;
  
  position: relative;
 
}

/*
** COOKIE ACCEPT ******************************************************************
*/
.cookie-consent {
  width: 100%;
  min-height: 70px;
  min-width: 100%;
  background: #3c3c3c;
  text-align: center;
}

.cookie-container {
  width: 70%;
  margin: 0 auto;
}

.cookie-container p {
  font-family: sans-serif;
}

.cookie-consent__text {
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 10px;
}

.cookie-consent__text a {
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 0;
  color: #fff;
  text-decoration: none;
}


.cookie-consent__btn {

  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  background: none;
  font-weight: 300;
  font-size: 13px;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.cookie-consent__btn:hover {
  background: #fff;
  color: #3c3c3c;
}

.hidden {
  display: none;
}

@media (max-width: 870px) {
  .cookie-consent {
    padding: 10px 0;
  }

  .cookie-consent__text {
    float: none;
    line-height: normal;
  }

  .cookie-consent__btn {
    float: none;
    margin: 0 0 10px;
  }
}



/*
** PAGE FRAME ******************************************************************
*/

div#toplogo
{
  margin: 0px;
  
  margin-top: 10px;  
  margin-left: 15px;
  
  padding: 0px;
}

.sprite-page_frame
{
  background: url('/images/layout/page_frame/page_frame_map.png') no-repeat top left; 
}

.sprite-ico_facebook_16 { background-position: 0 0; width: 16px; height: 16px; display: block; float: right; margin-right: 5px; } 
.sprite-ico_twitter_16 { background-position: 0 -26px; width: 16px; height: 16px; display: block; float: right; } 
.sprite-new_top_logo { background-position: 0 -52px; width: 240px; height: 53px; display: block; } 
.sprite-searchbox { background-position: 0 -115px; width: 224px; height: 29px; } 



/*
** SEARCHBOX *******************************************************************
*/

div#searchbox_txt
{
  position: absolute;
  top: 20px;
  left: 10px;
  color: #999;
}

div#searchbox_line
{
  position: absolute;
  height: 60px;
  top: 0px;
  left: 0px;
  margin: 10px 0px;
  
  border-left: 1px solid #D7DFE1;
}

div#searchbox
{
  margin-top: 40px;
  margin-left: 10px;
  text-align: right;  
}

input.sbox
{
  margin: 3px 10px 0px 0px;
  padding: 2px 0px;
  height: 18px;
  width: 185px;
  background-color: transparent;
  border: 0px;
  color: #787878;
  font-size: 15px;
}


/*
** MENUBAR *********************************************************************
*/

div#menubar
{
  margin: 10px 0px;  
  padding: 6px 8px;
  
  font-size: 12px;
  color: #888;    
  
  background-color: #f0f8fb;      
}

#menubar ul
{
  padding: 0px;
  margin: 0px;
}

#menubar li
{
  height: 30px;
  
  margin: 0px;
  margin-top: 3px;
  
  padding-top: 8px;        
  padding-left: 0px;
  padding-right: 20px;       
  
  display: inline;  
  list-style-type: none;
}

#menubar a
{
  color: #555;  
  text-decoration: none;  
}

#menubar a:hover
{
  color: #888;
  text-decoration: underline;  
}

#menubar .selected
{
  font-weight: bolder;
}

@media screen and (max-width: 800px) {

  .template-default #menubar ul {
    width: 100%;
  }

  .template-default #menubar li {
    width: 100%;
    padding: 5px;
    display: inline-block;
  }

}


/*------------------------------------*    #TOGGLE
\*------------------------------------*/
/**
 * Site nav toggle
 */
.site-nav-toggle {
  display: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  font-size: .75rem;
  z-index: 1000;
  background-color: transparent;
  cursor: pointer; 
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  background-color: buttonface;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;}

.site-nav-toggle.toggled .site-nav-toggle-icon {
  transform: rotate(90deg);
}

.site-nav-toggle-text {
  color: #ccc; }

.site-nav-toggle.is-toggled .site-nav-toggle-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center; }

.site-nav-toggle.is-toggled .site-nav-trigger__item {
  background-color: #e78238;
  width: 19px; }

.site-nav-toggle-icon {
  position: relative;
  top: 19px;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  display: inline-block; }

.site-nav-trigger__item {
  visibility: visible;
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 0px;
  background-color: #fff;
  border-radius: 2px; }
  .site-nav-trigger__item:nth-child(even) {
    height: 3px; }
  .site-nav-trigger__item ~ .site-nav-trigger__item {
    margin-top: 5px; }

@media screen and (max-width: 800px) {
  .site-nav-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;}
    transform: translateY(-50%);
    .site-nav-toggle.is-toggled {
      top: 24px; }
  .site-nav-trigger__item {
    background-color: black;
    width: 19px; }
  .c-site-header.is-toggled .site-nav-toggle {
    position: absolute; } }

// @media screen and (min-width: 768px) and (max-width: 1099px) {
//   .site-nav-toggle {
//     background-color: #fff;
//     border-radius: 50%;
//     top: 50%;
//     -webkit-transform: translateY(-50%);
//             transform: translateY(-50%);
//     right: 45px; }
//   .site-nav-trigger__item {
//     background-color: #373737;
//     width: 19px; } }


/*
** PAGE *********************************************************************
*/

.template-default div#page {
  border-top: none;
  margin-top: 0;
}
div#page
{  
  width: 100%;

  margin: 0px;
  margin-top: 10px;
  padding: 0px;  
  padding-top: 10px;
  
  border-top: 1px solid #eee;
}

#page a
{  
  /*color: #144D9E;*/
  /*color: #044C80;*/ 
  color: #1e365c;  /* org*/
  text-decoration: none;
}

#page a:hover
{  
  color: #A52A2A;
  text-decoration: underline;
}

#page ul.paragraph
{
  color: #666;  
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
  line-height: 20px;  
}

#page ol.paragraph li
{
  color: #666;  
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
  line-height: 20px;  
}

#page h1
{
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 2px;

  padding-bottom: 2px;
  
  color: #575757;
  
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  font-weight:bold;
}

#page h1.subpage
{
  margin: 0px;  
  padding: 7px;
  
  color: #575757;  
  background-color: #F0F8FB;
    
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

#page h1.tabtop
{
  margin: 0px;  
  padding: 9px;
  
  color: #575757;  
  background-color: #F0F8FB;
  
  font-size: 16px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
  
  border-bottom: 1px solid #E1E1E1; /*#ADC2C9;*/
}

div#header_holder
{
  margin-bottom: 20px;
}

#header_holder h1
{
  margin: 0px;
  /*margin-bottom: 3px;*/   
  padding: 9px;
  
  background-color: #F0F8FB;
  
  color: #575757;  
    
  font-size: 16px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: normal;  
}

#header_holder ul#breadcrumb
{
  margin: 0px;  
  margin-bottom: 3px;
  
  padding: 0px; 
  padding-left: 5px;

  background-color: #F0F8FB;
    
  list-style-type: none;   
}

ul#breadcrumb li
{
  display: inline;
  
  padding: 2px 5px;
  padding-right: 30px;   

  font-family: verdana,sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #aaa;  
  
  background-image: url('/images/img_breadcrumb-divider.png');
  background-repeat: no-repeat;
  background-position: right center;    
}

ul#breadcrumb a
{ 
  font-weight: normal;
  color: #aaa;  
}

ul#breadcrumb a:hover
{ 
  color: #aaa;   
}

#header_holder ul#subnav
{
  height: 25px;

  margin: 0px;  
  margin-bottom: 3px;
  
  padding: 0px; 
  padding-left: 15px;  
  
  /*height: 30px;*/
  padding-top: 8px;
  
  background-color: #F0F8FB; /*#E9F4F8; */
  
  border-bottom: 1px solid #E1E1E1;  
  list-style-type: none;   
}

ul#subnav li
{
  display: inline;
}

ul#subnav li.selected
{
}

ul#subnav a
{  
  display: block;
  float: left;
  height: 26px;
  margin: 0 2px;   
  
  font-family: verdana,sans-serif;
  font-size: 12px;
  font-weight: normal;      
  
  color: #335588;
}

ul#subnav li.selected a
{
  background: url('/images/subnav_right.png') no-repeat scroll right top transparent;
}

ul#subnav li a span
{
  display: block;
  float: left;
  height: 28px;
  padding: 5px 15px 0;
}
ul#subnav li.selected a span
{
  background: url('/images/subnav_left.png') no-repeat scroll left top transparent;
}

#page .toptab
{
  margin: 0px;  
  margin-top: 1px;
  padding: 9px;
  
  color: #575757;  
  background-color: #E9F4F8;
  
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
  
  border-bottom: 1px solid #E1E1E1; /*#ADC2C9;*/
}

#page #path
{
  margin: 5px; 
  margin-top: 2px;
  margin-bottom: 20px;
    
  font-size: 0.8em;
  color: #888;
} 

#page #path a
{
  color: #aaa;                      
  /* text-decoration: underline;*/
  /*border-bottom: 1px solid #ddd;*/
}

#page h1.news
{  
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  
  padding: 0px;
    
  font-family: 'trebuchet ms',arial,verdana,sans-serif;
  font-size: 30px;
  font-weight: bolder;
  
  border: none;
  
  color: #333;
}

#page h2
{
  
  border-bottom: 1px solid #b2b2b2;
  
  font-family: 'trebuchet ms',arial,verdana,sans-serif;
  font-size: 15px;
  font-weight: normal;
    
  color: #555;
}

#page h2.subpage
{
  margin: 0px;  
  
  padding: 7px;
  
  color: #999;
  
  border: none;
  
  background-color: #F0F8FB;
    
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  font-weight:bold;
}


#page h2.blue_155
{      
  height: 19px;
  
  margin: 0px;
  padding: 0px;  
  padding-left: 26px;
  padding-top: 1px;
  padding-bottom: 0px;
  border: none;

  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: bolder;
   
  background-image: url('/images/bkg_head_blue.gif');
  background-repeat: no-repeat;
  
  color: #fff;
}

#page h2.orange_155
{      
  height: 19px;
  
  margin: 0px;
  padding: 0px;  
  padding-left: 26px;
  padding-top: 1px;
  padding-bottom: 0px;
  border: none;

  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: bolder;
   

  background-image: url('/images/bkg_h2_orange_155.gif');
  background-repeat: no-repeat;
  
  color: #fff;
}

#page h2.green_285
{      
  height: 20px;
  
  margin: 0px;
  padding: 0px;  
  padding-left: 26px;
  padding-top: 1px;
  padding-bottom: 3px;
  border: none;

  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: bolder;
   

  background-image: url('/images/bkg_h2_green_285.gif');
  background-repeat: no-repeat;
  
  color: #fff;
}

#page h2.blue_402
{      
  height: 19px;
  
  margin: 0px;
  padding: 0px;  
  padding-left: 26px;
  padding-top: 1px;
  padding-bottom: 0px;
  border: none;

  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: bolder;
   

  background-image: url('/images/bkg_h2_blue_402.gif');
  background-repeat: no-repeat;
  
  color: #fff;
}

#page h2.green_263
{      
  height: 20px;
  
  margin: 0px;
  padding: 0px;  
  padding-left: 26px;
  padding-top: 1px;
  padding-bottom: 3px;
  border: none;

  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: bolder;
   

  background-image: url('/images/bkg_h2_green_263.png');
  background-repeat: no-repeat;
  
  color: #fff;
}

#page h3
{  
  margin-top: 1px;
  margin-bottom: 2px;
  padding-bottom: 1px;

  border-bottom: 1px solid #929292;
  
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;
}


#page h5
{
  height: 22px;
  
  margin: 0px;
  margin-top: 20px; 
  
  padding: 4px;
  padding-left: 6px;  
  padding-bottom: 0px;
  
  border: none;

  font-family: 'trebuchet ms', arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: bolder;
   
  background-image: url('/images/layout/h-blue.gif');
  background-repeat: repeat-x;
  
  color: #fff;
}

#page #h1_holder
{
    height: 30px;
    
    margin: 0px;
    margin-top: 20px; 
    padding: 0px;
    
    background-color: #F0F8FB;
    
    line-height: 16px;     
}


#page #h1_holder .button_holder
{
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    vertical-align: middle;
    display: inline-block; 
    
    font-size: 10px; 
}


#page #h1_holder .button_icon
{
    height: 20px;
    margin: 0px;
    width: 20px;
    float: left;
    vertical-align: middle;  
    background-position: center left; 
}


#page #h1_holder .button_content
{
    height: 20px;
    margin: 0px;
    float: left;
    line-height: 20px;
    vertical-align: middle;
    background-position: center right;  
}


#page #h1_holder .button_content a
{
  margin-left: 3px;
  cursor: pointer;
  margin-right: 7px;
  text-decoration: none; 
}


#page .hblue
{
  background-image: url('/images/layout/h-blue.gif');
  background-repeat: repeat-x;

}


#page .hgreen
{
  background-image: url('/images/layout/h-green.gif');
  background-repeat: repeat-x;
}


#page h3.news
{  
  margin-top: 12px;
  margin-bottom: 8px;
  padding: 0px;
    
  font-family: verdana, sans-serif;
  font-size: 24px;
  font-weight: normal;
  border: none;  
  color: #333;
}

#page h3.news2
{      

  margin: 2px 0px;
  padding: 2px 0px;
    
  line-height: 20px; 

  font-family: verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  border: none;  
  color: #333;
}

#page h3.news a
{  
  text-decoration: none;  
  color: #333;
}

#page h3.news2 a
{  
  text-decoration: none;  
  color: #333;
}

#page h4
{  
  margin-top: 1px;
  margin-bottom: 2px;
  padding-bottom: 1px;
  
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;  
  color: #555;
}

#page h1.paragraph
{  
  margin-top: 1px;
  margin-bottom: 10px;
  padding-bottom: 1px;
  
  font-family: 'trebuchet ms', arial, verdana, sans-serif;
  font-size: 22px;
  font-weight: bold;  
  color: #666;
}

#page h3.paragraph
{  
  width: 100%;
  
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 4px;
    
  border: none;
  border-top: 1px solid #A7D5E9;
  
  color: #657380;
  font-size: 13px;
  font-weight: normal;
  
  background-color: #F0F8FB;  
}

#page h4.paragraph
{    
  margin-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 1px;
  
  font-family: 'trebuchet ms', arial, verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;  
  color: #666;
}

#page h4.paragraph_s
{  
  margin-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 1px;
  
  font-family: 'trebuchet ms', arial, verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;  
  color: #666;
}

#page ul#tabnav
{ 
  display: block;

  margin: 0px;
    
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;

  border-bottom: #e0e0e0 solid 1px;

  list-style-type: none;
  list-style-position: outside;
}

ul#tabnav li
{ 
  display: inline;
}

ul#tabnav li a
{
  margin: 0px 5px;   
  padding: 5px 10px;
  
  border: #e0e0e0 solid 1px;  
  border-bottom: none; 
  
  text-decoration: none;   
}

ul#tabnav li a.selected
{  
  border-bottom: 1px solid #F0F8FB;
  background-color: #F0F8FB
}

#page .medium_text
{
  color: #888;
  font-family: verdana, "trebuchet ms", "verdana";
  font-size: 1.2em;
}

#page .midi_text
{
  color: #888;
  font-family: verdana, "trebuchet ms", "verdana";
  font-size: 1.1em;
}

#page .normal_text
{
  color: #888;
  font-family: verdana, "trebuchet ms", "verdana";
  font-size: 1.1em;
}

#page .big_text
{
  color: #888;
  font-family: verdana, "trebuchet ms", "verdana";
  font-size: 1.4em;
}

#page .small_text
{
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  color: #999;  
}

#page .panel
{ 
  padding: 6px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;  
}

#page .panel_chat
{
  margin-top: 6px; 
  padding: 6px;
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #f1f1f1; 
}

#page .panel_warning
{
    margin-bottom: 10px; 
    padding: 6px;
    border: 1px solid #FFD300;
    background-color: #FCED8C;
}

#page .panel_info
{
    margin-bottom: 10px; 
    padding: 6px;
    border: 1px solid #D3EEEA;
    background-color: #F2FAF9;
}

#page .panel_ok
{
    margin-bottom: 10px; 
    padding: 6px;
    border: 1px solid #557F39;
    background-color: #D7EFBA;
}

#page .panel .paragraph_s
{
  margin-bottom: 10px;
}

#page #big_search
{   
  height: 20px;
  width: 89%;
  
  margin-top: 10px;
  margin-bottom: 2px;    
  padding: 4px;
   
  border: 1px solid #eee;
  
  color: #ccc;
  /*color: #555;                */
  font-size: 1.3em;
           
  background-color: #ffffff;
  
  background: transparent url('/images/big_input_top.png') repeat-x top left;
}

/*
** LIST NEW --------------------------------------------------------------------
*/

#list_page div#q
{ 
  width: 95%;
  text-align: right;  
}

#list_page #filter .headline
{
  color: #999;
  font-size: 10px;
}

#list_page #filter div#q input
{
  margin: 3px 10px 0px 0px;
  padding: 2px 0px;
  height: 18px;
  background-color: transparent;
  border: none;
  color: #787878;
  font-size: 15px;
}

#list_page #filter input.filter_button
{
  padding: 2px 15px;
  height: 26px;
  color: #787878;
  font-size: 15px;
}

#list_page #filter select
{
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 2px;
  height: 26px; 
  width: 95%;
  color: #555;
}

#list_columns_wapper
{ 
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
}

#list_columns_wapper #col_left
{
  float: left;
  width: 613px;
  margin-right: 10px; 
  padding-right: 10px;  
  border-right: 1px solid #eee;
}

#list_columns_wapper #col_right
{
  float: left;
  width: 250px;
}

#page #list_columns_wapper #col_right a:hover
{  
  color: #fff;
  text-decoration: underline;
}


#list_page #search_list #summary
{
  background-color: #f6f6f6;
  padding: 3px;
  padding-left: 5px;
  font-size: 0.9em;
  color: #888;
  margin-bottom: 2px; 
}

#list_page #search_list .list_item td
{
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
}

#list_page #search_list .list_item .saved_tm_holder
{
  position: relative;
  width: 100%; 
}            

#list_page #search_list .list_item .saved_tm_holder div.price_from
{
  position: absolute;
  width: 110px;
  height: 50px;
  right: 0px;
  top: 32px;
  border-left: 1px solid #f1f1f1;
  padding-left: 10px;
  text-align: center;   
  /*
  background-color: #F0F8FB;
  border-radius: 3px;
  */
}                             

#list_page #search_list .list_item .saved_tm_holder div.price_from span
{
  font-size: 0.7em;  
  color: #666;
  text-transform: uppercase;  
}

#list_page #search_list .list_item .saved_tm_holder div.price_from p.price
{
  font-size: 1.5em;
  font-weight: bolder;
  color: #79AB84;
  /*margin: 2px 0px;*/
  margin: 0px;
}

#list_page #search_list .list_item .saved_tm_holder div.save_tm_ico
{
  position: absolute;
  top: 1px;
  right: 1px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  cursor: pointer; 
}                                                                 

#list_page #search_list .list_item .save_tm
{
  background-image: url(/images/ico/ico_heart_16_bw.png);
}

#list_page #search_list .list_item .save_tm:hover
{
  background-image: url(/images/ico/ico_heart_add_16.png);  
}

#list_page #search_list .list_item .unsave_tm
{
  background-image: url(/images/ico/ico_heart_16_col.png);
}

#list_page #search_list .list_item .unsave_tm:hover
{
  background-image: url(/images/ico/ico_heart_delete_16.png);
}

#list_page #search_list .list_item .headline
{
  margin: 0px;
  font-family: 'trebuchet ms', verdana;
  font-size: 1.2em;
  font-weight: bolder;
}

#list_page #search_list .list_item .headline a
{
}

#list_page #search_list .list_item .headline a:hover
{
  color: maroon;
}

#list_page #search_list .list_item .categories
{
  margin: 0px;
  margin-top: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #79AB84;
  line-height: 13px;
}

#list_page #search_list .list_item .locality
{
  margin: 0px;
  margin-top: 1px;
  color: #888888;
  font-family: verdana;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 13px;
}

#list_page #search_list .list_item .tags
{
  margin: 0px;
  margin-top: 9px;
}

#list_page #search_list .list_item .recommended
{
  padding: 2px 4px;
  background-color: #E7F4F9;
  font-size: 0.7em;
  border-radius: 1px;
  color: #666;
  text-transform: uppercase;
}

#list_page #search_list .list_item .book
{
  padding: 2px 4px;
  background-color: #FECD61;
  font-size: 0.7em;
  border-radius: 1px;
  color: #666;
  text-transform: uppercase;
}

#list_page #search_list .list_item .invoice
{
  padding: 2px 4px;
  background-color: #D7EFBA;
  font-size: 0.7em;
  border-radius: 1px;
  color: #666;
  text-transform: uppercase;
}

#list_page #pagination_summary
{
  margin-top: 20px;
  margin-bottom: 10px; 
  padding: 3px;
  padding-left: 5px;
  background-color: #f6f6f6;
  font-size: 0.9em;
  color: #888;   
}

#list_page #pagination
{
  margin-top: 5px; 
}

#list_page #pagination a, #list_page #pagination div
{
  background-color: #EAEAEA;
  border: 1px solid #CACACA;
  color: #000000;
  display: inline-block;
  font-weight: normal;
  padding: 3px 7px;
}

#list_page #pagination div.current
{
  background-color: #FFF;
}
                
/*
** KOMMUN / LAN ----------------------------------------------------------------
*/

#area_page #header_holder
{
  margin-bottom: 3px;
}

#area_columns_wapper
{
  margin-top: 10px; 
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
}

#area_columns_wapper #col_left
{
  float: left;
  width: 621px;
  margin-right: 10px; 
  padding-right: 10px;  
  border-right: 1px solid #eee;
}

#area_columns_wapper #col_left p
{
  margin-top: 0px;
}

#area_columns_wapper #col_left div.hr
{
  border-top: 1px solid #eee;
  margin-top: 7px;
  line-height: 1px;
  font-size: 1px;
  padding-bottom: 10px; 
}

#area_columns_wapper #col_right
{
  float: left;
  width: 250px;
}

#area_columns_wapper #cat_search h3
{
  font-family: Verdana;
  font-size: 11px;
  line-height: 1.2;
  color: #999;  
  font-weight: normal;  
  text-transform: uppercase;
  margin: 0px;     
  border: none;
}

#area_columns_wapper ul
{
    margin: 0 0 3px;
    padding: 0;

}


#area_columns_wapper ul.link_list li
{
  list-style-type: none;
  margin: 0px;
  padding: 0px; 
  font-size: 10px;
  line-height: 1.2;
}

#area_columns_wapper ul.link_list li a
{
  color: #0C1896;
}

.activity-grid {
  display:flex; 
  flex-flow: row wrap;
}

.activity-grid-item {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .activity-grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .activity-grid-item {
    width: 20%;
  }
}

/*
** SEARCHMAP
*/

#page #search_map_holder
{
  position: relative;
  
  width: 884px;
  height: 350px;
  
  margin: 0px auto;
  padding: 3px;
  
  border: 1px solid #e1e1e1; 
}

#page #search_map_canvas
{
  width: 884px;
  height: 350px;
   
  position: absolute;
  top: 3px;
  right: 3px;
}


#page #search_map_modal_holder
{
  width: 884px;
  height: 350px;
  display: none;
  
  position: absolute;
  top: 3px;
  right: 3px;
  
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  
  z-index: 9999; 
  cursor: pointer; 
}

#page #search_map_modal_dialog
{
  width: 400px;
  height: 300px;
  display: none;
  
  padding: 10px;
  
  position: absolute;
  top: 15px;
  left: 232px;
  
  border: 4px solid #ccc;
  background-color: #fff;
  z-index: 10000;
}

#page #search_map_modal_dialog h2
{
  color: #575757;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  font-size: 13px;
  font-weight: bolder;
  margin: 0;
  padding: 9px 10px;
  border-bottom: 1px solid #ddd;
}

#page #search_map_modal_icon
{
  width: 16px;
  height: 16px;
  display: none;
  
  position: absolute;
  top: 25px;
  right: 240px;
  
  cursor: pointer;
  z-index: 10001; 
}

#page #searchmap_warning  
{
  width: 100%;
  height: 17px;
  
  display: none;  
  
  margin: 0px auto;
  margin-top: 5px;
  margin-bottom: 20px;
  
  font-size: 0.8em;

  padding: 5px;
  padding-left: 30px;
  
  border: 1px solid #f2cb4b;
  background-color: #ffe58f;
  color: #ab8b33;
  
  background-image: url('/images/ico/ico_warn_16.png');
  background-repeat: no-repeat;
  background-position: 7px 5px;    
}

/*
** PLANNER
*/

#page #planner_map_holder
{
  position: relative;
  
  width: 800px;
  height: 500px;
  
  margin: 0px auto;
  padding: 3px;
  
  border: 1px solid #e1e1e1;
  border-bottom: none; 
}

#page #planner_map_canvas
{
  width: 800px;
  height: 500px;
   
  position: absolute;
  top: 3px;
  right: 3px;
}

#page #planner_saved_items_canvas
{
  display: none;
  
  width: 780px;
  height: 480px;
  
  padding: 10px; 
  
  position: absolute;
  top: 3px;
  right: 3px;
  
  overflow-y: scroll;
  
  background-color: #f6f6f6;
}

#page #planner_ajax_loader
{
  width: 800px;
  height: 500px;
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
}

#page #search_to
{
  width: 220px;
}

#page #search_from
{
  width: 220px;
}

#page #planner_do_search
{
  margin-top: 7px;
}

#page #info_from
{
  display: none;

  position: absolute;
  width: 176px;
  height: 70px;
  left: 15px;
  top: -90px;  
  
  padding: 12px;
  padding-top: 10px;

  background-image: url('/images/bubble_info.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  
  color: #777;    
}

#page #info_to
{
  display: none;

  position: absolute;
  width: 176px;
  height: 70px;
  left: 15px;
  top: -90px;  
  
  padding: 12px;
  padding-top: 10px;

  background-image: url('/images/bubble_info.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  
  color: #777;    
}

#page #search_from_clear
{
  display: none;

  position: absolute;
  top: 30px;
  left: 208px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#page #search_to_clear
{
  display: none;

  position: absolute;
  top: 30px;
  right: 18px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#page .big_input
{   
  height: 20px;
  width: 90%;           
  
  margin-top: 5px;
  margin-bottom: 2px;    
  padding: 4px;
   
  border: 1px solid #d7d7d7;  
  color: #ccc;  
  background: url('/images/big_input_top.png') repeat-x top left;
  background-color: #fff;
  
  font-size: 1.3em;             
}

#page .midi_input
{   
  height: 16px;
  width: 90%;           
  
  margin-top: 3px;
  margin-bottom: 2px;    
  padding: 3px;
   
  border: 1px solid #d7d7d7;  
  color: #ccc;  
  background: url('/images/big_input_top.png') repeat-x top left;
  background-color: #fff;
  
  font-size: 1.2em;             
}


#page .suggest
{
  position: absolute;
  display: none;
  
  width: 228px;
  
  top: 50px;
  left: 0px;
  
  margin: 0px;
  padding: 0px;
  
  z-index: 2000;  
  
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
  
  color: #666;
}

#page .suggest li
{
  padding: 4px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;  
}

#page .suggest li.item
{
  cursor: pointer;  
}

#page .suggest li.item:hover
{
  background-color: #FEFAC2;
}

#page .suggest li.header
{
  padding: 1px 4px;
  background-color: #f1f1f1;
  color: #999;
  font-size: 0.8em;
}

#page #big_submit
{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;

  width: 45px;
  height: 23px;
  
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 0px; 
  padding-top: 5px; 
    
  background: transparent url('/images/btn/big_submit_top.png') repeat-x top left;
  background-color: #e1e1e1;  
      
  color: #777;  
  cursor: pointer;  
  text-align: center;
  
  border: 1px solid #aaa;
}    

#page #planner_my_route
{
  display: none;

  width: 155px;
  height: 140px; 
  
  background-image: url('/images/planner_legend_2.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;  
  margin: 0px;
  padding: 5px;   
  padding-top: 4px; 

  position: absolute;
  top: 170px;
  right: 10px;
  z-index: 1000;
 
  color: #666;
}

#page #planner_my_route #header
{
  height: 16px;
  margin: 0px;
  padding: 1px 4px;
  background-color: #f1f1f1;
  color: #999;
  font-size: 10px;
  line-height: 14px;  
  
  border-bottom: 1px solid #ddd; 
  
  text-transform: uppercase;
  text-align: center;
}

#page #planner_my_route .item
{
  margin: 0px;
  margin-top: 8px;
  padding: 0px 4px;
  font-size: 0.8em;
  line-height: 1em;
}

#page #overlay_setup
{
      
  /* new design */
  width: 155px;
  background-image: url('/images/planner_legend_2.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;  
  margin: 0px;
  padding: 5px;   
  padding-top: 4px; 

  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  
  color: #666;
}

#page #overlay_setup li
{
  height: 20px;
  padding: 4px;
  padding-top: 6px;
  
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}

#page #overlay_setup li:last-child
{
  border-bottom: none;
}

#page .overlay_setup_label
{
  position: absolute;
  top: 10px;
  left: 26px;
  width: 90px;
  height: 13px;

  font-family: verdana;
  font-size: 11px;
  line-height: 11px;
  
  color: #888;
}

#page #overlay_setup li.item
{
  /*cursor: pointer;*/    
}

#page #overlay_setup li.marker1
{ 
  background-image: url('/images/ico/ico_marker_1.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;    
}

#page #overlay_setup li.marker2
{ 
  background-image: url('/images/ico/ico_marker_2.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;    
}

#page #overlay_setup li.marker3
{ 
  background-image: url('/images/ico/ico_marker_3.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;    
}

#page #overlay_setup li.marker4
{ 
  background-image: url('/images/ico/ico_marker_4.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;    
}

#page #overlay_setup li.marker999
{ 
  background-image: url('/images/ico/ico_marker_999.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;    
}

#page #overlay_setup li.header
{
  height: 16px;
  padding: 1px 4px;
  background-color: #f1f1f1;
  color: #999;
  font-size: 10px;
  line-height: 14px;  
  
  text-transform: uppercase;
  text-align: center;
}

#page #planner_modal_holder
{
  width: 800px;
  height: 500px;
  display: none;
  
  position: absolute;
  top: 3px;
  right: 3px;
  
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  
  z-index: 9999; 
  cursor: pointer; 
}

#page #planner_modal_dialog
{
  width: 400px;
  height: 300px;
  display: none;
  
  padding: 10px;
  
  position: absolute;
  top: 100px;
  left: 180px;
  
  border: 4px solid #ccc;
  background-color: #fff;
  z-index: 10000;
}

#page #planner_modal_dialog h2
{
  /*background-color: #F0F8FB;*/
  color: #575757;
  font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
  font-size: 13px;
  font-weight: bolder;
  margin: 0;
  padding: 9px 10px;
  border-bottom: 1px solid #ddd;
}

#page #planner_modal_icon
{
  width: 16px;
  height: 16px;
  display: none;
  
  position: absolute;
  top: 110px;
  right: 210px;
  
  cursor: pointer;
  z-index: 10001; 
}

#page #planner_tab_wrapper
{
  width: 800px;
  height: 40px;
  margin: 0px auto;
  margin-top: 3px;
}

#page #planner_tab_holder
{
  width: 808px;
  height: 40px;
  margin: 0px auto;
  border-top: 1px solid #e1e1e1;
  padding: 0px;
  list-style-type: none;
}

#page .planner_tab
{
              display: inline;
              /*width: 200px;*/
              float: left;
  display: block; 
  margin: 0px;
  margin-top: -1px;
  /*margin-right: 8px;*/
  margin-left: 10px;
  padding: 7px 10px;
   
  border: 1px solid #e1e1e1;
  border-top: none;  
  
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;  
}

#page .planner_tab_map
{
  padding-left: 27px;  
  background-image: url('/images/ico/ico_map_16.png');
  background-repeat: no-repeat;
  background-position: 7px 7px;  
}

#page .planner_tab_saved_items
{
  padding-left: 27px;  
  background-image: url('/images/ico/ico_list_16.png');
  background-repeat: no-repeat;
  background-position: 7px 7px;  
}

#page #planner_tab_holder .active
{
  background-color: white;
  color: #555;
  cursor: pointer;  
  /*border-top: 1px solid white;*/
  padding-top: 8px;
}

#page #planner_tab_holder .inactive
{
  background-color: #F0F8FB;
  color: #777;
  cursor: pointer;  
  border-top: 1px solid #e1e1e1;
  padding-top: 7px;
}

#page #planner_warning
{
  width: 771px;
  height: 17px;
  
  display: none;  
  
  margin: 0px auto;
  margin-top: 5px;
  margin-bottom: 20px;

  padding: 5px;
  padding-left: 30px;
  
  border: 1px solid #f2cb4b;
  background-color: #ffe58f;
  color: #ab8b33;
  
  background-image: url('/images/ico/ico_warn_16.png');
  background-repeat: no-repeat;
  background-position: 7px 5px;    
}

#page .big_button
{
  width: 45px;
  height: 23px;
  
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 2px;
  padding: 0px; 
  padding-top: 5px; 
    
  background: transparent url('/images/btn/big_submit_top.png') repeat-x top left;
  background-color: #e1e1e1;  
      
  color: #777;  
  cursor: pointer;  
  text-align: center;
  
  border: 1px solid #aaa;
}  

#page .midi_button
{
  width: 45px;
  height: 16px;
  
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 2px;
  padding: 0px; 
  padding-top: 5px; 
    
  background: transparent url('/images/btn/big_submit_top.png') repeat-x top left;
  background-color: #e1e1e1;  
      
  color: #777;  
  cursor: pointer;  
  text-align: center;
  
  border: 1px solid #aaa;
}    

#page #big_submit_rel
{
  width: 45px;
  height: 23px;
  
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 0px; 
  padding-top: 5px; 
    
  background: transparent url('/images/btn/big_submit_top.png') repeat-x top left;
  background-color: #e1e1e1;  
      
  color: #333;  
  cursor: pointer;  
  text-align: center;
  
  border: 1px solid #999;
}

#page .big_submit_rel
{
  width: 45px;
  height: 23px;
  
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 0px; 
  padding-top: 5px; 
    
  background: transparent url('/images/btn/big_submit_top.png') repeat-x top left;
  background-color: #e1e1e1;  
      
  color: #333;  
  cursor: pointer;  
  text-align: center;
  
  border: 1px solid #999;
}

#page .big_submit_rel_green
{
  width: 45px;
  height: 23px;
  
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 0px; 
  padding-top: 5px; 
    
  background: transparent url('/images/btn/big_submit_top_green_2.png') repeat-x top left;
  background-color: #bced76;  
      
  color: #333;  
  cursor: pointer;  
  text-align: center;
  
  border: 1px solid #68955b; /*#80b335;*/  
}

#page .meta
{
  font-size: 8px;
  margin: 0px;
  background:#ecf6fc;
  padding:4px;
  padding-bottom:6px;
  color: #5e9ac1;
}

#page .news_intro
{
  font-size: 14px;
  margin: 0px;
  padding: 4px;
  padding-left: 0px;
  padding-bottom:6px;  
  color: #555;
}

#page .news_dateline
{
  font-size: 10px;
  margin: 5px 0px;
  padding: 4px 0px;    
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;  
  color: #999;
}

#page .news_body
{
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;    
  font-size: 12px;  
  color: #333;
}

#page .news_img_author
{  
  margin: 0px;
  margin-bottom: 10px;    
  font-size: 10px;  
  text-align: right;  
  color: #999;
}

#page .smltxt
{  
  font-family: verdana,sans-serif;
  font-size: 10px;
  color: #777;
}

#page .subhl
{  
  font-family: verdana,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

#page .subhltxt
{  
  font-size: 0.8em;
  color: #999;
}

#page .subtxt
{  
  font-family: verdana,sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #555;
}

#page .submidtxt
{  
  font-family: verdana,sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #aaa;
}

#page .subsubtxt
{  
  font-family: verdana,sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #ccc;
}

#page p.radiolist
{
  padding: 0px; 
  margin: 0px;
  margin-bottom: 6px; 
}

#page .paragraph
{ 
  color: #666;  
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  width: 95%;
}

#page li.paragraph
{
  list-style-type: none;
  margin-bottom: 5px; 
}

#page td.paragraph
{
  width: auto; 
}

#page .paragraph_bullet
{ 
  color: #888;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  width: 95%;
}

#page input, select
{
  border: solid 1px #999 ;
  color: #444;
}

#page input[type="radio"]
{
  border: none;
}

#page textarea.codebox
{
  font-family: verdana,sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #bbb;
  border: 1px solid #ccc;
}

#page textarea.codebox:focus
{
  color: #555;
  border: 1px solid #555;
}

/* table form */

#page table.form td.subject
{
  padding-top: 10px;
  padding-left: 4px;
  padding-bottom: 2px;
  
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
  
  color: #666;       
}

#page table.form td.input
{
  /*padding: 4px;*/
  border: 4px solid #f0f0f0;  
  background-color: #f0f0f0;
  border-radius: 3px;
  -moz-border-radius: 3px;   
}

#page table.form td.input input, #page table.form td.input textarea
{
  border: 1px solid #CECECE;
  border-radius: 3px;
  -moz-border-radius: 3px;
  
  background-color: #fff;        
  background-image: url('/images/bkg/bkg_form_table_input.png');
  background-repeat: repeat-x;
  background-attachment: scroll; 
  background-position: top right;
  
  padding: 5px; 
  
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
  font-weight: bolder;
  
  color: #888;  
}

#page table.form td.input input:focus, #page table.form td.input textarea:focus
{
  border: 1px solid #F8AE01;
}

#page table.form td.input input.error, #page table.form td.input textarea.error
{
  border: 1px solid red;
}

#page .selwidth90
{
  width: 90%; 
}

#page input.button
{
  background-color: #eee;
}

#page input.error_text
{
  border: solid 1px red !important;
  /*background-color: #ffe5eb;*/
}

#page textarea.error_textarea
{
  border: solid 1px red;
  /*background-color: #FFE5EB;*/
  font-size: 1em;
  font-family: verdana;
}

#page select.error_select
{
  border: solid 1px red;
  /*background-color: #FFE5EB;*/
  font-size: 1em;
  font-family: verdana;
}

#page tr.dataheader td
{
    padding: 4px;
}

#page tr.dataheader th
{
    padding: 4px;
    background-color: #fafafa;
    border-top: 1px solid #f1f1f1;    
    text-align: left; 
}

#page tr.datarow td
{
    padding: 4px;
    border-top: 1px solid #f1f1f1;
}  

#page tr.datarow:hover td
{
    background-color: #fafafa;
}  

#page div.box_err
{
  padding: 10px;
  margin: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #c5c2b0;
  background-color: #fff4d6;
  text-align: center;
}

#page div.box_ok
{
  padding: 10px;
  margin: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #557F39;
  background-color: #D7EFBA;
  text-align: center;
}

#page div.box_cookie
{
  padding: 3px;
  margin: 0px;  
  margin-bottom: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
  color: #aaa;
  font-size: 9px;
}

/*
** *** navlist ************************************
*/
/*
#navcontainer
{
  margin-top: 10px; 
}

#navlist
{
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding-bottom: 19px;
  padding-left: 10px;
}

#navlist ul, #navlist li
{
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navlist a:link, #navlist a:visited
{
  background: #E8EBF0;
  border: 1px solid #ccc;
  color: #666;
  float: left;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 14px;
  margin-right: 8px;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
  background: #fafafa;
  border-bottom: 1px solid #fff;
  color: #000;
}

 #navlist a:hover { color: #f00; }

 body.section-1 #navlist li#nav-1 a, 
 body.section-2 #navlist li#nav-2 a,
 body.section-3 #navlist li#nav-3 a,
 body.section-4 #navlist li#nav-4 a
 {
 background: #fff;
 border-bottom: 1px solid #fff;
 color: #000;
 }

 #navlist #subnav-1,
 #navlist #subnav-2,
 #navlist #subnav-3,
 #navlist #subnav-4
 {
 display: none;
 width: 90%;
 }

 body.section-1 #navlist ul#subnav-1, 
 body.section-2 #navlist ul#subnav-2,
 body.section-3 #navlist ul#subnav-3,
 body.section-4 #navlist ul#subnav-4
 {
 display: inline;
 left: 10px;
 position: absolute;
 top: 95px;
 }

 body.section-1 #navlist ul#subnav-1 a, 
 body.section-2 #navlist ul#subnav-2 a,
 body.section-3 #navlist ul#subnav-3 a,
 body.section-4 #navlist ul#subnav-4 a
 {
 background: #fff;
 border: none;
 border-left: 1px solid #ccc;
 color: #999;
 font-size: smaller;
 font-weight: bold;
 line-height: 10px;
 margin-right: 4px;
 padding: 2px 10px 2px 10px;
 text-decoration: none;
 }

 #navlist ul a:hover { color: #f00 !important; }
*/
 #contents
 {
 background: #fff;
 border: 1px solid #ccc;
 border-top: none;
 clear: both;
 margin: 0px;
 padding: 15px;
 }


/*
** Wizard_create *********************************************************************
*/

#page #intro_columns
{
    width: 90%;
    margin: 20px auto;
    border: 1px solid #eee;
}

#page #intro_columns td
{
  width: 33%;
  padding: 10px;
  background-color: #fafafa;
  text-align: center; 
}

#page #intro_columns td.center
{
  background-color: #f0f8fb;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

#page #intro_columns p.paragraph
{
    margin-bottom: 0px;
    width: 100%; 
    font-size: 1.0em;
    line-height: 1.2;
    text-align: center;  
}

#page #intro_columns p.paragraph.example
{
    font-size: 0.9em;
    color: #999;
}

#page #intro_columns p.paragraph.tag
{
    margin-bottom: 10px;
    font-size: 0.8em;       
    color: #999; 
}


#page .input_list .tag
{
  font-size: 0.8em;
  text-decoration: none;
}

#page .input_list .tag a
{
  color: #3B92B7;
}

.input_list #total_sum
{
  font-weight: bolder;
  /*color: #789C4E; /*#9DBC7A;*/
  color: #777;
}
     
#page .input_list
{
  width: 100%;  
}

#page .input_list tr.datarow td,
#page .input_list tr.datarow th
{
  padding: 5px;
  border: none;
  border-bottom: 1px solid #f1f1f1;
}

#page .input_list tr.datarow th
{
  background-color: #fafafa;
  text-align: left;
  color: #555;
}

#page #order_list tr:nth-child(even) td
{
  background-color: #fcfcfc;
}

#page .input_list tr.datarow_nb td
{
  padding: 5px;
  border: none;
}

#page .input_list tr.datarow.big td
{
  padding: 8px 5px;
}

#page .input_list img.item_remove
{
    cursor: pointer;
}

/*
** SIMPLE MAIL FORM ****************************************************************
*/

#simple_mail_form
{
  padding: 10px; 
  
  border: 1px solid #ddd;
  background-color: #f1f1f1;  
}

#simple_mail_form input, #simple_mail_form textarea
{
  border: 1px solid #CECECE;
  
  background-color: #fff;        
  background-image: url('/images/bkg/bkg_form_table_input.png');
  background-repeat: repeat-x;
  background-attachment: scroll; 
  background-position: top right;
  
  padding: 4px; 
  
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  
  color: #666;  
}

#simple_mail_form input.button
{
  background-color: #DBDBDB;
  background-image: url('/images/btn/btn_submit_bkg.png');
  
  cursor: pointer;
  
  border: 1px solid #aaa;  
  border-radius: 4px; 
  -moz-border-radius: 4px;  
} 

#simple_mail_form input.button.green
{
  background-image: url('/images/btn/big_submit_top_green_2.png');
}

#simple_mail_form input.button.orange
{
  background-image: url('/images/btn/btn_submit_bkg_orange.png');
}

#simple_mail_form input:focus, #simple_mail_form textarea:focus, #simple_mail_form input:hover
{
  border: 1px solid #F8AE01;
}

#simple_mail_form input.error, #simple_mail_form textarea.error
{
  border: 1px solid red;
}


/*
** NEW ITEM ****************************************************************
*/

#item
{
  padding: 0px 20px
}

#item #price_from_holder
{
  position: relative;
  margin-left: 20px;
  margin-top: 4px;   
  padding-top: 5px;
}

#item #price_from_holder #uparrow
{
  position: absolute;
  width: 7px;
  height: 4px;
  left: 20px;
  top: 0px;
  background: transparent url('/images/layout/item/tm_blue_arrow_up.png') no-repeat scroll top left;
}

#item #price_from
{
  padding: 2px 4px; 
  background-color: #D8EDF5;
  border-radius: 2px;  
}

#item #price_from .txt
{
  font-size: 0.7em;  
  color: #777;
  text-transform: uppercase;
}

#item #price_from .price
{
  font-size: 1.1em;  
  color: #888;
  font-weight: bolder;  
  margin: 0px;
}

div.hline
{            
  height: 1px;  
  line-height: 1px; 
  margin: 20px;
  border-bottom: 1px solid #f1f1f1; 
}

ul.cattags
{
  list-style-type: none;
  margin: 0;
  margin-bottom: 15px; 
  margin-top: 10px;
  padding: 0;
}

ul.cattags li
{
  display: inline-block;
  margin: 0;
  padding: 0;
}

#page ul.cattags li a, #page ul.cattags li span.hl
{                  
  display: inline-block;
  
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 6px;
  
  background-color: #eaeaea;
  
  color: #999;
  text-decoration: none;
  font-size: 0.9em;
  
  border-radius: 3px; 
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
}
/*
#page ul.cattags li.selected a
{
  background-color: #F7CB98;
  color: #777;
}
*/
#page ul.cattags li.selected a,
#page ul.cattags li a:hover
{
  background-color: #F7931D;
  color: #fff;
  text-decoration: none;
}

#summary_holder
{
  margin: 0;
  margin-left: 20px;
  margin-bottom: 25px;  
  padding: 0;
  
  list-style-type: none;       
}

#summary_holder li
{ 
  padding: 5px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center; 
}

#summary_holder li.mail
{
  background-image: url(/images/ico/ico_mail_16.png);
}

#summary_holder li.images
{
  background-image: url(/images/ico/ico_image_16.png);
}

#summary_holder li.map
{
  background-image: url(/images/ico/ico_map_16.png);
}

#summary_holder li.site
{
  background-image: url(/images/ico/ico_newpage_16.png);
}

#summary_holder li.phone
{
  background-image: url(/images/ico/ico_phone_16.png);
}

#summary_holder li.fax
{
  background-image: url(/images/ico/ico_fax_16.png);
}

#summary_holder li.ad
{
  background-image: url(/images/ico/ico_ad_16.png);
}

#summary_holder li.fb-site
{
  background-image: url(/images/ico/ico_facebook_16.png);
}

#img_holder
{
  width: 650px;
  min-height: 500px;
  position: relative;
  
  margin: 50px auto;
}

#img_holder #img_prev
{
  position: absolute;
  left: 1px;
  top: 150px;
  
  cursor: pointer;
}

#img_holder #img_next
{
  position: absolute;
  right: 1px;
  top: 150px;
  
  cursor: pointer;
}

#img_holder #img_big_holder
{
  width: 500px;
  min-height: 300px;
  
  margin: 0px auto;
  margin-bottom: 10px; 
  
  padding: 3px;
  
  border: 1px solid #eee;
  border-radius: 4px;
}

#img_holder #img_big_holder #img_big
{
  width: 500px;
}

#img_holder #img_label
{
  width: 488px;
  min-height: 20px;
  
  margin: 0px auto;
  padding: 10px;
  
  background-color: #eee;
  color: #777;
}

#img_holder #img_tn_holder
{
  width: 480px;
  min-height: 100px;
  
  margin: 20px auto; 
  padding: 10px;
  padding-right: 0px;
  
  border: 1px solid #e1e1e1;
}

#img_holder #img_tn_holder .tn_img
{
  padding: 3px;
  border: 1px solid #e1e1e1;
  
  background-color: white;
  margin-right: 10px;
  margin-bottom: 10px;
  
  cursor: pointer;
}

#img_holder #img_tn_holder .selected
{  
  border: 4px solid #4997F9;
  padding: 0px;
}

/*
** Frontpage ****************************************************************
*/

#page #frontpage tr.datarow td
{
    padding: 5px;
    /*border-top: 1px solid #fafafa;  */
    border: none;
} 

#page #frontpage tr.datarow:nth-child(odd) td
{
    background-color: #fafafa;   
} 

#frontpage_feature
{

  position: relative;
  padding-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/images/bkg/bkg_3c_884x240.jpg'); /* Rapsfält */
  /*background: transparent url('/images/bkg/bkg_2_884x240.jpg');*/ /* Skog */  
  /*background: transparent url('/images/bkg/bkg_884x240.jpg'); */ /* Nyckelring*/
} 
@media screen and (max-width: 800px) {
  #frontpage_feature {
    background-image: none;
    position: relative;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
    background-color: #f0f8fb;
    color: white;  
  }
}

#frontpage_feature #headline
{

  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;

  /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);*/ /* Passar till Skog*/
  background: none repeat scroll 0 0 rgba( 255, 255, 255, 0.3);    
}

@media screen and (max-width: 800px) {
  #frontpage_feature #headline {
    height: auto;
  }
}

#frontpage_feature #headline h1
{
  font-family: Verdana;
  font-size: 20px;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  margin-top: 7px;
  margin-left: 11px; 
  /*color: #eee; */       /* passar till skog*/
  color: #333;
  font-weight: normal;
}

#frontpage_feature #search_planner
{

  max-width: 460px;
  padding: 10px;
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;

}

@media screen and (max-width: 800px) {

  #frontpage_feature #headline {
    margin: 0;
    background: none;
  }

  #frontpage_feature #headline h1 {
    margin: 0;
    padding: 0;
  }

  #frontpage_feature #search_planner {
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
  }

}

#page #frontpage_feature #search_planner #planner_do_search
{
  margin-top: 0;
  background-color: #f7931d;
  border: none;
  color: white;
  background: #f7931d;
}

#page #frontpage_feature #search_planner .suggest
{
  width: 188px;
}

#frontpage_feature h4.paragraph
{
  margin-top: -3px;
}

@media screen and (max-width: 800px) {

  #frontpage_feature h4.paragraph {
    color: #333;    
  }

}

#frontpage_columns_wapper
{
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px; 
  
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  // display: flex;
  // flex-flow: row wrap;
  // justify-content: stretch;
}

@media screen and (max-width: 800px) {
  #frontpage_columns_wapper {
    border-top: none;
  }
}

#frontpage_columns_wapper #col_left
{
  float: left;
  width: 200px;
  margin-right: 10px; 
  padding-right: 10px;  
  border-right: 1px solid #eee;
}

@media screen and (max-width: 800px) {
  #frontpage_columns_wapper #col_left {
    width: 100%;
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
}

#frontpage_columns_wapper #col_left #map_wrapper
{  
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 5px;
  border-bottom: 1px solid #eee;   
  height: 425px;  
}

#frontpage_columns_wapper #col_left #map
{
  height: 421px;
  width: 193px;
  position: relative;
  background-position: 0 -1496px;
  background-image: url('/images/layout/frontpage/frontpage_map_sprites.png');
}

.sprite-county_1{ background-position: 0 0; width: 31px; height: 47px; left: 102px; top: 270px; } 
.sprite-county_10{ background-position: 0 -57px; width: 34px; height: 19px; left: 52px; top: 384px; } 
.sprite-county_12{ background-position: 0 -86px; width: 49px; height: 39px; left: 16px; top: 382px; } 
.sprite-county_13{ background-position: 0 -135px; width: 35px; height: 44px; left: 9px; top: 347px; } 
.sprite-county_14{ background-position: 0 -189px; width: 62px; height: 68px; left: 0px; top: 298px; } 
.sprite-county_17{ background-position: 0 -267px; width: 53px; height: 72px; left: 9px; top: 244px; } 
.sprite-county_18{ background-position: 0 -349px; width: 38px; height: 51px; left: 47px; top: 270px; } 
.sprite-county_19{ background-position: 0 -410px; width: 30px; height: 34px; left: 69px; top: 269px; } 
.sprite-county_20{ background-position: 0 -454px; width: 78px; height: 81px; left: 19px; top: 204px; } 
.sprite-county_21{ background-position: 0 -545px; width: 54px; height: 72px; left: 56px; top: 206px; } 
.sprite-county_22{ background-position: 0 -627px; width: 77px; height: 66px; left: 60px; top: 151px; } 
.sprite-county_23{ background-position: 0 -703px; width: 75px; height: 114px; left: 21px; top: 119px; } 
.sprite-county_24{ background-position: 0 -827px; width: 109px; height: 96px; left: 53px; top: 79px; } 
.sprite-county_25{ background-position: 0 -933px; width: 120px; height: 124px; left: 73px; top: -1px; } 
.sprite-county_3{ background-position: 0 -1067px; width: 39px; height: 43px; left: 91px; top: 254px; } 
.sprite-county_4{ background-position: 0 -1120px; width: 37px; height: 35px; left: 75px; top: 288px; }      
.sprite-county_5{ background-position: 0 -1165px; width: 50px; height: 47px; left: 55px; top: 305px; } 
.sprite-county_6{ background-position: 0 -1222px; width: 51px; height: 45px; left: 29px; top: 331px; } 
.sprite-county_7{ background-position: 0 -1277px; width: 52px; height: 36px; left: 31px; top: 357px; } 
.sprite-county_8{ background-position: 0 -1323px; width: 37px; height: 62px; left: 65px; top: 331px; } 
.sprite-county_9{ background-position: 0 -1395px; width: 23px; height: 40px; left: 116px; top: 334px; } 
.sprite-county_99{ background-position: 0 -1445px; width: 17px; height: 41px; left: 87px; top: 355px; }                       
 
#highlight { background-image: url('/images/layout/frontpage/frontpage_map_sprites.png'); display: none; }

#frontpage_columns_wapper #cat_search
{
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;   
  float: left;
  
  width: calc(100% - 225px);
}

@media screen and (max-width: 800px) {
  #frontpage_columns_wapper #cat_search {
    width: 100%;
    
  }
}

#frontpage_columns_wapper #cat_search h3
{
  font-family: Verdana;
  font-size: 11px;
  line-height: 1.2;
  color: #999;  
  font-weight: normal;  
  text-transform: uppercase;
  margin: 0px;     
  border: none;
}

#frontpage_columns_wapper ul
{
  margin: 0px;
  margin-bottom: 3px; 
  padding: 0px;  
}

#frontpage_columns_wapper #cat_search ul.link_list li
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  #frontpage_columns_wapper #cat_search ul.link_list li
  {
    font-size: 12px;
  }
}

#frontpage_columns_wapper #cat_search ul.link_list li a
{
  color: #0C1896;
}

#frontpage_columns_wapper #col_mid
{
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;  
  float: left;
  width: calc(100% - 250px - 260px);
}

#frontpage_columns_wapper #col_right
{
  float: left;
  width: 250px;
}

@media screen and (max-width: 800px) {
  #frontpage_columns_wapper #col_mid
  {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

    #frontpage_columns_wapper #col_right
  {
    
    width: 100%;
  }

  #frontpage_columns_wapper #col_right {
    width: 100%;
  }

}



#frontpage_columns_wapper #col_mid #news p
{
  margin: 0px;
  margin-bottom: 20px;
  margin-top: 2px;
  padding: 0px;
}

#frontpage_columns_wapper #col_mid #news p .headline
{
  font-family: Verdana;
  font-size: 20px;
  line-height: 1.2; 
  font-weight: normal;
  
  margin: 0px;
  margin-top: 2px;
  
  border: none;
}

#frontpage_columns_wapper #col_mid #news p .headline a
{
  color: #333;
}

#frontpage_columns_wapper #col_mid #news p .preamble
{
  color: #777;
}

#frontpage_columns_wapper #col_mid #news p a.news_link
{
  color: #0C1896;
}


/*
** A-SEXYBUTTON ****************************************************************
*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.sexybutton {
    background: transparent url('/images/btn/bg_sexybutton_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.sexybutton span {
    background: transparent url('/images/btn/bg_sexybutton_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    color: #044C80; /*#A52A2A;*/
}

a.sexybutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sexybutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/*
** ORANGE-BUTTON ****************************************************************
*/

#page a.orangebutton {
    background: transparent url('/images/btn/button_orange_sd.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    font-weight: bold;      
    color: #553B03;    
}

#page a.orangebutton span {
    background: transparent url('/images/btn/button_orange_sd.png') no-repeat 0 0;
    display: block;    
    line-height: 18px;
    
    padding-left: 18px; 
    padding-top: 6px;
    padding-bottom: 6px;
}

#page a.orangebutton:hover
{
    background-position: bottom right;
    color: #553B03;
    outline: none;
}

#page a.orangebutton:hover span
{
    background-position: bottom left;
}


/*
** LEFT MENU ----------------------------------------------------------------
*/

ul.leftmenu
{ 
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding-left: 0px; 
}

ul.leftmenu li
{ 
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

ul.leftmenu .selected
{ 
  background-color: #f4f4f4;
}


/*
** LIST *********************************************************************
*/

a.list_sort
{
  color: #555;
}

a.list_item
{
  color: #555;  
  /* text-decoration: none; */
}

a.list_item:hover
{
  color: #888;
  text-decoration: underline;
  
}


/*
** FOOTER *********************************************************************
*/

div#footer_holder
{
  margin: 0px;
  margin-top: 60px;
  margin-bottom: 10px;
  
  padding: 0px; 
  padding-top: 10px;
   
  border-top: 1px solid #eee;
    
  font-size: 10px;
  color: #ccc;    
}

div#footer
{
  padding: 5px;  
  background-color: #fafafa;
  position: relative;
}

#footer .headline
{
  font-size: 1.2em;
}

#footer a
{
  color: #B3C5CC;  
  text-decoration: underline;
}

#footer a:hover
{
  color: #999;
  text-decoration: none;
}

/*
** INVOICE ********************************************************************
*/

#invoice-form input[disabled]
{
  border-color: #eee;
}


/*
 ** POPUP *********************************************************************
 */

#popup-dark-overlay {
    opacity:0.8;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}

#popup-main {
    background: #fff;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 80vw;
    max-width: 500px;
    transform: translateX(-50%);
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    padding: 30px;
    z-index: 1001;
}

.popup-content {
    text-align: center;
}

.popup-content h1 {
    font-size: 22px;
}

.popup-content p {
    font-size: 18px;
}

.popup-content input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.popup-content button {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.popup-content input[type=submit]:hover {
    background-color: #45a049;
}

.popup-controls {
    text-align: right;
}

#popup-main .fb-like {
    padding-top: 10px;
}


.site-nav-search {
  width: 25px;
  height: auto;
  float: right;
  position: absolute;
  right: 95px;
  top: 27px;
}

.mobile-search {
  display: none;
  width: 100%;
  height: 50px;
  float: left;
}

.mobile-search input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
}

.mobile-search.toggled {
  display: block !important;
}

@media screen and (max-width: 800px) {
  .is-hidden\@mobile {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .is-hidden\@desktop {
    display: none;
  }
}

.footer-social-twitter {
  height: 16px; position: absolute; bottom: 5px; right: 5px; border: none; text-align: right;
}

.footer-social-google {
  height: 22px; position: absolute; top: 5px; right: 5px; text-align: right; border: none; 
}

@media screen and (max-width: 800px) {
  .footer-social-twitter, .footer-social-google {
    position: static;
    margin-bottom: 10px;
  }  
}

.map_list {

}

.map_list a {
  color: #0C1896 !importantr;
}

.news_image {
  max-width: 100%;
}

.template-default .site-header {
  margin-top: 10px;
  background-color: #f0f8fb;
}

@media screen and (max-width: 800px) {

  .template-default .site-header {
    margin: 0 -10px;
    padding: 0 10px;
    
  }

  .template-default .site-header {
    background-color: transparent;
  }

  .dark-text\@mobile {
    color: #333 !important;
  }


}

@media screen and (max-width: 500px) {

  .move-logo\@mobile {
    transform: scale(.6) translateX(-100px);
  }
  
}


.mw100 {
  max-width: 100%;
}

#news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-items: center;
}

#news img {
  height: 150px;
  object-fit: cover;
}

#frontpage_columns_wapper #col_mid #news p .headline {
  display: block;
  font-family: Verdana;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column: -1 / 1;
  margin-top: 1.5rem;
  margin-bottom:  0.5rem;
}

.news-buttons > * + * {
  margin-left: 10px;
}

.news-button {
  display: block;
  padding: 0.5em;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}

.news-button--disabled {
  background-color: #d8d8d8;
  color: #7c8089 !important;
}

.news-button--enabled {
  background-color: #f7931d;
  color: #fff !important;
}
