﻿/* Globals */
.fullHome #colCenter {
    background: #ddd;
    padding: 0;
    font-size: 1.1em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 0;
}
#bgWoman {position: absolute; z-index: 2; top: -55px; width: 165px; height: 307px; right: -145px; background: url(../image/commons/bgWoman.png) no-repeat;}
#bgMan {position: absolute; z-index: 2; top: -5px; width: 145px; height: 260px; left: -145px; background: url(../image/commons/bgMan.png) no-repeat;}
.fullHome .topSliderContent {
    margin: 0 0 0px;
    padding: 0 0 10px;
    background: url(../image/commons/bShadow.png) repeat-x center bottom;
}
.fullHome .selectionBlock {
    margin: 20px 0 0;
}
.fullHome #colCenter  .selectionBlock h2 {
    display: inline-block;
    font-size: 1.6em;
    background: #bbb;
    padding: 0 10px;
    margin: 0 0 0.5em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fullHome #colCenter .selectionBlock h2, .fullHome #colCenter  .selectionBlock h2 a {
    color: #000;
}
.fullHome .selectionBlock ul {
    text-align: center;
}
.fullHome .leftSelection .selectionBlock ul {
    padding: 0 0 0 3.5%;
}
.fullHome .selectionBlock li {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    margin: 1%;
    background: #fff;
}
.fullHome .leftSelection .selectionBlock li {
    width: 30%;
    margin: 1.5%;
}
.fullHome .selectionBlock li a {
    display: block;
    position: relative;
    text-align: center;
}
.fullHome .selectionBlock li span {
    display: block;
}
.fullHome .selectionBlock li img { 
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.fullHome .selectionBlock li .titleSelect {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.9;
    color: #fff;
    font-size: 1.2em;
}
.fullHome .selectionBlock li .randomColor {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    opacity: 0.9;
    border-radius: 3px;
    color: #fff;
    background: url(../image/home/more.png) no-repeat center center;
}
.fullHome .selectionBlock li .black {background-color: #333;}
.fullHome .selectionBlock li .orange {background-color: #ff4e00;}
.fullHome .selectionBlock li .pink {background-color: #ad002c;}
.fullHome .selectionBlock li .purple {background-color: #180038;}
.fullHome .selectionBlock li .blue {background-color: #00728e;}
.fullHome .selectionBlock li .green {background-color: #5ea600;}
.fullHome .selectionBlock li .yellow {background-color: #de9d00;}
.fullHome .selectionBlock li .titleSelect span {
    padding: 3px 5px;
}
.fullHome .selectionBlock li a:hover .titleSelect {
    display: block;
}
.fullHome .selectionBlock li a:hover .randomColor {
    width: 26px;
    height: 26px;
    border-radius: 4px;
}
.fullHome .selectionBlock p.blockLink {
    text-align: right;
    color: #333;
    font-size: 1.3em;
    text-decoration: underline;
    margin: 0 3em;
}
.fullHome .leftSelection, .fullHome .rightLinks {
    float: left;
}
.fullHome .leftSelection {
    width: 60%;
}
.fullHome .rightLinks {
    width: 40%;
    padding: 10px 0 0;
}
.fullHome .rightLinks .newsLinks {
    margin: 50px 7% 0 4%;
    background: #bebebe;
    padding: 10px 10px 20px;
    border-radius: 10px;
}
.fullHome .rightLinks h2 {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 2em;
}
.fullHome .rightLinks .newsLinks ul {
    margin: 1.5% 0 0;
    text-align: center;
    font-size: 1.5em;
}
.fullHome .rightLinks .newsLinks li {
    display: inline-block;
    vertical-align: top;
    background: no-repeat center center;
    margin: 0 0 1%;
    width: 49%;
}
.fullHome .rightLinks .newsLinks li a {
    display: block;
    height: 170px;
}
.fullHome .rightLinks .newsLinks li a span {color: #000; display: inline-block; margin: 4em 0 0; padding: 5% 0; width: 100%; background: url(../image/commons/opacity.png);}
.fullHome .rightLinks .newsLinks li.twoLines a span {margin: 3.3em 0 0;}
.fullHome .rightLinks .newsLinks li.threeLines a span {margin: 2.5em 0 0;}
.fullHome .rightLinks .newsLinks li a:hover span {background: #000; color: #fff; opacity: 0.8;}
.fullHome .rightLinks .brandsLinks {
    margin: 50px 7% 0 4%;
}
.fullHome .rightLinks .brandsLinks h2 {
    color: #000;
    padding: 0 0 5px;
    color: #666;
}
.fullHome .rightLinks .brandsLinks ul {
    padding: 5px;
    background: #fff;
    text-align: justify;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.fullHome .rightLinks .brandsLinks li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.fullHome .rightLinks .brandsLinks li a:hover img {
    transform: rotate(-7deg);
}
.fullHome .rightLinks .brandsLinks li img {
    height: 30px;
}
.fullHome .editoBlock {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    margin: 2em 0 0;
    padding: 15px;
}
.fullHome .editoBlock h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
    margin: 0 0 1em;
    color: #000;
    border-bottom: 1px solid #aaa;
}
.fullHome .editoBlock h2 {
    font-size: 1.2em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0.8em 10px 0.4em;
}
.fullHome .editoBlock h3 {
    margin: 1em 10px 0.3em 3em;
    font-weight: bold;
    font-size: 0.9em;
}
.fullHome .editoBlock p, .fullHome .editoBlock ul {
    text-align: justify;
    margin: 0 10px 0.3em;
    font-size: 0.9em;
}
.fullHome .editoBlock li {
    list-style: square inside;
    margin: 0 10px 0 2em;
}
.fullHome .occasionBlock {
    margin: 2em 0 0;
    background: #ccc url(../image/commons/bShadow.png) repeat-x center top;
    padding: 20px 0 10px;
}
.fullHome .occasionBlock h2 {
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #ad002c;
    margin: 0.2em 0;
}
.fullHome .occasionBlock .contentBox {min-height: 250px; padding: 0 10px 30px; border-right: 1px dotted #aaa;}
.fullHome .occasionBlock .contentBox.last {border: 0 none;}
.fullHome .occasionBlock .contentBox a, .fullHome .occasionBlock .contentBox span {
    display: block;
}
.fullHome .occasionBlock .contentBox .imgBg {
    background: #fff;
    height: 150px;
    line-height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 5px;
}
.fullHome .occasionBlock .contentBox .titleP {
    font-size: 1.2em;
    margin: 1em 0 0.5em;
    text-transform: uppercase;
}
.fullHome .occasionBlock .contentBox .accrP {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
.fullHome .occasionBlock .contentBox .seeMore {
    color: #ad002c;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 1.1em;
    text-decoration: underline;
}
.fullHome .occasionBlock .contentBox img {
    width: 100%;
    vertical-align: middle;
}
/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2014: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
*/
#slider {
    width:100%;
    height:250px;
    /*IE bugfix*/
    padding:0;
    margin:0;
}
#slider li { list-style:none; }
.rhino-btn {
    background:url(../image/home/rhinoslider-sprite.png) 0 0 no-repeat;
    z-index:10;
    width:56px;
    height:53px;
    display:block;
    text-indent:-9999%;
}
.rhino-prev, .rhino-next { bottom:-4px; }
.rhino-prev {
    left:-6px;
    background-position:-168px 0;
}
.rhino-next {
    right:-6px;
    background-position:-106px 0;
}
.rhino-prev:hover { background-position:-168px -53px; }
.rhino-next:hover { background-position:-106px -53px; }
.rhino-toggle {
    top:-4px;
    left:-6px;
}
.rhino-play { background-position:0 0; }
.rhino-play:hover { background-position:0 -53px; }
.rhino-pause { background-position:-56px 0; }
.rhino-pause:hover { background-position:-56px -53px; }
.rhino-container { position:relative; }
.rhino-caption {
    position:absolute;
    background: #000;
    display:none;
    left:0;
    right:0;
    top:0;
    color:#fff;
    padding:10px;
    text-align:right;
}
.rhino-bullets {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin:0 0 0 -50px;
    z-index: 10;
    background: #fff;
    padding:0;
}
.rhino-bullets:before, .rhino-bullets:after {
    position:absolute;
    display:block;
    left:-16px;
    content:' ';
    width:16px;
    height:26px;
    background:url(../image/home/rhinoslider-sprite.png) -224px 0 no-repeat;
}
.rhino-bullets:after {
    left:auto;
    right:-16px;
    background-position: -240px 0;
}
.rhino-bullets li {
    float:left;
    display:inline;
    margin:0 2px;
}
.rhino-bullets li a.rhino-bullet {
    display: block;
    width: 16px;
    height: 15px;
    cursor: pointer;
    background: #fff;
    font-size: 1.1em;
    text-align: center;
    padding: 6px 0 5px 0;
    color: #333;
    text-decoration:none;
}
.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
    color:#999;
    background:#eee;
}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    color:#fff;
    background:#5cd4e8;
}
#mixedContent {
    width:100%;
    height: 280px;
    position: relative;
    display: block;
    text-align:center;
    padding-top:5px;
}
#mixedContent .contentBox {
    position: relative;
    float: left;
    display: block;
    width: 150px;
    text-align:center;
}
div.scrollingHotSpotLeft, div.scrollingHotSpotRight  {
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
}
div.scrollingHotSpotLeft {
    left: 0;
}
div.scrollingHotSpotRight {
    right: 0;
}
div.scrollingHotSpotLeftVisible, div.scrollingHotSpotRightVisible {
    background-repeat: no-repeat;
}
div.scrollingHotSpotLeftVisible {
    background-image: url(../image/home/arrow_left.png);       
}
div.scrollingHotSpotRightVisible {
    background-image: url(../image/home/arrow_right.png);
}
div.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
div.scrollableArea {
    position: relative;
    width: auto;
    height: 100%;
    margin: 0 auto;
}