/* ==========================================================================
   General styles
   ========================================================================== */
   /*
   Green: #4AAD4E, #39893e
   Blue:#FF5A5F, #0692BC
   Light grey: #f6f6f6
   Border: #e4e4e4
   */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,700italic,600,600italic);


html {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==========================================================================
   Structure
   ========================================================================== */

.container {
	padding: 0 5%;
}

.inner-wrapper {
	margin: 0 auto;
	max-width: 1300px;
}

.inner-small-wrapper {
	margin: 0 auto;
	max-width: 1060px;
}

.inner-register-wrapper {
	margin: 0 auto;
	max-width: 700px;
}

   /* ==========================================================================
   Form elements
   ========================================================================== */
   
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	border-bottom: 2px solid #d5354b;
	background: #FF5A5F;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 14px 8px 14px;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #d5354b;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #333;
	background: #f9f9f9;
	border: 1px solid #c4c4c4;
	font-size: 16px;
	padding: 8px 9px;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid#FF5A5F;
	outline: none;
}

textarea {
	width: 100%;
}


/* ==========================================================================
   Typography
   ========================================================================== */
   
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open sans', sans serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
}

h1,
h2,
h3 {
	font-weight: normal;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (min-width: 800px) {
	h1 {
	font-size: 46px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 24px;
	}
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

a {
	color:#FF5A5F;
	text-decoration: none;
	/*-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out; */
}

a:visited {
	color:#FF5A5F;
}

a:hover,
a:focus,
a:active {
	color: #0692BC;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 11px 18px 9px 18px;
	text-transform: uppercase;
}

a.btn {
	color: #fff;
}

.btn.btn-green {
	background: #4AAD4E;
	border-bottom: 2px solid #39893e;
}

.btn.btn-green:hover {
	background: #39893e;
}

.btn.btn-blue {
	background:#FF5A5F;
	border-bottom: 2px solid #D5354B;
}

.btn.btn-blue:hover {
	background: #D5354B;
}

.btn.btn-grey {
	background: #aaa;
	border-bottom: 2px solid #999;
}

.btn.btn-grey:hover {
	background: #999;
}

   /* ==========================================================================
   Site header
   ========================================================================== */

.logo {
	background: url('../../img/logo-clean.png');
	display: inline-block;
	height: 42px;
	width: 194px;
}



/* @media only screen and (min-width: 400px) { */
	/* .logo { */
		/* background: url('../../img/logo-small.png') no-repeat top left; */
		/* /* height: 43px; */ 
		/* /* width: 266px; */ 
		/* height: 31px; */
		/* width: 194px; */
	/* } */
/* } */

.site-header {
	padding-top: 18px;
}

   /* ==========================================================================
   Menus & buttons
   ========================================================================== */
   
.page .site-navigation ul {
	margin-bottom: 0;
}

/* Mobile Menu */

.site-navigation {
	display: none;
}

.mobile-menu {
	background: none repeat scroll 0 0#FF5A5F;
	border-left: 1px solid #0692BC;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	position: fixed;
	right: -230px;
	top: 0;
	width: 230px;
	z-index: 16;
}

.mobile-menu a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 10px 15px;
}

.mobile-menu li li a {
	/*padding-left: 30px;*/
}

.mobile-menu li ul {
	border-top: 1px solid #0692BC;
}

.mobile-menu li {
	border-bottom: 1px solid #0692BC;
}

.mobile-menu li a:hover,
.mobile-menu .current-menu {
	background: #0692BC;
}

#nav-toggle {
	cursor: pointer;
	margin-top: 3px;
	padding: 10px 35px 16px 0px;
	float: right;
}

@media only screen and (min-width: 400px) {
	#nav-toggle {
		margin-top: 10px;
	}
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background:#FF5A5F;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

#site-wrapper {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#site-container {
	width: 100%;
	height: 100%;
	position: relative;

	/*-webkit-transform: translateX(0);
	transform: translateX(0);

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/

	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

}

.show-nav #site-container {
	-moz-transform: translate3d(-230px, 0, 0);
	-ms-transform: translate3d(-230px, 0, 0);
	-o-transform: translate3d(-230px, 0, 0);
	-webkit-transform: translate3d(-230px, 0, 0);
	transform: translate3d(-230px, 0, 0);
}

/* Desktop Nav */

@media only screen and (min-width: 1000px) {
	.site-header {
		padding-bottom: 15px;
		/* padding: 30px 0; */
	}
	
	.mobile-menu,
	#nav-toggle {
		display: none;
	}
	
	.site-navigation {
		display: block;
		float: right;
		font-size: 14px;
		margin-top: 5px;
	}
	
	.site-navigation li {
		display: inline-block;
		margin-right: 30px;
		position: relative;
	}
	
	.site-navigation li:last-child {
		margin-right: 0;
	}
	
	.site-navigation a {
		border-bottom: 3px solid #fff;
		border-width: 1px;
		color: #999;
		font-weight: 600;
	}
	
	.logged-in a {
		font-weight: normal;
		padding: 20px 0;
	}
	
	.site-navigation a:hover,
	.site-navigation .current-menu a {
		border-bottom: 3px solid#FF5A5F;
		border-width: auto;
		color:#FF5A5F;
	}
	
	.site-navigation .current-menu a {
		border-bottom: 3px solid#FF5A5F;
	}
	
	.support-menu a:before {
		content: url('../../img/support.png');
		margin-right: 7px;
	}
	
	.support-menu a {
		color:#FF5A5F;
	}
}

@media only screen and (min-width: 1100px) {
	.site-navigation {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1400px) {
	.site-navigation {
		font-size: 17px;
	}
	
	.site-navigation li {
		margin-right: 40px;
	}
	
	.site-navigation a {
		font-weight: 600;
	}
}

/* ==========================================================================
   Persistent secondary menu
   ========================================================================== */
   
.secondary-menu {
	background:#FF5A5F;
	margin-top: 12px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	z-index: 11;
}

.secondary-menu.cloned {
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1000px) {
	.secondary-menu {
		margin-top: 22px;
	}
}

@media only screen and (min-width: 1200px) {
	.secondary-menu {
		margin-top: 26px;
	}
}

.secondary-menu a {
	color: #fff;
}

.menu-search-content input,
.menu-search-content select {
	border: 1px solid #fff;
	font-size: 14px;
	margin-right: 7px;
	padding: 5px 7px;
}

.menu-search-content select {
	font-size: 13px;
}

.menu-search-content input[type="text"],
.menu-search-content select {
	width: 85px;
}

@media only screen and (min-width: 400px) {
	.menu-search-content input[type="text"] {
		transition: all 0.2s;
	}
	
	.menu-search-content input[type="text"]:focus {
		width: 120px;
	}
}

@media only screen and (min-width: 800px) {
	.menu-search-content input[type="text"]:focus {
		width: 140px;
	}
	
	.menu-search-content input[type="text"],
	.menu-search-content select {
		width: 90px;
	}
	
	.menu-search-content select {
		font-size: 14px;
	}
}

.menu-search-content input[type="submit"] {
	background:#FF5A5F;
	border-bottom: none;
	border: 2px solid #fff;
	margin-right: 0;
	padding: 3px;
}

.menu-search-content input[type="submit"]:hover {
	background: #fff;
	color:#FF5A5F;
}

.menu-search-content form div {
	display: inline-block;
}

.menu-search-toggle {
	color: #fff;
	margin-right: 7px;
}

.menu-search-toggle:hover {
	cursor: pointer;
}

.menu-search-toggle span {
	display: none;
	font-weight: bold;
}

@media only screen and (min-width: 400px) {
	.menu-search-toggle span {
		border-bottom: 1px solid #fff;
		display: inline-block;
		margin-right: 5px;
	}
}

.menu-search {
	display: none;
	margin-bottom: 20px;
}

.menu-search-content form div.menu-search-label,
.menu-search-content form div.advanced-search-link {
	color: #fff;
	display: none;
	font-size: 14px;
}

.menu-search-content form div.advanced-search-link {
	display: inline-block;
}

.advanced-search-link a {
	font-weight: bold;
	margin-left: 10px;
	text-decoration: underline;
}

@media only screen and (min-width: 900px) {
	.menu-search-content form div.menu-search-label {
		display: inline-block;
	}
}

.page .secondary-menu-links ul {
	margin-bottom: 0;
}

.secondary-menu-links ul li {
	display: inline-block;
}

.menu-login {
	margin-right: 7px;
}

.menu-login a,
.menu-register a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #fff;
	padding: 5px 12px;
}

@media only screen and (min-width: 400px) {
	.menu-login a,
	.menu-register a {
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: bold;
		text-transform: uppercase;
	}
}

.menu-register a {
	background: #4AAD4E;
}

.menu-login a:hover {
	background: #fff;
	color:#FF5A5F;
}

.menu-register a:hover {
	background: #39893e;
}

@media only screen and (min-width: 800px) {
	.secondary-menu {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.secondary-menu-links ul li.menu-search-toggle {
		display: none;
	}
	
	.menu-search {
		display: block!important;
		float: left;
		margin-bottom: 0;
	}
	.secondary-menu-links {
		float: right;
		margin-top: 5px;
	}
	
	.menu-search-label {
		display: inline-block;;
	}
}

/* Logged in menu */

.user-login ul {
	font-size: 14px;
	
}

.user-login {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    color: #999;
    display: inline-block;
    padding: 3px 12px;
    letter-spacing: 1px;
	/* vertical-align: middle; */

}

.user-login-img {
	height: 30px;
	margin-right: 8px;
	width: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	vertical-align: middle; 
}

.user-login-wrapper {
	display: inline-block;
	/* margin-bottom: 10px; */
	vertical-align: middle;
}

.user-login-wrapper .fa {
	display: none;
	margin-left: 5px;
}

.inbox-count {
	background: #fff;
	/* border: 2px solid#FF5A5F; */
	color:#FF5A5F;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
}

.site-navigation .inbox-notification a:hover {
	border-bottom:0;
}

.secondary-menu-links ul li.inbox-notification {
	display: none;
	margin-right: 5px;
}

@media only screen and (min-width: 800px) {
	.user-login-wrapper {
		margin-bottom: 0;
	}
	
	.user-login-wrapper .fa {
		display: inline;
	}
	
	.user-login-wrapper:hover {
		cursor: pointer
	}
	
	.user-login {
		text-align: left;
		position: relative;
	}
	
	.user-login ul {
		background: #f6f6f6;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		display: none;
		padding: 0;
		position: absolute;
		top: 32px;
		right: 0;
		width: 210px;
		display: none;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
	}

	.user-login ul li {
		border-bottom: 1px solid #ccc;
		display: block;
		margin-right: 0;	
	}

	.user-login ul li:last-child {
		border-bottom: none;
	}

	.user-login ul li a {
		color: #666;
		display: inline-block;
		font-size: 14px;
		padding: 14px 20px;
		width: 100%;
	}

	.user-login ul li:hover {
		background: #fff;
		color:#FF5A5F;
	}

	.user-login:hover ul {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 100;
	}
	
	.secondary-menu-links ul li.inbox-notification {
		display: inline-block;
	}
}

/* ==========================================================================
   Advanced search
   ========================================================================== */
   
.advanced-search .content {
	background: #EBEFF2;
	padding-bottom: 40px;
	padding-top: 20px;
}

.advanced-search .content.content-loggedin-search {
	padding-top: 0;
}
/*Fap filter*/
.fap-filter {
	background: #EBEFF2;
	max-width: 300px;
	margin: 0 auto;
}

.fap-filter-toggle {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

.fap-filter-toggle:hover {
	cursor: pointer;
}

.fap-filter-toggle:active {
	background: #4AAD4E;
}

.fap-filter-content {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
	margin-bottom: 40px;
	overflow: hidden;
}

.fap-filter-heading {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 20px;
	text-align: center;
}

.fap-filter-heading li {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.fap-refine {
	float: left;
}

.fap-reset {
	float: right;
}

.fap-refine:before,
.fap-reset a:before {
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 5px;
}

.fap-refine:before {
	content: "\f0b0";
}

.fap-reset a:before {
	content: "\f021";
}

.fap-filter-section {
	margin-bottom: 20px;
}

.fap-icon:before {
	content: "\f147";
	font-family: "FontAwesome";
	margin-left: 5px;
}

.fap-collapsed .fap-icon:before {
	content: "\f196";
}

.filter-section-heading {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter-section-heading:hover {
	background: #f0f0f0;
	cursor: pointer;
}

.filter-section-content {
	font-size: 14px;
	padding: 0 20px;
}

.filter-section-row {
	margin-bottom: 15px;
}

.filter-section-content .filter-section-row:last-child {
	margin-bottom: 0;
}

.filter-section-content label {
	color: #999;
	font-weight: 600;
}

.fap-collapsed .filter-section-content {
	display: none;
}

.filter-section-content input,
.filter-section-content select {
	font-size: 14px;
	padding: 5px 7px;	
}

.filter-section-content input[type="text"],
.filter-section-content input[type="submit"],
.filter-section-content select {
	max-width: 100%;
	width: 100%;
}

.filter-section-content input[type="submit"] {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.filter-section-content input[type="checkbox"],
.filter-section-content input[type="radio"] {
	bottom: 2px;
	position: relative;
	vertical-align: middle;
}

.fap-block-label {
	display: block;
}

.fap-inline-wrapper {
	display: inline-block;
	margin-right: 7px;
}

.filter-section-row .fap-inline-wrapper:last-child {
	margin-right: 0;
}

.reset-multiple {
	float: right;
	font-size: 13px;
}

/* ==========================================================================
   Results listing
   ========================================================================== */
   
.results-wrapper {
	overflow: hidden;
	padding: 0 3px;
}   

.advanced-search-heading {
	background: #fff;
	border: 1px solid #ccc;	
	margin-bottom: 20px;
	padding: 12px 18px;
}

/*pagination*/

.advanced-search-pagination li {
	display: inline-block;
	margin-bottom: 16px;
	margin-right: 10px;
}

.advanced-search-pagination li a {
	background:#FF5A5F;
	color: #fff;
	display: inline-block;
	padding: 4px 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.advanced-search-pagination li a:hover {
	background: #0692BC;
}

.advanced-search-pagination li.current-search-page a, .advanced-search-pagination li.current-search-page a:hover {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	color: #333;
	cursor: default;
	padding: 3px 11px;
}

.advanced-search-meta {
	color: #999;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

.advanced-search-meta label,
.advanced-search-meta select {
	text-transform: uppercase;
}

.advanced-search-meta select {
	font-size: 13px;
	padding: 5px 7px;	
}

.advanced-search-meta > div:first-child {
	margin-bottom: 10px;
}

@media only screen and (min-width: 650px) {
	.advanced-search-pagination {
		float: left;
	}
	
	.advanced-search-meta {
		float: right;
	}
	
	.advanced-search-pagination li {
		margin-bottom: 0;
	}
}

/*Result*/
/*
.advanced-search-results {
	width: 100%;
}
*/

.fap-search-result {
	background: #fff;	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}

.fap-search-result.search-result-spinner {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.fap-search-result.no-search-result {
	background: #FFFEF0;
	font-size: 18px;
	text-align: center;
}

.fap-search-result.no-search-result p {
	font-weight: 300;
	margin-bottom: 0;
}

.search-result-photo {
	position: relative;
}

.search-result-flag {
	position: absolute;
	bottom: -2px;
	right: 3px;
}

.search-result-photo img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.search-result-photo {
	border: 1px solid #ddd;
	display: block;
	margin-bottom: 16px;
	padding: 4px;
}

.search-result-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.search-result-info {
	color: #999;
	font-weight: 600;
	margin-bottom: 10px;
}

.search-result-icons {
	margin-bottom: 20px;
}

.search-result-icons li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 7px;
}

.search-result-icons li:last-child {
	margin-right: 0;
}

.result-description-heading {
	background: #fffef0;
	border: 1px solid #F4F1DC;
	color: #666;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 12px;
}

.result-description-heading li:first-child {
	margin-bottom: 10px;
}

.result-description-content {
	display: none;
}

.result-description-content p {
	margin-bottom: 1.1em;
}

.search-result-action li {
	margin-bottom: 15px;
}

.action-btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.action-btn:before {
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 5px;
}

.action-btn-msg {
	background: #fff;
	border: 2px solid#FF5A5F;
	color:#FF5A5F;
}

.action-btn-msg:before {
	content: "\f003";
}

a.action-btn-msg:hover {
	background:#FF5A5F;
	color: #fff;
}

a.action-btn-fav {
	background: #fff;
	border: 2px solid #aaa;
	color: #aaa;
}

.action-btn-fav:before {
	content: "\f08a";
}

a.action-btn-fav:hover,
a.action-btn-fav.action-btn-active {
	background: #aaa;
	color: #fff;
}

a.action-btn-profile {
	background: #fff;
	border: 2px solid #4AAD4E;
	color: #4AAD4E;
}

.action-btn-profile:before {
	content: "\f007";
}

.action-btn-profile:hover {
	background: #4AAD4E;
	color: #fff;
}

.search-result-action li.last-login {
	color: #999;
	margin-bottom: 0;
}

.favorited {
	background: #4AAD4E;
	color: #fff;
	left: 25px;
	padding: 2px 6px;
	position: absolute;
	width: 97.48px;
	border:1px solid #fff;
}

.favorited:before {
	content: "\f08a";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 5px;
}

.contacted {
	background: #4AAD4E;
	color: #fff;
	padding: 2px 6px;
	position: absolute;
	top: 25px;
	left:25px;
	border:1px solid #fff;
}

.contacted:before {
	content: "\f003";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 5px;
	color: #fff;
}

.contacted-profile {
	background: #4AAD4E;
	color: #fff;
	padding: 2px 6px;
	position: absolute;
	border:1px solid #fff;
}

.contacted-profile:before {
	content: "\f003";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 5px;
	color: #fff;
}

.favorited-profile {
	background: #4AAD4E;
	color: #fff;
	padding: 2px 6px;
	position: absolute;
	border:1px solid #fff;
	top: 36px;
	width: 108.7px;
}

.favorited-profile:before {
	content: "\f08a";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 5px;
	color: #fff;
}

.last-login {
	color: #999;
	margin-top: 10px;
	text-align: right;
}

/*Modal*/

.fap-message-sent {
	background: #fffef0;
	border: 1px solid #F4F1DC;
	color: #666;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 12px;
}

.fap-message-sent .fa {
	font-size: 16px;
	font-weight: normal;
}

.modal textarea {
	resize: none;
}

@media only screen and (min-width: 600px) {
	.search-result-photo img {
		height: auto;
		width: auto;
		max-width: 171px;
	}
	
	.table-wrapper {
		display: table;
		width: 100%;
	}
	
	.search-result-meta {
		min-width: 171px;
	}
	
	.search-result-meta,
	.search-result-description {
		display: table-cell;
		vertical-align: top;
	}
	
	.search-result-description {
		padding-left: 30px;
		width: 100%;
	}
	
	.search-result-action li {
		display: inline-block;
		margin-right: 10px;
	}
	
	.result-description-content {
		display: block;
	}
	
	.search-result-icons {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 730px) {
	.result-description-heading li:first-child {
		float: left;
		margin-bottom: 0;
	}
	
	.result-description-heading li:last-child {
		float: right;
	}
}

@media only screen and (min-width: 1200px) {
	.advanced-search-wrapper {
		display: table;
		padding-top: 40px;
		width: 100%;
	}
	
	.content-loggedin-search .advanced-search-wrapper {
		padding-top: 0;
	}
	
	.fap-filter,
	.results-wrapper {
		display: table-cell;
		vertical-align: top;
	}
	
	.fap-filter {
		width: 300px;
	}
	
	.results-wrapper {
		padding-left: 40px;
	}
	
	.fap-filter-toggle {
		display: none;
	}
	
	.fap-filter-content {
		display: block!important;
	}
}

/* ==========================================================================
   Register
   ========================================================================== */
   
.register .content {
	background: #EBEFF2;
	padding-bottom: 40px;
	padding-top: 40px;
}

.register-step-wrapper {
	background: #fff;	
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);*/
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 1400px) {
	.register-step-wrapper {
		font-size: 16px;
	}
}

.register-step-header h2 {
	/* background: #4aad4e; */
	background: #999;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 16px 20px;
	text-align:center;
}

@media only screen and (min-width: 1200px) {
	.register-step-header h2 {
		font-size: 26px;
		font-weight: 300;
		padding: 30px 40px;
	}
}

.register-info {
	margin: 20px;
	padding: 20px;
}

.register-info p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
	.register-info {
		margin: 40px;
		padding: 40px;
	}
}

.register-step-body {
	padding: 0 20px 20px 20px;
}

@media only screen and (min-width: 1200px) {
	.register-step-body {
		padding: 0 40px 40px 40px;
		/* max-width: 800px; */
		/* margin: 0px auto; */
	}
}

.register-step-section {
	 -webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom: 40px; 
	padding: 16px 20px 20px 20px;
}

.register-step-section:last-child {
	margin-bottom: 0;
}

.register-step-section.register-step-submit {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	/* text-align:center; */
}

.register-step-section.register-step-submit p {
	border-bottom: 1px solid #ddd;
	color: #aaa;
	font-size: 14px;
	margin-bottom: 27px;
	padding-bottom: 20px;
}

.register-step-section legend {
	background: #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	padding: 5px 12px;
}

.register-section-description {
	background: #fffef0;
	border: 1px solid #F4F1DC;
	color: #666;
	padding: 8px 12px;
}

.register-section-description span {
	font-weight: 300;
}

.register-section-description span:before {
	content: "\f05a";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 6px;
}

.register-step-row {
	margin-bottom: 18px;
}

.register-step-row:last-child {
	margin-bottom: 0;
}

.row-label {
	color: #666;
	font-weight: 600;
	margin-bottom: 4px;
}
.row-label small {float: left;}
.row-fields small {display:block; margin-top:10px;}

.register-step-form input[type="text"],
.register-step-form input[type="email"],
.register-step-form input[type="password"],
.register-step-form textarea,
.register-step-form select.register-select-full {
	max-width: 100%;
	width: 100%;
}

.register-step-form input[type="text"],
.register-step-form input[type="email"],
.register-step-form input[type="password"],
.register-step-form textarea,
.register-step-form select {
	font-size: 14px;
	padding: 7px;
}

@media only screen and (min-width: 1400px) {
	.register-step-form input[type="text"],
	.register-step-form input[type="email"],
	.register-step-form input[type="password"],
	.register-step-form textarea,
	.register-step-form select {
		font-size: 16px;
	}
}

.register-info-err {
	background: #FFEDED;
	border: 1px solid #D80606;
	color: #D80606;
	font-size: 14px;
	margin-top: 10px;
	padding: 6px 10px;
}

.register-info-err span:before {
	content: "\f06a";
	font-family: "FontAwesome";
	margin-right: 5px;
}


.register-step-form .row-error input[type="text"],
.register-step-form .row-error input[type="email"],
.register-step-form .row-error input[type="password"],
.register-step-form .row-error textarea,
.register-step-form .row-error select {
	background: #FFEDED;
	border: 1px solid #D80606;
	color: #D80606;
}

.row-error .row-label {
	color: #D80606;
}

.register-step-form input[type="checkbox"],
.register-step-form input[type="radio"] {
	bottom: 2px;
	position: relative;
	vertical-align: middle;
}

.register-step-form textarea {
	resize: none;
}

.wrap-label {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	margin: 0 3px 8px 0;
	padding: 10px 9px;
	height: 45px;
	
}

@media only screen and (min-width: 1200px) {
	.register-step-row {
		display: table;
		width: 100%;
	}
	
	.row-label,
	.row-fields {
		display: table-cell;
		vertical-align: middle;
	}
	
	.row-align-top .row-label,
	.row-align-top .row-fields,
	.row-error .row-label,
	.row-label .row-fields {
		vertical-align: top;
	}
	
	.row-label {
		padding-right: 20px;
		width: 40%;
	}
	
	.row-fields {
		width: 60%;
	}
	
	.register-step-header h2 {
		font-size: 30px;
	}
	
	.register-step-row {
		margin-bottom: 24px;
	}
}

/* Multiple selects per row */

.multiple-element label {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 4px;
}

.multiple-element {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}

.row-fields .multiple-element:last-child {
	margin-right: 0;
}

.multiple-element-4 {
	max-width: 180px;
}

.multiple-element-5 {
	max-width: 210px;
}

.multiple-element-6 {
	max-width: 250px;
}

@media only screen and (min-width: 1400px) {
	.multiple-element.multiple-element-4 {
		margin-bottom: 0;
	}
}

.multiple-element.multiple-element-2 {
	width: 100%;
}

@media only screen and (min-width: 1200px) {
	.multiple-element.multiple-element-2 {
		margin-right: 0;
		margin-bottom: 0;
		width: 48%;
	}
	
	.row-fields .multiple-element.multiple-element-2:first-child {
		float: left;
	}
	
	.row-fields .multiple-element.multiple-element-2:last-child {
		float: right;
	}
}

.multiple-element-date {	
	width: 125px;
}

.multiple-element-date input.datepicker {
	font-size: 14px;
}

.register-step-submit .btn-grey {
	margin-top: 20px;
}

@media only screen and (min-width: 400px) {
	.register-step-submit li {
		float: left;
		margin-right: 20px;
	}
	
	
	.register-step-submit li:last-child {
		margin-right: 0;
	}
	
	.register-step-submit .btn-grey {
		margin-top: 0;
	}
}

.error_form {
	background: #FFEDED;
	border: 1px solid #D80606;
	color: #D80606;
	font-size: 14px;
	margin-top: 10px;
	padding: 6px 10px;
}

/* ==========================================================================
   Pagina generala
   ========================================================================== */
   
/*Breadcrumbs*/
.breadcrumbs {
	display: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 28px;
	text-transform: uppercase;
}

.breadcrumbs li {
	font-weight: bold;
}

@media only screen and (min-width: 800px) {
	.breadcrumbs {
		display: block;
	}

	.breadcrumbs li {
		display: inline-block;
		margin-right: 20px;
	}
	
	.breadcrumbs li:after {
		color: #aaa;
		content:"»";
		margin-left: 20px;
	}
	
	.breadcrumbs li:last-child:after {
		content: "";
	}
}

.page .content {
	background: #EBEFF2;
	font-size: 14px;
	padding-bottom: 50px;
	padding-top: 40px;
}

@media only screen and (min-width: 800px) {
	.page .content {
		padding-top: 0;
	}
}
   
.page-content-wrapper {
	background: #fff;	
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);*/
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	padding: 20px;
}

@media only screen and (min-width: 800px) {
	.page .content {
		font-size: 16px;
	}
	
	.page-content-wrapper {
		padding: 40px 50px;
	}
}

.page .h1,
.page .h2 {
	text-align: center;
}

.page .inner-wrapper h2 {
	text-align: left;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
	margin-bottom: 0.6em;
}

.page h1 {
	font-size: 36px;
	text-align: center;
}

.page h2 {
	font-size: 28px;
	margin-top: 0;
}

.page h3 {
	font-size: 24px;
	font-weight: 300;
}

.page h4 {
	font-size: 20px;
	font-weight: normal;
}

.page h5 {
	font-size: 18px;
	font-weight: normal;
}

.page h6 {
	font-size: 16px;
	font-weight: bold;
}

.page blockquote {
	background: #EBEFF2;
	font-style: italic;
	margin-bottom: 1.5em;
	padding: 20px;
}

.page blockquote p {
	margin-bottom: 0;
}

.page dl,
.page ul,
.page ol {
	margin-bottom: 1.5em;
}

.page dl dt {
	font-weight: bold;
}

.page dl dt,
.page dl dd {
	margin-bottom: 0.8em;
}

.page ul {
	list-style-type: disc;
}

.page ul ul,
.page ol ol {
	margin-bottom: 0;
	margin-left: 2em;
}

.page .content ul li,
.page .content ol li {
	margin-bottom: 0.4em;
}

.left-paragraph {
	text-align: left;
}

.right-paragraph {
	text-align: right;
}

.center-paragraph {
	text-align: center;
}

.justified-paragraph {
	text-align: justify;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-format {
	display: inline-block;
	border: 1px solid #d0d8e1;
	padding: 4px;
}

.aligncenter.img-format {
	display: block;
}

.img-full-width {
	display: block;
	margin-bottom: 1.5em;
	max-width: 100%;
	width: 100%;
}

.photo-gallery {
	margin-bottom: 40px;
}

/*Full width, testimonials*/
.full-width-section {
	padding-bottom: 20px;
	padding-top: 20px;
}

.full-width-section h2 {
	font-size: 20px;
	margin-bottom: 1em;
	text-align: center;
}

.full-width-section p {
	font-size: 14px;
}

@media only screen and (min-width: 500px) {
	.full-width-section h2 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 800px) {
	.full-width-section p {
		font-size: 16px;
	}
	
	.full-width-section h2 {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1200px) {
	.full-width-section h2 {
		font-size: 34px;
	}
	
	.full-width-section p {
		font-size: 18px;
	}
}

/*testimonials*/

.center {
	text-align: center;
}

blockquote {
	font-style: italic;
}

.fap-testimonial blockquote {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.fap-testimonial-img {
	margin-bottom: 16px;
}

.fap-testimonial-img img {	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ddd;
	height: 50px;
	margin-right: 12px;
	width: 50px;
}

.testimonial-meta {
	color: #999;
	margin-bottom: 20px;
}

.fap-testimonial {
	margin-bottom: 40px;
}

@media all and (min-width: 1200px){
	.fap-testimonial {
		margin-bottom: 50px;
	}
}

.fap-testimonial:last-child {
	margin-bottom: 0;
}

.fap-testimonial h4 {
	font-size: 18px;
}

.fap-testimonials {
	background: #EBEFF2;	
	padding-top: 30px;
	padding-bottom: 40px;
}

@media all and (min-width: 800px){
	.fap-testimonial h4 {
		font-size: 24px;
	}
	
	.fap-testimonials {
		padding-top: 4%;
		padding-bottom: 5%;
	}
}

.fap-testimonials .inner-wrapper {
	position: relative;
}

.fap-testimonials .inner-wrapper .fa-quote-right {
	color:#FF5A5F;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

@media all and (min-width: 800px){
	.fap-testimonials .inner-wrapper .fa-quote-right {
		display: inline;
		top: 3%;
	}
}

.testimonial-posted-on {
	color: #999;
	float: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.testimonial-posted-on:before {
	content: "\f073";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 4px;
}

.testimonial-author {
	font-style: normal;
}

/* ==========================================================================
   Pagina generala cu sidebar
   ========================================================================== */
 
.sidebar {
	display: none;
	padding-left: 40px;
	width: 350px;
}

.sidebar-wrapper {
	background: #fff;	
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);*/
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	
}

.page .sidebar ul {
	list-style-type: none;
}

.sidebar .facebook:before,
.sidebar .google-plus:before,
.sidebar .youtube:before,
.sidebar .instagram:before {
	background:#FF5A5F;
	color: #fff;
	font-family: "FontAwesome";
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	width: 40px;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.sidebar .facebook:hover:before,
.sidebar .youtube:hover:before,
.sidebar .google-plus:hover:before,
.sidebar .instagram:hover:before {
	background: #0692BC;
}

.sidebar-wrapper .sidebar-section {
	margin-bottom: 34px;
	padding: 0 40px;
}

.sidebar-wrapper .sidebar-section:first-child {
	padding-top: 50px;
}

.page .top-countries li {
	margin-bottom: 8px;
}

.top-countries li:last-child {
	margin-bottom: 0;
}

.top-countries li img {
	position: relative;
	vertical-align: middle;
}

.top-countries li a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.page .active-users li {
	margin-bottom: 15px;
}

.active-users-img {
	float: left;
}

.active-users-img img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ddd;
	height: 50px;
	padding: 3px;
	width: 50px;
}

.active-users-info {
	color: #999;
	float: left;
	font-size: 13px;
	display: inline-block;
	margin-top: 4px;
}

.page .sidebar .active-users-info {
	margin-left: 10px;
	max-width: 150px;
}

.page .active-users-info li {
	margin-bottom: 0;
}

.fap-login-sidebar div {
	margin-bottom: 15px;
	position: relative;
}

.fap-login-sidebar div input {
	max-width: 100%;
	width: 100%;
}

.fap-login-sidebar div  .fa {
	color: #aaa;
	left: 10px;
	position: absolute;
	top: 12px;
}

.fap-login-sidebar div input[type="text"],
.fap-login-sidebar div input[type="password"] {
	text-indent: 25px;
	width: 100%;
}

.fap-login-sidebar div:last-child {
	margin-bottom: 0;
}

.fap-login-sidebar > a {
	font-size: 14px;
}

.page .sidebar-links,
.sidebar-links li:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 1200px){
	.sidebar {
		display: block;
	}
	
	.page-sidebar-wrapper {
		display: table;
		width: 100%;
	}
	
	.sidebar,
	.page-content-wrapper {
		display: table-cell;
	}
}

/* ==========================================================================
   Registration successful
   ========================================================================== */
   
.success .content {
	background: #EBEFF2;
	padding-bottom: 40px;
	padding-top: 40px;
}
  
.success-message-wrapper {
	background: #fff;	
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);*/
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 500px;
	margin: 0 auto;
	padding: 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.success-message-wrapper .fa {
	color: #71C341;
	margin-bottom: 10px;
}

.success-message-wrapper h1 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 30px;
}

.success-message-wrapper p {
	text-align: left;
}

.success-message-wrapper p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Contact
   ========================================================================== */
   
.hero-overlay {
	background-color: rgba(100, 100, 140, 0.3);
}
   
.hero {
	background-image: url('../../img/hero2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-inner {
	padding-bottom: 6%;
	padding-top: 6%;
}

.hero, 
.hero h1 {
	color: #fff;
}

.hero h1 {
	margin-bottom: 4%;
}

.hero-contact {
	margin-bottom: 40px;
}

@media all and (min-width: 800px){
	.hero-contact {
		margin-bottom: 0;
	}
}

.contact-info {
	background: rgba(47, 50, 55, 0.9);
	border-left: 6px solid#FF5A5F;
	display: inline-block;
	margin-bottom: 0;
	padding: 20px;
}

.contact-list td {
	padding-bottom: 5px;
}

.contact-list table {
	max-width: 100%;
}

.contact-list-padding {
	padding-right: 20px;
}

.page ul li.contact-list-phone {
	margin-bottom: 20px;
}

.page .contact-list {
	list-style-type: none;
	margin-bottom: 0;
	text-align: left;
}

.contact-list-email a {
	border-bottom: 1px solid#FF5A5F;
	color: #fff;
	font-weight: bold;
}

.contact-list-email a:hover {
	border-bottom: 1px solid #fff;
}

/* ==========================================================================
   Login page
   ========================================================================== */

body.login { 

	background: url(https://insights.hotjar.com/static/app/img/login-back.jpg) center center no-repeat #282b34;
    background-size: cover;
    padding-top: 35px;
}   
   
.login .content {
	/* background: #EBEFF2; */
	padding-bottom: 50px;
	padding-top: 120px;
}
.login-form-content {
    max-width: 300px;
    margin: auto;
    text-align: center;
	color: #fff;
	margin-bottom: 50px;
	
}

.login-form-content h1 {
	font-size:22px;
	
}

.lggin-form-content ul {
	padding-top: 20px;		
}

.login-form-content ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

#login-form {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow: hidden;
	width: 360px;
    min-width: 360px;
    margin: 35px auto 20px auto;
    position: relative;
    z-index: 5;
    background: white;
    padding: 30px;
    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,.5);
    box-shadow: 0 8px 15px rgba(0,0,0,.5);
    border-top: 1px solid #eee;
	
}

#register-form {
	width: 100%;
    min-width: 360px;
    position: relative;
    background: white;  
    border-top: 1px solid #eee;	
}


/* #login-form h1, */
/* #login-form div, */
/* .login-form-footer { */
	/* padding: 0 30px; */
/* } */

#login-form h1 {
	color: #555;
	font-size: 24px;
	margin-bottom: 28px;
	text-align: center;
}

#login-form div, #register-form div {
	margin-bottom: 15px;
	position: relative;
}

#login-form div:last-child {
	margin-bottom: 0;
}

#login-form  .fa, #register-form .fa {
	color: #aaa;
	left: 10px;
	position: absolute;
	top: 16px;
	font-size: 20px;
}
#login-form div input[type="text"],
#login-form div input[type="password"],
#register-form div input[type="text"],
#register-form div input[type="password"] {
	text-indent: 30px;
	width: 80%;
	color: #3b3b3b;
    height: 55px;
    background: white;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
}

.forgot-pass {
	display: block;
	font-size: 13px;
	margin-top: 10px;
}

@media all and (min-width: 400px){
	.forgot-pass {
		display: inline;
		float: right;
		font-size: 13px;
	}
	
	#login-form div:last-child {
		margin-bottom: 15px;
	}
}

.login-form-footer {
	border-top: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

@media all and (min-width: 400px){
	.login-form-footer {
		margin-top: 40px;
	}
}

/* ==========================================================================
   Countries
   ========================================================================== */
   
.countries-header {
	background: #FFFEF0;
	border: 1px solid #f4f1dc;
	margin-bottom: 40px;
	padding: 14px 20px;
	text-align: center;
}

.countries-header h1 {
	font-size: 30px;
	font-weight: 300;
}

.countries-header p {
	color: #666;
	margin-bottom: 0;
}

.page .continent-filter {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	letter-spacing: 1px;
	list-style-type: none;
	margin-bottom: 40px;
	padding: 16px 20px;
	text-transform: uppercase;
}

.continent-filter li {
	background: #EBEFF2;
	color: #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	padding: 8px 15px;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}

.continent-filter li.continent-active {
	background:#FF5A5F;
	color: #fff;
}

.continent-filter li:hover {
	background:#FF5A5F;
	color: #fff;
	cursor: pointer;
}

.continent-filter li.continent-active:hover {
	cursor: default;
}

.continent-filter li.continent-show {
	background: none;
	color: #999;
	display: none;
	padding-left: 0;
}

.continent-filter li.continent-show:hover {
	cursor: default;
}

@media all and (min-width: 1230px){
	.page .continent-filter li {
		display: inline-block;
		margin-bottom: 0;
	}
	
	.continent-filter li.continent-show {
		display: inline-block;
	}
}

@media all and (min-width: 1600px){
	.page .continent-filter li {
		margin-right: 4px;
	}
	
	.page .continent-filter li:last-child {
		margin-right: 0;
	}
}
   
.countries-list {
	text-align: justify;
	font-size: 0;
}

.countries-list:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.countries-list .country-list-item {
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	background: #fff;
	margin-bottom: 4%;
	font-size: 13px;
	padding: 7px 11px;
	position: relative;
	white-space: nowrap;                  
	overflow: hidden; 
	text-overflow: ellipsis;
}

.countries-list .country-list-item span {
	font-weight: bold;	
	vertical-align: middle;
}

.countries-list .country-list-item img {
	margin-right: 3px;
	vertical-align: middle;
}

.countries-list .country-list-item:hover {
	background: #FFFEF0;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.countries-list .country-list-item:before{
  content: '';
  display: inline-block;
}

.countries-list .country-list-item,
.countries-list .gap {
	display: inline-block;
	width: 100%;
}

@media all and (min-width: 500px){
	.countries-list .country-list-item,
	.countries-list .gap {
		display: inline-block;
		width: 49%;
	}
}

@media all and (min-width: 900px){
  .countries-list .country-list-item,
  .countries-list .gap{
    width: 32%;
  }
  
  .countries-list .country-list-item {
	margin-bottom: 2%;
  }
}

@media all and (min-width: 1200px){
  .countries-list .country-list-item,
  .countries-list .gap{
    width: 23.5%;
  }
}

/* ==========================================================================
   Register account type
   ========================================================================== */

.register-type .content {
	background: #EBEFF2;
	padding-bottom: 40px;
	padding-top: 40px;
}

.register-type-wrapper {
	background: #fff;	
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);*/
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	max-width: 680px;
	margin: 0 auto;
	padding: 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.register-type-wrapper h1 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 40px;
}

@media all and (min-width: 800px){
	.register-account-type li {
		display: inline-block;
	}
}

.register-account-type li.register-or {
	margin: 0 10px;
}

.register-account-type li a {
	background: #FF5A5F;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 14px 30px;
	font-weight: bold;
}

@media all and (min-width: 800px){
	.register-account-type li a {
		font-size: 22px;
	}
}

.register-account-type li a:hover {
	background: #d5354b;
}

.register-info {
		font-size: 14px;
	text-align: left;
	background: #fffef0;
	border: 1px solid #F4F1DC;
	color: #666;
	margin-bottom: 40px;
	padding: 8px 12px;
}

/* ==========================================================================
   My profile
   ========================================================================== */

.my-account-header {
	margin-bottom: 40px;
}
   
.page.my-account .content {
	padding-top: 0;
} 
  
.my-account-nav ul {
	list-style-type: none;
	padding: 6px 0;
}

.page.my-account ul {
	/*margin-bottom: 0;*/
}

.my-account-nav {
	background: #4AAD4E;
	border-top: 1px solid #ddd;
	font-size: 14px;
}

.my-account-nav a,
.my-account-nav {
	color: rgba(255, 255, 255, 0.8);
}

.my-account-nav a:hover {
	border-bottom: 3px solid #fff;
	color: rgba(255, 255, 255, 1);
}

.page.my-account .my-account-nav li {
	margin-bottom: 0;
	text-align: center;
}

.my-account-nav li a {
	border-bottom: 3px solid #4AAD4E;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.my-account-nav li.my-account-current a {
	border-bottom: 3px solid #fff;
	color: rgba(255, 255, 255, 1);
}

.my-account-nav li.my-account-current a:hover {
	cursor: default;
}

.my-account-inbox {
	background: #fff;
	color: #4AAD4E;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 8px;
}

@media only screen and (min-width: 1050px) {
	.my-account-nav {
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	}
	
	.my-account-nav li {
		display: inline-block;
		margin-right: 20px;
	}
	
	.my-account-nav li:last-child {
		margin-right: 0;
	}
	
	.my-account-nav ul {
		padding: 0;
	}
	
	.my-account-nav li a {
		padding: 14px;
	}
	
	.my-account-nav .premium-menu a {
		/* background: #222; */
		/* border-bottom: 3px solid #222; */
		
		border-bottom: 3px solid #cd8f52;
		background: #f1e67c;
		background: -moz-linear-gradient(-45deg, #f1e67c 0%, #fffcb3 21%, #fffcb3 21%, #e0bd61 49%, #cd8f52 100%);
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f1e67c), color-stop(21%,#fffcb3), color-stop(21%,#fffcb3), color-stop(49%,#e0bd61), color-stop(100%,#cd8f52));
		background: -webkit-linear-gradient(-45deg, #f1e67c 0%,#fffcb3 21%,#fffcb3 21%,#e0bd61 49%,#cd8f52 100%);
		background: -o-linear-gradient(-45deg, #f1e67c 0%,#fffcb3 21%,#fffcb3 21%,#e0bd61 49%,#cd8f52 100%);
		background: -ms-linear-gradient(-45deg, #f1e67c 0%,#fffcb3 21%,#fffcb3 21%,#e0bd61 49%,#cd8f52 100%);
		background: linear-gradient(185deg, #f1e67c 0%,#fffcb3 0%,#fffcb3 3%,#e0bd61 49%,#cd8f52 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e67c', endColorstr='#cd8f52',GradientType=1 );
	}
	
	.my-account-nav .premium-menu a:hover,
	.my-account-nav li.my-account-current.premium-menu a {
		border-bottom: 3px solid #fff;
		
		
	}
	
	.my-account-nav .premium-menu a .fa {
		color: #ffcf0f;
	}
}

.my-account-wrapper {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.my-account-subnav ul {
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 0;
}

.my-account-subnav {
	/* background: #FF5A5F; */
    padding: 20px 40px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.page.my-account .my-account-subnav li {
	font-weight: bold;
	margin-bottom: 6px;
}

.my-account-subnav a {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color: #e2e8ff;
	display: inline-block;
	padding: 2px 12px;
	color: #000000;
}

.my-account-subnav li.my-account-current a,
.my-account-subnav a:hover {
	background: #0692BC;
	color: #fff;
}

.my-account-subnav li.my-account-current a:hover {
	cursor: default;
}

@media only screen and (min-width: 630px) {
	.my-account-subnav li {
		display: inline-block;
		margin-right: 15px;
	}
	
	.page.my-account .my-account-subnav li {
		margin-bottom: 0;
	}
	
	.my-account-subnav li:last-child {
		margin-right: 0;
	}
}

.my-account-content {
	padding: 20px;
}

@media only screen and (min-width: 800px) {
	.my-account-content {
		padding: 40px;
	}
}

.my-account-overview {
	margin-bottom: 40px;
}

.account-overview-img img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.account-overview-img {
	border: 1px solid #ddd;
	display: block;
	margin-bottom: 16px;
	padding: 4px;
	position: relative;
}

.upload-more {	
	background: rgba(0, 0, 0, 0.5);
	bottom: 4px;
	left: 4px;
	position: absolute;
	right: 4px;
	text-align: center;
}

.upload-more a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0;
}

.page .account-overview-info {
	color: #999;
	font-size: 14px;
	list-style-type: none;
}

.page .account-overview-info li strong {
	color: #333;
	font-size: 16px;
}

.page .account-overview-info li.profile-incomplete {
	background: #ffffde ;
	border: 1px solid #ffcf0f;
	margin-bottom: 20px;
	padding: 8px 12px;
}

@media only screen and (min-width: 500px) {
	.account-overview-img img {
		height: auto;
		width: auto;
		max-width: 171px;
	}
	
	.account-overview-img {
		display: inline-block;
		float: left;
	}
	
	.account-overview-info {
		margin-left: 210px;
	}
}

.my-account-overview ul {
	list-style-type: none;
}

.page .my-account-actions li {
	margin-bottom: 12px;
}

.page .my-account-actions li:last-child {
	margin-bottom: 0;
}

.my-account-actions {
	font-size: 14px;
	background: #ffffde ;
	border: 1px solid #ffcf0f;
	padding: 15px 20px;
}

.my-account-actions select {
	font-size: 14px;
	padding: 4px 6px;
}

.my-account-actions label {
	border-bottom: 1px dotted #49BDE0;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.my-account-actions label:hover {
	cursor: help;
}

.btn-red {
	background: red;
}

@media only screen and (min-width: 1100px) {
	.my-account-overview {
		display: table;
		width: 100%;
	}
	
	.my-account-overview > div {
		display: table-cell;
		vertical-align: top;
	}
	
	.my-account-overview > div:last-child {
		width: 290px;
	}
	
	.my-account-overview > div:first-child {
		overflow: hidden;
		padding-right: 30px;
	}
}

.my-account-section {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 40px;
	overflow: hidden;
}

.my-account-section:last-child {
	margin-bottom: 0;
}

.my-account-section h3 {
	background: #EBEFF2;
	border-bottom: 1px solid #ddd;
	padding: 12px 20px;
}

.my-account-section-content {
	padding: 16px 20px 20px 20px;
}

.my-account-section-content p:last-child {
	margin-bottom: 0;
}

.edit-msg {
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 12px;
}

.edit-msg-section {
	text-align: center;
}

.edit-msg-info {
	background: #ffffde;
	border: 1px solid #ffcf0f;
}

.edit-msg-success {
	background: #E5FFE6;
	border: 1px solid #4AAD4E;
	color: #4AAD4E;
}

.my-account-content .edit-msg-success {
	margin-bottom: 30px;
}

.edit-msg-err {
	background: #ffeded;
	border: 1px solid #d80606;
	color: #d80606;
}

@media only screen and (min-width: 800px) {
	.edit-msg {
		font-size: 16px;
	}
}

.bulleted-list, .page .bulleted-list {
	list-style-type: none;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.page .bulleted-list a {
	font-weight: bold;
}

.bulleted-list li:before {
	color:#FF5A5F;
	font-family: "FontAwesome";
	margin-right: 5px;
	content: "\f105";
}

.premium-box {
	/* background: #222222; */
	
	
	background: #f1e67c;
    background: -moz-linear-gradient(-45deg, #f1e67c 0%, #fffcb3 21%, #fffcb3 21%, #e0bd61 49%, #cd8f52 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f1e67c), color-stop(21%,#fffcb3), color-stop(21%,#fffcb3), color-stop(49%,#e0bd61), color-stop(100%,#cd8f52));
    background: -webkit-linear-gradient(-45deg, #f1e67c 0%,#fffcb3 21%,#fffcb3 21%,#e0bd61 49%,#cd8f52 100%);
    background: -o-linear-gradient(-45deg, #f1e67c 0%,#fffcb3 21%,#fffcb3 21%,#e0bd61 49%,#cd8f52 100%);
    background: -ms-linear-gradient(-45deg, #f1e67c 0%,#fffcb3 21%,#fffcb3 21%,#e0bd61 49%,#cd8f52 100%);
    background: linear-gradient(185deg, #f1e67c 0%,#fffcb3 0%,#fffcb3 3%,#e0bd61 49%,#cd8f52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e67c', endColorstr='#cd8f52',GradientType=1 );
	color: #fff;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

/* ==========================================================================
   404 page
   ========================================================================== */
   
.page .aupair-options ul,
.page .family-options ul {
	list-style-type: none;
	padding: 50px 20px;
}

.page .aupair-options {
	margin-bottom: 40px;
}

.page .aupair-options ul li,
.page .family-options ul li {
	display: block;
	text-align: center;
}

.page .aupair-options ul li:last-child,
.page .family-options ul li:last-child {
	margin-right: 0;
}

.page .aupair-options ul li a,
.page .family-options ul li a {
	background: rgba(0, 166, 216, 0.8);
	border: 1px solid rgba(255, 255, 255 0.8);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 12px 6px;
	width: 100%;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}

.page .aupair-options ul li a:hover,
.page .family-options ul li a:hover {
	background: rgba(0, 166, 216, 1);
	border: 1px solid rgba(255, 255, 255 1);
}

@media only screen and (min-width: 550px) {
	.page .aupair-options ul li,
	.page .family-options ul li {
		display: inline-block;
		margin-right: 4%;
		width: 30%;
	}
}

.aupair-options h3,
.family-options h3 {
	background: #4aad4e;
	color: #fff;
	padding: 6px 20px;
}

.aupair-options,
.family-options {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.family-options {
	background-image: url("../../img/family.jpg");
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
}

.aupair-options {
	background-image: url("../../img/aupair.jpg");
	background-position: 50% 32%;
	background-repeat: no-repeat;
	background-size: cover;
}

.notfound-text {
	background: #fffef0;
	border: 1px solid #F4F1DC;
	color: #666;
	font-weight: 300;
	padding: 8px 12px;
}

/* ==========================================================================
   Premium page
   ========================================================================== */
   
.premium-page h1 {
	color: #4AAD4E;
	font-size: 20px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 800px) {
	.premium-page h1 {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1400px) {
	.premium-page h1 {
		font-size: 36px;
		line-height: 1.3;
		padding: 0 60px;
	}
}

.page.premium-page h2 {
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (min-width: 1400px) {
	.page.premium-page h2 {
		margin-bottom: 50px;
	}
}

.premium-features {
	width: 100%;
}

.premium-features tr td,
.premium-features tr th {
	border: 1px solid #ccc;
	padding: 10px 10px;
	text-align: center;
	vertical-align: middle;
}

.premium-features tr td:first-child {
	text-align: left;
}

.premium-features tr td:first-child,
.premium-features tr th:first-child {
	width: 60%;
}

.free-column,
.premium-column {
	width: 20%;
}

.premium-column {
	background: #FFFFDE;
}

.premium-features .fa-check {
	color: #4AAD4E;
}

.premium-features .fa-times {
	color: #CD0000;
}

.asterisk {
	color: #999;
	font-size: 13px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 800px) {
	.premium-features-wrapper {
		padding: 0 40px;
	}
}

.membership-cost-wrapper {
	margin-bottom: 40px;
	text-align: center;
}

.page .membership-cost {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	list-style-type: none;
	text-align: center;
}

.page .content .membership-cost li {
	display: inline-block;
	margin-bottom: 0;
	padding: 20px;
}

.ribbon {
	display: none;
}

@media only screen and (min-width: 400px) {
	.membership-cost li:first-child {
		border-right: 1px solid #ccc;
	}
	
	.page .content .membership-cost li:last-child {
		position: relative;
	}
	
	.ribbon {
	  display: block;
	  position: absolute;
	  right: -5px; top: -5px;
	  overflow: hidden;
	  width: 75px; height: 75px;
	  text-align: right;
	}
	.ribbon span {
	  font-size: 10px;
	  font-weight: bold;
	  color: #FFF;
	  text-transform: uppercase;
	  text-align: center;
	  line-height: 20px;
	  transform: rotate(45deg);
	  width: 100px;
	  display: block;
	  background: #79A70A;
	  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	  position: absolute;
	  top: 19px; right: -21px;
	}
	.ribbon span::before {
	  content: "";
	  position: absolute; left: 0px; top: 100%;
	  z-index: -1;
	  border-left: 3px solid #79A70A;
	  border-right: 3px solid transparent;
	  border-bottom: 3px solid transparent;
	  border-top: 3px solid #79A70A;
	}
	.ribbon span::after {
	  content: "";
	  position: absolute; right: 0px; top: 100%;
	  z-index: -1;
	  border-left: 3px solid transparent;
	  border-right: 3px solid #79A70A;
	  border-bottom: 3px solid transparent;
	  border-top: 3px solid #79A70A;
	}
}

@media only screen and (min-width: 600px) {
	.page .content .membership-cost li {
		padding: 60px;
	}
}

.membership-price {
	font-size: 32px;
}

.payment-option {
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}

.payment-option h3 {
	background: #999;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
}

.premium-subtitle {
	color: #999;
}

.worldpay-form {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	max-width: 500px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.worldpay-form select,
.worldpay-form input {
	max-width: 100%;
	width: 100%;
}

.worldpay-form > div {
	margin-bottom: 20px;
}

.worldpay-form > div:last-child {
	margin-bottom: 0;
}

.paypal-form {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	max-width: 500px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
}

.paypal-form table {
	width: 100%;
}

.paypal-form table td,
.paypal-form table th {
	border: 1px solid #ccc;
	padding: 10px;
}

.paypal-form table th {
	background: #EBEFF2;
}

/* ==========================================================================
   Inbox (my messages)
   ========================================================================== */

.page .content .inbox-wrapper ul {
	list-style-type: none;
	margin-bottom: 0;
}

.messages-archive-header {
	background: #EBEFF2;
	/* border-bottom: 1px solid #ccc; */
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 12px 20px;
	text-align: center;
	text-transform: uppercase;
}

.messages-archive {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
}

.messages-archive-list {
	max-height: 200px;
	overflow-y: scroll;
}

.messages-archive-img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 20px;	
	float: right;
	height: 40px;
	/* margin-right: 10px; */
	padding: 1px;
	vertical-align: middle;
	width: 40px;
	margin: 10px 0px;
}

.messages-archive-list li {
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}
.messages-archive tr td {
	text-align:center; 
    vertical-align:middle;	
}

.messages-archive tr {
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 10px;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}

.messages-archive tr:hover {
	background: #EBEFF2;
	cursor: pointer;
}

.page .content .messages-archive-list li {
	margin-bottom: 0;
}

.messages-archive-list li:hover {
	background: #EBEFF2;
	cursor: pointer;
}

.messages-archive-list li .fa:hover {
	cursor: default;
}

.messages-archive-list .message-unread {
	background: #EBEFF2;
}

.messages-archive-list .archive-selected,
.messages-archive-list .message-unread.archive-selected {
	background:#FF5A5F;
	color: #fff;
}

.messages-archive-list .archive-selected:hover {
	background:#FF5A5F;
	cursor: default;
}

.archive-author-meta {
	color: #999;
	font-size: 13px;
}

.messages-archive-list .archive-selected .archive-author-meta {
	color: rgba(255, 255, 255, 0.8);
}

.archive-author {
	line-height: 1.4;
}

.messages-box {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.messages-list {
	max-height: 300px;
	overflow-y: scroll;
}

.page .content .messages-list li {
	margin-bottom: 0;
}

.messages-list li {
	font-size: 14px;
	padding: 14px;
}

.page .content .messages-list li:last-child {
	margin-bottom: 15px;
}

.msg-body-meta {
	color: #999;
	margin-bottom: 10px;
}

.msg-body-meta a {
	font-weight: bold;
}

.messages-box-header {
	background: #EBEFF2;
	border-bottom: 1px solid #ccc;
	color: #4AAD4E;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 12px 20px;
	text-align: center;
	text-transform: uppercase;
}

.msg-body {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	padding: 10px 12px;
}

.message-img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #ddd;
	height: 60px;
	padding: 3px;
	vertical-align: middle;
	width: 60px;
}

.correspondent-msg .message-img {
	float: left;
	margin-right: 12px;
}

.correspondent-msg .msg-body {
	background: #EDFFEA;
	border: 1px solid #B2F9A7;
}
.own-msg .message-img {
	float: right;
	margin-left: 12px;
}

.own-msg .msg-body {
	background: #EAFAFF;
	border: 1px solid #C1F1FF;
}

@media all and (min-width: 400px){
	.msg-body-meta div:first-child {
		float: left;
	}
	
	.msg-body-meta div:last-child {
		float: right;;
	}
}

.msg-textarea {
	background: #F6F7F8;
	border-top: 1px solid #ccc;
	padding: 20px;
}

.msg-textarea textarea {
	background: #fff;
	font-size: 14px;
	resize: none;
}

.msg-textarea > div {
	margin-bottom: 20px;
}

.messages-limit,
.info-box {
	background: #ffffde;
	border: 1px solid #ffcf0f;
	color: #666;
	padding: 10px 20px;	
	text-align: center;
}

.characters-left {
	color: #999;
	float: right;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.messages-archive-meta {
	/* width: 80%; */
}

.preformatted-message {
	/*float: right;*/
	padding: 5px 10px;
	margin: 5px 10px;
}


@media all and (min-width: 900px){
.messages-archive {
    margin: 0px auto;
    width: 800px;
}

.messages-archive-list {
    max-height: 450px;
}

.messages-list {
    max-height: 400px;
}
}

/* ==========================================================================
Favourites
========================================================================== */
   
.favourites .info-box {
	margin-bottom: 40px;
}

.page.favourites .content ul {
	list-style-type: none;
}

.gridbox-item {
	text-align: center;
}

.gridbox {
	text-align: justify;
	font-size: 0;
}

.gridbox:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.gridbox .gridbox-item {
	border: 1px solid #e0e0e0;
	background: #fff;
	margin-bottom: 4%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	height: 300px;
	padding: 20px 10px;
	position: relative;
	text-align: center;
}

.gridbox .gridbox-item:before{
  content: '';
  display: inline-block;
}

.gridbox .gridbox-item,
.gridbox .gap {
	display: inline-block;
	width: 100%;
}

@media all and (min-width: 600px){
	.gridbox .gridbox-item,
	.gridbox .gap {
		display: inline-block;
		width: 49%;
	}
}

@media all and (min-width: 900px){
  .gridbox .gridbox-item,
  .gridbox .gap{
    width: 32%;
  }
  
  .gridbox .gridbox-item {
	margin-bottom: 2%;
  }
}

@media all and (min-width: 1300px){
  .gridbox .gridbox-item,
  .gridbox .gap{
    width: 23.5%;
  }
}

/*@media all and (min-width: 1400px){
  .gridbox .gridbox-item,
  .gridbox .gap{
    width: 18.5%;
  }
}*/

.gridbox-img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #ddd;
	height: 60px;
	margin-bottom: 10px;
	padding: 3px;
	width: 60px;
}

.gridbox-user {
	color: #999;
}

.gridbox-user strong a {
	font-size: 16px;;
}

.gridbox-item .action-btn-msg {
	margin-bottom: 10px;
}

.gridbox-user li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

a.remove-fav {
	background: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 1px 5px;
	position: absolute;
	right: 12px;
	top: 12px;
}

a.remove-fav:hover {
	background: #999;
}

a.remove-fav:before {
	content: "\f00d";
	font-family: "FontAwesome";
	margin-right: 4px;
}

/* ==========================================================================
   View Profile
   ========================================================================== */
   
.view-profile-section {
	margin-bottom: 40px;
}

.view-profile-section:last-child {
	margin-bottom: 0;
}
   
.page.my-account .breadcrumbs {
	padding-top: 0;
}

.page .content .view-profile ul {
	list-style-type: none;
}

.page .content .view-profile ul.view-profile-action {
	margin-bottom: 20px;
}

.page .content .view-profile ul.view-profile-action li {
	margin-bottom: 10px;
}

.view-profile-action li a {
	display: block;
	text-align: center;
}

.page .content .view-profile .view-profile-overview .search-result-info {
	margin-bottom: 10px;
}

.view-profile-availability {
	background: #fffef0;
	border: 1px solid #F4F1DC;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 10px 12px;
}
/*
.view-profile-availability li {
	font-weight: 600;
	text-transform: uppercase;
} */

.page .content .view-profile .view-profile-availability li {
	margin-bottom: 0;
}

.page .content .view-profile .view-profile-availability li:first-child {
	margin-bottom: 10px;
}

@media all and (min-width: 960px){
	.view-profile-availability li:first-child {
		float: left;
	}
	
	.view-profile-availability li:last-child {
		float: right;
	}
	
	.page .content .view-profile .view-profile-availability li:first-child {
		margin-bottom: 0;
	}
}

@media all and (min-width: 510px){
	.view-profile-action li a {
		display: inline-block;
	}
	
	.view-profile-action {
		text-align: center;
	}
	
	.view-profile-action li {
		display: inline-block;
	}
	
	.view-profile-action li:first-child {
		margin-right: 10px;
	}
	
	.page .content .view-profile ul.view-profile-action li:first-child,
	.page .content .view-profile ul.view-profile-action li {
		margin-bottom: 0;
	}
}

.view-profile-overview .search-result-photo {
	margin-bottom: 10px;
}

.view-profile-overview .search-result-photo img {
	display: block;
	max-width: 100%;
	width: 100%;
}

@media all and (min-width: 800px){
	.view-profile-overview .search-result-photo {
		display: inline-block;
	}
	
	.view-profile-overview .search-result-photo img {
		height: auto;
		width: auto;
		max-width: 171px;
	}
	
	.view-profile-overview {
		margin-right: 40px;
		max-width: 230px;
		float: left;
	}
	
	.view-profile-info {
		overflow: hidden;
	}
	
	.view-profile-action {
		text-align: right;
	}
}

.click-enlarge {
	color: #666;
	font-size: 13px;
	margin-bottom: 15px;
	text-align: center;
}

.view-profile-table {
	width: 100%;
}

.view-profile-table tr td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 13px;
}

.view-profile-table tr:nth-child(even) {
	background: #f9f9f9;
}

.view-profile-table tr:hover {
	background: #EBEFF2;
}

.view-profile-table tr td:first-child {
	color: #666;
	font-size: 13px;
	/* font-weight: bold; */
	/* letter-spacing: 1px; */
	/* text-transform: uppercase; */
}

.profile-section-top {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 20px;
}

.page .content .profile-photo-gallery li {
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 12px;
}

.page .content .profile-photo-gallery li a {
	border:1px solid #ddd;
	display: inline-block;
	padding: 4px;
}

.profile-photo-gallery img {
	height: 150px;
	width: auto;
}

@media all and (min-width: 1400px){
	.view-profile-split .view-profile-section {
		float: left;
		margin-bottom: 0;
		margin-right: 4%;
		width: 48%;
	}
	
	.view-profile-split .view-profile-section:last-child {
		margin-right: 0;
	}
}

/* ==========================================================================
   Homepage
   ========================================================================== */
   
.hero-overlay {
	background-color: rgba(38, 50, 53, 0.5);
	border-top: 1px solid #fff;
}
   
.hero {
	background-image: url('../../img/hero2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8%;
    padding-top: 8%;
	text-align: center;
}

.hero {
	color: #fff;
}
 
.hero h1 {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 40px;
}

@media all and (min-width: 600px){
	.hero h1 {
		font-size: 28px;
	}
}

@media all and (min-width: 800px){
	.hero h1 {
		font-size: 32px;
		margin-bottom: 5%;
	}
}

@media all and (min-width: 1200px){
	.hero h1 {
		font-size: 36px;
	}
}

@media all and (min-width: 1400px){
	.hero h1 {
		font-size: 48px;
	}
}

@media all and (min-width: 1800px){
	.hero h1 {
		font-size: 54px;
	}
}

.hero-action a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 5px 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.site-header a.btn-sign-in {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	color: #999;
	display: inline-block;
	padding: 5px 12px;
	letter-spacing: 1px;
}
.site-header a.btn-register-in {
	background: #FF5A5F;
	margin-right: 7px;
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #FF5A5F;
	color: #fff;
	display: inline-block;
	padding: 5px 12px;
	letter-spacing: 1px;
}

.site-header a.btn-register-in:hover {
	background: #d5354b;
	border: 1px solid #d5354b;
		

}

.hero-action a.hero-register {
	background: #FF5A5F;
	margin-bottom: 15px;
	margin-right: 7px;
}

.site-header a.btn-sign-in:hover {
	background: #999;
	color: #fff;
}




@media all and (min-width: 600px){
	.hero-action a.hero-register {
		margin-bottom: 0;
	}
}

.hero-action a.hero-register:hover {
	background: #d5354b;
	
}

.hero-action a.hero-more:hover {
	background: #fff;
	color:#FF5A5F;
}

.hero-search {
	background: rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}

.hero-search-form div {
	margin-bottom: 10px;
}

.hero-search-form div input,
.hero-search-form div select {
	max-width: 100%;
	width: 100%;
}

.hero-search-form div:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 650px){
	.hero-search {
		display: inline-block;
	}
	
	.hero-search-form div {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 10px;
	}
	
	.hero-search-form div:last-child {
		margin-right: 0;
	}
	
	.hero-search-form div input,
	.hero-search-form div select {
		width: auto;
	}
}

.hero-action,
.hero-search {
	margin-bottom: 8%;
}


a.scroll-down {
	background: transparent;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	margin-left: -20px;
	color: rgba(255, 255, 255, 0.8);
	display: none;
	height: 40px;
	
	text-align: center;
	width: 40px;
}

@media all and (min-width: 500px){
	a.scroll-down {
		display: inline-block;
	}
}

a.scroll-down .fa {
	position: relative;
	top: 5px;
}

a.scroll-down:hover {
	border: 2px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

.container.home-description {
	background: #fff;
	color: #4AAD4E;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
	color: #333;
}

@media all and (min-width: 800px){
	.container.home-description {
		font-size: 24px;
	}
}

@media all and (min-width: 1800px){
	.container.home-description {
		font-size: 28px;
	}
}

.container.index-container {
	padding-bottom: 40px;
	padding-top: 40px;
}

.container.index-container h2 {
	text-align: center;
}

.cd-timeline-content h3 {
	color: #4AAD4E;
}
   
   /* ==========================================================================
   Timeline
   ========================================================================== */
   
.fap-timeline {
	padding-bottom: 20px;
}
   .cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 88%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 8em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
	background: #4aad4e;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-date-img img {
	max-width: 100%;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;

}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  /*float: left;*/
  padding: 1em 0 0 0;
  opacity: 1;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 46%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.container.why-fap {
	background: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

.container.why-fap h2 {
	margin-bottom: 30px;
	text-align: center;
}
   
.page .why-fap-list {
	background: #fffef0;
	border: 1px solid #f4f1dc;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style-type: none;
	padding: 20px;
	text-align: left;
}

.page .why-fap-list li {
	font-size: 16px;
	font-weight: 300;
}

@media only screen and (min-width: 1000px) {
	.page .why-fap-list li {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1400px) {
	.page .why-fap-list li {
		font-size: 22px;
	}
}

.page .why-fap-list li:last-child {
	margin-bottom: 0;
}

.page .why-fap-list li:before {
	color: #4AAD4E;
	content: "\f058";
	font-family: "FontAwesome";
	margin-right: 7px;
}

.container.index-join {
	background: #4AAD4E;
	color: #fff;
	font-size: 22px;
	padding-bottom: 20px;
	padding-top: 25px;
	text-align: center;
}

.container.index-join div {
	font-weight: 300;
}
   
.btn-join {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	margin-bottom: 8px;
	padding: 5px 12px;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-join:hover {
	background: #fff;
	color: #4AAD4E;
}

.index-split h3 {
	color: #4AAD4E;
	margin-bottom: 30px;
}

.page .index-list {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style-type: none;
	padding: 20px;
	text-align: left;
}

.index-list li:before {
	color:#FF5A5F;
	content: "\f054";
	font-family: "FontAwesome";
	margin-right: 7px;
}

.page .content .index-list li {
	font-weight: 300;
	margin-bottom: 15px;
}

@media only screen and (min-width: 1400px) {
	.page .content .index-list li {
		font-size: 18px;
	}
}

.page .content .index-list li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1400px) {
	.inner-wrapper .index-split {
		float: left;
		margin-right: 4%;
		width: 48%;
	}
	
	.inner-wrapper .index-split:last-child {
		margin-right: 0;
	}
}

.index-container-white {
	background: #fff;
}

.page .index-container .gridbox-user {
	list-style-type: none;
}

@media all and (min-width: 900px){
  .index-container .gridbox .gridbox-item,
  .index-container .gridbox .gap{
    width: 49%;
  }
  
  .index-container .gridbox .gridbox-item {
	margin-bottom: 4%;
  }
}

@media all and (min-width: 1300px){
  .index-container .gridbox .gridbox-item,
  .index-container .gridbox .gap{
    width: 23.5%;
  }
}

.index-container.index-container-latest {
	padding-bottom: 0;
}

.index-container.index-container-latest h2 {
	margin-bottom: 30px;
}

/* Index modal */

#fap-index-modal1 .center {
	margin-bottom: 20px;
}

#fap-index-modal1 .info-box {
	margin-bottom: 20px;
}

.why-modal img {
	border: 1px solid #ccc;
	float: left;
	height: auto;
	max-width: 200px;
	padding: 4px;
}


.why-modal-item {
	font-size: 14px;
	overflow: hidden;
	padding-left: 20px;
}

.why-modal-title {
	color: #4AAD4E;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 15px;
}

.modal-list {
	background: #fffef0;
	border: 1px solid #f4f1dc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 12px;
}

.page .modal-list {
	list-style-type: none;
}

.modal-list li:before {
	color: #4AAD4E;
	content: "\f058";
	font-family: "FontAwesome";
	margin-right: 7px;
}



.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#index-video {
	max-width: 70%;
	width: 70%;
}

/*Activity users*/

.page.my-account .activity-users .breadcrumbs {
	padding-top: 28px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.site-footer {
	/* background:#FF5A5F; */
	background: #fff;
	color: #767676;
	padding-bottom: 30px;
	padding-top: 40px;
}

.site-footer a {
	border-bottom: 1px solid #fff;
	color: #767676;
}

.site-footer a:hover {
	color:#FF5A5F;
}

.footer-item {
	font-size: 14px;
	margin-bottom: 20px;
}

.footer-item:last-child {
	
}

.footer-item h4 {
	font-weight: bold;
	margin-bottom: 0.6em;
}

.footer-item li {
	display: block;
	margin-bottom: 5px;
}

.two-columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
column-gap: 40px;
-moz-column-gap: 40px;
}

.facebook:before,
.google-plus:before,
.youtube:before,
.instagram:before {
	background: #fff;
	color: #767676;
	font-family: "FontAwesome";
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	width: 20px;
	display: inline-block;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
	 transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}

.facebook:hover:before,
.youtube:hover:before,
.google-plus:hover:before,
.instagram:hover:before {
	color:#FF5A5F;
}

.facebook:before {
	content: "\f09a";
}
.google-plus:before{
	content: "\f0d5";
}
.youtube:before{
	content: "\f167";
}
.instagram:before{
	content: "\f16d";
}

.social-footer {
	margin-bottom: 30px;
}

.social-footer li {
	display: inline-block;
	margin-right: 10px;
}

.social-footer li a {
	border-bottom: none;
}

.social-footer li:last-child {
	margin-right: 0;
}

@media all and (min-width: 600px){
	.footer-item {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	
	.footer-item:nth-child(odd) {
		padding-right: 20px;
	}
	
	.footer-item:nth-child(even) {
		padding-left: 20px;
	}	
}

@media all and (min-width: 1000px){
	.footer-item {		
		padding-right: 10px;
		width: 24%;
	}
	
	.footer-item:nth-child(odd) {
		padding-right: 10px;
		vertical-align: middle;
	}
	
	.footer-item:nth-child(even) {
		padding-left: 0;
	}
	
	.footer-item:last-child {
		padding-right: 0;
	}
}

.site-footer > .inner-small-wrapper {
	border-bottom: 1px solid #767676;
}

.copyright {
	font-size: 14px;
	padding-top: 10px;
}

.copyright span {
	display: block;
	margin-bottom: 12px;
}

.copyright span:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 600px){
	.copyright span {
		display: inline;
		margin-bottom: 0;
	}
	
	.copyright span:last-child {
		float: right;
	}
}

/* ==========================================================================
   Clearfix
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#suggest-suggestions,
#undefined-suggestions,
#suggest-hero-suggestions {
	list-style-type: none;
}

/* Scroll to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  border: 1px solid rgba(255,255,255, 0.6);
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 166, 216, 0.8) url(../../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color:#FF5A5F;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

#messages, .text_danger_login {
	color: #ea4031;
	margin-top: 4px;
	font-size: 12px !important;
}
.table-nationalities-allowed {
	background: #f9f9f9;
	border: 1px solid #c4c4c4;
    margin-top: 10px;
}

.table-nationalities-allowed tr td { padding: 5px; }
.table-nationalities-allowed tr td {border-bottom: 1px solid #c4c4c4;}

@media screen and (max-width: 450px) {
	.img-mbox-wrap {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top 20px;
		float: none;
	}

	.img-mbox-wrap img {
		margin-top: 20px;
		display: inline-block;
	}

	.mbox {
		margin-top: 20px;
		display: inline-block;
		width: 100%;
		padding: 0;
	}
}
