/****** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CSS COPYRIGHT www.volocommerce.com - The CSS is prohibited from viewing, using in whole or part.
Usage of the CSS may result in legal action. A notification has been sent to us letting us know
this page has been accessed directly including the IP, Time and domain it was accessed from.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! *******/

/*
/ Colours used
/ ------------------------------ */

/*
 * Primary: #333333
 * Light gray (border): #dedede
 * Lighter gray: #f0f0f0
 */

/*
/ Global
/ ------------------------------ */

video{
	background: #000000;
}

#page{
	font-family: Arial, sans-serif;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.margin-top{
	margin-top: 20px;
}

.margin-bottom{
	margin-bottom: 20px;
}

.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

.hidden{
	display: none;
}

.heading{
	color: #393939;
	font-size: 22px;
	padding: 0 10px 5px;

	letter-spacing: 0.025em;
	font-family: 'gnuolaneregular', arial;
}

.item-description .heading{
	padding-left: 0;
	color: #d5382b;
	font-size: 24px;
}

.subheading{
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}

/*
/ Typography
/ ------------------------------ */

h2{
	font-size: 13px;
}

h3{
	font-size: 13px;
}

/*
/ Images
/ ------------------------------ */

.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }


@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 14px;
	color: #1e1e1e;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

/*
/ Buttons
/ ------------------------------ */

.buttons{
	margin-top: 15px;
	padding-left: 0;
}

.btn{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 10px;

	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*** Button colours ***/

.btn-default{
	background-image: url(images/button-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #d5382b;
	font-family: 'gnuolaneregular', arial;
}

.btn-default:hover{
	color: #d5382b;
	text-decoration: none;
}

/*
/ Header Top
/ ------------------------------ */

#header-top{
	height: 39px;
	background-image: url(images/top-bar.png);
}

#header-top h2{
	float: left;
	padding: 0;
	margin: 0;
	line-height: 38px;
	font-weight: normal;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'gnuolaneregular', arial;
}

/*** Nav ***/

#header-top nav{
	float: right;
}

#header-top nav a{
	float: left;
	padding: 0 20px;
	line-height: 38px;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.05em;
	font-family: 'gnuolaneregular', arial;

	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: right;
}

#header-top nav a:hover{
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 575px) {

}

/*
/ Header
/ ------------------------------ */

#header{
	text-align: center;
	/*background-image: url(images/header-bg-x.png);*/
	background-position: center bottom;
	background-repeat: repeat-x;

	box-shadow: 0 2px 4px #b9b9b9;
}

#header .container{
	position: relative;
	background-image: url(images/header-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

@media (max-width: 1023px){
	#header .container{
		background-image: none;
	}
}

#header .logo{
	float: left;
	display: inline-block;
	margin: 15px 0 28px;
}

.badge{
	position: absolute;
	left: 50%;
	top: 12px;
	margin-left: -123px;
}

@media (max-width: 1023px){
	.badge{
		right: 0;
		left: auto;
		margin: 0;
	}
}

@media (max-width: 767px){
	#header-top nav{
		display: none;
	}
	#header .container{
		background-image: none;
	}
	#header .logo{
		margin: 12px 0;
		float: none;
	}
	.badge{
		position: relative;
		left: 0;
		top: 0;
		margin: -10px 0 15px;
	}
	/*#header .logo img{
		width: 220px;
	}*/
}

/*
/ Selling Points
/ ------------------------------ */

#selling-points{
	padding-top: 20px;
	padding-bottom: 20px;
}

#selling-points > div > div.row > div{
	padding: 0 3px;
}

#selling-points div.box{
	padding: 5px 15px 0;
	height: 90px;
	border: 1px solid #cad0d8;
	background-image: url(images/bg-transparent.png);
}

#selling-points div.box img{
	float: right;
	margin: 3px 0 0 10px;
}

#selling-points > div > div h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #e63e33;
	font-size: 20px;
	font-family: 'gnuolaneregular', arial;
}

#selling-points > div > div p{
	line-height: 17px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #393939;
	font-family: 'gnuolaneregular', arial;
}

#selling-points > div > div p.small{
	font-size: 12px;
}

/*
/ Main
/ ------------------------------ */

#main{

	background-image: url(images/shad.png), url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x, no-repeat;

	background-color: #7a7d7f;
}

#main > .container{
	background-image: url(images/bg-transparent.png);
}

/*
/ Images
/ ------------------------------ */

.center-col{
	background-color: #fff;
	padding-top: 15px;
}

.images{
	position: relative;
	margin-right: -15px;
	margin-top: 15px;
}

.images .main-sentinel{
	width: 100%;
}

.images .image{
	width: 25%;
	float: left;
	position: static;
	padding-right: 15px;
}

@media (max-width: 1023px) {
	.images .image{
		width: 16.67%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #d5d5d5;
	margin-bottom: 15px;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	border: 2px solid #d5d5d5;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 16px;
		height: 16px;
		border-radius: 100%;
		margin: 0 5px 10px;
		border: 2px solid #1e1e1e;
	}
	.image .thumbnails-control:checked + label{
		background-color: #1e1e1e;
		border: 2px solid #1e1e1e !important;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
  animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 15px;
}

.image .main .main-content{
	position: relative;
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.image .main .prev{
	left: -8px;
	background-image: url('images/prev.png'); /* Images are twice the size of div to suit ipad retina display */
}

.image .main .next{
	right: -8px;
	background-image: url('images/next.png'); /* Images are twice the size of div to suit ipad retina display */
}

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
	.image .main-control:checked + .main{
		animation-name: fadeInImage;
  		animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.85);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 1px solid #000000;
		width: 600px;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.85);
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		padding-left: 20px;
		line-height: 15px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #000000;
		font-size: 12px;
		height: 22px;
		width: 19px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		top: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('images/close.png');
	}
}

@media (min-width: 1024px) {
	.image .main-control:checked + .main .main-content{
		width: 800px;
	}
}

/*
/ Left Menu Categories
/ ------------------------------ */

#main .categories{
	padding: 0;
}

#main .categories > li{
	list-style: none;
}

#main .categories > li > a{
	display: block;
	padding: 7px 0 7px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #1e1e1e;

	background-image: url(images/cat-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#main .categories > li > ul,
#main .categories > li > ul > li > ul{
	display: none;
}

#why{
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 10px;
	border-top: 1px dotted #aeafb0;
}

#why h2{
	font-weight: normal;
	font-family: 'gnuolaneregular', arial;
	letter-spacing: 0.025em;
	font-size: 22px;
	color: #d5382b;
}

#why ul{
	margin: 0;
	padding: 0;
}

#why ul li{
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font-family: 'gnuolaneregular', arial;
	letter-spacing: 0.025em;
	font-size: 16px;
	color: #1e1e1e;

	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}

#newsletter{
	display: inline-block;
	margin-top: 30px;
	margin-left: 10px;
}

/*
/ Item Description
/ ------------------------------ */

/*** Title ***/

h1.title{
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 21px;
	color: #1e1e1e;
	line-height: 1.1;
}

@media (max-width: 575px) {
	h1.title{
		font-size: 18px;
	}
}

.rating,
.no-rating{
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	color: #666;
	font-size: 12px;
	padding-left: 88px;
	line-height: 16px;
}

.rating{
	display: none;
}

.no-rating{
	background-image: url('https://images.esellerpro.com/listingtemplates-feedback/Stars-0.png');
}

.code{
	display: none;
}

/*** RRP ***/

.rrp{
	display: inline-block;
	color: #6b6b6b;
}
.rrp[data-rrp=""],
.rrp[data-rrp="0.00"]{ display: none; }

.rrp .currency,
.rrp .value{
	font-size: 15px;
	text-decoration: line-through;
}

/*** Price ***/

.price{
	margin-right: 10px;
	display: inline-block;
}
.price[data-price=""],
.price[data-price="0.00"]{ display: none; }

.price .currency,
.price .value{
	font-size: 27px;
	color: #cf2316;
	font-weight: bold;
}

/*** Saving ***/

.price-saving-percentage{
	float: right;
	margin-left: 10px;
	padding-top: 15px;
	width: 85px;
	height: 85px;
	background-image: url(images/save.png);
	color: #fff;
	text-align: center;
}
.price-saving-percentage[data-save=""]{ display: none; }

.price-saving-percentage .label{
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.price-saving-percentage .value{
	font-weight: bold;
	font-size: 25px;
	display: block;
}

/*** Description ***/

.item-description{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-size: 13px;
}

.item-description ul li{
	margin-bottom: 5px;
}

/*
/ Feedback
/ ------------------------------ */

.feedbacks{
	display: none;
}

.feedback{
	display: none;
	border-top: 1px solid #dedede;
	padding-top: 5px;
	margin-top: 5px;
	line-height: 16px;
}

h2 + .feedback,
h2 + .latest-feedbacks {
	border: 0;
	margin: 0;
	padding: 0;
}

.feedback .icon{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.feedback .description{
	font-size: 13px;
	color: #1e1e1e;
	padding-right: 129px;
	padding-left: 26px;
}

.feedback .buyer{
	float: right;
	font-size: 12px;
	color: #1e1e1e;
}

.feedback .buyer:before{
	content: "Buyer:\0020";
}

.feedback .buyer .brackets:before{
	content: "(\0020";
}

.feedback .buyer .brackets:after{
	content: "\0020)";
}

.feedback .date-label{
	float: right;
	clear: right;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-left: 10px;
}

.feedback .date-label:before{
	content: "Date:\0020";
}

.feedback .title{
	font-size: 11px;
	margin-top: 5px;
	color: #666;
	padding-left: 26px;
}

@media (max-width: 767px) {
	.feedback .buyer{
		display: none;
	}
	.feedback .description{
		float: left;
		width: 100%;
		margin-top: 5px;
		padding: 0;
	}
	.feedback .title{
		float: left;
		width: 100%;
		padding: 0;
	}
	.feedback .date-label{
		margin-top: 2px;
	}
}

/*
/ Tabs
/ ------------------------------ */

.tabs{
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid #dedede;
	background-color: #dedede;
}

.tabs .tab-control{
	display: none;
}

.tabs label{
  float: left;
  padding: 10px 25px;
  margin: 0;

  font-size: 16px;
  color: #333333;
  font-family: 'gnuolaneregular', arial;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.tabs label.SizeChart{
	background-color: #ff9933;
}

@media (max-width: 767px) {
	.tabs label{
		float: none;
		display: block;
		margin: 0;
		border-bottom: 0;
		padding: 10px 15px;
	}
}

.tabs label:hover{
  color: #333333;
  background-color: #eeeeee;
  cursor: pointer;
}

.tabs label.SizeChart:hover{
	background-color: #ff9933;
}

.tabs .tab-control:checked + label{
	background-color: #eeeeee;
	color: #333333;
}

.tabs .tab-control:checked + label.SizeChart{
	background-color: #ff9933;
}

.tabs .tab-contents,
.tabs .tab-contents-mobile{
	background-color: #eeeeee;
}
.tabs .tab-contents-mobile{
	border-top: 0;
}

.tabs .tab-contents .tab-content,
.tabs .tab-contents-mobile .tab-content-mobile{
	animation-name: fadeIn;
  	animation-duration: 1.0s;
	display: none;
	padding: 15px 25px;
	font-size: 13px;
}

@media (max-width: 767px) {
	.tabs .tab-contents{ display: none; }
  	#tab-control-1:checked ~ .tab-contents-mobile #tab-content-1-mobile,
	#tab-control-2:checked ~ .tab-contents-mobile #tab-content-2-mobile,
	#tab-control-3:checked ~ .tab-contents-mobile #tab-content-3-mobile,
	#tab-control-4:checked ~ .tab-contents-mobile #tab-content-4-mobile,
	#tab-control-5:checked ~ .tab-contents-mobile #tab-content-5-mobile{
		display: block;
		border-top: 1px solid #dedede;
		padding: 15px;
	}
	#tab-2-control-1:checked ~ .tab-contents-mobile #tab-2-content-1-mobile,
	#tab-2-control-2:checked ~ .tab-contents-mobile #tab-2-content-2-mobile,
	#tab-2-control-3:checked ~ .tab-contents-mobile #tab-2-content-3-mobile,
	#tab-2-control-4:checked ~ .tab-contents-mobile #tab-2-content-4-mobile,
	#tab-2-control-5:checked ~ .tab-contents-mobile #tab-2-content-5-mobile{
		display: block;
		border-top: 1px solid #dedede;
	}
}

@media (min-width: 768px) {
	.tabs .tab-contents-mobile{ display: none; }
	#tab-control-1:checked ~ .tab-contents #tab-content-1,
	#tab-control-2:checked ~ .tab-contents #tab-content-2,
	#tab-control-3:checked ~ .tab-contents #tab-content-3,
	#tab-control-4:checked ~ .tab-contents #tab-content-4,
	#tab-control-5:checked ~ .tab-contents #tab-content-5{
		display: block;
	}
	#tab-2-control-1:checked ~ .tab-contents #tab-2-content-1,
	#tab-2-control-2:checked ~ .tab-contents #tab-2-content-2,
	#tab-2-control-3:checked ~ .tab-contents #tab-2-content-3,
	#tab-2-control-4:checked ~ .tab-contents #tab-2-content-4,
	#tab-2-control-5:checked ~ .tab-contents #tab-2-content-5{
		display: block;
	}
}

.tabs #tab-control-3
.tabs #tab-control-3 + label,
.tabs .SizeChart,
.tabs #tab-control-3 + label + div,
.tabs #tab-content-3{
	display: none !important;
}

/*
/ Product Box
/ ------------------------------ */

.box-products{
	display: none;
}

@media (min-width: 1024px) {
	.box-products{
		padding-left: 30px;
	}
}

.box-products h2{
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 0 10px;
	font-size: 19px;
	color: #393939;
	font-family: 'gnuolaneregular', arial;
    letter-spacing: 0.025em;
}

/*
/ Product
/ ------------------------------ */

.box-products .row{

}

.products{
	padding: 15px 15px 0;
}

.products .product{
	display: none;
	background-color: #fff;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.products .product .image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.products .product .image:hover{
	opacity: 0.85;
}

.products .product .image img{
	width: 100%;
}

.products .product .title{
	height: 60px;
	line-height: 15px;
	overflow: hidden;
	display: block;
	font-size: 11px;
	color: #1e1e1e;
	margin-bottom: 5px;
}

@media (min-width: 1024px) {
	.products .product .title{
		height: auto;
	}
}

.products .product .rrp{
	overflow: hidden;
	height: 19px;
	display: block;
	font-size: 11px;
	color: #666;
	text-decoration: line-through;
}

.products .product .rrp:after{
	float: left;
	content: "RRP:";
	margin-right: 4px;
}

.products .product .price{
	display: block;
	font-size: 13px;
	color: #cf2316;
	font-weight: bold;
}

.products .product .price:after{
	float: left;
	content: "Now:";
	margin-right: 4px;
	display: none;
}

#view-more{
	height: 38px;
	line-height: 36px;
	display: block;
	border: 1px solid #aeafb0;
	background-image: url(images/bg-transparent.png);

	color: #d5382b;
	text-align: center;
	font-size: 15px;
	font-family: 'gnuolaneregular', arial;
    letter-spacing: 0.025em;
    text-decoration: none;
}

/*
/ Footer Sub
/ ------------------------------ */

#footer-sub{
	padding: 30px 0 10px;
	text-align: center;
}

/*** Copyright box ***/

.copyright{
  display: inline-block;
  text-align: center;
  padding: 10px 15px 0;
  border: 1px solid #dedede;
  margin: 0 5px;
  min-height: 75px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.copyright:hover{
	text-decoration: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.copyright span{
  display: block;
  color: #606060;
  font-size: 10px;
  line-height: 12px;
  width: auto;
  text-align: center;
}
.copyright.volo span{ color: #35b3b0; }

.copyright img{
	margin-top: 4px;
}


/*
/ XMAS
/ ------------------------------ 

.badge{
	display: none;
}

#header-top{
	background-image: none;
	background-color: #f6171a;
}

@media (max-width: 575px){
	#header-top{
		display: none;
	}
}

#header-top nav a{
	background-image: none;
}

#header{
	background-image: none;
}

@media (max-width: 575px){
	#header{
		padding-top: 30px;
		border-top: 8px solid #f6171a;
		background-image: url(images/xmas-2.png);
    	background-position: top center;
    	background-repeat: no-repeat;
	}
}

#header .container {
    background-image: url(images/xmas.png), url(images/header-bg.png);
    background-position: center, right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1023px){
	#header .container {
		background-image: url(images/xmas.png);
    	background-position: right center;
	}
}

@media (max-width: 767px){
	#header .container {
		background-image: none;
	}
}

#header .logo {
    margin: 21px 0;
}

@media (max-width: 767px){
	#header .logo {
	    margin: 12px 0;
	}
}

#main{
	background-color: #dee8f1;
	background-image: url(images/bg-xmas.jpg);
}

*/
