/*home page design changes*/
.home .main-sections {
	margin-bottom: 0;
}

.home footer.site-footer {
	display: block;
}

.home footer.site-footer .meta-menu {
	height: auto;
}

.home aside.featured-news {
	position: static;
	margin: 50px 0 0 0;
}

.video-home-glasshutte iframe,
.video-glasshutte iframe {
	height: 537px;
}

.video-glasshutte {
	margin: 0 -60px;
}

@media only screen and  (max-width: 959px) {
	.video-home-glasshutte iframe,
	.video-glasshutte iframe {
		height: 420px;
	}
}

@media only screen and  (max-width: 767px) {    
	.video-home-glasshutte iframe,
	.video-glasshutte iframe {
		height: 400px;
	}    
}

@media only screen and  (max-width: 640px) {

	.home .site-wrapper {
		padding-bottom: 0;
	}

	.video-glasshutte {
		margin: 0 -30px;
	}

	.video-home-glasshutte iframe,
	.video-glasshutte iframe {
		height: 320px;
	}

	footer.site-footer .meta-menu {
		height: auto;
	}

	footer.site-footer {
		display: block;
	}

	footer .logo-contact {
		text-align: center;
		display: none;
	}

	footer .meta-menu .menu-group ul {
		display: block;
	}

	footer .meta-menu .center {
		padding-top: 0;
	}

	footer .logo-contact a {
		display: inline-block;
	}

	footer .logo-contact .logo {
		margin-bottom: 15px;
	}	
}

@media only screen and  (max-width: 479px) {
	.video-home-glasshutte iframe,
	.video-glasshutte iframe {
		height: 241px;
	}
}

@media only screen and  (max-width: 375px) {
	.video-home-glasshutte iframe,
	.video-glasshutte iframe {
		height: 180px;
	}
}

.section-open .sigdel-logo {
	opacity: 0;
	visibility: hidden;
}

.sigdel-logo {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 9;
	width: 120px;
	transition: 0.2s ease-in-out;
}

@media (max-width: 567px) {
	.sigdel-logo {
		width: 60px;
		top: 50px;
	}
}

body.careers .site-wrapper .main-content {
	background: #fff !important;
}

/*Accordion*/
.accordion-main {
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
	background: #f4f4f4;
	transition: all 0.5s ease 0s;
	border-bottom: 0;
}

.accordion-main.content-visible {
	background: none;
}

.accordion-main .accordion-title h4 {
    /* cursor: pointer;
    padding: 15px 30px 15px 15px;
    position: relative; */
    margin: 0;
    padding: 10px 40px;
    border-bottom: 1px solid #e9e7e3;
    font-size: 16px;
    background-color: #e9e7e3;
}

.accordion-title:after {
	webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	content: '\002B';
	position: absolute;
	right: 10px;
	top: 34%;
	height: 100%;
	width: 24px;
}

.accordion-title.accordion-open:after {
	content: "\2212";
}

.accordion-main .accordion-title h4 {
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 22px !important;
}

.accordion-cnt-wrp {
	/*max-height: 0;*/
	/*overflow: hidden;*/
	/*transition: max-height 0.3s ease-out;*/
	max-height: unset !important;
}

.accordion-inner-wrp {
	/*padding: 15px;*/
}

/*====================================*/
/*Added 090419*/
/*====================================*/
.grecaptcha-badge{
	visibility: hidden;
	opacity: 0;
}

.single-tutima-career a.button.link {
	text-decoration: none;
}

.single-tutima-career .single-page:before {
	background: transparent;
}
/*section-wrapper owc_content blocks*/
.section-wrapper .index-page .owc_content.blocks{
	height: auto;
	display: flex;
}
.section-wrapper .index-page .owc_content.blocks .block:last-child{
	padding-bottom: 45px;
}

/*061223*/
.watches-model-list .list-row .row-content {
	display: flex;
	flex-wrap: wrap;
}
.watches-model-list .list-row .row-content article {
	flex: 25%;
	max-width: 25%;
	border-bottom: 1px dotted #ccc;
}
.watches-model-list .list-row .row-content article:nth-child(4n) {
	border-right-color: transparent;
}
.watches-model-list article:nth-child(4) {
	border-right: dotted 1px #ccc;
}

/*header search*/
.site-header .header-menu a.header-search {
	height: 16px;
	float: right;
	margin-top: 3px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,.6);
}
.site-header .header-menu a.header-search img,
.site-header .header-menu a.header-search svg {
	width: 16px;
	height: 16px;
}
.header-search-popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 0.4s opacity, 0.4s visibility;
}
.header-search-popup .search-wrapper {
	max-width: 750px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	padding: 0 15px;
	flex-direction: column;
	justify-content: center;
}
.header-search-popup .search-wrapper .searchform > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.header-search-popup .search-wrapper .searchform input[type=text] {
	height: 50px;
	width: 100%;
	outline: none;
	border: 0;
	padding: 8px 20px;
	padding-right: 55px;
	font-size: 20px;
}
.header-search-popup .search-wrapper .searchform input[type=submit] {
	height: 50px;
	width: 50px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../img/search-black.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: center;
	border: 0;
	background-color: #eee;
}
.watches-categories {
	padding: 30px 0 0;
}
.watches-categories.watches-other-collections .watches-categories-list:before,
.watches-categories.watches-other-collections .watches-categories-list:after {
	content: none !important;
}
.watches-categories .section-title {
	text-align: center;
	margin: 0 0 10px;
}
.watches-categories .watches-categories-list li .category-wrapper {
	background: #f7f7f7;
}
.watches-categories .watches-categories-list li img {
	mix-blend-mode: multiply;
}

body.search-results .watches-model-list {
	margin: 0 0 25px;
}

body.search-popup-triggered .header-search-popup {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
.accordion-main .accordion-title h4 {
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 22px !important;
	line-height: 24px !important;
}
@media screen and (max-width: 991px){
	.watches-model-list .list-row .row-content article {
		flex: 33.33%;
		max-width: 33.33%;
	}
	.watches-model-list .list-row .row-content article:nth-child(4n) {
		border-right-color: #ccc;
	}
	.watches-model-list .list-row .row-content article:nth-child(3n) {
		border-right-color: transparent;
	}
	.section-open .site-header {
		height: 160px;
	}
}
@media screen and (max-width: 767px){
	.site-header .header-menu a.header-search {
		border-left: 1px solid rgba(255,255,255,.6);
		border-right: 0;
		padding-left: 14px;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		order: 4;
	}
	.header-search-popup .search-wrapper .searchform input[type=text] {
		height: 42px;
		padding-right: 50px;
		font-size: 18px;
		padding: 8px 50px 8px 10px;
	}
	.header-search-popup .search-wrapper .searchform input[type=submit] {
		background-size: 20px;
		height: 42px;
		width: 42px;
	}
}
@media screen and (max-width: 640px){
	.section-wrapper .index-page .owc_content.blocks{
		display: block;
	}

	.section-wrapper .single-page .preamble iframe{
		width: 100%;
		height: auto;
	}

	.site-header .header-menu .menu-toggle,
	.site-header .header-menu .find-retailers-top-link {
		width: 20%;
	}
	.site-header .header-menu .facebook-top-link,
	.site-header .header-menu .langship-toggle {
		width: 18%;
	}
	.site-header .header-menu a.header-search {
		height: 28px;
		width: 28px;
		margin: 0;
		padding: 7px 0;
	}
	.site-header .header-menu a.header-search img,
	.site-header .header-menu a.header-search svg {
		width: 14px;
		height: 14px;
	}
	.site-header .header-menu a.header-search svg circle,
	.site-header .header-menu a.header-search svg line {
		stroke: #000000;
	}    
	.accordion-main .accordion-title h4 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.watches-model-list .list-row .row-content article {
		flex: 50%;
		max-width: 50%;
		border-right: 1px dotted #ccc;
	}
	.watches-model-list .list-row .row-content article:nth-child(3n) {
		border-right-color: #ccc;
	}
	.watches-model-list .list-row .row-content article:nth-child(even) {
		border-right-color: transparent;
	}

	.watches-categories .watches-categories-list {
		display: flex;
		flex-wrap: wrap;
		padding: 0 5px;
	}
	.watches-categories .watches-categories-list li {
		flex: 50%;
		max-width: 50%;
		padding: 0 5px;
	}
	.watches-categories .watches-categories-list li:nth-child(odd) .category-wrapper {
		border-right: 1px dotted #ccc;
	}
	.watches-categories .watches-categories-list li .category-wrapper {
		height: 100%;
		border-bottom: 1px dotted #ccc;
	}
	.section-open .site-header .header-content {
		height: unset!important;
	}
	.site-header .logo {
		width: 100px;
	}
}