@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 360px) {
    
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 521px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 699px) {
    
}
@font-face{
	font-family:'Courier';
	src:url(courier.ttf)  format('truetype'),
        url(courier.otf),
        url(courier.eot) format('embedded-opentype');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: "AvantGardeLight";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/ITCAvantGardeStd-Bk.eot") format("embedded-opentype"), 
        url("fonts/ITCAvantGardeStd-Bk.woff") format("woff"), 
        url("fonts/ITCAvantGardeStd-Bk.ttf") format("truetype"), 
        url("fonts/ITCAvantGardeStd-Bk.svg") format("svg");
}
@font-face {
    font-family: "AvantGardeLight";
    font-style: normal;
    font-weight: bold;
    src: url("fonts/ITCAvantGardeStd-Bold.eot") format("embedded-opentype"), 
        url("fonts/ITCAvantGardeStd-Bold.woff") format("woff"), 
        url("fonts/ITCAvantGardeStd-Bold.ttf") format("truetype"), 
        url("fonts/ITCAvantGardeStd-Bold.svg") format("svg");
}
/*Elementos*/
*{
    margin: 0;
    padding: 0;
    border: none;
}
.menuLink{
    text-transform: uppercase;
}
#container {    
    max-width: 1050px;
    height: auto;
    margin: auto;
    position: relative;
    width: 100%;
}

html, body {
    height: 100%;
}
a{
    color: inherit;
    text-decoration: none;
}
img{
    display: block;
    clear: none;
    margin: 0;
    padding: 0;
}
body {
    background:  #fff;
    color:#333333;
    font-size:11px;
    text-align:center;
    margin:0;
    padding:0;
    height: 100%;    
    font-family:'Helvetica Neue', arial,sans-serif;
}
.bold{
    font-weight: bold;
}
.centered {
    left: 50%;
    margin-left: -134px;
    margin-top: -146px;
    position: fixed;
    top: 50%;
}
header{
    left: 0;
    margin: auto;
    position: fixed;
    width: 100%;
    z-index: 400;
}
.header{
   background: #fff;
    padding: 20px 0;
    vertical-align: middle;
    width: 100%;
}

.login{
   
}
ol,ul{
    list-style: none outside none;
}
.clr{
    clear: both;
    float: none !important;
}
#wrapper {    
    position: relative;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    min-width: 100%;
    background: url("../images/gallerysBg.jpg") repeat scroll center center transparent;
}
footer{  
    margin: auto;
    z-index: 19;
    max-width: 900px;
}
#page_footer,#footer{
    width: 100% !important;
}
footer nav{
    color: #FFFFFF;
    font-size: 10px;
    padding: 0;
    position: relative;;
}
footer nav li{
    vertical-align: middle;
    display: inline-block;
    margin: 0 8px;
    text-transform: uppercase;
    cursor: pointer;
}

.preload{
   background: url("../images/preload.gif") no-repeat scroll 0 0px transparent;
    left: 100px;
    position: absolute;
    top: 100px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 1001;
    display: none;
}
#floater {
    float: left;
    height: 50%;
    margin-bottom: -115px;
    position: relative;
    width: 1px;
}
fieldset{
    text-align: left;
}
#white_full {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#white_box {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    display: none;
    height: auto;
    left: 50%;
    margin-left: -368px;
    margin-top: -115px;
    padding: 10px;
    position: fixed;
    top: 30%;
    width: auto;
    z-index: 2000;
}
input[type="text"], input[type="password"] {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #999999 !important;
    color: #777777;
    display: inline;
    font-family: HelveticaNeue;
    font-size: 14px;
    height: 18px;
    line-height: 13px;
    padding: 12px 0 0;
    width: 200px;
}
label {
    display: inline;
    line-height: 20px;
    margin: 0 7px 0 0;
    padding: 6px 10px 0 0;
    position: relative;
    text-align: left;
    vertical-align: bottom;
    width: 100px;
}
.btn {
    background-color: #7D7D7D;
    border: 1px solid #676767;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 5px;
    padding: 10px 5px;
    text-align: center;
    width: 100px;
}
#sneak_peek { 
    position: absolute;
    text-align: center;
    top: 125px;
    width: 100%;
    z-index: 100;
}
.item {
  width:  200px;
  margin: 10px;
}
.item span{cursor: pointer}
.coixinsHome .item  .tooltip_wrapper {
    height: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
    cursor: pointer;
}
.coixinsHome .item  .tooltip .content {
    color: #C0C0C0;
    display: inline-block;
    font-family: Courier New,courier,monospace,georgia,serif;
    font-size: 12px;
    left: 0;
    line-height: 1.2em;
    position: absolute;
    top: 44%;
    vertical-align: middle;
    width: 100%;
}
.coixinsHome .item  .tooltip {
    background: url("../images/black_ball.png") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    display: none;
    height: 100%;
    line-height: 179px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.coixinsHome .item:hover .tooltip {
    display: inherit;
}
#sneak_peek .coixinsHome{
    background: #fff;
    margin: auto;
    text-align: center;
    padding-top: 22px;
}
 .coixinsHome .coixiHome .tooltip_wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
}
 .coixinsHome li{
    display: inline-block;
     margin: 0;
    position: relative;
    cursor: pointer;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
}
.coixinsHome li.first a{
    padding-right: 10px; 
    display: block;
}
.coixinsHome li.second a{
    padding-left: 10px; 
    display: block;
}

 .coixinsHome li img{
     width: 100%;
 }
 .coixinsHome .coixiHome .tooltip_wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
}
 .coixinsHome .coixiHome .tooltip {
    /*background: url("../images/black_ball.png") no-repeat scroll 0 0 transparent;*/
    display: none;
    height: 179px;
    left: -89px;
    line-height: 179px;
    position: absolute;
    text-align: center;
    top: -89px;
    width: 179px;
}
.coixinsHome .tooltip .content {
    display: inline-block;
    font-size: 19px;
    line-height: 1.2em;
    color:#000;
    text-decoration: underline;
    vertical-align: middle;
}
#sneak_peek .coixinsHome .coixiHome:hover .tooltip {
    display: block;
}
#sneak_peek .coixinsHome .coixiHome .tooltip .content .name {
    color: #FFFFFF;
    line-height: 1.2em;
    margin-bottom: 12px;
}
#sneak_peek .coixinsHome .coixiHome .tooltip .content .occupation {
    color: #8D9092;
}
#content{
    text-align: justify;
    max-width: 1000px;
    padding: 0 10px;
    margin: auto;
}
.logo {
     color: #a8a8a8;
    cursor: pointer;
    float: left;
    height: auto;
    left: 0;
    position: relative;
    width: auto;
}
nav#access{
    font-size: 13px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
nav#access ul>li{
    color: #000;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 22px;
}
nav#access ul>li:after{content:'|'}
nav#access ul>li:last-child:after{content:''}
nav.menu {
    cursor: pointer;
    float: right;
    list-style: none outside none;
    margin: 40px 0 0 30px;
    position: relative;
    right: 0px;
    text-transform: uppercase;
    width: auto;
}
nav.menu li {
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    text-align: left;
}
nav.menu li:last-child{margin: 0}
#footerSocial{
    margin:0
}
#footerSocial .socialIco{
    background: url("../images/socialGray.png") no-repeat scroll 0 0 transparent;
}
.socialIco{
    background: url("../images/social.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 21px;
}
nav.menu #fb{
    background-position: 7px 0;
}
nav.menu #tw{
    background-position: -21px 0;
}
nav.menu #in{
    background-position: -50px 0;
}
nav.menu #pi{
    background-position: -76px 0;
}
nav.menu #hi{
    width: 30px;
    background-position: -63px 0;
}
#scrollArrow{
    background: url("../images/scrollArrow.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 95px;
    margin: auto -144px auto auto;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 278px;
}
#sneak_peek .slideHome{
   position: relative; 
   max-width: 980px;
   margin: auto;
   background: #fff;
}
#sneak_peek .slideHome img{
    width: 100%;
}
#toShop{
    margin: auto auto;
    position: relative;
    top: 50%;
    z-index: 1;
   width: 240px;
   height: 34px;
   overflow: hidden;
   border: 1px solid #ccc;
    
}
#toShop select{
   background: #fff;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
       font-family: Courier;
   height: 34px;
   -webkit-appearance: none;
}
#toShop option{
    width: 240px;
    overflow: hidden;
    background-color:rgba(255,255,255,0.5);

}
#toShop li{
    transition: all 1s ease-in-out 2s;
    -webkit-transition: all 1s ease-in-out 2s;
}
#toShopBtn{
   background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: courier;
    font-size: 16px;
    height: 35px;
    left: 150px;
    margin: -35px auto;
    overflow: hidden;
    padding-top: 2px;
    position: relative;
    top: 50%;
    vertical-align: middle;
    width: 40px;
    z-index: 1;
}
#toShop:hover li{
    padding: 45px 0;
    opacity: 1;
    display: block;
    height: auto;
}
#toShop li{
    opacity: 0; 
    display: none;
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #cccccc;
    border-top: none;
    text-transform: uppercase;
    color: #121212;
    font-family: 'Courier';
    font-size: 16px;
    padding: 0;
    height: 0;
    margin:auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#toShop li:last-child{
    border-radius: 0 0 2px 2px;
}
#aboutUs{
     background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #a6a6a6;
    height: auto;
    margin: auto;
    max-width: 1100px;
    padding: 20px 0 40px;
    text-align: left;
}
#aboutUs #hi{
    display: inline-block;
    width: 43px;
    background-position: -95px 0;
    vertical-align: top;
}
#aboutUs #aboutInfo{
    color: #a6a6a6;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    text-align: left;; 
}
#aboutUs #aboutSocial{
    float: right;
}
.socialIcoWhite{
    background: url("../images/socialIcoWhite.png") no-repeat scroll 0 0 transparent;
    height: 77px;
    display: inline-block;
}
#fbWhite{
    width: 38px;
    background-position: 0 0;
}
#twWhite{
    width: 120px;
    background-position: -60px 0;
    
}
#hiWhite{
    background-position: -180px 0;
    width: 70px;
}
#lookbook{
    margin: auto;
}
#lookbook>li> a{
    width: 90%;
    position: relative;
    display: inline-block;
}
#lookbook img{
     width: 100%;
    margin: auto;
}
#lookbook li {
    position:relative;
    box-shadow: 0 0 2px #AAAAAA;
    padding: 10px;
    text-align: center;
    max-width: 900px !important;
}
#lookbook li:hover .image_media {
    display: inline;
}
#lookbook .image_media {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
}
#lookbook .image_media span{
    background: none repeat scroll 0 0 #3E3E3E;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 3px;
}
#lookbook .image_media .google {
    position: absolute;
    right: 27px;
    top: 0;
    background: url("../images/socialHover.png") no-repeat scroll 0 0 transparent;
}
#lookbook .image_media .twitter {
    background: url("../images/socialHover.png") no-repeat scroll 0 -27px transparent;
    position: absolute;
    right: 27px;
    top: 27px;
}
#lookbook .image_media .pinterest {
    background: url("../images/socialHover.png") no-repeat scroll -30px 0 transparent;
    position: absolute;
    right: 0;
    top: 0;
}
#lookbook .image_media .facebook {
    background: url("../images/socialHover.png") no-repeat scroll -30px -27px transparent;
    position: absolute;
    right: 0;
    top: 27px;
}
.icon-facebook{
    background: url("../images/socialHover.png") no-repeat scroll 0 0 transparent;
}
.icon-pinterest{
    background: url("../images/socialHover.png") no-repeat scroll 0 0 transparent;
}
.icon-twitter{
    background: url("../images/socialHover.png") no-repeat scroll 0 0 transparent;
}
.icon-google-plus{
    background: url("../images/socialHover.png") no-repeat scroll 0 0 transparent;
}
#lookbook .image_media i{
     display: inline-block;
    text-align: center;
    width: 1.25em;
}
.mapContact{
    margin: 10px auto;
}
#content h1{
    color: #603813;
    font-family: 'AvantGardeLight' !important;
}
#content h4 {
    border: 0 none;
    color: #603813;
    font-family: 'AvantGardeLight' !important;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.cole-1 {
    float: left;
    width: 66%;
}
.cole-2 {
    float: right;
    background: url("../images/sw-dottedline_v.png") repeat-y scroll -27px 0 transparent;
    width: 28%;
}
.cole-2 .padd {
    padding-left: 20px;
}
.cole-1 .padd {
    padding-right: 10px;
}
#footerLogo {
    background: url("../images/footerLogo.png") no-repeat scroll 0 0 transparent;
    height: 42px;
    margin: auto;
    width: 148px;
}
.Hmenu{
      float: left;
    margin: 41px 0 0 70px;
    position: relative;
}
.Hmenu li {
    font-family: 'AvantGardeLight';
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
.Hmenu li a {
    color: #000 !important;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    margin: 0 15px;
    padding-bottom: 7px;
}
.Hmenu li a:hover {
    text-decoration: underline;
    /*background: url("../images/menuUnderline.jpg") repeat-x scroll 0 bottom rgba(0, 0, 0, 0) !important;*/
}
#slider li{max-height: 700px;overflow: hidden}
.langFlags{position: absolute;top:30px;right: 0}
.langFlags li{display: inline-block}
.sf-menu li a{
    font-family: 'Helvetica Neue' !important
}