body {
  margin: 0;
}

img {
  border-style: none;
}

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

a:hover {
  text-decoration: underline;
}

a:active {
  background-color: transparent;
}

input,
textarea,
select {
  vertical-align: middle;
  color: #000;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

#wrapper {
  margin: 50px auto 0;
  width: 900px;
}

.header {
  margin: 0 55px;
  overflow: hidden;
  text-align: center;
  padding: 21px 0 16px;
  border-bottom: 1px solid #eae2e2;
}


.content {
  overflow: hidden;
  padding: 23px 55px 6px;
}

.content .detail {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0 0 33px;
}

.content .detail h2 {
  font-size: 42px;
  line-height: 51px;
  margin: 0 0 18px;
}

.detail p {
  margin: 0;
}

.description {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  display: block;
  padding: 0 40px;
}

.img-hodler {
  display: inline-block;
  margin: 0 0 0 10px;
}

.img-hodler img {
  vertical-align: top;
}

.popup3 {
  background: #43a0d0;
  width: 800px;
  margin: 0 auto 30px !important;
  padding: 30px 10px 25px !important;
}

.popup3 .image-block {
  position: relative;
  margin: 0 0 7px;
}

.popup3 .image-block:after {
  display: block;
  clear: both;
  content: '';
}

.popup3 .image-block .arrow {
  background: url('img/arrow.png') no-repeat 0 0;
  width: 65px;
  height: 48px;
  position: absolute;
  bottom: -40px;
  right: 380px;
  text-indent: -9999px;
}

.image-block .image-holder {
  max-width: 350px;
  max-height: 350px;
  text-align: center;
  margin: 0 auto;
}

.image-block .image-holder a {
  height: 100%;
  vertical-align: middle;
}

.image-block .image-holder img {
  vertical-align: top;
  max-width: 250px;
  max-height: 250px;
  height: auto;
}

.image-block .detail {
  overflow: hidden;
  font: 22px/27px 'Roboto', sans-serif;
  color: #fff;
  margin: 5px 0 0;
}

.image-block .detail h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 8px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 56px;
}

.image-block .detail p {
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  font-weight: 300;
}

.popup3 .email-form {
  margin: 0 0 12px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.popup3 .email-form input.email {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #111;
  border: none;
  border-radius: 2px;
  padding: 16px 20px 15px;
  width: 100%;
  outline: none;
  background-color: white;
  background-position: right 20px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup3 .email-form input.email.valid {
  background: no-repeat white;
  background-position: right 20px center;
}

.popup3 .email-placeholder {
  font-weight: 400;
  text-shadow: none;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

.popup3 .email-form input[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #fff;
  background: #ff5722;
  border: none;
  border-radius: 2px;
  margin-top: 8px;
  width: 100%;
  ;
  min-height: 50px;
  padding: 15px 0;
  font-weight: bold;
  cursor: pointer;
  font-weight: normal;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup3 .text {
  color: #eee;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  display: block;
  text-align: center;
  margin-top: 8px;
  font-weight: 300;
}

.popup3 input.name {
  display: none;
}

.icon-secure {
  width: 12px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}

@media (max-width: 690px) {
  .popup3 {
    margin: 0 auto !important;
    width: 500px !important;
    padding: 10px 20px 15px !important
  }
  .popup3 .image-holder {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .popup3 h2,
  .popup3 h3 {
    text-align: center;
  }
  .image-block .detail p {
    text-align: center;
  }
  .popup3 .email-form input.email {
    width: 100%;
    margin-bottom: 10px;
  }
  .popup3 .email-form input[type="submit"] {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
    min-height: 50px;
  }
}

@media (max-height: 620px) {
  .image-holder {
    display: none;
  }
}

@media (max-width: 650px) {
  .popup3 {
    width: 450px !important;
  }
}

@media (max-width: 520px) {
  .popup3 {
    width: 350px !important;
  }
  .popup3 .image-holder {
    display: none;
  }
}

@media (max-width: 400px) {
  .popup3 {
    width: 320px !important;
  }
  .popup3 .image-holder {
    display: none;
  }
}

@media (max-width: 350px) {
  .image-block .detail h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .popup3 {
    width: 250px !important;
  }
  .popup3 .image-holder {
    display: none;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21,113,165,1);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 700px;
  height: 400px;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
