/*
Theme Name: iStaging
Theme URI: https://istaging.co
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Tags */

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -moz-transition: background-color 1s;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

html.loading {
  background: #fff url('http://istaging.co/wp-content/themes/istaging/images/loading.png') no-repeat 50% 50%;
}

body {
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}

html.loading body {
  opacity: 0;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

h1 {
  color: #444;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
}


h2,
h3,
h4 {
  color: #444;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-weight: 300;
}

h3 {
  line-height: 36px
}

.content.gray h3 {
  line-height: normal;
}

h1,
h3 {
  color: #777;
  font-size: 22px;
  margin: 22px 0 15px;
}

h2 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0 0 40px;
  /*text-transform: uppercase;*/
  text-align: center;
}

p {
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  color: #777;
  font-size: 22px;
  line-height: normal;
  margin: 0 0 20px;
  font-weight: 300;
}

:lang(zh-TW) #menu-item-941 {
  display: none;
}
:lang(fr-FR) #menu-item-941 {
  display: none;
}
:lang(es-ES) #menu-item-941 {
  display: none;
}

li {
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
}

a:link,
a:visited {
  text-decoration: none;
  color: #E2137E;
   -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border-width: 0;
  color: #777;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  box-sizing: border-box;
  width: 100%;
  background: #eee;
}

input[type="submit"], {
  box-sizing: border-box;
  width: 100%;
}

input:focus,
textarea:focus {
  background: #EEE;
  color: #444;
  outline: 0;
}

.form-control {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-weight: 300;
}

/* Global */

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.press-banner {
  background-color: #eee;
  height: 60px;
  width: 100%;
  text-align: center;
}

.press-banner img {
  height: 40px;
  margin: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

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

.container:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.centered {
  text-align: center;
}

.lowercase {
  text-transform: lowercase;
}

.button {
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-size: 18px;
  font-weight: 300;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.button.button-pink {
  background: none;
  border: 2px solid #E2137E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.button.button-pink:hover {
  background: #E2137E;
  color: #FFF;
}

.button.button-green {
  color: #FFF;
  background: #70B19D;
  border: 2px solid #70B19D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.button.button-blue {
  color: #FFF;
  background: #5AB1ED;
  border: 2px solid #5AB1ED;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
}

.button.button-blue:hover {
  color: #5AB1ED;
  background: #FFF;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
}

.button.button-orange {
  color: #E49B3D;
  background: #fff;
  border: 2px solid #E49B3D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
}

.button.button-orange:hover {
  color: #FFF;
  background: #E49B3D;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
}

.button.button-orange-white {
  color: #FFF;
  background: #E49B3D;
  border: 2px solid #E49B3D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
}

.button.button-white-blue {
  color: #fff;
  background: none;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.button.button-white-blue:hover {
  background: #FFF;
  color: #5AB1ED;
}

.button.button-white-pink {
  color: #fff;
  background: #E2137E;
  border: 2px solid #E2137E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
  margin: 10px;
}

.button.button-white-pink:hover {
  background: #FFF;
  color: #E2137E;
}

.button.button-white-green {
  background: none;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.button.button-white-green:hover {
  background: #FFF;
  color: #70B19D;
}

.button.button-white {
  background: none;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.button.button-white:hover {
  background: #FFF;
  color: #E2137E;
}

.button.button-text {
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  color: #E2137E;
}

#top-banner .button.button-text:hover {
  color: #FFF !important;
}

.content .button.button-text:hover {
  color: #444;
}

.contact-home .button.button-white:hover {
  color: #5ab1ed;
}

.button.button-filled {
  background: #E2137E;
  border: 2px solid #E2137E;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.button.button-filled:hover {
  background: #FFF;
  color: #E2137E;
}

.button.button-filled-blue {
  background: #5ab1ed;
  border: 2px solid #5ab1ed;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.button.button-filled-blue:hover {
  background: #FFF;
  color: #5ab1ed;
}

.subtitle {
  background: #E2137E;
  display: block;
  content: '';
  height: 2px;
  width: 80px;
  margin: 0 auto 50px;
}

.column {
  float: left;
  margin: 0 20px 30px;
}

.column img {
  display: block;
  margin: 0 auto 20px;
}

.column h3,
.column p {
  text-align: center;
}

.column .button-text {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

.column.column-1 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.column.column-1 img,
.content.gray img {
  width: 100%;
}

.column.column-1 img,
.content.gray .column-2 img {
  width: 100%;
}
/*
.column.column-1 img {
  max-width: 553px;
}
*/
.column.column-pics img {
  display: inline;
  height: 150px;
}
.column.column-pics {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.content.gray .column-2 img {
  max-width: 491px;
}

.column.column-2,
.column.column-5 {
  width: 440px;
}

.column.column-agent-2 {
  width: 400px;
}

.bgimg {
  width: 50%;
  float: left;
  text-align: center;
}

.bgimg h2 {
  padding: 60px;
}

.bgimg h3 {
  color: #FFF;
  padding-bottom: 80px;
  width: 70%;
  margin: auto;
}

.column.column-3 {
  width: 280px;
}

.column.column-4 {
  width: 200px;
}

.column-fixed h3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.column.column-full img {
  width: 100%;
}

.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Structure */

.top-banner-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#header {
  background: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 1030;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

#header h1 {
  float: left;
  width: 137px;
  height: 38px;
}

#header h1 a {
  background: url(http://istaging.co/wp-content/themes/istaging/images/logo.png);
  background-size: 137px 39px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: 137px;
  height: 39px;
}

.navigation {
  float: right;
}

.navigation ul,
.navigation-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation .menu > li {
  display: inline-block;
  height: 82px;
  position: relative;
}

.navigation .menu > li > a {
  display: block;
  color: #999;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-weight: 300;
  padding: 0 15px;
  height: 82px;
  line-height: 82px;
  text-transform: uppercase;
}

.navigation .menu li.current-menu-item  a,
.navigation-mobile .menu li.current-menu-item  a {
  color: #E2137E;
}

.navigation .menu > li > a:hover,
.navigation li .sub-menu a:hover,
.navigation-mobile .menu > li > a:hover,
.navigation-mobile li .sub-menu a:hover {
  color: #E2137E;
}

.navigation li .sub-menu {
  background: #FFF;
  position: absolute;
  display: none;
  top: 82px;
  left: -5px;
  list-style-type: none;
  width: 225px;
  -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.navigation li .sub-menu a {
  display: block;
  color: #777;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-weight: 300;
  font-size: 14px;
  padding: 0 15px 15px;
}

.navigation .menu > li > a:after {
  color: #CCC;
  content: ' \25bc';
  font-size: 12px;
  vertical-align: 1px;
}

.navigation .menu > li > a:only-child:after {
  content: '';
}

.navigation-toggle {
  background: url(http://istaging.co/wp-content/themes/istaging/images/navigation-toggle.png) no-repeat 0 0;
  display: none;
  float: right;
  margin-top: 23px;
  width: 34px;
  height: 34px;
}

.navigation-mobile {
  display: none;
  clear: both;
  margin-bottom: 10px;
}

.navigation-mobile .menu > li > a {
  color: #999;
  display: block;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-weight: 300;
  padding: 5px 0;
  text-transform: uppercase;
}

.language-switch {
  float: right;
}

.language-switch ul {
  margin: 32px 0 0;
}

.language-switch select {
  margin: 29px 0 0 24px;
}

.language-switch li {
  display: inline-block;
  margin-left: 20px;
}

.language-switch li a {
  color: #999;
  font-weight: 300;
  font-size: 14px;
}

.language-switch li a:hover {
  color: #E2137E;
}

.language-switch li.active a,
.language-switch-mobile li.active a {
  color: #E2137E;
}

.language-switch-mobile {
  display: none;
  margin-bottom: 30px;
}

.language-switch-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.language-switch-mobile ul li a {
  color: #777;
  display: block;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
  padding: 5px 0;
}

.navigation-mobile li .sub-menu a {
  color: #777;
  display: block;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
  padding: 5px 0;
}

#top-banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 630px;
}

#top-banner .container .banner-tablet {
  display: block;
  float: left;
  margin-top: 210px;
}

#top-banner .top-banner-right {
  float: left;
  margin-top: 220px;
  margin-left: 34px;
  width: 374px;
}

#top-banner .top-banner-right h1 {
  color: #777;
}

#top-banner .top-banner-right .logo-big {
  display: block;
  float: left;
  width: 374px;
}

#top-banner .top-banner-right .button-text {
  clear: both;
  display: block;
  float: left;
}

#top-banner.top-banner-centered .top-banner-right {
  margin-top: 220px;
  width: 100%;
}

#top-banner.top-banner-centered-2 {
  background-image: url(http://istaging.co/wp-content/themes/istaging/images/app-banner.png);
}

#top-banner.top-banner-centered-2 .top-banner-right {
  float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 185px;
  width: 100%;
  max-width: 392px;
}

#top-banner.top-banner-centered-2 .top-banner-right .button.button-text {
  color: #E2137E;
  float: none;
  margin-top: 0;
  text-align: center;
}

#top-banner.top-banner-centered-2 .top-banner-right .app-store,
#top-banner.top-banner-centered-2 .top-banner-right .google-play {
  margin-bottom: 5px;
}

#top-banner.top-banner-centered .top-banner-right .logo-big {
  float: none;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 540px;*/
  /*width: 540px;*/
}

#top-banner.top-banner-centered-2 .top-banner-right .logo-big {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 292px;
  width: 100%;
}

#top-banner.top-banner-centered .top-banner-right h1,
#top-banner.top-banner-centered-2 .top-banner-right h1,
#top-banner.top-banner-centered .top-banner-right .button-text {
  text-align: center;
  float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

#top-banner .top-banner-right h1,
#top-banner .top-banner-right p {
  color: #777;
}

#top-banner.top-banner-centered-2 .top-banner-right h1 {
  color: #777 !important;
}

#top-banner.top-banner-centered .top-banner-right {
  /*margin-left: auto;*/
  /*margin-right: auto;*/
}

.top-banner-1 .top-banner-right {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.top-banner-1 .top-banner-right h1 {
  color: #fff !important;
  text-align: center;
}

.top-banner-1 .top-banner-right .button-text {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.top-banner-2 {
  /*background-image: url(http://istaging.co/wp-content/themes/istaging/images/top-banner-2.jpg);*/
}

.top-banner-3 {
  background-image: url(http://istaging.co/wp-content/themes/istaging/images/top-banner-3.jpg);
}

.tango {
  display: inline-block;
  font-size: 20px;
}

.app-store,
.google-play {
  display: inline-block;
  margin-bottom: 10px;
}

.app-store img,
.google-play img {
  width: 180px;
}

.top-banner-centered-2 .app-store img,
.top-banner-centered-2 .google-play img {
  width: 191px;
}

.app-store {
  float: right;
}

.google-play {
  float: left;
}

.content .button-filled,
.content .button-filled-blue {
  clear: both;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  width: 400px;
}

.content.gray {
  background: #eee;
  text-align: center;
}

#contact {
  background: #E2137E;
  padding-top: 40px;
  padding-bottom: 40px;
}

#contact.contact-home {
  background: #5ab1ed;
}

#contact h2,
#contact p,
#contact label,
#contact span {
  color: #FFF;
  font-weight: 300;
}

#contact p {
  font-size: 18px;
}

#contact .subtitle {
  background: #FFF;
}

#contact .contact-form,
#contact .contact-form-centered {
  margin-top: 40px;
}

#contact .contact-form-centered {
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
}

#contact .contact-form .wpcf7-response-output {
  border: 2px solid #FFF;
  border: 2px solid #FFF;
  color: #FFF;
  margin: 0;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#contact .contact-form .ajax-loader {
  display: none;
}

#contactfrm {
  float: right;
}

#contactfrm .col-sm-4 {
  float: left;
  margin: 0 20px 30px;
  width: 280px;
}

#contactfrm label {
  color: #FFF;
  display: block;
  margin-bottom: 5px;
}

#contactfrm .has-error div,
#requirAppForm .has-error div {
  background: none;
  border: 2px solid #FFF;
  display: block;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  margin-bottom: 10px;
}

#contactfrm input,
#contactfrm textarea,
#requirAppForm input,
#requirAppForm textarea {
  margin-bottom: 10px;
}

#requirAppForm button {
  width: 100%;
}

#contact .contact-details {
  float: left;
}

#contact .contact-result {
  background: #FFF;
  margin-left: -15%;
  width: 30%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.3);
}

#contact .contact-result p {
  color: #444;
  margin: 30px;
  text-align: center;
}

.google-maps {
  width: 100%;
}

#mapWrapper {
  height: 350px;
}

#footer {
  background: #EEE;
}

#footer p {
  color: #777;
  font-size: 18px;
  font-weight: 400;
}

#footer .social-networks,
#footer p {
  padding: 60px 0 80px;
}

#footer p {
  float: left;
}

#footer .social-networks {
  float: right;
  width: 220px;
}

#footer .social-networks a {
  float: left;
  margin: 0 0 0 10px;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
}

#fixed-sidebar .social-networks {
  position: fixed;
  border: 3px;
  border-radius: 10px;
  background: #FFF;
  top: 86px;
  left: -10px;
  z-index: 9999;
  width: 65px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

#fixed-sidebar .social-networks a {
  float: left;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
}

#footer .social-networks a:hover {
  background-position: 0 -34px;
}

#fixed-sidebar .social-networks a:hover {
  background-position: left;
}

#fixed-sidebar .social-networks .social-1 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-6.png) no-repeat;
  background-position: right;
}
#fixed-sidebar .social-networks .social-2 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-7.png) no-repeat;
  background-position: right;
}
#fixed-sidebar .social-networks .social-3 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-8.png) no-repeat;
  background-position: right;
}
#fixed-sidebar .social-networks .social-4 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-9.png) no-repeat;
  background-position: right;
}
#fixed-sidebar .social-networks .social-5 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-10.png) no-repeat;
  background-position: right;
}


#footer .social-networks .social-1 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-1.png) no-repeat 0 0;
}
#footer .social-networks .social-2 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-2.png) no-repeat 0 0;
}
#footer .social-networks .social-3 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-3.png) no-repeat 0 0;
}
#footer .social-networks .social-4 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-4.png) no-repeat 0 0;
}
#footer .social-networks .social-5 {
  background: url(http://istaging.co/wp-content/themes/istaging/images/social-5.png) no-repeat 0 0;
}

/* Pages */

#featured .column.column-4,
#featured .column.column-4 img {
  margin-bottom: 0;
}

#video video {
  width: 100%
}

#video .button {
  margin-top: 45px;
}

#top-banner.top-banner-2 .top-banner-right h1 {
  color: #FFF;
}

#top-banner.top-banner-2 .top-banner-right .button-text {
  color: #5ab1ed;
}

#top-banner.top-banner-2 .button.button-text {
  /*background-image: url(http://istaging.co/wp-content/themes/istaging/images/button-arrow-2.png);*/
}

#top-banner.top-banner-3 .top-banner-right h1 {
  color: #FFF;
}

.column.column-referral,
.column.column-referral-pink {
  /*border: 2px solid #999;*/
  border: 2px solid #FFF;
  padding: 15px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  width: 256px;
  /*height: 170px;*/
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.column.column-referral h3,
.column.column-referral-pink h3 {
  font-size: 26px;
  margin-top: 0;
  text-transform: uppercase;
}

.column.column-referral h4,
.column.column-referral-pink h4 {
  font-size: 50px;
  margin: 25px 0 5px;
}

.column.column-referral p,
.column.column-referral-pink p {
  color: #777;
}

.column.column-referral .button,
.column.column-referral-pink .button {
  background: #E2137E;
  color: #FFF;
  display: inline-block;
}

.column.column-referral .no-bullet,
.column.column-referral-pink .no-bullet {
  height: 385px;
}

.column.column-referral hr,
.column.column-referral-pink hr {
  display: block;
  visibility: hidden;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

.column.column-referral-pink {
  border: 2px solid #E2137E;
}

.column.column-referral.free {
  background: #E6E6E6;
}

.column.column-referral.basic {
  /*color: #FFF;*/
}

.column.column-referral.free h3,
.column.column-referral.free .sub {
  color: #FFF;
}

.column.column-referral.basic h3,
.column.column-referral.basic .sub {
  color: #FFF;
}

.column.column-referral.pro {
  /*color: #FFF;*/
}

.column.column-referral.pro h3,
.column.column-referral.pro .sub {
  color: #FFF;
}

.column.column-faq h3,
.column.column-faq p,
.column-agent-faq-1 h3,
.column-agent-faq-1 p, {
  text-align: left;
  margin: 20px;
}

.column.column-faq h3 {
  font-size: 18px;
}

.column.column-furnishings {
  height: 250px;
}

.navigation .menu .menu-item-9 a,
.navigation-mobile .menu .menu-item-9 a {
  color: #777;
}

.menu-item-9 a:hover {
  color: #E2137E;
}

/* Jobs */

.banner {
  background: #E2137E;
  padding-top: 90px;
}

.banner h2,
.banner h3,
.banner p {
  color: #FFF;
  text-align: left;
}

.banner .column-left,
.banner .column-right {
  margin: 0 20px 40px;
  width: 400px;
}

.banner .column-left {
  float: left;
}

.column-right {
  float: right;
}

:lang(zh-TW) .page-id-8 .logo-big {
  max-width: 380px !important;
}

:lang(fr-FR) .page-id-427 .no-bullet li {
  padding: 0px;
  margin-bottom: 12px;
}

:lang(fr-FR) .page-id-427 .no-bullet li.tag span {
  float: right;
  margin: -18 0 0 5px;
}

:lang(fr-FR) .page-id-611 .shop-column h5 {
  padding: 13px;
  margin-top: 26px;
}

/*:lang(zh-TW) .page-id-8 .button-text {*/
  /*color: #5ab1ed !important;*/
/*}*/

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  max-width: 140%;
}

#top-banner.top-banner-2.top-banner-video {
  background-image: none !important;
  overflow: hidden;
  position: relative;
  height: 700px;
}

#top-banner.top-banner-2.top-banner-video .top-banner-right {
  padding-top: 260px;
}

#top-banner.top-banner-2.top-banner-video .top-banner-right h1 {
  color: #fff !important;
}

/* New furniture page */

#top-banner.top-banner-furniture .top-banner-right {
  max-width: 584px;
  text-align: center;
}

#top-banner.top-banner-furniture .top-banner-right p {
  color: #fff;
}

#top-banner.top-banner-furniture .top-banner-right .button {
  display: inline-block;
  margin: 0 5px 15px;
  width: 162px;
}

#sell-designers.content {
  background: #E2137E;
}

#sell-designers.content h2,
#sell-designers.content p {
  color: #FFF;
}

#sell-designers.content .subtitle {
  background: #FFF;
}

.banner-title {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 4px;
}

.column.column-5 {
  text-align: center;
}

.col-sm-12 {
  width: 100%;
}

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

.no-bullet {
  list-style-type: none;
  padding-left: 0;
}

.no-bullet li {
  margin-bottom: 15px;
}

.no-bullet li.tag {
  /*background: #E7D12A;*/
  color: #FFF;
  display: inline-block;
  padding: 5px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.no-bullet li.tag span {
  float: left;
}

.no-bullet li.sub {
  color: #777;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-size: 21px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}

.button-centered {
  display: inline-block;
}

.button-wrapper {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.button-wrapper .app-store,
.button-wrapper .google-play {
  margin-bottom: 25px;
}

.button-wrapper .app-store img,
.button-wrapper .google-play img {
  width: 212px;
}

.shopify-button {
  margin-left: 14px;
  max-width: 94px;
}

.section-top iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 760px;
}

.video-container {
 position: relative;
 padding-bottom: 48.5%;
 height: 0;
 overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.section-bottom {
  text-align: center;
}

.column-2 .button-wrapper {
  float: right;
  text-align: center;
}

.column-2 .button {
  display: inline-block;
  margin: 0 5px;
}

.column-3.short {
  height: 168px;
}

.section-bottom img {
  display: block;
  margin: 0 auto 30px;
  max-width: 406px;
}

.section-bottom-2 img {
  display: block;
  margin: 40px auto 30px;
  max-width: 606px;
}

.contact-furniture {
  margin-top: 40px;
}

.contact-furniture form {
  float: none !important;
  width: 100% !important;
}

.contact-furniture textarea {
  height: 100px;
}

.contact-furniture button {
  clear: both;
  display: block;
  margin: 0 auto;
  width: 190px;
}

.contact-furniture .form-group-1,
.contact-furniture .form-group-2 {
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.contact-furniture .form-group-2 {
  width: 50%;
}

.contact-furniture .form-group-1 {
  width: 100%;
}


/* New Agent Page */
#top-banner .top-banner-agent-right {
  float: left;
  margin-top: 0px;
  margin-left: auto;
  width: 374px;
}

#top-banner .top-banner-agent-right h1 {
  color: #777;
  font-weight: bold;
}

#top-banner .top-banner-agent-right.logo-big {
  display: block;
  float: left;
  width: 374px;
}

#top-banner .top-banner-agent-right.button-text {
  clear: both;
  display: block;
  float: left;
}

#top-banner.top-banner-agent-right {
  margin-top: 220px;
  width: 100%;
}

.top-banner-agent {
  padding-top: 260px;
  padding-bottom: 260px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 4px black);
}

#top-banner.top-banner-agent .top-banner-right h1 {
  color: #FFF;
}

.agent-logo {
  margin-left: auto; margin-right: auto;
  display: block;
  width: 70%;
}

.agent-logo-text {
  color: #FFF;
  text-align: center;
}

.agent-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.agent-content-2,
.agent-content-3,
.agent-content-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.agent-content-2 h2 {
  margin-top: 20px;
}

.column-agent-2 {
  float: right;
  margin: 0 20px 30px;
  width: 550px;
}

.agent-content-3 h3 {
  margin-bottom: 50px;
}

.agent-content-3 img {
  width: 100%;
}

.agent-content-4 {
    text-align: center;
}

.agent-content-5 {
  background-color: #efefef
}

.agent-content-5 h1 {
  color: rgb(70, 177, 157);
  font-weight: bolder;
  font-size: 28px;
}

.column-agent-faq {
  margin: 30px auto;
  text-align: center;
}

.contact-agent h1 {
  color: #F3E94D;
  font-weight: bolder;
  font-size: 28px;
  display: block;
  text-align: center;
}

.column-agent-faq-1 {
  width: 440px;
  display: block;
}

.column-furnishings-faq {
  width: 29%;
}

.column h3,
.column-agent-faq-1 h3,
.column.column-faq h3 {
  color: #333;
  font-weight: 600;
}

#contactfrm .col-sm-6 {
  margin: 0 20px 30px;
  width: 280px;
}

#contactfrm_agent {
  float: none;
}

#contactfrm_agent label {
  color: #FFF
}

.form-group-agent {
  padding-bottom: 5px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.result-agent {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* New Property Developers Page */

.top-banner-deve {
  padding-top: 260px;
  padding-bottom: 260px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 4px black);
}

/* New Interior Page */

.container.inter-banner {
  height: 100px;
  width: 100%;
  background: #E49B3D;
}

.shop-column {
  width: 40%;
  display: inline-table;
  margin: 15px;
}

.shop-column h2 {
  background: #2e2e2e;
  color: #FFF;
  line-height: 80px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 0px;
  position: relative;

}

#inter-basic ul{
  font-size: 15px;
  list-style-type: none;
  padding-left: : 0px;
  margin-top: -10px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 28px;
}

#inter-pro ul{
  font-size: 15px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: -10px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 28px;
}

.column.column-agent-faq {
  width: 100%;
  margin-bottom: 0px;
}

#inter-pro h5 {
    width: 30%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #7e7e7e;
    border: 2px solid #7E7E7E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    line-height: 0px;
}

/* News */
.news-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: table;
}

.news-container h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #e2137e
}

.newsart {
  width: 60%;
  float: left;
}

.newscat {
  width: 30%;
  float: right;
  display: block;
}

.newscat ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.newscat a {
  color: #aaa;
}

.newsart p a {
  color: #aaa;
}

.newscat-mobile {
  display: none;
}

.postimage img {
  height: 160px;
  width: auto;
  float: left;
  margin-right: 15px;
}

.entry-footer {
  display: none;
}

.comment-metadata {
  display: none;
}

.comment-author img {
  display: none;
}

.comment-list {
  list-style-type: none;
  padding: 0px;
}

.comment {
  padding: 20px;
  border: 2px solid pink;
  border-radius: 30px;
  margin-bottom: 10px;
}

.comment-content p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.postheader {
  text-align: center;
  background: #e2137e;
  margin-bottom: 20px;
}

.postheader img {
  padding-top: 100px;
  width: 100%;
  max-width: 560px;
}

.postheader h1 {
  color: white;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-size: 56px;
  letter-spacing: 6px;
}

.postheader h1 a {
  color: white;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-size: 56px;
  letter-spacing: 6px;
}

.postheader h2 {
  color: #EEE;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0px;
  padding-bottom: 30px;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.post h2 {
  text-align: left;
}

.entry-content blockquote {
  font-size: 22px;
  font-style: italic;
  font-family: initial;
  color: #bbb;
}

.entry-content p {
  text-indent: 12px;
}

.entry-content p:first-child:first-letter {
  font-size: 40px;
  font-family: initial;
}

.form-submit {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet */
@media screen and (max-width : 1024px) {

  .press-banner {
    height: 120px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .column-furnishings-faq {
    width: 100%;
    margin: auto;
  }

  .column.column-2,
  .column.column-5 {
    width: 43%;
  }

  .column.column-5 img {
    width: 90%;
  }

  .column.column-pics img {
    width: auto;
    height: 100px;
  }

  .column.column-agent-2,
  .column.column-agent-faq-1 {
    width: 43%;
  }

  .column.column-3 {
    width: 27%;
  }

  .column.column-4 {
    width: 19%;
  }

  .column.column-referral,
  .column.column-referral-pink {
    width: 24%;
  }

  .column.column-referral .no-bullet,
  .column.column-referral-pink .no-bullet {
    /*height: 366px;*/
    height: 385px;
  }

  #comingsoon li {
  margin-left: 80px;
  margin-right: 80px;
  }

  #top-banner {
    height: auto;
    padding-bottom: 50px;
  }

  #top-banner.top-banner-2.top-banner-video {
    height: auto;
  }

  #top-banner .container .banner-tablet {
    max-width: 50%;
  }

  #top-banner .container .top-banner-right {
    width: 45%;
  }

  #top-banner.top-banner-centered .container .top-banner-right {
    width: 100%;
  }

  #top-banner.top-banner-centered .top-banner-right .logo-big {
    width: 100%;
  }

  #top-banner.top-banner-furniture .top-banner-right {
    padding-top: 90px !important;
  }

  #top-banner.top-banner-furniture .video-bg {
    max-width: none;
  }

  .google-play,
  .app-store {
    width: 43%;
    max-width: 170px;
    }

  #top-banner .container .logo-big,
  .google-play img,
  .app-store img {
    width: 100% !important;
  }

  #top-banner.top-banner-centered-2 {
    background-image: url(http://istaging.co/wp-content/themes/istaging/images/app-banner-2.png);
  }

  #top-banner.top-banner-centered-2 .top-banner-right {
    /*padding-top: 120px;*/
  }

  .google-maps {
    width: 100%;
  }

  #contact .contact-result {
    width: 80%;
    margin-left: -40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contact-details {
    width: 20%;
  }

  #contactfrm {
    width: 80%;
  }

  #contactfrm .col-sm-4 {
    width: 40%;
  }

  .shop-column {
    width: 48%;
  }

}

@media screen and (max-width : 768px) {

  .press-banner {
    height: 180px;
  }

  .news-container {
    width: 90%;
  }

  .newsart {
    width: 100%;
  }

  .newscat {
    display: none;
  }

  .newscat-mobile {
    display: block;
    width: 90%;
  }

  .post h2 {
    text-align: center;
  }

  .postimage img {
    width: 100%;
    height: auto;
    float: left;
  }

  #fixed-sidebar .social-networks {
    display: none;
  }
  .navigation-toggle {
    display: block;
  }

  .navigation {
    display: none;
  }

  .language-switch {
    display: none;
  }

  .bgimg {
    width: 100%;
    text-align: center;
  }

  .bgimg h2 {
    padding: 60px;
  }

  .bgimg h3 {
    color: #FFF;
    padding-bottom: 80px;
    width: 70%;
    margin: auto;
  }

  #comingsoon li {
  margin-left: 70px;
  margin-right: 70px;
  }

  #inter-pro h5 {
  line-height: 20px;
}

  .column.column-1,
  .column.column-2,
  .column.column-3,
  .column.column-4,
  .column.column-5,
  .column.column-agent-2,
  .column.column-agent-faq-1 {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .column.column-5 img {
    width: 90%;
  }

  .column.column-pics img {
    width: 240px;
    height: auto;
  }

  .column.column-5 {
    text-align: center;
  }

  .column.column-5 a {
    margin: 25px;
  }

  .column.column-referral,
  .column.column-referral-pink {
    width: 100%;
    margin: auto;
  }

  .column.column-referral .no-bullet,
  .column.column-referral-pink .no-bullet {
    height: auto;
  }

  .column.column-faq {
    height: auto;
  }

  .shop-column {
    width: 90%;
  }

  #partners .column.column-3,
  #featured .column.column-4 {
    float: left;
    width: 50%;
  }

  .button.button-filled,
  .button.button-filled-blue,
  #top-banner .container .banner-tablet,
  #top-banner .container .logo-big,
  #top-banner .container .top-banner-right,
  #top-banner .top-banner-right h1,
  .column-referral,
  .column-referral-pink,
  .contact-details-address,
  #footer p {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .column-referral,
  .column-referral-pink {
    height: auto !important;
  }

  #top-banner .top-banner-right h1,
  #top-banner .container .logo-big,
  #top-banner .top-banner-right .button-text,
  .contact-details-address,
  #footer p {
    text-align: center;
  }

  #top-banner .container .banner-tablet,
  #top-banner .container .logo-big,
  #top-banner .container .top-banner-right {
    margin-top: 0;
  }

  #top-banner .container .banner-tablet {
    max-width: 466px;
    padding-top: 130px;
  }

  #top-banner .container .top-banner-right {
    padding-top: 10px;
    width: 100%;
  }

  #top-banner.top-banner-1 .container .top-banner-right {
    padding-top: 40px;
  }

  #top-banner.top-banner-centered .container .top-banner-right,
  #top-banner.top-banner-centered-2 .container .top-banner-right {
    padding-top: 100px !important;
  }

  #top-banner .container .logo-big {
    max-width: 374px;
  }

  #top-banner .download,
  #top-banner .button.button-text,
  #footer .social-networks {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #top-banner.top-banner-centered-2 {
    background-image: url(http://istaging.co/wp-content/themes/istaging/images/app-banner-2.png);
  }

  .google-maps {
    width: 100%;
  }

  .google-maps .wpgmp_map_container:nth-of-type(1) {
    display: none;
  }

  .google-maps .wpgmp_map_container:nth-of-type(2) {
    display: block;
  }

  .contact-details,
  #contactfrm,
  #contactfrm .col-sm-4,
  #contactfrm .button-white {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #footer p {
    padding-bottom: 0;
  }

  #footer .social-networks {
    float: none;
    padding-top: 20px;
  }

}