/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#QuickSuggestForm{margin:1px 1px;font-size:11px}
#QuickSuggestForm div {  z-index: 9999;color:#eeeeee; }
#QuickSuggestForm div input{font-size:12px;padding:1px;width:208px;height:23px;border: 1px solid #c4c4c4;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;box-shadow: 0px 0px 8px #d9d9d9;-moz-box-shadow: 0px 0px 8px #d9d9d9;-webkit-box-shadow: 0px 0px 8px #d9d9d9;}
#suggestions1{ position: absolute;  display:none; }
#suggestions{ z-index: 999;position: absolute; float:left;  width:380px; display:none; }


/* QuickSuggestResults */
#QuickSuggestResults {position: absolute; float:left; left:-163px;text-align: left;FONT-FAMILY: Century Gothic, Arial; border-width:1px; border-color:#848484; border-style:solid; width:380px; background-color:#E5E5E5; font-size:11px; line-height:13px; }
#QuickSuggestResults a { display:block; background-color:#FFFFFF; clear:right; height:75px; text-decoration:none; }
#QuickSuggestResults a:hover { background-color:#F2F2F2; color:#000000; }
#QuickSuggestResults a img { float:right; padding:5px 10px; }
#QuickSuggestResults a span.searchheading {	display:block; font-weight:bold; padding-top:5px; color:#191919; }
#QuickSuggestResults a:hover span.searchheading { color:#000000; }
#QuickSuggestResults a span { color:#4C4C4C; }
#QuickSuggestResults a:hover span { color:#000000; }
#QuickSuggestResults span.category { FONT-FAMILY: Century Gothic, Arial; font-size:15px; margin:5px; display:block; color:#000000; font-weight:bold;}
#QuickSuggestResults span.seperator { float:right; padding-right:15px; margin-right:5px;
background-image:url(/images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#QuickSuggestResults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#000000; }
#QuickSuggestResults span.norecords {FONT-FAMILY: Century Gothic, Arial; font-size:12px; margin:5px; display:block; color:#000000; }
.DeafaultLogo {
    background-image: url(/images/logo.jpg);
    background-repeat: no-repeat;
    height: 82px;
    width: 230px;
    position: relative;
}
.DeafaultLogoCristmas {
    background-image: url(/images/logo_c.jpg);
    background-repeat: no-repeat;
    height: 82px;
    width: 230px;
    position: relative;
}
.GoToDefaultLogo {
    background-image: url(/images/logo_over.jpg);
    background-repeat: no-repeat;
    height: 82px;
    width: 230px;
    position: relative;
    cursor: pointer;
}
.GoToDefaultLogoCristmas {
    background-image: url(/images/logo_over_c.jpg);
    background-repeat: no-repeat;
    height: 82px;
    width: 230px;
    position: relative;
    cursor: pointer;
}
#inputString2.tagged {
    font-family: Tahoma, Arial;
    font-size: 10pt;
    border: 0 solid #767676;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    background: url(/images/search-message.gif) no-repeat 1px center;
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #8ebf26;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ---------- [ CookieInfo ] ---------- */

/*!
 * Cookie Law Script v1.0
 *
 * Copyright 2013 Daniel Paul
 * www.danielpaul.me
 *
 * Licensed under
 *
 */


#jquery-cookie-law-script, #jquery-cookie-law-script * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#jquery-cookie-law-script {

  position: fixed;
  bottom: 0;
  left: 0;

  z-index: 999999;
  display:none;
  width:100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.7);

  color: #F1F1F3;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223,223,223,0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3B89C7;
}

/* ---------- Cookie law main message ---------- */

#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}
#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
}

@media (max-width: 767px) {
  #jquery-cookie-law-script #cookie-law-message {
    width: 65%;
  }
}

@media (max-width: 480px) {
  #jquery-cookie-law-script #cookie-law-message {
    width: 50%;
  }
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #8ebf26;

  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #8ebf26;
  color: white;

  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #7B8A8B;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #697677;
}

/* ---------- Cookie law more info ---------- */

#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}
#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}