html,
body {
    height: 100%;
    color: #353B47;
    
    color: #434955;
}
hr{
    border-color: #BBC5D5;
}
.page-header{
    padding-bottom: 0px;
    margin: 20px 0px 20px;
    border-top: 10px solid #3E93AF;
    border-bottom: none;
}
#scrolling_box .page-header{
    margin-bottom: 5px;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6,
.page-header .h1,
.page-header .h2,
.page-header .h3,
.page-header .h4,
.page-header .h5,
.page-header .h6{
    background-image: url(../img/head.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    border-top: 10px solid #E39B2F;
    margin: -10px 0px 0px;
    padding: 3px 30px 10px 65px;
    display: inline-block;
    color: #E39B2F;
    min-width: 360px;
}
.page-title{
    padding-bottom: 0px;
    margin: 20px 0px 10px;
    border-bottom: 2px solid #EAEDF2;
    text-transform: uppercase;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #434955;
    color: #353B47;
}

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

h1.subject, 
h2.subject, 
h3.subject,
h4.subject,
h5.subject,
h6.subject{
    margin-top: 0px;
}
.contrast,
h1.contrast, 
h2.contrast, 
h3.contrast,
h4.contrast,
h5.contrast,
h6.contrast{
    color: #3E93AF;
}
.contrast2,
h1.contrast2, 
h2.contrast2, 
h3.contrast2,
h4.contrast2,
h5.contrast2,
h6.contrast2{
    color: #E39B2F;
}
b.true,
.title-true,
h1.title-true, 
h2.title-true, 
h3.title-true,
h4.title-true,
h5.title-true,
h6.title-true{
    color: #5CB85C;
}
b.false,
.title-false,
h1.title-false, 
h2.title-false, 
h3.title-false,
h4.title-false,
h5.title-false,
h6.title-false{
    color: #b94a48;
}

a,
a:link, a:visited
a:hover, a:focus,
a:active{
    outline: medium none;
}
a:hover,
a:focus {
  color: #38849D;;
  text-decoration: none;
}
a:hover,
a:active{
  text-decoration: underline;
}
p.contrast{
    color: #3E93AF;
}
p .initial{
    font-size: 25px;
    line-height: 20px;
    margin-right: 10px;
    float: left;
    font-weight: bold;
}
img{
    max-width: 100%;
    height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-responsive{
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
.form-control{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border: 2px solid #BBC5D5;
    box-shadow: none;
    color: #676F7A;
    height: 36px;    
}
.form-control.book{
    width: 70px;
    display: inline-block;
}
.form-control:focus{
    box-shadow: none;
    border-color: #3E93AF;
}
.form-control.search{
    height: 42px;
}
.center_but{
    margin: 10px 0px;
    text-align: center;
}
.help-block{
    display: none;
    color: #9CA4AF;
    margin-bottom: 5px;
}
.help-block.error{
    display:block;
    color: #B94A48;
}
.help-block.success{
    display:block;
    color: #5CB85C;
}
.help-block.warning{
    display:block;
    color: #ED9E2D;
}
ul.list-points{
    padding-left: 40px;
}
ul.list-points, ul.list-points li {
    d isplay: block;
    list-style: none;
    m argin:  5px 0px;
    p adding: 0;
}
ul.list-points li{
    background: url(../img/icons/point.png) no-repeat left 1px;
    padding-left: 20px !important;
    color: #3E93AF;
}

ol.list-numbers{
    padding-left: 60px;
}
ol.list-numbers li{
    padding-left: 0px;
    color: #3E93AF;
}
blockquote{
    border-color: #3E93AF;
}
blockquote small{
    color: #3E93AF;
}

.lead{
    color: #434955;
    font-size: 26px;
    font-weight: 300; 
    line-height: 40px;
}
.lead.lead-md{
    color:#676F7A;
    font-size: 18px;
    font-weight: 400; 
    line-height: 30px;
}
.lead.lead-sm{
    color:#676F7A;
    font-size: 16px;
    font-weight: 400; 
    line-height: 26px;
}
#application_form img.margin,
#club_zyj_dlugo img.margin,
#book_sales img.margin,
#about_us img.margin,
#article img.margin,
#competition img.margin{
    margin: 0px auto 20px;
}
#article .fot{
    text-transform: uppercase;
    font-size: 11px;
    color: #7F7F7F;
    margin: -18px auto 20px;
    max-width: 460px;
}

.more_articles{
    display: none;
}

.btn_more_articles.arrow_down{
    background-image: url(../img/icons/arrows_slide.png);
    background-position: center -35px;
    background-repeat: no-repeat;
}
.btn_more_articles.arrow_up{
    background-image: url(../img/icons/arrows_slide.png);
    background-position: center -1px;
    background-repeat: no-repeat;
}

#header{}

#header_main{
    /*padding: 5px 0px;*/
    /*border: 1px solid red;*/
}
/* logo herbsecret
-------------------------------------------------- */
#header_logo .col_logo{
}
#header_logo .col_logo a{
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    display: block;
    outline: medium none;
    width: 400px;
    height: 95px;
}
#header_logo .col_logo img{
    display: none;
}
.col_logo,
.col_banner{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:5px;
    margin: 10px 0px 0px;
}
.col_logo{
    float: left;
    width: 40%;
}
.col_banner{
    float: right;
    width: 60%;
}
.col_banner img{
    margin: auto;
}

.advertisement_block .flash,
.col_banner .flash{
    padding: 2px 0 15%;
    position: relative;
    z-index: 50;
    height: 0px;
    /*display: block;
    overflow: hidden;
    height: 90px;*/   
}

.advertisement_block .flash{
    padding: 1px 0px 40%;
}
.advertisement_block .flash object,
.advertisement_block .flash embed,
.advertisement_block .flash iframe,
.col_banner .flash object,
.col_banner .flash embed,
.col_banner .flash iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.club_flash{
    top:0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9000;
}
.scrolling_block{
    height: 105px;
}
.scrolling_block.salon{
    padding-top: 5px;
}
@media only screen and (max-width: 650px) {
    .scrolling_block{
        height: 20%;
    }
}

@media only screen and (max-width: 1200px) {  
    .col_logo{
        width: 100%;
    }
    .col_banner{
        width: 100%;
        max-width: 720px;
        margin: 10px auto 0px;
        float:none;
        clear: both;
    }
}

@media only screen and (max-width: 650px) {
    #header_logo .col_logo a{
        background-size: 320px auto;
        width: 320px;
        height: 76px;
    }
}

@media only screen and (max-width: 480px) {
    #header_logo .col_logo a{
        background-size: 230px auto;
        width: 230px;
        height: 54.5px;
    }
}

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

}

/* end logo herbsecret
-------------------------------------------------- */

/* #home_page
-------------------------------------------------- */

.advertisement_block{
    margin: 10px 0px;
}
.advertisement_block img{
    margin: auto;
}
@media only screen and (max-width: 992px) {    
    #home_page .page-img img{
        margin: auto;
    }
}
.article_component{
    margin: 5px -5px;
}
.article_content{
    padding: 5px;
}
.article_img{
    float: left;
    position: relative;
    overflow: hidden;
    width: 120px;
}
.article_block{
    margin-left: 130px;
}
.article_block h4{
    margin: 0px;
    font-size: 18px;
}
.article_block .meta-info{
    margin: 3px 0px;
    font-size: 11px;
    color: #9CA4AF;
}
.article_block .meta-info .author,
.article_block .meta-info .date{
    margin-right: 5px;
}
.article_block .meta-info .author{
    color: #E39B2F;
}
.article_block p{
    margin: 4px 0px;
    font-size: 12px;
}
@media only screen and (max-width: 480px) {  
    
    .article_img{
        float: none;
        margin: 0px 0px 5px;
    }
    .article_block{
        margin-left: 0px;
    }
}
#articles .center_but{
    border-top: 1px solid #BBC5D5;
    padding-top: 10px;
    margin: 0px;

}
p.advertisement{
    letter-spacing: 5px;
    font-weight: bold;
    margin: 0px;
    font-size: 12px;
    color: #7f7f7f;
    
}
/* end #home_page
-------------------------------------------------- */


/* #about_us
-------------------------------------------------- */
#scientific_consultation,
#newspaper_editors,
#newspaper_team,
#newspaper_associates{
    margin: 50px 0px 0px;
}
#article .panel-title h1,
#article .panel-title h2,
#article .panel-title h3,
#article .panel-title h4,
#article .panel-title h5,
#article .panel-title h6{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#article .panel-title.h1,
#article .panel-title.h2,
#article .panel-title.h3,
#article .panel-title.h4,
#article .panel-title.h5,
#article .panel-title.h6{
    background: url(../img/icons/title-h4.png) no-repeat 0px center;
    padding: 15px 15px 15px 25px;
    margin-top: 10px;
    margin-bottom: -25px;
}
#article .panel-title.h1,
#article .panel-title.h2{
    padding-top: 1px;
    padding-bottom: 1px;
}
#article .panel-title.h3{
    padding-top: 2px;
    padding-bottom: 2px;
}
#article .panel-title.h4{
    padding-top: 5px;
    padding-bottom: 5px;
}
#article .panel-title.h5{
    padding-top: 6px;
    padding-bottom: 6px;
}
#article .panel-title.h6{
    padding-top: 8px;
    padding-bottom: 8px;
}
#article .panel-body{
    padding: 25px 35px;
}
#article .panel-body p{
    margin: 0px;
}
.panel-bordered{
    background-color: #F4F6F8;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border: 2px solid #3E93AF;
    margin: 0px auto 10px;
    box-shadow: none;
}
.panel-bordered.warning{
    background-color: #FFF;
    border: 2px solid #E39B2F;
}
#about_us .panel-bordered{
    width: 70%;
}
@media only screen and (max-width: 768px) {  
    #about_us .panel-bordered{
        width: 100%;
    }
}
.panel-bordered .content{
    padding:15px 15px;
    text-align: center;
}
.panel-bordered .content p{
    margin: 0px;
}
.panel-heading{}

.person_component{
    text-align: center;
    overflow: hidden;
}
.person_component h4{
    font-size: 20px;
}
#newspaper_associates .person_component h4{
    font-size: 18px;
}
.person_component h5{
    text-transform: uppercase;
    color: #9CA4AF;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#newspaper_associates .person_component h5{
    margin-top: -4px;
}
.person_component a{
    display: block;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* end #about_us
-------------------------------------------------- */

/* #list_articles
-------------------------------------------------- */
.list_content .list_img{
    float: left;
    overflow: hidden;
    position: relative;
    width: 195px;
}
.list_content .list_img img{
    /*margin: 10px 0px 20px;*/
    margin: 39px 0px;
}
.list_content .list_block{
    margin-left: 210px;
}
.list_block .subject{
    padding: 24px 0px;
}
.list_block .subject h4{
    margin: 0px;
    font-size: 18px;
}
.list_block .subject h5{
    color: #9CA4AF;
    font-size: 12px;
    margin: 4px 0px 0px;
    text-transform: uppercase;
}

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

    .list_content .list_img{
        width: 150px;
    }
    .list_content .list_block{
        margin-left: 165px;
    }

}
@media only screen and (max-width: 480px) { 

    .list_content .list_img{
        width: 120px;
    }
    .list_content .list_block{
        margin-left: 135px;
    }
    
}

/* end #list_articles
-------------------------------------------------- */

/* #archives
-------------------------------------------------- */
.archives_component{
}
.archives_content{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 10px auto 10px;
}
.archives_content:hover{
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
}
.archives_img,
.archives_img img{
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    
    border-width:1px;
    border-style: solid solid none;
    border-color: #EAEDF2;
}
.archives_block{
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-width:2px;
    border-style: none solid solid;
    border-color: #EAEDF2;
    border-top: 1px solid #EAEDF2;
    padding-top: 1px;
    max-width:345px;
    width: 100%;
    text-align: center;
}
.archives_content,
.archives_block{
    max-width:345px;
}
.archives_block h6{
}
#archives .form-control{
    display: inline-block;
    float: right;
    margin-top:2px;
    width: 150px;
}
@media only screen and (max-width: 650px) {
    #archives .form-control{
        float: none;
        width: 100%;
    }
}
.newspaper_block{
    background-color: #F4F6F8;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border: 2px solid #3E93AF;
    padding: 0px 0px 60%;
    position: relative;
}
.newspaper_block iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* end #archives
-------------------------------------------------- */

/* #reader_questions
-------------------------------------------------- */
.accordion .panel-heading{
    background: none;
    border: medium none;
    padding: 0px;
}
.accordion.accordion-bordered .panel{
    b order-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
}

.accordion.accordion-bordered .accordion-toggle{
     background: #F4F6F8;
    
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border: 2px solid #EAEDF2;
    
    display: block;
    font-size: 18px;
    padding: 10px 15px;
    text-decoration: none;
}


.accordion.accordion-bordered .accordion-toggle{
    b ackground: url(../img/icons/arrows.png) no-repeat 0px 2px #F4F6F8;
    color: #3E93AF;
}
.accordion.accordion-bordered .accordion-toggle.collapsed{
    b ackground: url(../img/icons/arrows.png) no-repeat 0px 22px #F4F6F8;
    color: #353B47;
}
.accordion.accordion-bordered .accordion-toggle.collapsed:hover{
    color: #3E93AF;
}

.accordion.accordion-bordered .accordion-toggle .arrow{
    background: url(../img/icons/arrows.png) no-repeat 0px -48px;
    margin-top: 1px;
    height: 14px;
    width: 16px;
    display: inline-block;
}
.accordion.accordion-bordered .accordion-toggle.collapsed .arrow{
    background: url(../img/icons/arrows.png) no-repeat 0px 0px;
}
.accordion.accordion-bordered .accordion-toggle.collapsed:hover .arrow{
    background: url(../img/icons/arrows.png) no-repeat 0px -16px;
}



.panel-group .panel-heading + .panel-collapse .panel-body{
    border: medium none;
}
.panel-body span.normal{
    font-style: normal;
}
/* end #reader_questions
-------------------------------------------------- */

/* #competition
-------------------------------------------------- */

/* end #competition
-------------------------------------------------- */

/* #subscription
-------------------------------------------------- */

.price_component{
}
.price_content{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px auto 10px;
    max-width:340px;
    text-align: center;
}
.price_content:hover{
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 0px 12px rgba(0, 0, 0, 0.175);
}
.price-heading{
    background-color: #3E93AF;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 15px 5px;
}
.price-heading h4{
    margin: 0px;
    color: #FFF;
    height: 50px;
    line-height: 25px;
    font-size: 18px;
}
.price-body{
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-width:2px;
    border-style: none solid solid;
    border-color: #BBC5D5;
    padding-top: 10px;
    width: 100%;
}

#subscription .panel-bordered {
    background:none;
}

/* end #subscription
-------------------------------------------------- */


/* #advertisement
-------------------------------------------------- */
#promotion_rules .row,
#advertisement .row{
    margin-left: 50px;
    margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
    #advertisement .row{
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 650px) { 
    #advertisement .row{
        margin-left: -5px;
        margin-right: -5px;
    }
}

.address .panel-bordered{
    max-width: 400px;
}
#advertisement_paper .panel-bordered .content ul.contact-list li,
.address .panel-bordered .content ul.contact-list li{
    display: inline-block;
    width: 165px;
    text-align: left;
    margin: 5px 0px;
}
@media only screen and (max-width: 650px) {
    .address .panel-bordered{
        width: 100%;
    }
}

.panel-adv-bordered{
    background-color: #F4F6F8;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border: 2px solid #EAEDF2;
    margin: 0px auto 10px;
    box-shadow: none;
}
.panel-adv-bordered .content{
    padding: 5px;
    text-align: center;
}
.panel-adv-bordered .content h5,
.panel-adv-bordered .content p{
    margin: 0px;
}
.panel-adv-bordered .content p{
    font-weight: bold;
    color: #3E93AF;
    font-size: 16px;
}
#club_zyj_dlugo .panel-adv-bordered .content p{
    font-size: 14px;
}
.panel-adv-bordered .panel-heading{
    background-color: #3E93AF;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 10px 5px;
    text-align: center;
    margin: -2px -2px 0px -2px;
}
.panel-adv-bordered .panel-heading h4{
    color: #FFF;
    font-size: 18px;
}
/* end #advertisement
-------------------------------------------------- */

/* #contact
-------------------------------------------------- */
#application_form label,
#book_sales label,
#contact label{
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}
.contact-info{
    margin: 0px 0px 0px 30px;
}
ul.contact-list, ul.contact-list li {
    display: block;
    list-style: none;
    margin:  10px 0px;
    padding: 0;
}

ul.contact-list li.address,
ul.contact-list li.telephone,
ul.contact-list li.e-mail,
ul.contact-list li.twitter,
ul.contact-list li.link{
    padding-left: 30px;
}
ul.contact-list li.address{
    background: url(../img/icons/address.png) no-repeat left center;
}

ul.contact-list li.twitter{
    background: url(../img/icons/twitter.png) no-repeat left center;
}
ul.contact-list li.telephone{
    background: url(../img/icons/telephone.png) no-repeat left center;
}
ul.contact-list li.e-mail{
    background: url(../img/icons/e-mail.png) no-repeat left center;
}
ul.contact-list li.link{
    background: url(../img/icons/link.png) no-repeat left center;
}

/* end #contact
-------------------------------------------------- */

/* book_sales
-------------------------------------------------- */

#book_sales .panel-bordered{
    background: none; 
    max-width: 460px;
}
#book_sales .panel-bordered h3.price{
    margin-bottom: 0px;
}
#book_sales .condition_order{
    text-align: left;
}
#book_sales .point_order{
    font-size: 16px;
}
#book_sales ol.point_order {
    padding-left: 25px;
}

/* end book_sales
-------------------------------------------------- */

/* #footer styles
-------------------------------------------------- */

#footer #footer-copyright{
    background-color: #353B47;
    color: #676F7A;
    padding: 20px 0px;
}
#footer #footer-copyright .copyright{
    margin: 0px;
    text-align: center;
}
/* end #footer styles
-------------------------------------------------- */


/* scroll_banner
-------------------------------------------------- */

@media only screen and (max-width: 1200px) {
    #carousel-scrolling_box .carousel-inner .item{
        height: 195px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 768px) { 
    #carousel-scrolling_box .carousel-inner .item{
        height: 380px
    } 
}
.carousel-indicators{
    position: relative;
    display: block;
    margin: 10px auto;
    left: auto;
    bottom: auto;
}
.carousel-indicators li{
    border: none;
    background-color: #BBC5D5;
}
.carousel-indicators .active{
    background-color: #3E93AF;
    width: 10px;
    height: 10px;
    margin: 1px; 
}
.carousel-indicators .active:hover{background-color:#3E93AF}

.img_scrolling_box{
    margin: 10px 0px;
}
.img_scrolling_box img{
    margin: auto;
}
/* end scroll_banner
-------------------------------------------------- */

/* table_basic
-------------------------------------------------- */
.table_basic{
    margin: 15px auto; 
    background-color: #E7E7E7;
    border-spacing: 1px;
    border-collapse:separate;
}
.table_basic th{
    background-color: #e39b2f;
    color: #FFF;
}
.table_basic tr{
    background-color: #FFFFFF;
}
.table_basic th,
.table_basic td{
    padding: 5px 10px;
    text-align: center;
}
.table_basic th.left,
.table_basic td.left{
    text-align: left;
}
.table_basic th.right,
.table_basic td.right{
    text-align: right;
}
/* end table_basic
-------------------------------------------------- */