@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../../sass/screen.scss */
body {
  background: #f4f4f4;
  color: #666;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

#videoOverlay, #safariOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
}
#videoOverlay:after, #safariOverlay:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border: solid 1px #777;
  background: url(../images/cross31.png) no-repeat center center;
  opacity: .5;
  background-size: 21px;
  cursor: pointer;
}
#videoOverlay iframe {
  margin: 3% auto 50px auto;
  display: block;
  box-shadow: 0 0 60px rgba(0,0,0, 0.4);
}
#videoOverlay h3 {
  color: rgba(0,0,0, 0.8);
  font-size: 55px;
  text-align: center;margin-top: 5%;
}
#safariOverlay div.safariContent {
  width: 350px;
  background: url(../images/safari_logo_popup_x2.png) no-repeat center 30px #fff;
  background-size: 85px;
  margin: 10% auto 0 auto;
  height: 180px;
  box-shadow: 0 0 40px rgba(0,0,0,.3);
  padding: 30px;
  padding-top: 120px;
  line-height: 20px;
  text-align: center;
}
#safariOverlay h3 {
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}
#safariOverlay .notify {
  margin-top: 20px;
}
#safariOverlay .notify input {
  padding: 10px;
  width: 80%;
  display: block;
  float: left;
}
#safariOverlay .notify a {
  display: block;
  float: right;
  width: 40px;
  height: 37px;
  background: url(../images/notify_icon_x2.png) no-repeat center center #3694F5;
  background-size: 14px;
}


/* line 15, ../../sass/screen.scss */
a, a:visited, a:active {
  color: #666;
  text-decoration: none;
}

/* line 20, ../../sass/screen.scss */
header {
  background: #fff;
  height: 60px;
  padding: 0 20px;
}
/* line 25, ../../sass/screen.scss */
header #headerContent {
  max-width: 1180px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
/* line 31, ../../sass/screen.scss */
header #logo {
  background: url(../images/logo_x2.png) no-repeat left center;
  display: block;
  height: 60px;
  background-size: 80px;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 41, ../../sass/screen.scss */
header #mainMenu {
  float: right;
  right: 0;
  top: 0;
  height: 60px;
}
/* line 47, ../../sass/screen.scss */
header #mainMenu li {
  display: inline-block;
  margin-left: 20px;
  line-height: 60px;
}

/* line 57, ../../sass/screen.scss */
.form-error {
  display: block;
  padding: 5px 0;
  display: none;
}

/* line 62, ../../sass/screen.scss */
footer {
  text-align: center;
  color: #999;
  font-size: 11px;
  clear: both;
  padding: 50px 0;
  margin-bottom: 100px;
  border-top: solid 1px;
}

/* line 71, ../../sass/screen.scss */
.downloadButton, #popupcta a {
  background: #ff2178;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 1px #999;
  -webkit-box-shadow: 0 0 1px #999;
  box-shadow: 0 0 1px #999;
  color: #fff !important;
  text-align: center;
  width: 23%;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 1em auto;
  font-size: 20px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  white-space: nowrap;
  min-width: 160px;
}
.secondaryButton {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 1px #999;
  -webkit-box-shadow: 0 0 1px #999;
  box-shadow: 0 0 2px #999;
  color: #555 !important;
  text-align: center;
  width: 10%;
  height: 60px;
  line-height: 60px;
  display: block;
  font-size: 14px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  white-space: nowrap;
  min-width: 130px;

}
.browser.chrome .secondaryButton {
  background: url(../images/safari_logo_x2.png) no-repeat 15px;
  background-size: 18px;
  padding-left: 41px;
  text-align: left;
}
.browser.safari .secondaryButton {
  background: url(../images/chrome_logo_x2.png) no-repeat 15px;
  background-size: 18px;
  padding-left: 41px;
  text-align: left;
}
/* line 84, ../../sass/screen.scss */
.downloadButton:hover, #popupcta a:hover {
  background: #d30053;
}

/* line 88, ../../sass/screen.scss */
#mainContent {
  max-width: 1180px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
}
/* line 93, ../../sass/screen.scss */
#mainContent h1 {
  font-size: 6em;
  line-height: 1.5em;
  margin: .5em 0 -.4em 0;
  font-weight: 300;
}
/* line 99, ../../sass/screen.scss */
#mainContent h2 {
  font-size: 2em;
  line-height: 1.3em;
  margin: 1.5em 0;
  font-weight: 300;
}
/* line 105, ../../sass/screen.scss */
#mainContent .notice {
  font-size: 11px;
  color: #999;
  margin: 10px 0;
}
/* line 111, ../../sass/screen.scss */
#mainContent #feed {
  position: relative;
}
/* line 114, ../../sass/screen.scss */
#mainContent #overlay {
  height: 100vh;
  background: -webkit-linear-gradient(rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 70%);
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 300px;
  left: 0;
  cursor: pointer;
}
/* line 125, ../../sass/screen.scss */
#mainContent #feedItems, #mainContent #staticFeedItems {
  margin-top: 50px;
  z-index: 1;
  position: absolute;
  text-align: center;
}
/* line 135, ../../sass/screen.scss */
#mainContent #feedItems li, #mainContent #staticFeedItems li {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.85);
  height: 300px;
  margin: 9px;
  width: 373px;
  display: inline-block;
  -webkit-border-radius: 2px;
}
/* line 145, ../../sass/screen.scss */
#mainContent #feedItems li a, #mainContent #staticFeedItems li a {
  text-decoration: none;
  float: left;
  display: block;
  width: 100%;
}
/* line 151, ../../sass/screen.scss */
#mainContent #feedItems li a .postPhoto, #mainContent #staticFeedItems li a .postPhoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 253px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px 2px 0 0;
}
/* line 160, ../../sass/screen.scss */
#mainContent #feedItems li a h2, #mainContent #staticFeedItems li a h2 {
  padding: 15px;
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% -20px);
  overflow: hidden;
  padding-bottom: 7px;
  border: 0;
  display: block;
}
/* line 178, ../../sass/screen.scss */
#mainContent #feedItems li a .postDescrip, #mainContent #staticFeedItems li a .postDescrip {
  color: #7c7c7c;
  font-family: 'Open Sans';
  font-weight: 300;
  padding: 15px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  height: 25px;
  display: none;
}

/* line 198, ../../sass/screen.scss */
#popupcta {
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: fixed;
  bottom: -200px;
  left: 0;
  z-index: 3;
  height: 200px;
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
/* line 210, ../../sass/screen.scss */
#popupcta a.downloadButton {
  width: 400px;
  background: rgba(255, 34, 122, 1);
  color: #fff !important;
  margin-top: 70px;
}
/* line 215, ../../sass/screen.scss */
#popupcta ul {
  width: 900px;
  margin: 0 auto;
  height: 220px;
}
/* line 219, ../../sass/screen.scss */
#popupcta ul li {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
  float: left;
  width: 260px;
  margin: 0 20px;
  text-align: left;
  padding-top: 60px;
}
/* line 228, ../../sass/screen.scss */
#popupcta ul li h4 {
  font-size: 17px;
  font-weight: 400;
  color: #ff2178;
  margin: 10px 0;
}
/* line 234, ../../sass/screen.scss */
#popupcta ul li p {
  line-height: 22px;
}
/* line 237, ../../sass/screen.scss */
#popupcta ul li.one {
  background-image: url(../images/1.png);
}
/* line 240, ../../sass/screen.scss */
#popupcta ul li.two {
  background-image: url(../images/3.png);
}
/* line 243, ../../sass/screen.scss */
#popupcta ul li.three {
  background-image: url(../images/2.png);
}
/* line 248, ../../sass/screen.scss */
#popupcta h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 40px 0;
}

@-moz-keyframes tada {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}
@-webkit-keyframes tada {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}
@keyframes tada {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}
@media only screen and (max-device-width: 550px) {
  /* line 295, ../../sass/screen.scss */
  header {
    padding: 0 20px;
  }

  /* line 299, ../../sass/screen.scss */
  #feedItems, #staticFeedItems {
    text-align: center;
  }

  /* line 302, ../../sass/screen.scss */
  #mainContent {
    padding: 2em;
  }

  /* line 305, ../../sass/screen.scss */
  #feedItems li, #staticFeedItems li {
    display: inline-block;
    max-width: 460px !important;
    min-width: 85% !important;
    height: 380px !important;
  }
  /* line 310, ../../sass/screen.scss */
  #feedItems li .postPhoto, #staticFeedItems li .postPhoto {
    max-height: 320px !important;
    height: 320px !important;
  }
}
/* line 320, ../../sass/screen.scss */
#aboutContent .subtitle {
  font-size: 3.0em;
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  color: #666666;
  text-align: center;
  margin-bottom: 50px;
  line-height: 50px;
  font-weight: 200;
  margin-top: 50px;
}

/* line 337, ../../sass/screen.scss */
.quote {
  font-family: georgia, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 150%;
  text-align: center;
}

/* line 348, ../../sass/screen.scss */
#twitter {
  float: right;
}

/* line 352, ../../sass/screen.scss */
#facebook {
  float: right;
}

/* line 356, ../../sass/screen.scss */
.p_margin_bottom {
  margin-bottom: 50px;
  text-align: center;
}

/* line 363, ../../sass/screen.scss */
.profile {
  text-align: left;
  position: relative;
  bottom: -270px;
}

/* line 371, ../../sass/screen.scss */
.follow {
  float: right;
  margin-left: 5px;
  bottom: -254px;
  position: relative;
  opacity: 0.4;
}

/* line 380, ../../sass/screen.scss */
.text_about {
  text-align: left;
  font-size: 1.3em;
  width: 90%;
  font-weight: 300;
  float: left;
  margin-top: 100px;
  line-height: 26px;
  margin-bottom: 50px;
}

/* line 391, ../../sass/screen.scss */
#Our_Feeds {
  float: left;
  margin-left: 1%;
  margin-right: 0.5%;
  display: inline-block;
  width: 48.5%;
  min-width: 400px;
  max-width: 570px;
}

/* line 401, ../../sass/screen.scss */
h3 {
  text-align: left;
  font-size: 1.5em;
  margin-bottom: 15px;
}

/* line 407, ../../sass/screen.scss */
#Talk_bout_s {
  width: 100%;
  min-width: 320px;
  max-width: 850px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* line 423, ../../sass/screen.scss */
#talk_logo {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 100px;
}

/* line 438, ../../sass/screen.scss */
img.logo {
  margin-bottom: 10px;
  margin-top: 10px;
  min-width: 300px;
  width: 100%;
}

/* line 448, ../../sass/screen.scss */
#logos {
  display: inline-block;
  float: left;
  margin-top: 15px;
}

/* line 459, ../../sass/screen.scss */
#Talk_about_us {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

/* line 472, ../../sass/screen.scss */
.drop {
  font-size: 3.5em;
  font-weight: 200;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #898989;
}

/* line 482, ../../sass/screen.scss */
#contact_us {
  width: 100%;
  margin-top: 50px;
  background-color: #ffffff;
  clear: both;
  float: left;
  padding-bottom: 50px;
  text-align: center;
}

/* line 492, ../../sass/screen.scss */
#mainContact {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 500, ../../sass/screen.scss */
#box_contact {
  display: inline-block;
  height: 500px;
  margin-top: 50px;
  padding-top: 0;
  width: 100%;
  max-width: 100%;
}
/* line 507, ../../sass/screen.scss */
#box_contact .submit {
  max-width: 500px;
  width: 100%;
  background-color: #ff2178;
  border: none;
  color: #fff;
  font-size: 20px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 0;
  margin-top: 20px;
  font-size: 18px;
}

/* line 523, ../../sass/screen.scss */
.h4_contact {
  font-size: 3.5em;
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  color: #666666;
  margin-top: 50px;
  font-weight: 200;
  line-height: 1.3em;
}

/* line 540, ../../sass/screen.scss */
.submit:hover {
  background-color: #E41E6C;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
}

/* line 551, ../../sass/screen.scss */
.p_form {
  margin-right: 70px;
  font-size: 16px;
  color: #898989;
}

/* line 557, ../../sass/screen.scss */
textarea {
  width: calc(100% - 20px);
  max-width: 480px;
  border-radius: 3px;
  border: solid 1px #dadada;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  display: block;
  margin: auto;
  margin-top: 15px;
  color: #303045;
  font-family: 'Open Sans', arial, sans-serif;
  padding-top: 10px;
  height: 160px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
}

/* line 577, ../../sass/screen.scss */
#aboutContent {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 586, ../../sass/screen.scss */
#footer {
  width: 100%;
  background-color: #303045;
  height: 300px;
  clear: both;
}

/* line 593, ../../sass/screen.scss */
#menu_footer {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 601, ../../sass/screen.scss */
#menu_footer li {
  line-height: 25px;
}

/* line 606, ../../sass/screen.scss */
#menu-footer-1 {
  float: left;
  margin-right: 5%;
  margin-right: 5%;
  color: #ffffff;
  font-size: 14px;
}

/* line 615, ../../sass/screen.scss */
.menu {
  margin-top: 10px;
  list-style-type: none;
  color: #aaaaaa;
}

/* line 622, ../../sass/screen.scss */
#Subscribe {
  float: right;
  max-width: 400px;
  margin-left: 10px;
  margin-top: 10px;
  width: 50%;
}
/* line 628, ../../sass/screen.scss */
#Subscribe p {
  color: #aaa;
  margin-bottom: 20px;
}

/* line 634, ../../sass/screen.scss */
.submit_subscribe {
  width: 100px;
  display: inline-block;
  height: 40px;
  background-color: #2cddb1;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  border: none;
  -webkit-appearance: none;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 3px 3px 0px;
  padding: 0;
}

/* line 648, ../../sass/screen.scss */
.submit_email {
  width: 250px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px 0 0 3px;
  background-color: #ffffff;
  float: left;
  margin-top: 0;
  padding: 0;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  border-radius: 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}

/* line 666, ../../sass/screen.scss */
#by_muzli {
  clear: both;
  color: #aaaaaa;
  font-size: 14px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 681, ../../sass/screen.scss */
#profile_image2 {
  width: 31%;
  float: left;
  height: 260px;
  margin-right: 1.0%;
  margin-left: 1.0%;
  background-image: url(../images/eyal.jpg);
  background-size: cover;
  background-position: center;
  -moz-background-position: center;
  -webkit-background-position: center;
  -khtml-background-position: center;
  -o-user-background-position: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 697, ../../sass/screen.scss */
#profile_image1 {
  width: 31%;
  float: left;
  height: 260px;
  margin-right: 1.0%;
  margin-left: 1.0%;
  background-image: url(../images/ohad.jpg);
  background-size: cover;
  background-position: center;
  -moz-background-position: center;
  -webkit-background-position: center;
  -khtml-background-position: center;
  -o-user-background-position: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#profile_image3 {
  width: 31%;
  float: left;
  height: 260px;
  margin-right: 1.0%;
  margin-left: 1.0%;
  background-image: url(../images/sagiv.jpeg);
  background-size: cover;
  background-position: center;
  -moz-background-position: center;
  -webkit-background-position: center;
  -khtml-background-position: center;
  -o-user-background-position: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 714, ../../sass/screen.scss */
.reason {
  max-width: 480px;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #dadada;
  font-size: 16px;
  display: block;
  margin: auto;
  margin-top: 15px;
  color: #818181;
  font-family: 'Open Sans', arial, sans-serif;
  width: calc(100% - 20px);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
}

/* line 733, ../../sass/screen.scss */
.reason_select {
  max-width: 500px;
  height: 50px;
  border-radius: 3px;
  border: solid 1px #dadada;
  font-size: 16px;
  display: block;
  margin: auto;
  margin-top: 15px;
  color: #818181;
  font-family: 'Open Sans', arial, sans-serif;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 3;
  border-radius: 3;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

@media (min-width: 768px) {
  /* line 757, ../../sass/screen.scss */
  #profile_image2:hover {
    width: 31%;
    float: left;
    height: 260px;
    margin-right: 1.0%;
    margin-left: 1.0%;
    background-image: url(../images/eyal.gif);
    background-size: cover;
    background-position: center;
    -moz-background-position: center;
    -webkit-background-position: center;
    -khtml-background-position: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #profile_image3:hover {
    width: 31%;
    float: left;
    height: 260px;
    margin-right: 1.0%;
    margin-left: 1.0%;
    background-image: url(../images/sagiv.gif);
    background-size: cover;
    background-position: center;
    -moz-background-position: center;
    -webkit-background-position: center;
    -khtml-background-position: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 773, ../../sass/screen.scss */
  #profile_image1 {
    width: 31%;
    float: left;
    height: 260px;
    margin-right: 1%;
    max-width: 570px;
    background-size: cover;
    background-position: center;
    -moz-background-position: center;
    -webkit-background-position: center;
    -khtml-background-position: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/ohad.jpg);
  }
}
@media (min-width: 768px) {
  /* line 791, ../../sass/screen.scss */
  #profile_image1:hover {
    width: 31%;
    float: left;
    height: 260px;
    margin-right: 1%;
    max-width: 570px;
    background-size: cover;
    background-position: center;
    -moz-background-position: center;
    -webkit-background-position: center;
    -khtml-background-position: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/ohad.gif);
  }

  /* line 807, ../../sass/screen.scss */
  #menu-footer-1 a {
    color: #aaaaaa;
  }

  /* line 812, ../../sass/screen.scss */
  #menu_footer ul {
    float: left;
    margin-right: 5%;
    margin-right: 5%;
    color: #ffffff;
    font-size: 14px;
  }

  /* line 821, ../../sass/screen.scss */
  a.menu {
    color: #aaaaaa;
  }

  /* line 825, ../../sass/screen.scss */
  .fb_iframe_widget {
    display: -webkit-box;
    position: relative;
    clear: both !important;
  }
}
@media only screen and (max-width: 784px) {
  /* line 838, ../../sass/screen.scss */
  #Subscribe {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 290, ../../sass/screen.scss */
  /* line 849, ../../sass/screen.scss */
  .h4_contact {
    font-size: 3.0em;
  }

  /* line 853, ../../sass/screen.scss */
  #Subscribe {
    float: right;
    max-width: 400px;
    margin-left: 10px;
    margin-top: 10px;
    width: 40%;
  }

  /* line 861, ../../sass/screen.scss */
  .submit_subscribe {
    width: 30%;
    height: 40px;
    border-radius: 0px 3px 3px 0px;
    background-color: #2cddb1;
    color: #ffffff;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px 3px 3px 0px;
  }

  /* line 872, ../../sass/screen.scss */
  .submit_email {
    width: 70%;
    height: 40px;
    border: none;
    border-radius: 3px 0px 0px 3px;
    background-color: #ffffff;
    float: left;
    margin-top: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 3px 0px 0px 3px;
  }

  /* line 884, ../../sass/screen.scss */
  #aboutContent .subtitle {
    font-size: 2.5em;
  }

  /* line 888, ../../sass/screen.scss */
  .follow {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  /* line 899, ../../sass/screen.scss */
  #menu_footer {
    display: none;
  }

  /* line 903, ../../sass/screen.scss */
  #footer {
    width: 100%;
    background-color: #303045;
    height: 60px;
    clear: both;
    padding-top: 40px;
  }

  /* line 911, ../../sass/screen.scss */
  #by_muzli {
    text-align: center;
  }
}
@media only screen and (max-width: 481px) {
  /* line 290, ../../sass/screen.scss */
  /* line 923, ../../sass/screen.scss */
  #Subscribe {
    display: none;
  }

  /* line 927, ../../sass/screen.scss */
  .submit_subscribe {
    width: 30%;
    height: 40px;
    border-radius: 0px 3px 3px 0px;
    background-color: #2cddb1;
    color: #ffffff;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px 3px 3px 0px;
  }

  /* line 938, ../../sass/screen.scss */
  .submit_email {
    width: 70%;
    height: 40px;
    border: none;
    border-radius: 3px 0px 0px 3px;
    background-color: #ffffff;
    float: left;
    margin-top: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 3px 0px 0px 3px;
  }

  /* line 951, ../../sass/screen.scss */
  #profile_image1 {
    width: 100%;
    float: left;
    height: 260px;
    margin-right: 1%;
    max-width: 570px;
    background-size: cover;
    background-position: center;
    -moz-background-position: center;
    -webkit-background-position: center;
    -khtml-background-position: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/ohad.jpg);
  }

  /* line 967, ../../sass/screen.scss */
  #profile_image2 {
    width: 100%;
    float: left;
    height: 260px;
    margin-right: 1%;
    margin-left: 1%;
    background-image: url(../images/eyal.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-position: center;
    -webkit-background-position: center;
    -khtml-background-position: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    margin-top: 60px;
  }

  #profile_image3 {
    width: 100%;
    float: left;
    height: 260px;
    margin-right: 1%;
    margin-left: 1%;
    background-image: url(../images/sagiv.jpeg);
    background-size: cover;
    background-position: center;
    -moz-background-position: center;
    -webkit-background-position: center;
    -khtml-background-position: center;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    margin-top: 60px;
  }

  /* line 985, ../../sass/screen.scss */
  #aboutContent .subtitle {
    font-size: 1.2em;
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 50px;
  }

  /* line 1001, ../../sass/screen.scss */
  #menu_footer {
    display: none;
  }

  /* line 1004, ../../sass/screen.scss */
  #footer {
    width: 100%;
    background-color: #303045;
    height: 60px;
    clear: both;
    padding-top: 40px;
  }

  /* line 1011, ../../sass/screen.scss */
  #by_muzli {
    text-align: center;
  }

  /* line 1018, ../../sass/screen.scss */
  .quote {
    font-family: georgia, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.4em;
    margin-bottom: 1em;
    line-height: 150%;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 1033, ../../sass/screen.scss */
  .follow {
    float: right;
    margin-left: 5px;
    bottom: -254px;
    position: relative;
    display: none;
    opacity: 0.4;
  }

  /* line 1042, ../../sass/screen.scss */
  .text_about {
    text-align: left;
    font-size: 1.1em;
    width: 90%;
    font-weight: 300;
    float: left;
    margin-top: 60px;
    line-height: 26px;
    margin-bottom: 50px;
  }

  /* line 1053, ../../sass/screen.scss */
  h3 {
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 0;
  }

  /* line 1059, ../../sass/screen.scss */
  #contact_us {
    width: 100%;
    margin-top: 50px;
    background-color: #ffffff;
    clear: both;
    float: left;
    padding-bottom: 0px;
    text-align: center;
  }

  /* line 1069, ../../sass/screen.scss */
  .h4_contact {
    font-size: 1.4em;
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    color: #666666;
    margin-top: 50px;
    font-weight: 500;
    line-height: 1.3em;
  }

  /* line 1083, ../../sass/screen.scss */
  #box_contact {
    display: inline-block;
    height: 500px;
    margin-top: 50px;
    padding-top: 0;
    width: 100%;
    max-width: 500px;
  }

  /* line 1092, ../../sass/screen.scss */
  #Talk_bout_s {
    display: none;
  }
}


.boing {
  animation: boing 1s;
  -webkit-animation: boing 1s;
  -moz-animation: boing 1s;
}

@keyframes boing {
  0% {
    -webkit-transform: scale(1,1);
  }
  10% {
    -webkit-transform: scale(1.2,1.4);
  }
  100% {
    -webkit-transform: scale(1,1);
  }
}
@-webkit-keyframes boing {
  0% {
    -webkit-transform: scale(1,1);
  }
  10% {
    -webkit-transform: scale(1.2,1.4);
  }
  100% {
    -webkit-transform: scale(1,1);
  }
}
@-moz-keyframes boing {
  0% {
    -webkit-transform: scale(1,1);
  }
  10% {
    -webkit-transform: scale(1.2,1.4);
  }
  100% {
    -webkit-transform: scale(1,1);
  }
}
