/* ------------------------------------------------------------
* TOGGLE and Paragraph Row
* ------------------------------------------------------------ */


.header-topmenu .toggle-menu {
	display: none;
	color: #f1f1f1;
	text-align: center;
	padding: 15px 0px!important;
	font-weight: normal;
	font-size: 14px!important;
	line-height: 14px!important;
	letter-spacing: 1px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}

.toggle-menu:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
}

.paragraph-row {
	display: block;
	clear: both;
	position: relative;
	width: 100%!important;
}

.paragraph-row:after {
	display: block;
	clear: both;
	content: '';
}

.paragraph-row .column12{width:100%;*width:99.94680851063829%;}
.paragraph-row .column11{width:91.48936170212765%;*width:91.43617021276594%;}
.paragraph-row .column10{width:82.97872340425532%;*width:82.92553191489361%;}
.paragraph-row .column9{width:74.46808510638297%;*width:74.41489361702126%;}
.paragraph-row .column8{width:65.95744680851064%;*width:65.90425531914893%;}
.paragraph-row .column7{width:57.44680851063829%;*width:57.39361702127659%;}
.paragraph-row .column6{width:48.93617021276595%;*width:48.88297872340425%;}
.paragraph-row .column5{width:40.42553191489362%;*width:40.37234042553192%;}
.paragraph-row .column4{width:31.914893617021278%;*width:31.861702127659576%;}
.paragraph-row .column3{width:23.404255319148934%;*width:23.351063829787233%;}
.paragraph-row .column2{width:14.893617021276595%;*width:14.840425531914894%;}
.paragraph-row .column1{width:6.382978723404255%;*width:6.329787234042553%;}

.paragraph-row > li,
.paragraph-row > div {
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.paragraph-row > li:first-child,
.paragraph-row > div:first-child {
	margin-left: 0px;
	padding-left: 0px;
}


/* ------------------------------------------------------------
* HEADER TOPMENU ADDITIONS
* ------------------------------------------------------------ */

.wrapper {
	width: 1140px;
	margin: 0px auto !important;
	position: relative;
}


.headertop {
	background: #292a32(/images/bkgd/bg_headercoupon.jpg) 0px 0px repeat;
	//border-bottom: 3px solid #BFBFB8;
}

.header-block {
	display: table;
	width: 60.5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px !important;
	margin-bottom: 13px !important;
}

.header-block > div {
	display: table-cell;
	vertical-align: middle;
}

.header-block .header-logo {
	position: relative;
	width: 50%;
}

.header-block .header-banner {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.header-block .header-banner a {
	display: block;
	color: #aaa;
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}

.header-topmenu {
	display: block;
	background: #292a32;
	border-top: 4px solid #c12026;
	font-family: 'PT Sans Narrow', sans-serif;
	border-bottom: 2px ridge #eee;
}

.header-topmenu .le-first {
	display: block;
	width: 100%;
	border-left: 1px solid rgba(255,255,255,0.15);
}

.header-topmenu .le-first:after {
	display: block;
	content: '';
	clear: both;
}

.header-topmenu li {
	display: block;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.15);
}

.header-topmenu a {
	color: #bcbcbc !important;
	padding: 9px 19px !important;
	display: block;
	text-transform: uppercase;
	line-height: 15px !important;
}

.header-topmenu li:hover > a {
	background: rgba(255,255,255,0.08);
}

.header-topmenu li {
	background: #292a32;
}

.header-topmenu {
	position: relative;
	z-index: 101;
}

.header-topmenu li.active {
	background: #386780 !important;
}

.header-topmenu li.active2 {
	background: #77927D !important;
}
.header-topmenu li.active.frame {
	background: #386780 url('/images/navarrow.png') no-repeat right 12px !important;
}
.header-topmenu li.active a {
	color: #fff !important;
}
.header-topmenu li.active2 a {
	color: #fff !important;
}
.header-topmenu li.menutitle {
	border-top: none;
	padding: 10px 0px;
}
.header-topmenu li.menutitle span {
	color: #777;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
}
.header-topmenu li.menurow {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-topmenu li.imagechild a {
	padding: 5px 20px 0px 20px !important;
}



.header-block .header-banner > .right > form {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  height: 44px;
  width: 100%;
  border: 1px solid #505050;
  padding: 0 105px 0 10px;
  margin: 0;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  box-sizing: border-box;
  margin-top: 25px;
}

.header-block .header-banner > .right > form > input {
  position: absolute;
  background: transparent;
  left: 0;
  height: 44px;
  width: 50%;
  border: 0;
  padding: 0 0 0 3%;
  margin: 0;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  box-sizing: border-box;
}

.header-block .header-banner > .right > form > select {
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  right: 25%;
  height: 40px;
  width: 25%;
  border: 0;
  padding: 0 0 0 5%;
  margin: 1px 0 0 0;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  box-sizing: border-box;
}

.header-block .header-banner > .right > form > button {
  position: absolute;
  height: 44px;
  width: 25%;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  top: -1px;
  right: -1px;
  background-color: #505050;
  line-height: normal;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.header-block .header-banner > .right > form > button:hover {
  background-color: #151515;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}


.main-body-wrapper { width: 100%; float: left; position: relative; min-height: 100%; color: #000;}
.main-body-wrapper .background { background-color: #fff !important;}
.main-header { margin: 0 auto -1px auto !important; }
.main-header .breadcrumb { display: block; padding: 0px 0 0 0; margin: 0 auto -1px auto !important; }
.main-header .breadcrumb { padding: 8px 0 8px 0; font: normal 11px/30px Verdana, Arial, Helvetica, sans-serif; color: #2C4258; }
.main-header .breadcrumb span {padding: 0 4px; }
.main-header .breadcrumb span.link {padding: 0; color: #FFFFBF;}
.main-header .breadcrumb a.menuShop { display: inline-block; background: transparent url(../images/icon-list.png) left center no-repeat; padding: 0 0 0 21px;}
.main-header .breadcrumb a {color: #ccc;}
.main-header .breadcrumb a:hover {opacity: 0.6; filter: alpha(opacity=60);}

.main-menu {
	display: block;
	//background: #292a32;
	background: #33404A;
	color: #292a32;
	box-shadow: inset 0 -3px 0 rgba(255,255,255,0.15);
	margin-bottom: -5px !important;
	position: relative;
	z-index: 60;
	}

.main-menu .wrapper {
	color: inherit;
	background: inherit;
	box-shadow: inherit;
}

.main-menu ul.menu {
	display: block;
	width: 100%;
	color: inherit;
	background: inherit;
	box-shadow: inherit;
}

.main-menu ul.menu:after {
	display: block;
	content: '';
	clear: both;
}

.main-menu ul.menu > li:hover {
	background: inherit;
}

.main-menu ul.menu > li {
	position: relative;
	float: left;
	background: transparent;
	margin-left: 0px;
	margin-bottom: 3px;
}

.main-menu ul.menu > li:last-child:not(:hover) {
	box-shadow:  1px 0 0 rgba(255,255,255,0.08);
}

.main-menu ul.menu > li:first-child {
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.02), -1px 0 0 rgba(0,0,0,0.25);
}

.main-menu ul.menu > li ul.sub-menu > li {
	display: block;
	width: 100%;
	z-index: 3;
}


.main-menu ul.menu > li ul.sub-menu > li > a,
.main-menu ul.menu > li > a {
	display: block;
	color: #fff;
	padding: 13px 22px 12px 22px !important;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	font-weight: 400 !important;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), inset -1px 0 0 rgba(0,0,0,0.25);
	position: relative;
	border-bottom: 3px solid transparent;
	z-index: 3;
}

.main-menu ul.menu > li ul.sub-menu > li > a {
	padding: 11px 22px 8px 22px !important;
}

.main-menu ul.menu > li.toggleimage {
	padding: 15px 20px 5px 20px;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
}


.main-menu ul.menu > li.toggleimage:hover {
	border-bottom: 3px solid #c12026 !important;
	margin-bottom: 0px;
}

.main-menu ul.menu > li:not(:hover) > a {
	border-bottom: 3px solid transparent!important;
	margin-bottom: -3px;
}

.main-menu ul.menu > li:hover > a {
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	z-index: 4;
	border-bottom: 3px solid #c12026;
	margin-bottom: -3px;
}

.main-menu ul.menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 150px;
	background: inherit;
	margin-top: 3px;
}

.main-menu ul.menu ul.active  {
	display: block !important;
}

.main-menu ul.menu li.mega-menu-full:hover ul,
.main-menu ul.menu li:hover > ul {
	display: block!important;
	border-bottom: 0px;
}

.main-menu ul.menu li.mega-menu-full ul {
	position: relative;
	width: 100%;
	margin-top: 0px;
}

.main-menu ul.menu ul.sub-menu > li > a {
	display: block!important;
	font-size: 15px!important;
	text-transform: uppercase;
	padding: 13px 22px!important;
}

.main-menu ul.menu ul.sub-menu li.lastmenu {
	background: rgba(193,217,227,0.40);
	border-right: 1px rgba(193,217,227,0.40);!important;
	border-left: 0px!important;
}

.main-menu ul.menu ul.sub-menu li.nextlastmenu {
	background: rgba(193,217,227,0.40);
	border-right: 1px rgba(193,217,227,0.40);!important;
	border-left: 0px!important;
}


.main-menu ul.menu ul li:not(.menu-block) {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.main-menu ul.menu ul li:last-child {
	border-bottom: 0px;
}

.main-menu ul.menu ul li:hover > a {
	display: block;
	background: rgba(255,255,255,0.08);
}
.main-menu .mega-menu-full ul {
	display: block;
	color: #fff;
}

.main-menu .menu > .mega-menu-full {
	position: static;
}

.main-menu .menu > .mega-menu-full > ul.sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 0px;
	width: 100%;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}
.main-menu ul.menu li.active  {
	border-bottom: 1px solid rgba(255,255,255,0.08);
	background-image: url(/images/bkgd/navigation.png) no-repeat center top;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	z-index: 4;
}
.main-menu ul.menu li.firsttab {
	border-bottom: 1px solid rgba(255,255,255,0.08);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	background: url(../images/navigation.png) no-repeat center 0px;
	width: 50px;
	height: 44px;
}
.main-menu ul.menu li.active  {
	border-bottom: 3px solid #EECC1A;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.08), 1px 0 0 rgba(0,0,0,0.4), inset -1px 0 0 rgba(255,255,255,0.07), inset 1000px 0 0 rgba(255,255,255,0.08);
	margin-bottom: -3px;
}
.main-menu ul.menu li a.space  {
	padding: 3px !important;
}
.main-menu ul.menu li a:hover.space  {
	background: none !important;
}


/* ------ register menus ------------- */


.main-menu ul.menu > li.user-menu {
  float: right;
  margin-right: 20px;
  }


.main-menu ul.menu > li.user-menu > a > span {
  margin-left: 40px;
}

.main-menu ul.menu > li.user-menu > a > img {
  z-index: 100;
  position: absolute;
  top: 8px;
  height: 30px;
  width: 30px;
  display: block;
}

.menu-content a::before {
  font-family: ggcoupon;
  font-size: 20px;
  margin-right: 20px;
}

.menu-content a.profile::before {
  content: 'A';
}

.menu-content a.wall::before {
  content: 'B';
}

.menu-content a.favorites::before {
  content: 'C';
}

.menu-content a.rewards::before {
  content: 'H';
}

.menu-content a.stores::before {
  content: 'E';
}

.menu-content a.coupons::before {
  content: 'F';
}

.menu-content a.products::before {
  content: 'G';
}

.menu-content a.logout::before {
  content: 'I';
}


/* ------ end menus ------------- */



.main-menu ul.menu > li.delay {
	transition-delay: 2s;
	-moz-transition-delay: 2s; /* Firefox 4 */
	-webkit-transition-delay: 2s; /* Safari and Chrome */
	-o-transition-delay: 2s; /* Opera */ 
}
.main-menu ul.menu > div.menu-content {
	transition-delay: 2s;
	-moz-transition-delay: 2s; /* Firefox 4 */
	-webkit-transition-delay: 2s; /* Safari and Chrome */
	-o-transition-delay: 2s; /* Opera */ 
}
.main-menu ul.menu > ul.sub-menu {
	transition-delay: 2s;
	-moz-transition-delay: 2s; /* Firefox 4 */
	-webkit-transition-delay: 2s; /* Safari and Chrome */
	-o-transition-delay: 2s; /* Opera */ 
}

/* ------------------------------------------------------------
* Content Menublocks
* ------------------------------------------------------------ */


.menu-blocks {
	display: block!important;
	position: relative!important;
	top: auto!important;
	left: auto!important;
	bottom: auto!important;
	right: auto!important;
	margin: 0px!important;
	padding: 0px!important;
}
.menu-blocks a {
	color: #fff;
}

.menu-blocks .menu-content {
	padding: 20px;
}

.color-light {
	background: rgba(255,255,255,0.07);
}

.menu-block .category-menu a {
	display: block;
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 16px;
}

.menu-block .category-menu a.sub {
	padding-left: 45px;
	font-size: 14px;
}

.menu-block .category-menu a:hover {
	background: rgba(255,255,255,0.05);
}

.menu-block .category-menu a:last-child {
	border-bottom: 0px;
	margin-bottom: -3px;
}

.menu-block .category-menu a:first-child {
	margin-top: -3px;
}

.menu-block .featured-post {
	display: block;
	text-align: center;
}

.menu-block .featured-post p {
	opacity: 0.4;
	filter: alpha(opacity=40);
	font-size: 13px;
}

.menu-block .featured-post .item-content {
	text-align: left;
}

.menu-block .featured-post .item-content p {
	margin-bottom: 10px;
}

.menu-block .featured-post .article-icons {
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px dotted rgba(255,255,255,0.2);
	padding-top: 15px;
	font-family: 'Roboto Slab', serif;
}

.menu-block .featured-post .article-icons .article-icon {
	display: inline-block;
	margin-right: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.menu-block .featured-post .article-icons a.article-icon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.menu-block .featured-post .item-photo {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.menu-block .featured-post .item-photo h3 {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 25px;
	right: 25px;
	background: rgba(0,0,0,0.4);
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}

.menu-block .featured-post .item-photo h3 a {
	display: block;
	padding: 15px 10px;
}




.color-light {
	background: rgba(255,255,255,0.07);
}

.side-googlebox {
	position: relative;
	float: left;
	padding: 0px !important;
  	}
 

.script-googlebox {
	padding-left: 0px !important;
	} 	

.menu > .right > ul > li.user-menu {
  position: relative;
}

.menu > .right > ul > li.user-menu > ul.sub-menu {
  display: none;
  background-color: #151515;
  position: absolute;
  right: 0;
  top: 40px;
  min-width: 250px;
  text-align: left;
  padding: 5px 3px;
  box-shadow: 0 -2px 15px #505050;
  -webkit-box-shadow: 0 -2px 15px #505050;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.menu > .right > ul > li.user-menu > ulul.sub-menu > li {
  display: block;
  line-height: 20px;
  margin: 0;
}

.menu > .right > ul > li.user-menu > ul.sub-menu > li > a {
  display: block;
  font-size: 14px;
  padding: 5px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.menu > .right > ul > li.user-menu > ul.sub-menu > li > a:hover {
  background-color: #FFF;
  color: #151515;
}


#subcatframehome {
margin: 0;
border: 0;
background: transparent url(/images/bg_footer-shadow-subdis.gif) center -38px repeat-x;
padding: 7px 0 0px 0;
height: 0px;
}

#subtopframehome {
border-top: 1px #6E7E8B solid;
}


/* ------------------------------------------------------------
* FEATURED AREA
* ------------------------------------------------------------ */



#featured1{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#featured1_slider{
	height:auto;
	display: block;
	padding: 0px !important;
	margin: 0px !important;
	margin-top: -1px !important;
}

#featured1 .featuredcolumn{
	width:100%;
	float:left;
	border:1px solid #c6c6c3 !important;
	background:url(/images/blog/duplex_featured_bg.gif) repeat;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

#featured1 .featuredcolumn .featuredinner{
	border:1px solid #fff;
	padding:12px 12px 4px 12px !important;
}

#featured1 .featuredcolumn .featuredimage {
	border: 1px solid #999;
	padding: 2px;
}

#featured1 .featuredcolumn .featuredimage a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
    	height:auto;
	margin:0 0 0px 0px;
}

.featured{
	display:block;
	width: 100%;
}

 
 

 .featuredgallery figure {
     margin:0;
     padding:0;
     position:relative;
 }
 .featuredgallery figure img {
     display:block;
     position:relative;
     z-index:10;
 }
 .featuredgallery figure figcaption {
     display:block;
     position:absolute;
     z-index:5;
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box
 }
 .featuredgallery figure h3 {
     font-family:'arial';
     color:#444;
     font-size:18px;
     font-weight: 600 !important;
     margin-top: 10px !important;
 }
 .featuredgallery figure p {
     display:block;
     font-family: Arial;
     font-size:11px;
     line-height:18px;
     margin:10px 0 0 0;
     color:#eee;
     font-weight: 600 !important;
     text-shadow:none !important;
 }
 .featuredgallery figure figcaption {
     top:0;
     left:0;
     width:100%;
     height:100%;
     padding:10px;
     background-color:rgba(26,76,110,0.5);
     text-align:center;
     backface-visibility:hidden;
     -webkit-transform:rotateY(-180deg);
     -moz-transform:rotateY(-180deg);
     transform:rotateY(-180deg);
     -webkit-transition:all .5s;
     -moz-transition:all .5s;
     transition:all .5s
 }
 
 
  .featuredgallery figure figcaption a {
	margin:0 0 0px 0px;
    	height:auto !important;
      
 }
 
 
 .featuredgallery figure img {
     backface-visibility:hidden;
     -webkit-transition:all .5s;
     -moz-transition:all .5s;
     transition:all .5s
 }
 .featuredgallery figure:hover img,figure.hover img {
     -webkit-transform:rotateY(180deg);
     -moz-transform:rotateY(180deg);
     transform:rotateY(180deg)
 }
 .featuredgallery figure:hover figcaption,figure.hover figcaption {
     -webkit-transform:rotateY(0);
     -moz-transform:rotateY(0);
     transform:rotateY(0)
 }
 



/* ------------------------------------------------------------
* FOOTER
* ------------------------------------------------------------ */


img {
	max-width: 100%;
	height: auto;
}


.footer {
	display: block;
	background: #1c1c1c;
	color: #bbbbbb;
	margin-top: 0px;
}

.footer.directory {
	margin-top: 1px;
}

.footer a {
	color: #c5c5c5;
}

.footer .footer-bottom {
	background: #000;
	font-size: 11px !important;
	height: 50px;
}

.footer .footer-widgets {
	display: block;
	padding: 30px;
}

.footer .footer-bottom {
	padding: 15px 30px 15px 30px;
}

.footer .footer-bottom p {
	font-size: 12px;
	line-height: 20px !important;
}

.bottomleft {
	float: left;
}

.bottomright {
	float: right;
}

.bottom-line {
	padding: 20px;
	background: #333;
}

.ending {
	height: 50px;
	}


.footer .footer-widgets:after {
	display: block;
	clear: both;
	content: '';
}

.footer .footer-widgets > .widget > h3,
.footer .footer-widgets > .widget > .w-titlefoot h3 {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

.footer .footer-widgets > .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0px;
}

.footer .footer-bottom ul {
	padding: 2px 0;
}

.footer .footer-bottom ul:after {
	display: block;
	content: '';
	clear: both;
}

.footer .footer-bottom ul li {
	display: block;
	float: left;
	margin-left: 19px;
	position: relative;
}

.footer .footer-bottom ul li:before {
	display: block;
	content: '';
	border-left: 1px solid rgba(255,255,255,0.2);
	left: -10px;
	height: 100%;
	top: 0px;
	width: 1px;
	position: absolute;
}

.footer .footer-bottom ul li:first-child:before {
	display: none;
}

.footer .footer-bottom p {
	margin-bottom: 0px;
}

.footer .footer-widgets > .widget {
	display: block;
	float: left;
	width: 30.00%;
	margin-left: 5.0%;
}






.widget .tagcloud > a {
	display: inline-block;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 13px;
	margin: 0 8px 8px 0;
	background: rgba(255,255,255,0.13);
	font-family: 'Open Sans', sans-serif;
}

.widget .tagcloud > a:hover {
	background: rgba(255,255,255,0.3);
}
	
	
.widget .entry h4 a {
	line-height: 24px !important;
	font: normal 20px Signika !important;
	font-weight: 300 !important;
	}
	
	
.widget .article-list .entry h4 a {
	color: #E3CCAE !important;
	}
	
	
.widget .entry p {
	line-height: 19px !important;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	}
	


.footer h3 {
	font: normal 24px Signika;
}

h4.feed {
	font-size: 20px;
	line-height: auto !important;
	color: #C93;
	font-family: Signika;
}



/* ------------------------------------------------------------
* SIDEBAR HEADER
* ------------------------------------------------------------ */

.w-title {
	display: block;
	background: #f2f2f2;
	position: relative;
	margin-bottom: 20px;
}

.w-title h2 {
	display: inline-block;
	padding: 6px 15px;
	color: #fff !important;
	background: #386780;
	margin-bottom: 0px;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'PT Sans Narrow', sans-serif;
	/*letter-spacing: 1px;*/
}

.w-title h2:after {
	display: block;
	position: absolute;
	height: 3px;
	background: inherit;
	width: 100%;
	left: 0px;
	bottom: 0px;
	content: '';
}

.divspace {
	height: 50px;
	}

.divspace2 {
	height: 70px;
	}

.widget.sidenav {
	display: none;
	font-size: 18px !important;
	text-align: center;
	font-family: Signika;
	margin: 30px auto 30px auto;
	color: #777;
}

div.right.couponsidenav {
	//margin-top: -50px !important;
	}

/* ------------------------------------------------------------
* TO TOP JQ
* ------------------------------------------------------------ */


#toTop {
	display:none;
	content: '';
	text-decoration:none;
	position:fixed;
	bottom:200px;
	right:10px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	z-index:100;
	background: url(/images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background: url(/images/ui.totop.png) no-repeat left -50px;
	content: '';
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	z-index:100;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
