/* 

Template 2110 Character
http://www.tooplate.com/view/2110-character


COLORS 

Primary Dark:       #996666
Primary Light:      #cc9999
Secondary:          #9999cc
Dark Background:    #333333
Dark Gray Text:     #666666
Light Gray Text:    #999999
Footer Gray Text:   #cccccc

*/

body {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  padding: 50px;
  overflow-x: hidden;
}
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
textarea {
  font-family: "Roboto", sans-serif;
}

a {
	color: #bfa4f5;
  text-decoration: none;
}

button {
  border: none;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

h2 {
  margin-top: 0;
}
h4 {
 text-align: center;
 padding-top: 20px;
}

p {
  line-height: 2;
  margin: 0;
}
p a{color: #7b7ff5;
  text-decoration: none;
}
p a:hover{
	 color: #89dfbf;
}
.tm-container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* http://w3bits.com/css-masonry/ */
.masonry {
  /* Masonry container */
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
}

.item {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0;
  width: 100%;
}

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

.tm-relative {
  position: relative;
}
.menu {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: #e5f888;
  max-width: 100px;
  bottom: 20px;
  text-align: right;
  text-decoration: none;
}
.menu a {
	 color: #e5f888;
}

.menu a:hover{
	 color: #bfa4f5;
}
.flag img { width: 24px;
padding-bottom: 8px;
}
.tm-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 620px;
}

.tm-block-wider {
  max-width: 640px;
  width: calc(100% + 40px);
}

.tm-block-left {
  right: 20px;
  bottom: 20px;
}

.tm-block-left-2 {
 padding: 0px 10px 10px 0px;
}

.tm-block-left-3 {
  top: 10px;
  right: 20px;
  bottom: 20px;
}
.tm-block-left-4 {
  top: 20px;
  right: 20px;
  bottom: 20px;
}
.tm-block-left-1 {
padding: 0px 20px 0px 0px;
}
.tm-block-right {
  padding: 15px 0 20px 20px;
}
.tm-block-right-1 {
  padding: 22px 0 20px 0px;
}
.tm-block-right-2 {
  padding: 0px 0 0px 27px;
}

.tm-block-right-4 {
  padding: 22px 0 20px 0px;
}
.tm-block-right-5 {
  padding: 0px 0 0px 12px;
}
.tm-block-right-6 {
  padding: 0px;
}
.tm-img-left {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.tm-img-right {
  display: block;
  margin-right: 20px;
  margin-left: auto;
}
.tm-hero-text {
  padding: 40px 27px 100px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

.tm-block-pad {
  padding: 67px 63px;
}
.tm-block-pad-page {
  padding: 37px 33px;
}
.tm-block-pad-page-1 {
  padding: 20px 33px;
}

.tm-block-icon {
  text-align: center;
  display: block;
  margin: 0 30px 30px;
}

.tm-block-brand {
  position: relative;
  margin-top: 27px;
  margin-bottom: 27px;
}

.tm-block-brand-inner {
  position: relative;
  right: 50px;
  padding: 20px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-brand-name {
  margin: 0 30px 0;
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  color: #fff;
  }

.tm-bg-dark {
  background-color: #43484e;
}

.tm-bg-white {
  background-color: #ffffff;
}

.tm-btn {
  padding: 15px 25px;
  display: inline-block;
  font-size: 1em;
}

.tm-btn-small {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 35px;
}

.tm-btn-pad-big {
  padding: 17px 45px;
}

.tm-btn-primary {
  color: #9999cc;
  background-color: #ffffff;
  letter-spacing: 1px;
}
.tm-btn-primary-1 {
  color: #cc9999;
  background-color: #ffffff;
  letter-spacing: 1px;
}

.tm-btn-primary:hover {
  background-color: #c5c5e6;
}
.tm-btn-primary-1:hover {
  background-color: #e4bfbf;
}
.tm-btn-secondary {
  color: white;
  background-color: #9999cc;
}

.tm-btn-secondary:hover {
  color: #ffffff;
  background-color: #5b5bb2;
}

.tm-text-white {
  color: #ffffff;
}

.tm-text-gray-light {
  color: #999999;
}

.tm-bg-primary-light {
  background-color: #cc9999;
}
.tm-bg-primary-light-tours {
  background-color: #d3a76b;
}
.tm-bg-primary-light-tours-2 {
  background-color: #d5984a;
}
.tm-bg-primary-dark {
  background-color: #885757;
}
.tm-bg-primary-dark-tours {
  background-color: #648436;
}
.tm-bg-primary-dark-apts {
  background-color: #b38ca2;
}
.tm-bg-secondary {
  background-color: #9999cc;
}
.tm-bg-secondary-2 {
  background-color: #9f8c70;
}
.tm-bg-secondary-3 {
  background-color: #7c99cc;
}
.tm-mt {
  margin-top: 30px;
}

.tm-mt-big {
  margin-top: 50px;
}

.tm-mb {
  margin-bottom: 45px;
}

.tm-mb-small {
  margin-bottom: 20px;
}

.tm-text-right {
  text-align: right;
}

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

.tm-form-group {
  margin-bottom: 25px;
}

input,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #958ec0;
  padding: 18px 20px;
  font-size: 1em;
}

.tm-contact-form {
  width: calc(100% - 40px);
}

.tm-form-section {
  margin-top: 10px;
  padding-bottom: 30px;
}

.tm-form-section-tag {
  position: relative;
}

.tm-form-section-tag h2 {
  font-size: 1.6rem;
}

.tm-form-section-tag-inner {
  position: relative;
  left: 40px;
  right: -40px;
  bottom: -40px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 55px 47px;
}

.tm-pb-0 {
  padding-bottom: 0 !important;
}

.tm-img-qr {
  width: 150px;
  height: 150px;
  margin: 30px 20px 30px 0;
}

.tm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 50px;
}

.tm-footer,
.tm-footer a {
  color: #cbcbcb;
}

.tm-footer a:hover {
  color: #996666;
}

.tm-footer p {
  font-size: 16px;
}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-animate-zoom {animation:animatezoom 0.6s}
.modal-content {
 position: absolute;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 640px;
   bottom: 800px;
 
}

@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
@media (max-width: 1232px) {
  body {
    padding: 60px;
  }
  .tm-block-brand-inner {
  position: relative;
  right: 50px;
  padding: 20px 30px;
 }
 .tm-block-right-5 {
  padding: 40px 0 0px 12px;
 }
 }

@media (max-width: 1199px) {
  .masonry {
    /* Masonry container */
    -webkit-column-count: 1;
    column-count: 1;
  }
.menu {font-size: 20px;
}
.flag img { width: 50%;
}
  .tm-container {
    max-width: 600px;
  }
  .tm-block-left {
  right: 0;
  bottom: 20px;
}
   .tm-block-left-4 {
  top: 40px;
  right: 0;
  bottom: 40px;
}
.tm-block-left-1 {
  padding: 0px 0px 0px 12px;
 }
 .tm-block-left-3 {
  top: 10px;
  right: 0;
  bottom: 20px;
}
.tm-block-right-1 {
  padding: 20px 0 20px 12px;
 }
.tm-block-right-5 {
  padding: 40px 0 0px 12px;
 }

 .tm-btn-small {
    padding: 10px 25px;
   }
}

@media (max-width: 540px) {
 
  .tm-brand-name {
  margin: 0 20px 0;
	font-size: 2rem;
  }
   .tm-contact-form {
    width: calc(100% - 20px);
  }
  .tm-block-brand-inner {
  position: relative;
  right: 50px;
  padding:20px 48px;
     }
 .tm-block-pad {
    padding: 25px;
  }
}

@media (max-width: 520px) {
  body {
    padding: 50px;
  }
  .tm-hero-text {
    padding: 20px 30px 20px;
	font-size: 18px;
	  }
.tm-brand-name {
  margin: 0 20px 0;
	font-size: 2rem;
  }
   .tm-contact-form {
    width: calc(100% - 20px);
  }
  .tm-block-brand-inner {
  position: relative;
  right: 50px;
  padding:20px 48px;
     }
 .tm-block-pad {
    padding: 25px;
  }
}

@media (max-width: 417px) {
  .tm-block-left,
  .tm-block-left-2 {
    right: 0;
  }
  .tm-brand-name {
  margin: 0 20px 0;
	font-size: 1.8rem;
  }

  .tm-block-wider {
    width: 100%;
  }

  .tm-footer {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  body {
    padding: 40px 20px 10px;
  }

  .tm-form-section-tag-inner {
    left: 25px;
    right: -25px;
    bottom: -25px;
  }
  .tm-block-left-4 {
  top: 20px;
  right: 0;
  bottom: 20px;
}
 }
