/* --------------------------------------------------------------------------------------
+
+   AUTHOR: 
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ 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;
}

.btn_home {
  min-width: 156px;
}

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;
  -webkit-backface-visibility: hidden;
}
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;
  color: #d3002e;
  margin-bottom: 20px;
}

.h1 {
  color: #d3002e !important;
}

h1,
.h1 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

h3.h1 {
  margin-top: 0;
}

h2,
.h2 {
  font-family: "Courgette", cursive;
  font-size: 18px;
  color: #49babd;
}

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: #337ab7;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #777777;
}

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

img {
  vertical-align: top;
  max-width: 100%;
}

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;
}

.topLang {
  float: right;
  position: relative;
  top: -20px;
}

.topLang a {
  font-family: "Courgette", cursive;
  color: #49babd;
  font-size: 22px;
  text-transform: none;
  font-weight: normal;
  margin-left: 15px;
  text-shadow: 1px 2px 3px #fff;
}

.topText {
  float: right;
  margin: 0 0 27px 0;
  color: #49babd;
  font-size: 14px;
  text-shadow: 1px 2px 3px #fff;
}

.static-page nav {
  top: 60px;
}

.static-page .topLang {
  top: 10px;
}
.static-page .topLang a {
  text-shadow: 1px 3px 2px #075973;
  color: #fff;
}

.social-sprite,
.social-b,
.social-fb,
.social-in,
.social-p,
.social-s,
.social-t,
.social-tw,
.social-v {
  background: url("../img/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("../img/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;
}

#favs {
  position: fixed;
  bottom: 120px;
  right: 30px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url("../img/heart.png") no-repeat 0 0;
  z-index: 1000000;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  text-align: center;
  padding-top: 17px;
}
#favs a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#favs:hover {
  color: #fff;
  background-position: 0 -60px;
}

.alert {
  position: fixed;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 40%;
  text-align: center;
  z-index: 99999;
  background: #d3002e;
  color: #fff;
  font-size: 16px;
  border-color: #fd4874;
  display: none;
}
.alert a,
.alert a:hover,
.alert a:active,
.alert a:visited {
  color: #fff;
}

/* --------------------------------------------------------------------------------------
+
+ 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
+
-------------------------------------------------------------------------------------- */
.btn {
  text-align: center;
  color: white;
  background: #d3002e;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto Slab", serif;
  height: 30px;
  line-height: 30px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px #b70245;
  -moz-box-shadow: 0 1px 1px #b70245;
  box-shadow: 0 1px 1px #b70245;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}
.btn:hover {
  background: #d3002e;
  color: #fff;
}
.btn.large_btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
/* MAIN PART */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  vertical-align: middle;
  color: #5e5e5b;
  background-color: white;
  padding: 0 20px;
  -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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #d8dee0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
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;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
textarea.error {
  border: 2px solid #ff605a;
  color: #ff605a;
}

input {
  max-width: 364px;
  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("../img/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("../img/girl.png") no-repeat 0 0;
}

.input,
.textarea {
  position: relative;
}

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

.input-signup label.error {
  right: 25px;
  color: #d3002e;
  position: absolute;
  margin-top: -32px;
}

.containingLabel {
  position: relative;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  background-color: white;
  height: 506px;
  background: url("../img/header_bgr_xs.jpg") no-repeat 50% 0;
  border-top: 3px solid #075c76;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header #logo {
  width: 250px;
  height: 117px;
  display: block;
  background: url("../img/logo1.png") no-repeat 50% 0;
  float: left;
  margin-top: -3px;
}
header .signin {
  float: right;
  padding-top: 25px;
}
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;
}
header .signin a:hover {
  color: #fff;
  text-shadow: 0 1px 0 #075973;
}
header nav {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 39px;
  position: absolute;
  width: 96%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 160px;
  left: 50%;
  margin-left: -48%;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  padding: 4px;
  cursor: pointer;
  z-index: 1000;
}

nav.mobile {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 39px;
  position: relative;
  width: 96%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 70px;
  left: 50%;
  margin-left: -48%;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  padding: 4px;
  cursor: pointer;
  z-index: 1000;
}

header nav.fixed,
nav.mobile.fixed {
  position: fixed;
  top: 0 !important;
  background-color: #49babd;
  z-index: 10000;
}
header nav.fixed span,
nav.mobile.fixed span {
  background-color: #fff;
}
header nav *,
nav.mobile * {
  font-size: 14px;
  text-transform: uppercase;
}
header nav:hover span,
nav.mobile:hover span {
  background-color: #49babd;
  color: #fff;
  background-position: 100% -100px;
}
header nav span,
nav.mobile span {
  color: #176178;
  height: 31px;
  line-height: 31px;
  display: block;
  padding: 0 20px;
  position: relative;
}
header nav span:hover,
nav.mobile span:hover {
  color: #fff;
}
header nav span:hover b,
nav.mobile span:hover b {
  background-position: 0 -8px;
}
header nav span.active,
nav.mobile span.active {
  background-color: #49babd;
  color: #fff;
  background-position: 100% -100px;
}
header nav span.active b,
nav.mobile span.active b {
  background-position: 0 -8px;
}
header nav span b,
nav.mobile span b {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 8px;
  width: 16px;
  display: block;
  right: 20px;
  background: url("../img/arrow_nav.png") no-repeat 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header nav ul,
nav.mobile ul {
  padding: 3px 20px 1px;
  background-color: #49babd;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 0;
  -webkit-transition: all 0.01s ease;
  -moz-transition: all 0.01s ease;
  -ms-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  transition: all 0.01s ease;
}
.ie8 header nav ul,
.ie8 nav.mobile ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
header nav ul.active,
nav.mobile ul.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
  height: auto;
  -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;
}
header nav ul.active li,
nav.mobile ul.active li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
header nav ul li,
nav.mobile ul li {
  border-top: 2px solid #006c8e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.01s ease;
  -moz-transition: all 0.01s ease;
  -ms-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  transition: all 0.01s ease;
}
.ie8 header nav ul li,
.ie8 nav.mobile ul li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
header nav ul a,
nav.mobile ul a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: block;
}
header nav ul a:hover,
nav.mobile ul a:hover {
  color: #fff;
}
header .register {
  text-align: center;
  width: 96%;
  left: 50%;
  margin-left: -48%;
  background-color: #227da5;
  background-color: rgba(73, 186, 189, 0.8);
  padding: 25px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 196px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
}
header .register * {
  color: #fff;
}
header .register h1 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 2px 2px rgba(8, 90, 115, 0.75);
}
header .register h2 {
  line-height: 1.2;
  font-weight: 300;
  font-family: "Roboto Slab", serif;
  text-shadow: 0 2px 2px rgba(8, 90, 115, 0.75);
}
header .register h2,
header .register p {
  margin-bottom: 10px;
}
header .register p {
  font-weight: 300;
  font-size: 16px;
}
header .register .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #d3002e;
  -webkit-box-shadow: 0 1px 1px #d3002e;
  -moz-box-shadow: 0 1px 1px #d3002e;
  box-shadow: 0 1px 1px #d3002e;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzMGQ2MyIvPjxzdG9wIG9mZnNldD0iMS4yOSUiIHN0b3AtY29sb3I9IiNmMzBkNjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzVkOTYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0%, #f30d63),
    color-stop(1.29%, #f30d63),
    color-stop(100%, #f75d96)
  );
  background-image: -webkit-linear-gradient(bottom, #d3002e 0%, #d3002e 1.29%, #f32d58 100%);
  background-image: -moz-linear-gradient(bottom, #d3002e 0%, #d3002e 1.29%, #f32d58 100%);
  background-image: -o-linear-gradient(bottom, #d3002e 0%, #d3002e 1.29%, #f32d58 100%);
  background-image: -ms-linear-gradient(bottom, #d3002e 0%, #d3002e 1.29%, #f32d58 100%);
  background-image: linear-gradient(bottom, #d3002e 0%, #d3002e 1.29%, #f32d58 100%);
  white-space: nowrap;
}
header .register .btn:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzMGQ2MyIvPjxzdG9wIG9mZnNldD0iMS4yOSUiIHN0b3AtY29sb3I9IiNmMzBkNjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzVkOTYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #f30d63),
    color-stop(1.29%, #f30d63),
    color-stop(100%, #f75d96)
  );
  background-image: -webkit-linear-gradient(top, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: -moz-linear-gradient(top, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: -o-linear-gradient(top, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: -ms-linear-gradient(top, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: linear-gradient(top, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
}

/* --------------------------------------------------------------------------------------
+
+ 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,
.invert .h1 {
  color: #49babd !important;
}
.invert h2 {
  color: #d3002e;
}

#search {
  background-color: #f3f6f7;
  overflow: hidden;
}
#search .search-heading {
  font-family: "Courgette", cursive;
  color: #49babd;
  font-size: 26px;
  text-transform: none;
  font-weight: normal;
  text-shadow: 0 1px 1px #075973;
  margin-left: 5px;
  margin-bottom: 0;
}
#search h3 {
  color: #5d5d5b;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

#search .row {
  width: 250px;
  margin: 0 auto;
  line-height: 60px;
  border-bottom: 1px solid #fff;
}
.h60 {
  height: 60px;
}
#search .row:first-of-type {
  border-top: 1px solid #fff;
}
#search .row.no_border {
  border-bottom: none;
}
#search .row.inline-row * {
  display: inline-block;
  vertical-align: middle;
}

#search .row > span {
  color: #5e5e5b;
  margin-right: 10px;
}
#search .row > span.who {
  width: 70px;
}
#search .row input {
  width: 73px;
  padding: 0 3px;
  text-align: center;
  border: 2px solid #075c76;
}
#search .row input.x1 {
  margin-right: 10px;
}
#search .btn {
  margin-top: 10px;
}

#search .selectpicker,
.signup-select .selectpicker {
  margin-top: 0px;
}

#search .selectpicker .glyphicon,
.signup-select .selectpicker .glyphicon {
  display: none;
}
#search .selectpicker li,
.signup-select .selectpicker li {
  cursor: pointer;
}

#search .selectpicker .filter-option {
  width: 130px;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 180px;
}

.row.location .btn-group {
  float: right;
  margin-top: 15px;
}

#international li {
  float: left;
}

#results h2 {
  color: #49babd;
}
#results .container {
  position: relative;
}

.patern {
  background: url("../img/patern.jpg") repeat 0 0;
}

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

#testemonials {
  overflow: hidden;
  background: url("../img/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("../img/man-icon.png") no-repeat 50% 20px;
}
#testemonials li.visible:nth-child(2) {
  background: url("../img/love-icon.png") no-repeat 50% 20px;
}
#testemonials li.visible:nth-child(3) {
  background: url("../img/woman-icon.png") no-repeat 50% 20px;
}
#testemonials li:first-child {
  background: url("../img/man-icon.png") no-repeat 50% -200px;
}
#testemonials li:nth-child(2) {
  background: url("../img/love-icon.png") no-repeat 50% -200px;
}
#testemonials li:nth-child(3) {
  background: url("../img/woman-icon.png") no-repeat 50% -200px;
}
#testemonials h3 {
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
  margin-bottom: 15px;
}

#get_theme {
  background: url("../img/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("../img/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;
}
.tabs a,
.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 (max-width: 1024px) {
  .alert {
    width: 95% !important;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  header nav {
    top: 110px;
    width: 60%;
    /*left: auto;
    right: 2%;*/
  }

  .static-page nav {
    top: 110px;
  }

  .topText {
    display: none;
  }

  header nav.fixed {
    width: 96%;
  }
  header .signin {
    padding-top: 70px;
  }
  header .signin span {
    display: inline-block !important;
    margin-right: 20px;
  }
}

/* --------------------------------------------------------------------------------------
+
+ 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.8;
  border: 4px solid #49babd;
  -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("../img/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("../img/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;
}

#register,
#signin {
  visibility: hidden;
  width: 246px;
  height: auto !important;
}
#register input,
#signin input {
  margin-bottom: 20px;
}
#register h1,
#signin h1 {
  font-size: 14px;
  font-weight: bold;
  color: #5e5e5b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#register a,
#signin a {
  color: #d3002e;
  margin-bottom: 15px;
  display: block;
}

.separator {
  margin-top: 20px;
  height: 56px;
  background: url("../img/sep.png") no-repeat center center;
}

.slick-slide {
  margin-right: 5px;
  position: relative;
}

.slick-slide .overlay {
  position: absolute;
  background-color: rgb(252, 198, 198);
  opacity: 0;
  width: 100%;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;

  font-family: Lato, sans-serif;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
}

.slick-slide .overlay a {
  color: #12617a;
}

.slick-slide .overlay:hover {
  opacity: 0.8;
}

.thumbnail-details {
  position: relative;
  width: 95px;
  height: 95px;
  overflow: hidden;
  margin: 5px 3px 3px 3px;
}
.thumbnail-details img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumbnail-details img.portrait {
  width: 100%;
  height: auto;
}

.bigphoto-details {
  position: relative;
  /*height: 350px;*/
  height: 405px;
  overflow: hidden;
}
.bigphoto-details img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bigphoto-details img.portrait {
  width: 100%;
  height: auto;
}

.day-details {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 17px 20px;
  margin-bottom: 21px;
}

.day-details1 {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 21px;
}

.day-details p,
.day-details1 p {
  margin-bottom: 5px;
  text-align: left;
}

.day-details span,
.day-details1 span {
  color: #d3002e;
}
.day-details h1,
.day-details1 h1 {
  margin-bottom: 0px;
}

.day-details .day-title {
  font-size: 22px;
  text-align: left;
  cursor: pointer;
}

.day-details1 .day-title {
  font-size: 22px;
  text-align: left;
  cursor: pointer;
  padding: 17px 20px;
  text-transform: uppercase;
  margin: 0;
}

.day-details1 a {
  text-decoration: none !important;
}

.day-details .long-info,
.day-details1 .long-info {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.day-details1 .long-info {
  margin: 0 20px 17px 20px;
}

.long-info p {
  margin-bottom: 10px;
}

.day-details:hover {
  background: #d3002e;
  color: #fff;
}
.day-details1 .day-title:hover {
  background: #d3002e !important;
  color: #fff !important;
}

.day-details:hover h1,
.day-details:hover p,
.day-details:hover a,
.day-details:hover span {
  color: #fff !important;
}

.help-image {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#carousel1 .flex-nav-next,
#slider1 .flex-nav-next {
  position: absolute;
  right: -35px;
  top: 40%;
}
#carousel1 .flex-nav-prev,
#slider1 .flex-nav-prev {
  position: absolute;
  left: -35px;
  top: 40%;
}

#carousel1 .slides li:first-child {
  margin-left: 0;
}

#carousel1 .slides li {
  cursor: pointer;
}

#slider1 .flex-viewport {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.register {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.person-detail-row {
  /*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
  -webkit-box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 19px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 6px 0;
}

.detail-label {
  width: 50%;
  float: left;
  color: #d3002e;
}

.detail-data {
  width: 50%;
  float: left;
  color: #49babd;
}

.contact-me {
  width: 75%;
}

.contact-video {
  float: none;
  margin: 0 auto;
}
.video1 {
  margin-top: 5px;
}

#similar-slider .flex-nav-next {
  position: absolute;
  top: 45%;
  right: -30px;
}
#similar-slider .flex-nav-prev {
  position: absolute;
  top: 45%;
  left: -30px;
}

.law .error {
  position: relative !important;
  right: 0 !important;
}

#imageloadbutton .glyphicon,
#w-imageloadbutton .glyphicon {
  height: 21px;
  width: 21px;
}

#imageloadbutton .badge,
#w-imageloadbutton .badge {
  display: none;
}

.acceptLawContact .error {
  position: relative !important;
  right: 0;
  top: -1px;
}

.slides {
  overflow: hidden !important;
}
.hidden-slider {
  display: none;
}

#search-results-bottom .text-center {
  position: relative;
}
#search-results-bottom .flex-nav-prev {
  left: -40px;
}
#search-results-bottom .flex-nav-next {
  right: -40px;
}

.bestfriends {
  position: relative;
}

.bestfriends img {
  margin: 0 auto;
}

.fav {
  position: absolute;
  z-index: 9999;
  font-size: 20px;
  right: -1px;
  top: 3px;
  color: #d3002e;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 9px 0 8px;
  cursor: pointer;
}

.fav .heart {
  cursor: pointer;
}

.block-form label.error {
  left: 20px;
  color: #d3002e;
  position: absolute;
  margin-top: -62px;
  font-size: 14px;
}
.acceptLawContact label.error {
  left: 1px;
  color: #d3002e;
  position: absolute;
  margin-top: -62px;
  font-size: 14px;
}

@media (max-width: 450px) {
  .btn_home {
    padding: 0 10px !important;
    min-width: 135px;
  }

  header .register {
    top: 156px;
  }
}

@media (max-width: 325px) {
  header .register p {
    font-size: 15px !important;
  }
}

.mandatory {
  border: 2px solid #d3002e !important;
}

.bestfriends.custom-next,
.bestfriends.custom-prev {
  width: 100px;
  padding: 10px;
  cursor: pointer;
  margin: 5px;
  color: #d3002e;
  font-family: "Courgette", cursive;
  font-size: 18px;
}

.bestfriends.view-all {
  padding: 10px;
  width: auto;
  cursor: pointer;
  margin: 5px;
}

.bestfriends.view-all a {
  color: #49babd;
  font-family: "Courgette", cursive;
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}

.white {
  color: #fff !important;
}

.parallax {
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hp-banner {
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 90px;
  bottom: 10%;
  left: 0;
  text-align: center;
  padding: 10px 0;
  z-index: 9999;
}
.hp-banner .text {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.hp-banner .icon {
  width: 80px;
  margin-bottom: 10px;
}
.hp-banner .hp-btn {
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 10px;
  height: 53px;
  line-height: 17px;
  border-radius: 0;
  width: 100%;
  background: transparent !important;
  box-shadow: none;
}
.hp-banner .cta {
  font-size: 14px;
  opacity: 0.8;
}

.hp-mobile-banner {
  display: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 0;
  z-index: 9999;
}
.hp-mobile-banner .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 4px;
}
.hp-mobile-banner .t-left {
  float: right;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 3%;
  text-align: right;
}
.hp-mobile-banner .t-right {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 3%;
}
.hp-mobile-banner .t-left a,
.hp-mobile-banner .t-right a {
  margin: 0 auto;
  font-size: 12px;
  padding: 0 10px;
  width: 95%;
}

#search h3.row {
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}

.footer-nav {
  line-height: 27px;
}
.footer-nav .nav-el {
  padding: 0 15px;
}

i {
  font-style: italic;
}

.question {
  font-weight: bold;
}
.answer {
  font-style: italic;
}
.faq-number {
  max-width: 80px;
  margin: 20px 0;
}

.franchising-block .box {
  border: 1px solid #a1a1a1;
  padding: 10px;
}
.franchising-block .box-title {
  background: #49babd;
  font-size: 20px;
  color: #fff;
  font-style: italic;
}
.franchising-block .text-row {
  font-size: 19px;
  margin-top: 10px;
}

.strip-cta .btn {
  min-width: 265px;
}

span.number {
  font-size: 26px;
  vertical-align: -2px;
  margin-right: 3px;
}

.signup-links {
  position: absolute;
  bottom: -10px;
  right: 20px;
}

.signup-links a {
  color: #49babd;
  font-weight: bold;
}

.signup-links img {
  vertical-align: middle;
  margin: 0 10px;
  width: 35px;
}
