/* compass */
.button-01, #intro .wrapper #introRegBox .submitBox button, #video-info2 .wrapper #info2Box button, #footerReg .wrapper #footerRegFormBox .submitBox button {
  background: #78cd00;
  border-bottom: 2px solid #5a9a00;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 53px;
  line-height: 53px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 2px 2px #5a9a00;
  cursor: pointer;
}
.button-01:hover, #intro .wrapper #introRegBox .submitBox button:hover, #video-info2 .wrapper #info2Box button:hover, #footerReg .wrapper #footerRegFormBox .submitBox button:hover {
  background: #69b300;
}
.button-01.loader, #intro .wrapper #introRegBox .submitBox button.loader, #video-info2 .wrapper #info2Box button.loader, #footerReg .wrapper #footerRegFormBox .submitBox button.loader {
  background: url("/global/cc3/prod/img/loader/78cd00.gif") no-repeat center center #78cd00;
  text-indent: -9999px;
  overflow: hidden;
}

.button-02 {
  background: #fff;
  border: 1px solid #8bbab1;
  font-size: 14px;
  color: #8bbab1;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.button-02:hover {
  color: #4e776f;
  border: 1px solid #4e776f;
}

.button-03 {
  background: #8bbab1;
  border-bottom: 2px solid #7da79f;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.button-03:hover {
  background: #6c948c;
  border-bottom: 2px solid #61857e;
}
.button-03.loader {
  background: url("/global/cc3/prod/img/loader/30_8bbab1.gif") no-repeat center center #8bbab1;
  text-indent: -9999px;
  overflow: hidden;
}
.button-03.disable {
  background: #c5ddd8;
  border-bottom-color: #8bbab1;
  cursor: default;
}

.button-04 {
  background: #e6c928;
  border-bottom: 2px solid #cfb524;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.button-04:hover {
  background: #c4a915;
  border-bottom: 2px solid #b09813;
}

.sprite_site-sprite, #headerOut .wrapper #loginBtnBox #login .ico, #intro .wrapper #introFooter #observerLogo {
  background-image: url('../img/sprite_site-sf99e53e98c.png');
  background-repeat: no-repeat;
}

.selectIndex, #intro .wrapper #introRegBox select, #footerReg .wrapper #footerRegFormBox .selectBox select {
  height: 53px;
  border: 1px solid #b0abac;
  line-height: 53px;
  font-size: 19px;
  color: #3f3f3f;
  padding-left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.wrapperIndex, #headerOut .wrapper, #intro .wrapper, #info1 .wrapper, #video-info2 .wrapper, #stories .wrapper, #footerReg .wrapper {
  width: 920px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  .wrapperIndex, #headerOut .wrapper, #intro .wrapper, #info1 .wrapper, #video-info2 .wrapper, #stories .wrapper, #footerReg .wrapper {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (min-width: 1220px) {
  .wrapperIndex, #headerOut .wrapper, #intro .wrapper, #info1 .wrapper, #video-info2 .wrapper, #stories .wrapper, #footerReg .wrapper {
    width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#headerOut {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#headerOut .wrapper #logo {
  text-align: left;
  width: 410px;
  height: 104px;
  float: left;
  background-image: url('../img/logo/index.png?1479901850');
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 30px;
}
#headerOut .wrapper #loginBtnBox {
  float: right;
  height: 25px;
  margin-top: 30px;
}
#headerOut .wrapper #loginBtnBox #login {
  line-height: 25px;
  font-size: 17px;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
#headerOut .wrapper #loginBtnBox #login .ico {
  background-position: -97px -138px;
  height: 29px;
  width: 31px;
  margin-right: 10px;
}

#intro {
  background-image: url('../img/index/bg/default_desktop.jpg?1479901851');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 650px;
  height: 100vh;
  width: 100%;
  position: relative;
}
.COUNTRY-IN #intro {
  background-image: url('../img/index/bg/IN_desktop.jpg?1493796233');
}
.COUNTRY-RU #intro {
  background-image: url('../img/index/bg/RU_desktop.jpg?1493796193');
}
.COUNTRY-ZA #intro {
  background-image: url('../img/index/bg/ZA_desktop.jpg?1493796127');
}
.COUNTRY-TR #intro {
  background-image: url('../img/index/bg/TR_desktop.jpg?1493796152');
}
.COUNTRY-BR #intro, .COUNTRY-CO #intro, .COUNTRY-MX #intro, .COUNTRY-AR #intro {
  background-image: url('../img/index/bg/LATAM_desktop.jpg?1493796179');
}
#intro .wrapper {
  position: relative;
  height: 650px;
  height: 100vh;
}
#intro .wrapper #slogan {
  position: relative;
  width: 100%;
  left: 0px;
  top: 300px;
  top: 50vh;
}
#intro .wrapper #slogan h1 {
  font-size: 44px;
  color: #fff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  margin-right: 460px;
  margin-left: 20px;
}
#intro .wrapper #introRegBox {
  right: 0px;
  margin-right: 130px;
  top: 0px;
  margin-top: 120px;
  position: absolute;
  width: 270px;
  padding: 30px 39px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#intro .wrapper #introRegBox h2 {
  font-size: 26px;
  color: #504a4c;
  height: 30px;
  margin-bottom: 20px;
}
#intro .wrapper #introRegBox .selectBox {
  width: 100%;
  margin-bottom: 20px;
}
#intro .wrapper #introRegBox select {
  width: 100%;
}
#intro .wrapper #introRegBox .submitBox {
  width: 100%;
}
#intro .wrapper #introRegBox .submitBox button {
  width: 100%;
}
#intro .wrapper #introFooter {
  height: 70px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  text-align: center;
}
#intro .wrapper #introFooter select {
  margin-top: 15px;
  width: 130px;
  height: 28px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  padding-left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
#intro .wrapper #introFooter select option {
  background: #f5f5f5;
  color: #504a4c;
  text-shadow: none;
}
#intro .wrapper #introFooter #userCountBox {
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  margin-left: 30px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
#intro .wrapper #introFooter #observerLogo {
  background-position: 0 -244px;
  height: 57px;
  width: 155px;
  margin-left: 30px;
}

#info1 {
  background: #36304a;
}
#info1 .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
#info1 .wrapper .col-1 {
  width: 33%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#info1 .wrapper .col-1 .row {
  height: 40px;
  width: 100%;
  margin-bottom: 5px;
}
#info1 .wrapper .col-1 .row .bar {
  height: 40px;
  background: #736f81;
  width: 0%;
  color: #e4e4e7;
  font-size: 18px;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
  overflow: visible !important;
}
#info1 .wrapper .col-1 .row .bar span {
  width: 100%;
  overflow: hidden;
}
.LOCALE-ru_RU #info1 .wrapper .col-1 .row .bar {
  font-size: 13px;
}
#info1 .wrapper .col-1 .row .bar:before {
  position: absolute;
  top: 0px;
  right: -17px;
  display: inline-block;
  vertical-align: middle;
  content: " ";
  border-top: 20px double transparent;
  border-bottom: 20px double transparent;
  border-left: 17px solid #736f81;
  width: 0;
  height: 0;
}
#info1 .wrapper .col-1 .row .percentBox {
  color: #fff;
  font-size: 18px;
  padding-left: 27px;
  line-height: 40px;
}
#info1 .wrapper .col-2 {
  width: 34%;
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
  color: #e4e4e7;
  padding: 0 5px;
}
#info1 .wrapper .col-2 h2 {
  font-size: 17px;
  line-height: 110%;
  font-weight: bold;
  margin-bottom: 12px;
}
#info1 .wrapper .col-2 h3 {
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 7px;
}
#info1 .wrapper .col-3 {
  width: 33%;
  display: table-cell;
  vertical-align: middle;
}
#info1 .wrapper .col-3 img {
  width: 100%;
}

#video-info2 {
  background: #e7e2dc;
}
#video-info2 .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
#video-info2 .wrapper #videoSpotBox {
  width: 50%;
}
#video-info2 .wrapper #videoSpotBox iframe {
  display: block;
}
#video-info2 .wrapper #info2Box {
  width: 45%;
  color: #504a4c;
  text-align: left;
  padding-left: 5%;
  position: relative;
  height: 315px;
}
#video-info2 .wrapper #info2Box .row-2 {
  margin-top: 20px;
}
#video-info2 .wrapper #info2Box h3 {
  font-size: 17px;
  margin-bottom: 11px;
  font-weight: bold;
}
#video-info2 .wrapper #info2Box p {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 150%;
}
#video-info2 .wrapper #info2Box button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0px;
  left: 10%;
}

#stories {
  background: #36304a;
}
#stories .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
#stories .wrapper h2 {
  font-size: 33px;
  color: #e3e4e8;
  height: 40px;
  line-height: 40px;
  margin-bottom: 60px;
}
#stories .wrapper .col-1 {
  width: 58%;
}
#stories .wrapper .col-1 #galleryImg {
  width: 525px;
  height: 280px;
  overflow: hidden;
}
#stories .wrapper .col-1 #galleryImg #galleryImgInner {
  width: 2153px;
  text-align: left;
  position: relative;
  margin-top: 3px;
  padding-left: 6px;
}
#stories .wrapper .col-1 #galleryImg #galleryImgInner .img {
  width: 180px;
  height: 180px;
  border: 3px solid #fff;
  margin-top: 40px;
  cursor: pointer;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 6px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 6px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 6px 1px;
  margin-right: 141px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background-color: #36304a;
}
#stories .wrapper .col-1 #galleryImg #galleryImgInner .img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#stories .wrapper .col-1 #galleryImg #galleryImgInner .img.selected {
  width: 258px;
  height: 258px;
  border: 5px solid #fff;
  z-index: 10;
  position: absolute;
  margin-left: -198px;
  top: 0px;
  margin-top: 0;
  cursor: default;
  margin-right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#stories .wrapper .col-1 #galleryImg #galleryImgInner .img img {
  width: 100%;
  height: 100%;
}
#stories .wrapper .col-1 #galleryImg #galleryImgInner.first {
  padding-left: 326px;
}
#stories .wrapper .col-1 #galleryPagination {
  width: 100%;
  height: 20px;
}
#stories .wrapper .col-1 #galleryPagination span {
  width: 10px;
  height: 10px;
  background: #736f81;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px 1px;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px 1px;
  cursor: pointer;
}
#stories .wrapper .col-1 #galleryPagination span:hover {
  background: #7a7687;
}
#stories .wrapper .col-1 #galleryPagination span.selected, #stories .wrapper .col-1 #galleryPagination span.selected:hover {
  background: #e4e4e7;
  cursor: default;
}
#stories .wrapper .col-2 {
  width: 42%;
  height: 280px;
}
#stories .wrapper .col-2 .galleryTxt {
  display: none;
  vertical-align: middle;
  height: 270px;
  padding: 0 5%;
}
#stories .wrapper .col-2 .galleryTxt.selected {
  display: table-cell;
}
#stories .wrapper .col-2 .galleryTxt h3 {
  font-size: 37px;
  color: #e4e4e7;
  margin-bottom: 10px;
  line-height: 100%;
}
#stories .wrapper .col-2 .galleryTxt h4 {
  font-size: 16px;
  color: #a8948e;
  margin-bottom: 20px;
}
#stories .wrapper .col-2 .galleryTxt h5 {
  font-size: 17px;
  font-style: italic;
  color: #cdcbcb;
}

#footerReg {
  background-image: url('../img/index/footer_reg.jpg?1479901851');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 258px;
}
#footerReg .wrapper {
  height: 258px;
}
#footerReg .wrapper #footerRegFormBox {
  margin-top: 50px;
  width: 800px;
  height: 208px;
  text-align: right;
}
#footerReg .wrapper #footerRegFormBox .selectBox {
  width: 31%;
  margin-right: 2%;
}
#footerReg .wrapper #footerRegFormBox .selectBox select {
  width: 100%;
}
#footerReg .wrapper #footerRegFormBox .submitBox {
  width: 32%;
}
#footerReg .wrapper #footerRegFormBox .submitBox button {
  width: 100%;
}
#footerReg .wrapper #footerRegFormBox h2 {
  color: #504a4c;
  font-size: 22px;
  text-align: left;
  margin-bottom: 15px;
  margin-left: 2%;
}

/* mobile */
.ISMOBILE #headerOut {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ISMOBILE #headerOut .wrapper #logo {
  width: 170px;
  height: 40px;
  float: left;
  margin-top: 10px;
  background-size: cover;
}
.ISMOBILE #headerOut .wrapper #loginBtnBox {
  height: auto;
  margin-top: 17px;
}
.ISMOBILE #headerOut .wrapper #loginBtnBox #login {
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
}
.ISMOBILE #headerOut .wrapper #loginBtnBox #login .ico {
  display: none;
}
.ISMOBILE #intro {
  background-image: url('../img/index/bg/default_mobile_portrait.jpg?1479901851');
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
}
.ISMOBILE #intro .wrapper {
  height: auto;
}
.ISMOBILE #intro .wrapper #slogan {
  margin-top: 58px;
  position: relative;
  top: 0px;
  height: 120px;
}
.ISMOBILE #intro .wrapper #slogan h1 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  line-height: 40px;
}
.ISMOBILE #intro .wrapper #introRegBox {
  position: relative;
  margin: 0px;
  top: 0;
  right: 0px;
  width: 100%;
  padding: 16px 3%;
  margin-top: calc(100vh - 490px);
}
.ISMOBILE #intro .wrapper #introRegBox select {
  background: #fff;
  height: 45px;
  line-height: 45px;
}
@media (min-width: 415px) {
  .ISMOBILE #intro .wrapper #slogan {
    height: 80px;
  }
  .ISMOBILE #intro .wrapper #introRegBox {
    margin-top: 0px;
  }
}
.ISMOBILE #intro .wrapper #introFooter {
  height: 150px;
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.ISMOBILE #intro .wrapper #introFooter .localeBox, .ISMOBILE #intro .wrapper #introFooter #userCountBox {
  width: 100%;
  margin: 0px;
}
.ISMOBILE.COUNTRY-IN #intro {
  background-image: url('../img/index/bg/IN_mobile_portrait.jpg?1493797849');
}
.ISMOBILE.COUNTRY-RU #intro {
  background-image: url('../img/index/bg/RU_mobile_portrait.jpg?1493798332');
}
.ISMOBILE.COUNTRY-ZA #intro {
  background-image: url('../img/index/bg/ZA_mobile_portrait.jpg?1493798185');
}
.ISMOBILE.COUNTRY-TR #intro {
  background-image: url('../img/index/bg/TR_mobile_portrait.jpg?1493798129');
}
.ISMOBILE.COUNTRY-BR, .ISMOBILE.COUNTRY-CO, .ISMOBILE.COUNTRY-MX, .ISMOBILE.COUNTRY-AR #intro {
  background-image: url('../img/index/bg/LATAM_mobile_portrait.jpg?1493797914');
}
@media screen and (min-width: 415px) {
  .ISMOBILE #intro {
    background-image: url('../img/index/bg/default_mobile_landscape.jpg?1479901851');
    background-repeat: no-repeat;
    background-position: top center;
  }
  .ISMOBILE.COUNTRY-IN #intro {
    background-image: url('../img/index/bg/IN_mobile_landscape.jpg?1493797822');
  }
  .ISMOBILE.COUNTRY-RU #intro {
    background-image: url('../img/index/bg/RU_mobile_landscape.jpg?1493797807');
  }
  .ISMOBILE.COUNTRY-ZA #intro {
    background-image: url('../img/index/bg/ZA_mobile_landscape.jpg?1493797801');
  }
  .ISMOBILE.COUNTRY-TR #intro {
    background-image: url('../img/index/bg/TR_mobile_landscape.jpg?1493797794');
  }
  .ISMOBILE.COUNTRY-BR, .ISMOBILE.COUNTRY-CO, .ISMOBILE.COUNTRY-MX, .ISMOBILE.COUNTRY-AR #intro {
    background-image: url('../img/index/bg/LATAM_mobile_landscape.jpg?1493797814');
  }
}
.ISMOBILE #info1 {
  padding-top: 20px;
}
.ISMOBILE #info1 .wrapper .col {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
.ISMOBILE #video-info2 {
  padding: 20px 0;
}
.ISMOBILE #video-info2 .wrapper #videoSpotBox {
  width: 100%;
  padding: 0px;
  margin: 10px 0;
}
.ISMOBILE #video-info2 .wrapper #info2Box {
  width: 100%;
  padding: 0px;
  height: auto;
}
.ISMOBILE #video-info2 .wrapper #info2Box #info2RegBtnBox {
  width: 100%;
  margin: 10px 0;
}
.ISMOBILE #video-info2 .wrapper #info2Box #info2RegBtnBox button {
  width: 100%;
  position: relative;
  left: auto;
  bottom: auto;
  padding-left: 0;
  padding-right: 0;
}
.ISMOBILE #video-info2 .wrapper #info2Box .row {
  width: 100%;
  margin: 10px 0;
}
.ISMOBILE #stories .wrapper h2 {
  margin: 20px 0;
  height: auto;
}
.ISMOBILE #stories .wrapper #galleryStories .col {
  width: 100%;
  height: auto;
}
.ISMOBILE #stories .wrapper #galleryStories .col#galleryImgBox #galleryImg {
  width: 307px;
  height: 188px;
}
.ISMOBILE #stories .wrapper #galleryStories .col#galleryImgBox #galleryImg #galleryImgInner {
  width: 1238px;
}
.ISMOBILE #stories .wrapper #galleryStories .col#galleryImgBox #galleryImg #galleryImgInner .img {
  width: 109px;
  height: 109px;
  margin-top: 24px;
  margin-right: 77px;
}
.ISMOBILE #stories .wrapper #galleryStories .col#galleryImgBox #galleryImg #galleryImgInner .img.selected {
  width: 157px;
  height: 157px;
  margin-left: -127px;
  margin-top: 0px;
}
.ISMOBILE #footerReg {
  height: auto;
}
.ISMOBILE #footerReg .wrapper {
  height: auto;
}
.ISMOBILE #footerReg .wrapper #footerRegFormBox {
  height: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin: 28px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 3%;
}
.ISMOBILE #footerReg .wrapper #footerRegFormBox h2 {
  margin-left: 0px;
  text-align: center;
}
.ISMOBILE #footerReg .wrapper #footerRegFormBox .selectBox, .ISMOBILE #footerReg .wrapper #footerRegFormBox submitBox {
  width: 100%;
  margin: 0 0 20px 0;
}
.ISMOBILE #footerReg .wrapper #footerRegFormBox .submitBox {
  width: 100%;
}
.ISMOBILE #footerReg .wrapper #footerRegFormBox .submitBox button {
  width: 100%;
}
