
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

html, body, h1, h2, h3, h4, h5, ul, ol, p, input, button, textarea, select, blockquote {
  margin: 0;
  padding: 0;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: 100%;
  border: 0 none;
}

ul, ol {
  list-style-type: none;
}

a img {
  border: 0 none;
}

header, nav, section, article, footer {
  display: block;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

.container {
  overflow: hidden;
}

.wrapper {
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
}

.inner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.row {
  overflow: hidden;
  clear: both;
}

.col {
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col img {
  max-width: 100%;
}

.col1 {
  float: none;
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

.col2-3 {
  width: 66.666%
}

.prepend-3 {
  margin-left: 33.333%;
}

.col12-1 {
  width: 8.333%
}

.col12-2 {
  width: 16.666%
}

.col12-3 {
  width: 25%
}

.col12-4 {
  width: 33.333%
}

.col12-5 {
  width: 41.666%
}

.col12-6 {
  width: 50%
}

.col12-7 {
  width: 58.333%
}

.col12-8 {
  width: 66.333%
}

.col12-9 {
  width: 75%
}

.col12-10 {
  width: 83.333%
}

.col12-11 {
  width: 91.333%
}

.col12-12 {
  width: 100%
}

.prepend12-1 {
  margin-left: 8.333%
}

.prepend12-2 {
  margin-left: 16.666%
}

.prepend12-3 {
  margin-left: 25%
}

.prepend12-4 {
  margin-left: 33.333%
}

.prepend12-5 {
  margin-left: 41.666%
}

.prepend12-6 {
  margin-left: 50%
}

.prepend12-7 {
  margin-left: 58.333%
}

.prepend12-8 {
  margin-left: 66.333%
}

.prepend12-9 {
  margin-left: 75%
}

.prepend12-10 {
  margin-left: 83.333%
}

.prepend12-11 {
  margin-left: 91.333%
}

.prepend12-12 {
  margin-left: 100%
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

h1, h2, h3, h4, .button, .simple-table th {
  font-family: "Bebas", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h3 {
  font-size: 19px;
  line-height: 1.2em;
}

h1.base-font, h2.base-font, h3.base-font, h4.base-font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h4.text-big, .text-big {
  font-weight: normal;
  font-size: 19px;
  line-height: 1.6em;
}

.green-block-title {
  font-size: 43px;
  color: #e9a1cb;
  line-height: 1em;
  margin-bottom: 0.5em;
}

h2 > a, h3 > a {
  color: #333;
  text-decoration: none;
}

.page-sec-title {
  font-size: 28px;
  line-height: 1.3em;
  padding-top: 30px;
  margin-bottom: 10px;
  position: relative;
}

.page-sec-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 4px;
  background-color: #e9a1cb;
}

.page-sec-subtitle {
  font-size: 19px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

a {
  color: #e9a1cb;
}

a:hover {
  color: #333333;
}

.button {
  display: inline-block;
  margin: 1em 0 0 0.5em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #e9a1cb;
  background-color: #333333;
  font-style: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button:hover {
  background-color: #666666;
}

a.button:hover {
  color: #e9a1cb;
}

.button-link {
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.button-link:before {
  content: "\003E";
  margin-right: 0.2em;
}

.mob-el {
  display: none;
}

.ir {
  display: block;
  letter-spacing: -300em;
  text-indent: -300em;
  overflow: hidden;
}

.relative {
  position: relative;
}

.fl {
  float: left
}

.fr {
  float: right
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after, .row:after {
  clear: both;
}

.va-cont:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.va-tg {
  display: inline-block;
  vertical-align: middle;
}

.sprite {
  background: url(xyz.png) no-repeat 0 0;
}

.tw-icon {
  width: 39px;
  height: 33px;
  background-position: 0 0;
}

.tw-icon:hover {
  background-position: 0 -40px;
}

.in-icon {
  width: 34px;
  height: 33px;
  background-position: -54px 0;
}

.in-icon:hover {
  background-position: -54px -40px;
}

.fb-icon {
  width: 18px;
  height: 33px;
  background-position: -105px 0;
}

.fb-icon:hover {
  background-position: -105px -40px;
}

.swiperarrowr-icon {
  width: 50px;
  height: 50px;
  background-position: -189px 0
}

.swiperarrowr-icon.disabled {
  background-position: -138px 0
}

.swiperarrowl-icon {
  width: 50px;
  height: 50px;
  background-position: -189px -51px
}

.swiperarrowl-icon.disabled {
  background-position: -138px -51px
}

.icon-slideshare {
  width: 207px;
  height: 52px;
  background-position: 0 -116px
}

.icon-slideshare-mob {
  width: 32px;
  height: 32px;
  background-position: -434px 0
}

.icon-download {
  width: 36px;
  height: 36px;
  background-position: -245px 0;
}

.icon-download:hover {
  background-position: -245px -40px;
}

.icon-share {
  width: 35px;
  height: 35px;
  background-position: -289px 0;
}

.icon-share:hover {
  background-position: -289px -40px;
}

.icon-quote {
  width: 45px;
  height: 37px;
  background-position: -250px -88px;
}

.menu-btn {
  width: 32px;
  height: 32px;
  background-position: -344px 0;
}

.ico-shoes {
  width: 194px;
  height: 204px;
  background-position: 0 -184px
}

.close-lightbox {
  width: 34px;
  height: 34px;
  background-position: -204px -184px;
}

.icon-world {
  width: 191px;
  height: 273px;
  background-position: -259px -140px;
}

.icon-world2 {
  width: 155px;
  height: 276px;
  background-position: -477px -140px;
}

.icon-open-tab, .icon-accordion {
  width: 36px;
  height: 36px;
  background-position: -344px -35px;
}

.open .icon-open-tab, .open .icon-accordion {
  background-position: -384px -35px;
}

.page-header, .subpage-header {
  background-color: #f7f7f7;
}

.page-header-inner {
  padding: 50px 0;
  text-align: center;
}

.subpage-header-inner {
  padding: 30px 0;
}

.ph-title-group {
  position: relative;
  margin-bottom: 140px;
}

.ph-title-group:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -79px;
  border: 11px solid #f7f7f7;
  border-radius: 50%;
  background: url(xyz.png) no-repeat -396px -11px;
}

.subpage-subheader .ph-title-group:after {
  border-color: #ffffff;
}

.ph-title-group:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -65px;
  height: 2px;
  background: #e9a1cb;
  background: linear-gradient(to right, rgba(141, 197, 64, 0) 0%, rgba(141, 197, 64, 1) 10%, rgba(141, 197, 64, 1) 50%, rgba(141, 197, 64, 1) 90%, rgba(141, 197, 64, 0) 100%);
}

.section-title {
  color: #e9a1cb;
  font-size: 37px;
  line-height: 1em;
  margin-bottom: 40px;
}

.subpage-header-inner .section-title {
  margin-bottom: 0;
}

.subsection-title {
  font-family: 'ClarendonBTRoman', Georgia, serif;
  font-size: 28px;
  line-height: 1.2em;
}

.ph-content, .subsection-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 890px;
}

.ph-content-image {
  float: left;
  border-right: 1px solid #cccccc;
  margin-right: 20px;
  padding-right: 20px;
}

.ph-content-image img {
  display: block;
}

.ph-content-text {
  overflow: hidden;
  max-width: 670px;
  margin: 0 auto;
}

.ph-content-text.with-image {
  text-align: left;
}

.ph-content-text .subsection-content-title {
  font-family: 'ClarendonBTRoman', Georgia, serif;
  font-size: 25px;
  line-height: 1.2em;
  font-style: normal;
  margin-bottom: 1em;
}

.page-padded {
  padding: 50px 0;
}

.bottom-shadow {
  position: relative;
}

.bottom-shadow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.bottom-shadow.shadow-reverse:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  top: auto;
  bottom: 0;
}

.no-cssgradients .bottom-shadow {
  border-bottom: 1px solid #cccccc;
}

.grey-texture {
  background: #ededed url(xyz.png)
}

.grey-bg {
  background: #f7f7f7
}

.green-bg {
  background: #8cc53f
}

.white-bg {
  background: #ffffff
}

.dark-bg {
  background: #333333
}

.dark-texture {
  background: #2b2b2b url(xyz.png) center top;
}

.accordion-container {
  position: relative;
}

.accordion-container .accordion-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  cursor: pointer;
  transition: all 300ms ease-in;
  z-index: 1;
}

.icon-accordion {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -18px;
  display: block;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.lightbox-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.lightbox-content {
  width: 597px;
  height: 527px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -288px;
  margin-top: -268px;
  background: #ffffff;
}

.lightbox-content.loading {
  background: #ffffff url(ajax-loader.gif) no-repeat center center;
}

.lightbox-header {
  background: #f0f0f0;
  padding: 20px 10px;
  border-bottom: 1px solid #eeeeee;
}

.lightbox-title {
  color: #e9a1cb;
}

.lightbox-body {
  padding: 20px;
}

.lightbox-body.no-padding {
  padding: 0;
}

.close-lightbox {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.simple-table {
  width: 100%;
  border-collapse: collapse;
}

.simple-table td, .simple-table th {
  padding: 15px 10px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

.simple-table th {
  background-color: #f7f7f7;
  color: #e9a1cb;
  font-size: 20px;
}

.simple-table th:last-child {
  white-space: nowrap;
  width: 1px;
}

.simple-table td:last-child {
  text-align: center;
}

.tabs-nav {
  border-bottom: 5px solid #e9a1cb;
}

.tabs-nav ul {
  overflow: hidden;
}

.tabs-nav li {
  float: left;
}

.tabs-nav li span {
  display: block;
  padding: 15px 0;
  border: 1px solid #cccccc;
  border-bottom: 0 none;
  text-align: center;
  color: #999999;
  text-decoration: none;
  font-size: 20px;
  font-family: "Bebas", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.tabs-nav li span:hover {
  color: #e9a1cb;
}

.tabs-nav li span.active {
  color: #ffffff;
  background-color: #e9a1cb;
}

form {
  color: #333333;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 10px;
  overflow: hidden;
}

.wpcf7-form-control-wrap {
  line-height: 34px;
}

.form-label, .form-label-inline {
  line-height: 34px;
  color: #666666;
}

.form-label-inline {
  display: block;
  float: left;
  width: 80px;
}

.wpcf7-form-control-wrap {
  display: block !important;
  overflow: hidden;
}

span.wpcf7-not-valid-tip {
  margin-bottom: -10px;
}

.form-buttons {
  padding-top: 10px
}

.form-buttons .button {
  margin: 0 0.5em 0 0
}

div.wpcf7-validation-errors {
  display: none !important
}

form div.wpcf7-response-output {
  margin: 20px 0 0
}

form div.wpcf7-mail-sent-ok {
  background: #e9a1cb;
  color: #fff;
  border: 0 none;
}

.wpcf7-not-valid {
  background-color: #FFECEC;
  border: 1px solid #FFC7C7;
}

.contact-form h3 {
  color: #666666;
  font-size: 26px;
  font-weight: normal;
}

.contact-mobile {
  padding: 20px 0;
}

.has-tooltip {
  position: relative;
}

.tooltip {
  position: absolute;
  top: 0;
  background: #f7f7f7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.tooltip.t-left {
  right: 100%;
}

.lang-header {
  height: 30px;
  line-height: 30px;
  background: #333333;
  position: relative;
  text-align: right;
  z-index: 1;
}

.lang-header .row {
  overflow: visible;
}

.language-widget {
  float: right;
}

.language-widget img {
  display: none;
}

.language-widget .lang-item-en > a:after {
  content: "EN"
}

.language-widget .lang-item-it > a:after {
  content: "IT"
}

.language-widget .lang-item-es > a:after {
  content: "ES"
}

.language-widget .lang-item-fr > a:after {
  content: "FR"
}

.language-widget .lang-item-de > a:after {
  content: "DE"
}

.language-widget .lang-item-pt > a:after {
  content: "PT"
}
.language-widget .lang-item-zh > a:after {
  content: "ZH"
}
.language-widget .lang-item-cn > a:after {
  content: "CN"
}

.language-widget p {
  color: #e9a1cb;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}

.language-widget p, .language-widget ul, .language-widget li {
  float: left;
}

.language-widget a {
  font-family: "Bebas", Arial, Helvetica, sans-serif;
  display: block;
  height: 30px;
  padding: 0 7px;
  text-decoration: none;
}

.language-widget .current-lang {
  position: relative;
}

.language-widget .current-lang a {
  background: #e9a1cb;
  color: #ffffff;
}

.language-widget a:hover {
  color: #ffffff;
}

.language-widget .current-lang:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 8px solid #e9a1cb;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.main-header {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}

.logo-container {
  float: left;
}

.site-logo img {
  vertical-align: middle;
}

.menu-btn {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333333;
  cursor: pointer;
}

.main-nav {
  float: right;
  line-height: normal;
  margin-top: 47px;
}

.main-nav .sub-menu {
  display: none
}

.main-nav-inner {
  float: left;
}

.main-nav-inner li {
  float: left;
}

.main-nav a {
  font-family: "Bebas", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #333333;
  font-size: 20px;
  padding: 7px 15px;
}

.main-nav a:hover {
  color: #e9a1cb;
}

.secondary-menu a {
  color: #666666;
}

.current_page_item > a,
.current_page_ancestor > a,
.current_page_parent > a,
.current_page_item > a:hover,
.current_page_ancestor > a:hover,
.current_page_parent > a:hover {
  background: #e9a1cb;
  color: #ffffff;
}

.secondary-menu {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

.secondary-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 22px;
  margin-top: -11px;
  width: 1px;
  background-color: #cccccc;
}

.breadbrumbs {
  line-height: 39px;
  height: 39px;
  border-bottom: 1px solid #d7d7d7;
  color: #6c6d71;
  font-size: 11px;
  text-transform: uppercase;
}

.breadbrumbs li {
  display: inline-block;
  margin-left: 12px;
}

.breadbrumbs li:first-child {
  margin: 0;
}

.breadbrumbs a {
  color: #6c6d71;
  text-decoration: none;
  margin-right: 10px;
}

.breadbrumbs span {
  color: #e9a1cb;
}

.goback a {
  color: #e9a1cb;
}

.goback a:before {
  content: "\003C";
  margin-right: 0.2em;
}

.main-footer {
  color: #999999;
  background: #2b2b2b url(xyz.png) center top;
  font-size: 17px;
  line-height: 2em;
}

.main-footer a:hover {
  color: #cccccc;
}

.footer-inner {
  padding: 30px 0 40px;
}

.footer-block {
  margin-bottom: 30px
}

.footer-title {
  color: #cccccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  font-size: 17px;
}

.footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 50px;
  height: 4px;
  background-color: #e9a1cb;
}

.footer-text, .footer-social {
  display: inline-block;
  vertical-align: middle;
}

.footer-social ul {
  overflow: hidden;
}

.footer-social li {
  float: left;
  margin-left: 15px;
  margin-right: 35px;
}

.footer-social li:last-child {
  margin-right: 0;
}

.contact-lightbox {
  display: none;
}

.contact-lightbox .lightbox-content {
  height: auto;
  width: 1026px;
  margin-left: -513px;
}

.contact-lightbox .lightbox-body {
  padding: 30px;
}

.contact-lightbox .form-group {
  margin-bottom: 20px;
}

.contact-lightbox .form-buttons {
  text-align: right;
}

.contact-form input[type=submit] {
  width: 160px;
}

.contact-lightbox .close-lightbox {
  top: 30px;
  right: 30px;
}

.contact-lightbox .wpcf7-form-control-wrap input {
  width: 550px;
}

.hp-header {
  border-bottom: 1px solid #d7d7d7;
}

.homepage-slider {
  max-width: 1030px;
  /*height: 560px;*/
  margin: 0 auto;
  position: relative;
}

.hp-slide {
  position: relative;
}

.hp-slide-image img {
  max-width: 100%;
  margin-top: -4px;
}

.hp-slide-content {
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.hp-slide-content .row {
  overflow: visible;
}

.hp-s-title-container {
  position: relative;
}

.hp-s-title {
  line-height: 100px;
  height: 100px;
  padding-left: 30px;
  margin-right: 50px;
  font-size: 54px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.swiper-arrows {
  position: absolute;
  right: 15px;
  top: 310px;
}

.swiper-arrows > span {
  cursor: pointer;
  background-color: #333333;
}

.swiper-arrows > span:hover {
  background-color: #666666;
}

.swiper-arrows > span.disabled,
.swiper-arrows > span.disabled:hover {
  background-color: #333333;
  cursor: default;
}

.hp-s-button {
  margin: 50px 0 0;
  width: 160px;
  font-size: 17px;
}

.hp-sections {
  background-color: #f0f0f0;
  border-top: 1px solid #ffffff;
}

.hp-sections .col {
  position: relative;
}

.hp-section {
  padding: 0 0 70px;
}

.hp-section-title, .hp-section-text {
  text-align: center;
}

.hp-section-button {
  min-width: 160px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  margin-left: -80px;
}

.hp-secondary-sections .res-posts {
  padding: 30px 0;
}

.res-posts .res-post {
  margin-top: 30px;
  padding-bottom: 30px;
}

.res-books {
  border-bottom: 1px solid #d9d9d9;
}

.res-post-image {
  float: left;
  margin-right: 20px;
}

.res-post-content {
  overflow: hidden;
}

.res-post-text {
  margin: 10px 0 5px;
}

.cute-block {
  margin: 10px 0 30px;
}

.cute-partners-inner {
  padding-top: 50px;
}

.cute-partners-tabs .tabs-nav {
  border: 0 none;
}

.cute-partners-tabs .tabs-nav li {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0;
  background: #f7f7f7 url(xyz.png);
}

.cute-partners-tabs .tabs-nav li span {
  padding: 10px 0;
  border: 0;
  border-left: 1px solid #e9a1cb;
}

.cute-partners-tabs .tabs-nav li span.active {
  color: #e9a1cb;
  background: none;
}

.cute-partners-tabs .tabs-nav li:first-child {
  margin: 0;
}

.cute-partners-tabs .tabs-nav li:first-child span {
  border: 0;
}

.cute-par-zone-sel {
  display: none;
}

.cute-par-select-zone {
  border-bottom: 5px solid #e9a1cb;
}

.cute-par-select-btn {
  max-width: 250px;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  background: #e9a1cb;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.icon-open-tab {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -18px;
}

.cute-companies {
  padding: 40px 0 50px;
}

.cute-company-mix {
  display: none;
}

.cute-company {
  background-color: #ffffff;
  height: 320px;
  margin: 0 0 30px;
}

.cute-company > img {
  display: block;
  width: 100%;
}

.cute-company-details {
  padding: 20px 10px;
}

h3.cute-comp-name,
h4.cute-comp-country {
  color: #666666;
  font-size: 21px;
  font-weight: normal;
}

h4.cute-comp-country {
  margin: 15px 0;
  font-size: 18px;
  /* font-style: italic; */
}

.cute-comp-link {
  line-height: 1.3em;
  font-size: 15px;
  word-wrap: break-word;
}

.cute-comp-link a {
  text-decoration: none;
}

.mob-el .cute-companies-wrapper {
  margin: 0 15px;
}

.swiper-slide .cute-company {
  height: auto;
}

.cute-company-art-counter {
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -20px;
}

.wwd-services .col {
  position: relative;
}

.wwd-service {
  margin-bottom: 10px;
}

.wwd-service img {
  width: 100%;
}

.wwd-service-content {
  padding-bottom: 40px;
}

.wwd-ser-title {
  margin: 10px 0;
}

.wwd-ser-text {
  line-height: 1.5em;
}

.wwd-ser-link {
  position: absolute;
  left: 10px;
  bottom: 0;
}

.wwd-work .page-sec-title {
  margin-bottom: 40px;
}

.wwd-work p {
  margin-bottom: 40px
}

.gts-fac {
  margin-bottom: 20px;
}

.gts-facilities ul {
  padding-left: 25px;
  list-style-type: disc;
}

.gts-facilities .page-sec-title:after {
  background-color: #333333;
}

.gts-locations .inner-wrapper {
  position: relative
}

.gts-locations-bg {
  width: 100%;
  position: absolute;
  text-align: center;
}

.gts-locations-bg > img {
  max-width: 100%;
}

.gts-locations .page-sec-title {
  margin-bottom: 80px;
}

.gts-loc-zone {
  margin-top: 50px;
}

.gts-zone-title {
  background-color: #e9a1cb;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 10px;
}

.gts-locations table th:first-child {
  width: 31%;
}

.wwdc-intro {
  position: relative;
  padding-bottom: 80px;
  max-width: 970px;
  margin: 0 auto;
}

.icon-world {
  position: absolute;
  left: -115px;
  bottom: 21px;
  z-index: 1;
}

.icon-world2 {
  position: absolute;
  right: -136px;
  top: 24px;
  z-index: 0;
}

.wwdc-intro-header {
  padding: 20px 10px;
}

.wwdc-intro-header .page-sec-title {
  font-size: 51px;
  line-height: 1em;
  color: #ffffff;
  word-wrap: break-word;
}

.wwdc-intro-content {
  border: 3px solid #9a9a9a;
  background: #ffffff url(xyz.png);
  min-height: 260px;
}

.wwdc-intro-text {
  padding: 50px 0;
  position: relative;
}

.wwdc-intro-text:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 5px;
  background-color: #e9a1cb;
}

.wwdc-i-text-intro {
  font-size: 24px;
  line-height: 1.2em;
}

.wwdc-i-text-title {
  font-weight: bold;
  color: #e9a1cb;
  font-size: 20px;
  margin: 30px 0 0;
}

.wwdc-i-text-content {
  margin-top: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.wwdc-method {
  font-size: 17px;
  margin-top: 60px;
}

.wwdc-method-title {
  color: #e9a1cb;
  font-size: 28px;
  line-height: 1.5em;
}

.wwdc-method-studies li {
  display: inline;
  font-size: 13px;
  margin-right: 15px;
}

.wwdc-howtostart {
  background: url("xyz.png");
  padding: 10px;
  margin: 35px 0;
}

.wwdchild-howtostart {
  margin-top: 55px;
}

.wwdc-howtostart-inner {
  background: #ffffff;
  padding: 20px 30px 20px 300px;
  position: relative;
}

.wwdchild-howtostart .wwdc-howtostart-inner {
  padding-top: 35px;
}

.wwdchild-howtostart .wwdc-howtostart-inner.row {
  padding: 0 30px 40px 300px;
}

.wwdc-howtostart-inner-full {
  background: #ffffff;
  padding: 35px 10px;
}

.ico-shoes {
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -102px;
}

.wwdc-hts-title {
  font-size: 44px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.wwdc-hts-text {
  font-size: 17px;
}

.wwdchild-hts-text {
  margin: 20px 0;
}

.wwdchild-hts-steps-title {
  font-weight: bold;
}

.wwdchild-step-num {
  display: block;
  text-align: center;
  font-family: 'ClarendonBTRoman', Georgia, serif;
  font-size: 84px;
  line-height: 1em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 5px solid #8cc53f;
}

.wwd-case-studies {
  color: #ffffff;
}

.wwd-case-studies-bg {
  width: 100%;
  text-align: center;
  position: absolute;
}

.wwd-case-studies-bg img {
  max-width: 100%;
}

.case-study, .featured-studies-wrapper > :first-child {
  display: none;
}

.featured-studies-wrapper > .mob-feat {
  display: block;
}

.case-studies-wrapper > :first-child, .featured-study {
  display: block;
}

.featured-study a {
  display: block;
}

.case-study-title {
  font-size: 40px;
  color: #e9a1cb;
  margin-bottom: 10px;
}

.case-study-images {
  max-width: 1400px;
  margin: 0 auto;
}

.case-study-images .swiper-slide img {
  width: 100%;
}

.case-study-images .swiper-arrows {
  right: 0;
  top: 50%;
  margin-top: -25px;
}

.case-study-images .swiper-arrows > span {
  float: right;
  margin-left: 2px;
}

.case-study-title-descr {
  color: #e9a1cb;
  padding: 20px 0;
  font-size: 17px;
}

.case-study-content {
  position: relative;
  overflow: hidden;
}

.cs-main {
  padding-bottom: 80px;
}

.cs-main-title {
  color: #e9a1cb;
  font-size: 19px;
  margin: 40px 0 15px;
}

.cs-main-text {
  font-size: 14px;
}

.cs-main-text ul {
  margin-top: 15px;
  padding-left: 45px;
  list-style-type: disc;
}

.cs-partners {
  position: relative;
  z-index: 1;
  color: #333333;
  padding-bottom: 50px;
}

.cs-partners-title {
  font-size: 19px;
  padding: 40px 0 15px;
  text-align: center;
}

.cs-partners-list {
  overflow: hidden;
}

.cs-partners-list li {
  float: left;
  width: 50%;
  text-align: center;
  margin: 45px 0 0;
  height: 160px;
}

.col .cs-partners-list img {
  width: auto;
}

.cs-partner-name {
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  padding: 0 10px;
}

.featured-studies {
  background: #666666;
  position: relative;
}

.featured-studies .inner-wrapper {
  position: relative;
}

.featured-studies .inner-wrapper:after {
  content: "";
  position: absolute;
  top: -33px;
  left: 20px;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  border-bottom: 33px solid #666666;
}

.feat-s-title {
  font-size: 28px;
  margin-bottom: 30px;
}

.hww-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}

.hww-section.last {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.hww-image {
  text-align: center;
  margin-bottom: 30px;
}

.hww-section .page-sec-title {
  font-size: 21px;
  margin-bottom: 20px;
}

h4.hww-nb-title {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: normal;
}

.hww-nb-text ul {
  padding-left: 20px;
  margin-top: 25px;
  list-style-type: disc;
}

.hww-nb-text li {
  margin-bottom: 10px;
  padding-top: 10px;
}

.res-h-group {
  text-align: left;
  max-width: 750px;
  margin-bottom: 80px;
}

.res-title {
  font-size: 88px;
  line-height: 1.2em;
  margin-bottom: 20px;
  color: #e9a1cb;
}

.res-socials .page-padded {
  padding: 30px 0;
}

.res-socials-content {
  text-align: center;
}

.res-social-text, .res-social-links, .res-social-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.res-social-text {
  color: #e9a1cb;
}

.res-presentation {
  margin: 30px 0
}

.res-presentation img {
  width: 100%;
}

.res-presentations .page-padded {
  position: relative;
}

.viewall-slideshare-link {
  position: absolute;
  right: 10px;
  top: 74px;
  margin-left: 33.333%;
  font-size: 17px;
  color: #14999a;
  text-decoration: none;
  vertical-align: middle;
  z-index: 1;
}

.icon-slideshare,
.icon-slideshare-mob {
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: middle;
}

.publication-post {
  position: relative;
  padding-top: 35px;
}

.publication-post:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 5px;
  background-color: #e9a1cb;
}

.pub-header {
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  padding-bottom: 10px;
}

.pub-title {
  margin: 20px 60px 20px 0;
}

.pub-actions {
  position: absolute;
  right: 0;
  top: 32px;
}

.pub-actions > li {
  float: left;
}

.pub-content {
  padding: 20px 0;
}

.pub-image {
  float: left;
  margin-bottom: 30px;
}

.pub-image .halfw-image {
  margin-right: 20px;
}

.pub-image > img {
  max-width: 100%;
}

.pub-content p, .pub-content ul {
  margin-bottom: 30px;
}

.pub-text {
  clear: both;
}

.pub-content ul {
  list-style-type: disc;
  padding-left: 25px;
}

.share-buttons {
  text-align: right
}

.share-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.share-button img {
  cursor: pointer;
  display: block;
  max-width: none;
  margin-bottom: 5px;
}

.book-info {
  color: #666666;
  margin-top: -20px;
  margin-bottom: 10px;
}

.book-header, .book-image {
  margin-top: 20px;
}

.book-purchase {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}

.book-purchase h4 {
  font-size: 17px;
  line-height: 44px;
}

.book-purchase .button {
  margin: 0;
}

.book-downloads {
  margin: 15px 0 0;
}

.book-downloads h4 {
  line-height: 1em;
}

.book-downloads a {
  margin-left: 15px;
}

.book-image img {
  display: block;
  width: 100%;
}

.book-content p {
  margin: 30px 0;
}

.book-rev-quote {
  margin-bottom: 20px;
  padding-top: 60px;
  margin-top: 10px;
  position: relative;
}

.book-rev-quote > p:before {
  content: "\201C"
}

.book-rev-quote > p:after {
  content: "\201D"
}

.book-rev-author {
  margin-top: 30px;
  text-align: right;
  font-family: Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 17px;
}

.quote-div {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #ffffff;
}

.icon-quote {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -20px;
  background-color: #f7f7f7;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-right-style: solid;
  border-right-color: #f7f7f7;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
  border-right-width: 7px;
  border-left-width: 7px;
}

.book-action .col3,
.book-action .col2-3 {
  margin-top: 25px;
}

.uxm-focus {
  position: relative;
}

.uxm-focus img {
  position: absolute;
  top: 0;
  left: 0;
}

.uxm-focus-content {
  position: relative;
  z-index: 1;
}

.uxm-focus-title {
  font-size: 94px;
  line-height: 1em;
  color: #8cc53f;
}

.uxm-focus-text {
  margin: 20px 0 80px;
  background: rga(0, 0, 0);
}

.uxm-focus-details {
  padding: 15px;
  margin-top: 20px;
  height: 116px;
}

.uxm-focus-details h3 {
  font-size: 32px;
  line-height: 1.3em;
}

.uxm-focus-detail {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

.uxm-focus-link {
  background: #333333;
}

.uxm-masterclass-link {
  text-decoration: none;
}

.uxm-focus-place {
  color: #8cc53f;
}

.uxm-focus-link-part {
  color: #ffffff;
}

a.uxm-masterclass-link:hover {
  color: #cccccc;
}

.uxm-focus-link-part:before {
  content: "\003E";
  margin-right: 0.2em;
}

.uxm-pastevents .text-big {
  margin-bottom: 50px;
}

.uxm-event {
  margin-top: 30px;
}

.uxm-event h3 {
  margin: 15px 0;
}

.uxm-event-text {
  line-height: 1.5em;
}

ul.uxcookies,
ol.uxcookies {
  list-style-type: lower-alpha;
}

div.policy-form {
    font-size: 12px;
    width: 70%;
    display: inline-block;
    float: left;
    vertical-align: middle;
}
