/* MAIN */

#main {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* GENDER COLORS */

.M {
	color: #5c6bc0;
}

.F {
	color: #ec407a;
}

/* BRANDS */

#brands.gallery article .image {
	background-color: white;
}

/* HELPERS */

.small {
	font-size: smaller;
}

.fix-items-alignment {
	padding: 0px 12px 12px 0px !important;
}

/* REVIEWS */

.review h2 {
	margin: 0px;
}

.review .image {
	border-radius: 50%;
	margin: 20px 24px 20px 0px;
}

.review img {
	border-radius: 50%;
	padding: 10px;
}

/* COLORS */

a:hover {
	color: #5EBB48 !important;
}

a.icon.style2:hover:before {
	box-shadow: inset 0 0 0 1px #5EBB48 !important;
	color: #5EBB48 !important;
}

.button.primary:hover {
	background-color: #5EBB48;
	color: white !important;
}

.button:hover {
	color: #5EBB48 !important;
	box-shadow: inset 0 0 0 1px #5EBB48;
}

#wrapper > .invert .button.primary:hover {
	background-color: #5EBB48;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	border-color: #5EBB48;
	box-shadow: 0 0 0 1px #5EBB48;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
	box-shadow: inset 0 0 0 1px #5EBB48;
	color: #5EBB48 !important;
}

input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover {
	background-color: #5EBB48;
}

/* FLOATING MENU */

#floating-menu {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1;
}

#floating-menu a.icon.style2 {
	color: #5EBB48 !important;
}

#floating-menu .icon.style2:before {
	box-shadow: inset 0 0 0 1px #5EBB48 !important;
}

/* SPACING */

.no-margin-bottom {
	margin-bottom: 0px;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.padding-left-tiny {
	padding-left: 5px;
}

/* PHONE */

@media screen and (max-width:736px) {
	.align-center-phone {
		text-align: center;
	}
}
