/* ********************************************************************** */
/* ************************** General HTML TAGs ************************* */
/* ********************************************************************** */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	color: #484848;
	background:url('../images/bg.jpg') center 0 repeat;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:300
}

ul, ol {
	list-style: none;
}

a {
	color: #484848;
	text-decoration: none;
}

input, textarea {
	font-family: 'PT Sans Narrow', sans-serif;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	display: block;
	clear: both;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 0px !important;
	border: none !important;
}
 
.wrapper {
	width: 1088px;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
} 

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ********************************************************************** */
/* ***************************** Header CSS ***************************** */
/* ********************************************************************** */

#header {
	padding:36px 0 26px;
	overflow:hidden;
}

#logo {
	display:block;
	width:294px;
	height:93px;
	background:url('../images/logo.png');
	float:left;
	margin:4px 0 0 20px;
}

#header .ad {
	float:right;
}

#nav-bar {
    background:#d90262;
    position: relative;
    z-index:11;
}

#nav {
    float:left;
    background:url('../images/nav-right-shadow.png') right 0 no-repeat;
    padding-right:17px;
}

#nav > li {
    float:left;
    position: relative;
}

#nav > li > a {
    display:block;
    height:56px;
    background-image:url('../images/nav-item-shadow.png');
    background-position: right 0;
    background-repeat:no-repeat;
    padding:0 22px;
    font-size:28px;
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    color:#FFF;
    text-transform:uppercase;
    line-height:56px;
    transition:all linear 0.2s;
    -moz-transition:all linear 0.2s;
    -webkit-transition:all linear 0.2s;
}

#nav > li:last-child a{
    background-image:none;
}

#nav > li:hover > a {
    background-color:#b40051;
}

#nav > li.active > a{
    background-image: none;
    background-color:#FFF;
    color:#000000;
}

#nav > li.active > a:first-letter {
    color:#d90262;
}


#nav > li.active + li > a {
    background-image:url('../images/nav-right-shadow.png');
    background-position:0 0;
}

#nav > li > ul {
    position:absolute;
    top:56px;
    left:-102px;
    background:#b40051;
    overflow:hidden;
    width:750px;
    visibility:hidden;
    opacity:0;
    transition:all linear 0.2s;
    -moz-transition:all linear 0.2s;
    -webkit-transition:all linear 0.2s;
    box-shadow:0 10px 24px rgba(0, 0, 0, 0.5);
}

#nav > li:hover > ul {
    visibility:visible;
    opacity:1;
}

#nav > li > ul > li {
    float:left;
    width:149px;
    border-bottom:solid 1px #c23072;
    border-left:solid 1px #c23072;
}

#nav > li > ul > li > a {
    display:block;
    color:#FFF;
    font-size:17px;
    padding:13px 0 11px 12px;
    transition:all linear 0.2s;
    -moz-transition:all linear 0.2s;
    -webkit-transition:all linear 0.2s;
}

#nav > li > ul > li > a:hover {
    background-color:#80013a;
}

#nav > li > ul > li > a .icon {
    display:inline-block;
    vertical-align: middle;
    width:36px;
    height:36px;
    background:url('../images/nav-icons.png') no-repeat;
    margin-right:7px;
}

.category-icon {
	display:inline-block;
	vertical-align: middle;
	width:36px;
	height:36px;
	background:url('../images/nav-icons.png') no-repeat;
}

#nav > li > ul > li > a span {
    display:inline-block;
    vertical-align: middle;
    width:88px;
    line-height:20px;
}

#nav > li > ul > li > a.long {
    padding:11px 0 9px 12px;
}

#nav > li > ul > li > a .icon.accessories,
.category-icon.accessories {
    background-position:0 0;
}

#nav > li > ul > li > a .icon.bags,
.category-icon.bags {
    background-position:-36px 0;
}

#nav > li > ul > li > a .icon.bikini,
.category-icon.bikini {
    background-position:0 -36px;
}

#nav > li > ul > li > a .icon.brands,
.category-icon.brands {
    background-position:-36px -36px;
}

#nav > li > ul > li > a .icon.apparel,
.category-icon.apparel {
    background-position:0px -72px;
}

#nav > li > ul > li > a .icon.boyfriend,
.category-icon.boyfriend {
    background-position:-36px -72px;
}

#nav > li > ul > li > a .icon.girlfriend,
.category-icon.girlfriend {
    background-position:0px -108px;
}

#nav > li > ul > li > a .icon.wife,
.category-icon.wife {
    background-position:-36px -108px;
}

#nav > li > ul > li > a .icon.husband,
.category-icon.husband {
    background-position:0px -144px;
}

#nav > li > ul > li > a .icon.tattoos,
.category-icon.tattoos {
    background-position:-36px -144px;
}

#nav > li > ul > li > a .icon.hair,
.category-icon.hair {
    background-position:0px -180px;
}

#nav > li > ul > li > a .icon.kids,
.category-icon.kids {
    background-position:-36px -180px;
}

#nav > li > ul > li > a .icon.makeup,
.category-icon.makeup {
    background-position:0px -216px;
}

#nav > li > ul > li > a .icon.movies,
.category-icon.movies {
    background-position:-36px -216px;
}

#nav > li > ul > li > a .icon.photoshoot,
.category-icon.photoshoot {
    background-position:0px -252px;
}

#nav > li > ul > li > a .icon.pictures,
.category-icon.pictures {
    background-position:-36px -252px;
}

#nav > li > ul > li > a .icon.plastic,
.category-icon.plastic {
    background-position:0px -288px;
}

#nav > li > ul > li > a .icon.shoes,
.category-icon.shoes {
    background-position:-36px -288px;
}

#nav > li > ul > li > a .icon.videos,
.category-icon.videos {
    background-position:0px -324px;
}

#nav > li > ul > li > a .icon.wardrobe,
.category-icon.wardrobe {
    background-position:-36px -324px;
}

#social-nav {
	float:right;
	padding-right:13px;
	margin-top:14px;
}

#social-nav a{
	display:block;
	width:25px;
	height:27px;
	margin-right:29px;
	background:url('../images/social-icons.png') no-repeat;
	float:left;
}

#social-nav a.facebook {
	background-position:0 0;
}

#social-nav a.twitter {
	background-position:0 -27px;
}

#social-nav a.google {
	background-position:0 -54px;
}

#social-nav a.rss {
	background-position:0 -81px;
}

#social-nav a.search {
	background-position:0 -108px;
}

/* ********************************************************************** */
/* ***************************** Content CSS **************************** */
/* ********************************************************************** */

#content {
	background:#FFF;
	padding:28px 15px;
	width:1058px;
}

#breadcrumb {
	margin-bottom:24px;
	font-size:16px;
}

#breadcrumb a {
	text-decoration: underline;
	color:#d90262;
}

#breadcrumb em {
	font-style:normal;
	color:#000000;
	margin:0 5px;
}

.top-info {
	position:relative;
	margin-bottom:30px;
}

.top-info .widget {
    position: relative;
}

.top-info .widget .images {
	position:relative;
	z-index:1;
	overflow:hidden;
    height: 468px;
}

.top-info .widget .images .profile-image-large {
    width: 594px;
    height: 468px;
    overflow: hidden;
}

.top-info .widget .images .profile-image-large img {
    min-height: 468px;
}

.top-info .widget .images .profile-image-small {
    width: 232px;
    height: 234px;
    overflow: hidden;
}

.top-info .widget .images .profile-image-small img{
    min-height: 234px;
}

.top-info .widget .images .profile-image-large,
.top-info .widget .images .profile-image-small{
	display:block;
	float:left;
}

.top-info .widget .info {
	width:998px;
	background:rgba(0, 0, 0, 0.7);
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	padding:15px 30px 1px;
	color:#FFF;
	overflow:hidden;
}

.top-info .widget .info .left{
	width:530px;
	float:left;
}

.top-info .widget .info .right {
	width:398px;
	float:right;
}

.top-info .widget .info h1 {
	font-size:50px;
	margin-bottom:10px;
}

.top-info .widget .info h1 span {
	color:#D90262;
}

.top-info .widget .info .left ul {
	overflow:hidden;
}

.top-info .widget .info .left ul li {
	margin-bottom:16px;
	font-size:24px;
	line-height:26px;
	width:50%;
	float:left;
}

.top-info .widget .info .left ul li span {
	display:block;
	color:#D90262;
	font-size:20px;
}

.top-info .widget .info .right ul {
	margin-top:14px;
}

.top-info .widget .info .right ul li {
	margin-bottom:16px;
	font-size:24px;
	line-height:26px;
}

.top-info .widget .info .right ul li.half {
	width:50%;
	float:left;
}

.top-info .widget .info .right ul li span {
	display:block;
	color:#D90262;
	font-size:20px;
}

.social {
	width:55px;
	float:left;
	margin:0 40px 0 20px;
	text-align:center;
}

.social .section {
	margin-bottom:12px;
}

.social ul {
	width:50px;
	margin:0 auto;
}

.social ul li {
	margin-bottom:4px;
}

.social ul li a {
	display:block;
	height:23px;
	background:url('../images/social-icons2.png') no-repeat;
}

.social ul li a.pinterest {
	background-position:0 0;
}

.social ul li a.su {
	background-position:0 -27px;
}

.social ul li a.digg {
	background-position:0 -54px;
}

.social ul li a.icon {
	background-position:0 -81px;
}

.social ul li a.facebook {
	background-position:0 -108px;
}

.middle-content {
	width:580px;
	float:left;
}

.middle-content .section {
	margin-bottom:30px;
}

.middle-content .section-content {
    font-family: 'PT Sans', sans-serif;
}

.middle-content .section-content p {
    margin: 0 0 20px 0 ;
}

.middle-content .section-content .imgContent {
    padding: 2px;
    border: 1px #cccccc dotted;
}

.middle-content .section-content .imgContent b {
    font-weight: normal;
    font-size: 16px;
}

.middle-content .section-content a {
    color: #D90262;
}

.middle-content .section-content .imgContent .credits {
    font-size: 12px;
}

.middle-content .section + .section,
.middle-content .section{
	background:url('../images/section-bg.png') center top no-repeat;
	padding-top:38px;
}

.middle-content p.top-line {
	font-size:17px;
	line-height:23px;
	margin:0;
	color:#616161;
}

.middle-content .section .section-title {
	text-align:center;
	font-size:30px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	color:#000000;
	margin-bottom:28px;
}

.middle-content .products .product,
.middle-content .items .item{
    margin: 50px 0 0 0;
    font-family: 'PT Sans', sans-serif;
}

.middle-content .products .product a,
.middle-content .items .item a {
    color:#D90262;
}

.middle-content .products .product label {
    font-weight: bold;
}

.middle-content .products .product ol {
    margin: 0 0 0 20px;
    list-style-position: inside;
}

.middle-content .products .product ol li {
    display: list-item;
    list-style-type: decimal;
}

.middle-content .products .product .product-name,
.middle-content .items .item .item-name {
    background:url('../images/section-bg.png') center top no-repeat;
    padding-top:38px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    text-align: center;
}
.middle-content .products .product .product-name .order,
.middle-content .items .item .item-name .order {
    padding: 0 10px 0 10px;
    background: #D90262;
    color: #ffffff;
    vertical-align: middle;
}

.middle-content .products .product .product-name .name,
.middle-content .items .item .item-name .name {
    width: 100%;
}

.middle-content .products .product .product-name .order,
.middle-content .products .product .product-name .name,
.middle-content .items .item .item-name .order,
.middle-content .items .item .item-name .name {
    display: table-cell;
}
.middle-content .products .product .product-name .name span,
.middle-content .products .product .product-name .order span,
.middle-content .items .item .item-name .name span,
.middle-content .items .item .item-name .order span {
    color:#D90262;
}

.middle-content .products .product .product-price {
    background: #D90262;
    margin: 2px 0 2px 0;
    color: #ffffff;
    padding: 0 10px 0 10px;
}

.middle-content .products .product .product-price a {
    color:#ffffff;
}

.middle-content .products .product .product-usp {
    display: block;
    border: 1px #cccccc dotted;
    padding: 2px;
    margin: 0 0 10px 0;
}

.middle-content .products .product .product-description p,
.middle-content .items .item .item-description p {
    margin-bottom: 20px;
}

.middle-content .products .product .product-brand {
    margin: 0 0 20px 0;
}

.middle-content .products .product .product-pros {
    margin: 0 0 20px 0;
}

.middle-content .products .product .product-cons {
    margin: 0 0 20px 0;
}

.h-sep {
    background:#D90262;
    margin: 0 0 2px 0;
    height: 2px;
}

.asset .gallery ul li.multiple {
    display: inline-block;
    height: 282px;
    width: 282px;
    overflow: hidden;
    padding: 2px;
    border: 1px #cccccc solid;
    margin: 0 2px 0 0;
    position: relative;
}

.asset .gallery ul li.multiple .mask {
    width: 282px;
    height: 282px;
    overflow: hidden;
}

.asset .gallery ul li.single {

}

.asset .gallery ul li.multiple a img{
    min-height: 282px;
}

.asset .gallery ul li a img:hover{
    opacity: 0.9;
}

.asset .gallery ul li .zoom-ico-bg {
    background: #ffffff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 260px;
    left: 258px;
    border: 3px solid #ffffff;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    border-radius: 18px 0 0 0;
    display: none;
}

.asset .gallery ul li .zoom-ico-bg .zoom-ico {
    background: url("../images/zoom-ico.png") no-repeat;
    width: 16px;
    height: 16px;
}

.asset .gallery ul li:hover .zoom-ico-bg {
    display: block;
}

.asset .gallery .help-tip {
    font-size: 12px;
    font-style: italic;
    border: 1px #cccccc dotted;
    padding: 2px;
}

.middle-content .section .section-title span {
	color:#D90262;
}

.middle-content .style-icons-sorting {
    margin: 20px 0 20px 0 ;
}

.middle-content .style-icons-sorting li{
    display: inline-block;
    margin: 0 0 0 12px;
}

.middle-content .style-icons-sorting li a {
    color:#D90262;
}

.middle-content .style-icons-sorting li.active a {
    color: #484848;
}

.middle-content .section .icon .left {
    display: table-cell;
    padding: 0 10px 0 0;
}
.middle-content .section .icon .right {
    display: table-cell;
    vertical-align: top;
}

.middle-content .section .icon .right .icon-name span {
    color:#D90262;
}

.middle-content .section .icon .left .icon-image img {
    padding: 2px;
    border: 1px #cccccc solid;
}

.middle-content .pagination {
    margin: 50px 0 10px 0;
    text-align: center;
}

.middle-content .pagination a {
    padding: 10px;
    background: #D90262;
    color: #ffffff;
    margin: 0 10px 0 0;
}

.middle-content .pagination strong {
    padding: 10px;
    margin: 0 10px 0 0;
    border: 1px #D90262 solid;
}

.middle-content .pagination a,
.middle-content .pagination strong {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.middle-content .section .grid {
	overflow:hidden;
	margin:0 0 0 -46px;
}

.middle-content .section .grid li {
	float:left;
	margin-left:46px;
    margin-bottom: 10px;
	width:244px;
}

.middle-content .section .grid li p {
    text-align: justify;
}


.middle-content .section .grid .group-image {
    width: 244px;
    height: 183px;
    overflow: hidden;
    position: relative;
}

.middle-content .section .grid .group-image:hover .zoom-ico-bg {
    display: block;
}

.middle-content .section .grid .group-image .zoom-ico-bg {
    background: #ffffff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 155px;
    left: 215px;
    border: 3px solid #ffffff;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    border-radius: 18px 0 0 0;
    display: none;
    z-index: 10;
}

.middle-content .section .grid .group-image .zoom-ico-bg .zoom-ico {
    background: url("../images/zoom-ico.png") no-repeat;
    width: 16px;
    height: 16px;
}


.middle-content .section .grid li img {
	display:block;
	margin-bottom:14px;
    min-height: 183px;
}

.middle-content .section .grid li .img {
	margin-bottom:14px;
	position:relative;
}

.middle-content .section .grid li .img img {
	margin:0;
	position:relative;
	z-index:1;
}

.middle-content .section .grid li h3{
	font-size:22px;
	color:#D90262;
	margin-bottom:3px;
}

.middle-content .section .grid li h3 a {
	color:#D90262;
}

.middle-content .section .grid li .img h3{
	position:absolute;
	bottom:0;
	left:0;
	border-top:solid 3px rgba(255,255,255,0.7);
	background:rgba(179, 0 , 80, 0.6);
	color:#FFF;
	text-align:center;
	font-size:22px;
	padding:6px 16px;
	width:212px;
	z-index:2;
	margin:0;
}

.middle-content .section .grid li .img h3.long {
	text-align:left;
}

.middle-content .section .grid li .img h3.dark {
	background:rgba(0, 0 , 0, 0.5);
	border-color:#D90262;
}

.middle-content .section .grid li strong.date {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:#000000;
	font-size:16px;
	display:block;
	margin-bottom:7px;
}

.middle-content .section .grid li strong.date.green {
	color:#00c205;
}

.middle-content .section .grid li strong.date.blue {
	color:#0093b8;
}

.middle-content .section .grid li p {
	line-height:23px;
	margin:0;
}

.right-sidebar {
	width:300px;
	float:right;
}

.right-sidebar .ad {
	margin-bottom:26px;
}

.right-sidebar .section {
	margin-bottom:50px;
}

.right-sidebar .section h3.title {
    margin-bottom: 10px;
}

.right-sidebar .section h3.title a {
    text-decoration: underline;
    font-family: 'PT Sans', sans-serif;
    color:#C9035B;
}

.right-sidebar .section .img {
    width: 300px;
    height: 135px;
    overflow: hidden;
}

.right-sidebar .section .dsc {
    font-weight: normal;
    font-size: 17px;
    color: #aeaeae;
}

.right-sidebar .section.shadow {
    padding: 38px 0 0 0;
    background: url("../images/module-section-bg.png") no-repeat;
}

.right-sidebar .section .section-title {
	font-size:26px;
	color:#000000;
	margin-bottom:22px;
}

.right-sidebar .section .section-title strong {
	font-weight:300;
	vertical-align:middle;
	display:inline-block;
}

.right-sidebar .section .section-title strong span {
	color:#C9035B;
	margin-bottom:26px;
}

.right-sidebar .section .section-title .icon {
	width:37px;
	height:36px;
	background:url('../images/sidebar-icons.png') no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}

.right-sidebar .section .section-title .icon.pin {
    background: url("../images/featured-pin.png") no-repeat;
}

.right-sidebar .section .section-title .icon.star {
	background-position:0 0;
}

.right-sidebar .section .section-title .icon.facebook {
	background-position:0 -36px;
}

.right-sidebar .section .section-title .icon.twitter {
	background-position:0 -72px;;
}

.right-sidebar .popular ul {
	overflow:hidden;
}

.right-sidebar .popular ul li {
	float:left;
	width:150px;
}

.right-sidebar .popular ul li .img {
	display:block;
	width:150px;
	height:110px;
    overflow: hidden;
}

.right-sidebar .popular ul li img {
    min-height: 110px;
}

.right-sidebar .popular ul li h4{
	text-align:center;
	background:#d90262;
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	line-height:34px;
}

.right-sidebar .popular ul li h4.alt {
	background:#b30050;
}

.left-content {
	width:650px;
	float:left;
	margin:10px 0 0 49px;
}

.left-content #breadcrumb {
	background:url('../images/breadcrumb-shadow.png') center bottom no-repeat;
	padding-bottom:45px;
	margin-bottom:30px;
	text-align:center;
}

.left-content #breadcrumb a {
	color:#000000;
	font-size:23px;
	display:inline-block;
	vertical-align:middle;
	text-decoration: none;
}

.left-content #breadcrumb em {
	display:inline-block;
	background:url('../images/breadcrumb-arrow.png') 0 0 no-repeat;
	width:34px;
	height:7px;
	vertical-align:middle;
	margin:0 10px 0 12px;
}

.left-content #breadcrumb a span {
	display:inline-block;
	vertical-align:middle;
}

.left-content #breadcrumb a .category-icon {
	margin-right:2px;
}

.category-icon.pink {
	background-image:url('../images/pink-category-icons.png');
}


#news-category {
    width: 650px;
    position: relative;
}

#news-category:before {
    display: block;
    height: 22px;
    content: url("../images/news-category-top.jpg");
}


#news-category:after {
    display: block;
    height: 22px;
    content: url("../images/news-category-bottom.jpg");
}

#news-category .category-toggle {
    position: absolute;
    left: 250px;
    color:#d90262;
    padding: 0 0 0 30px;
    font-weight: normal;
    font-size: 20px;
}

#news-category .category-toggle.collapse {
    background: url("../images/news-category-collapse-icon.jpg") no-repeat;
}

#news-category .category-toggle.expand {
    background: url("../images/news-category-expand-icon.jpg") no-repeat;
}

#news-category .category-toggle:hover {
    cursor: pointer;
}

#news-category .list {
    display: block;
    padding: 50px 60px 22px 60px;
    margin: 0;
    text-align: center;
}

#news-category .list li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px 10px 0;
}

#news-category .list li.active a {
    color:#d90262;
    text-decoration: underline;
}

#news-category .list li:hover a {
    color:#d90262;
}

#news-category .list li a {
    font-size: 18px;
}

.discover {
    background: url("../images/discover-bg-640.jpg") repeat-y;
}

#loaderBar {
    text-align: center;
    display: block;
}

#page-loading {
    background: url("../images/timeline-loading.gif") no-repeat;
    width: 64px;
    height: 64px;
    display: none;
}


#page-load-btn {
    width: 648px;
    display: none;
}

#page-load-btn:hover {
    cursor: pointer;
}

.discover strong.date{ 
	font-weight: normal;
	color:#d90262;
	display:block;
	text-align:center;
	font-size:15px;
	margin-bottom:22px;
    width: 650px;
    float: left;
    background: #ffffff;
}

.discover strong.year{
    font-weight: normal;
    font-size: 30px;
    color:#d90262;
    display:block;
    text-align:center;
    margin-bottom:22px;
    width: 650px;
    float: left;
    background: #FFFFFF;
}

.discover strong.date span {
	display:block;
	font-size:31px;
}

.discover .item {
	position:relative;
	width:242px;
	margin-bottom:50px;
   /* max-height: 400px;*/
    overflow: hidden;
}

.discover .item .img img {
    max-height: 291px;
}

.discover .item .img {
    position: relative;
}

.discover .item .img .zoom-ico-bg {
    background: #ffffff;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: 213px;
    border: 3px solid #ffffff;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    border-radius: 18px 0 0 0;
    display: none;
    z-index: 200;
}

.discover .item .img .zoom-ico-bg .zoom-ico {
    background: url("../images/zoom-ico.png") no-repeat;
    width: 16px;
    height: 16px;
}

.discover .item .img:hover .zoom-ico-bg {
    display: block;
}

.discover .item.left {
	float:left;
	margin-right:-16px;
	background:url('../images/discover-item-left.png') 0 0 no-repeat;
	padding:9px 81px 0 11px;
    clear: left;
}

.discover .item.right {
	float:right;
	margin-left:-16px;
	background:url('../images/discover-item-right.png') 0 0 no-repeat;
	padding:9px 11px 0 81px;
    clear: right;
}

.discover .item h2 {
	background:#FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	color:#333333;
	line-height:23px;
	padding:14px 5px 14px 16px;
	border-bottom:solid 2px #d90262;
}

.discover .item .excerpt {
    background: #ffffff;
    padding: 5px;
}

.discover .item .excerpt a.read-more {
    display:block;
    padding-top: 10px;
    padding-bottom:10px;
    font-family: 'Oswald', sans-serif;
    font-size:18px;
    font-weight:300;
    line-height:18px;
    text-align:center;
    text-decoration: underline;
    color:#d90262;
    margin-bottom: 5px;
}

.discover .item img.main-img {
	display:block;
	width:242px;
	position:relative;
	z-index:1;
    background: #CCCCCC;
}

.discover .item .profile {
	position:absolute;
	bottom:0;
	background:rgba(0, 0, 0, 0.6);
	color:#FFF;
	padding:8px 10px 10px 15px;
	overflow:hidden;
	z-index:2;
	width:217px;
}

.discover .item .profile img {
	width:51px;
	height:51px;
	border-radius:26px;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.3) inset;
	display:inline-block;
	vertical-align:middle;
	margin-right:16px;
}

.discover .item .profile > div {
	display:inline-block;
	vertical-align:middle;
	width:145px;
}

.discover .item .profile > div span {
	display:block;
	font-size:15px;
	line-height:23px;
}

.discover .item .profile > div a {
	display:block;
	color:#FFF;
	font-size:20px;
	line-height:23px;
}

.discover .item.left .profile {
	left:11px;
}

.discover .item.right .profile {
	right:11px;
}

.full-page {
	width:923px;
	margin:0 auto;
	color:#000000;
	font-family: 'PT Sans', sans-serif;
}

.full-page #breadcrumb {
	margin-bottom:20px;
}

.full-page h1 {
	font-size:30px;
	line-height:30px;
	color:#000000;
	margin-bottom:26px;
}

.full-page h1:first-letter {
	color:#d90262;
}

.full-page p {
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;
}

.full-page h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

.full-page h3 {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}


.hotlists {
    width:720px;
    float:left;
    margin-left:4px;
    overflow:hidden;
}

.hotlists .item {
    width:205px;
    background:url('../images/hotlist-shadow.png') center bottom no-repeat;
    margin:0 0 36px 18px;
    float:left;
    height:397px;
    padding:7px 9px 0 8px;
}

.hotlists .item .img {
    width: 205px;
    height: 292px;
    overflow: hidden;
    border-bottom:solid 2px #db0d69;
    margin-bottom:17px;
}

.hotlists .item img,
.hotlists .item noscript img{
    display:block;
    min-height: 292px;
}

.hotlists .item h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    padding:0 18px;
    font-size:18px;
    line-height: 22px;
}

.hotlists .item h2 a {
    color:#333333;
}

.hotlists .item h2 a:hover {
    text-decoration: underline;
}

.more {
    display:block;
    background:url('../images/more-arrow.png') center bottom no-repeat;
    padding-bottom:33px;
    font-family: 'Oswald', sans-serif;
    font-size:18px;
    font-weight:300;
    line-height:18px;
    text-align:center;
    color:#d90262;
}

.article-title {
    font-size:30px;
    line-height:40px;
    margin-bottom:30px;
}

.article-title:first-letter {
    color:#d90262;
}

.left-img {
    float:left;
    display:block;
    margin:0 40px 40px 0;
}

.right-img {
    float:right;
    display:block;
    margin:0 0px 40px 25px;
}

.article p {
    font-size:17px;
    line-height:23px;
    margin-bottom:23px;
}

.article-subtitle {
    margin-bottom:40px;
    font-size:26px;
    line-height:50px;
    white-space: nowrap;
}

.article-subtitle em {
    display:block;
    width:35px;
    height:35px;
    border:solid 8px #b30050;
    background:#d90262;
    float:left;
    margin-right:20px;
    font-family: 'PT Sans Narrow', sans-serif;
    color:#FFF;
    font-size:24px;
    font-style:normal;
    line-height:35px;
    text-align:center;
    border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

.article-subtitle span:first-letter {
    color:#d90262;
}

.article .ad {
    margin-bottom:25px;
}

.article .comment h3,
.comment h3 {
    padding-left:55px;
    background:url('../images/comments-icon.png') 0 0 no-repeat;
    line-height:35px;
    font-size:28px;
    color:#d90262;
    margin-bottom:30px;
}

/* ********************************************************************** */
/* ***************************** Footer  CSS **************************** */
/* ********************************************************************** */

#footer {
	background:#444444;
	color:#FFF;
	/*margin-bottom:88px;*/
}

#footer a {
	color:#FFF;
}

#footer h4 {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:#FFF;
	background:#D90262;
	color:#FFF;
	font-size:28px;
	line-height:51px;
	padding-left:36px;
}

#footer .connect {
	width:474px;
	float:left;
}

#footer .info {
	width:208px;
	float:left;
}

#footer .info h4{
	background:#c9035b;
}

#footer .cat {
	width:406px;
	float:left;
}

#footer .section-content {
	height:162px;
	padding:28px 0 0 38px;
}

#footer .info .section-content {
	background:#404040;
}

#footer .social-links {
	overflow:hidden;
	margin:16px 0 40px 0;
}

#footer .social-links a {
	float:left;
	display:block;
	margin-right:24px;
	font-size:18px;
	line-height:42px;
	padding-left:55px;
	background:url('../images/footer-social-icons.png') no-repeat;
}

#footer .social-links a.facebook {
	background-position:0 0;
}

#footer .social-links a.twitter {
	background-position:0 -42px;
}

#footer .social-links a.google {
	background-position:0 -84px;
}

#footer .copy {
	float:left;
	margin-right:40px;
	font-size:16px;
}

#footer .sitemap {
	float:left;
	font-size:16px;
	text-decoration: underline;
}

#footer .info li {
	font-size:16px;
	line-height:26px;
}

#footer .cat li {
	width:122px;
	float:left;
	font-size:16px;
	line-height:26px;
}
/*******************************************/
.ads {
    font-family: "Times New Roman", arial;
    font-size: 1em;
}

/*----------------------------------------------------------------*/
.ecs-item {

}

.ecs-item > span {

}

.ecs-item > .price > .list-price {
    text-decoration: line-through;
}

.ecs-item > .price .value {
    color: #B12704;
    font-weight: bold;
}

.ecs-item > span > a {
    text-decoration: underline;
    display: block;
}
