/* (c) 2008 www.Maitrea.cz, all rights reserved 
	2013, Daniel Kijkov (dankijkov@gmail.com)
*/

html, body, ul, li, dl, dt, dd, p, h1, h2, h3, h4 {margin:0;padding:0;}
img {border:0;}
body {font:small/1.33em Georgia,serif;color:#313131;background:#eed37b url(2013/img/background/maitrea-bg-tile.jpg) 0 0 repeat;}

/*- výchozí nadpisy -*/
h1,h2,h3,h4,h5,h6 {
  color: #a70143;
  text-rendering: optimizelegibility;
  font-weight: normal;
  line-height: 1em;
}

/*- výchozí odkazy -*/
a {color:#313131;text-decoration:underline;}
a:hover {text-decoration:none;}


/***************************************************************************
*   HTML5 display definitions
/***************************************************************************/
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}






/*- layout -*/
#main {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);  
}
#main:before,
#main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}
h1 + .wrap {
  padding-top: 0;
}

/***************************************************************************
*   Base
/***************************************************************************/
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
  /* 3 */

}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/***************************************************************************
*   Links
/***************************************************************************/
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: none;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn,
em,
i {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


/***************************************************************************
*   Forms
/***************************************************************************/
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

  resize: vertical;
  /* TK */

}
/***************************************************************************
*   Forms
/***************************************************************************/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}



/***************************************************************************
*   Basic classes
/***************************************************************************/
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}

/*******************************************************************************************************************
*  HEADINGS  500 *******************************************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a70143;
  text-rendering: optimizelegibility;
  font-weight: normal;
  line-height: 1em;
}
h1 {
  font-size: 30px;
  margin: 0;
}
h2 {
  font-size: 24px;
  margin: 0.83em 0;
}
h3 {
  font-size: 20px;
  margin: .83em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
b,
strong {
  font-weight: bold;
}

/*******************************************************************************************************************
*  Magazin 914 *******************************************************************************************************************/
.magazine-posts {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 130px;
}
.magazine-posts .post {
  position: relative;
  *zoom: 1;
  margin: 0 0 30px 0;
}
.magazine-posts .post:before,
.magazine-posts .post:after {
  content: "";
  display: table;
}
.magazine-posts .post:after {
  clear: both;
}
.magazine-posts .post a {
  text-decoration: none;
}
.magazine-posts .post img {
  margin-right: 10px;
  float: left;
}
.magazine-posts .post h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #a70143;
}
.btn, #edit-submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 12px;
  font-size: 12px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
  background-color: #ae405e;
  color: #ffffff !important;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: inset 0px -2px 3px #6c283a;
  -moz-box-shadow: inset 0px -2px 3px #6c283a;
  box-shadow: inset 0px -2px 3px #6c283a;
}
.btn.disabled,#edit-submit.disabled  {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn.disabled:hover,.btn.disabled:focus,.btn.disabled:active,
#edit-submit.disabled:hover,#edit-submit.disabled:focus,#edit-submit.disabled:active,
{
  background-color: #ae405e;
}
.btn:hover,#edit-submit:hover {
  background-color: #c15472;
}
.btn:focus,.btn:active,#edit-submit:focus,#edit-submit:active {
  background-color: #a43d58;
}
.btn.btn-primary {
  background-color: #fffbec;
  color: #a13c58 !important;
  -webkit-box-shadow: inset 0px -2px 3px #fce7a2;
  -moz-box-shadow: inset 0px -2px 3px #fce7a2;
  box-shadow: inset 0px -2px 3px #fce7a2;
}
.btn.fake {
  color: #999 !important;
  -webkit-box-shadow: inset 0px -2px 3px #b4b4b4;
  -moz-box-shadow: inset 0px -2px 3px #b4b4b4;
  box-shadow: inset 0px -2px 3px #b4b4b4;
  background: #e2dfdf;
  background: -moz-linear-gradient(top, #e2dfdf 0%, #cfcece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2dfdf), color-stop(100%, #cfcece));
  background: -webkit-linear-gradient(top, #e2dfdf 0%, #cfcece 100%);
  background: -o-linear-gradient(top, #e2dfdf 0%, #cfcece 100%);
  background: -ms-linear-gradient(top, #e2dfdf 0%, #cfcece 100%);
  background: linear-gradient(to bottom, #e2dfdf 0%, #cfcece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2dfdf', endColorstr='#cfcece', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2dfdf', endColorstr='#cfcece', GradientType=0);
}
.btn.fake:hover {
  background: #cfcece;
  background: -moz-linear-gradient(top, #cfcece 0%, #e2dfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcece), color-stop(100%, #e2dfdf));
  background: -webkit-linear-gradient(top, #cfcece 0%, #e2dfdf 100%);
  background: -o-linear-gradient(top, #cfcece 0%, #e2dfdf 100%);
  background: -ms-linear-gradient(top, #cfcece 0%, #e2dfdf 100%);
  background: linear-gradient(to bottom, #cfcece 0%, #e2dfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcece', endColorstr='#e2dfdf', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcece', endColorstr='#e2dfdf', GradientType=0);
}
.btn.fake:focus,
.btn.fake:active {
  background: #cfcece;
  background: -moz-linear-gradient(top, #cfcece 0%, #cfcece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcece), color-stop(100%, #cfcece));
  background: -webkit-linear-gradient(top, #cfcece 0%, #cfcece 100%);
  background: -o-linear-gradient(top, #cfcece 0%, #cfcece 100%);
  background: -ms-linear-gradient(top, #cfcece 0%, #cfcece 100%);
  background: linear-gradient(to bottom, #cfcece 0%, #cfcece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcece', endColorstr='#cfcece', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcece', endColorstr='#cfcece', GradientType=0);
}
form {
  padding: 20px;
}
form label.error,
form input.error,
form textarea.error {
  border-color: #f17878;
  color: #ad0f0f;
}
form label.error:focus,
form input.error:focus,
form textarea.error:focus {
  border-color: #ad0f0f;
}
form label i {
  color: #a70143;
  font-weight: bold;
}
form input,
form textarea {
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
form input:focus,
form textarea:focus {
  outline: none;
  border-color: #a70143;
}
form textarea {
  width: 560px;
  max-width: 560px;
  height: 82px;
}
form .inp-text,#signup-form .form-item {
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
form .inp-text.input,#signup-form .form-item {
  margin-left: 20px;
}
form .inp-text.input:nth-child(2n+1),#signup-form .form-item:nth-child(2n+1) {
  margin-left: 0;
}
div.form-item#edit-signup-form-data-podminky-wrapper {margin:0}

form .inp-text.input label,#signup-form .form-item label {
  display: block; 
  font-weight:normal;
}
form .inp-text.input input,#signup-form .form-text {
  width: 260px;
}
#signup-form .form-required {color: #a70143}

form .inp-text.checkbox {
  display: block;
}
form .inp-text.checkbox label {
  cursor: pointer;
  margin-left: 5px;
}
span.inp-text.error {
  position: relative;
}
span.inp-text.error label {
  color: #a70143;
}
span.inp-text.error label.error {
  position: absolute;
  top: -1px;
  right: 6px;
  color: #a70143;
}
span.inp-text.error.checkbox label {
  padding-bottom: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
span.inp-text.error.checkbox label.error {
  right: auto;
  top: 20px;
  left: 16px;
}
span.inp-text.error input {
  border-color: #a70143;
}

/*******************************************************************************************************************
*  BASE 1281                                                                                                            
*******************************************************************************************************************/
html {
  height: 100%;
}
body {
  height: 100%;
  font-size: 14px;
  color: #333333;
  font-family: "Georgia", serif;
  line-height: 1.6em;
  background-color: #eed37b;
  background-image: url('2013/img/background/maitrea-bg-tile.jpg');
  background-repeat: repeat;
  background-position: 0 0;
}
body.fancy {
  background: #fff;
}

/*******************************************************************************************************************
*  LINKS                                                                                                           
*******************************************************************************************************************/
a,
a:link,
a:focus {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
hr.underline {
  margin-top: 20px;
  border: 0;
  background-color: #a70143;
  height: 1px;
}
/*******************************************************************************************************************
*  BASIC                                                                                                           
*******************************************************************************************************************/
.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
  background: #fff;
  padding: 0;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.wrap {
  padding: 20px;
  *zoom: 1;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
h1 + .wrap {
  padding-top: 0;
}
[class^="ico-"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.ico-info {
  width: 9px;
  height: 19px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('2013/img/ico/info.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ico-info:hover {
  background-image: url('2013/img/ico/info-hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ico-offer-info {
  width: 21px;
  height: 21px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('2013/img/ico/offer-info.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ico-cart {
  width: 17px;
  height: 16px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('2013/img/ico/cart.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ico-cart:hover {
  background-image: url('2013/img/ico/cart-hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ico-open {
  width: 17px;
  height: 17px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('2013/img/ico/open-book.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ico-open:hover {
  background-image: url('2013/img/ico/open-book-hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

/*******************************************************************************************************************
*  LISTS                                                                                                            
*******************************************************************************************************************/
dl,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
ol,
ul {
  padding: 0 0 0 40px;
}
.ul-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 25px;
}
.ul-list li {
  background-image: url('../img/ico/ul-list-li.png');
  background-repeat: no-repeat;
  background-position: left 11px;
  padding: 2px 4px 2px 25px;
}
.ul-inline-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style: disc !important;
}
.ul-inline-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}


/*******************************************************************************************************************
*  PARAGRAPHS                                                                                                            
*******************************************************************************************************************/
p,
address {
  margin: 0 0 25px;
  line-height: 1.5em;
}
.two-cols > li,
.two-cols > div {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.two-cols > li:first-child,
.two-cols > div:first-child {
  margin-left: 0;
}
.three-cols > li,
.three-cols > div {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.three-cols > li:first-child,
.three-cols > div:first-child {
  margin-left: 0;
}
.four-cols {
  margin-left: -2%;
}
.four-cols > li,
.four-cols > div {
  float: left;
  width: 23%;
  margin-left: 2%;
}
.column-left {
  float: left;
}
.column-right {
  float: right;
}
.row,
.two-cols,
.three-cols,
.four-cols,
.two-one-cols,
.one-two-cols {
  *zoom: 1;
}
.row:before,
.two-cols:before,
.three-cols:before,
.four-cols:before,
.two-one-cols:before,
.one-two-cols:before,
.row:after,
.two-cols:after,
.three-cols:after,
.four-cols:after,
.two-one-cols:after,
.one-two-cols:after {
  content: "";
  display: table;
}
.row:after,
.two-cols:after,
.three-cols:after,
.four-cols:after,
.two-one-cols:after,
.one-two-cols:after {
  clear: both;
}
.row .content {
  float: left;
  width: 540px;
}
.row .aside {
  width: 315px;
  float: right;
}
.two-one-cols > li,
.two-one-cols > div {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.two-one-cols > li:first-child,
.two-one-cols > div:first-child {
  width: 66%;
  margin-left: 0;
  position: relative;
}
.one-two-cols > li,
.one-two-cols > div {
  float: left;
  width: 66%;
  margin-left: 2%;
}
.one-two-cols > li:first-child,
.one-two-cols > div:first-child {
  width: 32%;
  margin-left: 0;
  position: relative;
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
  caption-side: top;
}
th {
  text-align: left;
}



/*- hlavička -*/
/*******************************************************************************************************************
*  HEADER                                                                                                          
*******************************************************************************************************************/
/*******************************************************************************************************************
*  Header
*******************************************************************************************************************/
#header {
  position: relative;
  z-index: 10;
}

#header .inner {
  height: 151px;
  background: #c50751;
  background: -moz-linear-gradient(top, #c50751 0%, #a70143 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c50751), color-stop(100%, #a70143));
  background: -webkit-linear-gradient(top, #c50751 0%, #a70143 100%);
  background: -o-linear-gradient(top, #c50751 0%, #a70143 100%);
  background: -ms-linear-gradient(top, #c50751 0%, #a70143 100%);
  background: linear-gradient(to bottom, #c50751 0%, #a70143 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50751', endColorstr='#a70143', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50751', endColorstr='#a70143', GradientType=0);
  width: 950px;
  padding-right: 10px;
  padding-top: 1px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

#header .inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 14px;
  background-image: url('2013/img/arrows/header.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  bottom: -13px;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
}
#header h1 {
  font-size: 15px;
  margin: 0;
}
#header h1 a {
  color: #fff;
}
#header #logo {
  display: block;
  width: 132px;
  height: 115px;
  margin-top: 20px;
  margin-left: 35px;
  float: left;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('2013/img/logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: 5;
}
#header h2.claim {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url('2013/img/header-claim.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 19px;
  width: 127px;
  position: absolute;
  top: 110px;
  left: 35px;
}
#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  *zoom: 1;
  text-align: right;
  margin-top: 90px;
  position: relative;
  z-index: 3;
}
#menu ul:before,
#menu ul:after {
  content: "";
  display: table;
}
#menu ul:after {
  clear: both;
}
#menu ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#menu ul li a {
  display: block;
}
#menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 7px;
  line-height: 30px;
  background: #e96294;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 4px;
  -webkit-box-shadow: 0 1px 1px #7e0332;
  -moz-box-shadow: 0 1px 1px #7e0332;
  box-shadow: 0 1px 1px #7e0332;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 85%;
}
#menu ul li a:before {
  content: "";
  background-image: url('2013/img/arrows/nav-main.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  width: 22px;
  height: 8px;
  bottom: -8px;
  left: 50%;
  margin-left: -11px;
}
#menu ul li.aktivni a,
#menu ul li:hover a {
  background: #fff;
  color: #e96294;
}
#menu ul li.aktivni a:before,
#menu ul li:hover a:before {
  background-image: url('2013/img/arrows/nav-main-active.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header #nav-about {
  padding: 0;
  margin: 0;
  list-style-type: none;
  *zoom: 1;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 3;
}
#header #nav-about:before,
#header #nav-about:after {
  content: "";
  display: table;
}
#header #nav-about:after {
  clear: both;
}
#header #nav-about li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#header #nav-about li a {
  display: block;
}
#header #nav-about li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
}
#header #nav-about li a:hover {
  text-decoration: underline;
}
#header #lang-wrap {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 35px;
  right: 15px;
  display: none;
  z-index: 10;
  text-align: right;
}
#header #wrap-google_translate_element {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 100;
}
#header #header-sun {
  background-image: url('2013/img/background/header.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 744px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -372px;
  z-index: 1;
}


/*******************************************************************************************************************
*  PARAGRAPHS                                                                                                            
*******************************************************************************************************************/
p,
address {
  margin: 0 0 25px;
  line-height: 1.5em;
}
.two-cols > li,
.two-cols > div {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.two-cols > li:first-child,
.two-cols > div:first-child {
  margin-left: 0;
}
.three-cols > li,
.three-cols > div {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.three-cols > li:first-child,
.three-cols > div:first-child {
  margin-left: 0;
}
.four-cols {
  margin-left: -2%;
}
.four-cols > li,
.four-cols > div {
  float: left;
  width: 23%;
  margin-left: 2%;
}
.column-left {
  float: left;
}
.column-right {
  float: right;
}
.row,
.two-cols,
.three-cols,
.four-cols,
.two-one-cols,
.one-two-cols {
  *zoom: 1;
}
.row:before,
.two-cols:before,
.three-cols:before,
.four-cols:before,
.two-one-cols:before,
.one-two-cols:before,
.row:after,
.two-cols:after,
.three-cols:after,
.four-cols:after,
.two-one-cols:after,
.one-two-cols:after {
  content: "";
  display: table;
}
.row:after,
.two-cols:after,
.three-cols:after,
.four-cols:after,
.two-one-cols:after,
.one-two-cols:after {
  clear: both;
}
.row .content {
  float: left;
  width: 540px;
}
.row .aside {
  width: 315px;
  float: right;
}
.two-one-cols > li,
.two-one-cols > div {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.two-one-cols > li:first-child,
.two-one-cols > div:first-child {
  width: 66%;
  margin-left: 0;
  position: relative;
}
.one-two-cols > li,
.one-two-cols > div {
  float: left;
  width: 66%;
  margin-left: 2%;
}
.one-two-cols > li:first-child,
.one-two-cols > div:first-child {
  width: 32%;
  margin-left: 0;
  position: relative;
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
  caption-side: top;
}
th {
  text-align: left;
}

/*- patička -*/
/*******************************************************************************************************************
*  FOOTER                                                                                                         
*******************************************************************************************************************/
html,body {
  height: 100%;
}
#push, #footer {
  height: 291px;
}
.application #sub {
  margin: 0 auto -7px;
}
.application #push,
.application #footer {
  height: 7px;
}

.application #footer .inner {
  background: #a70143;
  padding: 0;
  height: 7px;
  width: 960px;
}

#footer {
  color: #fff;
}

#footer a {
  color: #fdcee1;
}

#footer .inner {
  background-color: #a70143;
  width: 900px;
  padding: 30px 30px 22px;
  -webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);
}

#footer .col-1 .fb-like-box {
  background-color: #fff;
}

#footer .col-2 {
  position: relative;
}

#footer .col-2 h2 {
  background-image: url('2013/img/ico/facebook.png');
  background-repeat: no-repeat;
  background-position: left 0px;
  margin: 0 0 0 10px;
  color: #fff;
  padding-left: 30px;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d56e97;
}

#footer .col-3 img {
  margin-right: 15px;
}

#footer .col-3 a,
#footer .col-3 strong {
  display: block;
}

#footer #breezy {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  color: #9c9c9b;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "vafle_condensed", "Georgia", sefif;
  font-size: 18px;
  border-bottom: 2px solid #a70143;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

#footer #breezy:hover {
  color: #5c5c5b;
}

#footer #nav-footer {
  *zoom: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 auto;
  width: 920px;
  padding: 10px 20px;
  background: #b01b56;
  -webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.25);
}

#footer #nav-footer:before,
#footer #nav-footer:after {
  content: "";
  display: table;
}

#footer #nav-footer:after {
  clear: both;
}

#footer #nav-footer li {
  float: left;
  font-size: 13px;
  color: #A70143;
}

#footer #nav-footer li:before {
  content: "•";
  padding: 0 5px;
}

#footer #nav-footer li:first-child {
  margin-left: 20px;
}

#footer #nav-footer li:first-child:before {
  display: none;
}

#to-the-top {
  background-image: url('2013/img/ico/top.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 56px;
  position: fixed;
  bottom: 20px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  right: 50%;
  margin-right: -520px;
}

#facebook-feed {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 15px;
  height: 140px;
}

#facebook-feed li {
  position: relative;
  padding-left: 80px;
  font-size: 12px;
  height: 140px;
  overflow: hidden;
}

#facebook-feed li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#facebook-feed li a:hover {
  text-decoration: underline;
}

#facebook-feed li img {
  position: absolute;
  left: 10px;
  width:61px;
}

#facebook-feed li h3 {
  color: #fdcee1;
  font-size: 16px;
  margin: 0 0 10px;
}

#facebook-feed-prev,
#facebook-feed-next {
  position: absolute;
  right: 0;
  top: 5px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#facebook-feed-prev:hover,
#facebook-feed-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#facebook-feed-prev {
  background-image: url('2013/img/ico/facebook-prev.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 17px;
}

#facebook-feed-next {
  background-image: url('2013/img/ico/facebook-next.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}


/*
#paticka {padding:20px 20px 0 20px;font-size:0.95em;width:945px;height:50px;background:url(img/layout/paticka.png) 50% 0 no-repeat;}
#paticka a {color:#515151;}
#paticka .maitrea {float:left;margin-right:1em;}
#paticka .odkazy {float:left;}
#paticka .spratelene {float:right;}
*/

/*- základní selektory -*/
hr, .skryt {display:none;}
.end {display:block;clear:both;height:0;line-height:0;font-size:0;visibility:hidden;}
.levy {float:left;}
.pravy {float:right;}


#clevy {
float: left;
width: 285px;
}
#cpravy {
  margin-left: 285px;
  padding-left: 20px;
}

#edit-picture-upload-register { width: 200px; }

a span.file-1 {
	display: block;
	margin: 0;
	background: url(img/sub/tlacitko_l.gif) 0 0 no-repeat;
	float: left;
}

a span.file-2 {
	display: block;
	padding: 0 20px 0 19px;
	background: url(img/sub/tlacitko_r.gif) 100% 0 no-repeat;
}

a span.file-3 {
	display: block;
	height: 30px;
/*	padding-right: 4px; */
	background: url(img/sub/tlacitko_m.gif) 0 0 repeat-x;
	overflow: hidden;
	font-size: 100%;
	line-height: 250%;
	font-weight: bold;
}

a.tlacitko {
	text-decoration:none!important;
}

div.tlacitko {
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}

/*******************************************************************************************************************
*  Terapie a masaze
*******************************************************************************************************************/
#school .col-1,
#school .col-2 {
  width: 48%;
}
#school .col-2 {
  margin-left: 4%;
}
#school img {
  width: 100%;
  margin-bottom: 10px;
}
#aside form {
  padding: 0;
  margin: 0 0 20px 20px;
}
.secmenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #fce7a2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 0;
  margin: 0 0 20px 20px;
}
.secmenu > li > a {
  font-weight: bold;
}
.secmenu li > a {
  display: block;
  padding: 9px 0 9px 25px;
  color: #66520e;
  text-decoration: none;
  background-color: #fce7a2;
}
.secmenu li > a:hover {
  background-color: #fdedb9;
}
.secmenu li a.active {
  background-color: #dcc67f;
  font-weight: bold;
}
.secmenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.secmenu ul li a {
  padding-left: 62px;
  background-image: url('2013/img/background/li-nav-aside.png');
  background-repeat: no-repeat;
  background-position: 30px 13px;
}


/*-- vyhledavaci box */
#search-block-form {
  *zoom: 1;padding:0 0 20px 20px;
}
#search-block-form:before,
#search-block-form:after {
  content: "";
  display: table;
}
#search-block-form:after {
  clear: both;
}
#edit-search-block-form-keys {
  width: 188px;
}
#edit-search-block-form-keys-wrapper {float:left;width:200px;margin:0}
#search-block-form .form-submit {
  padding: 9px;
  font-family: sans-serif;
  float: right;
}
/*-- /vyhledavaci box */

#aside #newsletter {
  margin-top: 40px;
  background-color: #a13c58;
  padding: 40px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: relative;
}
#aside #newsletter:before {
  content: "";
  background-image: url('2013/img/background/newsletter.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -28px;
}
#aside #newsletter h3 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 18px;
}
#aside #newsletter p {
  margin: 0;
}
#aside #newsletter input {
  border-color: #ce6482;
  display: block;
  width: 85%;
  margin: 12px auto;
}

#bocni .article {
  *zoom: 1;
  margin: 10px 20px;
}
#bocni .article:before,
#bocni .article:after {
  content: "";
  display: table;
}
#bocni .article:after {
  clear: both;
}
#bocni .article a {text-decoration: none;}
#bocni .article a:hover {text-decoration: underline;}
#bocni .article img {
  float: left;
  margin-right: 10px;
  width:96px;
}
#bocni .article h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: bold;
  color: #a70144;
}
#bocni .article p {
  color: #666666;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

.one-two-cols {
  padding: 20px;
}
.lectors {
  *zoom: 1;
  color: #a70143;
  font-size: 16px;
}
.lectors:before,
.lectors:after {
  content: "";
  display: table;
}
.lectors:after {
  clear: both;
}
.lectors img {
  float: left;
  margin: -5px 10px 0 0;
}
.lectors a {
  color: #a70143;
  text-decoration: none;
}
.lectors a:hover {
  text-decoration: underline;
}
.calendar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 115px;
  height: 123px;
  background-color: #fff;
  text-align: center;
  position: absolute;
}

#calendar-list .calendar {top: 20px;left: 0;}
#calendar-detail .calendar {top: 0;left: 0;}

.calendar.small .date {
  font-size: 18px;
}
.calendar.small .day {
  font-size: 12px;
}
.calendar:after {
  content: '';
  display: block;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: -12px;
  background-image: url('2013/img/arrows/calendar.png');
  background-repeat: no-repeat;
  background-position: left center;
  width: 12px;
  height: 31px;
  margin-top: -15px;
}
.calendar .date {
  color: #666;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin: 25px 0 2px;
}
.calendar .day {
  color: #999;
  font-family: sans-serif;
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.calendar .place {
  margin-top: 17px;
  display: block;
  background: #f6f6f6;
  padding: 0px 2px;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  height: 41px;
  display: table-cell;
  vertical-align: middle;
  width: 115px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/*******************************************************************************************************************
*  Calendar list                                                                                                           
*******************************************************************************************************************/
#calendar-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 40px;
}
#calendar-list .action {
  border-top: 1px solid #f5f5f5;
  padding: 20px 0 20px 140px;
  position: relative;
  min-height: 125px;
}
#calendar-list .action:first-child {
  border-top: none;
}
#calendar-list .action h2 {
  margin-top: 0;
}
#calendar-list .action h2 a {
  display: block;
  text-decoration: none;
  color: #a70143;
}
#calendar-list .action h2 a:hover {
  text-decoration: underline;
}
#calendar-list .action .arrow.more {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 39px;
  height: 39px;
  background-image: url('2013/img/arrows/calendar-down.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  right: 20px;
  top: 100px;
}
#calendar-list .action .arrow.more:hover {
  background-image: url('2013/img/arrows/calendar-down-hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#calendar-list .action .arrow.more.open {
  background-image: url('2013/img/arrows/calendar-up.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#calendar-list .action .arrow.more.open:hover {
  background-image: url('2013/img/arrows/calendar-up-hover.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#calendar-list .action .two-cols {
  background-color: #f4f4f4;
  background-image: url('2013/img/arrows/section-white-top.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 580px;
  padding: 20px;
  margin-top: 40px;
  margin-left: -160px;
  z-index: 10;
  display: none;
}
#calendar-list .action .two-cols .description p {
  margin: 0 0 5px;
}
#calendar-list .action .two-cols .description a.more {
  color: #b8034a;
  font-style: italic;
}
#calendar-list .action .two-cols .info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 20px;
}
#calendar-list .action .two-cols .info .btn {
  margin-left: 20px;
}
.at-maitrea .calendar .place {
  color: #a70143;
}


.pager {
  padding: 0;  margin: 0;
  *zoom: 1;
  margin-top: 20px;
  text-align: center;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager a,.pager strong {
  *zoom: 1;
  text-decoration: none;
  color: #a70143;
  font-family: 'Arial', 'Verdana', sans-serif;
  padding: 5px 12px!important;
  font-weight: bold;
}
.pager a:hover {
  text-decoration: underline;
}
.pager strong.pager-current {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/*******************************************************************************************************************
*  Calendar detail
*******************************************************************************************************************/
#calendar-detail {
  position: relative;
  margin-top: -20px;
}
#calendar-detail .header {
  min-height: 145px;
}
#calendar-detail h1 {
  margin-top: 0;
  padding: 0 0 7px 145px;
}
#calendar-detail h1 a {
  display: block;
  text-decoration: none;
  color: #a70143;
}
#calendar-detail h1 a:hover {
  text-decoration: underline;
}
#calendar-detail .lectors {
  padding-left: 145px;
}
#calendar-detail .lector-said {
  margin: 20px 0;
  *zoom: 1;
}
#calendar-detail .lector-said:before,
#calendar-detail .lector-said:after {
  content: "";
  display: table;
}
#calendar-detail .lector-said:after {
  clear: both;
}
#calendar-detail .lector-said img {
  float: left;
}
#calendar-detail .lector-said .bubble {
  float: right;
  width: 310px;
  padding: 20px;
  margin-right: 0;
  background-color: #a70143;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
  font-style: italic;
  position: relative;
}
#calendar-detail .lector-said .bubble:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: -20px;
  bottom: 20px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #a70143 transparent transparent;
}
#calendar-detail .reservation-box {
  background-color: #f4f4f4;
  background-image: url('2013/img/arrows/section-white-top.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 20px;
  margin-right: 0;
  margin-bottom: 20px;
}
#calendar-detail .reservation-box .col-1 {
  color: #333;
}
#calendar-detail .reservation-box .col-1 h3 {
  color: #333;
  margin: 0;
  font-weight: bold;
  height: 22px;
  display: table-cell;
  vertical-align: bottom;
  font-size: 18px;
  padding-right: 20px;
}
#calendar-detail .reservation-box .col-1 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 10px 20px 10px 0;
}
#calendar-detail .reservation-box .col-2 h4 {
  color: #333;
  height: 20px;
  margin: 0;
  padding-left: 20px;
  display: table-cell;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: normal;
}
#calendar-detail .reservation-box .col-2 ul.house-offer {
  margin: 10px 20px;
  width: 260px;
}
#calendar-detail .reservation-box .col-2 .btn {
  margin-left: 20px;
  padding: 7px 12px;
}
#calendar-detail p {
  margin: 0 0 15px 0;
}
#calendar-detail #lectors-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#calendar-detail #lectors-list > li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
}
#calendar-detail #lectors-list > li img {
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-detail #lectors-list > li h4 {
  margin: 0 0 5px;
}
#calendar-detail #lectors-list > li h4 a {
  color: #a70143;
  font-size: 16px;
}
#calendar-detail #lectors-list > li h5 {
  font-size: 1em;
  margin: 10px 0;
}
#calendar-detail #lectors-list > li p {
  margin: 0;
}
#calendar-detail #lectors-list > li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fancytext {
  margin-left: 22px;
  padding: 2px 0 2px 33px;
  background-image: url('2013/img/ico/offer-info.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.fancytext {color: #a70143;}

ul.house-offer {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.house-offer li {
  padding: 5px 5px 5px 35px;
  line-height: 1.25em;
}
ul.house-offer li.restaurant {
  background-image: url('2013/img/ico/offer-restaurant.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
}
ul.house-offer li.snack {
  background-image: url('2013/img/ico/offer-snack.png');
  background-repeat: no-repeat;
  background-position: 0 8px;
}
ul.house-offer li.shop {
  background-image: url('2013/img/ico/offer-shop.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
}
ul.house-offer li.payment {
  background-image: url('2013/img/ico/offer-payment.png');
  background-repeat: no-repeat;
  background-position: 2px 8px;
}
ul.house-offer.gray li.restaurant {
  background-image: url('2013/img/ico/offer-restaurant-gray.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
}
ul.house-offer.gray li.snack {
  background-image: url('2013/img/ico/offer-snack-gray.png');
  background-repeat: no-repeat;
  background-position: 0 8px;
}
ul.house-offer.gray li.shop {
  background-image: url('2013/img/ico/offer-shop-gray.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
}
ul.house-offer.gray li.payment {
  background-image: url('2013/img/ico/offer-payment-gray.png');
  background-repeat: no-repeat;
  background-position: 2px 8px;
}

.dueevent { 
	clear:both;
	margin: 7px 0 7px 145px;
	padding:10px 20px;
	background:#ffdb6f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.application h1 {
  margin: 20px 0 0 20px;
}
.application .header {
  *zoom: 1;
  position: relative;
  padding: 20px 20px 20px 165px;
}
.application .header:before,
.application .header:after {
  content: "";
  display: table;
}
.application .header:after {
  clear: both;
}
.application .header .calendar {
  left: 20px;
  top: px;
}
.application .header .lectors {
  margin-bottom: 10px;
}
.application .header .lectors a {
  color: #333;
}
.application .header h2 {
  margin: 0 0 15px;
}
.application .header h2 a {
  color: #a70143;
  text-decoration: none;
}
.application .header h2 a:hover {
  text-decoration: underline;
}
.application .header p {
  margin: 0;
}
.application .two-one-cols .col-2 {
  margin-left: 0;
  position: relative;
  left: -5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.application .two-one-cols .col-2:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.application form {
  position: relative;
}
.application form a {
  color: #a70143;
}
.application form textarea {
  width: 295px;
}
.application form button {
  margin-top: 10px;
}
.application .next-person-box {
  display: none;
}
.application .support-box {
  position: absolute;
  bottom: 0;  right: 20px;
  background: #efefef;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 20px;
  width: 31%;
  color: #666;
}
.application .support-box a {
  color: #666;
  text-decoration: none;
}
.application .support-box a:hover {
  text-decoration: underline;
}



/*******************************************************************************************************************
*  Lectors navigation                                                                                               
*******************************************************************************************************************/
#lectors-nav {
  border-top: 1px solid #edccd9;
  border-bottom: 1px solid #edccd9;
  *zoom: 1;
  margin-top: 25px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#lectors-nav:before,
#lectors-nav:after {
  content: "";
  display: table;
}
#lectors-nav:after {
  clear: both;
}
#lectors-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
}
#lectors-nav ul:before,
#lectors-nav ul:after {
  content: "";
  display: table;
}
#lectors-nav ul:after {
  clear: both;
}
#lectors-nav ul li {
  float: left;
}
#lectors-nav ul li a {
  font-size: 24px;
  line-height: 52px;
  color: #a80144;
  padding: 0 10px;
  text-decoration: none;
}
#lectors-nav ul li:first-child a {
  padding-left: 0;
}
#lectors-nav ul li.active a,
#lectors-nav ul li a:hover {
  color: #000;
}
#lectors-view-list,
#lectors-view-img {
  float: right;
  display: block;
  padding: 15px 5px 15px 22px;
  background-position: left center !important;
}
#lectors-view-list.active,
#lectors-view-img.active {
  text-decoration: none;
  cursor: default;
  color: #a70143;
}
#lectors-view-list {
  background-image: url('2013/img/ico/view-list.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 10px;
}
#lectors-view-list.active,
#lectors-view-list:hover {
  background-image: url('2013/img/ico/view-list-active.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#lectors-view-img {
  background-image: url('2013/img/ico/view-img.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#lectors-view-img.active,
#lectors-view-img:hover {
  background-image: url('2013/img/ico/view-img-active.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
/*******************************************************************************************************************
*  Lectors list images                                                                                             
*******************************************************************************************************************/
.lectors-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-right: 18px;
  margin-left: -2px;
  margin-bottom: 200px;
  *zoom: 1;
}
.lectors-list:before,
.lectors-list:after {
  content: "";
  display: table;
}
.lectors-list:after {
  clear: both;
}
.lectors-list li {
  float: left;
  margin: 2px;
  display: block;
  position: relative;
}
.lectors-list li img {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.lectors-list li .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
  background-color: #a70143;
  color: #fbdbe7;
  width: 353px;
  min-height: 149px;
  padding: 2px;
}
.lectors-list li .overlay h2,
.lectors-list li .overlay h3 {
  color: #fff;
  margin: 0;
}
.lectors-list li .overlay h2,
.lectors-list li .overlay h3,
.lectors-list li .overlay p {
  padding-left: 135px;
  padding-right: 10px;
}
.lectors-list li .overlay h2 {
  font-size: 18px;
  line-height: 27px;
  margin-top: 13px;
}
.lectors-list li .overlay h3 {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lectors-list li .overlay p {
  font-size: 11px;
}
.lectors-list li .overlay a.link {
  display: block;
  width: 115px;
  font-size: 10px;
  line-height: 11px;
  position: absolute;
  top: 130px;
  left: 0px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
.lectors-list li .overlay a.link:hover {
  text-decoration: none;
}
.lectors-list li .overlay a {
  color: #fbdbe7;
  text-decoration: none;
}
.lectors-list li .overlay a h3 {
  text-decoration: underline;
}
.lectors-list li .overlay a:hover,
.lectors-list li .overlay a:hover h3 {
  color: #e96294;
  text-decoration: none;
}
.lectors-list li:hover img {
  position: relative;
  z-index: 10;
}
.lectors-list li:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 5;
}
.lectors-list li.left .overlay {
  left: auto;
  right: -4px;
}
.lectors-list li.left .overlay h2,
.lectors-list li.left .overlay h3,
.lectors-list li.left .overlay p {
  padding-left: 10px;
  padding-right: 135px;
}
.lectors-list li.left .overlay a.link {
  left: auto;
  right: 0;
}
.lectors-list.big {
  margin-top: 22px;
  margin-left: -6px;
}
.lectors-list.big li {
  margin: 3px;
}
.lectors-list.big li .overlay {
  width: 396px;
  min-height: 235px;
  top: -6px;
  left: -6px;
}
.lectors-list.big li .overlay h2,
.lectors-list.big li .overlay h3,
.lectors-list.big li .overlay p {
  padding-left: 214px;
  padding-right: 10px;
}
.lectors-list.big li .overlay a.link {
  top: 214px;
  width: 200px;
  font-size: 11px;
}
.lectors-list.big li.left .overlay {
  right: -6px;
  left: auto;
}
.lectors-list.big li.left .overlay h2,
.lectors-list.big li.left .overlay h3,
.lectors-list.big li.left .overlay p {
  padding-left: 10px;
  padding-right: 214px;
}
#lectors-list-list {
  margin-left: 0;
}
#lectors-list-list > li {
  margin: 0;
  display: block;
  width: 100%;
}
#lectors-list-list > li:hover .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
#lectors-list-list > li > h2 {
  color: #000;
  margin: 15px 0 5px;
}
#lectors-list-list > li h3 a {
  text-decoration: none;
}
#lectors-list-list > li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#lectors-list-list > li ul li {
  display: block;
  width: 100%;
  margin: 0;
}
#lectors-list-list > li ul li > h3 {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
#lectors-list-list > li ul li .overlay {
  left: 195px;
  top: -90px;
}
#lectors-list-list > li ul li .overlay img {
  position: absolute;
  left: 4px;
  top: 4px;
}
#lectors-list-list > li ul li .overlay i {
  width: 14px;
  height: 48px;
  display: block;
  background-image: url('2013/img/arrows/left.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: -14px;
  top: 80px;
}
#lectors-list-list > li ul li:hover > h3,
#lectors-list-list > li ul li.hover > h3 {
  color: #a70143;
  font-weight: bold;
}
#lectors-list-list > li ul li:hover .overlay,
#lectors-list-list > li ul li.hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/*-- */
#main div.error {
	margin:30px 10px 10px;
}
