/* --------------------------------------------------------------------------------------
+
+   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;
}

html {
	overflow-x: hidden;
}

i, em{
	font-style: italic;
}

.footer-link {
	margin-right: 20px; 
	color: #ee620e; 
	font-size: 20px
}

@media screen and (max-width: 768px) {
    .visible-xs-inline {
        display: inline-block; !important
    }
	.sm{
		font-size: 18px;
	}
	.footer-link {
		font-size: 18px;
		margin-right: 10px; 
	}
}

@media screen and (min-width: 768px) {
    .visible-xs-inline {
        display: none; !important
    }
}

.li-bottom{
    font-size: 17px;
}

.transparent-text{
	position: absolute;
    bottom: 20px;
    left: 0px;
    color: #fff;
    background: rgba(0,0,0,.6)!important;
    padding: 20px;
    font-family: 'Exo', sans-serif;
    font-size: 35px;
    line-height: 40px;
}

.overlay-popup{
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.img-container{
	background: #574b59;
	top: 34%;
	position: relative;
	padding: 10px;
}

.img-container img{
	width: 700px;
	max-width: 98%;
}

.close-ama-modal{
	position: absolute;
    right: 100px;
    top: -10px;
    color: white;
    font-size: 50px;
    font-weight: 100;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.close-ama-modal:hover{
	color: #ccc;
}

@media (min-width: 50px) and (max-width: 767px) {
	.close-ama-modal{
		right: 10px;
		top: -20px;
	}
	.overlay-popup{
		background: rgba(0, 0, 0, 0.4);
	}

	.img-container{
		top: 34%;
		padding: 25px;
	}
}

a.pink-button{
	text-decoration: none!important;
	display: inline-block;
}
a.pink-button:hover{
	color: #ccc;
}

.omaggio{
    position: absolute;
    right:0;
    top: 0;
}

.transparent-text-small{
    font-size: 25px;
}

.exo-text{
    font-family: 'Exo', sans-serif;
}

.people-bg{
	background: url(../img/people-bg.jpg);
    background-size: cover;
}

.blue-title{
    color: #0e5f78;
    font-size: 28px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.blue-bottom{
    color: #0e5f78;
    font-size: 18px;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: .5px;
}

.blue-title-big{
    color: #0e5f78;
    font-size: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 1px;
}

.blue-title-medium{
    color: #0e5f78;
    font-size: 36px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.pink-button{
    padding: 24px 10px;
    margin: 0 auto;
    max-width: 340px;
    background: #f40e63;
    color: #fff;
    font-size: 26px;
    border-radius: 7px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

@media (min-width: 50px) and (max-width: 767px) {
	.pink-button{
		padding: 24px 30px;
	}
	.transparent-text{
		bottom: 0;
	}
	
	.centered-on-xs{
		text-align: center;
	}
	
	#contact input {
		font-size: 16px !important;
		padding: 28px 18px !important;
	}
	
	.big-text {
		font-size: 26px !important;
	}
	
	.vantaggi {
		font-size: 30px !important;
		line-height: 1.2 !important;
		letter-spacing: 0 !important;
		margin-bottom: 15px !important;
	}
	
	.blue-title-big {
		font-size: 25px !important;
		line-height: 1.2 !important;
	}
}

.description-text{
    font-size: 21px;
    text-align: left;
}

.pink-center{
    font-size: 25px;
    color: #d94a7d;
}

.pink-title {
    font-size: 35px;
    color: #d94a7d;
    font-weight: bold;
    letter-spacing: 1px;
}

.vantaggi{
    font-size: 40px;
    font-weight: bold;
    color: #0e5f78;
    letter-spacing: 1px;
}

.vantaggi-list{
    color: #0e5f78;
    font-size: 18px;
}

.girls-p{
    width: 24%;
    max-width: 160px;
}

.pink-bg{
    background: url(../img/pink-bg.png);
    background-size: cover;
    width: 100%;
    height: 389px;
    max-width: 316px;
    position: relative;
    top: -60px;
    right: 0;
    font-size: 16px;
    padding: 40px 18px;
    color: #fff;
}

.pink-bg .str-title{
    font-size: 30px;
    letter-spacing: 1px;
}

.pink-bg ul{
    margin-left: 20px;
}

.dark-btn{
    margin: 0 auto;
    background: #000;
    text-align: center;
    border-radius: 4px;
    padding: 15px 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
    cursor: pointer;
}

.zoom{
    position: absolute;
    top: 160px;
    width: 40px;
    right: 10px;
}

.beneficio{
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.ben-title{
    color: #d94a7d;
    font-weight: bold;
    font-size: 17px;
    padding: 0 10px;
    height: 50px;
}

.ben-text{
    font-size: 15px;
}

.blue-title.blue-small{
    font-size: 22px;
}

.omaggio-speciale{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}



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: #f40e63;
  margin-bottom: 20px;
}

h1 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  font-family: "Damion", 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;
}

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;
}

.topLang{
	float: right;
	position: relative;
	top: -20px;
}

.topLang a{
	font-family: "Damion", cursive;
	color: #0e5f78;
	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: #0e5f78;
	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;
}

/* --------------------------------------------------------------------------------------
+
+ 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: #f40e63;
  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: #d0004c;
  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;
    border: none;
    font-size: 20px;
    padding: 30px;
    max-width: initial;
    border-radius: 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: 25px;
  color: #f40e63;
  position: absolute;
  margin-top: -32px;
}

.input-signup label.error {
  right: 25px;
  color: #f40e63;
  position: absolute;
  margin-top: -32px;
}

.containingLabel{
    position: relative;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */

.dark-bg{
	color: white;
	background-color: #3a3b3f;
}
.people-bg .dark-bg{
	background: transparent;
}

.big-text{
	font-size: 30px;
}
.medium-text{
	font-size: 24px;
}
.normal-text{
	font-size: 18px;
}


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;
}
#logo {
	width: 160px;
    max-width: 100%;
    height: 80px;
    display: block;
    background: url(../img/logo3.png) no-repeat 50% 0;
    float: none;
    margin-top: 0px;
    background-size: contain;
}
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: #007ba2;
  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: #007ba2;
  color: #c5c5c5;
  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: #007ba2;
  color: #c5c5c5;
  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: #007ba2;
  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: #c5c5c5;
  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(0, 123, 162, 0.5);
  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: 30px;
  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: #f30e63;
  -webkit-box-shadow: 0 1px 1px #b70245;
  -moz-box-shadow: 0 1px 1px #b70245;
  box-shadow: 0 1px 1px #b70245;
  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, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: -moz-linear-gradient(bottom, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: -o-linear-gradient(bottom, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: -ms-linear-gradient(bottom, #f30d63 0%, #f30d63 1.29%, #f75d96 100%);
  background-image: linear-gradient(bottom, #f30d63 0%, #f30d63 1.29%, #f75d96 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 {
  color: #0e5f78;
}
.invert h2 {
  color: #f40e63;
}

#search {
  background-color: #f3f6f7;
  overflow: hidden;
}
#search h1 {
  font-family: "Damion", cursive;
  color: #0e5f78;
  font-size: 32px;
  text-transform: none;
  font-weight: normal;
  text-shadow: 0 1px 1px #075973;
}
#search h2 {
  color: #5d5d5b;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

#search .row {
  width: 240px;
  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: #0e5f78;
}
#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 (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;
  }
}
/* --------------------------------------------------------------------------------------
+
+ 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: 220px;
  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('../img/arrows.png') no-repeat -5px -4px;
}
.nbs-flexisel-inner > div:hover {
  background: #97b1b1 url('../img/arrows.png') no-repeat -5px -4px;
}
.nbs-flexisel-inner ul {
  height: 180px;
  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.8;
  border: 4px solid #007ba2;
  -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;
}

/* --------------------------------------------------------------------------------------
+
+ 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('../img/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('../img/overlay.png') repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
}

#cboxTopCenter {
  height: 14px;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
}

#cboxBottomCenter {
  height: 43px;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
}

#cboxMiddleLeft {
  width: 14px;
}

#cboxMiddleRight {
  width: 14px;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingOverlay {
}

#cboxLoadingGraphic {
}

#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('../img/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;
}

#register, #signin {
  visibility: hidden;
  width: 246px;
  height: auto !important;
}
#colorbox #register, #colorbox #signin {
  visibility: visible;
}
#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: #f40e63;
  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: .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: #f40e63;
}
.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;
}


.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:#ef6a8a;
	color: #fff;
}
.day-details1 .day-title:hover {
	background:#ef6a8a!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: #f40e63;
}

.detail-data{
	width: 50%;
	float: left;
	color: #0e5f78;
}

.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 img{
    margin: 0 auto;
}

.block-form label.error{
	left: 20px;
    color: #f40e63;
    position: absolute;
    margin-top: -62px;
    font-size: 14px;
}
.acceptLawContact label.error{
	left: 1px;
    color: #f40e63;
    position: absolute;
    margin-top: -62px;
    font-size: 14px;
}