/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/*
@import "./bootstrap4/_functions";
@import "./bootstrap4/_variables";
@import "./bootstrap4/_mixins";
@import "./bootstrap4/_grid";
*/
body {
  padding: 0;
  font-family: "Gilroy";
  background: #e5e5e5;
  letter-spacing: 0.3px;
}

.bg2 {
  background: rgba(178, 138, 135, 0.13);
  mix-blend-mode: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.topbar {
  background: #2A3D40;
  height: 100px;
  /*padding:0 $topbar-padding-x;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media (min-width: 768px) {
  .topbar {
    height: 100px;
  }
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.topbar .call-me-back {
  position: absolute;
  left: 2.85%;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  left: auto;
  font-size: 12px;
  display: none;
}
@media (min-width: 768px) {
  .topbar .call-me-back {
    font-size: 16px;
    display: block;
    font-weight: 500;
  }
}
.topbar .call-me-back a {
  position: relative;
  display: inline-block;
  transition: all 0.3s linear;
  padding-left: 25px;
}
.topbar .call-me-back a::before {
  content: "";
  transition: all 0.3s linear;
  position: absolute;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.268.861c-.15-.002-.46.02-.698.05-.93.116-1.677.405-2.086.809-.167.164-.176.18-.317.57a4.57 4.57 0 0 0-.24.877c-.218 1.195-.126 2.73.245 4.1.301 1.11.751 2.193 1.312 3.157.975 1.677 2.296 3.038 3.683 3.796.295.161.432.224.716.327.304.11.358.121.583.113.27-.01.475-.067.794-.22.32-.155.598-.335.92-.594a7.4 7.4 0 0 0 .716-.682c.21-.238.223-.293.107-.483a58.468 58.468 0 0 0-1.8-2.613c-.115-.15-.136-.168-.243-.208a.371.371 0 0 0-.322.005c-.104.045-.409.213-.779.43-.291.17-.507.27-.61.28-.078.008-.089.006-.237-.048l-.156-.056-.092-.095a8.419 8.419 0 0 1-.26-.29c-.625-.725-.953-1.203-1.228-1.794a5.88 5.88 0 0 1-.411-1.2c-.132-.553-.249-1.292-.228-1.436a.663.663 0 0 1 .16-.333c.086-.085.306-.186.774-.353.5-.18.703-.265.762-.32a.722.722 0 0 0 .144-.3c.013-.066-.012-.164-.383-1.53C4.697 1.36 4.586.993 4.524.937 4.473.888 4.385.863 4.269.86z' fill='%23809496'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 25px;
}
.topbar .call-me-back a:hover::before {
  opacity: 1;
  left: 0;
  height: 18px;
}
.topbar .tkp-text {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .topbar .tkp-text {
    font-size: 16px;
  }
}
.topbar .toplogo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.topbar .toplogo .logo-desktop {
  display: none;
}
@media (min-width: 768px) {
  .topbar .toplogo .logo-desktop {
    display: block;
  }
}
.topbar .toplogo .logo-mobile {
  display: block;
}
@media (min-width: 768px) {
  .topbar .toplogo .logo-mobile {
    display: none;
  }
}
.topbar .toplogo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.topbar .toplogo a .logo-txt {
  font-size: 12px;
  margin-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  .topbar .toplogo a .logo-txt {
    display: block;
  }
}
.topbar .top-mobile-icons {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 76px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .topbar .top-mobile-icons {
    display: none;
  }
}
.topbar .top-mobile-icons a.tmi-tel {
  width: 22px;
  height: 22px;
}
.topbar .top-mobile-icons a.tmi-email {
  width: 31px;
  height: 21px;
}

@-webkit-keyframes scrolldown {
  0% {
    top: 0;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0;
  }
}
@keyframes scrolldown {
  0% {
    top: 0;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0;
  }
}
.topslider-wrap {
  /*
  margin-top: calc($topbar-height - 1px);
  height: calc($topslider-maxheight - $topbar-height);
  */
  height: 100vh;
  position: relative;
  min-height: 480px;
}
@media (min-width: 768px) {
  .topslider-wrap {
    height: 49.63vw;
  }
}
.topslider-wrap .topslider {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.topslider-wrap .topslider .slides {
  height: 100%;
  width: 100%;
}
.topslider-wrap .topslider .slides .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.topslider-wrap .topslider .slides .slide::before {
  display: block;
  background: #000000;
  mix-blend-mode: multiply;
  opacity: 0.3;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.topslider-wrap .topslider .slides .slide .slide-cont-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .topslider-wrap .topslider .slides .slide .slide-cont-wrap {
    padding-left: 12.5%;
    padding-right: 12.5%;
    height: calc(100% - 100px);
    padding-top: 100px;
  }
}
.topslider-wrap .topslider .slides .slide .slide-cont-wrap .slide-cont {
  text-align: center;
  letter-spacing: 0.3px;
  color: #ffffff;
}
.topslider-wrap .topslider .slides .slide .slide-cont-wrap .slide-cont .line1 {
  font-size: 24px;
  line-height: 28px;
}
.topslider-wrap .topslider .slides .slide .slide-cont-wrap .slide-cont .line2 {
  font-family: "Notera";
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 90px;
  margin-top: 6px;
  margin-bottom: 10px;
}
@media (min-width: 460px) {
  .topslider-wrap .topslider .slides .slide .slide-cont-wrap .slide-cont .line2 {
    font-size: 119px;
    line-height: 119px;
    margin-top: 12px;
    margin-bottom: 22px;
  }
}
.topslider-wrap .topslider .slides .slide .slide-cont-wrap .slide-cont .line3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.topslider-wrap .topslider .topslider-nav {
  position: absolute;
  z-index: 1000;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .topslider-wrap .topslider .topslider-nav {
    left: 40px;
  }
}
.topslider-wrap .topslider .topslider-nav .owl-dot {
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.3;
  border-radius: 6px;
  border: none;
  padding: 0;
}
.topslider-wrap .topslider .topslider-nav .owl-dot + .owl-dot {
  margin-top: 12px;
}
.topslider-wrap .topslider .topslider-nav .owl-dot.active {
  opacity: 1;
}
.topslider-wrap .topslider .topslider-scroll {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  bottom: 60px;
  z-index: 1000;
}
.topslider-wrap .topslider .topslider-scroll a {
  display: inline-block;
  width: 66px;
  height: 56px;
  color: #fff;
  text-decoration: none;
}
.topslider-wrap .topslider .topslider-scroll a small {
  opacity: 0;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.3px;
  transition: all 0.2s linear;
}
.topslider-wrap .topslider .topslider-scroll a:hover small {
  opacity: 1;
}
.topslider-wrap .topslider .topslider-scroll a img {
  -webkit-animation-name: scrolldown;
  animation-name: scrolldown;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: relative;
}

/*
.owl-stage-outer {
  height: 100%;

  .owl-stage {
    height: 100%;

    .owl-item {
      height: 100%;
    }
  }
}

*/
.text-section {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .text-section {
    padding-top: 100px;
  }
}
.text-section.first-text-section {
  padding-top: 34px;
}
@media (min-width: 768px) {
  .text-section.first-text-section {
    padding-top: 100px;
  }
}
@media (max-width: 389px) {
  .text-section.first-text-section .header {
    font-size: 31px;
  }
  .text-section.first-text-section .header + .subheader {
    font-size: 14px;
  }
}
@media (min-width: 390px) and (max-width: 767px) {
  .text-section.first-text-section .header {
    font-size: 32px;
  }
  .text-section.first-text-section .header + .subheader {
    font-size: 16px;
  }
}
.text-section.section-with-circle {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
@media (min-width: 768px) {
  .text-section.section-with-circle {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.text-section.section-with-circle + .text-section {
  padding-top: 20px;
}
.text-section .header {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #A57F7A;
  font-size: 36px;
  line-height: 48px;
  /*font-size: 20px;
  line-height: 32px;
  */
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .text-section .header {
    margin-bottom: 24px;
  }
}
.text-section .header:first-child {
  margin-top: 0;
}
.text-section-treatments {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .text-section-treatments {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.text-section-treatments .header {
  margin-bottom: 35px;
}
.text-section .subheader {
  font-size: 16px;
  line-height: 18px;
  color: #809496;
  letter-spacing: 0.5px;
}
.text-section .subheader + p {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .text-section .subheader + p {
    margin-top: 70px;
  }
}
.text-section p:last-child {
  margin-bottom: 0;
}
.text-section p b,
.text-section p strong {
  font-weight: 600;
}

.first-text-section .subheader + p {
  margin-top: 56px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .first-text-section .subheader + p {
    margin-top: 70px;
  }
}

.text-section-py100 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .text-section-py100 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

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

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

.text-upper {
  text-transform: uppercase;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1215px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 18%;
    padding-right: 18%;
  }
}

.container2 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .container2 {
    padding-left: 12.64%;
    padding-right: 12.64%;
  }
}

p {
  letter-spacing: 0.3px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin: 1em 0;
}

#roundmail {
  position: fixed;
  right: 3.95%;
  bottom: 5%;
  z-index: 2000;
  width: 62px;
  height: 62px;
  display: none;
}
#roundmail a {
  display: block;
}
@media (min-width: 768px) {
  #roundmail {
    display: block;
  }
}

.slide-item-img {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .slide-item-img {
    margin-bottom: 40px;
  }
}
.slide-item-img img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .slide-item-img img {
    /*margin-left:-1px;*/
  }
}

.slide-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}

.slide-item-text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
}

.slider-two-items-wrap {
  margin-top: 100px;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (min-width: 768px) {
  .slider-two-items-wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.slider-two-items-wrap .slider-two-items p {
  color: #809496;
}
.slider-two-items-wrap .slider-two-items-prev,
.slider-two-items-wrap .slider-two-items-next {
  position: absolute;
  width: 7px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.slider-two-items-wrap .slider-two-items-prev {
  left: 0;
}
.slider-two-items-wrap .slider-two-items-next {
  right: 0;
}

.slider-one-item-wrap {
  position: relative;
}
.slider-one-item-wrap .slider-prev,
.slider-one-item-wrap .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.slider-one-item-wrap .slider-prev {
  left: 24px;
}
.slider-one-item-wrap .slider-next {
  right: 24px;
}

.circle-wrap {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .circle-wrap {
    padding-bottom: 70px;
  }
}
.circle-wrap img {
  max-width: 100%;
  height: auto;
}
.circle-wrap + p {
  margin-top: 0;
}

.slider-three-items-wrap {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .slider-three-items-wrap {
    /*padding-left: 8.365%;
    padding-right: 8.365%;
    */
    padding-left: 7.1%;
    padding-right: 7.1%;
  }
}
.slider-three-items-wrap .slider-three-items .slide .slide-item-img {
  margin-bottom: 24px;
}
.slider-three-items-wrap .slider-three-items .slide .slide-item-title {
  margin-bottom: 12px;
}
.slider-three-items-wrap .slider-three-items .slide .slide-item-date {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #809496;
}
.slider-three-items-wrap .slider-three-items .slide .slide-item-date + .slide-item-text > p {
  margin-top: 12px;
}
.slider-three-items-wrap .slider-three-items .slide .slide-item-text,
.slider-three-items-wrap .slider-three-items .slide .slide-item-text p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #2a3d40;
}
.slider-three-items-wrap .slider-prev img,
.slider-three-items-wrap .slider-next img {
  width: 12px;
  height: auto;
}

.slider-three-items-prev,
.slider-three-items-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-three-items-prev {
  left: 0;
}

.slider-three-items-next {
  right: 0;
}

.two-colors-wrap {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .two-colors-wrap {
    padding-top: 100px;
  }
}

.two-colors {
  padding-bottom: 42px;
  position: relative;
}
@media (min-width: 768px) {
  .two-colors {
    padding-bottom: 84px;
  }
}
.two-colors .container {
  position: relative;
  z-index: 5;
}
.two-colors .two-colors-image {
  position: relative;
}
.two-colors .two-colors-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .two-colors .two-colors-image img {
    /*margin-left:-1px;*/
  }
}
.two-colors .two-colors-image-cite {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #000000;
  font-weight: 500;
}
.two-colors .two-colors-image-cite-author {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #849396;
}
.two-colors::before {
  content: "";
  display: block;
  left: 0;
  top: 123px;
  bottom: 0;
  width: 100%;
  background: rgba(178, 138, 135, 0.13);
  position: absolute;
}
@media (min-width: 768px) {
  .two-colors::before {
    top: 246px;
  }
}

.two-color-video-wrap video {
  display: block;
  max-width: 100%;
}

.bgspacer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .bgspacer {
    margin-top: 0;
  }
}
.bgspacer-content {
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .bgspacer-content {
    height: 300px;
  }
}
.bgspacer-content .bgspacer-text {
  padding-right: 30px;
}
.bgspacer-content .bgspacer-text p {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .bgspacer-content .bgspacer-text p {
    font-size: 16px;
    line-height: 20px;
  }
}

a.btn-border {
  text-align: center;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding: 2px;
  width: 104px;
  font-size: 10px;
  line-height: 22px;
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  a.btn-border {
    width: 317px;
    font-size: 12px;
    line-height: 30px;
  }
}
a.btn-border:hover {
  background: rgba(255, 255, 255, 0.13);
  transition: all 0.2s;
}

.gallery {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .gallery {
    padding-top: 100px;
  }
}
.gallery-after-circle {
  padding-top: 20px;
}
.gallery .gallery-text {
  text-align: center;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .gallery .gallery-text {
    padding-bottom: 52px;
  }
}
.gallery .header {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #A57F7A;
  /*
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 7px;
  */
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .gallery .header {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 22px;
  }
}
.gallery .header:first-child {
  margin-top: 0;
}
.gallery .subheader {
  font-size: 16px;
  line-height: 18px;
  color: #809496;
  letter-spacing: 0.5px;
}
.gallery .subheader + p {
  margin-top: 10vh;
}
@media (min-width: 768px) {
  .gallery .gallery-images-wrap {
    display: flex;
    justify-content: space-evenly;
  }
}
.gallery .gallery-images-wrap .image-wrap {
  padding-bottom: 30px;
}
.gallery .gallery-images-wrap .image img {
  width: 100%;
}
.gallery .gallery-col {
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .gallery .gallery-col1 {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .gallery .gallery-col2 {
    padding-left: 15px;
  }
}

.gallery + .text-section {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .gallery + .text-section {
    padding-top: 70px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}

.contact-form {
  background: #fff;
  padding-bottom: 50px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .contact-form {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

form {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #2a3d40;
}
form label {
  margin-bottom: 6px;
  display: block;
}
form input,
form textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form label,
form textarea {
  display: block;
  width: 100%;
  padding: 2px 12px;
  margin-bottom: 24px;
  border: 1px solid #b3bec0;
  font-size: 12px;
  line-height: 44px;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  outline: none;
  /*color: #2A3D40;*/
}
@media (min-width: 768px) {
  form input[type=text],
form input[type=tel],
form input[type=email],
form label,
form textarea {
    margin-bottom: 14px;
  }
}
form input[type=text]:focus, form input[type=text]:hover,
form input[type=tel]:focus,
form input[type=tel]:hover,
form input[type=email]:focus,
form input[type=email]:hover,
form label:focus,
form label:hover,
form textarea:focus,
form textarea:hover {
  border-color: #A57F7A;
}
form label {
  flex-basis: 0;
  padding-right: 16px;
  white-space: nowrap;
}
form select {
  padding: 9px 12px;
  height: 50px;
  margin-bottom: 14px;
  width: 100%;
  background: #fff;
  border: 1px solid #b3bec0;
}
form .iti {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  form .iti {
    margin-bottom: 14px;
  }
}
form input[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #2a3d40;
  border: 1px solid #2a3d40;
  line-height: 30px;
  padding: 9px 12px;
  color: #fff;
}
@media (min-width: 768px) {
  form input[type=submit] {
    margin-top: 18px;
  }
}

.input-wrap {
  flex-grow: 1;
  flex-basis: 100%;
  min-width: 100%;
}
@media (min-width: 480px) and (max-width: 991px) {
  .input-wrap {
    flex-basis: calc(50% - 8px);
    min-width: calc(50% - 8px);
  }
  .input-wrap:nth-child(odd) {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .input-wrap {
    flex-basis: calc(25% - 16px);
    min-width: calc(25% - 16px);
    margin-left: 16px;
  }
  .input-wrap:first-child {
    margin-left: 0;
  }
}
.input-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -7px;
  text-transform: none;
  z-index: 5;
}
.input-wrap .select2 + .wpcf7-not-valid-tip {
  bottom: -18px;
}

footer {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding-top: 55px;
  background: #2a3d40;
}
footer .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  footer .container {
    padding-left: 10.75%;
    padding-right: 10.75%;
  }
}
@media (min-width: 1024px) {
  footer .container {
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-menus {
  flex-basis: 62%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .footer-menus .footer-menu {
    flex-basis: 33.33%;
  }
}
footer .footer-menus .footer-menu-last-col {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-menus .footer-menu-last-col {
    display: block;
  }
}
footer .footer-menus .footer-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-menus .footer-menu ul li {
  padding-right: 10px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
footer .footer-menus .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footer-right {
  flex-basis: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-right-top {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  footer .footer-right-top {
    margin-top: 0;
    text-align: right;
    display: block;
  }
}
footer .footer-right-top p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  footer .footer-right-top p p {
    margin-top: 1em;
  }
  footer .footer-right-top p p:first-child {
    margin-top: 0;
  }
}
footer .footer-right-top a {
  font-size: 18px;
  color: #809496;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  footer .footer-right-top a {
    display: inline-block;
    margin-left: 16px;
  }
}
footer .footer-right-bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer .footer-right-bottom {
    text-align: right;
    margin-top: 80px;
    display: block;
  }
}
footer .footer-right-bottom-first {
  order: 2;
}
footer .footer-right-bottom p {
  font-size: 12px;
  color: #fff;
  text-align: left;
}
@media (min-width: 1024px) {
  footer .footer-right-bottom p {
    width: 317px;
    display: inline-block;
  }
}
footer .footer-right-bottom form {
  color: #fff;
  width: 317px;
  display: inline-flex;
  justify-content: space-between;
}
footer .footer-right-bottom form label {
  display: block;
}
footer .footer-right-bottom form input[type=text],
footer .footer-right-bottom form input[type=email] {
  width: 210px;
  display: inline-block;
  background: #374b4e;
  color: #fff;
  padding: 2px 12px;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
footer .footer-right-bottom form input[type=submit] {
  width: 105px;
  display: inline-block;
  background: #496064;
  color: #fff;
  padding: 2px 12px;
  margin-top: 0;
  border-color: #496064;
  margin-bottom: 0;
}
footer .footer-right-socials {
  margin-top: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-right-socials {
    text-align: right;
  }
}
footer .footer-right-socials a {
  display: inline-block;
  line-height: 25px;
  height: 25px;
}
footer .footer-right-socials a + a {
  margin-left: 10px;
}

.footer-bottom {
  margin-top: 30px;
  background: #506366;
  padding: 15px 0 11px 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.3px;
  color: #2a3d40;
}
.footer-bottom .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-bottom .container {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer-bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #2a3d40;
}
.footer-bottom-copy {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom-copy {
    text-align: left;
  }
}
.footer-bottom-links {
  margin-bottom: 20px;
  order: -1;
  display: inline-flex;
  justify-content: space-between;
  display: flex;
}
@media (min-width: 768px) {
  .footer-bottom-links {
    margin-bottom: 0;
  }
}
.footer-bottom-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  .footer-bottom-links ul {
    width: 100%;
    justify-content: space-between;
  }
}
.footer-bottom-links ul li a {
  text-decoration: none;
  color: #2a3d40;
}
.footer-bottom-links ul li + li {
  margin-left: 24px;
}

.tabs-photos-nav ul {
  display: flex;
  padding: 0;
  margin: 0 0 40px 0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .tabs-photos-nav ul {
    justify-content: space-around;
  }
}
.tabs-photos-nav ul li a {
  color: #2a3d40;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  text-decoration: none;
}
.tabs-photos-nav ul li a.tabs-photos-nav-current {
  color: #a57f7a;
  /*font-weight: 600;*/
}
@media (min-width: 768px) {
  .tabs-photos-nav ul li a {
    font-size: 18px;
    line-height: 21px;
    color: #809496;
  }
}
.tabs-photos-content {
  position: relative;
}
.tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos {
  display: flex;
  flex-wrap: wrap;
  /*
  column-gap: 5px;
  @media (min-width:768px){
    column-gap: 10px;
  }
  */
}
.tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo {
  flex-basis: calc((100% - 16px) / 2);
  max-width: calc((100% - 16px) / 2);
  position: relative;
  margin-bottom: 32px;
}
/*
@media (max-width: 767px) {
  .tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo:nth-child(odd) {
    border:4px solid transparent;
  }
}
*/


@media (max-width: 767px) {
  .tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo {
    border:4px solid transparent;
  }
}


@media (min-width: 768px) {
  .tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo {
    flex-basis: calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
    border:5px solid transparent;
  }
  .tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo:nth-child(3n+3) {
    /*margin-right: 0;*/
  }
}
.tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 70%;
  height: 100%;
}
@media (min-width: 768px) {
  .tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo a {
    width: 100%;
  }
}
.tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo small {
  display: block;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .tabs-photos-content .photos-grid-slider .photos-grid-tab .grid-photos .grid-photo small {
    font-size: 18px;
    line-height: 21px;
    margin-top: 14px;
  }
}

.slider-grid-items-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .slider-grid-items-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-grid-items-wrap .slider-prev {
  position: absolute;
  left: -25px;
  top: calc(50% + 40px);
}
@media (min-width: 768px) {
  .slider-grid-items-wrap .slider-prev {
    left: 0;
  }
}
.slider-grid-items-wrap .slider-next {
  position: absolute;
  right: -25px;
  top: calc(50% + 40px);
}
@media (min-width: 768px) {
  .slider-grid-items-wrap .slider-next {
    right: 0;
  }
}

@media (min-width: 768px) {
  .show-on-mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .logo-anim-wrap {
    /*  margin-bottom: 1.5rem;*/
  }
}
@media (min-width: 576px) {
  .logo-anim-wrap {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
  }
}
.logo-anim-wrap {
  width: 45px;
  height: 45px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .logo-anim-wrap {
    width: 61px;
    height: 61px;
  }
}

.logo-anim {
  width: 100%;
  height: 100%;
  background-color: #a57f7a;
  -webkit-mask-image: url(../img/svg/logo.svg);
  mask-image: url(../img/svg/logo.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes l {
  0% {
    left: -200%;
  }
  50% {
    left: 200%;
  }
  to {
    left: -200%;
  }
}
@keyframes l {
  0% {
    left: -200%;
  }
  50% {
    left: 200%;
  }
  to {
    left: -200%;
  }
}
.logo-anim .shine {
  position: absolute;
  top: -40%;
  height: 180%;
  width: 35%;
  transform: rotate(45deg);
  opacity: 1;
  background: #fe642c;
  transition: 2s;
  mix-blend-mode: screen;
  -webkit-animation: l 12s infinite;
  animation: l 12s infinite;
  filter: blur(8px);
}

.page-section {
  background: #809496;
  color: #fff;
}
.page-section p {
  color: #fff;
}

.thank-you-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 480px;
}

.input-wrap input[type=text], .input-wrap input[type=email], .input-wrap input[type=email], .input-wrap input[type=tel], .input-wrap textarea, .input-wrap label, .input-wrap select, .input-wrap input[type=submit] {
  text-transform: uppercase;
  font-family: "Gilroy";
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  align-items: center;
}
.input-group input[type=text], .input-group input[type=email], .input-group input[type=email], .input-group input[type=tel], .input-group textarea, .input-group label, .input-group select {
  background: transparent;
  border: none;
  border-bottom: 2px solid #809496;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
.input-group label {
  padding-right: 20px;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-grow: 1;
}

.input-wrap-no-border label {
  border: none;
  display: block;
}
.input-wrap-no-border textarea {
  border: none;
  border-bottom: 2px solid #809496;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 2px solid #809496;
  border-radius: 0;
}

.select2-container .select2-selection--single {
  height: 36px;
}
@media (max-width: 767px) {
  .select2-container .select2-selection--single {
    height: 50px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
  }
}

.input-wrap-no-border label {
  border: none;
  display: block;
  padding-right: 0;
  padding-left: 0;
}
.input-wrap-no-border textarea {
  border: none;
  border-bottom: 2px solid #809496;
}

.iti__flag {
  background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti--allow-dropdown {
  display: block;
  width: 100%;
}

#phoneforminput {
  padding-left: 52px;
}

.wpcf7-spinner {
  position: absolute;
  top: 80px;
}

/*

.select2-container--default .select2-selection--single .select2-selection__rendered{
  position:relative;
  top:-2px;
  display:inline-block;
  padding-left:0!important;
  padding-right:12px;
  text-transform:uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  position:relative;
  top:-2px;
  @media (min-width:768px){
    top:-14px;
  }
} 

*/
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    top: -4px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered::after {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  content: "";
}

.select2-container .select2-selection--single {
  outline: none;
}

input[type=text], input[type=email], input[type=email], input[type=tel], label, select, input[type=submit] {
  height: 50px !important;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  display: none;
}