﻿/*web.common.less*/
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?1');
  src: url('../fonts/icons.eot?1#iefix') format('embedded-opentype'), url('../fonts/icons.woff?1') format('woff'), url('../fonts/icons.ttf?1') format('truetype'), url('../fonts/icons.svg?1#icons') format('svg');
  font-weight: 'normal';
  font-style: normal;
}
.font-icon {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.font-Brand {
  font-family: Roboto, Arial;
  -webkit-font-smoothing: antialiased;
}
/*  reset.less  */
.netMenu div,
.netMenu span,
.netMenu a,
.netMenu img,
.netMenu p,
.netMenu ul,
.netMenu li,
.netMenu textarea,
.netMenu button,
.netMenu form,
.netMenu article,
.netMenu aside,
.netMenu details,
.netMenu figcaption,
.netMenu figure,
.netMenu footer,
.netMenu fieldset,
.netMenu header,
.netMenu hgroup,
.netMenu menu,
.netMenu nav,
.netMenu section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Roboto, Arial;
  -webkit-font-smoothing: antialiased;
}
.netMenu input {
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: none;
  font-family: Roboto, Arial;
  -webkit-font-smoothing: antialiased;
}
.netMenu ul,
.netMenu li {
  list-style: none;
}
.netMenu a {
  text-decoration: none;
}
.netMenu a:hover {
  text-decoration: underline;
}
.netMenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/Scripts/boxsizing.htc);
  word-spacing: 0;
}
.netMenu :before,
.netMenu :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/Scripts/boxsizing.htc);
}
.dn {
  display: none !important;
}
/*  mixin.less  */
/*    
    animation-name:               keyframename|none|initial|inherit; 
    animation-duration:           time|initial|inherit;  ex(ms, s)
    animation-timing-function:    linear|ease|ease-in|ease-out|cubic-bezier(n,n,n,n)|initial|inherit; 
    animation-delay:              time|initial|inherit;  ex(ms, s)
    animation-iteration-count:    number|infinite|initial|inherit;  ex(1,2,5,infinite)volte
    animation-direction:          normal|reverse|alternate|alternate-reverse|initial|inherit;
    
    ex .animate( namekeyframe, 2s, ease, 0, infinite, normal)    */
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.desaturate {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.cfx:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.blackBg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.blackBg .inset {
  position: relative;
}
@media only screen and (max-device-width: 480px) {
  .blackBg {
    position: absolute;
  }
}
.modal {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.7);
}
.modal .close {
  z-index: 10;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
}
.modal .close:before {
  content: "\e827";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #666666;
}
.modal .close:hover {
  text-decoration: none;
  cursor: pointer;
}
.modal .close:hover:before {
  color: #333333;
}
.modal .topModal {
  margin: 20px 0;
}
.modal .topModal .titleModal {
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.modal .networkErrorBox {
  margin: 0 40px 10px;
  font-size: 14px;
  color: red;
  font-weight: bold;
}
.modal .padTd {
  padding: 0 33px 20px 33px;
}
.modal .padTd .topInput,
.modal .padTd .bottomInput {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border: 1px solid #d0d0d0;
  color: #666666;
  padding: 8px;
}
.modal .boxText {
  font-size: 12px;
  color: #666666;
  margin-bottom: 15px;
  line-height: 18px;
}
.modal .contBtn .btnAccess {
  padding: 7px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #2695cc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  text-decoration: none;
}
.modal .contBtn .lostPassword {
  display: block;
  padding: 5px 0;
}
.modal .contBtn .lostPassword a {
  color: #999999;
  font-size: 12px;
}
.modalReg.modal .contBtn {
  text-align: center;
}
.modalReg.modal .contBtn .btnAccess {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
.modal .footerModal {
  background: #ffffff;
  clear: both;
  border-top: 1px solid #dddddd;
  padding: 10px 0 15px 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.modal .footerModal .textCont {
  text-align: center;
  font-size: 13px;
}
.modal .footerModal .textCont a {
  font-weight: bold;
  cursor: pointer;
}
.modal.modalLogin {
  width: 350px;
}
.modal.modalLogin .or {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #666666;
  padding: 8px 0;
  clear: both;
  text-align: center;
  margin-bottom: 15px;
}
.modal.modalLogin .or span {
  background: #f7f7f7;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.modal.modalLogin .or:after {
  content: '';
  border-bottom: 1px solid #dddddd;
  height: 0;
  margin-top: -8px;
  display: block;
}
.modal.modalReg {
  position: relative;
  width: 650px;
}
.modal.modalReg:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.modal.modalReg .tdLeft {
  float: left;
  width: 45%;
}
.modal.modalReg .tdLeft .titleModal {
  font-size: 20px;
  padding: 0 40px;
  text-align: left;
}
.modal.modalReg .tdLeft .text-login {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
}
.modal.modalReg .tdLeft .text-login a {
  font-weight: bold;
  cursor: pointer;
}
.modal.modalReg .tdRight {
  float: left;
  width: 55%;
  position: relative;
}
.modal.modalReg .tdRight:before {
  content: '';
  border-left: 1px solid #dddddd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
.modal.modalReg .tdRight .titleModal {
  font-size: 20px;
  padding: 0 40px;
  text-align: left;
}
.modal.modalReg .tdRight .padTd input:nth-child(1) {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  width: 48%;
  margin-right: 7px;
}
.modal.modalReg .tdRight .padTd input:nth-child(2) {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  width: 48%;
}
.modal.modalReg .or {
  display: block;
  font-size: 11px;
  font-style: italic;
  color: #666666;
  padding: 8px 0;
  text-align: center;
  position: absolute;
  top: -23px;
  height: 290px;
  left: 293px;
}
.modal.modalReg .or span {
  background: #f7f7f7;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
@media only screen and (max-device-width: 480px) {
  .modal.modalReg {
    width: 100%;
  }
  .modal.modalReg .tdRight {
    width: 100%;
    border-left: none;
    border-top: 1px solid #dddddd;
  }
  .modal.modalReg .tdRight .padTd input:nth-child(1),
  .modal.modalReg .tdRight .padTd input:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  .modal.modalReg .tdLeft {
    width: 100%;
  }
}
.modal.modalReg .confirmemail {
  padding: 35px;
}
.modal.modalReg .confirmemail .title-conf {
  font-size: 14px;
  margin-bottom: 15px;
}
.modal.modalReg .confirmemail .email-conf {
  font-weight: bold;
  color: #000000;
  display: block;
  margin-bottom: 15px;
}
.modal.modalReg .confirmemail .desc-conf {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  margin-bottom: 20px;
}
.modal .logFb {
  background: #4c67a1;
  color: #ffffff;
  text-align: center;
  border: 1px solid #445c90;
  font-size: 13px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 30px;
  margin-left: 5px;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
}
.modal .logFb:before {
  content: "\e808";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 21px;
  position: absolute;
  left: 10px;
  top: 0;
}
.modal .logFb:hover {
  text-decoration: none !important;
  background: #445c90;
}
.modal .goConnect {
  background: #d0451b;
  color: #ffffff;
  text-align: center;
  border: 1px solid #b93e18;
  font-size: 13px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 30px;
  margin-left: 5px;
  display: block;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
}
.modal .goConnect:before {
  content: "\e809";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 21px;
  position: absolute;
  left: 10px;
  top: 0;
}
.modal .goConnect:hover {
  text-decoration: none !important;
  background: #b93e18;
}
@media only screen and (max-device-width: 320px) {
  .modal.modalLogin {
    width: 100%;
  }
  .modal .padTd {
    padding: 0 33px 0 33px !important;
  }
  .modal .padTd input {
    -webkit-appearance: none;
  }
  .modal .topModal {
    margin-bottom: 10px;
  }
  .modal .boxText {
    display: none;
  }
  .modal .close {
    top: 20px;
    right: 20px;
  }
  .modal.modalReg {
    margin-top: 0!important;
  }
}
.netMenu {
  color: #515151;
  font-weight: 400;
  position: fixed;
  _position: relative;
  top: 0;
  left: 0;
  z-index: 9000;
  height: 30px;
  font-size: 13px;
  width: 100%;
  min-width: 1000px;
  background: #333333;
  word-spacing: 0;
}
.netMenu.archiproducts {
  display: block !important;
}
.netMenu .contElement {
  float: right;
}
.netMenu .contElement .open-option {
  height: 30px;
  float: right;
  padding: 0;
}
.netMenu .contElement .open-option:after {
  content: '';
}
.netMenu .contElement .register {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  cursor: pointer;
}
.netMenu .contElement .register .btnRegister {
  display: block;
  color: #dddddd;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.netMenu .contElement .dividerNet,
.netMenu .contElement .orFb {
  display: none;
}
.netMenu .contElement .btnLogin {
  line-height: 30px;
  color: #ffffff;
  padding: 0 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  text-decoration: none;
}
.netMenu .contElement .btnLogin:hover {
  background-color: #454545;
}
.netMenu .contElement .loginFB {
  line-height: 30px;
  background-color: #4c67a1;
  color: #ffffff;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  text-decoration: none;
}
.netMenu .contElement .loginFB:hover {
  background-color: #415789;
}
.netMenu .tdInfo {
  padding-left: 25px;
  width: 257px;
  margin-bottom: 15px;
  padding: 20px;
  line-height: 18px;
}
.netMenu .tdInfo p {
  display: block;
  margin-bottom: 15px;
}
.netMenu .networkBar {
  position: absolute;
  left: 50%;
  margin-left: -510px;
}
.netBarFluid .netMenu .networkBar {
  left: 0;
  margin-left: 0;
}
.netMenu .networkBar.hover .networkBarTab {
  background: #ffffff;
  color: #000000;
}
.netMenu .networkBar.hover .networkBarTab:after {
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #000000;
}
.netMenu .networkBar.hover .networkBarBg {
  top: 30px;
}
.netMenu .networkBar.hover .networkBarBg .networkContainer {
  display: block;
}
.netMenu .networkBar .networkBarTab {
  float: left;
  line-height: 30px;
  color: #dddddd;
  padding: 0 10px;
  cursor: pointer;
}
.netMenu .networkBar .networkBarTab:after {
  content: '';
  position: relative;
  top: -16px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #dddddd;
  float: right;
  margin-left: 5px;
}
.netMenu .networkBar .networkBarBg {
  background: #ffffff;
  left: 0;
  top: 0;
  border-bottom: 1px solid #dddddd;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  height: 113px;
  width: 5000px;
  margin-left: -2500px;
}
.netMenu .networkBar .networkBarBg .networkContainer {
  width: 1280px;
  background: #ffffff;
  padding: 30px 0 0;
  position: absolute;
  left: 50%;
}
.netMenu .networkBar .networkBarBg .networkContainer ul {
  display: block;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li {
  display: inline-block;
  text-align: center;
  width: 16.333%;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li:last-child {
  margin-right: 0;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li a {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li a img {
  width: 132px;
  height: 24px;
  margin: 0 auto;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li a[title*="archilovers"] img {
  position: relative;
  top: -3px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks {
  word-spacing: -4px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks a {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  margin-right: 3px;
  width: 22px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks a:last-child {
  margin-right: 0;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks a:before {
  color: #737373;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks a:hover {
  border: none;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleFb:hover {
  background: #4c67a1;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleFb:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleFb:before {
  content: "\e808";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleTw:hover {
  background: #00acee;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleTw:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleTw:before {
  content: "\e80b";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleGp:hover {
  background: #d0451b;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleGp:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleGp:before {
  content: "\e809";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleTu:hover {
  background: #304a64;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleTu:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleTu:before {
  content: "\e80c";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circlePt:hover {
  background: #ce2123;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circlePt:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circlePt:before {
  content: "\e80a";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleIn:hover {
  background: #517fa6;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleIn:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleIn:before {
  content: "\e822";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleYt:hover {
  background: #ce2123;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleYt:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleYt:before {
  content: "\e819";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleFl:hover {
  background: #ce2123;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleFl:hover:before {
  color: #ffffff;
}
.netMenu .networkBar .networkBarBg .networkContainer ul li .networkSocialLinks .circleFl:before {
  content: "\e62b";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
.netMenu .brochureDiv.brochureAPX,
.netMenu .brochureDiv.brochureEP,
.netMenu .brochureDiv.brochureAP {
  position: absolute;
  left: 50%;
  margin-left: -295px !important;
  height: 30px;
  border-right: 1px solid #777;
  padding-right: 8px;
}
.netMenu .brochureDiv.brochureAPX > span a,
.netMenu .brochureDiv.brochureEP > span a,
.netMenu .brochureDiv.brochureAP > span a {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  color: #dddddd;
}
.netBarFluid .netMenu .brochureDiv.brochureAPX,
.netBarFluid .netMenu .brochureDiv.brochureEP,
.netBarFluid .netMenu .brochureDiv.brochureAP {
  left: 191px;
  margin-left: 0;
}
.netMenu .popoverLogin {
  max-width: 320px;
  background: #fff;
  padding: 20px 20px 40px 20px;
  font-size: 16px;
  position: absolute;
  top: 170%;
  right: 10px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 900;
}
.netMenu .popoverLogin .iconmedia {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
.netMenu .popoverLogin .contmedia {
  display: table-cell;
  vertical-align: top;
  line-height: 20px;
}
.netMenu .popoverLogin .contmedia .titlemadia {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.netMenu .popoverLogin .contmedia .descmedia {
  color: #666;
}
.netMenu .popoverLogin:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-width: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -15px;
  right: 45%;
}
.netMenu .buttonlogin {
  margin-top: 15px;
  padding: 0 15px;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.netMenu .buttonlogin:hover {
  background: #e6e6e6;
  text-decoration: none;
}
.netMenu .backdroplogin {
  background: rgba(50, 58, 69, 0.4);
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.myproducts-container-heading {
  right: -25px !important;
}
.netTab {
  width: 180px;
}
.netTab .imgUserSmall {
  float: left;
  margin-right: 10px;
}
.netTab:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
  position: absolute;
  right: 10px;
  top: 13px;
}
.netTab .nameEmailUser {
  overflow: hidden;
  font-size: 10px;
  color: #999999;
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 12px;
}
.netTab .nameEmailUser b {
  font-size: 12px;
  color: #ffffff;
  display: block;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ctl00_brochureDiv {
  margin-left: -295px !important;
}
.netBarFluid #ctl00_brochureDiv {
  margin-left: -19px !important;
}
.netLayer {
  background-color: #ffffff;
  position: absolute;
  z-index: 900000;
  top: 30px;
  right: 0;
  border: 1px solid #dddddd;
  float: right;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
}
.netLayer .netLayerCont {
  overflow: hidden;
}
.netLayer .culture-ar {
  left: 0;
  right: auto;
}
.netLayer .colSx {
  border-right: 1px solid #dddddd;
  float: left;
  width: 250px;
  padding: 25px 0;
}
.netLayer .colSx ul li {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.netLayer .colSx ul li a {
  padding: 8px 20px;
  display: block;
  color: #666666;
}
.netLayer .colSx ul li a:hover {
  background: #ebebeb;
  text-decoration: none;
  color: #000000;
}
.netLayer .colSx ul li .edit {
  padding: 0 20px 8px 20px;
  margin-top: -1px;
  display: block;
  font-size: 13px;
}
.netLayer .colSx ul li .edit a {
  display: inline;
  padding: 0;
}
.netLayer .colDx {
  float: left;
  width: 258px;
  /*width: auto !important;
        width: 258px;*/
  border-left: 1px solid #dddddd;
  position: relative;
  left: -1px;
  padding: 0;
}
.netLayer .colDx .boxUser {
  padding: 20px;
  border-bottom: 1px solid #dddddd;
  display: block;
  overflow: hidden;
}
.netLayer .colDx .boxUser .photoCrop {
  float: left;
  width: 25%;
  height: 25%;
  margin-right: 3%;
}
.netLayer .colDx .boxUser .photoCrop img {
  width: 100%;
}
.netLayer .colDx .boxUser .caption {
  overflow: hidden;
}
.netLayer .colDx .boxUser .caption .nameuser {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.netLayer .colDx .boxUser .caption .emailuser {
  display: block;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.netLayer .colDx .boxUser .caption .viewprofile {
  color: #2695cc;
  font-size: 12px;
  display: block;
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.netLayer .titleTeamList {
  padding: 10px 20px 5px 20px;
  font-size: 13px;
  color: #666666;
}
.netLayer .teamList {
  display: block;
  max-height: 400px;
  overflow: auto;
}
.netLayer .teamList li {
  display: block;
  padding: 10px 20px;
  overflow: hidden;
}
.netLayer .teamList li > a {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  float: left;
}
.netLayer .teamList li > a img {
  width: 100%;
}
.netLayer .teamList li .caption {
  line-height: 17px;
}
.netLayer .teamList li .caption .editTeamName {
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.netLayer .teamList li .nameTeam {
  font-size: 12px;
  display: block;
  color: #333333;
  font-weight: 700;
  padding-top: 2px;
}
.netLayer .netMenuFooter {
  border-top: 1px solid #dddddd;
  padding: 10px;
  text-align: right;
  clear: both;
  background: #f7f7f7;
}
.contLogo {
  background: none !important;
}
.popInfo {
  background: #ffffff;
}
.popInfo.join-us {
  border: 1px solid #dddddd;
  text-align: center;
  width: 360px;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
}
.popInfo.join-us .title {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 21px;
}
.popInfo.join-us .faceLogin {
  width: 311px;
  height: 60px;
  margin: 0 auto 12px;
}
.popInfo.join-us .faceLogin:before {
  content: "\e801";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 41px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 64px;
  color: #ffffff;
  background: #2695cc;
}
.popInfo.join-us .faceLogin:after {
  content: '';
  display: block;
  height: 0;
  border-bottom: 1px solid #dddddd;
  margin-top: -34px;
  margin-left: -24px;
  margin-right: -24px;
}
.popInfo.join-us .subTitle {
  font-size: 15px;
  color: #333333;
  line-height: 19px;
  margin: 0 25px 7px;
}
.popInfo.join-us .desc {
  font-size: 13px;
  color: #999;
  line-height: 18px;
  margin: 0 25px;
}
.popInfo.join-us .access {
  margin: 20px 0;
}
.popInfo.join-us .access a {
  font-size: 16px;
  color: #2695cc;
  padding: 0 3px;
}
.popInfo.join-us .line {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.popInfo.join-us .line .or {
  font-size: 13px;
  color: #999;
  font-style: italic;
  text-transform: lowercase;
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-top: -5px;
}
.popInfo.join-us .inner {
  padding: 0 25px 30px;
}
.popInfo.join-us .btnFacebookLogin,
.popInfo.join-us .btnGoogleLogin {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  min-width: 145px;
  text-align: center;
  cursor: pointer;
  height: 27px;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px 0 0;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.popInfo.join-us .btnFacebookLogin {
  background: #4c67a1;
  border: 1px solid #3c517e;
}
.popInfo.join-us .btnFacebookLogin:before {
  content: "\e808";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 19px;
  float: left;
  margin-left: 15px;
}
.popInfo.join-us .btnGoogleLogin {
  background: #d0451b;
  border: 1px solid #a33615;
}
.popInfo.join-us .btnGoogleLogin:before {
  content: "\e809";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 19px;
  float: left;
  margin-left: 15px;
}
.popInfo .close {
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  color: #666666;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popInfo .close:before {
  content: "\e827";
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=styleNetMenu.css.map */