/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 93.75%;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 87.5%;
  }
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-family: 'PT Sans', sans-serif;
  background-position:center bottom;
  background-attachment:fixed;
  background-color:#fff;
  text-align:center;
}
ol, ul {
  list-style: none;
}
li ul, 
li ol{
  padding-left: 20px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #004466;
}
a:hover {
  color: #006699;
}

h1, h2 {
  padding-top:5px;
  padding-bottom:5px;
  padding-right:10px;
  padding-left:10px;
  font-style:italic;
  color:#ef7f01;
  font-size:1.9em;
  text-align:center;
  line-height: 1;
}
h3 {
  padding-top:25px;
  padding-bottom:5px;
  padding-right:10px;
  padding-left:10px;
  font-style:italic;
  color:#ef7f01;
  font-size:1.2em;
  font-style: italic;
  text-align:center;
  line-height: 1.4;
}
h1.align-left,
h2.align-left,
h3.align-left {
  text-align:left;
}
p {
  padding-top:15px;
  padding-bottom:5px;
  padding-right:10px;
  padding-left:20px;
  color:#363636;
  text-align:justify;
  line-height: 1.5;
}

textarea, input, select {
  font-family: 'PT Sans', sans-serif;
  font-size:14px;
}

hr {
  border:none 0;
  height:20px;
  background:transparent url(../images/hr.png) no-repeat center top;
}

/* Divs
*/
.header{
  margin:0 auto;
  width: 100%;
  height: 47px;
  background:#5f6468;
  z-index: 1050;
  left:0;
  position: fixed;

}
.header .menu{
  margin:0 auto;
  width:100%;
  max-width: 960px;
  position:relative;
}

@media screen and (max-width: 480px) {
  .header{
    position:static;
    height:auto;
  }
}

#wrapper {
  position:relative;
  padding-top:47px;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.slider{
  margin:0 auto;
  width: auto;
  height: 806px;
  background-image:url('../images/slider.jpg');
  background-repeat:no-repeat;
  background-position:center;
  -webkit-box-shadow: 0px 7px 12px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    0px 7px 12px rgba(50, 50, 50, 0.4);
  box-shadow:         0px 7px 12px rgba(50, 50, 50, 0.4);
}


.breadcrumb {
  margin:0 auto;
  width:100%;
  max-width: 960px;
  text-align:left;
}
.breadcrumb_path {
  margin-top:10px;
  padding:10px 20px;
}
.breadcrumb_path,
.breadcrumb_path a {
  color:#aaa;
}
.breadcrumb_path:hover,
.breadcrumb_path:hover a {
  color:#555;
}
.breadcrumb_path a:hover {
  color:#006699;
}

.content{
  padding-bottom:40px;
  margin:0 auto;
  width:100%;
  max-width: 960px;
  text-align:left;
}

.footer{
  margin:0 auto;
  width: 100%;
  background:url('../images/footer_bg.png') no-repeat right top;
  background-size:100% 100%;
}
.footer .inner{
  margin:0 auto;
  width: 100%;
  max-width: 960px;
}

.footer .socialhub{
  display:none;
}

@media screen and (max-width: 480px) {
  .footer{
    height:auto;
  }
  .footer .socialhub{
    margin: 0;
    height: auto;
  }
}


.footer .logo {
  float:left;
  width:21.146%;
  height:auto;
}
.footer .logo a {
  display:block;
  padding-left:2.083%;

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.footer .logo a:hover {
  -moz-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.footer .logo img {
  max-width:100%;
}
.footer .mv_logo {
  float:right;
  width:23.542%;
  height:auto;
  position:relative;
  padding-right:2.083%;
}
.footer .mv_logo img {
  padding-top:21.8%;
  max-width:100%;
}

#slider_footer,
.callbacks_container .fixedSpacer {
  position:absolute;
  left:0;
  bottom:0;
  z-index: 1030;
}

#slider_footer.fixed {
  position: fixed;
}



/* MENU */
.toggleMenu {
  display:  none;
  background:#5f6468;
  padding: 10px 15px;
  color: #fff;
}
#menu-home {
  width:61px;
  height:48px;
  position:absolute;
  top:5px;left:9px;
  z-index:1;
  background:url(../images/logo_start.png) no-repeat;
}
#menu-home a {
  display:block;
  height:100%;
}
#menu-home a span {
  display:none;
}
.nav {
  list-style: none;
  *zoom: 1;
  position: relative;
  height:34px;
  padding-top:13px;
  border-bottom: 5px solid #e47a0a;
  box-sizing:content-box;
  padding-left:70px;
  padding-right:80px;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav ul {
  list-style: none;
  background:#fff;
}
.nav a {
  padding: 0 10px;
  color:#fff;
  text-decoration:none;
}
.nav li {
  position:static;
  margin:0;
}
.nav > li {
  float: left;
  padding:0;
  background:#5f6468;
  border-bottom: 5px solid #e47a0a;
}
.nav > li > .parent {
  /*background-image: url("images/downArrow.png");*/
  background-repeat: no-repeat;
  background-position: right;
}
.nav li li {
  float:left;
  width:200px;
  padding:10px 20px;
  text-align:left;
}
.nav li li li {
  float:none;
  width:auto;
  padding:0px;
}
.nav > li > a {
  display: block;
  font-size:16px;
  line-height:34px;
  margin:0 8px;
  padding:0 9px;
}
.nav > li.hover > a ,
.nav > li:hover > a ,
.nav > li.selected > a ,
.nav > li.selected:hover > a {
  background: #e47a0a;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  color:#fff;
}
.nav > li.selected > a {
  background: #fff;
  color:#363636;
}
.nav > li:before {
  content: " ";
  display:block;
  float:left;
  height:29px;
  border-left:solid 1px #767b7f;
}
.nav > li:first-child:before {
  border-left:none;
}
.nav > li > ul {
  position: absolute;
  left: -9999px;
  margin-top:5px;
  padding:10px 0;
  width:960px;
  max-width:100%;
  -webkit-box-shadow:  1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow:  1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.nav > li.hover > ul,
.nav > li:hover > ul {
  left: 0;
}
.nav li li ul {
  position:static;
  left:auto;
  padding:5px 0;
  /*border-top: 1px solid #878a8f;*/
}
.nav li li.hover ul,
.nav li li:hover ul {
  left: 100%;
  top: 0;
}
.nav li li li ul {
  border-top:none 0px;
}
.nav li li a {
  display: block;
  position: relative;
  z-index:1100;
  color:#474b4e;

  font-size:17px;
  line-height:22px;
  padding:2px 0;
  border-bottom:solid 1px #878a8f;
}
.nav li li a:hover {
  color:#e47a0a;
}

.nav li li.selected > a {
  color:#000;
}
.nav li li li a {
  z-index:1200;
  font-size:15px;
  line-height:20px;
  border-bottom:none 0px;
}

@media screen and (max-width: 767px) {
  .header {
    position:static;
    height:auto;
  }
  #wrapper {
    padding-top:0;
  }
  .active {
    display: block;
  }
  .nav {
    height:auto;
    padding-top:0;
    padding-left:0px;
    padding-right:0px;
  }
  .nav > li {
    float: none;
    border-bottom:none 0;
    border-top:solid 1px #767b7f;
  }
  .nav > li:before {
    content:none;
    float:none;
    border:none;
    height:auto;
  }
  .nav > li > .parent {
    background-position: 95% 50%;
  }
  .nav li li {
    float:none;
    width:auto;
    padding:5px 10px;
    position:relative;
  }
  .nav li li .parent {
    /*background-image: url("images/downArrow.png");*/
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  .nav ul {
    display: block;
    width: 100%;
    background:transparent;
  }

  .nav > li > ul {
    width:auto;
    padding:0;
    margin:0 auto;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .nav > li.hover > ul ,
  .nav li li.hover ul {
    position: static;
  }
  .nav > li:hover > ul ,
  .nav li li:hover ul {
    left:-9999px;
  }

  .nav > li.hover > a ,
  .nav > li:hover > a {
    background: #e47a0a;
    -webkit-border-radius:0;
    border-radius:0;
  }
  .nav li li a {
    color:#fff;
  }
}

@media screen and (max-width: 960px) {
  .nav > li > a {
    font-size:16px;
    margin:0px;
    padding:0 6px;
  }
}
/* End of MENU */




/* Responsive Slider styling */
.rslides {
  margin: 0 auto 40px;
  -webkit-box-shadow: 0px 7px 12px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    0px 7px 12px rgba(50, 50, 50, 0.4);
  box-shadow:         0px 7px 12px rgba(50, 50, 50, 0.4);
}


.rslides_tabs {
  position:absolute;
  bottom:0px;
  z-index:1040;
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  padding:0 0 2.5% 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs.fixed {
  position:fixed;
}

.rslides_tabs li {
  display: inline;
  float: none;
  margin:0 5px;
}

.rslides_tabs a {
  display: inline-block;
  width:20px; height:20px;
  font-size:10px;
  line-height: 20px;
  background:#fff;
  color:#fff;

  opacity:0.3;

  -webkit-border-radius: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 680px) {
  .rslides_tabs a {
    width:14px; height:14px;
    line-height: 14px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  color:#fff;
  font-weight: bold;
  opacity:0.8;
}


#download {
  background:#333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
}

#download:hover {
  background: rgba(255,255,255,.15);
}



.events {
  list-style: none;
}

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides .description {
  position:absolute;
  bottom:45px; left:50%;
  margin:0 0 0 -320px;
  height: 90px;
  width: 639px;
  z-index: 1020;
  font-size: 1em;
  color:#000;
  background:url('../images/descriptionbg.png') no-repeat center center;

  display: table;
  table-layout: fixed;

  display:none;
}
.rslides .descriptiontittle {
  font-size: 1.5em;
  text-shadow: none;
  color:#333;

  width:173px;
  padding:5px 30px 5px 30px;

  vertical-align:middle;
  text-align:center;
  display:table-cell;
}
.rslides .descriptiontext {
  font-size: 1em;
  text-shadow: none;
  color:#333;

  width:346px;
  padding:5px 30px 5px 30px;

  vertical-align:middle;
  text-align:center;
  display:table-cell;
}
.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 60px;
  left: 50%;
  opacity: 0.7;
  z-index: 1040;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../themes/themes.png") no-repeat left top;
  margin-top: -45px;
  margin-left: -370px;

  display:none;
}

.rslides_nav:active {
  opacity: 1.0;
}

.rslides_nav.next {
  left: auto;
  right: 50%;
  background-position: right top;
  margin-right: -370px;
}

@media screen and (max-width: 800px) {
  .rslides_nav {
    display:none;
  }
}
@media screen and (max-width: 680px) {
  .rslides .description {
    display:none;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .callbacks_nav {
    top: 47%;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


/* Begin HEADLINES */
.headline {
  margin:20px 10px 10px 10px;
  clear:both;
}
.headline_left{
  width: 82.98%; /* 780/940 */
  float: left;
}
.headline_right{
  width: 14.89%; /* 140/940 */
  float: right;
}
.headline_c1{
  width: 17.95%; /* 140/780 */
  float: left;
}
.headline_c2{
  width: 79.49%; /* 620/780 */
  float: right;
}
.headline_c3{
}

.headline_c1 img,
.headline_c3 img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .headline_left,
  .headline_c2 {
    width:100%;
    float: none;
  }
  .headline_right,
  .headline_c1 {
    display:none;
  }
}
/* End HEADLINES */


/* DIVIDERS */

.r50a50,
.r33a66,
.r66a33 {
  clear:both;
  margin:0 10px;
}
.r50a50:after,
.r33a66:after,
.r66a33:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.r50a50 .r50a50,
.r50a50 .r33a66,
.r50a50 .r66a33,
.r33a66 .r50a50,
.r33a66 .r33a66,
.r33a66 .r66a33,
.r66a33 .r50a50,
.r66a33 .r33a66,
.r66a33 .r66a33 {
  margin:0;
}

/* 50 + 50 */
.r50left {
  float: left;
  width: 48.93617021276596%;
}
.r50right {
  float: right;
  width: 48.93617021276596%;
}
@media screen and (max-width: 480px) {
  .r50left {
    float: none;
    width: 100%;
  }
  .r50right {
    float: none;
    width: 100%;
  }
}
.r50a50 .r50a50 .r50left {
  float: left;
  width: 47.82608695652174%;
}
.r50a50 .r50a50 .r50right {
  float: right;
  width: 47.82608695652174%;
}
.r50a50 .r50a50 .r50a50 .r50left,
.r50a50 .r50a50 .r50a50 .r50right {
  width: 45.45454545454545%;
}

/* 33 + 66 */
.r33left {
  float: left;
  width: 31.91489361702128%;
}
.r66right {
  float: right;
  width: 65.95744680851064%;
}
@media screen and (max-width: 600px) {
  .r33left {
    float: none;
    width: 100%;
  }
  .r66right {
    float: none;
    width: 100%;
  }
}
.r50a50 .r33a66 .r33left {
  float: left;
  width: 31.88405797101449%;
}
.r50a50 .r33a66 .r66right {
  float: right;
  width: 63.76811594202899%;
}
.r33a66 .r66right .r33a66 .r33left {
  float: left;
  width: 63.76811594202899%;
}
.r33a66 .r66right .r33a66 .r33right {
  float: right;
  width: 63.76811594202899%;
}
.r33a66 .r33left .r50a50 .r50left {
  float: left;
  width: 46.7391304347826%;
}
.r33a66 .r33left .r50a50 .r50right {
  float: right;
  width: 46.7391304347826%;
}
.r33a66 .r66right .r50a50 .r50left {
  float: left;
  width: 48.36956521739131%;
}
.r33a66 .r66right .r50a50 .r50right {
  float: right;
  width: 48.36956521739131%;
}

/* 66 + 33 */
.r66left {
  float: left;
  width: 65.95744680851064%;
}
.r33right {
  float: right;
  width: 31.91489361702128%;
}
@media screen and (max-width: 600px) {
  .r66left {
    float: none;
    width: 100%;
  }
  .r33right {
    float: none;
    width: 100%;
  }
}

.r50a50 .r66a33 .r66left {
  float: left;
  width: 63.76811594202899%;
}
.r50a50 .r66a33 .r33right {
  float: right;
  width: 31.88405797101449%;
}
.r66a33 .r66left .r50a50 .r50left {
  float: left;
  width: 48.36956521739131%;
}
.r66a33 .r66left .r50a50 .r50right {
  float: right;
  width: 48.36956521739131%;
}
.r66a33 .r33right .r50a50 .r50left {
  float: left;
  width: 46.7391304347826%;
}
.r66a33 .r33right .r50a50 .r50right {
  float: right;
  width: 46.7391304347826%;
}


.fotolink {
  margin-bottom:4.2%;
  text-align:center;
}
.r50a50 .r50a50 .fotolink {
  margin-bottom:8.4%;
}
.r50a50 .r50a50 .r50a50 .fotolink {
  margin-bottom:16.8%;
}
.fotolink_bg {
  padding:4.34782608695652%;
  padding-bottom:8.4%;
  background:#fff;

  -webkit-box-shadow:  1px 1px 1px 1px #858585;
  box-shadow:  1px 1px 1px 1px #858585;
}

.r50a50 .r50a50 .fotolink_bg {
  padding-bottom:4.2%;
}
.r50a50 .r50a50 .r50a50 .fotolink_bg {
  padding-bottom:1.05%;
}
.fotolink_bg a,
.fotolink_bg span.fotolink_a {
  display:block;
  font-family: 'Just Me Again Down Here', cursive;
  text-decoration: none;
  color:#333;
}
.fotolink_bg a[href=""] {
  cursor:inherit;
}
.fotolink_bg a img,
.fotolink_bg span.fotolink_a img {
  width:100%;
  height:auto;
}
.fotolink_bg a span,
.fotolink_bg span.fotolink_a span {
  display:block;
  font-size:150%;
  margin-top:4.2%;
}
.r50a50 .r50a50 .fotolink_bg a span,
.r50a50 .r50a50 .fotolink_bg span.fotolink_a span {
  font-size:110%;
  margin-top:4.2%;
}
.r50a50 .r50a50 .r50a50 .fotolink_bg a span,
.r50a50 .r50a50 .r50a50 .fotolink_bg span.fotolink_a span {
  font-size:100%;
  margin-top:1.05%;
}


.postsign1 ,
.postsign2 {
  display: inline-block;
  position: relative;
  width: 100%;
}
.postsign1_bg ,
.postsign2_bg {
  width:100%;
  height:auto;
}
.postsign1_wrapper ,
.postsign2_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding:31% 5% 20% 5%;
}
.postsign1_content ,
.postsign2_content_1 ,
.postsign2_content_2 {
  display:table;
  width:100%;
  height:100%;
}
.postsign2_content_1 {
  height:40%;
  margin-bottom:7%;
}
.postsign2_content_2 {
  height:45%;
}

.postsign1_content_cell ,
.postsign2_content_cell {
  display:table-cell;
  height:100%;
  vertical-align:middle;
  font-size:1.3em;
  font-family: 'Just Me Again Down Here',cursive;
  color:#222;
}
.postsign1_content_cell a,
.postsign2_content_cell a{
  text-decoration:none;
  color:#222;
}
.postsign1_content_cell p,
.postsign2_content_cell p{
  margin:0; padding:0;
  text-align:center;
}
@media screen and (max-width: 800px) {
  .postsign1_content_cell ,
  .postsign2_content_cell {
    font-size:1em;
  }
}
@media screen and (max-width: 600px) {
  .postsign1_content_cell ,
  .postsign2_content_cell {
    font-size:0.8em;
  }
}
@media screen and (max-width: 480px) {
  .postsign1_content_cell ,
  .postsign2_content_cell {
    font-size:1em;
  }
}


.events_form {
  padding:15px;

  background:#ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}
.events_form .field {
  display:inline-block;
  border-left:dotted 1px #aaa;
  padding:0 14px 0 15px;
}
.events_form .field:first-child {
  padding-left:0;
  border-left:none;
}
.events_form .field label {
  display:block;
}

.event_list .event_small {
  width:22.5%;
  margin:1%;
  display:inline-block
}

.event_small1,
.event_small2 {
  text-align:center;
  position:relative;
}
.event_small_dates {
  position:relative;
  margin:0 auto;
}
.date_from,
.date_to {
  margin:0; padding:0;
}
.event_small_dates span {
  display:block;
  width:100%;
  font-style: italic;
  text-align:center;
}
.event_small_dates .date_from .day {
  font-size: 2em;
  line-height:2em;
}
.event_small_dates .date_from .month {
  position:absolute;
  left:0px; top:0px;
  line-height:1em;
}
.event_small1 .date_from {
  margin-bottom:-1em;
}
.event_small2 .date_from {
  margin-bottom:-2em;
}
.event_small_dates .date_to .day {
  font-size: 2em;
  line-height:2em;
  text-align:right;
  background:url(../images/event_small_date_sep.png) no-repeat center 0.25em;
}
.event_small_dates .date_to .month {
  position:absolute;
  left:0px; bottom:0em;
  line-height:1em;
  text-align:right;
}
.event_small_name {
  border: dotted #026326;
  border-width:1px 0px;
  padding:0.5em 0;
  margin:0.25em 0;
  font-size:1.1em;
}
.event_small_name p {
  padding:0;
  margin:0;
  text-align:center;
  height:4.3em;
  overflow: hidden;
}

.event_small_name p a {
  text-decoration:none;
}
.event_small_place {
  font-style: italic;
}
.event_small1 .event_link {
  position:absolute;
  right:0; bottom:1em;
}

@media screen and (max-width: 800px) {
  .event_list .event_small {
    width:auto;
    margin:1.0416%;
    display:block;
  }
  .event_small:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .event_small .fotolink,
  .event_small .event_small1
  {
    width:46%;
    margin:2%;
    float:left;
  }
  .event_small_name p {
    height:auto;
    overflow: auto;
  }
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-title {
  height: 1.5em;
}

input.hasDatepicker {
  line-height:20px;
  padding-right:24px;
}
input.hasDatepicker + .ui-datepicker-trigger {
  margin-left:-24px;
}
.ui-datepicker-trigger {
  vertical-align: middle;
}



.catalog_elem_img {
  width:28%;
  float:left;
}
.catalog_elem_img img {
  width:80%;
  padding:10% 10% 10% 10%;
  height:auto;
  background:white;

  -webkit-box-shadow:  1px 1px 1px 1px #858585;
  box-shadow:  1px 1px 1px 1px #858585;
}
.catalog_elem_txt {
  width:70%;
  padding-left:1%;
  float:right;
  text-align:left;
}

.catalog_elem_txt h3 {
  text-align:left;
  padding:0;
  font-style: normal;
}
.catalog_elem_txt p {
  text-align:left;
  padding:0;
  font-style: normal;
  line-height:1.3em;
}
.catalog_elem_contact_http a {
  display:block;
  padding-left:40px;
  background:url(../images/catalog_elem_icon.png) no-repeat 0px 0px;
  line-height:20px;
}
.catalog_elem_contact_mail a {
  display:block;
  padding-left:40px;
  background:url(../images/catalog_elem_icon.png) no-repeat 0px -40px;
  line-height:20px;
}

.catalog_elem_contact_phone span {
  display:block;
  padding-left:40px;
  background:url(../images/catalog_elem_icon.png) no-repeat 0px -80px;
  line-height:20px;
}

.csc-textpic-single-image {
  width:100% !important;
}
.csc-textpic-single-image img {
  width:100%;
  max-width:960px;
  height:auto;
}

.tx_powermail_pi1_form,
.tx-powermail-pi1_confirmation,
.tx-powermail-pi1_thx,
.csc-mailform {
  text-align:center;
}
.tx-powermail-pi1_fieldset > legend {
  display:none;
}
.tx_powermail_pi1_formconfirmation_back,
.tx_powermail_pi1_formconfirmation_submit {
  display:inline-block;

}
.tx-powermail-pi1_thx > table,
.powermail_all {
  margin:0 auto;
}
.powermail_all_td {
  text-align:left;
  border-bottom:solid 1px #ccc;
}
.powermail_all_td p {
  padding:2px 10px;
}
.powermail_all_td.powermail_all_label p {
  text-align:right;
}
.tx_powermail_pi1_form label,
.csc-mailform label {
  display:inline-block;
  width:33%;
  max-width:150px;
  text-align: right;
  vertical-align:text-top;  
}
.tx_powermail_pi1_form input[type=text],
.tx_powermail_pi1_form input[type=email],
.tx_powermail_pi1_form textarea,
.csc-mailform input[type=text],
.csc-mailform textarea {
  width:66%;
  max-width:300px;
  vertical-align:text-top;  
}
.tx_powermail_pi1_fieldwrap_html:after
.csc-mailform-field:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media screen and (max-width: 600px) {
  .tx_powermail_pi1_form label,
  .csc-mailform label {
    display:block;
    width:98%;
    max-width:none;
    text-align:left;
  }
  .tx_powermail_pi1_form input[type=text],
  .tx_powermail_pi1_form input[type=email],
  .tx_powermail_pi1_form textarea,
  .csc-mailform input[type=text],
  .csc-mailform textarea {
    width:98%;
    max-width:none;
  }
}

.csc-sitemap > ul > li > a {
  font-weight:bold;
}
.csc-sitemap > ul > li {
  padding-bottom:20px;
}


.fb-btn {
  display:block;
  width:40px;
  height:40px;
  background: url(../images/fb-btn.png) no-repeat center;
}
.fb-btn:hover {
  background-color:#363636;
}
.fb-btn span {
  display:none;
}
.menu .fb-btn {
  position:absolute;
  top:7px; right:40px;
}

@media screen and (max-width: 767px) {
  .menu .fb-btn {
    top:0px;
  }
}


/* BEGIN Cookiebar */

#cookie-bar {background:rgba(20,20,20,.7); line-height:24px; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; text-align:center; color:#fff;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

/* END Cookiebar */

/* BEGIN ExpandingSearchBar */

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon/icomoon.eot');
  src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff') format('woff'),
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sb-search {
  position: absolute; right:0; top:7px;
  width: 0%;
  min-width: 40px;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 2010;
  padding: 8px 45px 8px 10px;
  font-family: inherit;
  font-size: 17px;
  color: #2c3e50;
  box-sizing: border-box;
}

.sb-search-input::-webkit-input-placeholder {
  color: #efb480;
}

.sb-search-input:-moz-placeholder {
  color: #efb480;
}

.sb-search-input::-moz-placeholder {
  color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #fff;
  background: #e67e22;
  z-index: 2090;
  font-size: 18px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
  content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #da6d0d;
  color: #fff;
  z-index: 2011;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 2090;
}


@media screen and (max-width: 767px) {

  .sb-search {
    min-width: 40px;
    height: 40px;
    top:0;
  }
  .sb-search-input {
    height: 40px;
    padding-right: 45px;
  }

  .sb-icon-search,
  .sb-search-submit  {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/* END ExpandingSearchBar */


/* CLEARFIX */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

