/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  /* remember to define focus styles! */

  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* =Structure
----------------------------------------------- */
body {
  padding: 0 2em;
}
#page {
  margin: 2em auto;
  max-width: 1000px;
}
#branding hgroup {
  margin: 0 7.6%;
}
#access div {
  margin: 0 7.6%;
}
#primary, #primary.fullwidth {
  float: left;
  margin: 0 -26.4% 0 0;
  width: 100%;
}
#content {
  margin: 0 34% 0 7.6%;
  width: 58.4%;
}
#secondary {
  float: right;
  margin-right: 7.6%;
  width: 18.8%;
}
/* Singular */
.singular #primary {
  margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
  margin: 0 7.6%;
  position: relative;
  width: auto;
}

.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
  margin: 0 auto;
  width: 68.9%;
}
.singular .entry-header,
{
  margin: 0 auto;
  width: 96.9%;
}


/* Attachments */
.singular .image-attachment .entry-content {
  margin: 0 auto;
  width: auto;
}
.singular .image-attachment .entry-description {
  margin: 0 auto;
  width: 68.9%;
}
/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
  margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
  margin: 0 7.6%;
  width: auto;
}
.page-template-showcase-php section.recent-posts {
  float: right;
  margin: 0 0 0 31%;
  width: 69%;
}
.page-template-showcase-php #main .widget-area {
  float: left;
  margin: 0 -22.15% 0 0;
  width: 22.15%;
}
/* error404 */
.error404 #primary {
  float: none;
  margin: 0;
}
.error404 #primary #content {
  margin: 0 7.6%;
  width: auto;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Right Content */
.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -26.4%;
  width: 100%;
}
.left-sidebar #content {
  margin: 0 7.6% 0 34%;
  width: 58.4%;
}
.left-sidebar #secondary {
  float: left;
  margin-left: 7.6%;
  margin-right: 0;
  width: 18.8%;
}
/* One column */
.one-column #page {
  max-width: 690px;
}
.one-column #content {
  margin: 0 7.6%;
  width: auto;
}
one-column #nav-below {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.625em;
}
.one-column #secondary {
  float: none;
  margin: 0 7.6%;
  width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
  float: none;
  margin: 0;
  width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
  float: none;
  margin: 0;
  width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
  border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
  border: none;
  display: block;
  height: auto;
  max-width: 60%;
  position: static;
}
.one-column article.feature-image.small {
  margin: 0 0 1.625em;
  padding: 0;
}
.one-column article.feature-image.small .entry-title {
  font-size: 20px;
  line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
  height: 150px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
  left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
  width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
  margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
  margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
  margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
  position: absolute;
  left: 0;
  top: 40px;
}
.one-column.singular #author-info {
  margin: 2.2em -8.8% 0;
  padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
  margin-left: 102px;
  width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
  right: 40px;
  top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
  margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
  margin-right: 85px;
}
.one-column .commentlist .avatar {
  background: transparent;
  display: block;
  padding: 0;
  top: 1.625em;
  left: auto;
  right: 1.625em;
}
.one-column .commentlist .children .avatar {
  background: none;
  padding: 0;
  position: absolute;
  top: 2.2em;
  left: 2.2em;
}
.one-column #respond {
  width: auto;
}
/* =Global
----------------------------------------------- */
body,
input,
textarea {
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
body {
  background: #e2e2e2;
}
#page {
  background: #fff;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
/* Text elements */
p {
  margin-bottom: 1.625em;
}
ul,
ol {
  margin: 0 0 1.625em 2.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code,
kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/* Forms */
input[type=text],
input[type=password],
textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #888;
}
input[type=text]:focus,
textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
input[type=text] {
  padding: 3px;
}
input#s {
  background: url(images/search.png) no-repeat 5px 6px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px;
}
input#searchsubmit {
  display: none;
}
/* Links */
a {
  color: #1982d1;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: underline;
}
/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
/* =Header
----------------------------------------------- */
#branding {
  border-top: 2px solid #bbb;
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}
#site-title {
  margin-right: 270px;
  padding: 3.65625em 0 0;
}
#site-title a {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
  color: #1982d1;
}
#site-description {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 3.65625em 0;
}
#branding img {
  height: auto;
  margin-bottom: -7px;
  width: 100%;
}
/* =Menu
-------------------------------------------------------------- */
#access {
  background: #222;
  /* Show a solid color for older browsers */

  background: -moz-linear-gradient(#252525, #0a0a0a);
  background: -o-linear-gradient(#252525, #0a0a0a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
  /* older webkit syntax */

  background: -webkit-linear-gradient(#252525, #0a0a0a);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  clear: both;
  display: block;
  float: left;
  margin: 0 auto 6px;
  width: 100%;
}
#access ul {
  font-size: 13px;
  list-style: none;
  margin: 0 0 0 -0.8125em;
  padding-left: 0;
}
#access li {
  float: left;
  position: relative;
}
#access a {
  color: #eee;
  display: block;
  line-height: 3.333em;
  padding: 0 1.2125em;
  text-decoration: none;
}
#access ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 3.333em;
  left: 0;
  width: 188px;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #f9f9f9;
  border-bottom: 1px dotted #ddd;
  color: #444;
  font-size: 13px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 10px 10px;
  width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
  background: #efefef;
}
#access li:hover > a,
#access a:focus {
  background: #f9f9f9;
  /* Show a solid color for older browsers */

  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
  /* Older webkit syntax */

  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #373737;
}
#access ul li:hover > ul {
  display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
  font-weight: bold;
}
/* Search Form */
#branding #searchform {
  position: absolute;
  top: 3.8em;
  right: 7.6%;
  text-align: right;
}
#branding #searchform div {
  margin: 0;
}
#branding #s {
  float: right;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  width: 72px;
}
#branding #s:focus {
  background-color: #f9f9f9;
  width: 196px;
}
#branding #searchsubmit {
  display: none;
}
#branding .only-search #searchform {
  top: 5px;
  z-index: 1;
}
#branding .only-search #s {
  background-color: #666;
  border-color: #000;
  color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
  width: 85%;
}
#branding .only-search #s:focus {
  background-color: #bbb;
}
#branding .with-image #searchform {
  top: auto;
  bottom: -27px;
  max-width: 195px;
}
#branding .only-search + #access div {
  padding-right: 205px;
}
/* =Content
----------------------------------------------- */
#main {
  clear: both;
  padding: 1.625em 0 0;
}
.page-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}
.page-title a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}
.hentry,
.no-results {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 0 0 1.625em;
  position: relative;
}
.hentry:last-child,
.no-results {
  border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
  padding-right: 76px;
}
.entry-title {
  clear: both;
  color: #222;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: .3em;
  padding-top: 15px;
}
.entry-title,
.entry-title a {
  color: #222;
  text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #1982d1;
}
.entry-meta {
  color: #666;
  clear: both;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta a {
  font-weight: bold;
}


.oops-content {
 text-align: center;
 padding-top: 24px;
}

.oops-content p{
font-size: 150%;
}

.404 p {
	font-weight: bold;
	font-size:350%;
}

.single-author .entry-meta .by-author {
  display: none;
}
.entry-content,
.entry-summary {
  padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  color: #373737;
font-weight: bold;
margin: 0 0 .8125em;
font-size: 17px;
}

.entry-content h2{
font-family: arial;
}


.entry-content h3,
.comment-content h3 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}
.entry-content th,
.comment-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
.entry-content #s {
  width: 75%;
}
.comment-content ul,
.comment-content ol {
  margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
  margin-bottom: 0;
}
dl.gallery-item {
  margin: 0;
}
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}
.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}
.page-link span {
  margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}
.entry-content .edit-link {
  clear: both;
  display: block;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */

}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
img.size-full,
img.size-large {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */

  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
p img,
.wp-caption {
  margin-top: 0.4em;
  padding-bottom: 3px;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
#content .gallery {
  margin: 0 auto 1.625em;
}
#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

  border: 1px solid #ddd;
  padding: 6px;
  max-width: 550px;
}
.wp-caption img {
  border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
  /* Add some useful style to those fancy borders for linked images ... */

  background: #eee;
  border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  /* ... including captioned images! */

  background: #fff;
  border-color: #ddd;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 96%;
}
/*
 iframe{
margin-left: 14px;
border: 1px solid lightGrey;
padding: 10px;
border-radius: 3px;

}*/

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
  margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
  background: #f7f7f7;
}
/* Author Info */
#author-info {
  font-size: 12px;
  overflow: hidden;
}
.singular #author-info {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2.2em -35.6% 0 -35.4%;
  padding: 20px 35.4%;
}
.archive #author-info {
  border-bottom: 1px solid #ddd;
  margin: 0 0 2.2em;
  padding: 0 0 2.2em;
}
#author-avatar {
  float: left;
  margin-right: -78px;
}
#author-avatar img {
  background: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
  padding: 3px;
}
#author-description {
  float: left;
  margin-left: 108px;
}
#author-description h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 10px;
}
/* Comments link */
.entry-header .comments-link a {
  background: #eeeeee url(images/comment-bubble.png) no-repeat;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  padding: 0 0 0;
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
  background-color: #1982d1;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.entry-header .comments-link .leave-reply {
  visibility: hidden;
}
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
}
.entry-header hgroup .entry-title {
  padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
  padding: 20px 0 0;
}
article.format-status .entry-content {
  min-height: 65px;
}
.recent-posts .entry-header .entry-format {
  display: none;
}
.recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}
/* Singular content styles for Posts and Pages */
.singular .hentry {
  border-bottom: none;
  padding: 4.875em 0 0;
  position: relative;
}
.singular.page .hentry {
  padding: 3.5em 0 0;
}
.singular .entry-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
  padding-right: 0;
}
.singular .entry-header .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
}
blockquote.pull {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6125em;
  margin: 0 0 1.625em;
  text-align: center;
}
.singular blockquote.pull {
  margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
  margin: 0 1.625em 0 0;
  text-align: right;
  width: 33%;
}
.singular .pull.alignleft {
  margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
  margin: 0 0 0 1.625em;
  text-align: left;
  width: 33%;
}
.singular .pull.alignright {
  margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
  width: 33%;
}
.singular .entry-meta .edit-link a {
  bottom: auto;
  left: 50px;
  position: absolute;
  right: auto;
  top: 80px;
}
/* =Aside
----------------------------------------------- */
.format-aside .entry-title,
.format-aside .entry-header .comments-link {
  display: none;
}
.singular .format-aside .entry-title {
  display: block;
}
.format-aside .entry-content {
  padding: 0;
}
.singular .format-aside .entry-content {
  padding: 1.625em 0 0;
}
/* =Link
----------------------------------------------- */
.format-link .entry-title,
.format-link .entry-header .comments-link {
  display: none;
}
.singular .format-link .entry-title {
  display: block;
}
.format-link .entry-content {
  padding: 0;
}
.singular .format-link .entry-content {
  padding: 1.625em 0 0;
}
/* =Gallery
----------------------------------------------- */
.format-gallery .gallery-thumb {
  float: left;
  display: block;
  margin: .375em 1.625em 0 0;
}
/* =Status
----------------------------------------------- */
.format-status .entry-title,
.format-status .entry-header .comments-link {
  display: none;
}
.singular .format-status .entry-title {
  display: block;
}
.format-status .entry-content {
  padding: 0;
}
.singular .format-status .entry-content {
  padding: 1.625em 0 0;
}
.format-status img.avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 4px 10px 2px 0;
  padding: 0;
}
/* =Quote
----------------------------------------------- */
.format-quote blockquote {
  color: #555;
  font-size: 17px;
  margin: 0;
}
/* =Image
----------------------------------------------- */
.indexed.format-image .entry-header {
  min-height: 61px;
  /* Prevent the comment icon from colliding with the image when there is no title */

}
.indexed.format-image .entry-content {
  padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
  margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
  background: #ddd;
  margin-top: -7px;
  padding: 20px 30px;
  overflow: hidden;
}
.indexed.format-image div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
  display: block;
}
.indexed.format-image footer.entry-meta a {
  color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
  color: #fff;
}
#content .indexed.format-image img {
  border: none;
  max-width: 100%;
  padding: 0;
}
.indexed.format-image .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
  color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
  color: #444;
}
.indexed.format-image a:hover img {
  opacity: 0.8;
}
/* =error404
----------------------------------------------- */
.error404 #main #searchform {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 8.9%;
}
.error404 #main #s {
  width: 95%;
}
.error404 #main .widget {
  clear: none;
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
.error404 #main .widget_archive {
  margin-right: 0;
}
.error404 #main .widget_tag_cloud {
  float: none;
  margin-right: 0;
  width: 100%;
}
.error404 .widgettitle {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
/* =Showcase
----------------------------------------------- */
h1.showcase-heading {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
/* Intro */
article.intro {
  background: #f9f9f9;
  border-bottom: none;
  margin: -1.855em -8.9% 1.625em;
  padding: 0 8.9%;
}
article.intro .entry-title {
  display: none;
}
article.intro .entry-content {
  color: #111;
  font-size: 16px;
  padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
  background: #aaa;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  position: absolute;
  top: 30px;
  right: 20px;
  text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
  background: #777;
}
/* Featured post */
section.featured-post {
  float: left;
  margin: -1.625em -8.9% 1.625em;
  padding: 1.625em 8.9% 0;
  position: relative;
  width: 100%;
}
section.featured-post .hentry {
  border: none;
  color: #666;
  margin: 0;
}
section.featured-post .entry-meta {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Small featured post */
section.featured-post .attachment-small-feature {
  float: right;
  height: auto;
  margin: 0 -8.9% 1.625em 0;
  max-width: 59%;
  position: relative;
  right: -15px;
}
section.featured-post.small {
  padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
  opacity: .8;
}
article.feature-image.small {
  float: left;
  margin: 0 0 1.625em;
  width: 45%;
}
article.feature-image.small .entry-title {
  line-height: 1.2em;
}
article.feature-image.small .entry-summary {
  color: #555;
  font-size: 13px;
}
article.feature-image.small .entry-summary p a {
  background: #222;
  color: #eee;
  display: block;
  left: -23.8%;
  padding: 9px 26px 9px 85px;
  position: relative;
  text-decoration: none;
  top: 20px;
  width: 180px;
  z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
  background: #1982d1;
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
}
/* Large featured post */
section.feature-image.large {
  border: none;
  max-height: 288px;
  padding: 0;
  width: 100%;
}
section.feature-image.large .showcase-heading {
  display: none;
}
section.feature-image.large .hentry {
  border-bottom: none;
  left: 9%;
  margin: 1.625em 9% 0 0;
  position: absolute;
  top: 0;
}
article.feature-image.large .entry-title a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}
article.feature-image.large .entry-summary {
  display: none;
}
section.feature-image.large img {
  display: block;
  height: auto;
  max-width: 117.9%;
  padding: 0 0 6px;
}
/* Featured Slider */
.featured-posts {
  border-bottom: 1px solid #ddd;
  display: block;
  height: 328px;
  margin: 1.625em -8.9% 20px;
  max-width: 1000px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.featured-posts .showcase-heading {
  padding-left: 8.9%;
}
.featured-posts section.featured-post {
  background: #fff;
  height: 288px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  width: auto;
}
.featured-posts section.featured-post.large {
  max-width: 100%;
  overflow: hidden;
}
.featured-posts section.featured-post {
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-property: opacity, visibility;
  -moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
  opacity: 0;
  visibility: hidden;
}
.featured-posts #featured-post-1 {
  opacity: 1;
  visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
  content: ' ';
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */

  width: 100%;
  height: 45px;
  position: absolute;
  top: 230px;
}
.featured-post .feature-image.small:after {
  top: 253px;
}
#content .feature-slider {
  top: 5px;
  right: 8.9%;
  overflow: visible;
  position: absolute;
}
.feature-slider ul {
  list-style-type: none;
  margin: 0;
}
.feature-slider li {
  float: left;
  margin: 0 6px;
}
.feature-slider a {
  background: #3c3c3c;
  background: rgba(60, 60, 60, 0.9);
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
  display: block;
  width: 14px;
  height: 14px;
}
.feature-slider a.active {
  background: #1982d1;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
  cursor: default;
  opacity: 0.5;
}
/* Recent Posts */
section.recent-posts {
  padding: 0 0 1.625em;
}
section.recent-posts .hentry {
  border: none;
  margin: 0;
}
section.recent-posts .other-recent-posts {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
}
section.recent-posts .other-recent-posts li {
  padding: 0.3125em 0;
  position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
  border-top: 1px solid #ddd;
  font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
  color: #373737;
  float: left;
  max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
  content: '-';
  color: transparent;
  font-size: 11px;
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
  border-bottom: 2px solid #999;
  bottom: -2px;
  color: #444;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  padding: 0.3125em 0 0.3125em 1em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
  border-color: #bbb;
  color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
  color: #1982d1;
  border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
.image-attachment div.attachment a img {
  border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
  border-color: #ddd;
  background: #fff;
}
.image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}
/* =Navigation
-------------------------------------------------------------- */
#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.625em;
}
#content nav a {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2em;
}
#nav-above {
  padding: 0 0 1.625em;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content nav .meta-nav {
  font-weight: normal;
}

span.blog-nav{

float: right;
color: white;
padding: 7px;
border-radius: 6px;
background: #DF1515;
background: -moz-linear-gradient(top, rgba(248, 27, 27, 0.52) , #DF1515 );
background: -webkit-linear-gradient(top, rgba(248, 27, 27, 0.52) , #DF1515 );
background: -o-linear-gradient(top, rgba(248, 27, 27, 0.52) , #DF1515);
background: -ms-linear-gradient(top, rgba(248, 27, 27, 0.52) , #DF1515);
background: linear-gradient(top, rgba(248, 27, 27, 0.52) , #DF1515);
box-shadow: 1px 1px 3px rgb(139, 139, 139);
position: absolute;
bottom: 10px;
right: 10px;

}

img.attachment-post-thumbnail{
float: left;
padding: 21px;
border: solid 2px #bfbfbf;
margin-right: 15px;
max-width: 200px;
max-height: 120px;
box-shadow: 3px 3px 8px #eee;
border-radius: 5px;

}

div.thumbwrapper{
height: 200px;
width: 200px;
box-shadow: 1px 1px 1px grey;

}



/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
  float: none;
  width: auto;
}
#nav-single .nav-next {
  padding-left: .5em;
}
/* =Widgets
----------------------------------------------- */
.widget-area {
  font-size: 12px;
}
.widget {
  clear: both;
  margin: 0 0 2.2em;
}
.widget-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.widget ul {
  font-size: 15px;
  margin: 0;
}
.widget ul ul {
  margin-left: 1.5em;
}
.widget ul li {
  color: #777;
  font-size: 13px;
}
.widget a {
  font-weight: bold;
  text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: none;
}
/* Search Widget */
.widget_search form {
  margin: 0 0 1.625em;
}
.widget_search #s {
  width: 77%;
}
.widget_search #searchsubmit {
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  color: #888;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  top: -2px;
}
.widget_search #searchsubmit:active {
  background: #1982d1;
  border-color: #0861a5;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #bfddf3;
}
/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
  color: #666;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  text-transform: uppercase;
}
section.ephemera .entry-title a span {
  color: #29628d;
}
/* Twitter */
.widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px;
}
.widget_twitter .timesince {
  display: block;
  font-size: 11px;
  margin-right: -10px;
  text-align: right;
}
/* Widget Image */
.widget_image img {
  height: auto;
  max-width: 100%;
}
/* Calendar Widget */
.widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}
.widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* =Comments
----------------------------------------------- */
#comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */

}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.comment-meta a {
  font-weight: bold;
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  content: url(images/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor:before {
  content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}
/* Comment Form */
#respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 1.625em;
  padding: 1.625em;
  position: relative;
  width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  top: 45px;
  z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#respond p {
  font-size: 12px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}
/* =Footer
----------------------------------------------- */
#colophon {
  clear: both;
}
#supplementary {
  border-top: 1px solid #ddd;
  padding: 1.625em 7.6%;
  overflow: hidden;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
  margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}
/* Site Generator Line */
#site-generator {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
  padding: 2.2em 0.5em;
  text-align: center;
}
#site-generator a {
  color: #555;
  font-weight: bold;
}
#site-generator .sep {
  background: url(images/wordpress.png) center left no-repeat;
  color: transparent;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0 7px;
  width: 16px;
}
/* =Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  footer.entry-meta a[rel=bookmark]:link:after,
  footer.entry-meta a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  
  }
  #page {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #branding {
    border-top: none !important;
    padding: 0;
  }
  #branding hgroup {
    margin: 0;
  }
  #site-title a {
    font-size: 21pt;
  }
  #site-description {
    font-size: 10pt;
  }
  #branding #searchform {
    display: none;
  }
  #branding img {
    display: none;
  }
  #access {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #content {
    margin: 0;
    width: auto;
  }
  .singular #content {
    margin: 0;
    width: 100%;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .entry-meta .edit-link a {
    display: none;
  }
  #content nav {
    display: none;
  }
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular #comments-title {
    margin: 0;
    width: 100%;
  }
  .singular .hentry {
    padding: 0;
  }
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  .entry-meta {
    font-size: 10pt;
  }
  .entry-header .comments-link {
    display: none;
  }
  .page-link {
    display: none;
  }
  .singular #author-info {
    background: none;
    border-bottom: none;
    border-top: none;
    margin: 2.2em 0 0;
    padding: 0;
  }
  #respond {
    display: none;
  }
  .widget-area {
    display: none;
  }
  #colophon {
    display: none;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .commentlist li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
  }
  .commentlist li.comment .fn {
    display: block;
  }
  .commentlist li.comment .comment-content {
    margin: 1.625em 0 0;
  }
  .commentlist .comment-edit-link {
    display: none;
  }
  .commentlist > li::before,
  .commentlist > li.bypostauthor::before {
    content: '';
  }
  .commentlist .reply {
    display: none;
  }
  /* Post author highlighting */
  .commentlist > li.bypostauthor {
    color: #444;
  }
  .commentlist > li.bypostauthor .comment-meta {
    color: #666;
  }
  .commentlist > li.bypostauthor:before {
    content: none;
  }
  /* Post Author threaded comments */
  .commentlist .children > li.bypostauthor {
    background: #fff;
    border-color: #ddd;
  }
  .commentlist .children > li.bypostauthor > article,
  .commentlist .children > li.bypostauthor > article .comment-meta {
    color: #666;
  }
}
/* =IE7
----------------------------------------------- */
#ie7 article.intro {
  margin-left: -7.6%;
  margin-right: -7.6%;
  padding-left: -7.6%;
  padding-right: -7.6%;
  max-width: 1000px;
}
#ie7 section.featured-post {
  margin-left: -7.6%;
  margin-right: -7.6%;
  max-width: 850px;
}
#ie7 section.recent-posts {
  margin-right: 7.6%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.nav {
  margin-left: 0;
  margin-bottom: 1.2;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
  /*padding: 10px 30px 20px 30px;*/
}
.tab-content.home .tab-pane {
	padding: 10px 30px 20px 30px;
}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  /*border: 4px solid #fff;*/
  position: relative;
  /*-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;*/
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}
/* Caption style */
/*.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}*/
/* Direction Nav */
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  width: 39px;
  height: 62px;
  margin: -31px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em;
}
.flex-direction-nav .flex-next {
  background: url(../img/slider_right.png) no-repeat;
  right: 0px;
  display: none;
}
.flex-direction-nav .flex-prev {
  background: url(../img/slider_left.png) no-repeat;
  left: 0px;
  display: none;
}
.flex-direction-nav .flex-disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  margin-top: 10px;
  /*position: absolute; bottom: -20px; */
  text-align: center;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/slider_nav.png) no-repeat;
  cursor: pointer;
  text-indent: -999em;
}
.flex-control-nav a:hover {
  background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
  background-position: 0 -26px;
  cursor: default;
}
/* ===== Primary Styles ========================================================
   Author: ruhmesmeile.com
   ========================================================================== */
body {
  background: url(/wp-content/themes/mcgutschein/img/wolken.png) no-repeat top #dcf8f8;
  font-size: 13px;
  line-height: 1.2;
  padding: 0;
}
body,
input,
textarea {
  font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
a {
  color: #5caf54;
}
a:hover {
  text-decoration: none;
  color: #417c3c;
}
a:visited {
  /* color: #5CAF54; */
}
header#header,
#main,
.footer-wrap {
  width: 960px;
  margin: 0 auto;
}
header#header {
  background: url(../img/figure1.png) no-repeat right 10px;
  padding-top: 35px;
}
header#header h1 {
  margin-top: 0;
}
header#header p.subtitle {
  font-size: 18px;
  color: #4d793e;
  width: 500px;
}
div#main {
  *zoom: 1;
}
div#main:before,
div#main:after {
  display: table;
  content: "";
}
div#main:after {
  clear: both;
}
.blog #main {
  background: #fff;
}
ul.abc-list {
  list-style: none;
  padding-left: ;
  margin-left: 10px;
  *zoom: 1;
}
ul.abc-list:before,
ul.abc-list:after {
  display: table;
  content: "";
}
ul.abc-list:after {
  clear: both;
}
ul.abc-list li {
  float: left;
  margin-right: 8px;
}
ul.abc-list li a {
  text-decoration: none;
  color: #4d793e;
  display: block;
  padding: 6px 4px;
  font-size: 24px;
  background: #ffffff url(../img/white_gradient.png) repeat-x top;
  background: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
  background: linear-gradient(top, #ffffff, #e7e7e7);
  background-clip: padding-box;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 15px;
  text-align: center;
  border: solid 1px lightgray;
}
ul.abc-list li a:active,
ul.abc-list li a:hover {
  background: #65ba5d;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  color: #fff;
}
body ul.tabs {
  list-style: none;
  padding-left: 0;
  margin: 0;
  border-top-right-radius: 10px;
  *zoom: 1;
}
body ul.tabs:before,
body ul.tabs:after {
  display: table;
  content: "";
}
body ul.tabs:after {
  clear: both;
}
body ul.tabs li {
  float: left;
  background: #a3e68e;
  border-top: 1px solid #8cca78;
  line-height: 28px;
  position: relative;
  top: 2px;
  height: 46px;
  overflow: hidden;
}
body ul.tabs li.hover a {
	color: #fff !important;
}
body ul.tabs li a {
  color: #5a874b;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  background: url(../img/green_top_right.png) top right no-repeat #a3e68e;
  display: block;
  height: 28px;
}
body ul.tabs li:first-child {
  border-left: 1px solid #8cca78;
  border-top-left-radius: 10px;
  background-clip: padding-box;
}
body ul.tabs li:first-child a {
  border-top-left-radius: 10px;
}
body ul.tabs li:last-child,
body ul.tabs li:last-child a {
  border-top-right-radius: 10px !important;
}
body ul.tabs li.active {
  padding: 0px;
  height: 51px;
  line-height: 42px;
  background: none;
  border: 0;
  margin-bottom: -3px;
  margin-right: -15px;
  z-index: 2;
  top: 0;
}
body ul.tabs li.active a,
body ul.tabs li.active span {
  float: left;
}
body ul.tabs li.active a {
  background: url(../img/green_top_active_center.png) top repeat-x #66af4c;
  height: 43px;
  padding-top: 8px;
  padding-left: 10px;
}
body ul.tabs li.active:before,
body ul.tabs li.active:after {
  display: block;
  height: 51px;
  float: left;
  content: " ";
}
body ul.tabs li.active:before {
  background: url(../img/green_top_active_left.png) top right no-repeat;
  width: 10px;
}
body ul.tabs li.active:after {
  background: url(../img/green_top_active_right.png) top left no-repeat;
  width: 18px;
}
body ul.tabs li.active span {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  padding-left: 36px;
  background: url(../img/loupe.png) no-repeat left center;
}
body ul.tabs li.active:first-child,
body ul.tabs li.active:last-child {
  border-radius: 0;
}
body ul.tabs li.active:first-child a,
body ul.tabs li.active:last-child a {
  border-radius: 0 !important;
}
body ul.tabs li.active + li {
  padding-left: 10px;
}
body ul.tabs li  + li.active {
  margin-left: -20px;
}
body .tab {
  background: url(../img/green_bottom_center.png) repeat-x top #519535;
  height: 36px;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body .tab .abc-list a {
  font-size: 20px;
  color: #5fa543;
}
body .tab.search.alle-shops {
	display: none;
}
.mobile-menu-toggle {
	display: none;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background: #65ac4a url(../images/toggle.png) 18px 20px no-repeat;
	cursor: pointer;
}
.search input {
  width: 783px;
  font-size: 18px;
  padding: 5px 0;
  padding-left: 10px; 
  
  border-radius: 4px;
  border: 1px ridge #eee;
  line-height: 1.3;
  -webkit-appearance: none;
}
.error_search input {
  width: 450px;
  font-size: 17px;
  padding: 5px 5px;
  border-radius: 4px;
  border: 1px ridge #eee;
  line-height: 1.3;
  -webkit-appearance: none;
}
.search input.btn,
.error_search input.btn {
  background: #b73434 url(../img/red_btn.png) repeat-x top;
  background: -webkit-linear-gradient(top, #f97272, #b73434);
  background: linear-gradient(top, #f97272, #b73434);
  border: 1px solid #e58686;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  width: 140px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
}

.error_search {background-color: #519535;padding: 5px;margin-top: 10px;margin-bottom: 10px;border-radius: 5px;}


#content {
  margin: 0;
  width: auto;
}
#content article {
  margin: 0px 15px;
}
article.category-schnaeppchen-blog
{

}


article.page.with-sidebar h1,
.small-column h3,
h3.widget-title,
h1.page-title,
.content-box h2,
#primary.themenseite .coupon-grid .shopname {
  background: url(../img/green_gradient_top.png) repeat-x bottom #5caf54;
  background-size: 100% 100%;
  background: -webkit-linear-gradient(top, #73cc6c, #5caf54);
  background: linear-gradient(top, #73cc6c, #5caf54);
  box-shadow: inset -1px 2px 2px rgba(255, 255, 255, 0.5);
  border: 1px solid #8cca78;
  padding: 10px;
  display: block;
  color: #fff;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-size: 28px;
  margin-top: 0;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}
.small-column ul,
.text-widget,
aside.widget,
.tab-content,
.content-box,
article.page.with-sidebar,
article.start .featured {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.content-box {
  background: #fff;
  border-radius: 10px;
}
#main article.page h1 {
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #7cbe61;
}
/*
 * Widgets
 */
h3.widget-title {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}
aside.widget {
  border-radius: 10px;
  background: #fff;
  *zoom: 1;
}
aside.widget:before,
aside.widget:after {
  display: table;
  content: "";
}
aside.widget:after {
  clear: both;
}
aside.widget ul {
  margin: 10px 10px 20px 0;
  list-style: none;
}
aside.widget li {
  border-top: 1px solid #E8E8E8;
  padding: 14px 0 12px;
}
aside.widget li:first-child {
  border-top: 0;
}
aside.widget li a {
  color: #5CAF54;
  font-weight: normal;
}
aside.widget li.current-cat {
  background: rgb(97, 175, 84);
  padding-left: 0px !important;
  border-top: 0;
}
aside.widget li.current-cat a {
  color: #fff;
  margin-left: 12px;
}
aside.widget li.current-cat  + li {
  border-top: 0;
}
.abc.widget li {
  border-top: 0;
}
.abc.widget li a {
  background: #ffffff url(../img/green_gradient.png) repeat-x top;
  background: -webkit-linear-gradient(top, #90df75, #76c05a);
  background: linear-gradient(top, #90df75, #76c05a);
  color: #fff;
}
.abc.widget li a:hover {
  text-decoration: none;
}
#secondary aside.tabbed {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
#secondary aside.tabbed ul.nav {
  margin: 0;
}
#secondary aside.tabbed ul.nav li {
  height: 50px;
  padding: 0;
}
#secondary aside.tabbed ul.nav li  + li {
  padding-left: 15px;
}
#secondary aside.tabbed ul.nav li.active {
  height: 51px;
}
#secondary aside.tabbed ul.nav li a {
  font-size: 16px;
  line-height: 1.2;
  height: 50px;
}
#secondary aside.tabbed ul {
  margin-left: 0;
}
#secondary aside.tabbed ul li {
  border-top: 0;
}
#secondary aside.tabbed ul li .text {
  width: 145px;
}
aside.featured {
  position: relative;
}
aside.featured img {
  max-width: 100%;
  border-radius: 10px;
}
/*
 * Startpage
 */
.row,
.content-box {
  *zoom: 1;
  margin: 20px 0;
}
.row:before,
.content-box:before,
.row:after,
.content-box:after {
  display: table;
  content: "";
}
.row:after,
.content-box:after {
  clear: both;
}
.small-column {
  float:left;
  width: 310px;
margin-left: 15px;
margin-bottom: 20px;
}
.listing ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 10px;
}
.listing li {
  padding: 16px 0;
  *zoom: 1;
  border-bottom: 1px dotted #bfbfbf;
}
.listing li.shop_link {
	height: 35px;
}
.listing li:before,
.listing li:after {
  display: table;
  content: "";
}
.listing li:after {
  clear: both;
}
.listing li:last-child {
  border-bottom: 0;
  text-align: center;
}
.listing li div {
  width: 175px;
  float: right;
  font-size: 13px;
}
.listing li div span.i {
    color: #BFBFBF;
    font-size: 16px;
    margin-right: 2px;
}
.listing li div a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.listing li div p {
  margin: 0;
}
.listing li .img {
  float: left;
  width: 90px;
  margin-right: 15px;
  padding-top: 6px;
}
.listing li .img img {
  display: block;
  max-width: 80%;
  margin-left: 16px;
}
.small-column:first-child {
  margin-left: 0;
}
ul.tabs {
  *zoom: 1;
  list-style: none;
  padding-left: 0;
}
ul.tabs:before,
ul.tabs:after {
  display: table;
  content: "";
}
ul.tabs:after {
  clear: both;
}
ul.tabs.tabs-n li.active:last-child:after {
  width: 10px;
}
ul.tabs.tabs-n2 li {
  width: 150px;
}
ul.tabs.tabs-n2 li.active:last-child {
  width: 157px;
  margin-left: -22px;
}
ul.tabs.tabs-n2 li.active:last-child a {
  padding-left: 25px;
}
ul.tabs.tabs-n3 li.tab-1 a {
  width: 275px;
}
ul.tabs.tabs-n3 li.tab-2 a {
  width: 255px;
}
ul.tabs.tabs-n3 li.tab-3 a {
  width: 265px;
}
ul.tabs.tabs-n3 li.tab-1.active + li + li a {
  padding-right: 32px;
}
ul.tabs.tabs-n3 li.tab-2.active + li a {
  padding-right: 51px;
}
ul.tabs.tabs-n3 li.tab-3.active a {
  padding-right: 54px;
}
body ul.nav-tabs {
  font-size: 18px;
}
body ul.nav-tabs li {
  overflow: hidden;
  height: 42px;
  top: 0;
}
body ul.nav-tabs li a {
  line-height: 24px;
  margin: 0;
  font-size: 0.9em;
}
body ul.nav-tabs li.active {
  height: 43px;
}
body ul.nav-tabs li.active a {
  color: #fff;
  line-height: 32px;
}
.tab-content {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #8cca78;
  padding: 10px;
  color: #696969;
}

.tab-content-start {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #8cca78;
  padding: 10px 40px 10px;
  color: #696969;
}
.tab-content h3 {
  font-size: 32px;
  color: #5fa543;
  line-height: 36px;
  width: auto;
  margin: 20px 0;
}
.tab-content img.right {
  margin: 10px;
  margin-right: 0;
  float: right;
  display: block;
  width: 260px;
padding-right: 10px;
}
.textwidget {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}



#shopsicons h2 {
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  padding-left: 20px;
}
.icons {
  padding: 0px 7px;
  margin-top: 20px;
  *zoom: 1;
}
.icons:before,
.icons:after {
  display: table;
  content: "";
}
.icons:after {
  clear: both;
}
.icons a {
  display: block;
  float: left;
  margin-bottom: 12px;

  margin-left: 8px;
margin-right: 0px;
}
/*
 * Featured
 */
.featured {
  *zoom: 1;
  background: #fff;
  border-radius: 10px;
}
.featured:before,
.featured:after {
  display: table;
  content: "";
}
.featured:after {
  clear: both;
}
.featured .flex-caption {
  width: 230px;
  background: #5fa543;
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 35px;
  padding: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.featured img {
  display: block;
}
.featured .flexslider {
  min-height: 250px;
}
.featured .flexslider .flex-caption {
  padding-left: 60px;
}
.featured .flexslider p {
  margin-bottom: 0;
}
.featured .icons {
  margin-top: 0;
}
.featured .icons a {
  margin-bottom: 0px;
}
.column2-1 {
  *zoom: 1;
}
.column2-1:before,
.column2-1:after {
  display: table;
  content: "";
}
.column2-1:after {
  clear: both;
}
.column2-1 .column2,
.column2-1 .column1 {
  float: left;
  margin: 10px;
  width: 620px;
  position: relative;
}
.column2-1 .column1 {
  width: 300px;
}
/*
 * 2 Columns
 */
article.with-sidebar,
#primary {
  width: 640px;
  background: #fff;
  float: left;
}
#secondary {
  width: 300px;
  margin-left: 20px;
  margin-right: 0;
}
#secondary ul {
  margin: 0px;
}

/*
 * Shops List
 */
article.page.abc {
  border-radius: 10px;
}
ul#shops-list,
ul#category-list {
  list-style: none;
  *zoom: 1;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -20px;
}
ul#shops-list:before,
ul#category-list:before,
ul#shops-list:after,
ul#category-list:after {
  display: table;
  content: "";
}
ul#shops-list:after,
ul#category-list:after {
  clear: both;
}
ul#shops-list li {
  float: left;
  margin-left: 20px;
  color: #000;
}
ul#category-list li {
  float: left;
  margin-left: 3px;
  color: white;
}

ul#shops-list li:hover {
	
}
ul#shops-list li a {
  color: black;
}
ul#category-list li a {
  color: black;
}
ul#category-list li a:hover {
  color: white;
}
ul#shops-list {
  font-size: 14px;
}
ul#shops-list li {
  width: 86px;
  height: 90px;
  padding-right: 16px;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 18px;
}
ul#shops-list li img {
  /* max-width: 90px; */
  margin-right: auto;
  margin-left: auto;
  display: block;
  border: 1px dotted lightgrey;
  padding: 28px 14px;
  margin-bottom: 7px;
 
  border-radius: 4px;    
  box-shadow: 2px 2px 14px #F0F0F0;
}
ul#shops-list li img:hover {
	border: 1px solid lightgrey;
	box-shadow: none;
}
ul#shops-list li .text {
  max-width: 85%;
  margin: auto;
  display: block;
}
ul#shops-list li.abc-item h2 {
	font-size: 32px;
	font-weight: bold;
	border-radius: 17px 17px 5px 5px;
	color: white;
	background-color: green;
	float: left;
	padding-left: 10px;
	padding-right: 9px;
	text-align: center;
	height: 44px;
	padding-top: 10px;
	box-shadow: 2px 2px 8px grey;
	margin-top: 61px;
}

ul#shops-list li.abc-item:hover {

	background-color: transparent;
}

ul#shops-list li.abc-item {
	width: 590px;
	float: none;
	border-bottom: 0px solid #5fa543;
	margin-bottom: 0;
	margin-top: 10px;
	color: #447136;
	clear: both;
	text-align: left;
	height: auto;
	padding: 0;
}
/*
 * Top Gutscheine
 */
article.top-gutscheine {
  border-radius: 10px;
}
article.top-gutscheine h1 {
  text-align: left;
}
article.top-gutscheine .coupon-list-item {
  border-top: 1px solid #4d793e;
  padding: 15px 0;
  margin: 15px;
  *zoom: 1;
}
article.top-gutscheine .coupon-list-item:before,
article.top-gutscheine .coupon-list-item:after {
  display: table;
  content: "";
}
article.top-gutscheine .coupon-list-item:after {
  clear: both;
}
article.top-gutscheine .coupon-list-item:first-child {
  border-top: 0;
}
article.top-gutscheine .coupon-list-item .coupon {
  float: left;
  margin-right: 30px;
}
article.top-gutscheine .coupon-list-item .shop-logo {
  width: 130px;
  float: right;
  margin-top: 20px;
}
article.top-gutscheine .coupon-list-item .coupon-detail {
  float: left;
  width: 300px;
  margin-top: 20px;
}
article.top-gutscheine .coupon-list-item .coupon-detail h2 {
  font-size: 18px;
  font-weight: bold;
}
article.top-gutscheine .coupon-list-item .coupon-detail h2 a {
  color: #4d793e;
}
article.top-gutscheine .coupon-list-item .coupon-detail ul {
  margin-left: 16px;
}
/*
 * Category List
 */
ul#category-list {
  font-size: 12px;
  padding-left: 35px;
}
ul#category-list span {
  display: block;
  padding: 0px 9px;
}
ul#category-list .cat-icon {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	width: 120px;
}
ul#category-list .cat-icon img {

		margin-left: auto;
		margin-right: auto;
}

ul#category-list li {
  
	width: 117px;
	height: 130px;
	margin-bottom: 3px;
	text-align: center;
	border: 1px dotted lightGrey;
	background-color: #E1FADC;
	border-radius: 16px;
}
ul#category-list li:hover {
	color: white;
	border: 1px solid lightgrey;
	background-color: #1C3819;
}

ul#category-list li a {
	display: block;
	height: 120px;
}
.sort-by {
  border-bottom: 1px solid #5fa543;
  padding-bottom: 2px;
  margin: 20px 25px;
  *zoom: 1;
}
.sort-by:before,
.sort-by:after {
  display: table;
  content: "";
}
.sort-by:after {
  clear: both;
}
.sort-by .label,
.sort-by .tabs {
  float: left;
}
.sort-by .label {
  color: #447136;
  line-height: 36px;
  height: 27px;
  margin-right: 10px;
  display: inline-block;
}
ul.tabs#category-switch li {
  line-height: 1;
  height: 27px;
}
ul.tabs#category-switch li a {
  font-size: 13px;
  height: auto;
  padding: 10px 30px 5px 10px;
}
ul.tabs#category-switch li.active {
  height: 29px;
  top: 1px;
}
ul.tabs#category-switch li.active a {
  height: 29px;
  color: #fff;
  padding: 10px 15px 5px 10px;
}
ul.tabs#category-switch li.active:after,
ul.tabs#category-switch li.active:before {
  height: 29px;
}
/*
 * Category Page
 */
body.category #primary {
  border-radius: 10px;
}
body.category header.page-header {
  *zoom: 1;
}
body.category header.page-header:before,
body.category header.page-header:after {
  display: table;
  content: "";
}
body.category header.page-header:after {
  clear: both;
}
body.category header.page-header h1.page-title {
  text-align: left;
  padding-left: 20px;
}
body.category header.page-header .subtitle {
	padding: 7px;
	margin: 5px 15px;
	/* color: white; */
	border-radius: 4px;
	/* background-color: #5FA543; */
	background: linear-gradient(top, #73CC6C, #5CAF54);
	background: -moz-linear-gradient(top, #73CC6C, #5CAF54 );
	/* background: -webkit-linear-gradient(top, #73CC6C, #5CAF54 ); */
	background: -o-linear-gradient(top, #73CC6C, #5CAF54);
	background: -ms-linear-gradient(top, #73CC6C, #5CAF54); 
	background: linear-gradient(top, #73CC6C, #5CAF54);
	/* box-shadow: 2px 2px 5px grey; */
	/* text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2); */
}
body.category .category-archive-meta {
  margin: 26px 30px 0px;
  *zoom: 1;
}
body.category .category-archive-meta:before,
body.category .category-archive-meta:after {
  display: table;
  content: "";
}
body.category .category-archive-meta:after {
  clear: both;
}
body.category .category-archive-meta .cat-icon {
  width: 60px;
  float: left;
  margin-right: 20px;
}
body.category .category-archive-meta .desc {
  width: 500px;
  float: left;
  color: #727272;
  font-size: 13px;
  line-height: 18px;
}
/*
 * Single
 */
.singular #primary {
  border-radius: 10px;
}
.singular #content,
.left-sidebar.singular #content {
  margin: 0;
}
/*breadadcrumb Optik*/


.breadcrumb {
  padding: 10px 14px;
  float: left;
  margin-bottom: -22px;
  margin-top: 13px;
}


.breadcrumb span{ 
  margin-left: 3px;
  padding:;
  
}

.breadcrumb a {
  color: #3C3B3B;
  margin-left:px;
}

.breadcrumb span:hover {
}

#primary.post .tagline {
  *zoom: 1;
  padding: 0 15px;
}
#primary.post .tagline.small h2 p {
	font-size: 17px !important;
	margin-top: 30px;
	color: white;
	text-shadow: 2px 2px 7px #9C9C9C;
	background-color: rgba(183, 52, 52, 0.41);
	box-shadow: 2px 2px 7px #BBB;
}
#primary.post .tagline:before,
#primary.post .tagline:after {
  display: table;
  content: "";
}
#primary.post .tagline:after {
  clear: both;
}
#primary.post .tagline p {
font-size: 19px;
color: #717171;
margin-bottom: 10px;
margin-top: 10px;
line-height: 22px;
font-weight: bold;
border: solid 1px rgba(96, 134, 70, 0.1);
border-radius: 6px;
padding: 9px 10px;
background-color: rgba(96, 134, 70, 0.1);
}
#primary.post .tagline img {
  float: right;
  max-width: 190px;
}
#primary.post .box {
	
	padding: 14px;
	border-radius: 13px;
	width: 580px;
	margin-left: 14px;	
}
}
#primary.post .box:hover {
  background-color: #F0FFF0;
}
#primary.post .box:before,
#primary.post .box:after {
  display: table;
  content: "";
}
#primary.post .box:after {
  clear: both;
}
#primary.post .box .coupon {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#primary.post .box .text {
  width: 383px;
  float: left;
}
#primary.post .box .text h2 {
  font-size: 24px;
  color: #4d793e;
}
.coupon {
  width: 200px;
}
.coupon .number,
.coupon .type,
.coupon a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.coupon p {
  margin: 0;
}
.coupon .green {
  background: url(../img/texture_green.jpg);
}
.coupon .number {
  background: url(../img/white_cuts.png) no-repeat 2px -4px;
  font-size: 50px;
  border-bottom: 1px solid #457c32;
  padding-top: 10px;
}
.coupon .type {
  border-top: 1px solid #82ae73;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  height: 32px;
  padding-bottom: 5px;
}
.coupon .red {
  background: url(../img/gutschein_button.png) no-repeat -4px -3px;
  height: 46px;
}
.coupon a {
  background: url(../img/white_cuts.png) no-repeat top center;
  position: relative;
  bottom: 4px;
  line-height: 56px;
  font-size: 20px;
}
.coupon.small {
  width: 112px;
}
.coupon.small .number {
  font-size: 18px;
  padding-top: 15px;
  min-height: 50px;
}
.coupon.small .red {
  background: url(../img/gutschein_button_small.png) no-repeat;
  height: 39px;
}
.coupon.small a {
  line-height: 48px;
  font-size: 16px;
}
aside.shop-info {
  background: #fff;
  border-radius: 10px;
  *zoom: 1;
}
aside.shop-info:before,
aside.shop-info:after {
  display: table;
  content: "";
}
aside.shop-info:after {
  clear: both;
}
aside.shop-info img.shop-screenshot {
  max-width: 100%;
  margin: 10px 0;
  display: block;
}
aside.shop-info .rating {
  padding: 5px 51px;
  border: solid 1px #bbb;
  border-radius:4px;
  margin: 10px 26px;
  text-align:center;
  width:px;
  border-radius: 8px;
background-color: rgba(96, 134, 70, 0.1);
border: solid 1px rgba(96, 134, 70, 0.1);
padding: 
}
aside.shop-info .rating span {
  float: ;
  line-height: 28px;
  display: block;
  margin-right: px;
}
aside.shop-info .goto-shop {
  background: url(../img/red_button.png);
  display: block;
  width: 205px;
  height: 46px;
  margin: 10px auto;
  line-height: 46px;
  color: #fff;
  font-size: 19px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

aside.shop-info .seals .border {

	
	width: 233px;
	margin-left: auto;
	margin-right: auto;
}

aside.shop-info .seals {
  width: 300px;
  text-align: center;
}

aside.shop-info .seals img {
	height: 44px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto
}
aside.shop-info .info {
	color: #727272;
	padding: 7px;
	width: 260px;
	margin: 6px 13px;
	margin-top: 0px;
}
aside.shop-info .info p {	
	margin: 6px;;
	border-radius: 8px;
	background-color: rgba(96, 134, 70, 0.1);
	border:solid 1px rgba(96, 134, 70, 0.1);
	padding: 9px;
	
}

#content #nav-above,
#content #nav-below {
  margin: 0 15px;
}
/*
 * Modal
 */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 66;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .35;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 67;
  width: 460px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  border: 8px solid #999;
  border: 8px solid rgba(0, 0, 0, 0.25);
  *border: 8px solid #999;
  /* IE6-7 */

  border-radius: 10px;
  background-clip: padding-box;
}
.modal.hide {
  display: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-inner {
  border: 6px solid #519535;
}
.modal-inner header.logo {
  background: url(../img/modal_header.png) no-repeat;
  width: 426px;
  height: 114px;
  margin: -20px 10px 10px;
}
.modal-inner header.logo a {
  display: block;
  text-indent: 999em;
  overflow: hidden;
}
.modal-inner .section {
  margin: 12px 12px 6px;
  padding-bottom: 6px;
}
.modal-inner .section.details {
  border-bottom: 0;
}
.modal-inner .section p {
  color: #727272;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}
.modal-inner .section p a {
  color: #519535;
}
.modal-inner .section h1 {
  color: #4d793e;
  font-size: 24px;
}
.modal-inner .section .code {
  color: #FFFFFF;
  font-size: 28px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #ddd;
  display: block;
  background: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  background-image: 
  
  -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A3E68E), color-stop(50%, #8CCA78), color-stop(50%, #7CB35C), color-stop(100%, #5EB156));
  background-image: 
  
  -webkit-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
  background-image: 
  
  -moz-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
  background-image: 
  
  -ms-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
  background-image: 
  
  -o-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
}
.modal-inner .section h2 {
  font-size: 13px;
  color: #519535;
  margin-bottom: 6px;
}
.modal-inner .section ul {
  margin-left: 20px;
  list-style: square;
}
.modal-inner .section ul li {
  margin-bottom: 6px;
}
.modal-inner footer {
  *zoom: 1;
}
.modal-inner footer:before,
.modal-inner footer:after {
  display: table;
  content: "";
}
.modal-inner footer:after {
  clear: both;
}
.modal-inner footer a.close {
  background: url(../img/modal_x.png) no-repeat left;
  padding-left: 24px;
  display: block;
  text-align: right;
  float: right;
  line-height: 18px;
  margin-bottom: 12px;
  margin-right: 12px;
}
/*
 * Footer
 */
footer#footer {
  min-height: 250px;
  padding-top: 175px;
  margin-top: 20px;
  background: url(../img/footer.png) repeat-x center center;
  color: #fff;
  *zoom: 1;
}
footer#footer:before,
footer#footer:after {
  display: table;
  content: "";
}
footer#footer:after {
  clear: both;
}
footer#footer a {
  color: #fff;
  text-decoration: none;
}
footer#footer .menu {
  overflow: auto;
}
footer#footer ul {
  list-style: circle;
  padding-left:22px;
  margin: 0 0 20px;
}
footer#footer ul li {
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}
footer#footer h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
footer#footer .half {
  width: 420px;
  float: left;
}
footer#footer .half li {
  width: 200px;
}
footer#footer .copyright {
  padding: 10px 0 0;
}
footer#footer .clear {
  clear: both;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.listing li:hover {
	background-color:rgba(96, 134, 70, 0.07);
}

.coupon-box .text .title {
    color: #D55050;
    font-size: 24px;
    margin-bottom: 5px;
	font-weight: bold;
	text-shadow: grey 1px 1px 0px;
}

.icons .iconbox {
    
    float: left;
    margin-left: 3px;
    width: 115px;
}

.icons .iconbox img {
    border: 1px solid #EAEAEA;
    float: left;
    margin-left: 1px;
    padding: 18px 11px;
    width: 88px;
    /* box-shadow: 2px 2px 6px #888; */
    border-radius: 2px;
    box-shadow: 2px 2px 14px #F3F3F3;
}


.icons .iconbox img:hover {
box-shadow:  none;
position:relative;
top: -1px;
right: 1px;

}

.icons .iconbox a {

	margin-left: 0;
	margin-right: 0;
}



/*Beliebte Shops unten*/

.iconboxbottom {
    float: left;
	width: 180px;
margin-left: 10px;
margin-top: 15px;
	
}

.iconboxbottom:hover {
	border: 1px dotted #5A874B;
}

.iconboxbottom a {	
	color: #4D793E;
display: block;
width: 146px;
font-size: 15px;
}

.iconboxbottom a:hover {
	margin-left: 0;
	margin-right: 0;
	text-decoration: underline
}


.iconboxbottom ul  li{

  list-style: none;line-height: 19px;);
  }

.iconboxbottom ul li:before {
		content: "\0203a";
		float: left;
		margin-right: 7px;
		}
.iconboxbottom ul li:hover {
    

}

/* make the like button smaller */
.fb_edge_widget_with_comment iframe
{
    width:76px !important;
}

/* but make the span that holds the comment box larger */
span.fb_edge_comment_widget.fb_iframe_widget iframe
{
    width:401px !important;
}

.about h2 {
	/* color: white; */
	/* font-size: 20px; */
	/* float: none; */
	/* background-color: #5FA543; */
	background: linear-gradient(top, #73CC6C, #5CAF54);
	background: -moz-linear-gradient(top, #73CC6C, #5CAF54 );
	/* background: -webkit-linear-gradient(top, #73CC6C, #5CAF54 ); */
	background: -o-linear-gradient(top, #73CC6C, #5CAF54);
	background: -ms-linear-gradient(top, #73CC6C, #5CAF54);
	background: linear-gradient(top, #73CC6C, #5CAF54);
	/* padding-left: 12px; */
	/* line-height: 30px; */
	/* box-shadow: 2px 2px 7px #888; */
	/* text-shadow: 0px 2px 2px rgba(7, 7, 7, 0.28); */
	/* border-radius: 6px; */
}




.post-ratings {
	margin-top: 2px;
}
.post-ratings img {

	margin-left: 5px !important;
}

.coupon-box.hover {

	background-color:#F0FFD6;
}

#footer .darth_vader {

	width: 25%;
	float: left;
}

#footer .darth_vader ul li {

	display: list-item;
	float: none;
}

.category article a {

	color: #4D793E;
}
.category article h2.entry-title {
	line-height: 1.25;
}

.category article a:hover {

	color: #4D793E;
}

.category article a:active {

	color: #4D793E;
}

.category article h2 {
	font-family: arial;
	font-size: 28px;
}

#primary.post .coupon-box {

	padding-bottom: 0 !important;
}

.mcat {

	width: 16px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

#post-6478 .sort-by {

	margin-left: 16px;
	margin-right: 32px;
}

aside.widget ul.abc-list li {
    padding: 8px 2px 6px;
}

.shop_link {
	cursor: pointer;
}

div.cats ul li .img img {

	margin-left: auto;
	margin-right: auto;
}

div.cats ul li .img img.caticon{

max-width:47%;

}

.about h3 {

	font-size: 18px;
color: #373737;
margin: 10px 0;
font-weight: bold;
}

.about ul{
list-style-image:url('/wp-content/themes/mcgutschein/img/check.png');
}


.luke_skywalker a {

	color: #4D793E !important;
}

.obi_wan {

	width: 122px;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
	
	

}

.obi_wan:hover {

	border:;
}

.obi_wan a:hover {

	text-decoration: none !Important;
}



/****** category.php **********/
.categoryshop  {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 13px;
	text-align: center;
	width: 117px;
	
	height: 124px;
}
	
.categoryshop_inner .shopname {

	float: none;
}
	
.categoryshop_inner img{
	border: 1px solid #EAEAEA;
	height: auto;
	padding: 25px 12px;
	max-width:100%;
	border-radius: 4px;
	box-shadow: 2px 2px 14px #F5F5F5;
}
.categoryshop_inner img:hover{
	border: 1px solid lightgrey;
	box-shadow: none;
    border: solid 1px lightgray;
box-shadow:  none;
position:relative;
top: -2px;
right: 2px;
}
.categoryshop a{
  /* display: block; */
  /* float: left; */
  /* margin-bottom: 12px; */
  /* margin-left: 12px; */
  /* margin-right: 0px; */
  text-decoration: none;
  color:black;
  text-align: center;
}



article.about object embed,
article.about iframe {
	



	border: solid 1px grey;    box-shadow: 3px 3px 9px #888;    padding-bottom: 23px;    padding-top: 24px;    border-radius: 3px;    margin: 10px 0px 5px 13px;    height: 316px;    width: 560px;

}

aside.widget li.cat-item {

	padding: 12px 53px 11px 26px;
}

div.info p{

	padding: 17px 17px 0px;
	font-size: 13px;
	line-height: 1.2;
	color: black;
}

#primary #content .entry-content {

	width: auto;
}
.catlink-all { 
	display: block;
	text-align: center;
	margin-bottom: 35px;
}
.catlink-all a:before {
	content:">> ";
}
.catlink-all a:after {
	content:" <<";
}
.entry-content iframe {
border: 1px solid rgb(207, 207, 207);
padding: 10px;
border-radius: 3px;
margin-bottom: 0px;
width: 588px;
height: 340px;

}
.topincat{
	border: solid 1px #EAEAEA;
	padding: 25px 13px;
	border-radius: 4px;
	box-shadow: 2px 2px 14px #F5F5F5;
	}

.topincat:hover{
	border: solid 1px lightgray;
	box-shadow:none;
	border: solid 1px lightgray;
box-shadow:  none;
position:relative;
top: -2px;
right: 2px;
}

.page_stats {
    color: #5A874B;
    margin: 10px 0;
	padding-bottom: 44px;
    width: 990px;
	clear: both;
}

.page_stats ul, .page_stats ul li {
    font-size: 12px;
	font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding-left: 0 !important;
}

.page_stats ul span {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 5px 5px;
    color: #5A874B;
    float: left;
    font-size: 21px;
    margin: -4px 6px 0 0;
    padding: 5px 6px 4px;
    position: relative;
}

.page_stats ul li em {
    font-weight: normal;
    white-space: nowrap;
	font-size: 11px;
}

h2.coupon-name {

	font-size: 20px !important;
	font-weight: bold;
}

.modal-inner p {

	height: 0;
	margin: 0;
	padding: 0;
}

.modal-inner .title p {

	height: auto;
}


.new-coupon-box {
	position: relative;
	width: 566px;
	height: 182px;
	padding: 0px 11px;              
	background-color: rgba(96, 134, 70, 0.07);  
	border: dotted 2px #919191;  
	margin-bottom: 20px;
	/* float: left; */
	margin-left: 24px;
	border-radius: 10px;
	margin-top: 13px;
	margin-right: 2px;  
	border: solid 1px #BBB;  
	box-shadow: 2px 2px 6px #888;
	clear: both;

}

.new-coupon-box img.shop {
	position: absolute;
	top: 14px;
	left: -1px;
	width: 88px;
	height: 31px;
	padding: 0px 0px;
	background: white;
	border: 1px solid #BBB;
	border-radius: 1px;
	padding-left: 473px;
	padding-right: 27px;
}

.new-coupon-box img.shoponsite {

	position: absolute;
top: 14px;
left: -1px;
width: 88px;
height: 31px;
padding: 0px 0px;
background: white;
border: 1px solid #BBB;
border-radius: 1px;
padding-left: 473px;
padding-right: 27px;      

}
.new-coupon-box img.type {
	background-color: #659E46;      display: inline-table;      
	padding: 9px;      position: absolute;      
	border-radius: 42px;      color: white;      
	height: 25px;      line-height: 35px;      
	top: 5px;      
	border: solid 3px #CBECBD;      
	box-shadow: 0px 0px 1px black;      left: 17px;
}

.new-coupon-box span.type {

	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: bold; 
	font-size: 13px;
	color: #4D793E;
}

/*.new-coupon-box h2 {
	position: absolute;
	top: 60px;
	font-variant:small-caps;
	left: -4px;
	font-weight: bold;
	font-size: 20px;
	white-space: wrap;
	color: #202AA3;
	text-shadow: 1px 1px 1px rgba(29, 19, 19, 0.22);
	background-color: whiteSmoke;
	padding: 5px 6px;
	border-radius: 4px;
	border: solid 1px #A5A5A5;
	text-align: center;
	width: 277px;
	height: 47px;
	box-shadow: 1px 1px 4px #888;
}
*/

.fix-gutschein-wert-1 {

	position: absolute;
	top: 60px;
	font-variant:small-caps;
	left: -4px;
	font-weight: bold;
	

	font-size: 40px;
	white-space: wrap;
	color: #373737;
	text-shadow: 1px 1px 1px rgba(29, 19, 19, 0.22);
	background-color: whiteSmoke;
	padding: 5px 6px;
	border-radius: 4px;
	border: solid 1px #A5A5A5;
	text-align: center;
	

	width: 583px;
	

	height: 42px;
	box-shadow: 1px 1px 4px #888;
    

	line-height: 38px;

}
.fix-gutschein-wert-2 {

	position: absolute;
	top: 60px;
	font-variant:small-caps;
	left: -4px;
	font-weight: bold;
	

	font-size: 40px;
	white-space: wrap;
	color: #373737;
	text-shadow: 1px 1px 1px rgba(29, 19, 19, 0.22);
	background-color: whiteSmoke;
	padding: 5px 6px;
	border-radius: 4px;
	border: solid 1px #A5A5A5;
	text-align: center;
	

	width: 583px;
	

	height: 42px;
	box-shadow: 1px 1px 4px #888;
    

	line-height: 38px;

}


.fix-gutschein-wert-3 {

	position: absolute;
	top: 60px;
	font-variant:small-caps;
	left: -4px;
	font-weight: bold;
	

	font-size: 36px;
	white-space: wrap;
	color: #373737;
	text-shadow: 1px 1px 1px rgba(29, 19, 19, 0.22);
	background-color: whiteSmoke;
	padding: 5px 6px;
	border-radius: 4px;
	border: solid 1px #A5A5A5;
	text-align: center;
	

	width: 583px;
	

	height: 42px;
	box-shadow: 1px 1px 4px #888;
    

	line-height: 38px;
}

.fix-gutschein-wert-4 {

	position: absolute;
	top: 60px;
	font-variant:small-caps;
	left: -4px;
	font-weight: bold;
	font-size: 24px;
	white-space: wrap;
	color: #373737;
	text-shadow: 1px 1px 1px rgba(29, 19, 19, 0.22);
	background-color: whiteSmoke;
	padding: 5px 6px;
	border-radius: 4px;
	border: solid 1px #A5A5A5;
	text-align: center;
    overflow: hidden;
	width: 583px;
	height: 42px;
	box-shadow: 1px 1px 4px #888;
    line-height: 38px;
}



.new-coupon-box ul {
	position: absolute;
	top: 128px;
	left: 20px;
	width: 400px;
	padding: 0;
	margin: 0;
	color: #979797;
	font-size: 11px;
	max-width: 300px;
	list-style: none;
}

.new-coupon-box li {
}

.new-coupon-box.fix a.redeem-coupon {

	/* line-height: 38px; */
}

.new-coupon-box a.redeem-coupon, #primary.themenseite .coupon-grid .conversion-btn {
	position: absolute;
	top: 127px;
	right: 10px;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	/* line-height: 35px; */
	text-decoration: none;
	display: block;
	/* height: 36px; */
	text-shadow: 1px 1px 1px #7D230C;
	padding: 8px 18px;
	min-width: 197px;
	background-color: #ee432e;
	background-image: 
	-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
	background-image: 
	-webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: 
	-moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: 
	-ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: 
	-o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	border: 1px solid #951100;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	color: #fff;
}

.new-coupon-box a.redeem-coupon:hover,
.new-coupon-box a.redeem-coupon.active, #primary.themenseite .coupon-grid .conversion-btn:hover {

background-color: #f37873;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
}




.oldcoupons .new-coupon-box a.redeem-coupon {
/*	text-shadow: 1px 1px 1px #7B7B7B;
	width: 210px;
	background-color: #E2E2E2;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EFEFEF), color-stop(50%, #CDCDCD), color-stop(50%, #B0B0B0), color-stop(100%, #891100));
	background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: -moz-linear-gradient(top, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: -ms-linear-gradient(top, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: -o-linear-gradient(top, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: linear-gradient(top, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	border: 1px solid #ABABAB;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(184, 184, 184, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(226, 226, 226, 0.4), 0 1px 3px #333333;
	color: #fff; */

}


.oldcoupons .new-coupon-box a.redeem-coupon:hover,
.oldcoupons .new-coupon-box a.redeem-coupon.active {

	/*background-color: #E2E2E2;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #EFEFEF), color-stop(50%, #CDCDCD), color-stop(50%, #B0B0B0), color-stop(100%, #891100));
	background-image: -webkit-linear-gradient(bottom, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: -moz-linear-gradient(bottom, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: -ms-linear-gradient(bottom, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: -o-linear-gradient(bottom, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%);
	background-image: linear-gradient(bottom, #EFEFEF 0%, #CDCDCD 50%, #B0B0B0 50%, #8B8B8B 100%); */
}

p.teaser  {
padding: 17px 17px 0px;
font-size: 13px;
line-height: 1.2;
color: black;
}


div.teaser {
padding-left:15px;


}


.youtube iframe {

	border: solid 1px grey;
box-shadow: 3px 3px 9px #888;


	padding-bottom: 23px;


	padding-top: 24px;
border-radius: 3px;
margin: 10px 0px 5px 13px;


	height: 316px;
width: 560px;

	/* background: black; */

}


/*Pics Border*/

.picshop img{
	margin: 10px 0;
	box-shadow: 2px 2px 7px #888;
	margin-left: 28px;
	border: solid 1px lightgray;
	padding: 6px;
	max-width: 77%;
	border-radius: 5px;	

	}
	
.piclogo img{
	float: right;
	margin: 11px 13px 0 0;
	border: 1px dotted lightGrey;
	padding: 13px;
	box-shadow: 2px 2px 6px rgba(7, 7, 7, 0.28);
		border-radius: 6px;
		}


.artikellogo img{
	float: left;
	margin: 10px 15px;
	margin-left: 5px;
	border: 1px dotted lightGrey;
	padding: 13px;
	box-shadow: 2px 2px 6px rgba(7, 7, 7, 0.28);
		border-radius: 6px;
		}

/*Facebookbutton Custom Look*/


#facebook_like_button_holder {
	position:relative;
	width:90px;
	height: 20px;
	color:#fff;
	background:black;	
	}
	
	#facebook_like_button_holder iframe {
	position:absolute;
	top: 0px;
	width: 90px !important;
	}
	
	#fake_facebook_button {
	pointer-events: none;
	position:absolute;
	width: 90px;
	height: 20px;
	left:0;
	top:0;
	background: url('http://wwwmccgutschein.com/facebook_button.gif');	
	}
	
.hreview-aggregate {	
	background-color: rgba(96, 134, 70, 0.1);
	border-radius: 7px;
	padding: 13px;
	border: solid 1px rgba(96, 134, 70, 0.1);	
	margin: -18px 14px 14px 14px;
}
	
/*Related Shops on Singlepage */
.related-shops-single {
	margin: 0;
	padding: 10px 15px 0;
	text-align: center;
}
.related-shops-single a {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 5px;
	color: #373737;
	margiN: 0 9px 9px 0;
	background: #EEF2EC;
}

.related-shops-single a:hover {
	background: #D4D8D2;
}




/*Fireofox Plugin */	
div.firefox_plugin{
	background-color: rgba(96, 134, 70, 0.1);
	border-radius: 8px;
	padding: 13px;
	border: solid 1px rgba(96, 134, 70, 0.1);
	margin: 21px 24px;
	height: 83px;
	float: right;
	margin-right: 30px;
	width: 553px;
}	
		
	
div.firefox_plugin div {
	float: left;
    padding-left: 10px;
    width: 438px;
}		



div.firefox_plugin a{
	background-color: #ee432e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #8B8B8B));
	background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	border: 1px solid #951100;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	color: #fff;
	width: 101px;
	line-height: 27px;
	display: block;
	float: right;
	padding-left: 22px;
	margin-right: -10px;
	font-weight: bold;
	text-shadow: 0px 2px 2px rgba(7, 7, 7, 0.28);
	font-size:px;
	
}


div.firefox_plugin a:hover{
	
	border: solid 1px rgba(120, 124, 119, 0.51);
	color: white;
	width: ;
	line-height: 27px;
	margin-left: 102px;
	background-color: #f37873;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
}


div.firefox_plugin p{
	margin-bottom:2px;
}


div.firefox_plugin img{
	float: left;
	width: 85px;
}

div.firefox_plugin h3 {
	color: black;
	font-size: 17px;
	line-height: 16px;
	margin: 0;
	margin-bottom: 5px;
	text-shadow: 1px 2px 2px rgba(7, 7, 7, 0.28);
	width: 455px;
}

h1.blogheader {
font-size: 20px;
padding: 0px 15px;
font-weight: bold;
padding-top: 20px;
font-family: arial;
}

.entry-content p {
font-family: arial;
font-size: 13px;
line-height: 21px;
text-align: justify;
}


textspan.text{
background: grey;
padding: 4px 8px;
border-radius: 10px;
color: black;
background: -webkit-linear-gradient(top, white, #D5D5D5 );
background-image: -ms-linear-gradient(top, white, #DDE1E7);
background-image: -webkit-linear-gradient(top, white, #DDE1E7);
background-image: -o-linear-gradient(top, white, #DDE1E7);
background-image: linear-gradient(top, white, #DDE1E7);
border: 1px solid lightSlateGray;
box-shadow: 1px 1px 0px lightSlateGray;
}

div.descriptionwrapper{
padding: 10px;
border: solid 1px rgb(224, 224, 224);
border-radius: 8px;
margin-bottom: 15px;
}
div.descriptionwrapper p{
line-height: 17px;
text-align: justify;
}

div.couponwrapper{
padding: 10px;
border: solid 1px rgb(224, 224, 224);
border-radius: 8px;
margin-bottom: 15px;
}

div.blogteaserwrapper{
/*padding: 10px;
border: solid 1px rgb(224, 224, 224);
border-radius: 8px;
margin: 15px;*/
}
div.blogteaserwrapper h3{

margin-left:10px;
}


.inline-blog.blogteaserwrapper article
{
border: solid 1px grey;
margin: 15px;
padding: 10px;
}

.blog-sidebar ul
{
padding: 5px 42px;
}

.blog-sidebar li
{
list-style-image: url(/wp-content/themes/mcgutschein/img/list_icon.png);
}

.adsense-responsive {
	margin-left: 14px;
	float: left;
	width:300px;
	height: 250px;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
}

div.category-description{
padding: 15px;
}

.category-description h2{

font-weight: bold;
font-size: 20px;
margin-bottom: 14px;
}


.category-description h3{
font-size: 18px;
color: #373737;
margin: 10px 5px;
font-weight: bold;

}


.category-description p{
padding: 5px 10px;
line-height: 18px;
}

.autocomplete {
	position: absolute; 
	top: 40px; 
	left: -1px; 
	z-index: 10000; 
	width: 400px; 
	background-color: #fff;
	border: 2px solid #eee; 
	width: 100%; 
	background-color: #fff;
	border: 1px solid #c2c2c2;
	font-size:18px;
	line-height: 13px;
	margin-top: -7px;
}
.autocomplete strong {
	margin-top: 10px;
	display: block;
	margin-bottom: 2px;
}
.autocomplete span {
	display: block;
	line-height: 1.25em;
}
.autocomplete img { 
	float: left;
	border: solid 1px lightgrey;
	padding: 10px;
	margin: 5px 10px 5px 5px;
	border-radius: 2px;
	vertical-align: middle;
}
.autocomplete .searchsuggest {
	border-bottom: 1px dotted #ccc;
	clear: both;
	padding: 5px;
}
.autocomplete .show-all-search-results {
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: #002E4D;
	padding: 12px 10px;
	color: #fff;
	vertical-align: middle;
	height: 100%;
	font-weight: bold;
	box-sizing: border-box;
}

article #toc_container{
    background-color: #F4FFEF;
    max-width: 730px;
    display: block;
    margin: auto;
    margin-top: 11px;
    margin-bottom: 13px;
    border: solid 1px rgb(224, 224, 224);
    font-size: 14px;
    padding: 10px 20px;
    border-left: none;
    border-right: none;
	display: none;
}

a.navigation  {
float: left;
color: rgb(92, 137, 91);
padding: 10px 20px;
border-right: 1px solid white;
margin: auto;
}

a.navigation:hover  {
color:white;
}

div.navigation{

  display: flex;
  background-color: rgb(163, 230, 142);
  

  padding: 5px 0px;

  margin-bottom: 6px;

}
.admin-bar div.navigation.fixed, .admin-bar .tab.abc.fixed {
	margin-top: 32px;
}
div.navigation.fixed, .tab.abc.fixed {
	position: fixed;
	top: 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	z-index: 99;
	padding: 10px 0px;
	font-size: 14px;
	border-radius: 0px 0px 8px 7px;
}

div.navigation ul {
list-style: none;
margin: auto;
}


div.navigation li {
float: left;
}
/**** exitoverlay *****/
#exit-overlay {
	display: none;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	top: 0;
}
#exitoverlay {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -210px;
	width: 400px;
	height: 280px;
	z-index:999;
	background: #fff;
	padding: 15px 15px 5px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
.exitoverlay-close {
	background: #222;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
	height: 40px;
	line-height: 35px;
	position: absolute;
	right: -21px;
	text-align: center;
	top: -21px;
	width: 40px;
	border-radius: 40px;
}
.exitoverlay-close:hover {
	color: #aaa;
	text-decoration: none;
}
.exitoverlay-logo {
	margin: 0 0 20px 0;
}
#exitoverlay .head {
	color: #4d793e;
	display: block;
	font-size: 1.5em;
	line-height: 1.1;
}
#exitoverlay .buttons-outer {
	clear: both;
	margin: 20px 0 0;
	text-align: center;
}
#exitoverlay .buttons-outer a {
	text-decoration: none;
}
#exitoverlay .button-overlay {
	padding: 30px 20px;
	display: inline-block;
	width: 120px;
	margin: 0 10px;
	background: orange;
	color: #fff;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.1;
	border-radius: 5px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
}
#exitoverlay .button-overlay.red {
	background-color: #ee432e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
	background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	border: 1px solid #951100;
}
#exitoverlay .button-overlay:hover {
	opacity: 0.75;
}
#exitoverlay .button-overlay.green {
	background: #6a965e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhOTY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgzYWQ2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZhOTY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDc5M2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6a965e 0%, #83ad6d 50%, #6a965e 50%, #4d793e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a965e), color-stop(50%,#83ad6d), color-stop(50%,#6a965e), color-stop(100%,#4d793e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6a965e 0%,#83ad6d 50%,#6a965e 50%,#4d793e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6a965e 0%,#83ad6d 50%,#6a965e 50%,#4d793e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6a965e 0%,#83ad6d 50%,#6a965e 50%,#4d793e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6a965e 0%,#83ad6d 50%,#6a965e 50%,#4d793e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a965e', endColorstr='#4d793e',GradientType=0 ); /* IE6-8 */
	border: 1px solid #7eae71;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.35), 0 1px 3px #333333;
}
#exitoverlay .button-overlay div {
	display: table-cell;
	vertical-align: middle;
	width:120px;
}
#exitoverlay .button-overlay span {
	font-size: 1.55em;
	display: block;
}

.expired {
	
     background: #F4FFEF url(/wp-content/themes/mcgutschein/images/alertwappen.png) no-repeat; 
    
     border: #E0E8DC solid 1px !important;
    
     padding: 11px 11px 11px 52px !important;	
	
/*    background-image: -webkit-linear-gradient(top, #F3FFF0 0%, #E4F9DB 100%);
	background-image: -o-linear-gradient(top, #F3FFF0 0%, #E4F9DB 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F3FFF0), to(#E4F9DB));      
    background-image: linear-gradient(to bottom, #F3FFF0 0%, #E4F9DB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); */
     background-position: 9px 23px;
     background-size: 32px;
     border-radius: 8px;
}

.expired img {
	float: left;
    margin-top: 5px;
    margin-right: 3px;
	
}

.lastone {
border: none !important;	
	
}


a.hopperbutton  {

	text-align: center;
    display: block;
    background-color: #A3E68E;
  	width: 342px;
    margin: auto;
    padding: 9px;
    border: solid 1px lightgray;
    border-radius: 4px;
    font-weight: bold;
    font-size: 19px;
    color: white;
    text-shadow: 1px 1px 1px #9EBB9C;
	margin-bottom: 13px;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A3E68E), color-stop(50%, #8CCA78), color-stop(50%, #7CB35C), color-stop(100%, #5EB156));
	background-image: -webkit-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
	background-image: -moz-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
	background-image: -ms-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
	background-image: -o-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);

}


a.hopperbutton:hover {

background-color: #80E661;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B1E4A1), color-stop(50%, #A2CC94), color-stop(50%, #85AB70), color-stop(100%, #7BB176));
	background-image: -webkit-linear-gradient(top, #B1E4A1 0%, #A2CC94 50%, #85AB70 50%, #7BB176 100%);
	background-image: -moz-linear-gradient(top, #B1E4A1 0%, #A2CC94 50%, #85AB70 50%, #7BB176 100%);
	background-image: -ms-linear-gradient(top, #B1E4A1 0%, #A2CC94 50%, #85AB70 50%, #7BB176 100%);
	background-image: -o-linear-gradient(top, #B1E4A1 0%, #A2CC94 50%, #85AB70 50%, #7BB176 100%);
  
}

#toggleDescription {
	display: none;
	float: right;
}


img.coupontype {
	background-color: #528942;
    display: inline-table;
    padding: 6px;
    position: absolute;
    border-radius: 13px;
    color: white;
    height: 29px;
    line-height: 35px;
    top: 7px;
    border: solid 2px white;
    box-shadow: 0px 0px 2px black;
    left: 17px;
}


img.header-icons {
    height: 24px;
    margin: 9px 10px 0px 0px;
    float: right;
    display: none;
    opacity: 0.5;
}

img.navigation-icons {
    height: 15px;
    margin: 0px 4px 0px 7px;
    float: right;
    opacity: 0.5;
    display: none;
}
.sidenav.toc span.toc_number {
	display: none;
}
.sidenav-toc.fixed {
	position: fixed;
	top: 0;
	width: 300px;
	z-index: 99;
}
.admin-bar .sidenav-toc.fixed { 
	top: 32px;
}
.sidenav.toc ol {
	margin-left: 0;
	margin: 0 19px;
	counter-reset: section;
}
.sidenav.toc ol li {
	padding: 15px 10px 15px 40px;
	border-bottom: 1px dotted #bfbfbf;
	border-top: none;
	list-style: none;
	position: relative;
}
.sidenav.toc ol li:last-child {
	border-bottom: none;
}
.sidenav.toc ol li:hover {
	background-color:rgba(96, 134, 70, 0.07);
	cursor: pointer;
}
.sidenav.toc ol li a {
	display: block;
}
.sidenav.toc ol li a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.sidenav.toc ol li:before {
	counter-increment: section;
	content: counter(section)".";
	width: 25px;
	margin-left: -25px;
	vertical-align: top;
	font-weight: bold;
	color: #ccc;
	float: left;
}
.sidenav.toc ol li.active {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff3ed+0,ffffff+100 */
	background: #eff3ed;/* Old browsers */
	background: 
	-moz-linear-gradient(left,  #eff3ed 0%, #ffffff 100%);/* FF3.6+ */
	background: 
	-webkit-gradient(linear, left top, right top, color-stop(0%,#eff3ed), color-stop(100%,#ffffff));/* Chrome,Safari4+ */
	background: 
	-webkit-linear-gradient(left,  #eff3ed 0%,#ffffff 100%);/* Chrome10+,Safari5.1+ */
	background: 
	-o-linear-gradient(left,  #eff3ed 0%,#ffffff 100%);/* Opera 11.10+ */
	background: 
	-ms-linear-gradient(left,  #eff3ed 0%,#ffffff 100%);/* IE10+ */
	background: linear-gradient(to right,  #eff3ed 0%,#ffffff 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3ed', endColorstr='#ffffff',GradientType=1 );/* IE6-9 */
	position: relative;
	font-size: 18px;
	padding: 13px 10px 13px 50px;
	margin: -1px -5px 0 -28px;
	border-bottom: none;
}
.sidenav.toc ol li.active:first-child {
	margin-top: 0;
	padding-top: 12px;
}
.sidenav.toc ol li.active:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(239, 243, 237, 0);
	border-right-color: #eff3ed;
	border-width: 20px;
	margin-top: -20px;
}
.sidenav.toc ol li.active:before {
	color: #999;
	width: 32px;
	margin-left: -32px;
}
.sidenav.toc ol li.active:last-child {
	border-radius: 0 0 10px 0;
}
.sidenav.toc ol li.active a {
	font-weight: bold;
}
.sidenav.toc ol li.active {
	
}

.gsk-ajax-toshop {
    display: block;
    text-shadow: 1px 1px 1px #7D230C;
    padding: 8px 2px;
    background-color: #EE432E;
    background-image:   -moz-linear-gradient(center top , #EE432E 0%, #C63929 50%, #B51700 50%, #891100 100%);
    border: 1px solid #951100;
    background-color: #ee432e;
    background-image:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
    background-image:   -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image:   -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image:    -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image:     -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    border: 1px solid #951100;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px rgba(255, 115, 100, 0.4) inset, 0px 1px 3px #333;
    color: #FFF;
    margin: auto;
    max-width: 48%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


.gsk-ajax-toshop:hover {

background-color: #f37873;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
color: white;
text-decoration: none;
}
/****** THEMENSEITE ******/
#primary.themenseite {
	padding: 100px 15px 15px;
	max-width: 960px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
#primary.themenseite h1.entry-title {
	text-align: center;
	font-size: 5.5em;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,.75);
	margin-bottom: 30px;
	padding: 0;
}
#primary.themenseite .content {
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.75);
	margin: 0 0 20px;
	font-weight: bold;
	background: rgba(0,0,0,.5);
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	max-width: 75%;
	min-width: 200px;
	
}
#primary.themenseite .content p:last-child {
	margin-bottom: 0;
}
#primary.themenseite .couponlist {
	text-align: center;
}
#primary.themenseite .coupon-grid {
	width: 22.5%;
	min-width: 175px;
	margin: 0 1% 2.5%;
	border: 2px solid #519535;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	min-height: 240px;
	box-shadow: 2px 2px 6px rgba(0,0,0,.25);
	background: #fff;
}
#primary.themenseite .coupon-grid .shopname {
	font-size: 1.5em;
	font-weight: bold;
	margin: -10px -10px 0;
	line-height: 1.25em;
	border-radius:7px 7px 0 0;
}
#primary.themenseite .coupon-grid .logo {
	margin: 10px auto 5px;
}
#primary.themenseite .coupon-grid .value {
	background: #f4f6f2;
	padding: 10px;
	font-size: 1.5em;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
	font-weight: bold;
	height: 22px;
    overflow: hidden;
	text-overflow: ellipsis;
}
#primary.themenseite .coupon-grid .conversion-btn {
	position: static;
	width: 100%;
	min-width: 0;
	font-size: 17px;
	margin: 10px 0 10px;
	padding: 10px;
	box-sizing: border-box;
}
#primary.themenseite .coupon-grid .show-all-coupons {
	display: inline-block;
	line-height: 1em;
	max-width: 85%;
	color: #979797;
}
#primary.themenseite .coupon-grid .show-all-coupons a {
	color: #979797;
}

div#caoverlay {
        border: 5px solid #FFFFFF;
        position: fixed;
        top: 100px;
        left: 300px;
        background-color: #f90;
        z-index: 10000000;
        width: 680px;
        height: 435px;
        border-radius: 5px;
}
#caoverlay a {
        text-decoration: none;
}
#caoverlay a:hover {
        color: #003C67;
}


.overlay-main-content input.email {
        width: 60%;
        margin: 1em auto;
        display: block;
        border: 1px solid #fff;
        border-radius: 3px;
}
.overlay-main-content a.submit {
        width: 90%;
        margin: 1em auto 1em auto;
        display: block;
        background-color: #f90;
        border: 1px solid #f90;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
        -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
        box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
}
.overlay-main-content input#shops {
        margin-left: 30px;
}
.overlay-main-content .letters {
        display: table;
        width: 100%;
}
.overlay-main-content .letters .letter {
        text-transform: uppercase;
        font-size: 20px;
        text-align: center;
        display: table-cell;
        color: #003C67;
}
.overlay-main-content.shops .shoplist {
        height: 110px;
        overflow-y: scroll;
        padding: 5px;?
}
.overlay-main-content.finished {
        font-size: 20px;
        line-height: 28px;
        color: #003C67;
        padding: 20px 20px 0 20px;
        margin-bottom: -10px;
}
.overlay-main-content label {
        font-size: 15px;
        margin-left: 5px;
        font-weight: bold;
        color: #003C67;
        cursor: pointer;
}

.overlay-main-content .small {
        width: 90%;
        margin: auto;
        font-size: 12px;
        display: block;
        line-height: 17px;
        margin-top: 10px;
}

div#overlay {
        border: 5px solid #FFFFFF;
        position: fixed;
        top: 100px;
        left: 300px;
        background-color: #f90;
        z-index: 10000000;
        width: 680px;
        height: 435px;
        border-radius: 5px;
}
#overlay a {
        text-decoration: none;
}
#overlay a:hover {
        color: #003C67;
}
.overlay-main-content-box {
        width: 230px;
        height: 150px;
        border-radius: 8px;
        color: #fff;
        position: absolute;
        top: 170px;
        display: block;
}



#bottom-overlay-couponalarm {
	width: 100%;
    background-color: #000;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    display: none;
    color: white;
    padding: 20px 0px;
	z-index: 100;
	display:none !important;
}

.couponalarm {
	  /*  max-width: 567px; */
    margin: auto;
    background-color: rgba(96, 134, 70, 0.1);
    border-radius: 8px;
    padding: 13px;
    border: solid 1px rgba(96, 134, 70, 0.1);
	    margin-right: 15px;
    margin-left: 15px;
}


.newslettericonbox {
	    display: block;
	    float: left;
	    /* max-height: 50px; */
	    overflow: hidden;
	    padding: 2px;
	    background: #659e46;
	    border: 3px solid #cbecbd;
	    border-radius: 28px;
	    margin-right: 10px;
	    line-height: 1px;
	    box-shadow: 0px 0px 1px black;
}



img.newslettericon {
	max-height: 27px;
	margin: 7px;
}

span.newslettertext {
	display: block;
    font-size: 18px;
    text-shadow: 1px 2px 2px rgba(7, 7, 7, 0.28);
}



input.newsletterbutton {
	text-shadow: 1px 1px 1px #7D230C;
    background-color: #ee432e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
    background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    border: 1px solid #951100;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    color: #fff;
    font-weight: bold;
    padding: 3px 16px;
    margin-left: 10px;
	
}

input.newsletterbutton:hover {

	
	background-color: #f37873;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
}


input.mail {
        max-width: 390px;
    width: 100%;
    padding: 4px 7px;
    border-radius: 4px;	
	    width: calc(100% - 190px);
	
}


span.nl-infotext {
	    display: block;
    margin: 6px 0px;
    font-size: 97%;
}

.nl-content {
	    display: table-cell;
}



div#caoverlay {
	border: 5px solid #FFFFFF;
	position: fixed;
	top: 100px;
	left: 300px;
	background-color: #a3e68e;
	z-index: 10000000;
	width: 680px;
	height: 435px;
	border-radius: 5px;
}
#caoverlay a {
	text-decoration: none;
}
#caoverlay a:hover {
	color: #003C67;
}
.overlay-main-content-box {
	width: 230px;
	height: 150px;
	border-radius: 8px;
	color: #fff;
	position: absolute;
	top: 170px;
	display: block;
}
.new .overlay-main-content-box {
	top: 140px;
	cursor: pointer;
}
.overlay-main-content-box .action {
	width: 100%;
	font-size: 50px;
	text-align: center;
	display: block;
	margin-top: 15px;
	font-weight: bold;
}
.new .overlay-main-content-box .action {
	font-size: 42px;
	margin-top: 30px;
}
.overlay-main-content-box .description {
	width: 80%;
	font-size: 12px;
	text-align: center;
	margin: auto;
	display: block;
	line-height: 1.1em;
	margin-top: 15px;
}
.ja, .ja-neu {
	background-color: #f90;
	border: 1px solid #f90;
	left: 70px;
	margin-top: 10px;
}
.nein {
	background-color: #AAA8A8;
	border: 1px solid #AAA8A8;
	right: 70px;
	margin-top: 10px;
}
.overlay-main-content-button {
	background-color: #f90;
	border: 1px solid #f90;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	top: 320px;
	display: block;
	color: #fff;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	margin-top: 19px;
}
.add-shops {
	left: 70px;
	width: 40%;
}
.finish {
	right: 70px;
	width: 30%;
}
.overlay-main-content input.email {
	width: 60%;
	margin: 1em auto;
	display: block;
	border: 1px solid #fff;
	border-radius: 3px;
}
.overlay-main-content a.submit {
	width: 90%;
	margin: 1em auto 1em auto;
	display: block;
	background-color: #f90;
	border: 1px solid #f90;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
}
.overlay-main-content input#shops {
	margin-left: 30px;
}
.overlay-main-content .letters {
	display: table;
	width: 100%;
}
.overlay-main-content .letters .letter {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	display: table-cell;
	color: #003C67;
}
.overlay-main-content.shops .shoplist {
	height: 110px;
	overflow-y: scroll;
	padding: 5px;?
}
.overlay-main-content.finished {
	font-size: 20px;
	line-height: 28px;
	color: #003C67;
	padding: 20px 20px 0 20px;
	margin-bottom: -10px;
}
.overlay-main-content label {
	font-size: 15px;
	margin-left: 5px;
	font-weight: bold;
	color: #003C67;
	cursor: pointer;
}
.overlay-main-content .small {
	width: 90%;
	margin: auto;
	font-size: 12px;
	display: block;
	line-height: 17px;
	margin-top: 10px;
}

div#overlay {
	border: 5px solid #FFFFFF;
	position: fixed;
	top: 100px;
	left: 300px;
	background-color: #f90;
	z-index: 10000000;
	width: 680px;
	height: 435px;
	border-radius: 5px;
}
#overlay a {
	text-decoration: none;
}
#overlay a:hover {
	color: #003C67;
}
.overlay-main-content-box {
	width: 230px;
	height: 150px;
	border-radius: 8px;
	color: #fff;
	position: absolute;
	top: 170px;
	display: block;
}
.new .overlay-main-content-box {
	top: 140px;
	cursor: pointer;
}
.overlay-main-content-box .action {
	width: 100%;
	font-size: 50px;
	text-align: center;
	display: block;
	margin-top: 15px;
	font-weight: bold;
}
.new .overlay-main-content-box .action {
	font-size: 42px;
	margin-top: 30px;
}
.overlay-main-content-box .description {
	width: 80%;
	font-size: 12px;
	text-align: center;
	margin: auto;
	display: block;
	line-height: 1.1em;
	margin-top: 15px;
}
.ja, .ja-neu {
	background-color: #f90;
	border: 1px solid #f90;
	left: 70px;
	margin-top: 10px;
}
.nein {
	background-color: #AAA8A8;
	border: 1px solid #AAA8A8;
	right: 70px;
	margin-top: 10px;
}
.overlay-main-content-button {
	background-color: #a3e68e;
	border: 1px solid #a3e68e;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	top: 320px;
	display: block;
	color: #fff;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	margin-top: 19px;
}
.add-shops {
	left: 70px;
	width: 40%;
}
.finish {
	right: 70px;
	width: 30%;
}
.overlay-main-content input.email {
	width: 60%;
	margin: 1em auto;
	display: block;
	border: 1px solid #fff;
	border-radius: 3px;
}
.overlay-main-content a.submit {
	width: 90%;
	margin: 1em auto 1em auto;
	display: block;
	background-color: #f90;
	border: 1px solid #f90;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	-webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.4);
}
.overlay-main-content input#shops {
	margin-left: 30px;
}
.overlay-main-content .letters {
	display: table;
	width: 100%;
}
.overlay-main-content .letters .letter {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	display: table-cell;
	color: #003C67;
}
.overlay-main-content.shops .shoplist {
	height: 110px;
	overflow-y: scroll;
	padding: 5px;?
}
.overlay-main-content.finished {
	font-size: 20px;
	line-height: 28px;
	color: #003C67;
	padding: 20px 20px 0 20px;
	margin-bottom: -10px;
}
.overlay-main-content label {
	font-size: 15px;
	margin-left: 5px;
	font-weight: bold;
	color: #003C67;
	cursor: pointer;
}
.overlay-main-content .small {
	width: 90%;
	margin: auto;
	font-size: 12px;
	display: block;
	line-height: 17px;
	margin-top: 10px;
}
a.submit span {
	display: block;
	text-align: center;
	margin: 0.2em;
}
a.submit .submit-big {
	font-size: 15px;
	font-weight: bold;
}
a.submit .submit-small {
	font-size: 8px;
	color: #eee;
}

div.caoverlay-main {
	background-color: #002231;
	border-top: 4px solid #f80;
	border-bottom: 5px solid #f80;
	height: 322px;
}
#caoverlay a.close {
	background-image: url(exitintent/close.gif);
	display: inline-block;
	width: 28px;
	height: 27px;
	background-repeat: no-repeat;
	position: absolute;
	top: -18px;
	right: -17px;
}
div.caoverlay-top {
	height: 60px;
	/* padding-left: 0px; */
	line-height: 55px;
	vertical-align: center;
	text-align: center;
	color: #00214B;
	background-color: #fff;
	border-top: 4px solid #fff;
	border-bottom: 0;
	font-weight: bold;
	font-size: 25px;
}
.caoverlay-top.new {
	min-height: 40px;
	height: auto;
	padding: 10px 10px 10px 80px;
	line-height: 1.5;
}
div.caoverlay-main-header {
    margin-top: 17px;  /* height: 80px; */  /* padding-left: 150px; */  line-height: 35px;  vertical-align: center;  text-align: center;  font-size: 25px;  color: #FFFFFF;  font-weight: bold;  margin-bottom: 22px;
}
div#caoverlay .logo {
	position: absolute;
	top: 5px;
	left: 33px;
}
.caoverlay-main-content {
	width: 540px;
	height: 190px;
	margin: auto;
	background-color: #9FC0D3;
	border: 1px solid #9FC0D3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}
.caoverlay-main-content.shops {
	height: 150px;
	border-bottom-right-radius: 0;
}




div.overlay-main {
	background-color: #002231;
	border-top: 4px solid #5caf54;
	border-bottom: 5px solid #5caf54;
	height: 322px;
}
#overlay a.close {
	background-image: url(exitintent/close.gif);
	display: inline-block;
	width: 28px;
	height: 27px;
	background-repeat: no-repeat;
	position: absolute;
	top: -18px;
	right: -17px;
}
div.overlay-top {
	height: 60px;
	/* padding-left: 0px; */
	line-height: 55px;
	vertical-align: center;
	text-align: center;
	color: #00214B;
	background-color: #fff;
	border-top: 4px solid #fff;
	border-bottom: 0;
	font-weight: bold;
	font-size: 25px;
}
.overlay-top.new {
	min-height: 40px;
	height: auto;
	padding: 10px 10px 10px 80px;
	line-height: 1.5;
}
div.overlay-main-header {
    margin-top: 17px;  /* height: 80px; */  /* padding-left: 150px; */  line-height: 35px;  vertical-align: center;  text-align: center;  font-size: 25px;  color: #FFFFFF;  font-weight: bold;  margin-bottom: 22px;
}
div#overlay .logo {
	position: absolute;
	top: 5px;
	left: 33px;
}
.overlay-main-content {
	    width: 540px;
    height: 190px;
    margin: auto;
    background-color: #e5fbde;
    border: 1px solid #e5fbde;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.overlay-main-content.shops {
	height: 150px;
	border-bottom-right-radius: 0;
}


div.newsletter-icon {
	display: block;
	float: left;
	/* max-width: 102px; */
	margin: 0px 15px 0px 10px;
	/* border: solid; */
	overflow: hidden;
	padding: 0px 5px 1px 0px;
}


img.newsletter-icon {
	    width: 45px;
		max-height: 100%;
}


div.newsletter-content {
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
}

.ca-close {
	position: absolute;
	right: 1px;
	top: 1px;
	color: white;
	font-size: 21px;
}

.ca-title {
	font-size: 20px;
}

div.ca-explain {
	margin: 9px 0px;
}


.ca-legal{
	margin: 9px 0px;
	font-size: 12px;
	color: #a5a5a5;
}


.explain-bad-rating {
	padding: 18px 21px;
    max-width: 248px;
    height: 401px;
    border: 6px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    text-align: center;

}
.explain-bad-rating button {
	width: 70%;
    margin: 1em 0;
    background-color: #5caf54;
    color: #fff;
    font-size: 18px;
    padding: 4px 10px;
    /* border-radius: 5px; */
    text-shadow: 1px 1px 1px #7D230C;
    padding: 8px 18px;
    min-width: 197px;
    background-color: #ee432e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
    background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    border: 1px solid #951100;
    border-radius: 5px;
    /* box-shadow: none; */
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
}
.explain-bad-rating textarea {
	
    margin: 5px 0px 0px 0px;
    outline: 1px solid #5c99c1;
    border-radius: 1px;
	}
	
.explain-bad-rating p{
	margin-bottom: 0px;
}


div.pc-warning
{
	font-family: Arial, Helvetica, sans-serif;
	background: #F4FFEF url(/wp-content/themes/mcgutschein/images/alertwappen.png) no-repeat;
    border: #E0E8DC solid 1px !important;
    padding: 11px 11px 11px 52px !important;
    background-position: 9px 50%;
    background-size: 32px;
    border-radius: 8px;
    margin: 0px 15px;
    font-size: 12px;
}

.expired-hidden {
        display: none;
}

.show-more-old-coupons {
	cursor: pointer;
	text-align: center;
    display: block;
    background-color: #A3E68E;
    max-width: 232px;
    margin: auto;
    padding: 9px;
    border: solid 1px lightgray;
    border-radius: 4px;
    font-weight: bold;
    font-size: 19px;
    color: white;
    text-shadow: 1px 1px 1px #9EBB9C;
    margin-bottom: 13px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A3E68E), color-stop(50%, #8CCA78), color-stop(50%, #7CB35C), color-stop(100%, #5EB156));
    background-image: -webkit-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
    background-image: -moz-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
    background-image: -ms-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
    background-image: -o-linear-gradient(top, #A3E68E 0%, #8CCA78 50%, #7CB35C 50%, #5EB156 100%);
}


