/*
Theme Name: Deals
Theme URI: http://www.theme-junkie.com/
Author: Theme Junkie
Author URI: http://www.theme-junkie.com/
Description: WordPress Coupon Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, flexible-width, translation-ready
Text Domain: junkie

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the /css/custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

*/
/*---------------------------------------------------------------------------------

TABLE OF CONTENT:

0. Reset

1. Setup
-1.1 Defaults
-1.2 Hyperlinks

2. Site Structure & Appearance
-2.1 Navigation Menu
-2.2 Header
-2.3 Content
  -2.3.1 Slider
  -2.3.2 Coupons
-2.4 Sidebar
-2.5 Footer

3. Posts
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination

4. Widgets
-4.1 Generic Widgets
-4.2 Specific Widgets

5. Comments

6. Page Templates
-6.1 Contact Form
-6.2 Full Width
-6.3 Stores & Categories
-6.4 Submit

7. MISC
-7.1 Buttons
-7.2 CSS3 Effects
-7.3 Other

--------------------------------------------------------------------------------- */
/* =0. Reset
--------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; overflow-y: scroll }
blockquote, q { quotes: none; }
ol, ul { list-style: disc; padding: 0px 0px 0px 15px;}
.clearfix ul {padding: 0px 0px 0px 0px !important;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; display: block; float: none; height: 0; line-height: 0; margin: 0; padding: 0; visibility: hidden; }
* html .clear { height: 1%; }
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clear { display: block; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { clear: both; }
/* =1. Setup
--------------------------------------------------------------------------------- */
/* 1.1 Defaults */
body { font: 300 16px/21px Arial,"Lucida Grande",sans-serif; color: #555; background: #f0f0f0; }
h1,
h2,
h3,
h4,
h5,
h6 { margin: 10px 0px 10px 0px; font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Segoe UI",Helvetica,Arial,"Lucida Grande",sans-serif; color: #555555; font-weight: bold; line-height: 1.2em; }
h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }
p { margin: 0; font: 300 16px/21px Arial,"Lucida Grande",sans-serif; }
strong { font-weight: bold; }
hr { background-color: #e6e6e6; border: 0; height: 1px; margin-bottom: 20px; }
select,
input,
textarea { border-radius: 3px; padding: 10px 15px; background: #ffffff; border: 1px solid #e9e9e9; }
select:focus,input:focus,
textarea:focus { background: #ffffff; outline: none; }
textarea { width: 80%; }
.hide { display: none; }
img { vertical-align: bottom; max-width: 100%; height: auto; }
/* 1.2 Hyperlinks */
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited { text-decoration: none; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { text-decoration: underline; }
/* =2. Site Structure & Appearance
--------------------------------------------------------------------------------- */
#main { padding-top: 0px; padding-bottom: 40px; }
.container { width: 1084px; margin: 0 auto; }
#content { float: left; width: 650px; margin: 20px 0px 0px 0px; }
/* 2.1 Navigation Menu */
#primary-nav { border-bottom: 1px solid; height: 48px; }
.nav { overflow: hidden; z-index: 999; margin-top: 10px;}
.nav a { display: block; position: relative; text-decoration: none; z-index: 100; }
.nav li { float: left; width: auto; z-index: 999; list-style: none; }
.nav li a { color: #ffffff; font-size: 16px; font-weight: bold; line-height: 48px; padding: 0 18px;}
.nav li a.sf-with-ul { padding-right: 27px; }
.nav li:hover a, 
.nav li:hover a:active { text-decoration: none; }
.nav li ul { background: #ffffff; float: left; left: -999em; position: absolute; padding: 5px 18px; width: 150px; z-index: 999; -webkit-box-shadow: 0 4px 3px -3px #cccccc; -moz-box-shadow: 0 4px 3px -3px #cccccc; box-shadow: 0 4px 3px -3px #cccccc; }
.nav li ul li a, 
.nav li ul li a:visited { background: #ffffff !important; border-right: none; border-bottom: 1px dotted #dddddd; color: #828282; font-size: 16px; line-height: 1; padding: 12px 0; width: 150px; text-transform: none; }
.nav li ul li:last-child a { border-bottom: none; }
.nav li ul li a:hover { color: #333333; }
.nav li ul li a.sf-with-ul { padding-right: 0; }
.nav li ul ul { margin: -42px 0 0 150px !important; padding: 5px 18px; }
.nav li:hover, .nav li.hover { position: static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left: auto; }
.nav .sf-sub-indicator { background: url(images/icon-arrow-down.png) no-repeat; display: block; overflow: hidden; position: absolute; width: 9px; height: 9px; text-indent: -999em; top: 23px; right: 12px; }
.nav li ul .sf-sub-indicator { background: url(images/icon-arrow-right.png) no-repeat; display: block; overflow: hidden; position: absolute; width: 9px; height: 9px; text-indent: -999em; top: 14px; right: 0; }
/* 2.2 Header */
#header { background: #ffffff; padding: 25px 0; }
#logo { float: left; margin-right: 100px; }
#text-logo { float: left; margin-right: 100px; }
#header #search-form { float: left; margin-top: 10px; position: relative; }
#header #search-form input { border: 2px solid #e9e9e9; width: 200px; height: 36px; line-height: 1; font-size: 16px; margin: 0; padding: 0 15px; }
#header #search-form button { cursor: pointer; width: 60px; height: 40px; line-height: 40px; top: 0; left: 0; padding: 0; position: relative; }
/* Header Social Icons */
.header-social-icons { float: right; margin: 0px 15px 0px 0px; }
.header-social-icons li { float: left; margin-left: 8px; line-height: 32px; font-style: italic; background: none !important; list-style: none !important;}
.header-social-icons li.follow-text { border-bottom: 1px dotted #cccccc; line-height: 31px; }
.header-social-icons .ico-twitter a { background: url('images/icon-twitter.png') no-repeat; }
.header-social-icons .ico-facebook a { background: url('images/icon-facebook.png') no-repeat; }
.header-social-icons .ico-google-plus a { background: url('images/icon-google_plus.png') no-repeat; }
.header-social-icons .ico-rss a { background: url('images/icon-rss.png') no-repeat; }
.header-social-icons a:link,
.header-social-icons a:visited { color: #9da0a4; display: block; text-indent: -9999em; width: 32px; height: 32px; background-position: center center; }
.header-social-icons a:hover { opacity: 0.7; }
.header-social-icons i { margin: 0 3px; }

.breadcrumbs {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 3px -3px #CCCCCC;
    margin: 20px 0;
    padding: 0 20px;
    min-height: 60px;
}

.breadcrumbs p {
    padding-top: 20px;
    font-size: 80%;
}

#main #search-form {
    float: left;
    margin: 10px 20px 10px 10px;
    position: relative;
}

/* 2.3 Content */
/* 2.3.1 Featured Slider */
#slides { background: #ffffff; display: none; margin-bottom: 50px; padding: 25px !important; overflow: visible !important; position: relative; }
#slides .slide { background: #ffffff; border-radius: 5px; display: block; }
#slides .slide-content { display: block; float: left; width: 470px; }
#slides .or { color: #999999; font-style: italic; margin: 0 15px; }
#slides .entry-title { font-size: 28px; margin-bottom: 20px; }
#slides .entry-excerpt { margin-bottom: 25px; }
#slides .slide-thumbnail { display: block; float: right; width: 400px; height: 270px; }
#slides .slidesjs-navigation { width: 64px; height: 64px; text-indent: -9999em; position: absolute; top: 125px; }
#slides .slidesjs-navigation:hover { background-color: #dddddd; }
#slides .slidesjs-previous { background: #e9e9e9 url('images/icon-back.png') no-repeat center 16px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; left: -64px; }
#slides .slidesjs-next { background: #e9e9e9 url('images/icon-forward.png') no-repeat center 16px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; right: -64px; }
.slidesjs-pagination { position: relative; float: left; display: block; top: 55px; left: 50%; }
.slidesjs-pagination li { position: relative; float: left; display: block; right: 50%; }
.slidesjs-pagination li a { background: #dddddd; border-radius: 6px; display: block; width: 6px; height: 6px; margin: 0 5px; text-indent: -9999em; }
.slidesjs-pagination li a.active { background: #ff6644; }
/* 2.3.2 Coupons */
.content-loop {  }
.content-loop .hentry { background: #ffffff; margin-bottom: 10px; padding: 25px; position: relative; }
.content-loop .hentry .entry-title { font-size: 20px; }
.content-heading h3 { background: #ffffff; border-bottom: 1px dashed #dddddd; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-left: 30px; padding: 0 15px; float: left; font-size: 14px; line-height: 44px;}
.content-heading h3 a:link,
.content-heading h3 a:visited { color: #333333; }
.content-heading h3 a:hover { text-decoration: none; }
.content-heading span { color: #828282; float: right; }
.content-heading span strong { border-bottom: 1px dotted #cccccc; padding-bottom: 2px; }
.content-heading span a:link,
.content-heading span a:visited { border-bottom: 1px dotted #cccccc; color: #999999; }
.content-heading span a:hover { color: #333333; text-decoration: none; }
/* Coupon Details */
.entry-thumb-wrapper { float: left; width: 120px; height: auto; margin: 0 20px 0px 0; text-align: center; }
.entry-thumb-wrapper span { display: inline-block; }
.store-thumbnail { text-align: center; vertical-align: middle; width: 120px; -moz-box-shadow: 0 1px 3px #cccccc; -webkit-box-shadow: 0 1px 3px #cccccc; -khtml-box-shadow: 0 1px 3px #cccccc; box-shadow: 0 1px 3px #cccccc; }
.store-thumbnail:hover { opacity: 0.8; }
.store-name { font-size: 13px; }
.store-desc { margin: 25px 0px 25px 0px; }
.entry-meta { margin-top: 10px; }
.entry-title a:link,
.hentry .entry-title { display: block; margin-bottom: 15px; }
.hentry .entry-excerpt { font-size: 14px; line-height: 110%; padding: 0 0 10px; }
.coupon-content { float: left; width: 76%;}
.single-coupon .entry-title { margin-bottom: 30px; }
.single-coupon .entry-content { border-top: 1px solid #e9e9e9; margin-top: 30px; padding-top: 30px; }
.hentry .coupon { margin-bottom: 15px; font-size: 16px;}
.hentry .coupon .text {  }
.coupon label { padding: 12px 10px 10px 0; float: left; font-weight: bold; }
.hentry .coupon-code {background: #F16623; color: #ffffff; border: 2px dashed #ffffff; display: inline; font-weight: 600; letter-spacing: 1px; padding: 10px; text-align: center; cursor: pointer; float: left;}
.hentry .coupon-code:hover { border-style: solid; }
.entry-store span { color: #999999; margin-left: 10px; }
.entry-store span a:link,
.entry-store span a:visited { border-bottom: 1px dotted #cccccc; color: #999999; }
.entry-store span a:hover { color: #333333; text-decoration: none; }
.expired-color { color: #ff6644 !important; }
/* Coupon Ratings */
.coupon-ratings { background: #f7f7f7; border: 1px solid #eeeeee; border-bottom: none; border-radius: 5px; display: block; float: right; height: 32px; padding: 0; }
.coupon-ratings .thumbs-up { background: url('images/thumbs-up.png') no-repeat 0 8px; border-right: 1px solid #e9e9e9; display: block; float: left; height: 32px; line-height: 32px; margin-left: 10px; padding-left: 20px; padding-right: 10px; cursor: pointer; }
.coupon-ratings .thumbs-uped { background: url('images/thumbs-up-ticked.png') no-repeat 0 8px !important }
.coupon-ratings .thumbs-up:hover { opacity: 0.8; }
.coupon-ratings .thumbs-down { background: url('images/thumbs-down.png') no-repeat 0 8px; display: block; float: left; height: 32px; line-height: 32px; margin-left: 10px; padding-left: 20px; padding-right: 10px; cursor: pointer }
.coupon-ratings .thumbs-downed { background: url('images/thumbs-down-ticked.png') no-repeat 0 8px !important }
.coupon-ratings .thumbs-down:hover { opacity: 0.8; }
.comment-count { clear: left; margin-top: 15px; color: #333; text-align: center; }
/* Coupon Share & Report */
.entry-meta {margin-top: 0px; font-size: 100%;}
.entry-meta .entry-time, .entry-meta .entry-share, .entry-meta .entry-report, .entry-meta .entry-more { color: #828282; margin-right: 10px; position: relative; display: inline-block;}
.entry-more { background: url('images/icon-more.png') no-repeat 0 2px; padding-left: 16px; }
.entry-time { background: url('images/icon-clock.png') no-repeat 0 2px; padding-left: 16px; }
.entry-website {background: url(images/icon-website.png) no-repeat 0 5px; padding-left: 16px; }
.drop-section { border-radius: 5px; display: none; margin-right: 0; top: 25px; border: 1px dashed #cfcfcf; background: #ffffff; position: absolute; z-index: 999; }
.drop-section select { width: 140px; height: 20px; line-height: 20px; padding: 0; }
.drop-section .report-button { font-size: 11px; width: 50px; height: 20px !important; line-height: 18px; cursor: pointer; padding: 0 !important; }
.entry-report .drop-section { width: 205px; height: 30px; padding: 6px 0 0 8px; left: 0; }
.entry-share .drop-section a { display: block; float: left; width: 16px; height: 16px; margin: 10px 0 0 10px; text-indent: -9999em; }
.entry-share .drop-section .share-twitter { background: url('images/icon-twitter_16.png') no-repeat; }
.entry-share .drop-section .share-facebook { background: url('images/icon-facebook_16.png') no-repeat; }
.entry-share .drop-section .share-google-plus { background: url('images/icon-google_plus_16.png') no-repeat; }
.entry-share .drop-section .share-pinterest { background: url('images/icon-pinterest_16.png') no-repeat; }
/* Mini Comments */
.drop-comment { clear: right; max-height: 250px; margin-top: 30px; width: 100%; overflow-y: auto; }
.comments-mini { border-top: 1px dashed #e6e6e6; display: none; margin: 20px 0 0 0; padding: 25px 0 0 0; }
.comments-mini-text { text-align: right; line-height: 1; }
.comments-mini-list {  }
.comments-mini-list li { background: #EEE; margin-bottom: 5px; padding: 15px; border-radius: 5px; border: solid 1px #eee }
.comments-mini-list li:hover { background: #e9e9e9; }
.comments-mini-list img { float: left; margin: 0 10px 0 0; border-radius: 36px; }
.close-comment { background: url('images/icon-cancel.png') no-repeat 0 2px; display: inline-block; width: 10px; height: 12px; margin-left: 10px; cursor: pointer; }
.comments-mini-list .comment-avatar { border-radius: 36px; }
.comments-mini-list .comment-content { margin-bottom: 5px; }
.comments-mini-list .comment-author { color: #999999; font-size: 11px; }
.form-inner { width: 95%; margin: 0 auto }
.fancybox-inner { background-color: #ffffff }
.fancybox-outer { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: solid 1px; }
/* 2.4 Sidebar */
#sidebar { float: right; width: 350px; margin: 20px 0px 0px 0px;}
/* 2.5 Footer */
#footer { background: #ffffff; }
#footer-columns { margin-bottom: 0; padding: 40px 0 10px; }
#footer h3 { padding: 10px 0px 10px 0px; color:#222222;}
#footer h4 { padding: 10px 0px 10px 0px; }
.footer-column-1,
.footer-column-2,
.footer-column-3,
.footer-column-4 { float: left; width: 260px; }
.page-store-footer ul li {margin: 15px; list-style: circle !important;}
.page-store-footer.clearfix > h2 {padding: 10px 5px;}

.clearfix ul li {
    margin: 0px 0px 5px 15px;
    list-style: disc;
}

.clearfix ol li {
    counter-increment: li;
    margin: 0px 0px 5px 15px;
    list-style: none;
}

.clearfix ol li::before {
	content: counter(li) ".";
	color: #FF7F00;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.store-list .clearfix ul {
    background: none;
    padding: 5px 0 5px 11px;
    list-style: none;
}

#copyright {
    color: #999999;
    padding: 25px 0px 25px 0px;
    text-align: center;
    background-color: #ffffff;
    margin: 0 auto 25px auto;
    border-radius: 5px;
}
#copyright a { color: #999999; }

/* =3. Posts
--------------------------------------------------------------------------------- */
.single .hentry { position: relative; }
.entry-footer { margin-top: 30px; }
.entry-tags a, .entry-tags a:visited, .entry-categories a, .entry-categories a:visited { background: #ffffff; border: 1px solid #dddddd; border-radius: 3px; color: #999999; display: inline-block; font-size: 10px; height: 18px; line-height: 18px; margin: 5px 5px 0px 5px; padding: 0 5px; text-decoration: none; }
.entry-categories a:hover { color: #333333; }
.entry-tags a:hover { border-color: #999999; color: #333333; }
.page-title { margin-bottom: 20px; }
.page-content { background: #ffffff; padding: 25px; width: 590px !important; }
.page .entry-title { margin-bottom: 15px; }
.post-title { font-size: 24px; margin-bottom: 15px; }
.post-title a:link,
.post-title a:visited { color: #333333; }
.post-title a:hover { color: #669906; }
.post-meta { color: #999999; margin-bottom: 15px; }
.post-meta a:link,
.post-meta a:visited { color: #999999; }
.post-meta a:hover { color: #333333; }
.post-thumb { display: block; max-width: 200px; max-height: 200px; margin: 0 0 20px 0; }
.post-excerpt { margin-bottom: 15px; }
.edit-post,
.edit-post a:link,
.edit-post a:visited { color: #999999; }
/* 3.1 Typographic Elements */
.entry-content img { max-width: 100%; height: auto; }
.entry-content blockquote { border-left: 10px solid #f5f5f5; margin: 20px; padding: 0 30px 0 20px; overflow: hidden; }
.entry-content blockquote p,
.entry-content blockquote blockquote a,
.entry-content blockquote blockquote { color: #666666; font-size: 1em; font-style: italic; }
.entry-content strong { font-weight: bold }
.entry-content strong em,
.entry-content em strong { font-style: italic; font-weight: bold; }
.entry-content li ul { margin: 0; padding: 0; }
.entry-content input,
.entry-content textarea { padding: 10px 15px; }
.entry-content dfn { font-weight: bold }
.entry-content del { color: #aaa; text-decoration: line-through; }
.entry-content pre,
.entry-content code,
.entry-content tt { background: #f5f5f5; color: #666666; font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 20px; overflow: auto; padding: 1em; }
.entry-content pre,
.entry-content code,
.entry-content tt { display: block; margin: 1.5em 0; white-space: pre; }
.entry-content ins { font-weight: bold; text-decoration: underline; }
.entry-content em { font-style: italic; font-weight: normal; }
.entry-content ul { list-style: none; padding-bottom: 10px; }
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul { margin-bottom: 0; }
.entry-content ul li { background: url(images/icon-arrow-right.png) no-repeat 0 11px; padding: 5px 0 5px 11px; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin: 5px 0 10px 0; }
.entry-content h2 { background: none; border: none; padding: 10px 0px 0px 0px; color: #555555; }
.entry-content hr { background: #E6E6E6; border: none; clear: both; color: #E6E6E6; height: 1px; margin: 15px 0; width: 100%; }
.entry-content ol { list-style-type: decimal; margin: 0 0 10px 25px; }
.entry-content ol ol { list-style: upper-alpha; }
.entry-content ol ol ol { list-style: lower-roman; }
.entry-content ol ol ol ol { list-style: lower-alpha; }
.entry-content ol li { font-size: 16px; margin: 5px 0; }
.entry-content p { margin: 0 0 10px 0; }
/* 3.2 Images */
img.centered { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; padding: 0; }
img.alignnone { display: inline; padding: 0; }
img.alignright { display: inline; padding: 0; }
img.alignleft { display: inline; padding: 0; }
.aligncenter { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 15px 15px; }
.alignleft { float: left; margin: 0 15px 15px 0; }
.wp-caption { background: #F7F7F7; border: 1px solid #E6E6E6; padding: 4px 0 5px 0; text-align: center; width: 100% !important;}
.wp-caption p.wp-caption-text { font-size: 11px; font-weight: normal; line-height: 110%; margin: 0; padding: 0; }
.wp-caption img { border: 0; margin: 0 0 5px 0; padding: 0; }
/* 3.3 Pagination */
.junkie-pagination { font-size: 13px; font-weight: bold; height: 36px; margin: 40px 0 0 0; text-align: center; }
.junkie-pagination .page-numbers { background: #ffffff; color: #999999; display: inline-block; height: 36px; line-height: 36px; margin: 0; padding: 0 15px; }
.junkie-pagination .current,
.junkie-pagination .page-numbers:hover { text-decoration: none; }
.junkie-pagination .next { float: right; }
.junkie-pagination .prev { float: left; margin-right: 10px; }
/* =4. Widgets
--------------------------------------------------------------------------------- */
.widget p { margin-bottom: 15px; }
/* 4.1 Generic Widgets */
/* Sidebar Widgets */
#sidebar .widget { background: #ffffff; padding: 25px; margin-bottom: 25px; }
#sidebar .widget li { background: none; list-style: disc; margin: 0px 0px 5px 15px;}
#sidebar .widget-title, #footer-columns .widget-title { font-size: 16px; font-weight: 700; margin-bottom: 10px; padding: 10px; }
/* Footer Widgets */
#footer-columns .widget { color: #aaaaaa; margin-bottom: 30px; padding: 0 0 0 30px; }
#footer-columns .widget a { color: #aaaaaa; }
#footer-columns .widget li { font-size: 13px; margin-bottom: 5px; }
#footer-columns .widget li a { color: #aaaaaa; }
#footer-columns .widget li a:hover { color: #ffffff; text-decoration: none; }
/* Specific Widgets */
/* Ads Widget */
.widget-ads {  }
.widget-ads h3.ad-title { margin-bottom: 10px; font-size: 12px; font-weight: normal; color: #999999; text-align: center; text-transform: lowercase; }
/* Ad 125x15 Widget */
.widget_advwidget { background: #ffffff !important; padding: 0 !important; }
.widget_advwidget .widget-title { color: #999999; font-size: 12px !important; font-weight: normal !important; margin: 0; padding-top: 10px; text-align: center; text-transform: lowercase; }
.widget-ad125 { margin: 0; padding: 0; }
.widget-ad125 img { background: #ffffff; border-radius: 5px; margin: 0 0 10px 10px; float: left; }
/* Calendar */
#wp-calendar { width: 95%; margin-bottom: 15px; clear: both; padding: 0; }
#wp-calendar caption { padding: 10px; }
#wp-calendar th,
#wp-calendar td { text-align: center; background: #e6e6e6; padding: 3px 0; }
#wp-calendar td { background: transparent; color: #727272; }
/* Newsletter */
#newsletter-widget { background: #ffffff; padding: 25px; margin-bottom: 30px; }
#newsletter-widget p { margin-bottom: 10px; }
.newsletter-form input[type="text"] { font-size: 13px; width: 170px; margin-bottom: 15px; }
.newsletter-form .email { background: url('images/icon-email.png') no-repeat 12px 12px; padding-left: 37px; }
.newsletter-form .submit { float: none; font-size: 13px; height: 32px; line-height: 31px; padding: 0 10px; }
.feedburner-text { line-height: 32px; font-size: 12px; margin-left: 15px; }
/* =5. Comments
--------------------------------------------------------------------------------- */
#comments { border-top: 1px solid #e9e9e9; clear: both; margin-top: 30px; padding-top: 30px; position: relative; }
#comments .commentlist { padding: 20px 0; }
#comments .children { list-style-type: none; margin-left: 16px; }
#comments ul.children li { background: url(images/icon-mobile-nav.png) no-repeat 0 6px; padding-left: 35px; }
.pings-wrapper { position: relative; }
.pinglist { list-style-type: none; margin: 0; padding: 25px 0; }
.pinglist li { border-bottom: 1px solid #e9eaea; padding: 10px; }
.pinglist li a { border: 0; color: #4d4e52; display: block; font-weight: normal; }
.pinglist li a:hover { background: none !important; color: #202222; }
#reply-title,
.comments-title,
.pings-title { font-size: 22px; font-weight: 200; margin: 0 0 20px 0; }
.commentlist #commentform { margin-bottom: 60px; }
.commentlist .comment .avatar { border-radius: 100%; float: left; margin: 0 15px 0 0; }
.comment-meta { color: #9da0a4; font-size: 13px; margin-bottom: 15px; }
.comment-meta a:link,
.comment-meta a:visited { border: 0; color: #9da0a4; font-weight: normal !important; text-decoration: none !important; }
.comment-meta a:hover { border-bottom: 1px dotted #dddddd; color: #333333; }
.moderation { color: #9da0a4; padding-left: 51px; }
.comment-body { border-bottom: 1px solid #eeeeee; margin-bottom: 20px; padding: 0 0 20px 51px; }
.comment-body ul { list-style-type: disc; }
.comment-body ol { list-style-type: decimal; }
.comment-author cite { color: #202222; font-style: normal; font-weight: bold; }
.comment-author .says { display: none; }
.nocomments { padding: 20px; text-align: center; }
#commentform .comment-form-comment { margin-bottom: 10px; }
#commentform .form-submit input { cursor: pointer; float: none; font-size: 13px; margin: 0; padding: 0 12px; width: auto; }
#commentform .required { color: red; }
#commentform textarea { width: 80%; margin: 0 0 5px 0; }
#commentform input { float: left; margin-right: 15px; width: auto; }
#commentform p { clear: both; line-height: 40px; margin-bottom: 15px; }
/* =6. Page Templates
--------------------------------------------------------------------------------- */
/* 6.1 Contact Form */
#contact-form { display: block; width: 100%; }
#contact-form input[type="text"] { padding: 13px 15px 12px 15px; width: 50%; }
#contact-form textarea { width: 95%; height: 200px; }
#contact-form #submit { margin: 15px 0 0 0; width: 120px; }
.contact-form label { display: block; line-height: 30px; }
/* 6.2 Full Width */
.page-template-template-full-width-php .page-content { width: 1024px !important; }
/* 6.3 Stores & Categories */
.page-heading { background: #ffffff; margin-bottom: 30px; padding: 25px; }
.page-heading .entry-excerpt { display: table; }
.page-heading .entry-title { font-size: 2em; margin-bottom: 10px; }
.page-heading .store-url { margin-bottom: 10px; }
.page-heading .page-title { font-size: 22px; margin-bottom: 0; }
.page .entry-content { margin-bottom: 30px; }
.category-title, .store-title { border-bottom: 1px solid #e9e9e9; color: #f64; font-size: 18px; padding: 10px 0px 0px 0px; background: none; border: none; }
.category-list, .store-list { padding: 10px 0 30px; }
.category-list li, .store-list li { color: #333333; float: left; margin: 0; width: 48%; }
/* 6.4 Submit */
#formbox .msg { font-weight: bold; font-size: 14px; color: #F00; margin-bottom: 20px; }
#formbox select { background: #ffffff url('images/select-bg.png') no-repeat right 11px; border: 1px solid #e6e6e6; border-radius: 3px; width: 230px; height: 38px; line-height: 16px; padding: 11px 15px; -webkit-appearance: none; -moz-appearance: none; text-indent: 0.01px; text-overflow: ""; }
#formbox .hasDatepicker { background: url('images/icon-calendar.png') no-repeat 205px 9px; }
#formbox label { background: #F0F0F0; width: 150px; height: 38px; line-height: 38px; text-align: right; float: left; margin-right: 10px; padding-right: 15px; }
#formbox p { clear: left; height: 38px; margin: 10px 0; }
#formbox input[type="text"],
#formbox input[type="file"] { width: 199px; }
#formbox .submit-textarea { height: 200px; }
#formbox .submit-textarea textarea { width: 370px; height: 100px; margin-bottom: 20px; }
#formbox #submit { margin-left: 175px; }
#unclear { background: url('images/icon-refresh.png') no-repeat; cursor: pointer; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 10px; padding: 0; vertical-align: middle; text-indent: -9999em; }
/* =7. MISC
--------------------------------------------------------------------------------- */
/* 7.1 Buttons */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] { border: none; border-radius: 3px; border-bottom: solid 2px; display: inline-block; font-size: 16px; font-weight: 400; height: 40px; line-height: 40px; padding: 0 16px; -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; }
.btn:hover,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus { text-decoration: none; }
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {  }
/* 7.2 CSS3 Effects */
#slides,
.page-heading,
#sidebar .widget,
.coupon-ratings,
.junkie-pagination .page-numbers { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 4px 3px -3px #cccccc; -moz-box-shadow: 0 4px 3px -3px #cccccc; box-shadow: 0 4px 3px -3px #cccccc; }
.page-content,
#footer,
.content-loop .hentry { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative !important; }
.page-content:before,
.page-content:after,
#footer:before,
#footer:after,
.content-loop .hentry:before,
.content-loop .hentry:after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width: 300px; background: #777; -webkit-box-shadow: 0 15px 10px #777; -moz-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); }
.page-content:after,
#footer:after,
.content-loop .hentry:after { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); right: 10px; left: auto; }
/* 7.3 Other */
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
.header-ad { width: 728px; height: 90px; margin: 20px auto; }
.btn-nav-right { display: none; }
#responsive-menu { display: none; }

.hentry .coupon .pop-info { display: none; }
.hentry .coupon:hover .pop-info { display: block; }

#leaderboard {
    text-align: center;
    padding: 15px 10px 0px 10px;
}

.float-right {
	float: right;
	padding: 0px 0px 0px 10px;
}

.float-left  {
	float: left;
	padding: 0px 0px 0px 10px;
}

#intro-columns { margin-bottom: 0; padding: 16px; }
.intro-column-1 { float: left; width: 23%; padding-right: 15px; }
.intro-column-2 { float: left; width: 23%; padding-right: 15px; }
.intro-column-3 { float: left; width: 23%; padding-right: 15px; }
.intro-column-4 { float: left; width: 23%; }
#intro {display: block; background-color: #FFFFFF; color: black; border-radius: 5px; box-shadow: 0 4px 3px -3px #CCCCCC; margin: 20px 0; padding: 0 16px;}
#intro h1 {padding: 20px 10px 0px 10px; color: #555555;}
#intro h2 {padding: 15px 10px 0px 10px; font-weight: normal; line-height: 140%; color:#555555; font-size: 20px;}

#texte {
    display: block;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 4px 3px -3px #ccc;
    margin: 20px 0;
    padding: 20px;
	width: 1048px;
    margin-left: auto;
    margin-right: auto;
	color: #aaa;
}

.page-store-footer {
    background: #ffffff;
    margin-top: 20px;
    padding: 15px;
}

.slidesjs-container {
height: 230px !important;
}

.ratings-startseite {
	float: left;
	padding: 0px 20px 0px 0px;
}

.ratings-coupon {
	float: right !important;
	padding: 10px !important;
}



#blogs { float: right; width: 80px; }

.all-deals {
    padding-left: 16px;
    background: url("images/icon-deals.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}

.float-right {
    float: right;
    padding: 0px 0px 10px 10px;
}

.float-left {
    float: left;
    padding: 0px 10px 10px 0px;
}

.text-box {
    line-height: 150%;
}

.description {
    padding-top: 10px;
}

body.custom-background {
    background-size: 100% auto;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
	margin: 10px 0px 0px 0px;
}

.shariff {
    padding-bottom: 20px;
}

.entry-share .drop-section { width: 90px; height: 36px; right: -5px; }

.numbers {
    float: right;
    margin: -60px 20px 0px 0px;
}

#intro p { padding: 15px 10px 0; font-size: 21px; line-height: 120%; color: #555555; } 
p {margin: 0; color: #555555; }

#theme {background-color: #FFFFFF; border-radius: 5px; box-shadow: 0 4px 3px -3px #CCCCCC; margin: 20px 0; padding: 0 16px; font-size: 90%; line-height: 150%;}
#left {float: left;width: 45%;}
#right {float: right; width: 45%;}
.kk-star-ratings.kksr-top {padding: 10px 0px 10px 30px;}
.kk-star-ratings .kksr-stars .kksr-star svg {width: 8px; height: 8px;}
.kk-star-ratings .kksr-stars .kksr-inactive-stars .kksr-star, .kk-star-ratings .kksr-stars .kksr-active-stars .kksr-star {padding-right: 3px;}
.entry-excerpt .kk-star-ratings {padding: 10px 0px 0px 0px;}
.stars-homepage {float: right; padding: 30px 0px 0px 20px;}
.adsense {background: #ffffff; border-radius: 5px; padding: 25px;}