/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.3.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

  #menu-item-3691 a {
    display: block;
    margin-top: 21px;
    margin-left: 17px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 22px;
    text-indent: -9999px;
    background: url(images/social_icons.png) no-repeat -88px 0;
    height: 17px;
    text-indent: -99999px;
    width: 17px;
  }
  #menu-item-3691 a:hover {
    background-position: -108px 0;
  }

@font-face {
  font-family: 'serif6_beta_rgregular';
  src: url('font/serif6beta-regular-webfont.eot');
  src: url('font/serif6beta-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/serif6beta-regular-webfont.woff') format('woff'),
       url('font/serif6beta-regular-webfont.ttf') format('truetype'),
       url('font/serif6beta-regular-webfont.svg#serif6_beta_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}

.clearfix:after {
  clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom:1;
}
/* II Color: #dd005a;  */

a {
	color: #333;
	outline: none;
}
a:hover,
a:focus {
	color: #dd005a;
	text-decoration: none;
}

/* layout */
body {
  color: #616161;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-variant: small-caps;
  color: #000;
}
h1 {
	font-family: 'serif6_beta_rgregular', "Serif6Beta-Regular", serif;
  font-size: 30px;
  font-variant: normal;
  font-weight: normal;
}

.archive h1 {
	text-align: center;
}
.archive_title {
	/*color: #555;*/
}
.subtitle {
	font-size: 130%;
	display: block;
}
.collapsed-content {
	display: none;
}
h2 {
  font-size: 2.1em;
}
h3 {
  font-size: 1.9em;
}
h4 {
  font-size: 1.7em;
}
h5 {
  font-size: 1.8em;
}
h6 {
  font-size: 1.6em;
}
article {
	text-align: justify;
	letter-spacing: 1px;
}

article .img-wrapper {
	margin-bottom: 	0.6em;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #444;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 0;
  font-size: 12px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #ff3284;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

	-webkit-box-shadow: 0px 0px 8px rgba(221, 0, 90, 0.88);
	-moz-box-shadow:    0px 0px 8px rgba(221, 0, 90, 0.88);
	box-shadow:         0px 0px 8px rgba(221, 0, 90, 0.88);
}

#simple-contact-form fieldset {
	padding: 0.3em;
}

#simple-contact-form .scf-submit {
	margin-left: 0.3em;
}

#respond input[type="text"],
#respond input[type="password"],
#respond input[type="datetime"],
#respond input[type="datetime-local"],
#respond input[type="date"],
#respond input[type="month"],
#respond input[type="time"],
#respond input[type="week"],
#respond input[type="number"],
#respond input[type="email"],
#respond input[type="url"],
#respond input[type="search"],
#respond input[type="tel"],
#respond input[type="color"],
#respond .uneditable-input {
	width: 30em;
}

#respond textarea {
	width: 98%;
	height: 100px;
}

.btn-primary {
  color: #FFFFFF;
  text-shadow: 0;
  background-color: #000;
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 0;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #dd005a;
  background-color: #000;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0000000 \9;
}

.form-actions {
	border: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	background: transparent;
}

#post-not-found h2,
#post-not-found .post_content p {
	text-align: center;
}

/* Admin Top Navigation fixes */
body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

/* header */
#logo-img-wrapper {
	text-align: center;
  margin-top: 3em;
	margin-bottom: 5em;
}

.page-header {
	border-bottom: none;
	margin: 0 0 1em;
}

/* main menu */
.navbar-inverse .navbar-inner {
  background-color: #000;
  background-image: none;
  background-repeat: repeat-x;
  border-bottom: none;
  box-shadow: none;
  height: 60px;
}

.navbar .brand {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
	color: #FFFFFF;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-variant: small-caps;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  border-bottom: none;
}

.navbar .btn-navbar {
	margin-top: 14px;
	margin-right: 15px;
}

.navbar .nav li > a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.8em;
  text-shadow: none;
  font-family: 'BenchNine',sans-serif;
  box-shadow: none;
  font-variant: small-caps;
  border-bottom: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #FFF;
  background-color: transparent;
  text-decoration: underline;
  text-shadow: none;
  border: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #FFF;
  background-color: transparent;
  text-shadow: none;
  border: none;
}
.dropdown-menu {
  background-color: #000;
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  list-style: none outside none;
  margin: 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu > li > a {
	color: #FFF;
	border: none;
}

.navbar-right { 
	float: right !important;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

#menu-item-240 #searchform .search-submit {
	background: none;
	text-transform: uppercase;
	outline: none;
	padding: 0;
	margin: 9px 0 0 7px;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

.fb-like-wrapper {
	margin-top: 0.5em;
}

/* front page */
.home .article-inner img {
	width: 100%;
}

/* post styling */
#main p.meta {
	color: #333;
	font-family: 'BenchNine', sans-serif;
  font-variant: small-caps;
  font-weight: 300;
  font-size: 1.44em;
  margin-bottom: 0.5em;
}

#main article {
	margin-bottom: 4px;
	padding: 0 0 9px;
}

#main article .post_content a {
	color: #dd005a;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer .nav-post {
	margin-bottom: 2em; 
	margin-top: 3em; 
	border-bottom: 1px solid #000;
}


#main article footer .nav-post div {
	height: 20px;
}

#main article footer .nav-post a {
	font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 1.44em;
  font-weight: 700;
}

#main article .tags-title {
  font-variant: small-caps;
  color: #000;
  font-weight: 700;
  font-family: 'BenchNine', sans-serif;
  font-variant: small-caps;
  font-size: 1.44em;
}

article .label,
article .badge {
	color: #000;
	text-shadow: none;
  font-variant: small-caps;
	background: transparent;
	display: inline-block;
	font-weight: 400;
	padding: 0;
	font-size: inherit;
	font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
}

article .label:hover,
article .badge:hover {
	color: #dd005a;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta { 
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */
#comments{
	border-bottom: 1px solid #000000;
  margin: 1.5em 0 0;
  padding-bottom: 0.2em;
}

ol.commentlist,
ol.commentlist ul.children {
	list-style-type: none;
	margin-left: 0;
}

ol.commentlist ul.children {
	margin-left: 3em;
}

.comment .vcard > div {
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time {
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor .comment-author-link {
	color: #dd005a;
}

ol.commentlist ul.children li {
	background-color: transparent;
}

ol.commentlist .comment-author-link {
	margin-top: 0;
	font-weight: bold;
}

a.comment-reply-link {
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: none;
	border-bottom: none;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
	padding-left: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

ol.commentlist li {
	padding: 1em 0;
	background-color: transparent;
}

ol.commentlist article {
	border-bottom: 1px solid #333;
}

ol.commentlist li.comment-author-blogger {
	background: #FDFDFD;
}

ol.commentlist li.comment-author-blogger .comment-author-link {
	color: #dd005a;
}

ol.commentlist #comment-form-elements li {
	padding: 0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 0;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 3em;
}

.widgettitle {
  text-decoration: none;
  text-transform: none;
  font-size: 1.9em;
  text-shadow: none;
  font-family: 'BenchNine',sans-serif;
  box-shadow: none;
  font-variant: small-caps;
	margin-bottom: 0.5em;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover {
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* about me widget*/
#text-3 {
	margin-bottom: 4em;
}
#text-3 .about-me {
	margin-bottom: 0.6em;
}
#text-3 p {
	text-align: justify;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 60px;
	}
	
	.container-fluid {
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar {
		margin-top: 0;
	}

	.sidebar a {
		text-decoration: none;
		border: none;
		font-variant: small-caps;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 0px;
		background-color: #FFF;
		width: 100%;
		height: 180px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.container-fluid {
		max-width: 1185px;
	}
}

/* footer wigets */
#widget-footer .widget {
	padding-bottom: 0;
	-webkit-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.26);
	-moz-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.26);
	box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.26);
	background-color: #FFF;
}
#widget-footer .widget-inner {
	padding: 0.8em 2em 0;
	border: 1px solid #FDFDFD;
	border-bottom: none;
}
#widget-footer .footer-left {
	z-index: 10;
}
#widget-footer .footer-left .widget-inner  {
	border-right: none;
}
#widget-footer .footer-left .widget-inner p {
	text-align: justify;
}
#widget-footer .footer-left img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
#widget-footer .footer-right {
	padding-bottom: 0.6em;
	z-index: 20;
	position: relative;
	min-height: 310px;
}
#widget-footer .footer-right .menu-social-links-container ul {
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
}
#widget-footer .footer-right .menu-social-links-container li {
	list-style: none;
	margin-bottom: 0.2em;
}
#widget-footer .footer-right .menu-social-links-container li a {
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #000;
}
#widget-footer .footer-right .menu-social-links-container li a:hover {
	text-decoration: underline;
	color: #000;
}
#widget-footer .footer-right .facepile {
	float: left;
	width: 80%;
	padding-top: 1em;
	padding-bottom: 1em;
}
#widget-footer .footer-right .facepile-inner {
	max-width: 100%;
	overflow: hidden;
}
#widget-footer .footer-right .widget-inner2 {
	float: left;
	width: 20%;
}

/* footer black bar */
.footer-bar {
	background: #000;
	padding-top: 1em;
	padding-bottom: 1em;
}
.footer-bar p {
	text-align: center;
	color: #FFF;
	font-family: 'BenchNine', sans-serif;
	font-size: 1.7em;
}
.footer-bar .design-by {
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-bar .design-by a {
	color: #FFF;
}
.footer-bar .design-by a:hover {
	color: #CCC;
}

.sidebar ul, 
.sidebar menu, 
.sidebar dir {
	list-style: none;
	margin-left: 0;
}

.archives-by-year ul  {
	padding-left: 1em;
}
.archives-by-year .mounths,
.archives-by-year .posts  {
	display: none;
}

#cookie-law { 
	position: fixed;
	background: #fff;
	border-top: 2px solid #000;
	bottom: 0;
  width: 100%;
  background: white; 
  margin-top: 10px;
  margin-bottom: 0; 
  z-index: 100;
}
 
#cookie-law p { 
  padding: 10px; 
  text-align: center; 
  margin: 0;
}

#cookie-law img { 
  margin-right: 10px;
}

#cookie-law-confirm {
	background: #000;
	color: #FFF;
	padding: 4px 6px;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
}