/* --------------------------------------------------------------------------------------
+
+   AUTHOR: ThemeStreet.net - support@themestreet.net
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* LINE-HIGH */
/* BOX SIZING */
/* HIDE TEXT*/
body {
  color: #5e5e5b;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
}

h1 {
  font-family: inherit;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  font-family: "Pacifico", cursive;
  font-size: 18px;
  color: #0e5f78;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #c5c5c5;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #777777;
}
.prefix a{
  color: #81c6bd;
}

p {
  margin-bottom: 20px;
  clear: both;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

.hide {
  display: none !important;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.social-sprite, .social-b, .social-fb, .social-in, .social-p, .social-s, .social-t, .social-tw, .social-v {
  background: url('../images/social-s67c78b8755.png') no-repeat;
}

.social-b {
  background-position: 0 0;
  height: 20px;
  width: 20px;
}
.social-b:hover, .social-b.b_hover, .social-b.b-hover {
  background-position: 0 -20px;
}

.social-fb {
  background-position: 0 -240px;
  height: 20px;
  width: 20px;
}
.social-fb:hover, .social-fb.fb_hover, .social-fb.fb-hover {
  background-position: 0 -260px;
}

.social-in {
  background-position: 0 -300px;
  height: 20px;
  width: 20px;
}
.social-in:hover, .social-in.in_hover, .social-in.in-hover {
  background-position: 0 -280px;
}

.social-p {
  background-position: 0 -120px;
  height: 20px;
  width: 20px;
}
.social-p:hover, .social-p.p_hover, .social-p.p-hover {
  background-position: 0 -140px;
}

.social-s {
  background-position: 0 -180px;
  height: 20px;
  width: 20px;
}
.social-s:hover, .social-s.s_hover, .social-s.s-hover {
  background-position: 0 -160px;
}

.social-t {
  background-position: 0 -200px;
  height: 20px;
  width: 20px;
}
.social-t:hover, .social-t.t_hover, .social-t.t-hover {
  background-position: 0 -220px;
}

.social-tw {
  background-position: 0 -40px;
  height: 20px;
  width: 20px;
}
.social-tw:hover, .social-tw.tw_hover, .social-tw.tw-hover {
  background-position: 0 -60px;
}

.social-v {
  background-position: 0 -80px;
  height: 20px;
  width: 20px;
}
.social-v:hover, .social-v.v_hover, .social-v.v-hover {
  background-position: 0 -100px;
}

ul.disc {
  margin-bottom: 20px;
}
ul.disc li {
  position: relative;
  padding-left: 15px;
}
ul.disc li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #adadb5;
  display: block;
}

#to_the_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url('../images/top.png') no-repeat 0 0;
  z-index: 1000000;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#to_the_top:hover {
  background-position: 0 -60px;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
INPUT.button{
  border-radius: 10px;
  background-color: #81c6bd;
  border: solid 2px #81c6bd;
}
INPUT.button.transparent{
  background-color: transparent;
}
.btn {
  text-align: center;
  color: white;
  background: #81c6bd;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: "Roboto Slab", serif;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}
.btn:hover {
  background: #81c6bd;
  color: #fff;
}
.btn.large_btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
/* MAIN PART */
select, input[type="text"], input[type="email"], input[type="password"], textarea {
  vertical-align: middle;
  text-align: center;
  color: #5e5e5b;
  background-color: lightgrey;
  padding: 0 20px;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 72px;
  line-height: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid darkgrey;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
}
select:hover, select:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:hover, input[type="password"]:focus, textarea:hover, textarea:focus {
  background-color: #fff;
  border: 2px solid #075c76;
}
input[type="text"].placeholder, input[type="email"].placeholder, input[type="password"].placeholder, textarea.placeholder {
  color: #c5c5c5;
}
select.error, input[type="text"].error, input[type="email"].error, input[type="password"].error, textarea.error {
  border: 2px solid #ff605a;
  color: #ff605a;
}
.reveal-modal select, .reveal-modal input[type="text"], .reveal-modal input[type="email"], .reveal-modal input[type="password"], .reveal-modal textarea {
  height: 36px;
  line-height: 36px;
}

input {
  display: block;
}
#contact input {
  margin: 0 auto 10px;
}

textarea {
  min-height: 137px;
  resize: none;
  max-width: 364px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact textarea {
  margin-bottom: 10px;
}

/*hack for opera*/
x:-o-prefocus, textarea {
  padding-top: 5px;
}

input[type="radio"] {
  display: none !important;
}

.radio {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.radio:first-of-type {
  margin-right: 0;
}

.radio span {
  display: inline-block;
  width: 30px;
  height: 39px;
  margin: 1px 10px 0 0;
  vertical-align: middle;
  background: url('../images/boy.png') no-repeat 0 0;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.radio span.girl {
  width: 16px;
  background: url('../images/girl.png') no-repeat 0 0;
}

.input, .textarea {
  position: relative;
}

label.error {
  right: 10px;
  color: #f40e63;
  position: absolute;
  margin-top: -32px;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  height: 100vh;
  background: url('../images/bg-small.png') 50% 40% no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
header #logo {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: url(../images/logo2w.png) 50% 2vh no-repeat;
  background-size: auto 16vh;
  padding: 20vh 20vw 0 20vw;
  text-align: center;
}
.headline h1{
  font-size: 3vh;
}
header .headline h1 span{
  color: #81c6bd;
}
header .signin {
  float: right;
  padding-top: 25px;
  display: none;
}
header .signin li {
  float: left;
}
header .signin li + li {
  margin-left: 20px;
}
header .signin li span {
  display: none;
}
header .signin a {
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  color: #176278;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .signin a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #075973;
  font-size: 20px;
}
/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  background-color: #444444;
  text-align: center;
  padding-bottom: 15px;
}
footer .social {
  font-size: 0;
  padding-top: 15px;
}
footer .social li {
  font-size: 12px;
  width: 23px;
  height: 23px;
  display: block;
  display: inline-block;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px;
  margin-bottom: 12px;
  padding: 2px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
footer .social li:hover {
  background-color: #d8dee0;
  width: 23px;
  height: 23px;
  display: block;
  display: inline-block;
  border: none;
}
footer .social a {
  width: 23px;
  height: 23px;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
footer small {
  font-size: 10px;
  color: #fff;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
section {
  text-align: center;
  padding: 50px 0;
}
section h1 {
  text-transform: uppercase;
}

.invert h1 {
  color: #0e5f78;
}
.invert h2 {
  color: #e13028;
}

#search {
  background-color: #f3f6f7;
  overflow: hidden;
}
#search h1 {
  font-family: "Pacifico", cursive;
  color: #0e5f78;
  font-size: 42px;
  text-transform: none;
  font-weight: normal;
  text-shadow: 0 1px 1px #075973;
}
#search h2 {
  color: #5d5d5b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.28;
}
#search .row {
  width: 240px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #fff;
}
#search .row:first-of-type {
  border-top: 1px solid #fff;
}
#search .row.no_border {
  border-bottom: none;
}
#search .row * {
  display: inline-block;
  vertical-align: middle;
}
#search .row > span {
  color: #5e5e5b;
  margin-right: 10px;
}
#search .row > span.who {
  width: 70px;
}
#search .row input:not([type="submit"]) {
  width: 41px;
  padding: 0 3px;
  text-align: center;
  border: 2px solid #075c76;
}
#search .row input.x1 {
  margin-right: 10px;
}
#search .btn {
  margin-top: 20px;
}

#results h2 {
  color: #0e5f78;
}
#results .container {
  position: relative;
}

.patern {
  background: url('../images/patern.jpg') repeat 0 0;
}

#members {
  padding-left: 2%;
  padding-right: 2%;
}

#testemonials {
  overflow: hidden;
  background: url('../images/bubles-xs.png') no-repeat 50% 50%;
}
#testemonials li {
  width: 80%;
  margin: 30px auto 0;
  padding-top: 150px;
}
#testemonials li * {
  -webkit-transition: all 0.6s ease-out 0.1s;
  -moz-transition: all 0.6s ease-out 0.1s;
  -ms-transition: all 0.6s ease-out 0.1s;
  -o-transition: all 0.6s ease-out 0.1s;
  transition: all 0.6s ease-out 0.1s;
}
#testemonials li img {
  margin-top: 20px;
  margin-bottom: 30px;
}
#testemonials li:nth-child(odd) * {
  -webkit-transform: translate(1000px, 0);
  -moz-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  -o-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}
#testemonials li:nth-child(even) * {
  -webkit-transform: translate(-1000px, 0);
  -moz-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  -o-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}
#testemonials li.visible {
  -webkit-transition: all 0.6s ease-out 0.5s;
  -moz-transition: all 0.6s ease-out 0.5s;
  -ms-transition: all 0.6s ease-out 0.5s;
  -o-transition: all 0.6s ease-out 0.5s;
  transition: all 0.6s ease-out 0.5s;
}
#testemonials li.visible:nth-child(odd) * {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#testemonials li.visible:nth-child(even) * {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#testemonials li.visible:first-child {
  background: url('../images/woman-icon.png') no-repeat 50% 20px;
}
#testemonials li.visible:nth-child(2) {
  background: url('../images/love-icon.png') no-repeat 50% 20px;
}
#testemonials li.visible:nth-child(3) {
  background: url('../images/man-icon.png') no-repeat 50% 20px;
}
#testemonials li:first-child {
  background: url('../images/woman-icon.png') no-repeat 50% -200px;
}
#testemonials li:nth-child(2) {
  background: url('../images/love-icon.png') no-repeat 50% -200px;
}
#testemonials li:nth-child(3) {
  background: url('../images/man-icon.png') no-repeat 50% -200px;
}
#testemonials h3 {
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
  margin-bottom: 15px;
}

#get_theme {
  background: url('../images/sky.png') no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/backgroundsize.htc);
  padding: 0;
}
#get_theme .wraper {
  padding: 50px 0;
  background: url('../images/patern.png') repeat 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
#get_theme .wraper * {
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -ms-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
}
#get_theme .wraper h1 {
  -webkit-transform: translate(0, -1000px);
  -moz-transform: translate(0, -1000px);
  -ms-transform: translate(0, -1000px);
  -o-transform: translate(0, -1000px);
  transform: translate(0, -1000px);
}
#get_theme .wraper a {
  -webkit-transform: translate(0, 1000px);
  -moz-transform: translate(0, 1000px);
  -ms-transform: translate(0, 1000px);
  -o-transform: translate(0, 1000px);
  transform: translate(0, 1000px);
}
#get_theme .wraper.visible h1 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#get_theme .wraper.visible a {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#get_theme h1 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  margin-bottom: 20px;
}
#get_theme .btn {
  white-space: nowrap;
}

.tabs {
  margin-bottom: 50px;
}
.tabs > ul {
  z-index: 1000;
  position: relative;
}
.tabs li a {
  white-space: nowrap;
}
.tabs li.active a, .tabs li:hover a {
  color: #777777;
  border-color: #b6bcbe;
}
.tabs li.active + li a, .tabs li:hover + li a {
  border-top: 2px solid #b6bcbe;
}
.tabs li:first-child a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tabs li:last-child {
  margin-bottom: -2px;
}
.tabs li:last-child a {
  border-bottom: 2px solid #d8dee0;
}
.tabs li:last-child:hover a {
  border-bottom: 2px solid #b6bcbe;
}
.tablink, .tabs .tab-item {
  min-width: 192px;
  height: 38px;
  line-height: 38px;
  display: block;
  border: 2px solid #d8dee0;
  border-bottom: none;
  margin: 0 auto;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
.tabs .tab-item {
  line-height: 1.5;
  height: auto;
  width: 100%;
  border-bottom: 2px solid #d8dee0;
  position: relative;
  z-index: 1;
  padding: 20px;
  text-align: left;
  text-transform: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tabs .tab-item > *:last-child {
  margin-bottom: 0;
}
.tabs .btn {
  margin: 0 auto;
  display: block;
}

blockquote {
  border-top: 1px solid #d8dee0;
  border-bottom: 1px solid #d8dee0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
  color: #c5c5c5;
  font-size: 14px;
}
blockquote i {
  font-style: italic;
}

@media (min-width: 420px) and (max-width: 767px) {
  header nav {
    top: 20px;
    width: 60%;
    left: auto;
    right: 2%;
  }
  header nav.fixed {
    width: 96%;
  }
  header .signin {
    padding-top: 70px;
  }
  header .signin span {
    display: inline-block !important;
    margin-right: 20px;
  }
}
/* --------------------------------------------------------------------------------------
+
+ CAROUSEL
+
-------------------------------------------------------------------------------------- */
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.nbs-flexisel-ul li {
  padding-bottom: 40px;
}

.nbs-flexisel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 250px;
  padding-top: 20px;
}
.nbs-flexisel-inner > div {
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: 205px !important;
  left: 50%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #97b1b1;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #d7dddf url('../images/arrows.png') no-repeat -5px -4px;
}
.nbs-flexisel-inner > div:hover {
  background: #97b1b1 url('../images/arrows.png') no-repeat -5px -4px;
}
.nbs-flexisel-inner ul {
  height: 170px;
  overflow: hidden;
}
.nbs-flexisel-inner .nbs-flexisel-nav-left {
  margin-left: -48px;
}
.nbs-flexisel-inner .nbs-flexisel-nav-right {
  margin-left: 15px;
  background-position: -36px -4px;
}
.nbs-flexisel-inner .nbs-flexisel-nav-right:hover {
  background-position: -36px -4px;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item:hover .info {
  border: 1px solid #075c76;
  top: 0px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nbs-flexisel-item:hover .info h3 {
  border-bottom: 1px solid #075c76;
}
.nbs-flexisel-item:hover .info .hidden {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  line-height: 1.5;
}
.ie8 .nbs-flexisel-item:hover .info .hidden {
  display: block;
}
.nbs-flexisel-item .info {
  width: 150px;
  margin: 0 auto;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 130px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.nbs-flexisel-item .info h3 {
  color: #0e5f78;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.nbs-flexisel-item .info .hidden {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-align: center;
  line-height: 1.5;
}
.ie8 .nbs-flexisel-item .info .hidden {
  display: none;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.nbs-flexisel-item .info .social {
  width: 23px;
  height: 23px;
  display: block;
  display: inline-block;
  border: 2px solid #d8dee0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  margin: 10px 5px 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  padding: 2px;
}
.nbs-flexisel-item .info .social:hover {
  background-color: #fff;
  width: 23px;
  height: 23px;
  display: block;
  padding: 2px;
  display: inline-block;
  border: 2px solid #f40e63;
}
.nbs-flexisel-item > a {
  width: 131px;
  height: 131px;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #d8dee0;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -ms-border-radius: 68px;
  -o-border-radius: 68px;
  border-radius: 68px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nbs-flexisel-item > a img {
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -ms-border-radius: 68px;
  -o-border-radius: 68px;
  border-radius: 68px;
}

.nbs-flexisel-item img {
  width: 100%;
  position: relative;
}

/* --------------------------------------------------------------------------------------
+
+ FLEXSLIDER
+
-------------------------------------------------------------------------------------- */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li i {
  width: 140px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-style: italic;
  border-top: 2px solid #fff;
  font-size: 14px;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.flex-direction-nav {
  text-align: center;
}
.flex-direction-nav li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}
.flex-direction-nav a {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  width: 33px;
  height: 33px;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  border: 4px solid #fff;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #d7dddf url('../images/arrows.png') no-repeat -5px -4px;
  text-indent: -9999px;
}
.flex-direction-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #97b1b1 url('../images/arrows.png') no-repeat -5px -4px;
}
.flex-direction-nav .flex-next {
  background-position: -36px -4px;
}
.flex-direction-nav .flex-next:hover {
  background-position: -36px -4px;
}

.flex-control-nav {
  display: none;
}

/* --------------------------------------------------------------------------------------
+
+ Colorbox
+
-------------------------------------------------------------------------------------- */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
  height: auto !important;
  padding: 2px 0;
  background: url('../images/reg_bgr.png') no-repeat 0 0;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  height: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #f3f6f7;
  -webkit-box-shadow: 1px 2px 2px #a8a8a8;
  -moz-box-shadow: 1px 2px 2px #a8a8a8;
  box-shadow: 1px 2px 2px #a8a8a8;
}

#cboxLoadedContent {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #f3f6f7;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: auto !important;
  padding: 20px;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url('../images/overlay.png') repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url('../images/controls.png') no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url('../images/border.png') repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url('../images/controls.png') no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url('../images/border.png') repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url('../images/controls.png') no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url('../images/controls.png') repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url('../images/controls.png') repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingOverlay {
  background: url('../images/loading_background.png') no-repeat center center;
}

#cboxLoadingGraphic {
  background: url('../images/loading.gif') no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  top: 20px;
  right: 20px;
  overflow: visible;
  position: absolute;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  background: url('../images/close.png') no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: block;
  top: 20px;
  right: 20px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
#colorbox #register, #colorbox #signin {
  visibility: visible;
}
#register{
  background-color: transparent;
  position: absolute;
  bottom: 20px;
  width: 60vw;
  padding: 0;
}
#register button, #register .btn{
  border-radius: 15px;
  border: solid grey 1px;
  padding: 0;
  font-weight: 800;
  margin-bottom:20px;
}
#register .btn{
  padding: 5px 25px;
  height: 50px;
}
#register .button-facebook i{
  display: none;
}
#register .button-facebook .h3{
  display: inline-block;
  float: none;
}
#register input, #signin input {
  margin-bottom: 20px;
}
#register h1, #signin h1 {
  display: none;
  font-family: inherit;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: none;
  color: #000;
}
A.appButton{
  border-radius: 10px;
  background-color: #81c6bd;
  border: solid 2px #81c6bd;
}
.no-android #appButtonAndroid{
  display: none;
}
.no-ios #appButtonIOS{
  display: none;
}