/*
	main color: #d97ea0; (217, 126, 160)
*/

/*@import url('https://fonts.googleapis.com/css?family=Varela+Round');*/

@font-face {
    font-family: 'Varela Round';
    src: local('Varela Round Regular'), local('VarelaRound-Regular'),
        url('../webfonts/VarelaRound-Regular.woff2') format('woff2'),
        url('../webfonts/VarelaRound-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.height100 {
	height: 100%;
}

.animated {
	-webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out;  -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;
}

.animatedSlow {
	-webkit-transition: all 1s ease-in-out;  -moz-transition: all 1s ease-in-out;  -o-transition: all 1s ease-in-out;  transition: all 1s ease-in-out;
}

.rotate45 {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.text-lovercase {
	text-transform: lowercase;
}

.rose {
	color: #d97ea0;
}
	.rose:hover {
		color: #d97ea0;
	}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Varela Round', sans-serif;
}

img, .col-auto {
	max-width: 100% !important;
}

header {
	/*background: #c398a5;*/
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 110;
}

footer {
	background: #c4c4c4;
}
	footer a {
		color: #fff;
	}

	footer a:hover {
		color: #d97ea0;
	}

p, a {
	word-wrap: break-word;
}

a:hover {
	text-decoration: none;
}

ul li {
	position: relative;
	padding: 5px 0 5px 30px;
}
	ul li:before {
		content: "";
		width: 15px;
		height: 15px;
		position: absolute;
		top: 10px;
		left: 2px;
		background: #fff;
		border-radius: 50%;
	}

	ul li:after {
		content: "";
		width: 5px;
		height: 10px;
		position: absolute;
		top: 12px;
		left: 7px;
		background: transparent;
		border-bottom: 2px solid #d97ea0;
		border-right: 2px solid #d97ea0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

.btn {
	white-space: inherit;
}

.container-fluid {
	max-width: 1920px;
}

.shortContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
}

.buttonsContainer {
	width: 1500px;
	max-width: 100%; 
} 

.bottomBoxHolder {
	position: relative;
	background-size: cover;
}
	.bottomBoxHolder:before {
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background: rgba(217, 126, 160, .5);
	}

	.bottomBoxHolder * {
		color: #fff;
	}

.BottomBoxImage img {
	display: block;
}

.homeNewsBlock {
	background: #d97ea0;
}

.ContentBlockText {
	/*max-width: 840px;*/
}

#Form_RegisterForm_agbs_Holder input {
	display: block;
	float: left;
	margin: 5px 5px 20px;
}

#Form_RegisterForm_agbs_Holder label {
	display: block;
	width: 90%;
	text-indent: 0px;
}

@media (max-width: 767px) {
  .headerSlide h1 {
  	font-size: 1.5rem;
  }

  header {
  	position: -webkit-sticky;
    position: sticky;
  	background-color: rgba(217, 126, 160, .5);
  	z-index: 250;
  	-webkit-box-shadow: 0 .5rem .5rem -.5rem rgba(0,0,0,.2)!important;
    box-shadow: 0 .5rem .5rem -.5rem rgba(0,0,0,.2)!important;
  }

  .brand p {
  	display: none;
  }

  .headerSlide {
  	background-image: none !important;
  }

  .headerSlide > div {
  	height: auto !important;
  }

  .headerSlide .col-12.d-md-none {
  	background-position: center;
  	background-size: cover;
  }
  	.headerSlide .col-12.d-md-none img {
  		opacity: 0;
  	}

  .profileListingItem .btn {
  	margin-top: 10px !important;
  	width: 100%;
  }

	.smallHeader .col-12.d-md-none.pt-3 {
		display: none !important;
	}

	.smallHeader .shortContainer {
		padding-top: 0px !important;
	}

	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.4rem;
	}

	h3 {
		font-size: 1.3rem;
	}

	h4 {
		font-size: 1.2rem;
	}

	h5 {
		font-size: 1.1rem;
	}

	h6 {
		font-size: 1rem;
	}

	.logoHolder {
		position: relative;
	}
		.logoHolder .logoImage {
			/*position: absolute;
			top: 0px;
			left: 0px;
			max-width: 30% !important;*/
		}
}

@media (min-width: 768px) {
  .ContentBlockText {
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
	header {
	  	position: -webkit-sticky;
	    position: sticky;
	  	background-color: rgba(217, 126, 160, .5);
	  	z-index: 250;
	  	-webkit-box-shadow: 0 .5rem .5rem -.5rem rgba(0,0,0,.2)!important;
	    box-shadow: 0 .5rem .5rem -.5rem rgba(0,0,0,.2)!important;
	  }
}

@media (min-width: 992px) {
  .ContentBlockText {
    max-width: 450px;
  }

  .col-lg-5th {
		-ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}

@media (min-width: 1200px) {
  .ContentBlockText {
    max-width: 600px;
  }
}

.ContentBlockImage {
	background-position: center;
	background-size: cover;
}
	.ContentBlockImage img {
		opacity: 0;
	}

a.my-btn {
	background: rgb(217, 126, 160);
	color: #fff;
	border-radius: 50px;
	border: 1px solid rgb(217, 126, 160);
	padding: 20px;
	display: inline-block;
}
	a.my-btn:after {
		display: none;
	}

	a.my-btn:hover {
		background: #fff;
		color: rgb(217, 126, 160);
		text-decoration: none;
	}

a.my-btn-white {
	background: rgb(255, 255, 255);
	color: #000;
	border-radius: 50px;
	border: 1px solid rgb(255, 255, 255);
	padding: 20px 40px;
	display: inline-block;
}

	a.my-btn-white:hover {
		color: rgb(217, 126, 160);
		text-decoration: none;
	}

a.category-btn {
	background: #868686;
	color: #fff !important;
	border-radius: 50px;
	/*border: 1px solid #868686;*/
	padding: 5px;
	margin: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    white-space: initial;
    /*width: 250px;
    max-width: 250px;*/
    width: 100%;
    line-height: 1.1;
    min-height: 40px;
    max-width: 220px;
    min-width: 220px;
}
	a.category-btn:after {
		display: none;
	}

	a.category-btn:hover,
	a.category-btn.active {
		background: #d97ea0;
		/*color: rgb(217, 126, 160) !important;*/
		text-decoration: none;
	}

.homeNewsBlockPart {
	background: #fff;
}
	.homeNewsBlockPart img {
		width: 100%;
	}

.mansHolder {
	margin: 0 auto;
}

.mans-item {
	width: 310px;
	margin: 20px;
  	float: left;
}

.headerSlide {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}
	.headerSlide:before {
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background: rgba(217, 126, 160, .5);
	}

.headerSlide > div {
	height: 900px;
}

.smallHeader .headerSlide > div {
	height: auto;
	padding-top: 220px;
}

.smallHeader .headerSlide {
	background-image: url(../images/small-slider.jpg) !important;
}

.smallHeader:before {
	content: "";
	position: absolute;
	z-index: 180;
	bottom: -45px;
	left: 50%;
	transform: translateX(-45px);
	-webkit-transform: translateX(-45px);

	width: 90px;
	height: 90px;
	background: #cdcdcd;
	z-index: 150;
	border-radius: 50%;
}

.smallHeader:after {
	content: "";
    position: absolute;
    z-index: 180;
    bottom: -15px;
    left: 50%;
    transform: translateX(-25px) rotate(-45deg);
    -webkit-transform: translateX(-25px) rotate(-45deg);
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 150;
    border: 5px dotted #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.headerSlide h1,
.headerSlide h5 {
	color: #fff;
}

.headerSlide a {
	padding: 12px 20px 10px;
	margin-right: 30px;
	color: #d97ea0;
	border-radius: 30px;
	background: #fff;
	text-transform: uppercase;
}

header hr {
	border-top: 1px solid rgba(255,255,255,1);
}

.brand {
	display: inline-block;
	width: 360px;
	max-width: 100%;
}

.brand h1 {
	font-size: 4rem;
	color: #fff;
	margin-bottom: 0px;
	line-height: 0.8;
}

.brand p {
	color: #fff;
	margin-bottom: 0px;
}

.topLink {
	color: #fff;
}

	.topLink:hover {
		color: #fff;
	}

	.topLink img {
		padding-right: 10px;
	}

/*
	Navigation
*/

.primary ul li:before,
.primary ul li:after {
	display: none;
}

.primary ul li {
	display: inline-block;
	padding-left: 0px;
}

.primary ul li a {
	color: #fff;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-right: 30px;
    /*padding: 12px 20px 10px;*/
    border-radius: 30px;
}
	.primary ul li a:hover {
		/*color: #d97ea0;
		background: #fff;*/
		color: #fff;

	}

.rightNavi a {
	font-size: 0.9375rem;
	color: #fff;
	padding-left: 30px;
	position: relative;
}
	.rightNavi a:last-child:before {
		content: "";
		position: absolute;
		left: 15px;
		height: 9px;
		width: 1px;
		background-color: #fff;
		top: 4px;
	}

	.rightNavi a:first-child {
		padding: 12px 20px 10px;
		margin-right: 30px;
		color: #d97ea0;
		border-radius: 30px;
		background: #fff;
		text-transform: uppercase;
		display: inline-block;
	}

.hamburger {
	padding-left: 0px;
	padding-right: 0px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #fff;
}

.mobileMenu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0rem;
	background: #fff;
	display: none;
	box-shadow: 0px 3px 3px 0px #999;
}

	.mobileMenu li {
		padding: 5px 30px;
	}
		.mobileMenu li:before,
		.mobileMenu li:after {
			display: none;
		}

		.mobileMenu li a {
			display: block;
			text-align: center;
			color: #d97ea0;
			font-size: 1.25rem;
		}

.profileListingHolder {
	background: #e1e1e1;
}

.profileListingItem {
	background: #fff;
}

.rose-btn {
	/*padding: 20px !important;*/
	color: #fff !important;
	border-radius: 30px !important;
	background: #d97ea0 !important;
	text-transform: uppercase !important;
	margin: 0px !important;
    float: unset !important;
}
	.rose-btn:after {
		display: none;
	}

.ProfileImage img {
	width: 100%;
	padding-bottom: 10px;
}

.side-btn {
	padding: 5px 15px;
	color: #fff;
	border-radius: 30px;
	background: #d97ea0;
	text-transform: uppercase;
	margin: 5px 0;
	display: block;
	font-size: 15px;
	text-transform: initial;
}
	.side-btn:hover {
		color: #fff;
	}

	.side-btn span {
		padding-left: 20px;
	}

.side-title {
	padding: 5px;
	color: #fff;
	border-radius: 30px;
	background: #d97ea0;
	margin: 5px 0;
	font-size: 15px;
}

.sideImage {
	display: block;
	margin-bottom: 5px;
}

#callMeBackForm {
	width: 100%;
}

#callMeBackForm input {
	padding: 5px 10px;
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	margin: 5px 0;
	display: block;
	font-size: 14px;
	min-width: 100%;
	border: 0px;
	background: #cccccc;
	text-transform: initial;
}

#callMeBackForm input[type="submit"] {
	background: #d97ea0;
	color: #fff;
	white-space: unset;
}

#callMeBackForm input:required {
  box-shadow: 0px 0px 0px transparent;
}

#callMeBackForm input::placeholder {
  color: #fff;
  text-align: center;
  text-transform: initial;
}

body.Profile .smallHeader .shortContainer *,
body.Profile .smallHeader:before,
body.Profile .smallHeader:after {
	display: none;
}

.ss-uploadfield-item-edit.ss-ui-button.ui-corner-all,
.ss-uploadfield-item-remove.ss-ui-button.ui-corner-all {
	/*display: none;*/
}

form input[type=text],
form input[type=email],
form select,
form input[type=password] {
	border-radius: 30px;
	padding: 12px 20px 10px;
	border: 1px solid #d97ea0;
	color: #d97ea0;
	background: #fff;
	width: 100%;
}

form label {
	text-indent: 20px;
	margin-bottom: 0px;
	margin-top: 0.5rem;
}

form input[type=submit] {
	border-radius: 30px;
	padding: 12px 20px 10px;
	color: #ffffff;
	background: #d97ea0;
	border: 0px;
	width: 100%;
}

form .Actions {
	margin-bottom: 2rem;
}

#Form_ProfileForm .ss-ui-button {
	border-radius: 30px;
	padding: 10px 20px;
	color: #ffffff;
	background: #d97ea0;
	border: 0px;
}

form .message {
	color: red;
}


.checkboxset li {
	display: inline-block;
	width: 50%;
	float: left;
}

.checkboxset li:before,
.checkboxset li:after {
	display: none;
}
	.checkboxset li label {
		text-indent: 0px;
	}

	.checkboxset li input {
		vertical-align: middle;
	}

.callMeBackHolder {
	display: none;
}