/* UnSlider styles */

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0
}

.unslider-wrap {
  position: relative
}

.unslider-wrap.unslider-carousel>li {
  float: left
}

.unslider-vertical>ul {
  height: 100%
}

.unslider-vertical li {
  float: none;
  width: 100%
}

.unslider-fade {
  position: relative
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10
}

.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}

.unslider-arrow {
  position: absolute;
  left: 20%;
  top: 243px;
  z-index: 2;
  cursor: pointer
}

.unslider-arrow.next {
  left: auto;
  right: 20%;
  top: 243px;
}


/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */


/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */

.unslider-nav ol {
  list-style: none;
  text-align: center;
  position: relative;
  top: -50px;
}

.unslider-nav ol li {
  display: inline-block;
  content: url('../img/dot.png');
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 0px solid #fff;
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
  content: url('../img/dot_a.png');
}


/* UnSlider styles END */

* {
  font-family: 'proxima_nova' !important;
  font-weight: 300;
}

body {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  padding-bottom: 60px;
  /* Height of the footer */
}

#wrapper {
  min-height: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.inline {
  display: inline;
  font-family: 'proxima_nova' !important;
}

.container-fluid,
.row-fluid {
  padding: 0;
}

strong {
  font-weight: 500;
}

strong span[itemprop="telephone"]{
	font-weight: 700 !important;
}

light {
  font-weight: 200;
}

.left_0 {
  padding-left: 0
}

#header {
  height: 65px;
}

#header #skype {
  line-height: 65px;
  /*text-align: right;*/
}

#header #skype:hover img {
  transform: rotate3d(1, 0, 0, 720deg) scale(1.3);
  transition: transform .6s ease-in-out;
}

#header #skype:hover a {
  transform: scale(1.3);
  transition: transform .6s ease-in-out;
}

#header #skype a {
  color: #575759;
  transition: transform .2s ease-in-out;
}

#header #skype img {
  position: relative;
  top: -5px;
  margin-right: 5px;
  transition: transform .2s ease-in-out;
}

#header #logo {
  height: 65px;
}


/*
##########################
####### section_1 ########
##########################
*/

#section_1 {
  min-height: 600px;
  background-image: url('../img/back_section1_march2.jpg');
  background-repeat: no-repeat;
  /*
  background-position: 25% 50%;
  */
  background-position: 50% 50%;
  background-size: cover;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
	display: block;
}
.h3.inline {display: inline !important;}
#section_1 h1,#section_1 .h1 {
  color: white;
  font-size: 4em;
  text-transform: uppercase;
  text-shadow: 0 1px 5px #4A6583;
}

#section_1 h3 {
  color: white;
  font-size: 2em;
  font-weight: 300;
  text-shadow: 0 1px 3px #131624;
}

iframe {
  width: 100% !important;
  height: 330px !important;
  position: relative;
  margin: 40px 0 20px 0;
  /*border: solid 3px grey;*/
  box-shadow: 0 10px 30px #717271;
  transition: all .2s ease-in-out;
}

iframe:hover {
  box-shadow: 0 10px 40px #717271;
}

#section_1 a {
  position: relative;
  background-color: rgba(44, 154, 218, 0.44);
  ;
  color: white;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  padding: 10px 50px;
  top: 30px;
  border: solid 2px white;
  transition: background-color .2s, color .6s;
}

#section_1 a:hover {
  background-color: white;
  color: #006b85;
}


/*
##########################
####### section_2 ########
##########################
*/

#section_2 {
  margin: 0 0 60px 0;
}

@media only screen and (min-width: 400px) {
  #section_2 {
    margin: 20px 0 60px 0;
  }
}

#section_2 #macbook {
  margin-left: -100px;
}

@media only screen and (min-width: 1900px) {
  #section_2 #macbook {
    margin-left: 0;
    width: 90%;
  }
}

#section_2 .text_block {
  margin-top: 20px;
  float: none;
}

#section_2 .text_block .list_wrap {
  padding: 28px 10px;
}

#section_2 .text_block h3, #section_2 .text_block .h3 {
  font-weight: 400;
  line-height: 1;
}

#section_2 .text_block p.list {
  font-size: 1.05em;
  line-height: 1.2;
  font-weight: 300;
}

#section_2 .text_block .list_img {
  padding: 0;
  margin: 0;
}

#section_2 #under_list {
  margin-top: 30px;
  font-size: 1.05em;
  line-height: 1.2;
  font-weight: 300;
}

#section_2 a {
  margin-right: 20px;
}

#section_2 a#start {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #0098ca;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 10px 20px;
  top: 30px;
  border: solid 2px #0098ca;
  transition: background-color .4s, color .8s;
}

#section_2 a#start:hover {
  background-color: #0098ca;
  color: white;
  transition: background-color .2s, color .6s;
}

#section_2 a#ask {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #6d5fa9;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 10px 20px;
  top: 30px;
  border: solid 2px #6d5fa9;
  transition: background-color .4s, color .8s;
}

#section_2 a#ask:hover {
  background-color: #6d5fa9;
  color: white;
  transition: background-color .2s, color .6s
}


/*
##########################
####### section__3 #######
##########################
*/

#section__3 {
  margin: 0;
  padding: 0;
}

#section__3 h3,#section__3 .h3 {
  color: black;
  font-size: 2.4em;
  font-weight: 400;
  text-align: center;
}

#section__3 .sex_on_the_beach {
  color: black;
  font-weight: 400;
  margin: 0;
  padding: 50px 0 30px 0;
}

#section__3 .sex_on_the_beach:nth-child(odd) {
  background-color: #E5E5E5;
}

#section__3 h5,#section__3 .h5 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
}

#section__3 .buttons {
  text-align: center;
  display: block;
  padding: 27px 0 0 0;
}

#section__3 a#presentation {
  width: 250px;
  text-align: center;
  margin: 15px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #6d5fa9;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  padding: 10px 30px;
  top: 30px;
  border: solid 2px #6d5fa9;
  transition: background-color .4s, color .8s;
  margin-bottom: 80px;
}

#section__3 a#presentation:hover {
  background-color: #6d5fa9;
  color: white;
  transition: background-color .14s, color .18s;
}

#section__3 a#try {
  width: 250px;
  text-align: center;
  margin: 15px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #0098ca;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  padding: 10px 30px;
  top: 30px;
  border: solid 2px #0098ca;
  transition: background-color .4s, color .8s;
  margin-bottom: 80px;
}

#section__3 a#try:hover {
  background-color: #0098ca;
  color: white;
  transition: background-color .14s, color .18s;
}

@media only screen and (min-width: 1900px) {
  #section__3 a#presentation {
    width: 350px;
  }
  #section__3 a#try {
    width: 350px;
  }
}


/*#carousel_container {
  text-align: center;
}*/

#they_trust {
  position: relative;
  top: 60px;
  width: 100%;
  font-weight: 400;
}

#carousel_container {
  text-align: center;
  min-height: 400px;
  position: relative;
  width: 100%;
  left: 0;
  margin: 0;
  color: white;
  background-color: #0098ca;
}

.slide {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-bottom: 50px;
  left: 0%;
}

#carousel_container img.quote {
  position: relative;
  top: 100px;
}

#carousel_container p.respond {
  position: relative;
  top: 150px;
  width: 50%;
  left: 25%;
  margin-right: 25%;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.3;
}

#carousel_container p.respondent {
  position: relative;
  top: 170px;
  width: 50%;
  left: 25%;
  margin-right: 25%;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.3;
}

#carousel_container [data-nav] {
  position: relative;
  top: 170px;
  width: 50%;
  left: 25%;
  margin-right: 25%;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.3;
  background-color: transparent;
}

.unslider-nav ol li.unslider-active {
  background: transparent !important;
}


/*
##########################
####### section_4 ########
##########################
*/

#section_4 {
  /*  height: 700px;*/
}

#section_4 .price_block {
  margin: 10px 0;
  padding: 20px 0;
  background-color: white;
  border: solid 5px white;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  transition: all .17s ease-in-out;
}

#section_4 .price_block:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.32);
  transition: all .17s ease-in-out;
}


/*#section_4 .price_block.recommended {
  background-color: #0098CA;
  color: white;
}*/

#section_4 h4,#section_4 .h4 {
  font-weight: 300;
  font-size: 1.5em;
  display: block;
}

#section_4 .recommended a {
  max-width: 200px;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #0098CA;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  padding: 10px 30px;
  top: 30px;
  border: solid 2px #0098CA;
  transition: background-color .4s, color .8s;
}

#section_4 .recommended a:hover {
  background-color: #0098CA;
  color: white;
  transition: background-color .14s, color .18s;
}

#section_4 a {
  max-width: 200px;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #0098CA;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  padding: 10px 30px;
  top: 30px;
  border: solid 2px #0098CA;
  transition: background-color .4s, color .8s;
}

#section_4 a:hover {
  background-color: #0098CA;
  color: white;
  transition: background-color .14s, color .18s;
}

#section_4 p {
  font-size: 1.1em;
  font-weight: 400;
}

#section_4 p.users {
  font-size: 1.2em;
  font-weight: 300;
}

#section_4 p.users_2 {
  font-size: .9em;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.36);
  margin-top: -10px;
  padding: 0;
}

#section_4 p span {
  color: #0098CA;
  font-weight: 400;
}

#section_4 .options {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 14px;
  padding: 10px;
}

#section_4 .options hr {
  border-color: rgba(0, 0, 0, 0.2);
  width: 80px;
  margin: 10px auto;
}

#section_4 .options p {
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

#discount {
  max-width: 610px;
  height: auto;
  background-color: #0098CA;
  position: relative;
  border-radius: 20px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  padding-top: 1px;
}

#discount div#discount_pics {
  position: relative;
  width: 86%;
  display: table;
  margin-left: 7%;
}

.col-xs-4.pic {
  max-height: 125px;
}

#discount #discount_h {
  position: relative;
  text-align: center;
  width: 100%;
  color: white;
}

#discount h1,#discount .h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2em;
}

#discount .star {
  transform: rotate3d(0, 0, 1, 0deg);
  transition: all .1s ease-in-out;
  width: 73%;
}

#discount .pic:hover .star {
  transform: rotate3d(0, 0, 1, 15deg) scale3d(1.05, 1.05, 1.05);
  transition: all .4s ease-in-out;
}

#discount .amount {
  transform: scale3d(1, 1, 1);
  transition: all .1s ease-in-out;
}

#discount .pic:hover .amount {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: all .6s ease-in-out;
}

#discount .amount {
  position: relative;
  top: -78px;
  width: 43%;
}

#footer {
  min-height: 300px;
  width: 100%;
  background-image: url('../img/footer.jpg');
  background-size: cover;
  /*position: relative;*/
  display: block;
  bottom: 0px;
}

#footer input {
  display: inline-block;
  box-sizing: border-box;
  width: 32.8%;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 2px 10px;
}

#footer textarea {
  display: block;
  width: 313px;
  margin: 0 10px 0px 0;
  height: 75px;
  padding: 10px;
}

#footer form a {
  width: 200px;
  text-align: center;
  margin-top: -10px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  padding: 10px 30px;
  top: 30px;
  border: solid 2px white;
  transition: background-color .4s, color .8s;
}

#footer form a:hover {
  background-color: white;
  color: #006b85;
  transition: background-color .14s, color .18s;
}

#footer a {
  color: white;
}

#footer #skype:hover::before {
  transform: rotate3d(0, 1, 0, 720deg) scale(1.3);
  transition: transform .6s ease-in-out;
}

#footer #facebook:hover::before {
  transform: rotate3d(0, 1, 0, 720deg) scale(1.3);
  transition: transform .6s ease-in-out;
}

#footer #skype {
  display: block;
  margin: 0 0 0 30px;
  color: white;
  margin-top: 20px;
}

#footer #skype::before {
  content: url('../img/skype.png');
  position: absolute;
  left: 15px;
  transition: transform .2s ease-in-out;
}

#footer #facebook {
  display: block;
  margin: 0 0 0 30px;
  color: white;
  margin-top: 20px;
}

#footer #facebook::before {
  content: url('../img/facebook.png');
  position: absolute;
  left: 15px;
  transition: transform .2s ease-in-out;
}

#footer h2,#footer .h2 {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 1.8em;
  font-weight: 700;
}

#footer p {
  color: white;
  font-weight: 400;
  font-size: 1.2em;
  font-weight: 200;
}

#footer #ph_nums {
  display: block;
  margin: 0 0 0 30px;
  color: white;
  line-height: .8;
  margin-top: 20px;
}

#footer #ph_nums:before {
  content: url('../img/phone.png');
  position: absolute;
  left: 15px;
}

.mx1900-50p a {
  display: inline-block;
}

.mx820-show {
  display: none;
}

@media only screen and (max-width: 1220px) {
  #section_1 h1,#section_1 .h1 {
    font-size: 3.2em;
  }
  #section_1 h3 {
    font-size: 1.6em;
  }
  .mx1220-100p {
    width: 100%;
    position: relative;
    left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 1040px) {
  .mx1220-100p {
    width: 100%;
    position: relative;
    left: 0;
    text-align: center;
  }
  .mx1220-100p a {
    width: 50%;
    position: relative;
    left: 0;
    text-align: center;
  }
  #skype img {
    width: 30px;
  }
  #section_1 h1,#section_1 .h1 {
    margin-top: 80px;
    font-size: 2.1em;
  }
  .mx820-hide {
    display: none;
  }
  .mx820-show {
    display: block;
  }
  #section_1 h3 {
    font-size: 1.8em;
  }
  #section_1 {
    text-align: center;
  }
  #section_1 a {
    top: 50px;
    font-size: 1.6em;
  }
  /**/
  #section_2 {
    background: white;
  }
  #section_2 .text_block {
    margin-top: 20px;
    padding: 50px;
  }
  #section_2 a {
    width: 80%;
    font-size: 1.1em !important;
    margin: 20px 0;
  }
  .mx1220-100p {
    width: 100%;
    position: relative;
    left: 0;
    text-align: center;
  }
  .unslider-nav ol {
    position: relative;
    top: 0px;
    margin: 40px;
  }
  .slide {
    position: relative;
    width: 100%;
    left: 0%;
  }
  #discount {
    width: 60%;
    height: auto;
    background-color: #0098CA;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  #discount .star {
    width: 90%;
    margin-left: -5%;
    margin-bottom: 20px;
  }
  #discount .amount {
    width: 50%;
    margin-top: -30px;
  }
  #discount h1,#discount .h1 {
    padding: 10px 0;
    font-size: 2.5em;
  }
  #discount p {
    font-size: 1.5em;
  }
  #footer {
    padding: 0 0 200px 0;
  }
  #footer h2,#footer .h2 {
    text-align: center;
    font-size: 2em;
    margin-top: 4em;
  }
  #footer #ph_nums {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer #skype {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer #facebook {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer input,
  #footer textarea {
    width: 100%;
    font-size: 1.4em;
  }
  #footer input {
    width: 100%;
    font-size: 1.4em;
  }
  form#contact {
    margin: 59px 0;
    text-align: center;
  }
  form#contact a {
    width: 80%;
    font-size: 1.1em !important;
    margin: 10px 0;
  }
  #section__3 h5,#section__3 .h5 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }
  .sex_on_the_beach a {
    width: 100% !important;
    font-size: 1.1em !important;
    margin: 20px 20px !important;
  }
  .remodal-confirm,
  .remodal-cancel {
    min-width: 130px;
  }
  #section_4 .price_block {
    margin: 10px 0 20px 0;
  }
  #carousel_container p.respond {
    position: relative;
    top: 150px;
    width: 70%;
    left: 14%;
    margin-right: 25%;
    font-style: italic;
    font-size: 2em;
    line-height: 1.3;
  }
  .unslider-arrow.prev {
    left: auto;
    left: 7%;
    top: 287px;
  }
  .unslider-arrow.next {
    left: auto;
    right: 7%;
    top: 287px;
  }
  #section_2 #macbook {
    position: relative;
    margin-left: -100px;
    width: 130% !important;
    top: 150px;
  }
}

@media only screen and (max-width: 768px) {
  #skype img {
    width: 30px;
  }
  #section_1 h1, #section_1 .h1 {
    margin-top: 80px;
    font-size: 1.7em;
  }
  .mx820-hide {
    display: none;
  }
  .mx820-show {
    display: block;
  }
  #section_1 h3 {
    font-size: 1.8em;
  }
  #section_1 {
    text-align: center;
  }
  #section_1 a {
    top: 50px;
    font-size: 1.2em;
  }
  /**/
  #section_2 {
    background: white;
  }
  #section_2 .text_block {
    margin-top: 20px;
    padding: 10px;
  }
  #section_2 .text_block h3,#section_2 .text_block .h3 {
    text-align: center;
  }
  #section_2 #under_list {
    text-align: center;
  }
  #section_2 a {
    width: 80%;
    font-size: 1.1em !important;
    margin: 20px 0;
  }
  .mx1220-100p {
    width: 100%;
    position: relative;
    left: 0;
    text-align: center;
  }
  .unslider-nav ol {
    position: relative;
    top: 0px;
    margin: 40px;
  }
  .slide {
    position: relative;
    width: 100%;
    margin-bottom: 230px;
    left: 0%;
  }
  #section__3 h3,#section__3 .h3 {
    font-size: 3em;
  }
  #carousel_container p.respond {
    top: 180px;
    width: 80%;
    left: 10%;
  }
  #carousel_container p.respondent {
    top: 225px;
    width: 70%;
    left: 15%;
  }
  .unslider-arrow.next {
    left: auto;
    right: 2% !important;
    top: 333px !important;
  }
  .unslider-arrow.prev {
    right: auto;
    left: 2% !important;
    top: 333px !important;
  }
  #carousel_container img.quote {
    width: 10%
  }
  #discount {
    width: 60%;
    height: auto;
    background-color: #0098CA;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 30px;
  }
  #discount .amount {
    position: absolute;
    top: 25%;
    left: 25%;
  }
  /*  .pic {
    margin: 30px 0;
  }*/
  #discount .star {
    width: 100%;
    margin-bottom: 20px;
  }
  #discount .amount {
    width: 45%;
    margin-top: 0px;
  }
  #discount h1,#discount .h1 {
    padding: 10px 0;
    font-size: 2em;
  }
  #discount p {
    font-size: 1em;
  }
  #footer {
    padding: 0 0 80px 0;
  }
  #footer h2,#footer .h2 {
    text-align: left;
    font-size: 1.7em;
    margin-top: 2em;
  }
  #footer #ph_nums {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer #skype {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer #facebook {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer input,
  #footer textarea {
    width: 100%;
    font-size: 1.4em;
  }
  #footer input {
    width: 100%;
    font-size: 1.4em;
  }
  form#contact {
    margin: 59px 0;
    text-align: center;
  }
  form#contact a {
    width: 80%;
    font-size: 1.1em !important;
    margin: 10px 0;
  }
  .sex_on_the_beach a {
    width: 100% !important;
    font-size: 1.1em !important;
    margin: 20px 0 !important;
  }
  .sex_on_the_beach {
    text-align: center;
  }
  #section_4 .price_block {
    border: solid 1px #C4C4C4;
  }
  .remodal-confirm,
  .remodal-cancel {
    min-width: 130px !important;
  }
  #section_2 #macbook {
    position: relative;
    margin-left: -110%;
    width: 220% !important;
    top: 100px;
  }
  #macbook {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  #skype img {
    width: 30px;
  }
  #section_1 h1, #section_1 .h1 {
    margin-top: 80px;
    font-size: 1.7em;
  }
  .mx820-hide {
    display: none;
  }
  .mx820-show {
    display: block;
  }
  #section_1 h3 {
    font-size: 1.8em;
  }
  #section_1 {
    text-align: center;
  }
  #section_1 a {
    top: 50px;
    font-size: 1.2em;
  }
  /**/
  #section_2 {
    background: white;
  }
  #section_2 .text_block {
    margin-top: 20px;
    padding: 10px;
  }
  #section_2 .text_block h3,#section_2 .text_block .h3 {
    text-align: center;
  }
  #section_2 #under_list {
    text-align: center;
  }
  #section_2 a {
    width: 80%;
    font-size: 1.1em !important;
    margin: 20px 0;
  }
  .mx1220-100p {
    width: 100%;
    position: relative;
    left: 0;
    text-align: center;
  }
  .unslider-nav ol {
    position: relative;
    top: 0px;
    margin: 40px;
  }
  .slide {
    position: relative;
    width: 100%;
    margin-bottom: 230px;
    left: 0%;
  }
  #section__3 h3,#section__3 .h3 {
    font-size: 3em;
  }
  #carousel_container p.respond {
    top: 180px;
    width: 80%;
    left: 10%;
  }
  #carousel_container p.respondent {
    top: 225px;
    width: 70%;
    left: 15%;
  }
  .unslider-arrow.next {
    left: auto;
    right: 2% !important;
    top: 333px !important;
  }
  .unslider-arrow.prev {
    right: auto;
    left: 2% !important;
    top: 333px !important;
  }
  #carousel_container img.quote {
    width: 10%
  }
  #discount {
    width: 95%;
    height: auto;
    background-color: #0098CA;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 30px;
  }
  #discount .amount {
    position: absolute;
    top: 25%;
  }
  /*  .pic {
    margin: 30px 0;
  }*/
  #discount .star {
    width: 120%;
    margin-bottom: 20px;
  }
  #discount .amount {
    width: 55%;
  }
  #discount h1,#discount .h1 {
    padding: 10px 0;
    font-size: 2em;
  }
  #discount p {
    font-size: 1.2em;
  }
  #footer {
    padding: 0 0 60px 0;
  }
  #footer h2,#footer .h2 {
    text-align: center;
    font-size: 2em;
    margin-top: 2em;
  }
  #footer #ph_nums {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer #skype {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer #facebook {
    font-size: 1.3em !important;
    line-height: 1.3;
  }
  #footer input,
  #footer textarea {
    width: 100%;
    font-size: 1.4em;
  }
  #footer form {
    margin: 0;
    padding: 0;
  }
  #footer form a {
    width: 100%;
  }
  #footer input {
    width: 100%;
    font-size: 1.4em;
  }
  form#contact {
    margin: 59px 0;
    text-align: center;
  }
  form#contact a {
    width: 80%;
    font-size: 1.1em !important;
    margin: 10px 0;
  }
  .sex_on_the_beach a {
    width: 100% !important;
    font-size: 1.1em !important;
    margin: 20px 0 !important;
  }
  .sex_on_the_beach {
    text-align: center;
  }
  #section_4 .price_block {
    border: solid 1px #C4C4C4;
  }
  .remodal-confirm,
  .remodal-cancel {
    min-width: 130px !important;
  }
  #macbook {
    display: none;
  }
}


/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */


/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */


/* Hide scroll bar */

html.remodal-is-locked {
  overflow: scroll;
  -ms-touch-action: none;
  touch-action: none;
}


/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}


/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}


/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}


/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */


/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */


/* Default theme styles for the background */


/*.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}*/


/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(254, 254, 254, 0.7);
  overflow: hidden;
  position: fixed;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}


/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}


/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #F5F5F5;
  box-shadow: 0 0 100px 40px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}


/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: top;
}


/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}


/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 150px;
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 1.4em;
}

.remodal-confirm {
  color: #333;
  background: #fff;
  border: solid 3px #2182FF;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  color: #fff;
  background: #2182FF;
}

.remodal-cancel {
  color: #333;
  background: #fff;
  border: solid 3px #ef5350;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  color: #fff;
  background: #ef5350;
}


/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 450px;
  }
}


/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}


/* My styles for modal */

.remodal input {
  width: 80%;
  line-height: 2.3;
  margin: 5px 6px;
  padding: 0px 13px;
  border: solid 1px #DADADA;
  font-size: 1.3em !important;
  transition: all .5s;
}

.remodal textarea {
  width: 80%;
  margin: 5px 10px;
  padding: 3px 17px;
  border: solid 1px #DADADA;
  font-size: 1.3em !important;
  transition: all .5s;
  min-height: 150px;
}

textarea {
  resize: none;
}

.remodal input:focus,
.remodal textarea:focus {
  outline: none;
}

.require {
  border: solid 1px #FF7171 !important;
}

.require_good {
  border: solid 1px #5CDF00 !important;
}


/* Checkbox design*/


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-weight: 300;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}


/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: -27px;
  font-size: 25px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-animation: check .3s;
}

@-webkit-keyframes check {
  0% {
    transform: scale(0) rotate(180deg);
  }
  15% {
    transform: scale(1.5) rotate(90deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}


/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}


/* accessibility */

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}


/* hover style just for information */

label:hover:before {
  border: 1px solid #4778d9!important;
}

#rec_img {
  position: absolute !important;
  top: 60px !important;
  left: 70% !important;
  width: 35%;
  z-index: 2;
}


/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.twitter-typeahead {
  width: 100%;
}

.input-group .twitter-typeahead {
  display: table-cell !important;
  float: left;
}

.twitter-typeahead .tt-hint {
  color: #999999;
}

.twitter-typeahead .tt-input {
  z-index: 2;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 15px 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.2em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.tt-suggestion {
  padding: 10px;
  font-size: 1.2em;
  cursor: pointer;
}

.tt-suggestion:hover {
  background-color: #E3FFC0;
}

.tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 13px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  padding: 30px !important;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
  padding: 30px !important;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a {
  color: #262626;
  padding: 30px !important;
}

.tt-dropdown-menu .tt-suggestion p {
  margin: 10px;
  padding: 30px !important;
}

img#lenta {
  width: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

