.adrHeader > .Inner {
    text-align: center;
    padding: 80px 0px 40px 0px;
    position: relative;
}

.adrHeader > .Inner .Header {
    display: inline;
    color: #232a2a;
    font-size: 35px;
    font-family: 'khroniclelight_italic';
    position: relative;
}

.adrHeader > .Inner .Header:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -105px;
    width: 00px;
    height: 2px;
    background: #232a2a;
}

.adrHeader > .Inner .Header:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -105px;
    width: 00px;
    height: 2px;
    background: #232a2a;
}

.adrHeader > .Inner .Header a {
    color: #232a2a;
    font-size: 35px;
    font-family: 'khroniclelight_italic';
    text-decoration: none;
}

.adrHomeSlider {
    position: relative;
}

.adrHomeSlider .adrHomeSlider-Contener {
    display: block;
    margin: 0px;
    padding: 0px;
}

.adrHomeSlider .Navigation {
    position: absolute;
    bottom: 30px;
    left: 0px;
    z-index: 10;
    width: 100%;
}

.adrHomeSlider .Navigation > .Inner {
    max-width: 1300px;
    margin: auto;
    padding: 0px 0px 0px 20px;
}

.adrHomeSlider .Navigation a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 4px 0px 0px;
    cursor: pointer;
    background: url("../img/adriano/nav_inactive1.png") 0px 0px no-repeat;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.adrHomeSlider .Navigation a:hover {
    background: url("../img/adriano/nav_active.png") 0px 0px no-repeat;
}

.adrHomeSlider .Navigation a.IsActive {
    background: url("../img/adriano/nav_active.png") 0px 0px no-repeat;
}

.adrHomeSlider .adrHomeSlider-Entry {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.adrHomeSlider .adrHomeSlider-Entry.IsHidden {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}

.adrHomeSlider .adrHomeSlider-Entry a {
    display: false;
    max-width: 1300px;
    margin: auto;
    height: 650px;
    position: relative;
}

.adrHomeSlider .adrHomeSlider-Entry a .adrHomeSlider-EntryFrame {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 10px;
    height: 230px;
    margin-top: -115px;
    
}

.adrHomeSlider .adrHomeSlider-Entry a .adrHomeSlider-EntryFrame:after {
    content: '';
    display: block;
    position: absolute;
    top: 75px;
    left: 50%;
    max-width: 226px;
    height: 2px;
    width: 100%;
    background: #2e3534;
}

.adrHomeSlider .adrHomeSlider-Entry a .adrHomeSlider-EntryFrame .adrHomeSlider-EntryTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    padding: 40px 40px 0px 40px;
    color: #232a2a;
    font-size: 45px;
    line-height: 1.0;
    font-family: 'khroniclelight_italic';
    text-transform: uppercase;
}

.adrHomeSlider .adrHomeSlider-Entry a .adrHomeSlider-EntryFrame .adrHomeSlider-EntryDescription {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    color: #232a2a;
    padding: 0px 40px 30px 0px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'futura_t_otlight';
}

.HeaderTopUpperMenu {
    background: #171a1a;
}

.HeaderTopUpperMenu > .Inner {
    max-width: 1340px;
    margin: auto;
    padding: 0px 20px 0px 20px;
    min-height: 40px;
}

.HeaderTopUpperMenu > .Inner .LeftMenu {
    float: left;
    padding: 10px 0px 0px 0px;
}

.HeaderTopUpperMenu > .Inner .LeftMenu .Anchor {
    text-decoration: none;
    color: #b9baba;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopUpperMenu > .Inner .LeftMenu .Anchor.WithLeftBreak {
    padding-left: 15px;
    border-left: 1px solid #3d3f3f;
}

.HeaderTopUpperMenu > .Inner .LeftMenu .Anchor:hover {
    color: #ffffff;
}

.HeaderTopUpperMenu > .Inner .RightMenu {
    float: right;
    padding: 10px 0px 0px 0px;
}

.HeaderTopUpperMenu > .Inner .RightMenu .Break {
    color: #b9baba;
}

.HeaderTopUpperMenu > .Inner .RightMenu .LanguageAnchor {
    text-decoration: none;
    color: #b9baba;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopUpperMenu > .Inner .RightMenu .LanguageAnchor.IsActive {
    color: #ffffff;
    border-bottom: 2px solid #7d7f7f;
}

.HeaderTopUpperMenu > .Inner .RightMenu .LanguageAnchor.IsLast {
    padding-right: 15px;
}

.HeaderTopUpperMenu > .Inner .RightMenu .LanguageAnchor:hover {
    color: #ffffff;
}

.HeaderTopUpperMenu > .Inner .RightMenu .Anchor {
    text-decoration: none;
    color: #b9baba;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopUpperMenu > .Inner .RightMenu .Anchor.WithLeftBreak {
    padding-left: 15px;
    border-left: 1px solid #3d3f3f;
}

.HeaderTopUpperMenu > .Inner .RightMenu .Anchor:hover {
    color: #ffffff;
}

.HeaderTopUpperMenu > .Inner .RightMenu .AnchorWhite {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopUpperMenu > .Inner .RightMenu .AnchorWhite.WithLeftBreak {
    padding-left: 15px;
    border-left: 1px solid #3d3f3f;
}

.HeaderTopUpperMenu > .Inner .RightMenu .AnchorWhite:hover {
    color: #b9baba;
}

.HeaderTopMenu > .Inner {
    max-width: 1340px;
    margin: auto;
    padding: 0px 20px 0px 20px;
    min-height: 20px;
    position: relative;
}

.HeaderTopMenu > .Inner .Logo {
    position: absolute;
    top: 48px;
    left: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .Logo:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.HeaderTopMenu > .Inner .NavMenu > ul {
    padding: 0px 0px 0px 270px;
    display: block;
    margin: 0px;
}

.HeaderTopMenu > .Inner .NavMenu > ul:after {
    content: '';
    display: block;
    clear: both;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li {
    margin: 0px 0px 0px 0px;
    padding: 51px 30px 48px 30px;
    display: block;
    float: left;
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > a {
    border: none;
    padding: 0px 0px 0px 0px;
    background: none;
    margin: 0px;
    font-size: 13px;
    font-family: 'futura_t_otregular';
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li:hover {
    border-bottom: 3px solid #0be1c0;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li:hover > a {
    color: #0be1c0;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0px;
    display: block;
    z-index: 5;
    width: 100%;
    border-top: 3px solid #0be1c0;
    background: #ffffff;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px;
    visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul:after {
    content: '';
    display: block;
    clear: both;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li:hover > ul {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    z-index: 10;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li {
    display: block;
    float: left;
    margin: 0px;
    padding: 60px 0px 0px 60px;
    width: 50%;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li {
    display: block;
    float: left;
    margin: 0px;
    padding: 60px 0px 0px 60px;
    width: 50%;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > a {
    text-transform: uppercase;
    color: #232a2a;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #0be1c0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > a:hover {
    color: #000000;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > a:hover:after {
    width: 100%;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li {
    padding: 2px 0px 2px 25px;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > a {
    text-transform: uppercase;
    color: #232a2a;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #0be1c0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > a:hover {
    color: #000000;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > a:hover:after {
    width: 100%;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > ul > li {
    padding: 2px 0px 2px 25px;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > ul > li > a {
    text-transform: uppercase;
    color: #232a2a;
    font-size: 13px;
    color: #687172;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #0be1c0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > ul > li > a:hover {
    color: #000000;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li > ul > li > ul > li > a:hover:after {
    width: 100%;
}

.HeaderTopMenu > .Inner .NavMenu > ul > li > ul > li#category-thumbnail {
    width: 50%;
    text-align: right;
    padding: 0px;
}

.ScrollMover {
    overflow: hidden;
}

.ScrollMover > .Mover {
    width: 99999px;
}

/* HomeRecommendedProducts - ProductsOverlay */
.ProductsOverlay {
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.ProductsOverlay .Page {
    position: relative;
    width: 100%;
    height: 590px;
    overflow: hidden;
    background: #ffffff;
    z-index: 10;
}

.ProductsOverlay .Page:after {
    clear: '';
    display: block;
    clear: both;
}

.ProductsOverlay .Page.IsHidden {
    display: none;
}

/* HomeRecommendedProducts - ProductsOverlay - Product */
.ProductsOverlay .Page .Product {
    display: block;
    width: 25%;
    height: 100%;
    padding: 0px 14px 0px 14px;
    float: left;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.ProductsOverlay .Page .Product .Picture {
    display: block;
    margin: 0px;
    padding: 0px 0px 45px 0px;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ProductsOverlay .Page .Product .Picture img {
    width: 100%;
    height: auto;
}

.ProductsOverlay .Page .Product .Picture:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.ProductsOverlay .Page .Product h4.Category {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.ProductsOverlay .Page .Product h4.Category a.Category-Anchor {
    color: #838384;
    font-size: 13px;
    letter-spacing: 0.300em;
    font-family: 'futura_t_otlight';
    text-transform: uppercase;
}

.ProductsOverlay .Page .Product .Anchor {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-family: 'khronicleregular';
    color: #232a2a;
    font-size: 25px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 9px 15px 9px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ProductsOverlay .Page .Product .Price {
    display: block;
    text-align: center;
    padding-bottom: 9px;
    line-height: 21px;
}

.ProductsOverlay .Page .Product .Price span {
    font-family: 'khronicleregular';
    color: #8b8b8b;
    font-size: 25px;
}

.ProductsOverlay .Page .Product:hover .Anchor {
    color: #0be1c0;
}

/* HomeRecommendedProducts - Navigation */
.ProductsOverlay-Navigation {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
}

.ProductsOverlay-Navigation:after {
    content: '';
    display: block;
    clear: both;
}

.ProductsOverlay-Navigation .Anchor {
    text-decoration: none;
    margin: 0px 3px 0px 3px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url("../img/adriano/nav_inactive.png") 0px 0px no-repeat;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ProductsOverlay-Navigation .Anchor:hover {
    background: url("../img/adriano/nav_active.png") 0px 0px no-repeat;
    color: #0be1c0;
}

.ProductsOverlay-Navigation .Anchor.IsActive {
    background: url("../img/adriano/nav_active.png") 0px 0px no-repeat;
}

.Home-WhatsNew-Content > ul {
    padding: 0px;
    margin: 0px;
    display: block;
}

.Home-WhatsNew-Content > ul:after {
    content: '';
    display: block;
    clear: both;
}

.Home-WhatsNew-Content > ul > li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 50%;
}

.Home-WhatsNew-Content > ul > li a {
    display: block;
    position: relative;
    text-decoration: none;
}

.Home-WhatsNew-Content > ul > li a .Picture {
    width: 100%;
    height: auto;
}

.Home-WhatsNew-Content > ul > li a .Title {
    display: block;
    border: 5px solid #232a2a;
    padding: 35px 50px 35px 50px;
    position: absolute;
    top: 25%;
    color: #232a2a;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: -0.020em;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Home-WhatsNew-Content > ul > li a .Title .Line1 {
    font-family: 'khronicleregular';
    font-size: 32px;
}

.Home-WhatsNew-Content > ul > li a .Title .Line2 {
    font-family: 'futura_t_otlight';
    font-size: 15px;
}

.Home-WhatsNew-Content > ul > li a:hover .Title {
    color: #0be1c0;
}

.Home-WhatsNew-Content > ul > li._Pos-1 a .Title {
    left: 0px;
    right: 40%;
}

.Home-WhatsNew-Content > ul > li._Pos-2 a .Title {
    right: 0px;
    left: 40%;
    text-align: right;
}

.Home-Promotions-Content > ul {
    padding: 0px 30px 0px 30px;
    margin: 0px;
    display: block;
}

.Home-Promotions-Content > ul:after {
    content: '';
    display: block;
    clear: both;
}

.Home-Promotions-Content > ul > li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
}

.Home-Promotions-Content > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.Home-Promotions-Content > ul > li a .Bg {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Home-Promotions-Content > ul > li a .Title {
    display: block;
    position: relative;
    z-index: 10;
}

.Home-Promotions-Content > ul > li._Pos-1 {
    width: 50%;
    height: 325px;
}

.Home-Promotions-Content > ul > li._Pos-1 a .Title {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 40px 10px 0px 10px;
    color: #232a2a;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
    background: url("../img/news_bg_a.png") 50% 75% no-repeat;
}

.Home-Promotions-Content > ul > li._Pos-1 a .Title .Line0 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 13px;
    padding: 0px 0px 8px 0px;
    color: #838384;
    letter-spacing: 0.300em;
}

.Home-Promotions-Content > ul > li._Pos-1 a .Title .Line1 {
    display: block;
    font-family: 'khronicleregular';
    font-size: 23px;
    padding: 0px 0px 8px 0px;
}

.Home-Promotions-Content > ul > li._Pos-1 a .Title .Line2 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 14px;
}

.Home-Promotions-Content > ul > li._Pos-1 a .Bg {
    left: 50%;
    width: 50%;
}

.Home-Promotions-Content > ul > li a .Title {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Home-Promotions-Content > ul > li a:hover .Title {
    color: #0be1c0 !important;
}

.Home-Promotions-Content > ul > li a:hover .Bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 10;
}

.Home-Promotions-Content > ul > li._Pos-2 {
    float: right;
    width: 50%;
    height: 650px;
}

.Home-Promotions-Content > ul > li._Pos-2 a .Title {
    display: block;
    border: 5px solid #232a2a;
    padding: 35px 50px 35px 50px;
    position: absolute;
    top: 50%;
    margin-top: -86px;
    color: #232a2a;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: -0.020em;
    right: -30px;
    left: 30%;
    text-align: right;
}

.Home-Promotions-Content > ul > li._Pos-2 a .Title .Line1 {
    font-family: 'khronicleregular';
    font-size: 32px;
}

.Home-Promotions-Content > ul > li._Pos-2 a .Title .Line2 {
    font-family: 'futura_t_otlight';
    font-size: 14px;
}

.Home-Promotions-Content > ul > li._Pos-2 a:hover .Title {
    background: rgba(0, 0, 0, 0.7);
}

.Home-Promotions-Content > ul > li._Pos-4 a:hover .Title {
    background: rgba(0, 0, 0, 0.7);
}

.Home-Promotions-Content > ul > li._Pos-3 {
    width: 50%;
    height: 325px;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 40px 10px 0px 10px;
    color: #232a2a;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
    background: url("../img/news_bg_a.png") 50% 75% no-repeat;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title .Line0 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 13px;
    padding: 0px 0px 8px 0px;
    color: #838384;
    letter-spacing: 0.300em;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title .Line1 {
    display: block;
    font-family: 'khronicleregular';
    font-size: 23px;
    padding: 0px 0px 8px 0px;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title .Line2 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 14px;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Bg {
    left: 0%;
    width: 50%;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 40px 10px 0px 10px;
    margin-left: 50%;
    color: #232a2a;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
    background: url("../img/news_bg_a.png") 50% 75% no-repeat;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title .Line0 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 13px;
    padding: 0px 0px 8px 0px;
    color: #838384;
    letter-spacing: 0.300em;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title .Line1 {
    display: block;
    font-family: 'khronicleregular';
    font-size: 23px;
    padding: 0px 0px 8px 0px;
}

.Home-Promotions-Content > ul > li._Pos-3 a .Title .Line2 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 14px;
}

.Home-Promotions-Content > ul > li._Pos-4 {
    width: 50%;
    height: 325px;
}

.Home-Promotions-Content > ul > li._Pos-4 a .Title {
    display: block;
    border: 5px solid #232a2a;
    padding: 35px 50px 35px 50px;
    position: absolute;
    top: 50%;
    margin-top: -86px;
    color: #232a2a;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: -0.020em;
    left: -30px;
    right: 30%;
    text-align: left;
}

.Home-Promotions-Content > ul > li._Pos-4 a .Title .Line1 {
    font-family: 'khronicleregular';
    font-size: 32px;
}

.Home-Promotions-Content > ul > li._Pos-4 a .Title .Line2 {
    font-family: 'futura_t_otlight';
    font-size: 14px;
}

.Home-Promotions-Content > ul > li._Pos-5 {
    width: 50%;
    height: 325px;
}

.Home-Promotions-Content > ul > li._Pos-5 a .Bg {
    left: 0%;
    width: 50%;
}

.Home-Promotions-Content > ul > li._Pos-5 a .Title {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 40px 10px 0px 10px;
    margin-left: 50%;
    color: #232a2a;
    line-height: 1.0;
    text-align: center;
    text-transform: uppercase;
    background: url("../img/news_bg_a.png") 50% 75% no-repeat;
}

.Home-Promotions-Content > ul > li._Pos-5 a .Title .Line0 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 13px;
    padding: 0px 0px 8px 0px;
    color: #838384;
    letter-spacing: 0.300em;
}

.Home-Promotions-Content > ul > li._Pos-5 a .Title .Line1 {
    display: block;
    font-family: 'khronicleregular';
    font-size: 23px;
    padding: 0px 0px 8px 0px;
}

.Home-Promotions-Content > ul > li._Pos-5 a .Title .Line2 {
    display: block;
    font-family: 'futura_t_otlight';
    font-size: 14px;
}

.center_column {
    color: #7b8187;
    font-size: 17px;
    line-height: 1.41667em;
}

.SubPageBanner > .Inner {
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.SubPageBanner > .Inner .SubHeader {
    max-width: 1300px;
    margin: auto;
    position: relative;
    height: 100%;
}

.SubPageBanner > .Inner .SubHeader > h1 {
    position: absolute;
    bottom: 22px;
    left: 354px;
    color: #171a1a;
    margin: 0px;
    font-size: 0px;
    font-family: 'khroniclelight_italic';
    text-transform: uppercase;
}

._ShowBelow980 {
    display: none !important;
}

.AdrTable {
    width: 100%;
}

.AdrTable td._P1 {
    width: 200px;
    vertical-align: top;
}

.AdrTable td._P2 {
    vertical-align: top;
}

.SearchIcon-Section {
    position: absolute;
    top: 40px;
    right: 0px;
    vertical-align: top;
    height: 60px;
}

.SearchIcon-Section .Label {
    display: inline-block;
    vertical-align: top;
    color: #687172;
    font-size: 13px;
    line-height: 60px;
    padding: 0px 20px 0px 0px;
    text-transform: uppercase;
    text-align: right;
}

.SearchIcon-Section .Anchor {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    background: #171a1a;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.SearchIcon-Section .Anchor:before {
    display: block;
    text-align: center;
    padding: 17px 0px 0px 0px;
    font-size: 21px;
}

.SearchIcon-Section .Anchor:hover {
    color: #0be1c0;
}

.CartIcon-Section {
    position: absolute;
    top: 100px;
    right: 0px;
    height: 60px;
    vertical-align: top;
}

.CartIcon-Section .Label {
    display: inline-block;
    vertical-align: top;
    color: #0be1c0;
    font-size: 13px;
    line-height: 60px;
    padding: 0px 20px 0px 0px;
    text-transform: uppercase;
    text-align: right;
}

.CartIcon-Section .Anchor {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    background: #0be1c0;
    color: #171a1a;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.CartIcon-Section .Anchor:before {
    display: block;
    text-align: center;
    padding: 17px 0px 0px 0px;
    font-size: 21px;
}

.CartIcon-Section .Anchor:hover {
    color: #ffffff;
}

.SearchResultsSubage {
    width: 100%;
    overflow: hidden;
    padding: 0px 20px 20px 20px;
    z-index: 200;
    background: #0be1c0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.SearchResultsSubage.IsHidden {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.SearchResultsSubage > .Inner {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.SearchResultsSubage > .Inner > .Title {
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 35px;
    color: #27292b;
    font-family: Georgia, Times New Roman;
    font-style: italic;
}

.SearchResultsSubage > .Inner > .SearchForm {
    display: block;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #59ecce;
}

.SearchResultsSubage > .Inner > .SearchForm fieldset {
    display: block;
    padding: 0px;
    margin: 0px;
    border: none;
    position: relative;
}

.SearchResultsSubage > .Inner > .SearchForm .InputText {
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    color: #59ecce;
    font-size: 70px;
    font-family: 'khroniclelight_italic';
}

.SearchResultsSubage > .Inner > .SearchForm .InputSubmit {
    display: block;
    background: none;
    border: none;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 70px;
    height: 70px;
    padding: 0px;
    margin: 0px;
    color: #59ecce;
    font-size: 68px;
}

.SearchResultsSubage > .Inner > .SearchForm.IsActive .InputText {
    color: #ffffff;
}

.SearchResultsSubage > .Inner > .SearchForm.IsActive .InputSubmit {
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.SearchResultsSubage > .Inner > .SearchForm.IsActive .InputSubmit:hover {
    color: #000000;
}

.SearchResultsSubage > .Inner .ResultsContener .Header {
    text-align: right;
    padding: 15px 0px 0px 0px;
}

.SearchResultsSubage > .Inner .ResultsContener .Header .Anchor {
    display: inline-block;
    text-decoration: none;
}

.SearchResultsSubage > .Inner .ResultsContener .Header .Anchor:hover .AnchorText {
    background: #ffffff;
    color: #0be1c0;
}

.SearchResultsSubage > .Inner .ResultsContener .Header .Anchor .AnchorText {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border: 5px solid #ffffff;
    font-family: 'khroniclelight_italic';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.SearchResultsSubage .DataGrid {
    position: absolute;
    top: 220px;
    left: 0px;
    width: 100%;
    max-height: 280px;
    overflow: auto;
}

.SearchResultsSubage .DataGrid .mCustomScrollBox {
    position: initial !important;
}

.SearchResultsSubage .DataGrid:after {
    content: '';
    display: block;
    clear: both;
}

.ProductFloatingHeader {
    position: relative;
    z-index: 100;
    padding: 60px 0px 60px 0px;
    margin-right: -70px;
    color: #232a2a;
    text-align: right;
}

.ProductFloatingHeader > * {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 45px;
    font-family: 'khroniclelight_italic';
    text-transform: uppercase;
}

.AdmProdDesc {
    padding: 0px 0px 0px 0px;
}

.AdmProdDesc > .Inner {
    border-top: 1px solid #dee3e3;
    padding: 43px 0px 23px 0px;
    color: #232a2a;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    font-family: 'futura_t_otlight';
}

@media screen and (max-width: 1300px) {
    .HeaderTopMenu > .Inner .NavMenu > ul > li {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .HeaderTopMenu > .Inner .NavMenu > ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .adrHomeSlider .adrHomeSlider-Entry a {
        height: 550px;
    }

    .adrHomeSlider .adrHomeSlider-Entry a .adrHomeSlider-EntryFrame {
        left: 30%;
    }

    .Home-WhatsNew-Content > ul > li a .Title .Line1 {
        font-size: 26px;
    }

    .Home-Promotions-Content > ul > li a .Title .Line1 {
        font-size: 26px;
    }

    .adrHeader > .Inner .Header {
        font-size: 26px;
    }

    .adrHeader > .Inner .Header a {
        font-size: 26px;
    }

    .ProductsOverlay .Page .Product .Anchor {
        font-size: 20px;
    }

    .ProductsOverlay .Page .Product .Price {
        font-size: 18px;
    }

    .ProductsOverlay .Page {
        height: 470px;
    }
}

@media screen and (max-width: 980px) {
    ._HideBelow980 {
        display: none !important;
    }

    ._ShowBelow980 {
        display: block !important;
    }

    .HeaderTopMenu > .Inner {
        text-align: center;
        padding: 20px 0px 20px 0px;
    }

    .HeaderTopMenu > .Inner .Logo {
        position: relative;
        top: auto;
        left: auto;
    }

    .Home-WhatsNew-Content > ul > li {
        float: none;
        width: 100%;
    }

    .Home-Promotions-Content > ul > li {
        float: none !important;
        width: 100% !important;
    }

    .Home-WhatsNew-Content > ul > li a .Title .Line1 {
        font-size: 22px;
    }

    .Home-Promotions-Content > ul > li a .Title .Line1 {
        font-size: 22px;
    }

    .adrHeader > .Inner .Header {
        font-size: 22px;
    }

    .adrHeader > .Inner .Header a {
        font-size: 22px;
    }

    .ProductsOverlay .Page {
        height: auto;
    }

    .ProductsOverlay .Page .Product {
        width: 50%;
    }

    .ProductFloatingHeader {
        margin-right: 0px;
        padding: 20px 0px 20px 0px;
    }

    .AdrPicImgSlider {
        max-width: 280px;
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    .Home-WhatsNew-Content > ul > li a .Title {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        padding: 10px !important;
    }

    .Home-WhatsNew-Content > ul > li a .Title {
        text-align: center !important;
    }

    .Home-Promotions-Content > ul > li a .Title .Line1 {
        font-size: 16px !important;
    }

    .Home-WhatsNew-Content > ul > li a .Title .Line1 {
        font-size: 16px;
    }

    .adrHeader > .Inner .Header {
        font-size: 16px !important;
    }

    .adrHeader > .Inner .Header a {
        font-size: 16px !important;
    }

    .Home-Promotions-Content > ul > li {
        height: 100% !important;
    }

    .Home-Promotions-Content > ul > li a .Bg {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        display: none !important;
    }

    .Home-Promotions-Content > ul > li a .Title {
        position: relative !important;
        display: block !important;
        margin: 0px !important;
        padding: 10px 0px 10px 0px !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        background: none !important;
        text-align: center !important;
    }

    .ProductsOverlay .Page .Product {
        width: 100%;
        float: none;
    }
}
