/* MAIN LAYOUT */
.float-right {
	float: right;
}

.float-left {
	float: left;
}

a {
	color: #A68018;
}

a:hover {
	color: #866713;
}

body {
	margin: 0;
	min-width: 240px;
	-webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 16px;
	background-image: url("/themes/simple/images/background.png");
	font-weight: 400;
}

@media (min-width: 768px) {
	.flex {
		display: flex;
		align-items: stretch;
	}
}

.content-line-section ul {
	list-style: none;
	padding: 15px;
	counter-reset: counter;
}

.content-line-section li {
	padding-left: 26px;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #A68018;
}

.content-line-section li:before {
	content: counter(counter); /* FontAwesome Unicode */
	counter-increment: counter;
	display: inline-block;
	margin-left: -30px; /* same as padding-left set on li */
	margin-right: 10px;
	width: 20px; /* same as padding-left set on li */
	height: 20px;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #A68018;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.fancybox {
	width: 48px;
	height: 48px;
	right: 0px;
	cursor: pointer;
	padding-top: 10px;
	/*transition:right 0.6s linear;*/
}

.fancybox-open {
	/*right: 400px;
	transition:right 0.5s linear;*/
}

.logintoggle {
	top: 202px;
	position: fixed;
	z-index: 99999;
	background: #000;
}

.loginOverlay {
	z-index: 19999;
	position: fixed;
	background: #000;
	top: 0;
	bottom: 0;
	right: 0;
	color: #FFF;
	width: 100%;
	max-width: 400px
}

.bookmarktoggle {
	top: 250px;
	position: fixed;
	z-index: 99999;
	background: #A68018;
}

.bookmarkIndicator {
	width: 14px;
	height: 14px;
	text-align: center;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #000;
	color: #000 !important;
	position: absolute;
	font-size: 10px !important;
	font-weight: bold;
	margin-left: 30px;
	margin-top: -34px;
	z-index: 999999;
	line-height: 1;
	padding: 1px;
}

.bookmarkOverlay {
	z-index: 19999;
	position: fixed;
	background: #E7DFDC;
	top: 0;
	bottom: 0;
	right: 0;
	color: #000;
	width: 100%;
	max-width: 400px;
	overflow-x: auto;
}

.bookmark-model {
	max-width: 150px;
	height: 150px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	margin-bottom: 30px;
}

.bookmarkDelete {
	position: absolute;
	right: 15px;
	cursor: pointer;
	text-shadow: 0 0 3px #000;
}

.bookmark-headline {
	margin-left: 20px;
	text-transform: uppercase;
	color: #A68018;
}

.bookmark-teaser {
	max-height: 150px;
	overflow: hidden;
	cursor: pointer;
}

.myLoginForm {
	padding: 20px;
	margin-top: 200px;
}

.myLoginForm .form-control {
	margin-top: 5px;
	margin-bottom: 15px;
}

.myLoginForm .button {
	float: right;
}

.forget-pw-link {
	color: #FFF;
}

.forget-pw-link:hover {
	color: #FFF;
}

.sideLogin {
	padding: 20px;
	margin-top: 180px;
}

#MemberLoginForm_LostPasswordForm_Email {
	width: 300px;
	border: 1px solid #A68018;
	margin-bottom: 10px;
	margin-bottom: 15px;
	padding: 4px 8px;
}

.sideLogin #MemberLoginForm_LoginForm {
	width: 100%;
	max-width: 100%;
}

.sideLogin #MemberLoginForm_LoginForm_Remember_Holder {
	margin-left: 20px;
}

.sideLogin .checkbox label.right {
	color: #FFF;
}

#MemberLoginForm_LoginForm_action_dologin, #MemberLoginForm_LoginForm_action_logout, #MemberLoginForm_LostPasswordForm_action_forgotPassword {
	background: #A68018;
	color: #FFF;
	display: inline-block;
	border-radius: 4px;
	padding: 6px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	font-size: 13px;
	margin-right: 10px;
	float: left;
}

.sideLogin #ForgotPassword {
	float: left;
	margin-top: 15px;
}

.sideLogin #ForgotPassword a {
	color: #FFF;
}

.sideLogin #ForgotPassword a:hover {
	color: #FFF;
}

.sideLogin #MemberLoginForm_LoginForm_error {
	color: #FFF;
}

.sideLogin input.text {
	color: #000;
}

/* Navigation */
.navbar-wrapper {
	min-height: 80px;
	/*background-color: #fff;
	background-image: url("/themes/simple/images/background.png");
	background-position: 55% 5%;*/
}

.navbar-wrapper .navbar-nav > li {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}

.navbar-wrapper .navbar-nav > li > a {
	color: #A68018;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

.logo > img {
	max-height: 140px;
}

@media (max-width: 767px) {
	.logo > img {
		max-width: 170px;
	}
}

.nav .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #FFF;
	border: 1px solid #A68018;
}

.nav .dropdown-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #A68018;
	position: absolute;
	left: 0;
	top: -10px;
}

.nav .dropdown-menu a {
	padding: 8px 20px;
	color: #000;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.nav .dropdown-menu a:hover {
	color: #000;
}

.navbar-toggle {
	border: 1px solid #868889;
	margin-right: 0;
	margin-top: 20px;
}

.navbar-toggle .icon-bar {
	background-color: #000;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.nav-collapse {
	text-align: left;
	padding: 15px;
}

.nav-collapse li {
	padding: 0 !important;
}

.nav-collapse .dropdown-menu {
	text-align: left;
}

.nav-collapse .dropdown-menu:before {
	content: "";
	display: none;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #A68018;
	position: absolute;
	left: 0;
	top: -10px;
}


/* Model categories Teaser */
.gold-line {
	height: 20px;
	background-color: #A68018;
	position: relative;
	z-index: -1;
}

.model-teaser {
	margin-top: 15px;
	margin-bottom: 15px;
}

.model-teaser a:hover {
	text-decoration: none;
}

.model-categories {
	padding-top: 0px;
	padding-bottom: 90px;
}

.modelCategory-teaser-image {
	min-height: 260px;
	background-size: 100%;
	max-width: 260px;
	margin: 0 auto;
}

.category-title {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 70px;
	line-height: 1;
	text-shadow: 0px 0px 8px #2D2D2D;
}

.category-subtitle {
	text-align: center;
	color: #FFF;
	font-size: 24px;
	text-shadow: 0px 0px 4px #2D2D2D;
}

.modelCategory-teaser-desc {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
	min-height: 220px;
}

.model-teaser-inner {
	background: rgba(177, 177, 177, 0.15);
	border: 1px solid #A68018;
}

.sub-menu-model-cat {
	padding-top: 15px;
}

.sub-menu-model-cat ul {
	list-style: none;
	float: right;
}

.sub-menu-model-cat li {
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
}

/* Content */
.section {
	padding: 60px 0;
}

.content-line-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.grey-section {
	background-color: #EDEAE9;
}

.gold-section {
	background-color: #A68018;
}


.content-headline h1, .content-headline h4 {
	color: #A68018;
}

.content-headline-white h1, .content-headline-white h4 {
	color: #FFF;
}

.content-headline h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	line-height: 1.4;
	margin-bottom: 15px;
}

.content-headline h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 15px;
}

.content-headline-white h1 {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	line-height: 1.4;
	margin-bottom: 15px;
}

.content-headline-white h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 15px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8;
	min-height: 300px;
}

.min-content-height {
	min-height: 300px;
}

.content-headline::after, .content-headline-white::after {
	content: "";
	position: absolute;
	left: 15px;
	height: 1px;
	width: 70px;
	border-bottom: 5px solid #000;
}

.ApplyNowButton {
	position: absolute;
	bottom: -55px;
	right: 40px;
	background: #A68018;
	width: 225px;
	height: 225px;
	border-radius: 50%;
	text-align: center;
	padding-top: 75px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.ApplyNowButton.it_IT {
	width: 250px;
	height: 250px;
	padding-top: 60px;
}


.ApplayNow-Top {
	color: #000;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}

.ApplayNow-Bottom {
	color: #FFF;
	font-size: 33px;
	font-weight: 600;
	line-height: 0.9;
}
.ApplyNowButton.it_IT {
	width: 200px;
	height: 200px;
	padding-top: 20px;
}

.ApplyNowButton.pl_PL .ApplayNow-Top{
	font-size: 25px;
}
.ApplyNowButton.pl_PL .ApplayNow-Bottom{
	font-size: 20px;
}

.registrationform-reidrect {
	text-align: center;
	padding-top: 20px;
}

.registrationform-reidrect form {
	display: inline-block;
	min-width: 290px;
}

.registrationform-reidrect form .field {
	margin-bottom: 10px;

}

.registrationform-reidrect form label {
	display: inline-block;
	float: left;
	margin-right: 10px;
	min-width: 70px;
	text-align: left;

}

.registrationform-reidrect form .checkbox {
	margin-left: 0;

}

.registrationform-reidrect form .Actions {
	text-align: left;
}

.registrationform-reidrect form #MemberLoginForm_LoginForm_action_dologin {
	float: none;
}

.registrationform-reidrect form #MemberLoginForm_LoginForm_error {
	text-align: left;
}


/* Owl Carusel Model */

.model-slider .owl-controls {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.model-slider-nav a {
	cursor: pointer;
}

.model-slider-nav i {
	font-size: 30px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 3px solid #A68018;
	padding-top: 4px;
	color: #A68018;
	font-weight: bold;
}

.model-slider-nav-left {
	text-align: center;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-100%);
	z-index: 999;
}

.model-slider-nav-left i {
	padding-right: 3px;
}

.model-slider-nav-right {
	text-align: center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-100%);
	z-index: 999;
}

.model-slider-nav-right i {
	padding-left: 3px;
}

.model-slider .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 2px !important;
	opacity: 1 !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF !important;
	border: 1px solid #000;
}

.model-slider .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #A68018 !important;

}

.slider-flex {
	display: flex;
	align-items: stretch;
}

.model-slider-section {
	padding-top: 5px;
}

/* Model search Page */
.model-item {
	margin-bottom: 25px;
	width: 250px;
	margin-right: 25px;
	height: 352px;
	float: left;
	position: relative;
	box-shadow: 0 0 5px 1px #DDD;
}

.model-img {
	max-height: 250px;
	overflow: hidden;
	cursor: pointer;
}

.model-bottom {
	background: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	padding: 5px 20px;
	color: #A68018;
	width: 250px;
}

.model-name-bottom {
	width: 100px;
	height: 22px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

@media (max-width: 320px) {
	.model-item {
		width: 250px;
		height: 250px;
	}

	.model-img {
		max-height: 250px;
	}

	.model-bottom {
		width: 250px;
	}

}

.model-bottom:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #FFF;
	position: absolute;
	left: 10px;
	top: -15px;
}

.age {
	color: #000;
	font-size: 16px;
	text-transform: none;
	display: block;
	float: left;
}

.bookmarkAdd_search {
	background-image: url(/themes/simple/images/herz.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	float: right;
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 2px;
}

/*TopModel Star*/
.top-model-star {
	display: inline-block;
	width: 18px;
	height: 18px;
	float: right;
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 2px;
}

.top-mdel-star-clickable {
	cursor: pointer;
}

.top-model-starfilled {
	background-image: url(/themes/simple/images/star_gold.png);
}

.top-model-starnotfilled {
	background-image: url(/themes/simple/images/star_gold-not-filled.png);
}

/* Filter */
.filtertoggle {
	position: absolute;
	left: 780px;
	z-index: 9999;
	background-color: #A68018;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #FFF;
	font-weight: 400;
	top: 163px;
	transform: rotate(-90deg);
}

.filteroverlay {
	position: absolute;
	width: 800px;
	max-width: 100%;
	display: block;
	left: 0;
	background: #FFF;
	z-index: 999;
	padding: 40px 0;
	top: 145px;
	box-shadow: 0px 0px 4px #CCC;

}

.filter-field {
	width: 100%;
	margin-bottom: 30px;
}

.filter-field label {
	width: 30%;
	float: left;
	color: #A68018;
	text-transform: uppercase;
	font-weight: 300;

}

.filter-field select {
	width: 70%;
	float: left;
}

.btn {
	font-weight: 300 !important;
}

.dropdown-menu > li > a {
	font-weight: 300 !important;
}

.filter-field .age-select {
	width: 80px !important;
	float: left !important;
}

.age-select .dropdown-menu > li > a {
	padding: 3px 10px;
}

.filter-field .age-select .btn-info {
	margin-top: -5px;
	color: #000;
	border-radius: 0;
	background-color: #FFF;
	border: none;
	text-transform: none;
	padding: 0;
}

.filter-field .age-select .btn-info:hover, .filter-field .age-select .btn-info:focus {
	color: #000;
	background-color: #FFF;
	border: none;
	text-transform: none;
	padding: 0;
}

.filter-field .age-select .filter-option {
	padding: 6px 12px;
	border-color: #A68018;
	border: 1px solid #A68018;
	max-width: 50px;
}

.filter-field .age-select .bs-caret {
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 34px;
	border: 1px solid #A68018;
	margin-left: -15px;
}

.age-select .dropdown-menu {
	border-radius: 0;
	border: 1px solid #A68018;
	min-width: 85% !important;
}

.filter-field .filter-select .btn-info {
	margin-top: -5px;
	color: #000;
	border-radius: 0;
	background-color: #FFF;
	border: none;
	text-transform: none;
	padding: 0;
}

.filter-field .filter-select .btn-info:hover, .filter-field .filter-select .btn-info:focus {
	color: #000;
	background-color: #FFF;
	border: none;
	text-transform: none;
	padding: 0;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.filter-field .filter-select .filter-option {
	padding: 6px 12px;
	border-color: #A68018;
	border: 1px solid #A68018;
	max-width: 85%;
}

.filter-field .filter-select .bs-caret {
	display: inline-block;
	position: absolute;
	width: 15%;
	height: 34px;
	border: 1px solid #A68018;
	margin-left: -15px;
}

.filter-select .dropdown-menu {
	border-radius: 0;
	border: 1px solid #A68018;
	min-width: 85% !important;
}

.delete_all {
	float: left;
}

.delete_all_img {
	width: 20px
}

.delete_all_text {
	margin-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}

.field-hover {
	cursor: pointer;
}

/*Model Overview */
.model-overview {
	padding-left: 40px;
}

.model-overview h1 {
	font-size: 50px;
	margin-bottom: 15px;
}

.model-detail {
	padding: 10px 0;
}

.detail-text {
	text-transform: uppercase;
	color: #A68018;
	font-size: 24px;
}

.detail {
	font-size: 22px;
}

.model-button {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 320px;
	cursor: pointer;
}

.button-img {
	width: 40px;
	float: left;
}

.model-button img {
	max-height: 30px;
	margin: 0 auto;
	display: block;
}

.button-text {
	font-size: 23px;
	text-transform: uppercase;
	float: left;
	padding-top: 4px;
	padding-left: 5px;
}

.model-addToBookmark-button {
	background: #FFF;
	border: 2px solid #A68018;
	color: #A68018;
}

.model-setCard-button {
	color: #FFF;
	border: 2px solid #A68018;
	background: #A68018;
}

.model-inquery-button {
	color: #A68018;
	border: 2px solid #253644;
	background: #253644;
}

.back-link {
	text-transform: uppercase;
	color: #627078;
	font-weight: 400;
	font-size: 18px;
}

.back-to-parent {
	margin-top: 80px;
	margin-bottom: 30px;
}

.back-to-parent_bottom {
	margin-top: 50px;
	margin-bottom: 15px;
}

.lSPager, .lSGallery {
	max-width: 110%;
	transform: none !important;
}

@media (max-width: 991px) {
	.lSPager, .lSGallery {
		max-width: 100%;
	}
}


.lSPager li, .lSGallery li {
	margin-bottom: 15px;
	max-width: 80px;
}

.addBookmark_model {
	background-image: url(/themes/simple/images/icon_herz.png);
	display: inline-block;
	width: 40px;
	height: 30px;
	float: left;
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: -2px;
}

/* Model Registration */
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	padding: 0;
}

#progressbar li {
	list-style-type: none;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	width: 33.33%;
	float: left;
	position: relative;
	text-align: center;
	font-weight: 400;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	border: 1px solid #A68018;
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 8px;
	background: #FFF;
	border-top: 1px solid #A68018;
	border-bottom: 1px solid #A68018;
	position: absolute;
	left: -50%;
	top: 12px;
	z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
	background: #A68018;
	color: #FFF;
}

.button {
	background: #A68018;
	font-weight: 400;
	border: 1px solid #A68018;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #FFF;
}

.button:hover {
	background: #FFF;
	color: #A68018;
	font-weight: 400;
	border: 1px solid #A68018;
	padding: 5px 15px;
	text-transform: uppercase;
}

.rergistrationTab label, .model-edit-tab label {
	width: 30%;
	color: #A68018;
	text-transform: uppercase;
	font-weight: 300;
	float: left;
	margin-top: 5px;
}

.textarear label {
	width: 100% !important;
}

.registration-field {
	margin-bottom: 20px;
	min-height: 50px;
}

.rergistrationTab .field, .model-edit-tab .field {
	width: 70%;
	float: left;
	border: 1px solid #A68018;
	padding: 4px 6px;

}

.textarear .field {
	width: 100% !important;
	max-width: 100% !important;
}

.rergistrationTab hr, .model-edit-tab hr {
	border-color: #A68018;
}

.rergistrationTab select, .model-edit-tab select {
	width: 70%;
	float: left;
}

.registration-select {
	width: 70% !important;
}

.rergistrationTab .registration-select .btn-info, .model-edit-tab .registration-select .btn-info {
	margin-top: -5px;
	color: #000;
	border-radius: 0;
	background-color: #FFF;
	border: none;
	text-transform: none;
	padding: 0;
}

.rergistrationTab .registration-select .btn-info:hover, .rergistrationTab .registration-select .btn-info:focus, .model-edit-tab .registration-select .btn-info:hover, .model-edit-tab .registration-select .btn-info:focus {
	color: #000;
	background-color: #FFF;
	border: none;
	text-transform: none;
	padding: 0;
}

.rergistrationTab .registration-select .filter-option, .model-edit-tab .registration-select .filter-option {
	padding: 6px 12px;
	border-color: #A68018;
	border: 1px solid #A68018;
	max-width: 90%;
}

.rergistrationTab .registration-select .bs-caret, .model-edit-tab .registration-select .bs-caret {
	display: inline-block;
	position: absolute;
	width: 34px;
	height: 34px;
	border: 1px solid #A68018;
	margin-left: -16px;
}

.rergistrationTab .dropdown-menu, .model-edit-tab .dropdown-menu {
	border-radius: 0;
	border: 1px solid #A68018;
	min-width: 90% !important;
}

.thumbnail {
	max-width: 180px;
	float: left;
	margin-right: 20px;
}

@media (max-width: 1199px) {
	.rergistrationTab label {
		width: 40%;

	}

	.rergistrationTab .field {
		width: 60%;

	}

	.registration-select {
		width: 59% !important;
	}

}

@media (max-width: 991px) {
	.rergistrationTab label {
		width: 100%;

	}

	.rergistrationTab .field {
		width: 100%;

	}

	.registration-field {
		min-height: 65px;
	}

	.registration-select {
		margin-top: 5px;
		width: 100% !important;
	}

}

@media (max-width: 767px) {
	.rergistrationTab .registration-select .filter-option {
		max-width: 95%;
	}

	.rergistrationTab .registration-select .bs-caret {
		position: absolute;
		right: 0;
	}
}

@media (max-width: 680px) {
	.rergistrationTab .registration-select .filter-option {
		max-width: 90%;
	}

	.rergistrationTab .registration-select .bs-caret {
		position: absolute;
		right: 0;
	}
}

@media (max-width: 450px) {
	.thumbnail {
		max-width: 150px;
	}
}

@media (max-width: 386px) {
	.thumbnail {
		max-width: 100%;
	}
}

@media (max-width: 380px) {
	.rergistrationTab .registration-select .filter-option {
		max-width: 85%;
	}

	.rergistrationTab .registration-select .bs-caret {
		position: absolute;
		right: 0;
	}
}

/* Edit Img */
.img-line {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #A68018;
}

.img-line input[type =checkbox] {
	margin-right: 10px;
}

@media (min-width: 768px) {
	.img-flex {
		display: flex;
		align-items: stretch;
		/* margin-bottom: 25px; */
	}
}

.img-checkbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.img-line .button {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.img-line-bb {
	border-bottom: 1px solid #A68018;
}

/* FOOTER */
.footer {
	color: #000;
	background: #EDEAE9;
	padding: 20px 0;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 40px;
}

.footer a {
	color: #000;
}

.footer a:hover {
	color: #A68018;
}

.footer-gold-line {
	font-size: 12px;
	color: #FFF;
	background: #A68018;
	padding: 10px 0;
}

.redHeart {
	background-image: url(/themes/simple/images/icon_herz_red.png);
}

.gold-section li {
	padding-left: 15px;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #FFF;
}

.gold-section a {
	color: #FFF;
}


.gold-section .ApplyNowButton {
	background: #FFF;

}

.gold-section .ApplayNow-Bottom {
	color: #A68018;

}

.modelsList {
	padding-left: 30px;
}


.loginLineContainer {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #EDEAE9;
}


@media (max-width: 340px) {
	.modelsList {
		padding-left: 15px;
	}
}

.registerNowButton {
	width: 100%;
	height: 60px;
	text-transform: uppercase;
	background: #A68018;
	text-align: center;
	padding-top: 20px;
	font-size: 25px;
	margin-top: 50px;
	cursor: pointer;
	color: #FFF;
	text-decoration: none !important;
}

.registerNowButton:hover {
	text-decoration: none !important;
}

@media (max-width: 991px) {
	.navbar-toggle {
		display: block !important;
	}

	.navbar-nav > li {
		float: none !important;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px !important;
	}
}

@media (max-width: 1199px) AND (min-width: 991px) {
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.modelRow {
	margin-top: 40px;
	margin-bottom: 40px;
}

.remove-model-from-inquery {
	cursor: pointer;
}

.form-group .field {
	border-radius: 0;
	border-color: #A68018;
}

.verticalStep {
	width: 185px;
	float: left;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #A68018;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	cursor: pointer;
}

.stepactive {
	text-align: center;
	color: #FFF;
	background: #A68018;
	border: 1px solid #A68018;
}

.paymentLink {
	display: block;
	width: 300px;
	background: #A68018;
	color: #FFF;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 50px;
}

.paymentLink:hover, .paymentLink:focus {
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: 500 !important;
}

@media (max-width: 767px) {
	.content-line-section .pull-right {
		float: none !important;
	}

	.content-line-section img {
		margin: 0 auto;
	}

	.ApplyNowButton {
		bottom: 5px;
	}
}

@media (max-width: 400px) {
	.ApplyNowButton {
		width: 120px;
		height: 120px;
		padding-top: 40px;
	}

	.ApplyNowButton.es_ES {
		padding-top: 15px;
	}

	.ApplayNow-Top {
		font-size: 22px;
	}

	.ApplayNow-Bottom {
		font-size: 22px;
	}
}

.ui-widget-overlay {
	z-index: 9;
}

.registration-field .ui-datebox-container {
	z-index: 999999 !important;
	left: 35% !important;
}

@media (max-width: 767px) {
	.registration-field .ui-datebox-container {
		z-index: 999999 !important;
		left: 5px !important;
	}
}

.registration-field .ui-icon-calendar {
	position: absolute;
	top: 5px;
	right: 20px;
}

@media (max-width: 767px) {
	.registration-field .ui-icon-calendar {
		position: absolute;
		top: 35px;
		right: 20px;
	}
}

.ui-datebox-datebox-groups input {
	width: 80% !important;
	margin-left: 10px;
}

.nav > li.active > a {
	background: #EEE;
}

#Desc::placeholder {
	font-size: 25px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #CCC;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #CCC;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #CCC;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCC;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCC;
}

.register-1.button {
	padding: 10px 15px;
	font-size: 22px;
}

/*
#background-img-list{
	background:#f0eeee;
	position: absolute;
	width: calc(100% + 15px);
	height: 1300px;
	top: 0;
	left: -15px;

}
*/
.gold-section p, .grey-section p {
	color: #000;
}

.datefield .ui-icon-calendar {
	display: none;
}

.call-to-action-link {
	color: #000;
	text-decoration: none !important;

	-webkit-transition: color 1000ms linear;
	-moz-transition: color 1000ms linear;
	-o-transition: color 1000ms linear;
	-ms-transition: color 1000ms linear;
	transition: color 1000ms linear;
}

.call-to-action-div {
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #EDEAE9;
	text-align: center;
	font-weight: 400;

	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.call-to-action-link:hover {
	color: #FFF;
	text-decoration: none !important;
}

.call-to-action-link:hover .call-to-action-div {
	background-color: #A68018;
}

.sed-card-list-item {
	height: 130px;
}

#stornoPopup_Overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#stornoPopup {
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	max-width: 500px;
	padding: 15px;
	z-index: 99999;
	min-width: 280px;
}

.icon-sort {
	height: 30px;
	float: left;
	margin-top: 35px;
	margin-right: 20px;
}

.sed-card-list-item-left {
	padding: 40px 35px;
	background: #F0EEEE;
}

.call-to-action-header {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.8;
}


/* ====== BOOTSTRAP CAROUSEL (StartPage) ====== */
.carousel-inner .item img {
	width: 100%;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	overflow: hidden;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* FOR SEDCARD FRONTEND */
.setCard-h1 {
	color: #A68018;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700 !important;
	margin-top: 0px !important;
	line-height: 1.3 !important;
	margin-bottom: 15px !important;
}

.setCard-h1 {
	font-size: 40px !important;
	font-weight: 100 !important;
	text-transform: uppercase;
}


.sed-card-p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px !important;
	color: #FFF !important;
	line-height: 1.6 !important;
	font-weight: 400 !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.container-set {
	padding: 0 15px;
	position: relative;
}

.header {

}

.logo-setcard {
	position: absolute;
	top: 0;
	left: 50px;
	width: 250px;
	z-index: 999;
}

.top-img-setcard, .images-model-info, .model-info-imgs, .model-info-data {
	float: left;
}

.top-img-setcard {
	width: 100%;
}

.model-data {
	float: left;
	height: 474px;
	width: 100%;

}

.model-data tr {
	padding-bottom: 15px;
	display: block;
}

.model-data-type {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #FFF;
	width: 255px;
}

.model-data-value {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #000;
	width: 153px;
}

.pdf-footer {
	background: #231F20;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	padding: 10px;
}

.model-data-bookingcode {
	color: #A68018;
	font-weight: 800;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-top: 35px;
}

.top-img-container {
	width: 680px;
	padding-right: 1px;
	overflow: hidden;
	padding-bottom: 15px;
	float: left;
}

.model-img-set-first {
	width: 100%;
	height: 680px;
	overflow: hidden;
}

.right-images-and-info {
	width: 1040px;
	padding-left: 14px;
	padding-right: 15px;
	height: 680px;
	float: left;
	overflow: hidden;
}


.right-img {
	margin-bottom: 15px;
	margin-right: 15px;
	width: 275px;
	height: 275px;
	overflow: hidden;
	float: left;
	border: 1px solid #000;
}

.model-img-sets-bottom-images {
	width: 100%;
	height: 505px;

}

.bottom-images {
	width: 1700px;
	height: 340px !important;
	display: block;
}

.bottom-img {
	margin-bottom: 15px;
	margin-right: 15px;
	width: 325px;
	height: 325px;
	overflow: hidden !important;
	float: left;
	border: 1px solid #000;
}

.draggableHelper {
	cursor: move;
}

.draggableHandler {
	position: absolute;
	height: auto;
	width: 100%;
	top: 0;
	left: 0;
}

.draggableHandler i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.my-model-img {
	max-width: 100%;
	height: auto;
	min-height: 250px;
}

.login-message {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.loginbar {
	cursor: pointer;
	font-size: 25px;
	padding: 10px 25px;
	background: #FFF;
	color: #000;
	font-weight: 200;
	display: inline-block;
	margin-bottom: 10px;
}

@media (max-width: 400px) {
	.loginbar {
		font-size: 20px;
	}
}

.loginbar:hover {
	cursor: pointer;
	padding: 10px 25px;
	background: #FFF;
	color: #000;
	font-weight: 200;
}

.model-bootom-bookingcode {
	width: 150px;
	height: 22px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 41px;
	font-size: 16px;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	display: none;
}

.loadingtext {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.grey-section .ApplayNow-Bottom {
	color: #FFF;
}

.language_select {
	float: right !important;
}

.language_select .btn-info {
	color: #000 !important;
	background: #A68018 !important;
	border-color: #A68018 !important;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 12px;
	outline: none;
}

.language_select .filter-option {
	font-weight: 600 !important;
	letter-spacing: 2px;
	color: #000 !important;
}

.language_select .dropdown-menu {
	background: #A68018 !important;
	border-color: #A68018 !important;
	border-radius: 0;
}

.language_select .dropdown-menu li a {
	font-weight: 600 !important;
	color: #000 !important;
	text-transform: uppercase;

	letter-spacing: 2px;
}

.language_select .dropdown-menu > li > a:focus, .language_select .dropdown-menu > li > a:hover {
	color: #FFF !important;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	outline: none;
}

.jscroll-added {
	/*float: left;*/
}

.jscroll-added .clearBothresult {
	/*display: none;*/
}

.loadModelLink {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	float: left;
	width: 100%;
	/*height: 100%;
	position: relative;
	*/
}

.sizeTabelLink {
	color: #000;
	font-size: 12px;
	text-transform: none;
	display: none;
}

.sizeTabelLinkMen {

}


.dropzone {
	margin-top: 20px;
	border-color: #A68018 !important;
}

.i-rotate {
	transform: rotate(180deg);
}

.it_IT .navbar-wrapper .navbar-nav > li {
	font-size: 14px;
}

.it_IT .navbar-wrapper .navbar-nav > li a {
	padding-left: 10px;
	padding-right: 10px;
}

.pl_PL .navbar-wrapper .navbar-nav > li {
	font-size: 14px;
}

.pl_PL .navbar-wrapper .navbar-nav > li a {
	padding-left: 10px;
	padding-right: 10px;
}
