/*STYLES FOR MAIN HOMEPAGE*/
.lib {
    color: #212121;
    position: absolute;
    letter-spacing: -2px;
    margin-left: 0px;
    line-height: 64px;
    margin-top: 20px;
    text-align: left;
    margin: 0 auto;
    width: 1001px;
    left: -10px;
    top: 20px;
}

.lib .container p:first-of-type {
    line-height: 55px;
    width: 317px;
    margin-bottom: 30px;
    margin-top:0px;
}

.lib .container p {
    font-size: 60px;
    font-family: Galeere;
    text-transform: uppercase;
    width: auto;
    clear: both;
}

.lib .container {
    width: 317px;
    text-align: center;
}

.lib span.line {
    position: absolute;;
    width: 75px;
    border-bottom: 1px solid black;
    top: -30px;
    height: 1px;
    background: none;
    margin-left: 131px;
    left: 0;
}

.lib .sub {
    font-family: Georgia;
    font-size: 15px;
    min-height: 7px;
}

.lib p:last-of-type {
    background: #000000;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-family: Georgia;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    top: 5px;
    margin-left: 0px;
    margin: 0 auto;
    float: none;
    width: 100px;
    height: 20px;
    line-height: 24px;
}

.nobg .col-main {
    
}

.announcement-list {
    position: absolute;
    top: 42px;
    width:223px;
    right: 0;
    overflow: hidden;
    height:163px;
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-weight: bold;
    font-style: italic;
    line-height: 17px;
    list-style: disc inside;
    color: #fff;
    display: block;
    border: 1px solid #000000;
    -webkit-box-shadow:0 0 92px 4px #FCF4DE;

    box-shadow:0 0 92px 4px #FCF4DE;

}
.announcement-list ul{
    list-style: none;
    position: absolute;
    left:0px;
    width: 1001px;
}
.std .announcement-list ul li{
    position: relative;
    list-style: none !important;
    float:left;
    margin-left:0px;
    margin:0;
    width:223px;
    padding:0;
}
.std .announcement-list .slidenav{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    background: rgba(0, 0, 0, .4);
    width:213px;
    text-align: right;
}
.std .announcement-list .slidenav a{
    border:1px solid #d9d9d9;
    border-radius:20px;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    margin-right:6px;
    overflow: hidden;
    display: inline-block;
}
.std .announcement-list .slidenav a:hover,
.std .announcement-list .slidenav a.active {
    /*#gradient .vertical(@btnBackground, @btnBackgroundHighlight);*/
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top,white, #333333);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#333333));
    background-image: -webkit-linear-gradient(top,white,#333333);
    background-image: -o-linear-gradient(top,white,#333333);
    background-image: linear-gradient(to bottom,white,#333333);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#333333', GradientType=0);
}
.std .announcement-list ul li a{
    text-decoration: none;
}
.std .announcement-list ul li h3{
    padding:8px 8px 0 8px;
    margin:0;
    color:#fff;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0px 0px 3px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}
.std .announcement-list ul li p {
    position: relative;
    color: white;
    font-size:14px;
    padding:0px 8px;
    margin:0;
    font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', serif;
    text-shadow: 0px 0px 3px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}
.std .announcement-list ul li img{
    position: absolute;
    top:0px;
    left:0px;
}

.shade_bot {
    position: absolute;
    height: 300px;
    width: 100%;
    left: 0;
    bottom: -102px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,17,17,0)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(65,65,65,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(17,17,17,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
    z-index: 5;
}

.announcement-blocks-container {
    position: absolute;
    left: 50%;
    top: 477px;
}

.announcement-blocks {
    width: 1002px;
    margin: 0 auto;
    position: relative;
    left: -50%;
    top: 0px !important;
    -moz-transition: top 2.3s ease-out;
    -webkit-transition: top 2.3s ease-out;
    transition: top 2.3s ease-out;
    padding-left: 0;
    z-index: 50;
}
.announcement-blocks ul {
    display: inline;

}
.announcement-blocks ul li {
    position: relative;
    margin:0 25px 0 0;
    height:239px;
    width:317px;
    float:left;
    overflow: hidden;
}

.announcement-blocks ul li:first-child {
    margin-top: 0px;
}

.announcement-blocks ul li img{
    width:318px;
    height:207px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.announcement-blocks ul li:last-child {
    margin:0;
}

.announcement-blocks ul:hover li img{
    opacity:.2;
}
.announcement-blocks ul li:hover img {
    opacity:1;
}
.announcement-blocks ul:hover li .label {
    opacity:.2;
}
.announcement-blocks ul li:hover .label {
    opacity:1;
}

.announcement-blocks ul li h3{
    background-color: #282828;
    padding: 7px;
    padding-left: 20px;
    margin: 0;

    text-transform: uppercase;
    color:#dfdad5;
    font-size: 14px;
    font-family: Georgia;
    height: 18px;
    font-weight: normal;
}
.announcement-blocks ul li a{
    text-decoration: none;
}
.announcement-blocks ul li .label{
    width: 318px;
    position: absolute;
    bottom: 21px;
    color:#fff;
    max-width: 318px;
    font-family: Georgia;
    text-transform: uppercase;
    display: block;
    height: 18px;
    text-align: center;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.announcement-blocks ul li .label span {
    position: relative;
    margin: 0 auto;
    background:rgba(0,0,0,1);
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
/*END STYLES FOR MAIN HOMEPAGE*/



/*CATEGORY HOME CATEGORIES NAV*/
body.category-top-level.catalog-category-view .inner-container h1 {
    max-width: 171px;
    margin: 43px 0 0 14px;
    text-transform: uppercase;
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-weight: bold;
    line-height: 22px;
    font-size:20px;
    color: white;
    border-bottom: 1px solid white;
    width:171px;
}
body.category-top-level.catalog-category-view ul.sub {
    margin: 6px 0 0 14px;
}
body.category-top-level.catalog-category-view ul.sub li {
    line-height: 28px;
    margin-top: 0;
}
body.category-top-level.catalog-category-view ul.sub li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: bold;
    color: white;
}
body.category-top-level.catalog-category-view ul.sub li a:hover{
    color: #7B5269;
}
.new-products {
    background: rgba(50,47,49,.65);
    position:absolute;
    right:0px;
    top:362px;
}
.new-products ul{
    display:inline;
}

.new-products  li {
    position: relative;
    margin:8px 8px 0 0;
    height:150px;
    width:100px;
    overflow:hidden;
    float:left;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.new-products ul li:first-child {
    width:130px;
    padding-left:8px
}
.new-products ul > li img{
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.new-products ul:hover > li img{
    opacity:.4;
}
.new-products ul li:hover img{
    opacity:1;
}
.new-products ul li a{
    text-decoration: none;
}
.new-products ul li h3{
    color:#fff;
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}
.new-products ul li p {
    color:#fff;
    margin-top: 18px;
    font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 19px;
}

