/**********************************************************************************

	Project Name: Účetní rada
	File Name: styles.css
	Version: 1.0.0
	
**********************************************************************************/
/***********************************************************************************************/
/* LESS Variables */
/***********************************************************************************************/
/***********************************************************************************************/
/* LESS Mixins */
/***********************************************************************************************/
/***********************************************************************************************/
/* 1. General Styles */
/***********************************************************************************************/
body {
  font: 14px/21px "Open Sans", Helvetica, Arial, sans-serif;
  color: #6c6c6c;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0;
}
p {
  margin-bottom: 21px;
  font-size: 1.12em;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
h1 {
  font: 2.25em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
}
h2,
h3 {
  font: 1.71em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
h4 {
  font: 1em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
}
h5 {
  font: 0.875em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
}
h6 {
  font: 0.75em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #132c3b;
}
blockquote {
  font: italic 21px/1.5em "Gentium Basic", Georgia, serif;
  color: #2894d8;
}
blockquote cite {
  display: block;
  margin-top: 42px;
  font-size: 16px;
  font-style: normal;
}
hr {
  border: none;
  height: 1px;
  background-color: #ededed;
  margin: 3em 0;
}
.link-go-top {
  font: italic 14px "Gentium Basic", Georgia, serif;
}

.section-main-cta-bg {
  background: #fff;
}
.section-main-cta {
  width: 100%;
  text-align: center;
}
button,
.btn {
  text-transform: uppercase;
  background: #B7CE28;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bac861;
  padding: 10px 25px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  letter-spacing: .05em;
  margin-top: 20px;
}
button:hover,
.btn:hover {
  color: #fff;
  background: #95a339;
}
button:focus,
button:active,
.btn:focus,
.btn:active {
  outline: none !important;
  border: 1px solid #a6b640;
  box-shadow: 0 0 2px #bac861;
} 
.articles li:nth-last-child(2),
.courses li:nth-last-child(2){
  border: none!important;
}
.articles li:last-child {
  margin-top: 10px;
  border: none;
  overflow: inherit;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: block;
    padding: 8px 20px;    
    cursor: pointer;
    background: #B7CE28;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #bac861;
    -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.articles a:last-child.no-floating {
  float: none;
}
.courses li.last-offer {
  border: none;
}
.courses li.last-link {
  overflow: inherit;
  padding-top: 25px;
  margin-bottom: 20px;
  border: none;

}
#reg-menu .login-buttons,
.form-inline .login-buttons {
  margin-top: 0px;
}

.unit-selectbox {
  display: block!important;
}

.login .btn-login-margin {
  margin-top: 40px;
}
input, textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 350px;
  height: 2em;
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: 200;
  padding: 5px 10px;
  text-align: center;
  color: #1a1a1a;
  letter-spacing: .05em;
  border: 1px solid #bac861;
}

input:focus,
input:active,
textarea:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid #a6b640;
  box-shadow: 0 0 2px #bac861;
}

.labels-member .control-group {
  width: 100%;
}
.labels-member .span4 {
  margin-top: 10px;
}

.alert {
  cursor: pointer;
  z-index: 400;
  max-width: 30%;
  position: fixed!important;
  top: initial!important;
  bottom: 20px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 100%!important;
  font: 1em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #B7CE28!important;
  background-image: none!important;
}

.alert h2 {
  margin-top: -12px;
}

.modal {
  z-index: 10000!important;
}

@media screen and (max-width: 800px) { 
    .alert { 
      max-width: 80%;
    }
}
/***********************************************************************************************/
/* 2. ==HEADER */
/***********************************************************************************************/
.top-header {
  padding: 1.5em 0;
}
.logo {
  height: 63px;
  width: 75px;
}
.logo a {
  background: transparent url('../images/logo-ucetni-rada.png') left center no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.icons-region-selector {
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  background: url('../images/icon-small-arrow-down-hover.png');
  background-size: 24px 24px;
  cursor: pointer;
}
.icons-eshop {
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  background: url('../images/icon-eshop.png');
  background-size: 24px 24px;
  cursor: pointer;
  float: left;
}
.icons-small-logout {
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  background: url('../images/logout-icon.png') center center no-repeat;
  background-size: 19px 20px;
  cursor: pointer;
  float: left;
  margin-right: .5em;
}

.icons-small-my-profile {
  display: inline-block;
  margin-top: 3px;
  width: 24px;
  height: 24px;
  background: url('../images/my-profile-small.png') center center no-repeat;
  /*background-size: 19px 20px;*/
  cursor: pointer;
  float: left;
  margin-right: .5em;
}

.detail-basket-items {
  margin-top: 10px;
}

.det-bask-head {
  margin-top: 10px;
  padding-top: 5px;
  font-weight: 600;
  background-color: #B7CE28;
  color: #fff;
}

.detail-basket-items .row-fluid {
  background-color: #ededed;
  margin-top: 10px;
  margin-bottom: 10px;
}

.detail-basket-items .span7 {
  padding-top: 10px;
}
.detail-basket-items .span7 a {
  font-size: 1.3em;
}

.quest-new .span6,
.quest-new .span4,
.quest-new .span3  {
  padding-top: 10px;
}

.quest-new .span6 a,
.quest-new .span4 a,
.quest-new .span3  {
  font-size: 1.3em;
}

.detail-basket-items .span1 {
  text-align: center;
  background-color: rgba(0,0,0,.8);
} 

.detail-basket-items .span1 a {
  font-size: 2em;
  line-height: 2.2em;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

#bk-cont {
  float: right;
  margin-bottom: 20px;
}


.bk-ll {
  padding-bottom: 10px;
}
.bk-prc {
  text-align: right;
}
.bk-p {
  padding-top: 10px;
  font-size: 1.3em;
}

.bk-dok {
  padding-top: 10px;
  font-size: 1.3em;
  background-color: #3a6d8c;
}

.bk-ota {
  padding-top: 10px;
  font-size: 1.3em;
  background-color: #6c6c6c;
}

.bk-cle {
  padding-top: 10px;
  font-size: 3.8em!important;
  background-color: #4C9D37;
}

.bk-pod {
  padding-top: 10px;
  font-size: 1.3em;
  background-color: #72AAA8;
}

.bit-label {
  font-weight: 600;
}

.bit-edit-prof {
  float: right;
  margin-top: 0px!important; 
}

.bk-typ-hd {
  text-align: center;
}
.bk-bal {
  background-color: #F88C29;
}

.bk-pro {
  background-color: #52347F;
}

.bk-kur {
  background-color: #C62645;
}

.bk-typ {  
  padding: 20px 0px; 
  text-align: center;
  color: #fff;
  font-size: 4em;
}

.ntg-offer .span1 {
  margin-left: 0px;
  float: right;
  text-align: center;
}
.quest-new .span1 {
  cursor: pointer;
}
.ntg-offer .quest-purch {
  background-color: #C62645;
}

.selected-region,
.current-eshop {
  height: 29px;
}

#reg-menu {
  margin-top: 2px;
}

.selected-region a {
  border-right: 1px dotted #6c6c6c;
  line-height: 29px;
  padding-right: 1em;
  margin-right: .5em;
  vertical-align: middle;
  float: left;
}
.current-eshop a {
  line-height: 29px;
  padding-left: .5em;
  vertical-align: middle;
}
.list-regions {
  position: absolute;
  z-index: 10;
  float: none;
  clear: none;
}
.list-eshop {
  position: absolute;
  z-index: 10;
  float: none;
  clear: none;
}
.header-list {
  float: right;
  margin-top: 1.5em;
}
.header-list li {
  float: left;
  border-right: 1px dotted #6c6c6c;
  padding-right: 1.5em;
  line-height: 29px;
  padding-left: 1.5em;
}
.header-list li:last-child {
  border-right: none;
  padding-right: 0;
}
.header-list li:first-child {
  border-right: none;
}

.eshop-content-box li {
  border-right: none;
}
.regions {
  display: none;
}
#region-mobile {
  padding: 0;
}
.list-regions,
.list-regions li {
  float: none;
  border: none;
}
.list-regions {
  margin-top: 10px;
  margin-left: -12px;
  background: rgba(0, 0, 0, 0.8);
}
.list-regions a {
  color: #fff;
}
.list-regions li {
  border-bottom: 1px dotted #fff;
}
.list-regions li:last-child {
  border-bottom: none;
}
.list-eshop,
.list-eshop li {
  float: none;
  border: none;
}
.list-eshop {
  margin-top: 10px;
  margin-left: -12px;
  background: rgba(0, 0, 0, 0.8);
}
.list-eshop a {
  color: #fff;
}
.list-eshop li {
  border-bottom: 1px dotted #fff;
}
.list-eshop li:last-child {
  border-bottom: none;
}

.headline h1 {
  margin-bottom: 0px;
}
.headline h2{

}

#forget-specific {
  font-size: 1.4em;  
  margin-right: 5px;
}
/***********************************************************************************************/
/* 3. ==ESHOP - SHOW / HIDE */
/***********************************************************************************************/
button[disabled] {
  background-color: #6c6c6c;
}
.hide-me {
  visibility: hidden;
}
.eshop-cont-top {
  width: 350px;
  margin-top: 3px;
  margin-left: -23px;
  position: absolute;
  z-index: 10;
  float: none;
  clear: none;
}
.eshop-cont-top a {
  color: #fff;
}
.eshop-cont-top a:hover {
  color: #cccccc;
}
.eshop-container {
  width: 350px;
  margin: 0 auto;
  max-height: 400px;
}
.eshop-text-cont-line {
  font-weight: 600px;
  color: #6c6c6c;
  float: left;
  padding-top: 6px;
  font-size: 18px;
}
.eshop-header {
  background: url('../images/icon-small-eshop-arrow.png') center no-repeat;
  display: block;
  margin-left: 30px;
  width: 11px;
  height: 7px;
}
.eshop-content-box {
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: block;
  padding: 10px;
  /*overflow: scroll-y;*/
  overflow-y: auto;
  max-height: 400px;
}

.last-visited-courses p {
  padding-top: 20px;
}
#course_name, #product_name {
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 1283px) {
  .courses-filtres button {
    width: 300px;
    margin-top: 5px;
  }  
}

@media screen and (max-width: 1390px) {
  .pr-ch {
    width: 300px;
    margin-top: 5px;
  }  
}
.eshop-headline {
  margin-left: 7px;
}
.eshop-remove-all {
  color: #ecf0f1;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
}
.eshop-remove-all:hover {
  color: #e74c3c;
}
.eshop-remove-all .eshop-remove-all-text {
  font-size: 13px;
}
.eshop-content-box li {
  padding: 10px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  overflow: hidden;
}
.eshop-content-box li:last-child {
  border-bottom: none;
}
.eshop-one-item {
  width: 100%;
  height: 20px;
  line-height: 20px;
}
.eshop-label {
  float: left;
  font-weight: 600;
  width: 180px;
  display: block;
  overflow: hidden;
}
.eshop-price {
  float: left;
  padding-right: 10px;
  width: 100px;
  display: block;
  text-align: right;
}
.eshop-remove-item {
  color: #ecf0f1;
  float: left;
  margin-top: -6px;
  margin-left: 5px;
}
.eshop-remove-item:hover {
  color: #e74c3c;
}
.eshop-link-box {
  width: 100%;
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.35);
  text-align: right;
}
.eshop-link-box a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.eshop-link-box a:hover {
  color: #B7CE28;
}

.eshop-info span {
  color: #fff!important;
  font-weight: 600;
}
/***********************************************************************************************/
/* 4. ==IMAGE - WHERE-I-AM */
/***********************************************************************************************/
.region-header .section-main-cta-bg {
  background: url("../images/img-header-region-profil.jpg") center center no-repeat;
  min-height: 100px;
}
.region-header .section-main-cta {
  background: rgba(166, 182, 64, 0.6);
  min-height: 100px;
  width: 100%;
  text-align: center;
}

/* UPRAVY: tady jsem delal upravy; Honza */
.region-header .section-main-cta h1 {
  color: white;
  padding-top: 20px;
  text-transform: uppercase;
  font: bold 35px "Open Sans", Helvetica, Arial, sans-serif;
}
.region-header .section-main-cta h2 {
  color: white;
  text-transform: uppercase;
  font: bold 23px "Open Sans", Helvetica, Arial, sans-serif;
}
.region-header .section-main-cta h3 {
  color: white;
  text-transform: uppercase;
  font: normal 2.6em/1.5em "Open Sans", Helvetica, Arial, sans-serif;
}
.region-header .headline {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.form-single-field {
  padding: 3em 0;
}

#para-help-margin {
  margin-bottom: 17px;
}

#price-table {
  margin: 0 auto;
}

.label-lenght{
  font-size: 1.2em;
  font-weight: 600;
  text-align: right;
} 
.label-dotted{
  padding-left: 10px;
  padding-right: 10px;
}  

#price-modal-text {
  margin-top: 0;
}
.label-price-only {
  color: #B7CE28;
  font-weight: 600;
}

.ref-item-det h3 {
  text-align: right;
  color: #B7CE28;
}
/***********************************************************************************************/
/* 5. ==INFORMATION */
/***********************************************************************************************/

.information .section-main-cta {
  padding: 30px 0;
}

.information .row-fluid {
  width: 90%;
  margin: 0 auto;
}

.information p {
  margin: 20px auto;
  text-align: justify;
}

.information h4 {
  font-size: 1.5em;
}
.informs {
  margin: 30px 0;
  clear: both;
}
.informs .span6 {
  margin: 0 auto;
}

.informs-cont p {
  margin: 2px auto;
}

.informs .span6:first-child {

    padding-right: 20px;
}

.informs .span6:last-child {

    padding-left: 20px;
}




.inf-1 .informs-cont {
  display: inline-block;
  text-align: left;
}

.inf-2 .informs-cont  {
  display: inline-block;
  text-align: left;
}
.detail-unit-center {
  display: inline-block;
  vertical-align: -16px;
}

.detail-unit-center-con {
  display: inline-block;
  vertical-align: -32px;
}
.information .inf-1 img {
  margin-right: 20px;
}

.information .inf-2 img {
  margin-right: 20px;
}

.contact-edit-12 {
  width:30%;  
  margin: 0 auto;
}

.helper-for-help-6 {
  margin-right: 20px;
}

.lec-pic-round {
  margin:0 auto;
  border-radius: 50%;
  overflow: hidden;
  width: 104px;
  height: 104px;
}
.lec-pic-round img {
  display: block;
  /* Stretch 
  height: 100%;
  width: 100%; */
  min-width: 100%;
  min-height: 100%;
}

.detail-course-media{
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-media-st {
  margin-bottom: 10px;
}
.detail-course-media h3 {
  color: #6c6c6c;
  margin-bottom: 6px;
}
.det-balkat {
  color: #D74B66;
  font-weight: 600;
}

.product-media-st li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.product-media-st img {
  max-height: 150px;
  border: 5px solid white;
}

.product-media-st img:hover {
  border: 5px solid #B7CE28;
}


.lec-pic-round-det {
  float: right;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.lec-pic-round-det img {
  display: block;
  /* Stretch 
  height: 100%;
  width: 100%; */
  min-width: 100%;
  min-height: 100%;
}

.cat {
  color: #B7CE28;
  text-transform: uppercase;
  font-weight: 600;
}
/***********************************************************************************************/
/* 6. ==COURSES */
/***********************************************************************************************/
.courses {
  margin-top: 30px;
  font-size: 1.21em;
  margin-bottom: 50px;
}

.courses a {
  font-size: 1em;
}
.courses .span6 {
  padding: 40px 0;
  margin: 0 auto;
}
.courses .span6:first-child {
  border-right: 1px solid #ebeff2;
}
.courses h3,
.courses ul {
  margin-bottom: 10px;

}
.courses li, .lec-list-new li {
  padding: 6px 0;
  border-bottom: 1px solid #ebeff2;
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.5em;
  word-wrap: break-word;
}
.lec-list-new li:last-child {
  border-bottom: none;
}
.my-prfl-list {
  margin-top: 40px;
}

.my-prfl-list h3 {
  color: #B7CE28;
}
/***********************************************************************************************/
/* 11. ==CONTACT-FORM */
/***********************************************************************************************/
.contact-form {
  margin-top: 40px;
}
.contact-form .section-main-cta {
  padding: 30px 0;
}
.contact-form h2 {
    margin: 0px auto 20px;
    text-align: center;
}
.contact-form .section-main-cta-bg {
  background: #EBEFF2;
  padding-bottom: 20px;
}
.contact-form h2 {
  margin-bottom: 30px;
}
.register-forms .span10 .article-homepage {
  width: 100%;
}
.contact-form p {
  text-align: justify;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.form-sec {
  display: inline-block;
  text-align: left;
}
.contact-form input {
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: left;
}
.contact-form label {
  font-size: 1.12em;
  line-height: 1.5em;
}
.contact-form textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 723px;
  height: 8em;
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: 200;
  padding: 5px 10px;
  text-align: left;
  color: #371522;
  letter-spacing: .05em;
  border: 1px solid #bac861;
  resize: none;
  font-family: inherit;
  margin-top: 5px;
}
.sec-query {  
  margin: 0 auto;
  width: 723px;
  text-align: left;
}
.name {
  margin-right: 20px;
}

.profile-edit a.btn {
  margin-top: 20px;
  padding: 7px 25px 9px 25px;
  font-size: 1.5em;
  max-width: 80px;
  width: 80px;
  background-color: #3a6d8c;
  margin-bottom: 30px;
}

.profile-edit button.btn {
  margin-top: 20px;
  padding: 10px 20px;
  margin-bottom: 30px;
}

/***********************************************************************************************/
/* 12. ==MODALSEC-LEAVE-QUESTION */
/***********************************************************************************************/

.informs .span7 h3 {
  font-weight: 200;
}
.leave-question .section-main-cta-bg {
    /*background-color: #52347F;*/
    background-color: #3a6d8c;
    color: #fff;
}
.leave-question h3 {
  color: #fff;
}
.leave-question .informs {
  margin: 50px 0;
  overflow: hidden;
  clear: both;
}

.mod-butt {
  padding: 20px 30px;
  margin-top: 12px;
  font-size: 1.4em;
}
.modal-header .close {
  float: right;
}
.modal-body {
  color: #2B2B2B;
}
.modal-body textarea {
  
   -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 7em;
  width: 100%;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 200;
  padding: 5px 10px;
  text-align: left;
  color: #371522;
  letter-spacing: .05em;
  border: 1px solid #bac861;
  resize: none;
  font-family: inherit;
  margin-top: 5px;
}

.modal input {
  width: 100%;
  text-align: left;
  z-index: 9999;
}

.modal label{
  font-size: 1.12em;
  line-height: 1.5em;
  float: left;
  margin-top: 8px;
  margin-bottom: 3px;
}

.modal-form-cont {
  width: 90%;
  margin: 0 auto;
}
.modal-header h2{
  color: #2B2B2B;
  text-align: left;
}
.modal-footer .close-me{
background: #3a6d8c;
border-color: #2B2B2B;
}

.modal-footer {
  padding: 0px 15px 15px 15px;
}
.modal-header {
 padding: 15px 15px 0px 15px; 
}
.modal-close-button {
  background: url('../images/close-button.png') center center no-repeat;  
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
}
.modal-body p {
  text-align: justify;
}


/***********************************************************************************************/
/* 12. ==REFERENCES */
/***********************************************************************************************/
.article-title a {
  margin-left: 0px!important;
  text-align: left;
}


.leave-ref .section-main-cta-bg {
    background-color: #52347F;  
    color: #fff;
}
.leave-ref h3 {
  color: #fff;

}.leave-ref .informs {
  margin: 50px 0;
  overflow: hidden;
  clear: both;
}

#refs .span12 {
  margin-left: 0px!important;
}

.references .span4 {
  margin-left: 0px!important;
  width: 33.3%!important;
  padding: 10px 25px;
}
.references .ref-all {
  width: 80%;
  margin: 0 auto;
}
.references .section-main-cta-bg {
  /*background: url('../images/homepage-image2.jpg') center no-repeat;*/
  background: #e9e2f2;
  /*background: #beadd7;*/
  /*background: #ebeff2;*/
  min-height: 40px;
  padding: 50px 0;
  margin: 0 auto;
}
.references h2 {
  color: #fff;
  margin-bottom: 10px;
}
.references .span10 {
  margin: 0 auto;
}

#refs .span12,
#refs .span6 {
  margin-left: 0px!important;
}
@media screen and (min-width: 900px) {
  #refs .span6:last-child {
    margin-left: 10px!important;
  }
}

#refs .span6 .ref-item-det {
  width: 90%;
}

.ref-item-det {
  background: #fff;
  display: block;
  padding: 20px;
  margin: 20px 10px;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ref-item-det h2,
.ref-item-det h4 {
  color: #a6b640;
}
.ref-item-det h4 {
  margin-bottom: 60px;
}
.ref-item-det h2 {
  margin-bottom: 30px;
}

.ref-item-det h3 {
  font-style: italic;
  font-size: 1.4em;
}

#ref-heading {
  color: #2b2b2b;
}

.ref-cont {
  text-align: justify;
  line-height: 2em;
  font-size: 1.21em;
  font-style: italic;
}

.ref-cont:before {
  content: "„";
  margin-right: 4px;
  color: #a6b640;
  font-size: 2em;
}
.ref-cont:after {
  content: "“";
  /*padding-top: 5px;*/
  margin-left: 4px;
  color: #a6b640;
  font-size: 2em;
}
.ref-rec {
  color: #a6b640;
  font-style: italic;
}

#myModal p {
  margin-bottom: 10px;
}

/***********************************************************************************************/
/* 16. ==VOP */
/***********************************************************************************************/

.read-vop .section-main-cta-bg {
    /*background-color: #474D98;*/
    background-color: #F88C29;  
    color: #fff;
}
.read-vop h3 {
  color: #fff;
}
.read-vop .informs {
  margin: 50px 0;
  overflow: hidden;
  clear: both;
}

/***********************************************************************************************/
/* 16. ==VOP */
/***********************************************************************************************/
.leave-fq {
  margin: 40px 0px;   
}
.leave-fq .section-main-cta-bg {
    /*background-color: #474D98;*/
    background-color: #C62645;  
    color: #fff;
}

.leave-fq h3 {
  color: #fff;
}
.leave-fq .informs {
  margin: 50px 0;
  overflow: hidden;
  clear: both;
}

.buyitem-layout {
  padding: 20px 0px 20px 0px;
}
.buyitem-layout .span8 {
  text-align: center;
}
.legend-wrapper { 
  width: 100%;
  background-color: #B7CE28;
  padding: 10px 0px;
  text-align: center;
}
.control-purch-but{
  text-align: center;
}

.bi-item {
  text-align: left;
}

.bi-item .span4 {
  font-size: 1.3em;
}

.bi-last {
  padding-right: 10px;
}

.bi-last-bold {
  padding-right: 10px;
  font-weight: 600;
}

#by-para {
  margin: 10px auto;
}

.buyitem-layout legend {
  color: #fff;
  font-size: 1.3rem;
  margin: 0 auto;
  font-weight: 600;
  vertical-align: middle;
}


/***********************************************************************************************/
/* 8. ==ARTICLES */
/***********************************************************************************************/
.articles li {
  text-align: center;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.articles .artic-cent-cont {
  float: left;
  position: relative;
  left: 50%;
}
.articles .artic-cent {
  float: left;
  position: relative;
  left: -50%;
}
.detail-course-item p,
.course-item p {
  width: 100%;
  word-wrap: break-word;
  padding-right: 10px;
}

.ref-cont {
  width: 100%;
  word-wrap: break-word;
  
}

.articles a {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  width: 95%;
  word-wrap: break-word;
}
.articles .image-articles {
  background: url('../images/icon-medium-article-1.png') center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  float: left;
  margin-top: 10px;
}
.padd-per-lec {
  padding: 0px 10px;
  width: 100%;
  word-wrap: break-word;
}
/***********************************************************************************************/
/* 10. ==FOOTER-POWERED */
/***********************************************************************************************/
.footer-powered {
  margin-top: 0px;
}
.footer-powered .section-main-cta-bg {
  background: #6c6c6c;
  min-height: 3.5em;
}
.su-w {
  margin-top: 10px;
  margin-bottom: 10px;
  float:left;
  margin-left:3em;
}
.su-w-s {
  float: left;
  margin-left: 10px;
  margin-top: 12px;
  text-align: left;
  font-weight: bold;
}

.footer-powered .powered {
  float: right;
  color: #fff;
  font-size: 1.7em;
  font-weight: 600; 
  margin-right: 3em;
  margin-top: 10px;
  margin-bottom: 10px;
  
}
.footer-svaz {
  display:none!important;
}
.new-expo-footer {
  height: 40px;
  display: block;
  width:1px;
}

@media screen and (min-width: 643px) and (max-width: 899px) {
  .footer-powered .span6 {
    width: 48.93617021276595%!important;
    float: left!important;
  }
}
@media screen and (max-width: 722px) {
  .footer-powered .powered {
    margin-right: .5em;
  }
  .footer-powered .su-w {
    margin-left: .5em;
  }
}
@media screen and (min-width: 460px) and (max-width: 642px) {
  .footer-powered .span6:first-child {
    width: 70%!important;
    float: left!important;
    margin-right: 0px;
  }
  .footer-powered .span6:nth-child(2) {
    width: 30%!important;
    float: left!important;
    margin-left: 0px;
  }
}

@media screen and (max-width: 459px) {
  .footer-powered .span6:first-child {
    width: 100%!important;
    float: none!important;
    margin: 0px auto!important;
    display: block;
    clear: both;
    overflow: hidden;
  }
  .footer-powered .span6:nth-child(2) {
    width: 100%!important;
    float: none!important;
    margin: 0px auto!important;
    display: block;
    clear: both;
    overflow: hidden;
  }
  .footer-powered .powered {
    float: none!important;
  }
}

@media screen and (max-width: 899px) {
 
  #offline-icon {
    padding: 2px 0px 0px 35px!important;
  }
  #lhc_status_container {
    width: 100%!important;
  }
}

.btn-group-vertical>.btn, .btn-group>.btn {
  /*background-color: #B7CE28!important;*/
  color: #fff!important;
}
/***********************************************************************************************/
/* 12. ==HELP*/
/***********************************************************************************************/


.help-button {
  bottom: 0px;
  position: fixed;
  right: 30px;
  z-index: 10000;
  display: block;
}
.help-button a{
  height:40px;
  line-height:40px;
  width:250px;
  display:block;
  color:#FFF;
  font-size: 1.7em;
  text-align:center;
  background:#2b2b2b;
}
.help-button a:hover{
  color:#FFF;
  background:#a6b640;
}

/***********************************************************************************************/
/* ==LIST-OF-COURSES*/
/***********************************************************************************************/

@media screen and (max-width: 899px) {
  .item-title-crs {
    font-size: 23px!important;
    line-height: 30px;
  }
  .course-item-header {
    padding-top: 26px!important;
    padding-bottom: 15px!important;
  }
  .course-item-header {
    max-height: none!important;
    height: auto!important;
  }
}
.list-of-courses .courses-filtres{
  background-color: #B7CE28;
  padding: 1.5em;
  min-height: 100%;
  overflow: hidden;
}

.list-of-courses .row-fluid {  
  padding-left:1.5em; 
  text-align: center;
}
.courses-filtres {
  text-align: left;
}
.pckg-contains {
  text-align: center;
}

.course-item-group .span3 {
  text-align: center!important;
}

.list-of-courses .row-fluid:first-child {
  overflow: hidden;
}

.list-of-courses .span8:first-child,
.list-of-courses .span4 {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.list-of-courses .span8, .list-of-courses .courses-filtres {
  align-items: stretch;
}
.list-of-courses .span8 h2 {
  color: #B7CE28;
}

.header-courses-list {
  margin: 1.5em 0;
  text-align: center;
}
.list-of-courses .span3 {
  /*padding: 3px;*/
}
.course-item {
  background-color: #ededed;
}

.lecturer-item {
  background-color: #fff;
}

.lecturer-item-header {
  height: 60px;
}

.lecturer-item-name {
  color: #B7CE28;
  text-align: center;
  font-size: 1.21em;  
}

.news-item {
  background-color: #ededed;
  margin-bottom: 20px;
}

.news-item-ct {
  text-align: left;
  padding: 0 20px;
  font-size: 1.2em!important;  
}

.n-perex {
  margin-bottom: 10px!important;
  word-wrap: break-word;
  width: 100%;
  text-align: justify;
}

@media screen and (min-width: 900px) and (max-width: 1100px)  {
  .news-regulation {
    height: auto!important;
  }
}

@media screen and (max-width: 899px) {
  .news-regulation {
    min-height: 211px!important;
  }
  .news-item-image {
    margin-top: 50px;
  }
  #lecturer_name {
    width: 95%;
  }
  .detail-course-item .span5 {
    padding: 0 30px!important;
  }
  .detail-course-item .detail-course-right {
    padding-top: 20px!important;
  }
  .detail-product-more-info .span4 {
    padding: 0 30px;
  }
  .detail-course-suggestions .span12 {
    padding: 0 8px;
  }
  .new-detail h2, .new-cont {
    padding: 0px 30px;
  }
  .new-pic {
    padding: 30px;
  }
  .new-pic {
    width: 100%!important;
    padding: 10px 30px!important;
    float: left;
  }
  .new-pic img {
    width: 100%;
  }
  .lec-pic-round-det {
    float: none;
    margin: 0 auto;
  }
  #users-profile-core {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
  }
  #users-profile-core h2 {
    text-align: center;
  }
  .lit-mar {
    height: 20px;
    display: block;
  }
}

#lecturer_name {
  width: 95%;
}

.news-item-name {
  text-align: left;
  font-size: 1.3em;
  padding: 10px 20px 0 20px;
  word-wrap: break-word;
  width: 100%; 
}
.lect-item-bg {
  background-color: #ededed;
  padding-top: 50px;
}

#lecturer-detail {
  padding-top: 30px;
}

#lecturer-detail h2 {
  color: #B7CE28;
  margin-bottom: 10px;
}

#lecturer-detail p {  
  padding: 0px 20px 0px 0px;
  font-size: 1.12em!important;
}

#headline-modal-lec {
  color: #fff!important;
}

.lec-mod {
  margin-top: 20px;
  margin-bottom: 20px;
}

.new-pic {
  width: 80%;
  min-height: 200px;
  color: #fff;
  display: block;
  padding: 10px;
}

.new-pic-bor {
  border: 2px solid #B7CE28;
  width: 80%;
}

.new-detail h2 {
  color: #B7CE28; 
}
.new-network {
  margin-top: 7px;
}
#before-shr-new {
  font-size: 1.2em;
}
.new-detail h2,
.new-cont {
  padding-left: 30px;
}

.new-detail {
  margin-bottom: 30px;
}
.new-detail .span12{
  margin-top: 20px;
  margin-bottom: 20px;
}

.lec-list {
  margin-bottom: 20px;
}
.lecturer-profile-det {
  width: 100%;
  color: #fff;
  background-color: #B7CE28;
  text-align: center;
  font-size: 1.12em;
  font-weight: 600;
  padding: 5px 0; 
}
.course-item-header {
  padding: 25px 5px;
  text-align: center;
  font-size: 23px;
  min-height: 80px;
  /*max-height: 80px;*/
}
.course-item-group {
  background-color: #95a339;
  min-height: 22px;
  width: 100%;
  display: block;
}
.course-item-group .span9 {
  min-height: 22px;
  color: #fff;
  padding-left: .5em;
  text-transform: uppercase;
}

.course-item-group .span3 {
  background-color: #923356;
  min-height: 22px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0px auto!important;  
}

.course-item-price {
  padding: 5px 0;
  background-color: #B7CE28; 
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.3em;
}

.course-item-content {
  padding: 10px 5px;
}

.course-item-content p{
  font-size: 1em;
  padding-top: 8px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.courses-list {
  margin-bottom: 40px;
}
.course-detail { 
  font-weight: 600;
}

.list-of-courses .span12 {
  margin: 0 auto;
  text-align: center;
} 

.course-detail-reply {
  color: #923356;
  font-weight: 600;
}

.detail-course-item {
  font-size: 1.12em;
}

.detail-course-item h2{
  color: #B7CE28;
  padding-bottom: 10px;
}

.detail-course-item .detail-course-right {
  padding-left: 30px;
  padding-top: 70px;
}

.product-price-box {
  padding-top: 20px;
}

.detail-course-rg {
  padding-left: 30px;
}
.detail-course-media {
  min-height: 150px;
  display: block;
  width: 100%;
  background-color: #E6F97E;
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
}
.detail-course-item .detail-price {
  font-size: 2.2em;
  display: block;
  margin: 10px 0px;
}

.nav-in-det {
  margin-bottom: 25px;
}

.description-price {
  text-transform: uppercase;
  color: #9f9f9f;
  font-size: 1em;
}
.detail-course-facebook {
  margin-top: 2px;
  margin-right: 5px;
  float: left;
}
.detail-course-plus {
  margin-top: 2px;
  margin-right: 5px;
  float: left;
  width: 200px;
}

.course-top {
  font-weight: 600;
}

.breadcrumb {
  padding: 10px;  
  background-color: rgba(255, 255, 255, .5);
}

.breadcrumb li {
  display: inline-block;
  padding: 0px 5px;
}
.breadcrumb li .divider {
  padding-left: 5px;
}
.unit-subtitle-2 {
  color: #6C6C6C;
  font-weight: bold;
  font: 20px/30px "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.unit-subtitle-3 {
  color: #6C6C6C;
  font-weight: bold;
  font: 18px/28x "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#modal-select-package th {
  font-weight: bold;
}

#modal-select-package .label-mdl {
  background: none!important;  
  font-weight: 600;
  margin-bottom: 0!important;
}
#modal-select-package .label-mdl .span5 {
  padding-left: 20px!important;
}
.detail-prod-pack {
  color: #000;
}
#modal-select-package .detail-prod-pack .span5,
#modal-select-package .detail-prod-pack .span3 {
  
  line-height: 3em;  
}
#modal-select-package .detail-prod-pack .span1 {
  height: 100%;
  display: block;
  background-color: #C62645;
  line-height: 3em;
  text-align: center;
}    
#modal-select-package .detail-prod-pack .span1 a {
  color: #fff!important;
}
.detail-prod-pack .span5 {
  padding-left: 10px;
}

@media screen and (max-width: 899px) {
  #modal-select-package {
    text-align: center!important;
  }
  
}

.basket-edit-prfl-otg .chzn-container-single {
  display: none;
}

.basket-edit-prfl-otg .edit-thd {
  margin-right: 15px;
  width: 100%;
}

.basket-edit-prfl-otg .edit-thd select {
  margin-left: 15px;
}

@media screen and (min-width: 360px) and (max-width: 454px) {
  .mobile-button-od-t {
    clear: both;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 25px;
  }
}

#system-message-container {
  z-index: 999999999;
}

#modal-select-package .row-fluid {
  background-color: #ededed;  
  margin: 5px 0;
}

#modal-select-package td {
  padding: 10px;
}

.sorting {  
  width: 100%;
  display: block;
  padding: 1px;
  font-size: 1.12em;
  margin-bottom: 20px;
  text-align: right;
}
.sorting a {
  padding: 0 10px;
}

#srt-active {
  font-weight: 600;
}

#product_name,
#lecturers_name {
  width: 100%;
  text-align: left;
}

.list-of-courses .span12 button {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-price-box {
  padding-left: 20px;
}

.detail-product-more-info {
  margin-top: 30px;
}


#course-fav {
  cursor: pointer;
  margin-right: 10px; 
  font-size: 1.5em; 
}
.course-fav-label {
  font-size: 1.2em;
  text-transform: uppercase;
}
.detail-course-twitter {
  margin-top: 2px;
  margin-right: 5px;
  float: left;
}

.detail-course-item .det-margin {
  padding-top: 20px;
}
.detail-course-label {
  font-weight: 600;
  text-transform: uppercase;
}
.course-item-status .span6 {
  background-color: #B7CE28;
  width: 50%;
  margin: 0;
  text-align: center; 
  font-weight: 600;
  padding-top: 5px;
}

.course-item-status a {
  color: #fff;  
}

.detail-course-suggestions .span12 {
  text-align: center;
  margin-bottom: 15px;
}

.detail-course-suggestions .span3 {
  margin: 0 auto;
  text-align: center;
  width: 25%;
}
.detail-course-map {
  margin-top: 20px;
}
.detail-course-suggestions {
  margin-top: 30px;
  margin-bottom: 15px;
}

.detail-product-suggestions {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #000;
}

.detail-product-suggestions .detail-course-sg-price, 
.detail-product-suggestions h2 {
  color: #B7CE28;
}

.detail-product-suggestions p,
.detail-product-suggestions h3 {
  color: #000;
}
.detail-course-suggestions h3 {
  font-size: 1.2em;
}
.detail-course-suggestions p {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  font-size: 1em;
}
.detail-course-sg-price {
  font-size: 1.12em;
  color: #B7CE28;
  font-weight: 600;
}

.course-item-status .course-infos {
  background-color: #3a6d8c;  
}
.courses-filtres h2,
.courses-filtres h4,
.courses-filtres p {
  color: #fff;
}
.courses-filtres h4 {
  font-size: 1.3em;
}
.courses-filtres li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.courses-filtres .courses-line {
  background-color: #fff;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 2px;
  margin-bottom: 9px;
}
.courses-filtres .control-label {
  color: #fff;
  cursor: pointer;
}
.courses-filtres .control-label:hover {
  color: #6C6C6C;
  cursor: pointer;
}
.courses-filtres button {
  background-color: #3a6d8c;
}
.courses-filtres .remove-filters {
  background-color: #6c6c6c;
}
.last-visited-courses .c {
  background-color: rgba(255, 255, 255, .7);
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;  
  margin: 10px 0px;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 600;  
}

.modal-body .pricelist-modal-dh {
  text-align: center;
}

.msg-membership-empty { 
  margin: 30px auto;
  text-align: center;
  font-size: 1.3em;
  width: 80%;
  padding: 20px 0px;
}
.msg-membership-empty h3 {
  text-align: center;  
  background-color: #B7CE28;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  
}

.msg-membership-cont {
  padding: 20px;
  background: #ededed;
}

.msg-membership-empty li {
  background: #fff;
  padding: 10px;
  margin-bottom: 8px;
}

.msg-membership-empty p{ 
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.msg-membership-modify { 
  margin: 0px auto;
  text-align: center;
  width: 66%;
  padding: 20px 0px;
}
.msg-membership-modify h3 {
  text-align: center;  
  background-color: #B7CE28;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px;
}

.msg-membership-modify-cont {
  padding: 20px 0px;
}

.msg-membership-modify li {
  padding: 10px 0px;
  width: 100%;
  font-size: 1.3em;
  margin-bottom: 8px;
  background: #ededed;
}
  .currency-new {
    text-transform: none;
  }
  .courses-banner-info {
    width: 100%;
    background-color: #923356;
    color: #fff;
    border-radius: 5px;
    padding: 10px 5px;
  }
  .courses-banner-info p {
    padding: 0px 5px;
    margin-bottom: 0px;
  }

.pay-sup-prof {
  width: 290px!important;
}
@media screen and (min-width: 900px) {
  #lhc_status_container {
    width: 300px!important;
  }
}
#lhc_status_container {
  background-color: #B7CE28!important;
  color: #000;
}

#lhc_status_container a {
  color: #fff!important;
}

#lhc_header {
  background-color: #B7CE28!important;
}


.style-det-twice h3 {
  text-align: center;
}

.style-det-twice span {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.style-det-twice a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 230px;
}
/***********************************************************************************************/
/* 13. ==GO-TOP-BUTTON*/
/***********************************************************************************************/


.go-top-button{
  bottom: 30px;
  position: fixed;
  left: 30px;
  z-index: 10000;
  display: none;
}
.go-top-button a{
  height:40px;
  line-height:40px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width:40px;
  display:block;
  color:#FFF;
  text-align:center;
  background:#2b2b2b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.go-top-button a:hover{
  color:#FFF;
  background:#a6b640;
}

#bt-arrow {
  background: transparent url('../images/bt-arrow.png') center center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}


.news-item-image {
  float: left;
  margin-right: 15px;
  margin-left: 5px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.infobox.success {
  color: #bac861;
  font-weight: 600;
  font-size: 1.2em;
  width: 90%;
  border: 1px solid #bac861;
  border-radius: 5px;
  padding: 10px 5px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.infobox.error {
  color: #C62645;
  font-weight: 600;
  font-size: 1.2em;
  width: 90%;
  border: 1px solid #C62645;
  border-radius: 5px;
  padding: 10px 5px;
  margin: 0 auto;
  margin-bottom: 5px;
  /**background: #6c6c6c;*/
}

.buyitem-layout button {
  font-size: 1.1em!important;
  padding: 12px 25px!important;
  margin-top: -20px!important;
}

.advantages {
  margin-top: 20px;  
}

.advantages p {
  font-size: 1.22em;
}
.advantages .section-main-cta-bg {
  background: #ebeff2;
  min-height: 40px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.advantages .span4 {
  margin: 0 auto;
  margin-top: 10px;
}
.advantages .aritcle-homepage .span4:first-child {
  margin-top: 0px;
}
.case,
.hat,
.board {
  margin: 0 auto;
  width: 175px;
  height: 175px;
  display: block;
  float: none;
  margin-bottom: 30px;
}
.case {
  background: url(../images/icon-big-case.png) center no-repeat;
}
.hat {  
  background: url(../images/icon-big-student.png) center no-repeat;
}

.board {
  background: url(../images/icon-big-teachers.png) center no-repeat;
}

.ref-item-det h3 {
  text-align: right;
  color: #B7CE28;
}

.articles li:hover {
  background-color: #ebeff2;
}

.articles .span4 li:last-child:hover,
.courses li.last-link:hover {
  background-color: #fff;
}

.articles li {
  padding-bottom: 17px;
}

/***********************************************************************************************/
/* LOGIN. ==LOGIN-EVERYWHERE */
/***********************************************************************************************/
#user-registration,
#user-registration-phone {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 40px 0;
  min-height: 300px;
}

#user-registration p,
#user-registration-phone p, {
  margin: 0 auto;
  font-size: 1.6em;
  width: 80%;
  margin-bottom: 30px;
  padding-top: 0 30px!important;
}
.controls button {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.5em;
}
.control-group {
  width: 30%;
  margin:0 auto;
}
.controls input {
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 1.7em;
  font-size: 1.5em;
  text-align: left;
  letter-spacing: .05em;
  padding: 2px 5px;
  width: 90%;
}

.control-label {
  width: 90%!important;
  text-align: left!important;
  font-size: 1.5em;
  margin: 0 auto;
  padding: 5px 0px;
}
@media screen and (min-width: 367px) { 
  .buyitem-layout .control-group {
    max-width: 400px;
    width: 70%!important;
  }
}

.control-labels {
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  margin: 10px auto 2px auto;
  padding: 5px 0px;
}

#modlgn-password {
  line-height: 1.5em;
  font-size: 1.3em;
  letter-spacing: .05em;
  border-radius: 5px;
  padding: 2px 5px;
}

#check-margin-menu {
  margin-left: 7px;
}
#code-input {
  margin-top: -4px;
}
#code-input button {
  min-height: 41px;
}

#code-input #modlgn-password {
  line-height: 1.5em;
  font-size: 1.3em;
  letter-spacing: .05em;
  border-radius: 5px;
  height: 1.7em;
  width: auto;
  padding: 2px 5px;
}

.profile-edit fieldset,
.registration fieldset {
  margin-top: 15px;
}

.profile-edit legend,
.registration legend {
  margin: 0 auto;
  color: #B7CE28;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600; 
  width: 100%;
  text-align: center; 
}

.profile-edit label,
.registration label {
  cursor: pointer;
  height: 100%;
}

.profile-edit .control-label {
  width: 100%!important;
  padding: 12px 0 5px 0;
}

.controls .regist-butt {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 25px!important;
}
.controls button {
  margin-top: 0px;
  padding: 15px 60px;  
}
.registration .controls {
  text-align: center;
}
@media screen and (max-width: 350px) {
  .courses li {
    width: auto!important;
  }
  .courses a  {
    font-size: 1em;
  }
  .mod-butt {
    font-size: 1em;
  }
}


@media screen  and (max-width: 1100px){ 
  #member-registration .control-group {
    width: 70%!important;
    max-width: 400px;
  }
}
@media screen and (max-width: 969px) {
  .control-group {
    width: 80%;
    margin:0 auto;
  }
}

.prfl-edit-change select {
  height: auto;
}

.btn-group-yesno input {
  width: 0%;
}
.prfl-edt-new legend, .profile-edit legend, .registration legend{
  background-color: #B7CE28!important;
  color: #fff!important;
  height: 35px!important;
  line-height: 35px!important;
  text-align: center!important;
  margin-bottom: 10px!important;
  width: 699px;
}
.headline-mod-purch {
  text-transform: uppercase;
  color: #B7CE28;
  font-weight: 600;
  font-size: 1.2em;
}
@media screen and (max-width: 899px) {
  .prfl-edt-new legend, .profile-edit legend, .registration legend {
    width: 80%;
  }
}

.btn-group > .btn {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border: none;
  text-shadow: none;
}

.btn-group > .btn:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  margin-left: -5px;
  border: none;
  text-shadow: none;
}

.btn-group > .btn:last-child:hover {
  background-color: #6E0500;
}

.edit-thd {
  text-align: center!important;
}

.edit-thd .active {
  background: #6c6c6c;
}
.edit-thd .btn-success.active {
  background: #B7CE28;
}
.edit-thd .btn-danger {
  background: red;
}

.edit-thd .btn {
  background: #6c6c6c;
}

select {
  background: transparent;
  width: 90%;
  padding: 5px;
  font-size: 1.3em;
  line-height: 1.5em;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
  height: 34px;
  cursor: pointer;
}
option {
  cursor: pointer;
}

#bad-code {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 40px 0;
  min-height: 300px;
}

.check-forget {
  float: left;
}
.check-forget-link {
  float: right;
}

#bad-code p {
  margin: 0 auto;
  font-size: 1.6em;
  width: 80%;
  margin-bottom: 30px;
}
#bad-code .controls {
  margin: 7px 0;  
}
#bad-code .controls button {
  margin-top: 20px;
}
#bad-code .control-group {
  width: 40%;
}

#bad-code .controls input {
  margin-bottom: 0px;
}

.controls input[type="checkbox"] {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet-green.png) left top no-repeat;
  cursor: pointer;
}

.controls input[type="checkbox"],
input[type="checkbox"] {
    display:none;
}
.controls input[type="checkbox"] + label
input[type="checkbox"] + label {    
    font-size: 1.21em;
}

.controls input[type="checkbox"] + label span,
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin: -1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet-green.png) left top no-repeat;
    cursor:pointer;
}

.controls input[type="checkbox"]:checked + label span,
input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet-green.png) -19px top no-repeat;
}



/***********************************************************************************************/
/* AC. ==ACOUNT-SETTINGS */
/***********************************************************************************************/
#account-head .btn {
  margin-top: 0px;
  display: block;
  width: 200px;
}

#account-head .user-image,
#lecturer-detail .user-image  {
  background: url('../images/icon-medium-host.png');
  width: 141px;
  height: 142px;
  display: block;
  float: right;
}

.lect-list-item {
  position: relative;
  background-position: 0px 100px;
}
.lector-image  {
  background: url('../images/lector-small-host.png');
  width: 100px;
  height: 101px;
  display: block;
  position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#account-head legend {
  font-size: 1.2em;
  color: #B7CE28;
  font-weight: 600;
  text-transform: uppercase;
}



#account-head .span6 {
  text-align: left;
}

.cont-err {
  width: 80%;
  margin: 30px auto 70px auto;

}
.err-grun {
  color: #B7CE28;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold; 
}
/*#account-head .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#account-head .dl-horizontal dd {
    margin-left: 180px;
}
*/
#account-header-label .span3 {
  text-align: right;
  padding-top: 20px;
}

dl.dl-horizontal dd {
  display: inline;
  margin: 0;
  font-size: 1.2em;
}

dl.dl-horizontal dd:after{
  display: block;
  content: '';
}
dl.dl-horizontal dt{
  display: inline-block;  
  font-weight: 600;
  text-transform: uppercase;

  font-size: 1.2em;
}

.next-info {
  margin-top: 20px;
}

#account-menu-nav {
  background: #B7CE28;
  margin-bottom: 30px;
  text-align: center;
}

#account-menu-nav ul {
  height: 40px;
}
#account-menu-nav ul li {
  display: inline-block;
  color: #fff;
  font-size: 1.25em;
  /*padding: 10px;*/
}

#account-menu-nav a {
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}

#account-menu-nav a:hover {
  color: rgba(255,255,255, .9);
  cursor: pointer;
}

#account-menu-nav .active-li {
  background-color: rgba(0, 0, 0, .4);
  height: 100%;
  cursor: pointer;
}

#account-menu-nav li:hover,
#account-menu-nav .active-li:hover {
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  cursor: pointer;
}

#account-fav-sec {
  margin-top: 30px;
}

#account-fav-sec .section-main-cta-bg {
  background: rgba(166, 182, 64, 0.6);
  padding: 20px;
}

#account-fav-sec h3 {
  color: #fff;
  text-transform: uppercase;
}

#account-fav-sec p {
  color: #fff;
  margin: 5px auto;
  text-align: justify;
  width: 60%;
}

#account-fav-sec #pom {
  text-align: center;
}

.container {
  width: 100%;
}

.container .row-fluid,
.leave-question .row-fluid,
.courses .row-fluid,
.leave-fq .row-fluid,
.references .row-fluid,
.read-vop .row-fluid,
.footer-powered .row-fluid
 {
  width: 90%;
  margin: 0 auto; 
}

.span4 .login-buttons {
  padding: 10px;
}
/***********************************************************************************************/
/* RES. ==RESPONSIVE */
/***********************************************************************************************/
@media screen and (min-width: 900px) and (max-width: 1056px) {
  .top-header .span2 {
    width: 10%;
  }
  .top-header .span10 {
    width: 87%;
  }
}

@media screen and (max-width: 899px) {
  #account-head .btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 899px) and (max-width: 1100px) {
  #reg-menu .login-buttons, .form-inline .login-buttons {
    padding: 10px 5px!important;
  }
}

@media screen and (min-width: 899px) and (max-width: 1056px) {
  #code-input #modlgn-password {
    width: 150px;
  }
}

@media screen and (max-width: 899px) {
  .container .row-fluid{
    width: 100%;
  }
}

@media screen and (min-width: 899px) and (max-width: 950px) {
  .header-list li { 
    padding-left: .5em;
    padding-right: .5em;
  }
}
@media screen and (min-width: 900px) and (max-width: 1113px) {
  .product-price-box .btn {
    display: block!important;
    width: 212px!important;
    text-align: center!important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1046px) {
  .favoriteAddItem {
    display: block!important;
  }
  .detail-course-plus {
    width: 100%!important;
    margin-bottom: 10px!important;
  }
}

@media screen and (max-width: 406px) {
  .mob-edit-but-mod {
    padding: 5px!important;
    font-size: 1em!important;
  }
}
@media screen and (max-width: 1083px) {
  .span4 .informs-cont {
    width: 100%;    
  }

  .informs .span4 img,
  .informs .span4 {
    margin: 0 auto;
  }
  .information .inf-2 img,
  .information .inf-1 img {
    float: none;
  }
  .inf-2 .informs-cont,
  .inf-1 .informs-cont {
    text-align: center;
    float: none; 
  }
  .informs-cont p {
    text-align: center;
  }

  .informs-cont .login-buttons {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70%;
  }
}

@media screen and (max-width: 900px) {
  .informs-cont .login-buttons {    
    margin-bottom: 30px;
    width: 50%;
  }
}

@media screen and (max-width: 373px) {
  .informs-cont .login-buttons {    
    width: 70%;
  }
}

@media screen and (max-width: 899px) {
  .help-mob-cont {
    display: block;
  }
  #account-menu-nav ul {
    height: auto;
  }
  #account-menu-nav ul li {
    display: block;
    border-bottom: 1px solid #ededed; 
  }

  #account-menu-nav ul li:hover{
    background-color: #B7CE28
    
  }
}

@media screen and (max-width: 899px) {
  .selected-region,
  .current-eshop-mob,
  .header-list li{
    text-transform: uppercase;
  }
  .list-regions a,
  .header-list a {
    display: block;
    font-size: 1.25em;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #reg-menu a,
  #code-input a {
    display: initial;
  }

}

.new-cls-ed-p #jform_profile_region,
.new-cls-ed-p #jform_profile_country {
  margin-left: 18px;
}

.new-class-to-edit-prfl #jform_rcats_theme_chzn,
.new-class-to-edit-prfl #jform_rcats_type_chzn,
.new-class-to-edit-prfl #jform_rcats_form_chzn {
  display: block!important;
}

@media screen and (min-width: 900px) {
  .lec-list-new .span4 {
    margin-top: 15px;
  }
}
 .news-regulation {
    min-height: 300px!important;
  }
.eshop-count {
  float: left;
  width: 18px;
}
@media screen and (min-width: 900px) and (max-width: 1120px) {
  .product-price-box input[type="number"] {
    width: 50px!important;
    height: auto!important;
    padding-top: 2px!important;
    margin-top: 10px!important;
  }  
}
.product-price-box input[type="number"] {
  width: 70px!important;
  height: auto!important;
  padding-top: 2px!important;
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .news-regulation {
    min-height: 300px;
  }
}
#course_name,
#product_name,
#lecturer_name {
  max-width: 80%!important;
  width: 300px!important;
  text-align: left!important;
}
.courses-filtres button {
  max-width: 80%;
}
@media screen and (max-width: 426px) {
  #price-table .label-dotted {
    display: none;
  }
  #price-table .label-price-only {
    padding-left: 10px;
  }
}
@media screen and (max-width: 346px) { 
  #price-table {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 899px) {
  .help-desktop-cont{
    display: none;
  }
  #reg-menu {
    margin-top: 0px;
  }
  #reg-menu .login-buttons {
    padding: 8px 10px; 
  }
  #code-input button {
    min-height: 0px;
  }
  #code-input .login-buttons {
    padding: 6px 14px;
  }
  .current-eshop-mob {
    display: block;
  }
  .current-eshop {
    display: none;
  }
  
  .informs .span7 {
    padding: 0px 15px;
  }

  #refs .span4 {
    width: 100%!important;
  }
  .mod-butt {
    padding: 10px 15px;   
  }
  .articles .image-articles {
    display: none;
  }
  .articles a {
    float: initial;
  }

  .courses .row-fluid [class*="span"] {
    min-height: 0px!important;
  }

  .courses .span4 {
    margin-top: 36px;
  }

  .courses .span4:first-child {
    margin-top: 0px;
  }

  .list-of-courses .row-fluid {
    padding-left: 0em;
  }
  .list-of-courses .span8 {
    padding: 0 1.5em;
  }
  .last-visited-courses {
    margin-bottom: 40px;
  }

  .course-item-status .span6 {
    width: 100%;
  }
  .course-item {
    margin-bottom: 20px;
  }
  .row-fluid .sorting {
    padding: 0px 0.5em;
  }
  .basket-mobile-full .span8 {
    width: 90%;
    margin: 0px auto;
  }
  .det-bask-head .span2,
  .det-bask-head .span7,
  .det-bask-head .span6,
  .det-bask-head .span5,
  .det-bask-head .span3,
  .det-bask-head .span1 {
    margin: 0 auto;
    width: 100%;
    text-align: center!important;
    padding: 0;
  }
  .buyitem-layout input {
    margin-bottom: 8px;
  }
  .hide-det-mob-bsk {
    display: none!important;
  }
  .detail-basket-items .span1 {
    height: 30px;
  }
  .detail-basket-items .span5 {
    text-align: center;
  }
  .detail-basket-items .span1 a {
    font-size: 20px!important;
    line-height: 30px!important;
  }
  .detail-basket-items .row-fluid {
    margin: 30px 0px;
  }

  .detail-basket-items .span7,
  .detail-basket-items .bk-prc {
    padding: 10px 15px;
  }
  .overall-price .span2:first-child {
    display: none;
  }
  .overall-price .span7,
  .overall-price .span2 {
    width: 50%!important;
    float: left!important;
  }
  .overall-price {
    margin-bottom: 0px!important;
  }
  .detail-basket-item .span4,
  .detail-basket-item .span6 {
    width: 100%;
    text-align: center;
  }
  .detail-basket-items .span7 {
    text-align: center;
  }
  .detail-basket-item .bk-p,
  .prc-trgt {
    width: 100%;
    margin: 0 auto;
    text-align: center!important;
    padding: 10px 0px;
  } 
  .bk-ota, .bk-cle, .bk-pod, .bk-pro, .bk-kur, .bk-bal {
    padding-left: 0!important;
  } 
  .mrg-quest {
    margin-bottom: 0px!important;
  }
  .pdg-bt {
    padding-top: 16px;
    padding-bottom: 10px;
  }
  #account-head .user-image {
    float: none;
    margin: 0 auto;
  }
  #users-profile-core {
    margin-bottom: 20px;
  }
  .edt-prf-mob {
    margin: 0 auto;
  }
  #account-head .span6 {
    width: 90%;
    margin: 0 auto;
  }
  #users-profile-core {
    width: 85%;
  }
  
  .prof-helper-height {
    display: block;
    height: 5px;
    float: none;
  }
  #account-fav-sec p {
    width: 100%;
  }

  .edt-prf-ct .control-group {
    width: 80%!important;
    max-width: 300px;
  }
  .controls input {
    margin-left: 2px;
  }
  .edit-bt-mob {
    font-size: 1.2em!important;
  }
  
  .profile-edit button.btn {
    margin-top: 0px;
  }
  .over-basket-purch {
    background-color: #ededed;
    padding: 5px 0px 0px 0px;
  }
  .bit-edit-prof {
    margin-bottom: 20px;
    float: none;
  }
  .space-between-tw {
    display: block;
    height: 20px;
  }
  .hei-butt {
    height: 1px!important;
  }
  .clen-exp-s {
    width: 100%!important;
    max-width: none!important;
  }
}
@media screen and (max-width: 366px) {
  .control-group {
    width: 100%!important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .controls input {
    margin-left: 2px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1700px) {
  .control-group {
    width: 70%!important;
    max-width: 400px;
  }
}
#additional_support,
#additional_support option {
  font-size: 16px;
}
.buyitem-layout select {
  margin-bottom: 8px;
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
  .control-group {
    width: 90%!important;
  }
}
.txt-trans-up {
  text-transform: uppercase;
}
.edit-style-c {
    text-align: center;
  }

  .hei-butt {
    height: 20px;
    display: block;
  }
@media screen and (min-width: 900px) and (max-width: 1100px) {

  .courses-list {
    margin-bottom: 0px;
  }
  .course-item-group .span3 {
    width: 100%!important;
  }
}
.courses-list .span3 {
  width: 230px!important;
  margin: 10px!important;
  float: none!important;
  display: inline-block!important;
  vertical-align: middle;
  text-align: left;
}
.items {
  text-align: center;
}
@media screen and (max-width: 1334px) {
  .course-item-group .span3,
  .course-item-group .span9,
  .course-item-status .span6 {
    width: 100%;
    margin: 0 auto!important;
  }
}
@media screen and (min-width: 900px) {
  .help-desktop-cont {
    display: block!important;
  }
  .current-eshop {
    display: block!important;
  }
}

@media screen and (min-width: 899px) {
  .help-mob-cont {
    display: none!important;
  }  
  .current-eshop-mob {
    display: none!important;
  }
}



@media screen and (min-width: 306px) and (max-width: 400px) {
  #modlgn-password {
    width: 150px!important;
  }
}

@media screen and (max-width: 305px) {
  #modlgn-password {
    width: 100px!important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1147px) {
  .container .row-fluid {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }
  .logo {
    width: 48px;
  }
  .logo a {
    background: url('../images/logo-ucetni-rada-tablet.png') left center no-repeat;
  }
  /*
  .header-list li {
    float: left;
    border-right: 1px dotted #6c6c6c;
    padding-right: .5em;
    line-height: 29px;
    padding-left: .5em;
  }
  */
}
@media screen and (max-width: 640px) {
  #lhc_status_container {
    position: fixed!important;
    top: initial!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    margin-bottom: 0px!important;
    border-radius: 0px!important;
  }
  .go-top-button {
    right: 12px;
    bottom: 47px;
    left: initial;
  }
}
#jform_profile_region,
#jform_profile_country {
  display: block!important;
}
.prfl-edit-change .chzn-container {
  display: none!important;
}

@media screen and (max-width: 340px) { 
  #support .icon.icon-mail {
    right: 13px!important;
  }
  #online-icon {
    padding-left: 27px!important;
  }
}
@media screen and  (min-width: 899px) { 
  .menu-icon {
    display: none;
  }
}

@media screen and  (min-width: 900px) { 
  .menu-icon {
    display: none!important;
  }
}
@media screen and (min-width: 1437px) { 
  .course-item-content {
    height: 200px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1436px) { 
  .course-item-content {
    min-height: 250px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1100px) { 
  .course-item-content {
    height: 230px;
  }
}

@media screen and (max-width: 899px) { 
  .course-item-content {
    height: auto;
  }
}


@media screen and (max-width: 899px) {
  .top-header {
    padding-top: 1.2em;
    padding-bottom: 0;
  }
  .menu-icon {
    margin-top: 10px;
    display: block;
    float: right;
    position: absolute;
    top: 23px;
    right: 25px;
    overflow: hidden;
  }
  .span2 {
    display: block;
    overflow: hidden;
    padding-left: 20px;
  }
  .span10 {
    width: 100%;
  }
  .header-list {
    width: 100%;
    display: none;
  }
  .header-list li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ebefd3;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 2em;
    border-right: none;
  }
  .icons-eshop,
  .icons-small-logout {
    display: none;
  }
  .current-eshop a {
    padding: 0;
  }
  .icons-region-selector {
    float: left;
  }
  .hide-text {
    display: none;
  }
  .list-regions {
    position: static;
    background: none;
    margin-left: 0;
  }
  .list-regions li {
    background: #bac861;
    padding-left: 4em;
  }
  .selected-region {
    padding-bottom: 31px;
    padding-left: 2em;
  }
  #region-mobile {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .logo {
    width: 48px;
  }
  .logo a {
    background: url('../images/logo-ucetni-rada-tablet.png') left center no-repeat;
  }

  .detail-unit-center-con {
    display: block;
  }
  .informs .span6 {
    overflow: hidden;
    clear: both;
    margin-top: 10px;
  }

  .inf-1 .informs-cont,
  .inf-2 .informs-cont {
    display: block;
  }
  .helper-for-help-6,
  .information .inf-2 img,
  .information .inf-1 img {
    margin: 0px auto;
  }
  .informs .span6:last-child,
  .informs .span6:first-child {
    padding: 0px;
  }
  .contact-edit-12 {
    width: 100%;
  }
  .span12 .informs-cont {
    margin-top: 20px;
  }
  .controls button {
    padding: 10px 15px;
  }
  .detail-course-suggestions .span3 {
    width: 50%;
    margin-top: 30px;
    float: left;
  }
  .detail-course-suggestions .span12 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 400px) { 
  .region-header .section-main-cta h1 {
    font-size: 25px;
  }
  .list-regions a, .header-list a {
    font-size: 1em;
  }
  .region-header .section-main-cta h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 984px) { 
  #bad-code .control-group {
    width: 50%;
  }
}

@media screen and (max-width: 779px) { 
  #bad-code .control-group {
    width: 60%;
  }
}
@media screen and (min-width: 900px) and (max-width: 917px){ 
  .courses a {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 918px) and (max-width: 1074px){ 
  .courses a {
    font-size: 0.8em;
  }
}
.ref-item-det {
  min-width: 100%
}
@media screen and (max-width: 686px) { 
  #bad-code .control-group {
    width: 70%;
  }  
  .msg-membership-modify {
    width: 90%;
  }
}
@media screen and (max-width: 969px) { 
  .remind .control-group {
    width: 50%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1099px) { 
  #bad-code fieldset {
    margin: 0 auto;
    max-width: 450px;    
  }
}
@media screen and (max-width: 530px) { 
 #bad-code .controls {
    float: left;
  }
  #bad-code .controls button {
    margin: 0 auto;
  }
  #bad-code .controls input {
    width: 100%;
  }
  #bad-code .control-label {
    width: 100%!important;
  }

  .remind .controls input {
    width: 80%;
  }
  #bad-code fieldset {
    width: 80%;
    margin: 0 auto;
  }
  .check-forget {
    margin-bottom: 8px;
  }

  .detail-course-suggestions .span3 {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}
@media screen and (max-width: 468px) { 
#bad-code .controls input {
    float: left;
    margin-bottom: 8px;
  } 
  .remind .control-group {
    width: 80%;
  }
}
/*
@media screen and (min-width: 900px) and (max-width: 949px){
  .courses-list .span3 {
    margin-right: 45px!important;
  }
}

@media screen and (min-width: 950px) and (max-width: 1015px){
  .courses-list .span3 {
    margin-right: 60px!important;
  }
}

@media screen and (min-width: 1016px) and (max-width: 1060px){
  .courses-list .span3 {
    margin-right: 70px!important;
  }
}

@media screen and (min-width: 1061px) and (max-width: 1140px){
  .courses-list .span3 {
    margin-right: 100px!important;
  }
}

@media screen and (min-width: 1141px) and (max-width: 1206px){
  .courses-list .span3 {
    margin-right: 2px!important;
  }
}

@media screen and (min-width: 1207px) and (max-width: 1280px){
  .courses-list .span3 {
    margin-right: 20px!important;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1350px){
  .courses-list .span3 {
    margin-right: 33px!important;
  }
}

@media screen and (min-width: 1351px) and (max-width: 1420px){
  .courses-list .span3 {
    margin-right: 50px!important;
  }
}

@media screen and (min-width: 1421px) and (max-width: 1500px){
  .courses-list .span3 {
    margin-right: 65px!important;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1550px){
  .courses-list .span3 {
    margin-right: 80px!important;
  }
}

@media screen and (min-width: 1603px) and (max-width: 1650px){
  .courses-list .span3 {
    margin-right: 20px!important;
  }
}

@media screen and (min-width: 1670px) and (max-width: 1730px){
  .courses-list .span3 {
    margin-right: 31px!important;
  }
}

@media screen and (min-width: 1731px) and (max-width: 1787px){
  .courses-list .span3 {
    margin-right: 40px!important;
  }
}

@media screen and (min-width: 1788px) and (max-width: 1844px){
  .courses-list .span3 {
    margin-right: 50px!important;
  }
}

@media screen and (min-width: 1845px) and (max-width: 1900px){
  .courses-list .span3 {
    margin-right: 60px!important;
  }
}
@media screen and (min-width: 1900px) and (max-width: 2000px){
  .courses-list .span3 {
    margin-right: 5px!important;
  }
}
*/
@media screen and (max-width: 899px) {
  .courses-list .span3 {
    width: 90%!important;
    margin-bottom: 30px!important;
  }
}

/*======================================================
// LIGHTBOX STYLE
//======================================================*/


.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/*PODPORA*/
#support .support_msg_box {
  width: 340px!important;
}
#support .support_msg_head .status-icon {
  font-weight: normal!important;
}
#support .support_msg_box {
  z-index: 99999!important;
  border: 0px!important;
}
/*.support_msg_visitor_email, 
.support_msg_visitor_name {
  padding: 16px 10px!important;
}
*/
#support .support_msg_visitor_ok {
  height: 61px!important;
}
/*
#support .support_msg_head {
  border-top-right-radius: 5px!important;
  border-top-left-radius: 5px!important; 
}
*/
#support .support_msg_head,
#support .support_msg_box {
  box-shadow: none!important;
}
.support_msg_wrap {
  border-left: 1px solid #DDDDDD!important;
  border-right: 1px solid #DDDDDD!important;
}
.support_msg_visitor_ok {
  background-color: #B7CE28!important;
}
@media screen and (max-width: 562px) {
    /**/
    #support .support_msg_box {
        right: 0!important;
        left: 0!important;
        width: 100%!important;
        max-height: 100%!important;        
        /*overflow-y:scroll!important;*/
    }
    #support .support_msg_head {
      border-radius: 0px!important;
      box-shadow: none!important;
    }
    #support .support_msg_box {
      box-shadow: none!important;
    }
    #support .support_msg_wrap {
        z-index: 1000000!important;
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        max-height: 100%!important;
        overflow-y:scroll!important;
    }
    #support .support_msg_body {
        overflow-y:scroll!important;
    }
}
@media screen and (max-width:900px) { 
#support .support_msg_body {
        overflow-y:scroll!important;
        height: auto!important;
        max-height: 160px!important;
        padding-bottom: 10px!important;
    }
}

@media screen and (min-width: 1099px) and (max-width: 1212px) {
  #reg-menu .login-buttons, .form-inline .login-buttons {
    padding: 10px!important;
  }
}