
#u7236 {
  background-color: #3DB9BF;
}

#u7225-5,#u7222-5,#u7224-5,#u7223-5 {
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  font-family: source-sans-pro, sans-serif;
  font-weight: 900;
  font-style: italic;
}
#u7225-5 a,#u7222-5 a,#u7224-5 a,#u7223-5 a {
  color: #FFFFFF;
}

#u7225,#u7222,#u7224,#u7223 {
  text-decoration: none;
  color: #FFFFFF;
}

#u7220,#u7221,#u7226 {
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
}

#u7233,#u7231,#u7227 {
  background-color: transparent;
  margin-right: 15px;
}
#u7227 {
  margin-right: 0;
}

#u7235-4 {
  color: #FFFFFF;
  text-align: center;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
}

.fixed_bar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.fixed_contact {
    position: fixed;
    top: 30px;
    z-index: 100;
}
.head_logo {
    width: 100%;
    /*max-width: 250px;*/
    max-width: 200px;
    height: auto;
    cursor: pointer;
}
.logo_img {
    width: 250px;
    height: 56px;
    
}

.linkToHomePage {
    cursor: pointer;
}

.subscriptionButton {
  -webkit-transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-duration: 0s;
  transition-delay: 0s;
  width: 275px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #FABF12;
  background-color: #FABF12;
  border-radius: 10px;
  font-size: 18px;
  color: #1E1E1E;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
  padding: 15px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 900;
  font-style: italic;
}
.subscriptionButton:hover {
  -webkit-transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: ease;
  color: #FFFFFF;
  border-color: #3DB9BF;
  background-color: #3DB9BF;
  cursor: pointer;
}
#subscriptionForm,
#subscriptionForm2,
#subscriptionForm3 {
    max-width: 615px;
}
.green_arrow_div {
    width: 100%;
    max-width: 300px;
}
.__fliped {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.green_arrow {
    margin-left: auto;
	width: 176px;
	height: 90px;
}
.__cancel {
    background-color: transparent;
    color: #fff;
    border-width: 3px;
}
.__cancel:hover {
    background-color: transparent;
}
.fixed_logo,
.main-navbar-fixed {
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    height: 70px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    z-index: 999;
}
.arrow_top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
	margin-right: 30px;
    margin-bottom: 15px;
    padding: 5px;
	width: 42px;
	height: 24px;
    background-color: rgba(255,255,255,.8);
    border-radius: 4px;
    cursor: pointer;
    z-index: 100;
    transition: all .4s ease;
}
.arrow_top:hover {
    background-color: rgba(255,255,255,1);
    transition: all 0.25s ease;
}
.__btnStyle {
    width: 220px;
    padding: 10px 5px;
    font-size: 20px;
}

.overlay_map {
   background:transparent; 
   position:absolute; 
   width:100%;
   height:100%;
}

@media (min-width: 768px) {
    .head_logo {
        /*max-width: 300px;*/
        max-width: 225px;
    }
    .logo_img {
        width: 300px;
        height: 68px;
    }
    .__btnStyle {
        width: 275px;
        padding: 15px;
        font-size: 18px;
    }
    .green_arrow {
        margin-left: 155px;
	    width: 235px;
	    height: 120px;
    }
}

#sendSubscriptionMessageFailed,
#sendSubscriptionMessageFailed2,
#sendSubscriptionMessageFailed3 {
        max-width: 615px;
        margin: auto;
        width: 100%;
    }
