body {
  font-family: Raleway;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: dimgray;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: dimgray;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #5d5d5d;
}

.button.button-more-margin {
  margin-right: 10px;
}

.button.spacetop {
  margin-top: 20px;
  margin-left: 0px;
  background-color: #141414;
  text-align: center;
}

.button.spacetop:hover {
  background-color: #e93d3d;
}

.button.align-middle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.herobanner {
  position: relative;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, .76);
}

.herobanner.inner-banner {
  height: 330px;
  background-color: #000;
  background-image: url('../images/Plaza-Arcadia-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.navigation-bar {
  position: relative;
  z-index: 999;
  overflow: visible;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: #e23e21;
  color: transparent;
}

.navigation-link {
  padding: 25px 10px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .8);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link.w--current {
  padding: 25px 10px 0px;
  color: #fff;
}

.logo {
  padding-top: 0px;
}

.logo.w--current {
  padding-top: 0px;
}

.logo.logo-scroll {
  padding-top: 0px;
}

.logo.logo-scroll.w--current {
  padding-top: 0px;
}

.arrow-drop-down {
  margin-top: 22.5px;
  margin-right: 0px;
  color: #fff;
  font-size: 13px;
}

.drop-down-list.w--open {
  margin-top: 21px;
  background-color: rgba(0, 0, 0, .85);
}

.drop-down-list.drop-down-scroll.w--open {
  margin-top: 5px;
}

.drop-down-link {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: hsla(0, 0%, 100%, .6);
  font-size: 14px;
  font-weight: 400;
}

.drop-down-link:hover {
  background-color: #f3655e;
  color: hsla(0, 0%, 100%, .9);
}

.mp-about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.service-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 1px solid #afafaf;
  border-radius: 100px;
  background-image: url('../images/ico1.png');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-icon:hover {
  border-color: #f3655e;
  background-color: #f3655e;
  background-image: url('../images/ico1hover.png');
}

.service-icon.pixel {
  background-image: url('../images/ico2.png');
}

.service-icon.pixel:hover {
  background-image: url('../images/ico2hover.png');
}

.service-icon.phone {
  background-image: url('../images/ico3.png');
}

.service-icon.phone:hover {
  background-image: url('../images/ico3hover.png');
}

.service-column {
  padding-right: 20px;
  padding-left: 20px;
  border-color: transparent hsla(0, 0%, 60%, 0) transparent transparent;
  text-align: center;
}

.top-title {
  margin-bottom: 30px;
  text-align: center;
}

.top-title.less-space {
  margin-bottom: 50px;
}

.space {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #242424;
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.space.content_text {
  padding-bottom: 0px;
}

.light {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  text-transform: none;
}

.light.bigbannertittle {
  font-size: 70px;
}

.promo-image {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  text-align: center;
}

.promo-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-style: normal;
}

.title {
  display: inline;
  margin-top: 0px;
  font-family: 'Droid Serif', serif;
  color: dimgrey;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.title:hover {
  background-color: transparent;
  color: #aaa;
}

.promo-date {
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 300;
}

.promo-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: visible;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.promo-overlay:hover {
  opacity: 0.96;
}

.icon-wrapper {
  position: relative;
  margin-top: 45%;
}

.icon-portfolio {
  margin-right: 10px;
}

.stores-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1f1f1;
}

.hero-text {
  margin-top: 15px;
  color: #9d9d9d;
  font-size: 17px;
  font-weight: 400;
}

.promo-section {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sub-text {
  margin-bottom: 0px;
  color: #707070;
  font-size: 17px;
  line-height: 30px;
}

.sub-text.content_text {
  font-size: 21px;
  line-height: 35px;
}

.team-wrapper {
  margin-bottom: 35px;
  text-align: center;
}

.team-name {
  margin-bottom: 20px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-div {
  text-align: center;
}

.team-social {
  margin-top: 33px;
}

.icon-social {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  padding-top: 3px;
  border-radius: 100px;
  background-color: #5d5d5d;
  text-align: center;
}

.icon-social.facebook:hover {
  background-color: #3b5998;
}

.icon-social.twitter:hover {
  background-color: #2aa9e0;
}

.icon-social.google-plus:hover {
  background-color: #bf3939;
}

.icon-social.rss:hover {
  background-color: #eb8a1c;
}

.icon-social.dribbble:hover {
  background-color: #e30282;
}

.process-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/shoplots.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.info-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-color: #ecae80;
  background-color: #fff;
}

.fun-facts-text {
  margin-bottom: 50px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 80px;
  font-weight: 400;
}

.fun-facts-sub-text {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fun-facts-block {
  display: inline-block;
  width: 24%;
  margin-right: 3px;
  padding: 68px 5px 45px;
  background-color: hsla(0, 0%, 100%, .3);
  text-align: center;
}

.fun-facts-block.end {
  width: 24%;
  margin-right: 0px;
}

.map-image {
  opacity: 0.3;
}

.pulse-wrapper {
  position: absolute;
  left: 121px;
  top: 89px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
}

.pulse-wrapper.italy {
  left: 441px;
  top: 160px;
}

.pulse-wrapper.usa {
  position: relative;
  left: 722px;
  top: 367px;
}

.pulse-wrapper.russia {
  left: 243px;
  top: 362px;
}

.pulse-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 101%;
  background-color: hsla(3, 88%, 80%, .59);
}

.tooltip {
  position: absolute;
  left: 58px;
  top: 5px;
  padding: 9px 15px;
  border-radius: 34px;
  background-color: rgba(0, 0, 0, .85);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.pulse-inner {
  position: absolute;
  top: 33%;
  right: 32%;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #f3655e;
}

.div-map {
  position: relative;
}

.logo-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.hide {
  display: none;
}

.logo-slider {
  height: auto;
  background-color: transparent;
}

.mask-slider {
  margin-right: 60px;
  margin-left: 60px;
  padding-left: 0px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 70%, 0);
  background-color: transparent;
}

.row-logo {
  opacity: 0.8;
  text-align: center;
}

.copyright {
  padding-top: 15px;
  color: #969696;
}

.top {
  width: 40px;
  height: 40px;
  border: 1px solid #afafaf;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('../images/arrow.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top:hover {
  border-color: #f3655e #ec3c2a #ec3c2a;
  background-color: #f3655e;
  background-image: url('../images/arrowh.png');
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.top-column {
  text-align: right;
}

.slider {
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, .1);
  color: #333;
}

.slider-navigation-dots {
  font-size: 10px;
}

.arrow {
  margin-top: 200px;
  background-color: transparent;
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #5f5f5f;
  font-size: 30px;
}

.arrow:hover {
  opacity: 1;
}

.slide {
  background-color: transparent;
  background-image: url('../images/herobanner2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide._1 {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/herobanner.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.navigation-scroll {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(226, 62, 33, .9);
  box-shadow: none;
}

.banner-div {
  padding-top: 0px;
  padding-bottom: 1px;
}

.portfolio-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.welcome-to-plaza-arkadia {
  margin-bottom: 50px;
  font-family: Arvo;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.welcome-to-plaza-arkadia.title-inner {
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 55px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
}

.sub-text-banner {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 100%, .9);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.sub-text-banner.sub-text-inner {
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.slider-container {
  margin-top: 250px;
  margin-bottom: 250px;
}

.slider-container.container-inner {
  margin-top: 75px;
  margin-bottom: 100px;
}

.another-button {
  margin-top: 40px;
  text-align: center;
}

.project-section {
  padding-top: 60px;
  padding-bottom: 120px;
}

.slider-project {
  height: auto;
}

.page-content {
  margin-top: 50px;
}

.promo-subtitle {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Droid Serif', serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.list {
  margin-bottom: 20px;
}

.list.another-list {
  margin-top: 20px;
}

.related-section {
  padding-top: 80px;
  background-color: #f1f1f1;
}

.button-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}

.column-project {
  text-align: right;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid #fff;
  background-color: #f1f1f1;
}

.text-field {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #d6d6d6;
  border-left-style: none;
  font-family: 'Droid Serif', serif;
  color: #333;
  font-size: 14px;
}

.text-field:focus {
  border-bottom-color: #f3655e;
}

.text-field.text-area {
  margin-bottom: 20px;
  padding-bottom: 80px;
}

.success-message {
  padding: 30px;
  text-align: center;
}

.error-message {
  margin-top: 30px;
  padding: 13px;
  text-align: center;
}

.form-text {
  margin-bottom: 0px;
  color: hsla(3, 86%, 66%, .68);
}

.contact-info {
  margin-bottom: 5px;
}

.icon-contact {
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 0px;
}

.info {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Droid Serif', serif;
  color: #5d5d5d;
  font-size: 16px;
}

.email {
  color: #9d9d9d;
  text-decoration: none;
}

.email:hover {
  color: #f3655e;
}

.logoarcadia {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.logoelement {
  padding-bottom: 15px;
}

.store-slide {
  height: 600px;
  background-image: url('../images/big_banner_shopping.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.promo-slider {
  display: block;
  height: 400px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.multicolumn-slider {
  height: 400px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0);
}

.slides {
  width: 33.3%;
}

.link-1 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-family: 'Droid Serif', serif;
  color: #f3655e;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.link-1:hover {
  color: #8a8a8a;
}

.promo_slide {
  height: 300px;
  padding-right: 10px;
  padding-left: 10px;
}

.promo_date {
  font-family: 'Droid Serif', serif;
  color: #6b6b6b;
  font-style: italic;
}

.promo_headline {
  margin-top: -10px;
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  font-style: italic;
  letter-spacing: 0px;
}

.con_promo {
  height: 100px;
}

.promo-block {
  margin-right: 10px;
  margin-left: 10px;
}

.slider1 {
  height: 600px;
}

.bigbanner_stores {
  margin-top: 1px;
  padding-top: 150px;
}

.stores_headlines {
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-style: italic;
  font-weight: 400;
}

.promo_subheadline {
  margin-top: -15px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: dimgrey;
  font-size: 14px;
  font-style: italic;
}

.footer_logo {
  padding-right: 150px;
  float: right;
  text-align: left;
}

.footer_text_copyright {
  margin-top: 120px;
}

.content_text {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #5d5d5d;
  font-size: 16px;
}

.enewsletter-subscription {
  display: none;
  height: 300px;
  padding-top: 20px;
  background-color: #444;
}

.enewletter-headline {
  margin: 50px 20px 30px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.enewsletter-text-field {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Droid Serif', serif;
  text-align: center;
}

.enewsletter-submit-btn {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.pagetitle {
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  text-align: center;
}

.img-float-left {
  padding-right: 15px;
  float: left;
}

.div-about-icon {
  margin-top: 30px;
}

.about-desa-parkcity {
  margin-top: 0px;
  font-family: 'Droid Serif', serif;
  color: #5d5d5d;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.title-for-promo-details {
  margin-top: 0px;
  font-family: 'Droid Serif', serif;
  font-size: 30px;
  font-style: italic;
}

.link2 {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

.link2:hover {
  color: hsla(0, 0%, 100%, .6);
}

.footer_tagline {
  padding-bottom: 100px;
}

.sec-about-desapc {
  margin-top: 0px;
  padding-bottom: 50px;
  background-color: #e0e0e0;
}

.higlight {
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.subhead2 {
  margin-top: -30px;
  font-family: 'Droid Serif', serif;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.subhead2.align {
  display: block;
  text-align: center;
}

.container1 {
  margin-top: -100px;
}

.intro {
  margin-top: 20px;
}

.bigbanner_about {
  height: 600px;
}

.sec_bigbanner {
  height: 600px;
  margin-top: 1px;
  background-image: url('../images/Plaza-Arcadia-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container {
  margin-top: 0px;
}

.main_sec_directory {
  height: 550px;
  background-image: url('../images/shoplots.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-2 {
  padding-top: 100px;
}

.form {
  margin-top: -10px;
}

.div-block {
  padding-top: 0px;
}

.newfooter {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, #e23e21, #e23e21);
  background-image: linear-gradient(180deg, #e23e21, #e23e21);
}

.container-3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.body {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
}

.section {
  margin-top: 0px;
}

.container-4 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.list-item {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-2 {
  width: 150px;
  float: left;
}

.image {
  padding-top: 20px;
}

.image-2 {
  padding-top: 20px;
}

.image-3 {
  padding-top: 30px;
}

.content-text {
  padding-top: 10px;
  font-family: 'Droid Serif', serif;
}

.footerlink {
  color: #ffeada;
  text-decoration: none;
}

.footerlink:hover {
  color: #afafaf;
}

.banner-div {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-2 {
  background-image: url('../images/herobanner.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heroslider {
  background-image: url('../images/herobanner_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heroslider2 {
  padding-bottom: 150px;
}

.heroslide2 {
  background-image: url('../images/herobanner2_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-2 {
  height: 650px;
}

.container-5 {
  margin-top: 200px;
}

.heading-2 {
  font-family: 'Droid Serif', serif;
}

.bigtitle2 {
  font-family: 'Droid Serif', serif;
  color: #fff;
}

.bigtitle2.light {
  margin-bottom: 30px;
  font-size: 60px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.bigtitle-sub-tablet {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-3 {
  font-family: 'Droid Serif', serif;
}

.heading-4 {
  font-family: 'Droid Serif', serif;
}

.heading-5 {
  font-family: 'Droid Serif', serif;
}

.container-6 {
  padding-top: 100px;
}

.container-7 {
  text-align: left;
}

.title40 {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}

.main-sec-directory-wrapper {
  padding-top: 160px;
}

.title50 {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
}

.div-block-3 {
  padding-top: 10px;
}

.main-about-arkadia {
  font-family: 'Droid Serif', serif;
  font-size: 25px;
  line-height: 38px;
  font-style: italic;
  font-weight: 400;
}

.container-10 {
  padding-top: 10px;
  text-align: center;
}

.container-11 {
  padding-top: 10px;
  text-align: center;
}

.text_copyright {
  padding-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.footertext {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.column-2 {
  text-align: left;
}

.column-3 {
  margin-top: 40px;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph {
  padding-top: 10px;
  font-family: 'Droid Serif', serif;
}

.important-text {
  padding-top: 10px;
}

.paragraph-2 {
  font-family: 'Droid Serif', serif;
}

.html-embed {
  margin-top: 30px;
  text-align: left;
}

.image-12 {
  background-image: url('../images/fabulab.jpg');
  background-position: 0px 0px;
  background-size: 215px;
}

.promoevent_date {
  padding-bottom: 50px;
  color: #858585;
}

.textlink:hover {
  color: #5d5d5d;
}

.paragraph-3 {
  font-family: 'Droid Serif', serif;
}

.contact_info {
  padding-top: 40px;
}

.agentcontact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.col_agent {
  padding-top: 20px;
}

.link {
  color: #f3655e;
  text-decoration: none;
}

.link:hover {
  color: #888;
}

.paragraph-4 {
  padding-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
  font-weight: 400;
}

.important-text-2 {
  font-size: 21px;
}

.important-text-3 {
  font-size: 21px;
}

.slide-3 {
  color: #fff;
}

.logo-front-page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-3 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 50px;
}

.text-block {
  text-align: center;
}

.text-block-2 {
  color: dimgrey;
  font-size: 17px;
  text-align: center;
}

.heading-6 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: dimgrey;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.text-block-3 {
  margin-top: 40px;
  font-family: 'Droid Serif', serif;
  font-size: 21px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="rotate-drop-down-arrow-on-load"] {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

html.w-mod-js *[data-ix="slide-in-pulser-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-out-tooltip-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="display-none-scroll-navigation-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="slide-in-from-top-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-from-top-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-in-from-top-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

@media (max-width: 991px) {
  .button.spacetop {
    margin-left: 0px;
  }
  .herobanner.inner-banner {
    height: 360px;
  }
  .navigation-link {
    max-width: 100%;
  }
  .arrow-drop-down {
    margin-right: 14px;
  }
  .drop-down {
    max-width: 100%;
  }
  .drop-down-list.w--open {
    position: relative;
    width: 100%;
  }
  .drop-down-link {
    width: 100%;
  }
  .service-column {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .space.content_text {
    text-align: center;
  }
  .promo-image {
    padding-bottom: 30px;
  }
  .menu {
    position: absolute;
    z-index: 2;
    background-color: hsla(3, 86%, 66%, .9);
    color: #fff;
  }
  .info-sec {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .fun-facts-text {
    font-size: 60px;
  }
  .fun-facts-sub-text {
    font-size: 12px;
  }
  .fun-facts-block {
    width: 23.6%;
  }
  .fun-facts-block.end {
    width: 23.6%;
  }
  .pulse-wrapper.usa {
    left: 567px;
    top: 289px;
  }
  .welcome-to-plaza-arkadia {
    margin-bottom: 20px;
    font-size: 48px;
  }
  .slider-container {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .content-section {
    padding-top: 50px;
  }
  .row {
    text-align: center;
  }
  .column {
    margin-bottom: 30px;
  }
  .icon-device {
    background-color: hsla(0, 0%, 100%, .38);
    color: #fff;
  }
  .icon-device.w--open {
    background-color: rgba(0, 0, 0, .65);
  }
  .content_text {
    padding-bottom: 30px;
    text-align: left;
  }
  .content_text.aligncenter {
    text-align: center;
  }
  .pagetitle {
    margin-top: 0px;
  }
  .subhead2.align {
    font-size: 25px;
  }
  .container1 {
    margin-top: 0px;
  }
  .div-block-2 {
    float: none;
  }
  .image {
    padding-top: 0px;
  }
  .image-3 {
    padding-top: 0px;
  }
  .slider-2 {
    height: 600px;
  }
  .bigtitle2.light {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .bigtitle-sub-tablet {
    padding-right: 50px;
    padding-left: 50px;
    line-height: 21px;
  }
  .container-8 {
    text-align: center;
  }
  .container-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text_copyright {
    padding-top: 30px;
    text-align: center;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .agentcontact {
    padding-top: 10px;
  }
  .section-3 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .button.spacetop {
    margin-left: 0px;
  }
  .logo.w--current {
    margin-left: 10px;
  }
  .arrow-drop-down {
    margin-right: 15px;
  }
  .mp-about-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .space {
    line-height: 50px;
  }
  .light {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
  }
  .sub-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .process-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fun-facts-text {
    margin-bottom: 30px;
  }
  .fun-facts-block {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 10px;
  }
  .fun-facts-block.end {
    width: 90%;
  }
  .pulse-wrapper {
    left: 49px;
    top: 60px;
  }
  .pulse-wrapper.italy {
    left: 262px;
    top: 100px;
  }
  .pulse-wrapper.usa {
    left: 424px;
    top: 239px;
  }
  .pulse-wrapper.russia {
    left: 132px;
    top: 221px;
  }
  .copyright {
    display: inline-block;
  }
  .top-column {
    display: inline;
    text-align: center;
  }
  .welcome-to-plaza-arkadia {
    font-size: 37px;
  }
  .welcome-to-plaza-arkadia.title-inner {
    font-size: 40px;
  }
  .sub-text-banner {
    font-size: 16px;
  }
  .sub-text-banner.sub-text-inner {
    font-size: 16px;
  }
  .slider-container {
    margin-bottom: 170px;
  }
  .column-project {
    text-align: center;
  }
  .content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .map-contact {
    height: 300px;
  }
  .icon-device {
    margin-right: 20px;
  }
  .column-device {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer_logo {
    padding-right: 200px;
    text-align: center;
  }
  .content_text {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .content_text.aligncenter {
    text-align: center;
  }
  .subhead2.align {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main_sec_directory {
    height: 300px;
  }
  .image {
    padding-top: 0px;
  }
  .image-3 {
    padding-top: 10px;
  }
  .heroslider2 {
    padding-bottom: 60px;
  }
  .slider-2 {
    height: 320px;
  }
  .container-5 {
    margin-top: 50px;
  }
  .bigtitle2.light {
    margin-bottom: 5px;
    font-size: 35px;
  }
  .bigtitle-sub-tablet {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 16px;
  }
  .title40 {
    font-size: 40px;
  }
  .main-sec-directory-wrapper {
    padding-top: 80px;
  }
  .title50 {
    margin-top: 0px;
    padding-left: 20px;
    font-size: 40px;
    line-height: 50px;
  }
  .div-block-3 {
    padding-left: 20px;
  }
  .main-about-arkadia {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .footertext {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-2 {
    text-align: center;
  }
  .unordered-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .paragraph-2 {
    padding-top: 10px;
  }
  .html-embed {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-6 {
    padding-top: 10px;
  }
  .image-7 {
    padding-top: 10px;
  }
  .image-8 {
    padding-top: 10px;
  }
  .image-9 {
    padding-top: 10px;
  }
  .image-10 {
    padding-top: 10px;
  }
  .image-11 {
    padding-top: 10px;
  }
  .image-12 {
    padding-top: 10px;
  }
  .col_agent.content_text {
    padding-top: 40px;
  }
  .paragraph-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-3 {
    margin-top: 0px;
  }
  .heading-6 {
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .button.spacetop {
    margin-left: 10px;
  }
  .herobanner.inner-banner {
    height: 280px;
  }
  .navigation-link {
    padding-bottom: 0px;
  }
  .navigation-link.pad-bottom {
    padding-bottom: 30px;
  }
  .mp-about-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .light {
    display: block;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 15px;
    font-size: 30px;
    line-height: 30px;
  }
  .process-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info-sec {
    padding-bottom: 0px;
  }
  .fun-facts-text {
    margin-bottom: 30px;
  }
  .fun-facts-block {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .pulse-wrapper {
    left: 30px;
  }
  .pulse-wrapper.italy {
    left: 150px;
    top: 69px;
  }
  .pulse-wrapper.usa {
    left: 240px;
    top: 150px;
  }
  .pulse-wrapper.russia {
    left: 63px;
    top: 128px;
  }
  .tooltip {
    display: none;
  }
  .footer {
    padding-top: 0px;
  }
  .welcome-to-plaza-arkadia {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 25px;
  }
  .welcome-to-plaza-arkadia.title-inner {
    font-family: 'Droid Serif', serif;
    font-size: 35px;
    line-height: 55px;
  }
  .sub-text-banner {
    display: none;
    padding-right: 100px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .sub-text-banner.sub-text-inner {
    padding-bottom: 0px;
    color: hsla(0, 0%, 100%, .9);
  }
  .slider-container {
    margin-bottom: 170px;
  }
  .slider-container.container-inner {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .project-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-field {
    margin-right: 0px;
    margin-left: 0px;
  }
  .map-contact {
    height: 250px;
  }
  .link-1 {
    margin-top: 0px;
  }
  .footer_logo {
    max-width: 60%;
    padding-right: 90px;
    text-align: center;
  }
  .footer_text_copyright {
    margin-top: 20px;
  }
  .content_text {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .content_text.aligncenter {
    padding-bottom: 0px;
    text-align: center;
  }
  .enewsletter-subscription {
    padding-top: 0px;
  }
  .enewsletter-text-field {
    width: 90%;
  }
  .pagetitle {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 40px;
    font-size: 28px;
  }
  .footer_tagline {
    padding-bottom: 20px;
  }
  .subhead2.align {
    margin-top: 0px;
    font-size: 18px;
    line-height: 25px;
  }
  .container1 {
    margin-top: -50px;
  }
  .main_sec_directory {
    height: 400px;
    background-image: url('../images/shopping_new_m.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .container-2 {
    padding-top: 70px;
  }
  .image {
    padding-bottom: 20px;
  }
  .image-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heroslider {
    background-image: url('../images/herobanner_m.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .heroslider2 {
    padding-bottom: 40px;
  }
  .heroslide2 {
    background-image: url('../images/herobanner2_m.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .slider-2 {
    height: 550px;
  }
  .container-5 {
    margin-top: 120px;
  }
  .bigtitle2.light {
    font-size: 38px;
    line-height: 34px;
  }
  .bigtitle-sub-tablet {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .icon {
    margin-right: -50px;
  }
  .main-sec-directory-wrapper {
    padding-top: 30px;
  }
  .title50 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 35px;
    line-height: 40px;
  }
  .div-block-3 {
    padding-left: 10px;
  }
  .main-about-arkadia {
    font-size: 18px;
  }
  .icon-2 {
    opacity: 0;
  }
  .text_copyright {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 11px;
  }
  .image-5 {
    margin-top: 30px;
  }
  .image-6 {
    padding-bottom: 20px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-9 {
    padding-top: 10px;
  }
  .image-11 {
    padding-top: 20px;
  }
  .image-12 {
    padding-top: 20px;
  }
  .image-13 {
    padding-top: 10px;
  }
  .promoevent_date {
    padding-bottom: 20px;
  }
  .contact_info {
    padding-right: 10px;
    padding-left: 10px;
  }
  .agentcontact {
    padding-top: 0px;
  }
  .col_agent.content_text {
    padding: 40px 10px 20px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-4 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-3 {
    margin-bottom: 30px;
  }
  .heading-6 {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}

