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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */


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

body {
  margin: 0;
}

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

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

img {
  border: 0;
}


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

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}

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

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

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

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 960px) {
  .container {
    padding: 0 20px;
  }
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  height: 100%;
  color: #333;
  font-family: 'Titillium Web', sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333;
}

a:before, a:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: #166378;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.bold, strong {
  font-weight: 900;
}

.line {
  width: 400px;
  height: 4px;
  background: #166378;
  margin: 10px 0;
  display: block;
}

/* Header */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 960px) {
  .header {
    padding: 10px 0;
  }
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .container .logo {
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header .container .logo {
    font-size: 27px;
  }
}

.header .container .logo strong {
  padding-right: 5px;
}

.header .container .header-r {
  position: relative;
}

.header .container .header-r ul.menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .header .container .header-r ul.menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 220px;
    background: #1d738a;
  }
  .header .container .header-r ul.menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #1d738a;
  }
}

.header .container .header-r ul.menu li {
  list-style: none;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  .header .container .header-r ul.menu li {
    padding: 0;
  }
}

.header .container .header-r ul.menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .header .container .header-r ul.menu li a {
    display: block;
    padding: 7px 20px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.header .container .header-r ul.menu li a:hover, .header .container .header-r ul.menu li a:active, .header .container .header-r ul.menu li a:focus {
  color: #1d738a;
}

@media screen and (max-width: 960px) {
  .header .container .header-r ul.menu li a:hover, .header .container .header-r ul.menu li a:active, .header .container .header-r ul.menu li a:focus {
    color: #fff;
    opacity: 0.8;
  }
}

@media screen and (max-width: 960px) {
  .header .container .header-r ul.menu li:last-child a {
    border-bottom: none;
  }
}

@media screen and (max-width: 960px) {
  .header .container .header-r ul.menu.active {
    display: block;
  }
}

.header .container .header-r .toggler {
  display: none;
  height: 40px;
  width: 40px;
  padding: 10px 5px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .header .container .header-r .toggler {
    display: block;
  }
}

.header .container .header-r .toggler .toggler-icon {
  background: #fff;
  position: relative;
  width: 30px;
  height: 4px;
}

.header .container .header-r .toggler .toggler-icon:before, .header .container .header-r .toggler .toggler-icon:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
}

.header .container .header-r .toggler .toggler-icon:before {
  top: 8px;
}

.header .container .header-r .toggler .toggler-icon:after {
  top: 16px;
}

.header .container .header-r .toggler .toggler-icon:hover {
  opacity: 0.8;
}

body.colorbg .header {
  background: #166378;
  padding: 10px 0;
}

body.colorbg .header .container .header-r ul.menu li a:hover, body.colorbg .header .container .header-r ul.menu li a:active, body.colorbg .header .container .header-r ul.menu li a:focus {
  color: #fff;
  opacity: 0.8;
}

body.colorbg .scrollup {
  display: block;
}

.main {
  position: relative;
  z-index: 0;
}

.section-intro {
  background: url(../images/photos/photo-001.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 960px) {
  .section-intro {
    background-image: url(../images/photos-sm/photo_001.jpg);
  }
}

.section-intro .container {
  position: relative;
  margin: 0;
  width: 100%;
  background: rgba(0, 0, 0, .1);
}
@media screen and (max-width: 960px) {
    .section-intro .container {
      background: rgba(0, 0, 0, .2);
    }
}

.section-intro .container .intro {
  position: absolute;
  top: 100px;
  left: 30px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .section-intro .container .intro {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-intro .container .intro {
    top: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
}

.section-intro .container .intro h1 {
  font-weight: normal;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}

.section-intro .container .intro .txt {
  font-size: 20px;
  line-height: 1.2;
}

.section-intro .container .intro .more a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.section-intro .container .intro .more a:after {
  content: "";
  display: block;
  border-width: 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  margin-left: 7px;
}

.section-intro .container .intro .more a:hover {
  color: #166378;
}

.section-intro .container .intro .more a:hover:after {
  border-left-color: #166378;
}

.section-about {
  padding: 120px 0;
}

.section-about .about-top {
  text-align: center;
  margin-bottom: 40px;
}

.section-about .about-top .txt {
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section-about .about-top .txt {
    max-width: 100%;
  }
}

.section-about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.section-about .about-list .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}

@media screen and (max-width: 1199px) {
  .section-about .about-list .item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 960px) {
  .section-about .about-list .item {
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .section-about .about-list .item {
    width: 100%;
  }
}

.section-about .about-list .item i.icon {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 60px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-about .about-list .item i.icon.icon-1 {
  background-image: url(../images/icons/icon-1.png);
}

.section-about .about-list .item i.icon.icon-2 {
  background-image: url(../images/icons/icon-2.png);
}

.section-about .about-list .item i.icon.icon-3 {
  background-image: url(../images/icons/icon-3.png);
}

.section-about .about-list .item i.icon.icon-4 {
  background-image: url(../images/icons/icon-4.png);
}

.section-about .about-list .item i.icon.icon-5 {
  background-image: url(../images/icons/icon-5.png);
}

.section-about .about-list .item i.icon.icon-6 {
  background-image: url(../images/icons/icon-6.png);
}

.section-about .about-list .item i.icon.icon-7 {
  background-image: url(../images/icons/icon-7.png);
}

.section-about .about-list .item i.icon.icon-8 {
  background-image: url(../images/icons/icon-8.png);
}

.section-about .about-list .item .item-r {
  padding-left: 20px;
}

.section-about .about-list .item .item-r .title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-about .about-list .item .item-r .desc {
  line-height: 1.2;
}

.section-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .section-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-details .details-img {
  background: url(../images/details.jpg) 50% 0 no-repeat;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .section-details .details-img {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 500px;
  }
}

.section-details .details-r {
  background: #166378;
  background: linear-gradient(160deg, #1a84a1, #166378);
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 80px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .section-details .details-r {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.section-details .details-r .details-inner {
  width: 600px;
}

@media screen and (max-width: 1399px) {
  .section-details .details-r .details-inner {
    width: 100%;
  }
}

.section-details .details-r .details-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.section-details .details-r .details-list .item {
  width: 33.3333%;
  padding: 5px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .section-details .details-r .details-list .item {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .section-details .details-r .details-list .item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-details .details-r .details-list .item {
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .section-details .details-r .details-list .item {
    width: 100%;
  }
}

.section-details .details-r .details-list .item .label {
  font-weight: bold;
  margin-right: 5px;
}

.section-details .details-r .details-list .item i.icon.icon-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/icons/icon-check-w.svg) 50% 50% no-repeat;
  background-size: contain;
}

.section-gallery .gallery-top {
  padding: 120px 0 40px;
  text-align: center;
}

.section-gallery .gallery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-gallery .gallery-block > a {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  line-height: 0;
}

@media screen and (max-width: 960px) {
  .section-gallery .gallery-block > a {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (max-width: 767px) {
  .section-gallery .gallery-block > a {
    width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media screen and (max-width: 479px) {
  .section-gallery .gallery-block > a {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #166378;
}

.section-plan {
  background: #eee;
}

.section-plan .container {
  text-align: center;
}

.section-plan .container .plan-block {
  padding: 120px 0;
}

.section-video {
  position: relative;
  
}



.section-video .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.section-video .video-top {
    padding: 90px 0 20px;
    text-align: center;
}
.section-video .video-top h2 {
  margin: 0;
}

.section-video .media {
  position: relative;
  margin-bottom: 25px;
}

.section-video .media .media-img {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.section-video .media .media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-video .media .media-img img.icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.section-video .media .media-img .icon:hover {
  opacity: 0.9 !important;
}

.section-video .media .media-img.started {
  opacity: 1;
  visibility: visible;
}

.section-video .media .media-img.started .icon {
  z-index: 1;
}

.section-video .media .media-img.started .icon.icon-play {
  opacity: 1;
  visibility: visible;
}

.section-video .media .media-img.shown {
  opacity: 1;
  visibility: visible;
}

.section-video .media .media-img.shown .icon.icon-replay {
  opacity: 1;
  visibility: visible;
}

.section-video #mediaContainer {
  position: relative;
}

.section-video #mediaContainer:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.section-video #mediaContainer #player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/*** Agent ***/


.section-agent .container .agent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .section-agent .container .agent-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-agent .container .agent-block .img {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .section-agent .container .agent-block .img {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 30px;
    text-align: left;
  }
}

.section-agent .container .agent-block .img img {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.section-agent .container .agent-block .agent-r {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .section-agent .container .agent-block .agent-r {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
  }
}

.section-agent .container .agent-block .agent-r h2 {
  margin-bottom: 30px;
}

.section-agent .container .agent-block .agent-r h3 {
  text-transform: none;
  font-size: 18px;
}

.section-agent .container .agent-block .agent-r .vocation {
  font-style: italic;
  color: #999;
}

.section-agent .container .agent-block .agent-r .realty-logo {
  margin-top: 10px;
}

.section-agent .container .agent-block .agent-r .realty-logo img {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.section-agent .container .agent-block .agent-r .info {
  margin-top: 30px;
}

.section-agent .container .agent-block .agent-r .info p {
  margin: 0 0 10px;
}

.section-agent .container .agent-block .agent-r .info p.desc {
  margin-bottom: 30px;
  max-width: 400px;
}

.section-agent .container .agent-block .agent-r .info p.realty {
  font-weight: bold;
  margin-bottom: 10px;
}

.section-agent .container .agent-block .agent-r .info p a i.icon {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
}

.section-agent .container .agent-block .agent-r .info p a i.icon.icon-phone {
  background: url(../images/icons/icon-phone.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 18px;
  height: 22px;
}

.section-agent .container .agent-block .agent-r .info p a i.icon.icon-email {
  background: url(../images/icons/icon-email.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.section-agent .container .agent-block .agent-r .info p a:hover, .section-agent .container .agent-block .agent-r .info p a:active, .section-agent .container .agent-block .agent-r .info p a:focus {
  color: #166378;
}

.section-agent .container .agent-block .agent-r .info p a:hover i.icon, .section-agent .container .agent-block .agent-r .info p a:active i.icon, .section-agent .container .agent-block .agent-r .info p a:focus i.icon {
  color: #166378;
}

.section-map {
  line-height: 0;
}

.section-map iframe {
  height: 50vh !important;
}

.section-contact {
  background: linear-gradient(160deg, #1a84a1, #166378);
  color: #fff;
}

.section-contact .container {
  padding: 120px 0;
}

.section-contact .container h2 {
  margin-bottom: 30px;
  text-align: center;
}

.section-contact .container .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .section-contact .container .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-contact .container .contact-block .img {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .section-contact .container .contact-block .img {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}

.section-contact .container .contact-block .agent-r {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 50px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .section-contact .container .contact-block .agent-r {
    width: 240px;
    margin: 0 auto; 
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
  }
}

.section-contact .container .contact-block .agent-r h3 {
  text-transform: none;
  font-size: 18px;
}

.section-contact .container .contact-block .agent-r .vocation {
  font-style: italic;
  color: #eee;
}

.section-contact .container .contact-block .agent-r .info {
  margin-top: 30px;
}

.section-contact .container .contact-block .agent-r .info p {
  margin: 0 0 10px;
}

.section-contact .container .contact-block .agent-r .info p.realty {
  font-weight: bold;
  margin-bottom: 10px;
}

.section-contact .container .contact-block .agent-r .info p a {
  color: #fff;
}

.section-contact .container .contact-block .agent-r .info p a i.icon {
  color: #eee;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
}

.section-contact .container .contact-block .agent-r .info p a i.icon.icon-phone {
  background: url(../images/icons/icon-phone-w.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 18px;
  height: 22px;
}

.section-contact .container .contact-block .agent-r .info p a i.icon.icon-email {
  background: url(../images/icons/icon-email-w.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.section-contact .container .contact-block .agent-r .info p a:hover, .section-contact .container .contact-block .agent-r .info p a:active, .section-contact .container .contact-block .agent-r .info p a:focus {
  opacity: 0.8;
}

.scrollup {
  display: none;
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: #34a3c2 url(../images/icons/icon-up.svg) 50% 50% no-repeat;
  background-size: 50% 50%;
  border-radius: 2px;
  cursor: pointer;
}
