/*--Custom CSS, additional to slicing--*/
/* Contextual links Style: */

/**
 * Fix for jquery.custom-form.js plugin. 
 * It sets wrong top position when "admin menu" adds margin-top to body.
 */
body.admin-menu > .drop-form-select {
  margin-top: -29px;
}

/**
 * Contextual links regions.
 */
.contextual-links-region {
    outline: none !important;
    position: relative !important;
}
.contextual-links-region-active {
    outline: #999 dashed 1px !important;
}

/**
 * Contextual links.
 */
div.contextual-links-wrapper {
    display: none !important;
    font-size: 90% !important;
    position: absolute !important;
    right: 5px !important; /* LTR */
    top: 2px !important;
    z-index: 999 !important;
}
html.js div.contextual-links-wrapper {
    display: block !important;
}
a.contextual-links-trigger {
    background: transparent url(images/gear-select.png) no-repeat 2px 0 !important;
    border: 1px solid transparent !important;
    display: none !important;
    height: 18px  !important;
    margin: 0 !important;
    padding: 0 2px !important;
    outline: none !important;
    text-indent: 34px !important; /* LTR */
    width: 28px !important;
    overflow: hidden !important;
    -khtml-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}
a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
    background-position: 2px -18px !important;
}
div.contextual-links-active a.contextual-links-trigger {
    background-color: #fff !important;
    border-color: #ccc !important;
    border-bottom: none !important;
    position: relative !important;
    z-index: 1 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-radius: 4px 4px 0 0 !important;
}
div.contextual-links-wrapper ul.contextual-links {
    background-color: #fff  !important;
    border: 1px solid #ccc !important;
    display: none !important;
    margin: 0 !important;
    padding: 0.25em 0 !important;
    position: absolute !important;
    right: 0 !important;
    text-align: left !important;
    top: 18px !important;
    white-space: nowrap !important;
    -moz-border-radius: 4px 0 4px 4px !important; /* LTR */
    -webkit-border-bottom-left-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -webkit-border-top-right-radius: 0 !important; /* LTR */
    -webkit-border-top-left-radius: 4px !important; /* LTR */
    border-radius: 4px 0 4px 4px !important; /* LTR */
}
a.contextual-links-trigger-active,
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links {
    display: block !important;
}
ul.contextual-links li {
    line-height: 100% !important;
    list-style: none !important;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
div.contextual-links-wrapper a {
    text-decoration: none !important;
}
ul.contextual-links li a {
    color: #333 !important;
    display: block !important;
    margin: 0.25em 0 !important;
    padding: 0.25em 1em 0.25em 0.5em !important;
    text-transform: none !important;
}
ul.contextual-links li a:hover {
    background-color: #bfdcee !important;
}


.contextual-links-region ul.contextual-links {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    font:  12px/15px  Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
}

.contextual-links-wrapper a.contextual-links-trigger {
    background: url("gear-select.png") no-repeat scroll 2px 0 transparent !important; 
    display: none;
    height: 18px !important;
    border-radius: 4px 4px 4px 4px !important;
    width: 28px !important;
}

.contextual-links-region a.contextual-links-trigger-active {
    display: block !important;
}

.contextual-links-region ul.contextual-links li a {
    height: auto !important;
    width: auto !important;
    background: none !important;
}

.contextual-links-region ul.contextual-links li {
    padding: 0 !important;
}

/* Contextual links Hierarchy: */

/* 2nd level  */
.contextual-links-region
.contextual-links-region
div.contextual-links-wrapper {
    top: 20px !important;
}

/* 3rd level  */
.contextual-links-region
.contextual-links-region
.contextual-links-region
div.contextual-links-wrapper {
    top: 40px !important;
}

/* 4rd level  */
.contextual-links-region
.contextual-links-region
.contextual-links-region
.contextual-links-region
div.contextual-links-wrapper {
    top: 60px !important;
}

article ul.contextual-links li {
    line-height: 100% !important;
    list-style: none !important;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 90% !important;
    font-weight: normal !important;
    background: none !important;
}

/*Contextual links Hierarchy: FRONT PAGE*/

.contextual-links-region:hover .front-contextual-node-links > 
div.contextual-links-wrapper > .contextual-links-trigger{
    display: block !important;
}

/*2rd level*/  
.contextual-links-region .front-contextual-node-links >
div.contextual-links-wrapper {
    top: 60px !important;
}

/* 3rd level  
.contextual-links-region 
.front-contextual-node-links + .contextual-links-region
div.contextual-links-wrapper {
  top: 40px !important;
}

 4rd level  
.contextual-links-region 
.front-contextual-node-links + .contextual-links-region
div.contextual-links-wrapper + div
.contextual-links-region
div.contextual-links-wrapper {
  top: 60px !important;
}*/

/**
 * Style for primary tabs.  
 * SEE: ob_menu_local_tasks().
 */

/* General styles. */
#admin-tabs .contextual-links-trigger {
  background-position: 100% 0 !important;
  display: block !important;
  padding: 0 32px 0 0 !important;
  text-indent: 0;
  width: auto !important;
}
/* Custom styles for Benadryl. */
#admin-tabs .contextual-links-wrapper {
  right: 750px !important;
  top: 15px !important;
  z-index: 10;
}
#admin-tabs .contextual-links-trigger {
  font-size: 12px;
}

.w2.contact-wrapp h1 {
    margin-bottom: 27px;
}

div.contact-form .form-item {
    margin: 0;
}

/* Hide ajax loader. */
.ajax-progress {
  display: none;
}

.progress-disabled {
  float: none;
}

input[class~="sort"] {
  border: none;
  cursor: pointer;
}

div#cke_edit-topic-body-value,
div[id^=cke_edit-comment-text-value] {
  width: 100% !important;
}

.new-topic-form a.ckeditor_links {
  display: none !important;
}

.new-topic-form .info-message {
  margin: 6px;
}

.send-to-friend-form .contact-form .captcha {
  width: 243px;
}

.send-to-friend-form .contact-form .captcha img {
  width: auto;
}

.contact-form .captcha-box .captcha {
  width: auto;
  height: auto;
}

.contact-form .error {
  background: #c7e9ee;
}

.contact-form .info-message p {
  margin: 0;
}

.comment-delete .add-new-topic {
  background: none;
}

.comment-delete .add-new-topic .button ul {
  float: left;
}

.send-to-friend .fancybox-inner {
  height: auto !important;
}

.contextual-links-region .contextual-links-region.html-questions-button .contextual-links-wrapper,
.contextual-links-region .contextual-links-region.node-question .contextual-links-wrapper {
  top: 0px !important;
}

.contextual-links-wrapper + .back-question {
  padding-bottom: 45px !important;
}

#forum-comment-form .cke_bottom {
  display: none;
}

#forum-node-form .cke_bottom {
  display: none;
}

.picture .col {
  width: 480px !important;
}

.add-new-topic .ttl label {
  width: auto;
}

.calendar-account.calendar-account-hide-application-links .block {
  margin: 0 0 30px;
}

nav ul:after,
.contextual-links-region:after{
  content: "";
  display: block;
  clear: both;
}
.splash-screen .page{
  padding-bottom: 50px;
}
.splash-screen footer{
  overflow: visible;
}
.splash-screen footer:after{
  content: "";
  display: block;
  clear: both;
}
.logo{
  position: relative;
  z-index: 11;
}
.site-he .contextual-links-region .product-gallery.contextual-links-region div.contextual-links-wrapper {
  top: 50px!important;
}

.site-he .contextual-links-region ul.contextual-links li {
  float: none;
}
.site-he .contextual-links-region ul.contextual-links li a {
  text-align: right;
  border: none;
}

.site-he footer .list-block {
  overflow: visible;
}

.site-he footer .list-block.contextual-links-region div.contextual-links-wrapper {
  top: auto!important;
  bottom: 0!important;
}

.site-he .contextual-links-region > .breadcrumbs + .main + .contextual-links-wrapper{
  top: 23px!important;
}

.intro-text {
  color: #0f7ba4;
  padding: 0 27px 22px;
}

.bottom-text {
  color: #0f7ba4;
  padding: 0 27px 22px;
}

.site-ru .social-list .facebook a,
.site-ru .social-list .facebook a:hover {
  background-position: -204px -108px;
  width: 82px;
}

.search-results-description-text {
  color: #10759b;
  padding: 0 30px 31px 30px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}

/*ATTDASHBS-114 - update animation styles for Adult4 animation for DE clone*/
.ob-teende .ob-wrapper .ob-adults.adult_4 .txtwrap .bigline {
    font-size: 29px !important;
}

.ob-teende .ob-wrapper .ob-adults.adult_4 div.txtwrap {
    padding-top: 10px  !important;
}

.product-filter-form .btn-refresh {
    margin-top: 0px !important;
}

/* ATTDASHBS-201 additional space between body and contacts */
.faq-content .contact-wrapp .contact-form {
    margin: 25px 0 0 0
}

/* OBSES-22 - styles for shop pages */
.site-da .shop ul li,
.site-nb .shop ul li,
.site-sv .shop ul li,
.site-fi .shop ul li {
    text-align: center !important;
    width: 384px !important;
}

.ob-teenno.youwish-form .youwish-banner img{
  width: 100%;
  display: block;
}

.ob-teenno.youwish-form .w2,.ob-teenno.betingelser .w2 {
  background-color: #2670cb;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .ob-teenno.youwish-form .block, .ob-teenno.betingelser .block{
    background-color: #2670cb;
  }
}
.ob-teenno.youwish-form .w2 .contact-form .row label, 
.ob-teenno.youwish-form .w2 .contact-form .captcha-row label,
.ob-teenno.youwish-form .w2 .contact-form .captcha-row .captcha-box .info p,
.ob-teenno.youwish-form .w2 .contact-form .btn-submit a{
  color:  #ffffff;
}
.ob-teenno.youwish-form .w2 .contact-form .area{
  margin-bottom: 10px;
}
.ob-teenno.youwish-form .w2 .contact-form p{
  font-size: 15px;
}

.ob-teenno.youwish-form .w2 .contact-form .steps p{
  margin: 10px 0px;
}

.ob-teenno.youwish-form .w2 p.youwish_formtitle{
  background: #c01d80;
  padding: 5px;
  display: inline-block;
}

.ob-teenno.youwish-form .w2 .bottom_text > p{
  text-align: center;
}
.ob-teenno.youwish-form .w2 .bottom_text a{
  color: #ffffff;
}

.ob-teenno.youwish-form .w2 h1, .ob-teenno.youwish-form .w2 label[for="edit-submitted-comments"], .ob-teenno.youwish-form .w2 fieldset .fields-info{
  display: none;
}

.ob-teenno.betingelser .w2 h1{
  color: #ffffff;
  text-align: center;
}
.ob-teenno.youwish-form .w2 .row{
  padding-right: 0px;
}

.ob-teenno.youwish-form .w2 .btn-submit{
  float: none;
  text-align: center;
}

.ob-teenno.youwish-form .w2 .btn-submit a{
  float: none;
  display: inline-block;
}


/*OBBGTS-3,OBRSTS-8,OBHRS-8,OBGRTS-5,OBILTS-42,OBITS-9 Start*/
html[lang="el"],
html[lang="bg"],
html[lang="hr"],
html[lang="sr"],
html[lang="he"],
html[lang="it"],
html[lang="fi"],
html[lang="nb"],
html[lang="pt"],
html[lang="sv"] {
	background: none;
}
.ob-teengr,
.ob-teenbg,
.ob-teenhr,
.ob-teenrs,
.ob-teenil,
.ob-teenit,
.ob-teenfi,
.ob-teenno,
.ob-teenpt,
.ob-teense {
	background: #c4e8f9 url(html/images/bgs/homePage_teen_frame_new.png) no-repeat 50% 0px;
}
/*OBBGTS-3 END*/
/*OBITS-10 start*/
.ob-teenit.front-page .block-holder .block .img .ttl {
    font-family: verdana;
    font-size: 21px;
}
.ob-teenpt.front-page .block-holder .block .img .ttl,
.ob-teenbg.front-page .block-holder .block .img .ttl,
.ob-teenil.front-page .block-holder .block .img .ttl,
.ob-teenhr.front-page .block-holder .block .img .ttl {
	font-family: verdana;
    font-size: 25px;
}
.ob-teengr.front-page .block-holder .block .img .ttl{
	font-family: verdana;
    font-size: 20px;
}
.ob-teenrs.front-page .block-holder .block .img .ttl {
	font-family: verdana;
    font-size: 22px;
}
.ob-teengr.front-page .block-holder .block h3,
.ob-teenbg.front-page .block-holder .block h3,
.ob-teenhr.front-page .block-holder .block h3,
.ob-teenrs.front-page .block-holder .block h3,
.ob-teenil.front-page .block-holder .block h3,
.ob-teenit.front-page .block-holder .block h3,
.ob-teenpt.front-page .block-holder .block h3,
.ob-teenno.front-page .block-holder .block h3,
.ob-teense.front-page .block-holder .block h3 {
	color:#6b98a8;
}
/*OBITS-10 end*/

/*OBITS-11 Start*/
.obreskin_newslider{
	display: none;
}
.ob-teengr.front-page .home-gallery,
.ob-teenbg.front-page .home-gallery,
.ob-teenhr.front-page .home-gallery,
.ob-teenrs.front-page .home-gallery,
.ob-teenil.front-page .home-gallery,
.ob-teenit.front-page .home-gallery,
.ob-teenpt.front-page .home-gallery {
	display: none;
}
.obreskin_newslider.home-gallery:after {
	display:none;
}
.ob-teengr.front-page .obreskin_newslider.home-gallery,
.ob-teenbg.front-page .obreskin_newslider.home-gallery,
.ob-teenhr.front-page .obreskin_newslider.home-gallery,
.ob-teenrs.front-page .obreskin_newslider.home-gallery,
.ob-teenil.front-page .obreskin_newslider.home-gallery,
.ob-teenit.front-page .obreskin_newslider.home-gallery,
.ob-teenpt.front-page .obreskin_newslider.home-gallery {
	display:block;
}
.obreskin_newslider.home-gallery {
  position: relative;
  width: 930px;
  margin: 0;
  padding: 0;
}
.obreskin_newslider.home-gallery .slider {
  overflow: hidden;
  height: 400px;
}
.obreskin_newslider.home-gallery .slider .slide {
  width: 100%;
  height: 100%;
  line-height: 243px;
  overflow: hidden;
}
.obreskin_newslider.home-gallery .slider .slide .img {
  width: 100%;
  float: left;
  background: transparent;
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.obreskin_newslider.home-gallery .slider .slide .img img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 400px;
}
.obreskin_newslider.home-gallery .slider .slide .desc {
  overflow: hidden;
  padding: 0;
  max-height: 221px;
  display: inline-block;
  width: 352px;
  left: 33%;
  top: 50%;
  text-align: center;
  position: relative;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.5);
  float: none;
  margin: 0;
  height: auto;  
}
.ob-teenil .obreskin_newslider.home-gallery .slider .slide .desc {
  right:33%;
  left:auto;
}
.ob-teenbg .obreskin_newslider.home-gallery .slider .slide .desc h2,
.ob-teenbg .obreskin_newslider.home-gallery .slider .slide .desc h2 span,
.ob-teengr .obreskin_newslider.home-gallery .slider .slide .desc h2,
.ob-teengr .obreskin_newslider.home-gallery .slider .slide .desc h2 span {
  font-size: 24px;
  line-height: 24px;
}
.ob-teenit .obreskin_newslider.home-gallery .slider .slide .desc h2,
.ob-teenit .obreskin_newslider.home-gallery .slider .slide .desc h2 span{
  font-size: 30px;
  line-height: 30px;
}
.ob-teenhr .obreskin_newslider.home-gallery .slider .slide .desc h2,
.ob-teenrs .obreskin_newslider.home-gallery .slider .slide .desc h2{
	height: 70px;
	font-family: "amaticbold", Arial, Helvetica, sans-serif;
}
.ob-teenil .obreskin_newslider.home-gallery .slider .slide .desc h2,
.ob-teenil .obreskin_newslider.home-gallery .slider .slide .desc h2 span{
	font-size: 25px;
	line-height: 25px;
}
.ob-teenhr .obreskin_newslider.home-gallery .slider .slide .desc h2 span,
.ob-teenrs .obreskin_newslider.home-gallery .slider .slide .desc h2 span{
	padding: 3px 0px;
	font-family: "amaticbold", Arial, Helvetica, sans-serif;
}
.obreskin_newslider.home-gallery .slider .slide .desc h2 {
  height: 60px;
  padding: 10px;
  margin: 15px;
  word-wrap: break-word;
  font-size: 32px;
  line-height: 32px;
  background: white;
  display: block;  
  font-family: "FGStdDemiXC", Arial, Helvetica, sans-serif;
}
.obreskin_newslider.home-gallery .slider .slide .desc h2 a {
  text-decoration: none;
  color: #008db8;
}
.obreskin_newslider.home-gallery .slider .slide .desc h2 span {
  font-size: 32px;
  display: inline-block;
  line-height: 108%;
  font-family: "FGStdDemiXC", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  text-shadow: none;
  color: #fe54a4;
}
.obreskin_newslider.home-gallery .slider .slide .desc h2 span.span-red {
  font-weight: normal;
  font-style: normal;
}
.obreskin_newslider.home-gallery .prev,
.obreskin_newslider.home-gallery .next{
  position: absolute;
  left: 0;
  top: 45.5%;
  width: 60px;
  height: 56px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 0;
  z-index: 100;
  background: url(html/images/reskin-icons.png) no-repeat 0 0;
}
.obreskin_newslider.home-gallery .next{
  background-position: 0 -60px;
  right: 0;
  left: auto;
}
.obreskin_newslider.home-gallery .cycle-pager {
  display: none;
}

/* ACCU-32 Start */
.ob-teenno .page{
	width:auto;	
}
/* .ob-teenno header {
	background: white;    
}
.ob-teenno footer{
   background: white;   	
   overflow: hidden;
   padding-bottom: 25px;
}  */
.ob-teenno .page > *,
.ob-teenno footer{
	width: 944px;       
    padding-left: calc(50% - 472px);
    padding-right: calc(50% - 472px);
}
.ob-teenno .page .page{
	width:auto !important ;
}
.ob-teenno #ob-core-gaopt-message-popup div,
.ob-teenno #ob-core-gaopt-message-popup input{
	padding:0;
	height:0;
	margin:0;
	border:0;	
}
.ob-teenno footer .list-block{
    padding: 30px 0 40px;    
}
.ob-teenno footer .list-block ul li {
    margin: 0 30px 20px 0;
	float: none;
    display: inline-block;
}
.ob-teenno footer .list-block ul li a {
    color: #00b4ca;
    text-decoration: none;
    border-bottom: 1px solid #81cddc;
    padding-bottom: 5px;
	text-align:left;
}
.ob-teenno footer .copy{
    overflow: hidden;
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 15px;    
    margin: 0 auto 15px;
}
.ob-teenno footer .copy p{
    overflow: hidden;
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 15px;    
    margin: 0 auto 3px;
}
/* ACCU-32 End */

@media screen and (max-width: 640px){
  .obreskin_newslider.home-gallery {
	padding: 0;
    overflow: hidden;
    background:none;
    margin: 10px 10px 0;
    width: auto;
  }
  .obreskin_newslider.home-gallery {
    padding: 0;
    overflow: hidden;
    background-size: 100%;
    background-position: 0 150px;
    margin: 10px 10px 0;
    width: auto;
  }
  .obreskin_newslider.home-gallery .cycle-pager {
    display: block;
    float: none;
    padding: 3px 0 0;
    position: relative;
    top: -156px;
    z-index: 101;
    padding-left: 43%;
    text-align: center;
  }  
  .obreskin_newslider.home-gallery .slider {
    height: auto;
    clear: both;
	margin-top: 0px;
  }
  .obreskin_newslider.home-gallery .slider .slide {
    width: 100%;
    height: 100%;
  }
  .obreskin_newslider.home-gallery .slider .slide .img {
    position: static;
    padding: 0;
    float: none;
    width: auto;
    height: auto;
  }
  .obreskin_newslider.home-gallery .slider .slide .img img {
    height: 150px;
  }
  .obreskin_newslider.home-gallery .slider .slide .desc {
    padding: 0 !important;
    display: block;
    height: auto;
    width: auto;
    max-height: none;
    position: static;
  }
  .obreskin_newslider.home-gallery .slider .slide .desc h2 {
    height: 38px;
    padding: 73px;
    font-size: 26px !important;
    line-height: 26px !important;
    display: block;
    margin: 0;
	width: auto;
  }
  .ob-teenhr .obreskin_newslider.home-gallery .slider .slide .desc h2{
	  height:60px;
  }
  .obreskin_newslider.home-gallery .slider .slide .desc h2 span {
    font-size: 26px !important;
	line-height:26px !important;
  } 
  .site-he .home-gallery .slider .slide .desc h2,
  .site-he .home-gallery .slider .slide .desc h2 span {
    font-size: 20px !important;
    line-height: 20px !important;
  }  
  .obreskin_newslider.home-gallery .cycle-panel{
	  margin-left:0px;
  }
  .obreskin_newslider.home-gallery .next,
  .obreskin_newslider.home-gallery .prev {
    position: absolute;
    top: 17%;
    float: left;
    margin: 0 15px 0 0;
  }  
  .obreskin_newslider.home-gallery .prev {
    right: auto;
    left: 0;
  }
  .obreskin_newslider.home-gallery .next{
    right: -15px;
    left: auto;
  }
  .obreskin_newslider.home-gallery .cycle-pager span {
    margin: 0;
    float: left;
    width: 11px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: url("html/images/reskin/bullet10.png") repeat-y 100% 100%;
  }
  .obreskin_newslider.home-gallery .cycle-pager span.cycle-pager-active {
    background: url("html/images/reskin/bullet-003.png") no-repeat 100% 100%;
  }
  .obreskin_newslider.home-gallery .prev { 
    background: url("html/images/reskin/arrow-left-mob.jpg") no-repeat 0 0;
    height: 40px;
    width: 40px;
  }  
  .obreskin_newslider.home-gallery .next {
    background: url("html/images/reskin/arrow-right-mob.jpg") no-repeat 0 0;
    height: 40px;
    width: 40px;
  }  
  
    .ob-teenno .page > *,
  .ob-teenno footer {  
    width: auto;       
	padding: 0;
  }  
  .ob-teenno .page header{
		padding:15px;
  }
  .ob-teenno footer{	
	padding:0 15px 25px;
  }	
}
@media only screen and (min-width: 661px) and (max-width: 992px) {
  .obreskin_newslider.home-gallery {
	width: 100%;
  }
}
@media screen and (min-width: 768px){
 .obreskin_newslider.home-gallery .slider .slide.no-box .desc {
    display: none;
 }
}
/*OBITS-11 End*/
/*OBPTS-7 Start*/
.ob-teengr .search-form .text-input,
.ob-teengr .search-form .text-input.parent-active,
.ob-teenbg .search-form .text-input,
.ob-teenbg .search-form .text-input.parent-active,
.ob-teenhr .search-form .text-input,
.ob-teenhr .search-form .text-input.parent-active,
.ob-teenrs .search-form .text-input,
.ob-teenrs .search-form .text-input.parent-active,
.ob-teenil .search-form .text-input,
.ob-teenil .search-form .text-input.parent-active,
.ob-teenit .search-form .text-input,
.ob-teenit .search-form .text-input.parent-active,
.ob-teenno .search-form .text-input,
.ob-teenno .search-form .text-input.parent-active,
.ob-teenpt .search-form .text-input,
.ob-teenpt .search-form .text-input.parent-active,
.ob-teense .search-form .text-input,
.ob-teense .search-form .text-input.parent-active {
  background:#fff;
}
/*OBPTS-7 End*/
/*OBPTTS-15 Start*/
.ob-teengr .content .page-desc .block
.ob-teenbg .content .page-desc .block
.ob-teenhr .content .page-desc .block
.ob-teenrs .content .page-desc .block
.ob-teenil .content .page-desc .block
.ob-teenit .content .page-desc .block
.ob-teenpt .content .page-desc .block,
.ob-teenno .content .page-desc .block,
.ob-teense .content .page-desc .block {
    background: transparent;
}
/*OBPTTS-15 Start*/

/* OBRUTS-132 */
.ob-teenru .social-buttons{
    width: 100%;
}
.ob-teenru .popup-cookie-notice-inner h3 {
    display: none;
}
/* OBRUTS-132 */

/* UCU Ticket Start */

.kontakt-static .KONTAKT-H1,
.kontakt-static h1,
.kontakt-static	.OTA-H1{
    display: block;
    text-transform: lowercase;
}
.kontakt-static .KONTAKT-H1::first-letter,
.kontakt-static .OTA-H1::first-letter,
.kontakt-static h1::first-letter {
    text-transform: uppercase;
}
.kontakt-static .cookie-policy{
	padding: 27px 0 0;
}
.kontakt-static .cookie-policy .desc{
	overflow: hidden;
    padding: 0 0 7px;
}
.kontakt-static .cookie-policy  ul li{
	padding-bottom:0px;
}
.ob-teengr.kontakt-static  h1 .SPAN-RED{
	display:inline-block;
	font-weight: bold;
    font-style: italic;
    color: #fe4888;
}
.ob-teengr.kontakt-static  h1 .SPAN-RED::first-letter {
	text-transform: uppercase !important; 
} 

/* UCU Ticket End */
/* GDPR Style Start*/
.ob-teenno.page-gdpr-cookie-table #eu-cookie-compliance-container {
    margin-left: calc(50% - 472px) !important;
    margin-right: calc(50% - 472px) !important;
    padding: 0 !important;
}
.page-gdpr-cookie-table #eu-cookie-compliance-container h1,
.page-gdpr-cookie-table #eu-cookie-compliance-container #optanon-cookie-policy {
  padding: 10px;
}
.page-gdpr-cookie-table #eu-cookie-compliance-container p.optanon-cookie-policy-group-name {
  color: #fe54a4;
  font-size: 16px;
  padding-bottom: 10px;
}
.page-gdpr-cookie-table #eu-cookie-compliance-container p.optanon-cookie-policy-cookies-used {
  font-weight: bold;
}
.page-gdpr-cookie-table #eu-cookie-compliance-container p.optanon-cookie-policy-group-description,
.page-gdpr-cookie-table #eu-cookie-compliance-container p.optanon-cookie-policy-cookies-used {
  padding-bottom: 10px;
}
.page-gdpr-cookie-table .optanon-cookie-policy-subgroup-table {
	overflow: hidden;
}
.optanon-show-settings-popup-wrapper {
  float: left !important;  
  height: auto !important;
}

.optanon-show-settings {
  width: auto !important;
  text-decoration: none !important;
  padding-top: 3px !important;
}

.optanon-show-settings a {
  text-transform: uppercase !important;
  border-bottom: none !important;
  padding: 0px !important;
}

@media screen and (max-width: 640px) {
  .optanon-show-settings-popup-wrapper {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
  }
  .ob-teenno .optanon-show-settings-popup-wrapper {
	margin-top: 0px !important;		
  }
}

@media only screen and (min-width: 47em){
	.optanon-show-settings-popup-wrapper {
		margin: 0 26px 9px !important;
	}
	.ob-teenhr .optanon-alert-box-wrapper.hide-cookie-setting-button .optanon-alert-box-body {
		margin-right: 290px;
	}
	.ob-teenno .optanon-show-settings-popup-wrapper {
		margin: 0 !important;
		height:0 !important;
	}
}
footer{
	overflow: visible;
}
footer .list-block{
  overflow: visible;
  display: table;
}
/* GDPR Style End */