@font-face {
    font-family: 'FrankRuhlLibre';
    src: url('../fonts/FrankRuhlLibre-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'FrankRuhlLibre';
    src: url('../fonts/FrankRuhlLibre-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FrankRuhlLibre';
    src: url('../fonts/FrankRuhlLibre-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FrankRuhlLibre';
    src: url('../fonts/FrankRuhlLibre-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'FrankRuhlLibre';
    src: url('../fonts/FrankRuhlLibre-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: FrankRuhlLibre;
    color: #001a46;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	/*height:1px;*/
    min-height: 100vh;
}

@media \0screen\,screen\9 {
    body { height:1px; }
}

@media screen and (min-width:0\0){
    body {height:1px; }
}

[data-readmore] {
    overflow: hidden;
}

#body-wrap{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-top:100px;
}

#body-wrap.index-no-margin{
    margin-top: 0px;
}

#footer{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.text-underline,
.text-underline:hover{
	text-decoration: underline;
}
.aligner{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;

}
.nowrap{
    white-space: nowrap;
}
.aligner-content{
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.norm{
    font-weight: normal;
}
.t-dblue{
    color: #001a46;
}
.t-green{
    color: #77a106;
}
.t-dgreen{
    color: #518616;
}
.t-yellow{
    color: #ffde00;
}
.b-green{
    background-color: #77a106;
}
.b-yellow{
    background-color: #ffde00;
}
.b-lbrown{
    background-color: #e0dbd9;
}
.b-gray{
    background-color: #464c58;
}
.b-navyblue{
    background-color: #001a46;
}
ul{
    list-style: none;
    padding-left: 0px;
}

a,
a:visited,
a:hover{
    color: #222222;
    text-decoration: none;
}

[data-toggle="tooltip"]:hover{
    cursor: pointer;
}

#box {
    width: 30px;
    height: 30px;
    background-color: #BADA55;
    border-radius: 50%;
}

.ui-tooltip, .arrow:after {
    background: #1C2943;
}
.index-no-margin{
    margin-top: 0px;
}
.ui-tooltip {
    border: 0;
    font-size:12px;
    text-align: center;
    padding: 10px;
    color: #FFF;
    border-radius: 10px;
    font-family: Segoe UI,  Arial,  Helvetica,  sans-serif;
    box-shadow: none;
}

.has-error.no-error .form-control {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error.no-error p.help-block{
    opacity: 0;
}

.has-error.no-error.select2-container--krajee .select2-dropdown,
.has-error.no-error .select2-container--krajee .select2-selection,
.has-error.no-error .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: inherit;
}
.arrow {
    width: 0;
    height: 0;
    border: 4px solid #1C2943;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #1C2943;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: 2px;
}

.pagination > li > a, .pagination > li > span{
    color: #001a46;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background-color: #77a106;
    border-color: #5a7f04;
}

body.mini-navbar{
    overflow:hidden;
}

.equal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.equal .column{
    display: flex;
    flex-direction: column;
}

.equal.flex-bottom>*{
    align-self: flex-end;
}

.equal.flex-center>*{
    align-self: center;
}


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

.nav--inline li {
    float: left;
    margin-left: 10px;
}

.social-fb{
    font-size: 24px;
    color: #3f5672;
}


.gusinput .input-group-addon{
    padding:0;
}
#rodoform-accept{
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0;
    font-size: 13px;
}
#rodoform-accept label{
    display: block;
}
.nbtn{
    font-size: 16px;
    line-height: 46px;
    padding: 0 30px;
    color: white;
    background-color: #f2f2f2;
    border-color: #d4d4d4;
}

.alert-growl {
    border-radius: 10px !important;
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.9);
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.9);
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);
    max-width: 400px;
    font-size: 14px;
    font-weight: normal;
}

.alert-growl button.close {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.alert-growl img {
    float: left;
    padding: 0px 5px 0px 0px;
    max-height:48px;
}
.alert-growl [data-notify="title"]{
    display: block;
}
.alert-growl .alert-link {
    color: #fff;
}

[data-notify="container"][class*="alert-pastel"] {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    letter-spacing: 1px;
    font-size: 14px;
}
[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel"] > [data-notify="message"] {
    font-weight: 400;
}
.position-relative{
    position: relative;
}
.loader-wrapper{
    position: relative;
}

.grid-loader {
    width: 43px;
    background: url(../img/loader.gif) no-repeat;
    background-position: center;
}

.loader-wrapper .grid-loader.outer-wrapper,
.grid-wrapper .grid-loader.outer-wrapper {
    display: none;
    overflow: hidden;
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: white;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

.loader-wrapper .grid-loader.outer-wrapper .loader-text,
.grid-wrapper .grid-loader.outer-wrapper .loader-text{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.loader-wrapper .grid-loader .table-wrapper,
.grid-wrapper .grid-loader .table-wrapper {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 200px;
}

.grid-wrapper .grid-inner-wrapper {
    position: relative;
}

.hint-block{
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
}
.input-group-addon button{
    height: 44px;
    border: none;
}
.form-custom-group h4 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.form-custom-group h4 span {
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 1;
    padding-right: 10px;
}

.form-custom-group h4:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 90%;
    height: 1px;
    background: #d9d9d9;
}

.form-custom-group input, .form-custom-group textarea {
    height: 46px;
    border: 1px solid #e8e8e8;
    padding: 0 15px;
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    background: #f8f8f8;
    outline: none;
    color: #979797;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.kv-fileinput-caption input {
height: 20px;
}
#form-upgrade .btn-file{
    display: inline;
}

.form-custom-group input[type="radio"], .form-custom-group input[type="checkbox"], .form-custom-group textarea[type="radio"], .form-custom-group textarea[type="checkbox"] {
    height: auto;
    width: 15px;
    height: 15px;
}

.form-custom-group .form-check-input {
    float: left;
    position: relative;
    top: -3px;
    margin-left: -30px;
    padding: 0;

}

.form-custom-group .signup-reg{
    padding-left: 30px;
    margin: 20px 0 30px 0;
}

.form-custom-group .other-addres-check[type="checkbox"]{
    margin: 0 10px 0 0;
    width: 20px;
}
.fa-asterisk{
    color: #8a0404;
    vertical-align: top;
    font-size: 9px;
    margin-right: 3px;
}
.asterisk-required{
    color: #e47474;
    font-size: 5px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 4px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.sm-line {
    margin: 30px 0;
    display: inline-block;
    width: 40px;
    height: 1px;
}

.plus-line,.plus-line-lft{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.plus-line span:first-child{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    height: 7px;
    margin-top: 18px;
}



.plus-line-lft span:last-child{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    height: 7px;
    margin-top: 18px;
}
.plus-line-lft span:first-child{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 62px;
    -ms-flex: 0 1 62px;
    flex: 0 1 62px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background: url("../img/plus.png") center left no-repeat;
    height: 42px;
}



.plus-line span.lbrown{
    background: url("../img/plus-lbrown.png") center right no-repeat;
}
.plus-line span.gray{
    background: url("../img/plus-gray.png") center right no-repeat;
}
.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

.fcolumns{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.fcolumns > */*, .frows>**/{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.frows{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.sh1, .sh1r{
    font-weight: bold;
    font-size: 55px;
    line-height: 55px;
    border-bottom: 6px solid  #001a46;
    padding-right: 20px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}



.sh1r-wrapp{
    display: inline-block;
    padding-right: 44px;
}

h4 a sup{
    font-size: 12px;
    top: -1.3em;
    left: -7px;
}

.no-float{
    float: none !important;
}


.owl-nav div {
    width: 40px;
    height: 40px;
    background: rgb(122,165,7);
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 18px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border-radius: 0;
    text-align: center;
    color:white;
}

.owl-carousel .owl-nav div.owl-next {
    right: 10px;
}
.owl-carousel:hover > .owl-nav > div {
    opacity: 1;
}


.owl-carousel .owl-nav div i {
    display: block;
    line-height: 40px;
}


.owl-carousel .owl-nav div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-carousel .owl-nav div:hover {
    background: rgb(95,133,4);
}

.owl-carousel  .owl-dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    margin: 0 13px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: inline-block;
    border: 1px solid #ded7d7;
}

.owl-carousel .owl-dots .owl-dot {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dots .owl-dot.active span::after {
    content: "";
    height: 5px;
    width: 5px;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #c7c7c7;
}

.owl-carousel.loading{

 display:none;

}
/*====================================================================================*/
/*                        Contact                                                      */
/*====================================================================================*/
#contactss-section{
    padding-bottom: 60px;
    background: white url(../img/contact-bg.jpg) center bottom no-repeat;
}
#contact-section .sh1{
    font-size: 135px;
	line-height: 135px;
}

#contact-section .right-side{
    font-size: 24px;
    line-height: 36px;
    text-align: right;
}
#contact-section .info>div{
    margin: 30px 0;
}

.bok-info{
    padding: 30px;
    border: 1px solid #dee1e7;
    display: inline-block;
    font-weight: bold;
    margin-top: 30px;
}
.bok-info address{
    margin: 0px;
    line-height: 36px;
}

.specjalist-info, .hours{
    padding-right: 31px;
    margin: 20px 0;
}

.right-side .mail-addr{
    color: #77a106;
    font-weight: bold;
}

/*====================================================================================*/
/*                        News                                                      */
/*====================================================================================*/

#main-news{
    margin-bottom: 40px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(246,246,246,1) 84%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(64%, rgba(255,255,255,1)), color-stop(84%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(246,246,246,1) 84%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(246,246,246,1) 84%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(246,246,246,1) 84%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64%, rgba(246,246,246,1) 84%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}

#main-news .header-section{
    margin-right: 20px;
}

#main-news .news-item-image{
    margin-top: 40px;
    max-width: 458px;
}
#main-news .sh1r{
    font-size: 72px;
}
#main-news .news-item-content{
    margin-top: 10px;
}
#main-news .news-preview{
    margin-top: 30px;
}
.news-footer{
    margin-top: 40px;
}
.news-item{
    padding-top: 35px;
}
.news-item .news-title{
    margin: 20px 0 0 0;
}

.news-item .news-title a{
    font-size: 24px;
    line-height: 30px;
    color: #001a46;
    font-weight: bold;
}

.news-item .news-entry-date{
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}

.news-item .news-preview{
    font-size: 16px;
    line-height: 22px;
}
.news-item-image img{
    border: 1px solid #dbdbdb;
    width: 100%;
}

.news-menu{
    background: #001a46;
    margin-top: 30px;
    padding: 5px 20px 20px 25px;
}

.news-menu h2{
    color: #ffdf09;
    font-size: 16px;
    line-height: 34px;
}
.news-menu ul{
    list-style-position: inside;
}

.news-menu li, .news-menu a{
    color: white;
    font-size: 15px;
    line-height: 32px;
    padding: 5px 0;
}
.news-menu li{
    border-top: 1px solid #4f617f;
    text-indent: -20px;
    padding-left: 20px;
}

#main-news .news-item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#main-news .news-item>div{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
#main-news .news-item>div:nth-child(1) {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

}

#main-news .news-item>div:nth-child(2) {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

}
.news-footer img{
    max-width: 100%;
}
/*====================================================================================*/
/*                        OFFICE                                                   */
/*====================================================================================*/

#office-top-section{
    background: url(../img/office-top.jpg) center bottom no-repeat;
    padding: 60px 0;
}

#office-top-section .sh1{
    font-size: 124px;
    line-height: 109px;
    padding: 50px 0 21px 0;
    margin-left: 44px;
}
#office-top-section .info{
    padding-left: 44px;
}
#office-top-section .info-header{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    margin: 30px 0;
}

#office-herbal-section{
    font-size: 22px;
    line-height: 28px;
    color: white;
    background: url(../img/office-herbal.jpg) center bottom no-repeat;
    padding: 130px 0;
}

#office-active-section{
    font-size: 22px;
    line-height: 30px;
    color: white;
    background: url(../img/office-active.jpg) center top no-repeat;
    padding: 100px 0;
}
#office-active-section ul{
    list-style: inside;
    list-style-type: decimal;
    padding-left: 8px;
    margin-bottom: 30px;
}
#office-active-section li{
    text-indent: -28px;
    padding-left: 20px;
}

#office-active-section h2{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
#office-info-section{
    font-size: 22px;
    line-height: 24px;
    background: url(../img/office-info.jpg) center no-repeat;
    padding: 85px 0;
}

#office-info-section h2{
    font-size: 73px;
    line-height: 73px;
    margin-bottom: 40px;
    font-weight: bold;
}


/*====================================================================================*/
/*                        CALENDAR                                                   */
/*====================================================================================*/
#calendar-top-section{
    background: white url(../img/calendar-top.jpg) center bottom no-repeat;
    padding: 40px 0 100px 0;
    min-height: 530px;

}
#calendar-top-section .sh1{
    font-size:  90px;
    line-height: 108px;
    margin-top: 0px;
    margin-left: 44px;
    display: block;
    padding-bottom: 30px;
    border-bottom: 7px solid #ffde00;
}


#calendar-top-section h2{
    font-size: 36px;
    line-height: 40px;
    margin-bottom:30px;
    margin-top: 63px;
    font-weight: bold;
}
#calendar-main{
    padding-top: 50px;
}
#calendar-main img{
    vertical-align: top;
    height: 66px;
}
#calendar-main h2{
    margin: 0px;
    display: inline-block;
}
.calendar-content{
    margin: 30px 0;
}

.event{
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: white;
}

.event>div{
    padding: 15px 0;
}
.event .localization{
    height:140px;
}

.event .day{
    font-size: 33px;
    font-weight: bold;
    color: #05254b;
    line-height: 25px;
}

.event .month{
    font-size: 23px;
    line-height: 28px;
    font-weight:300;
    color: #05254b;
}
.event .year{
    font-size: 23px;
    line-height: 28px;
    font-weight:bold;
    color: #73a220;
}
.event-label{
    padding: 3px;
}
.event .name{
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    min-height: 120px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.event .lozalization{
    font-size: 16px;
}
.events-container .event{
    margin-right:10px;
}
.events-container .event:last-child{
    margin-right:0px;
}

.events-container .event .action{
    padding:15px 30px 30px 30px;
}
.events-container .event .action .btn {
    display: inline-block;
    width:100%;
    font-size:16px;
    line-height: 46px;
}

.events-container .event:nth-child(odd) .action .btn{
    color: #599e33;
    border-color: #599e33;
}
.events-container .event:nth-child(even) .action .btn{
    color: #05254b;
    border-color: #05254b;
}
.fc-time-grid-event{
    display: inline-block;
    height: auto;
}
a.btn.btn-full-calendar{
    font-size: 16px;
    line-height: 46px;
    padding: 0 30px;
    color: white;
    background-color: #599e33;
    border-color: #599e33;
}
a.btn.btn-full-calendar:active{
    background-color: #5e851a;
    border-color: #5e851a;
    color: white;
}

/*====================================================================================*/
/*                        COMPANY                                                   */
/*====================================================================================*/

#company-top-section{
    background: white url(../img/company-top.jpg) center bottom no-repeat;
    padding: 40px 0 100px 0;

}
#company-top-section .sh1{
    font-size:  124px;
    line-height: 108px;
    margin-top: 0px;
    margin-left: 44px;
    display: block;
    padding-bottom: 30px;
    border-bottom: 7px solid #ffde00;
}


#company-top-section h2{
    font-size: 36px;
    line-height: 40px;
    margin-bottom:30px;
    margin-top: 63px;
    font-weight: bold;
}
#company-history-section{
    background: #1c202c url(../img/company-history.jpg) center top no-repeat;
    padding: 66px 0;
    color: white;
}

#company-history-section h2{
    font-size: 39px;
    line-height: 41px;
    margin-bottom: 40px;

}

#company-extract-section{
    background: #1c202c url(../img/company-extract.jpg) center top no-repeat;
    padding: 120px 0;
    color: white;
    font-size: 22px;
}

#company-extract-section h2{
    font-size: 39px;
    line-height: 39px;
    margin-bottom: 25px;
    color: #fff33a;
}
.company-link{
    border: 1px solid white;
    padding: 25px;
    display: inline-block;
    margin-top: 50px;
}

#company-discount-section {
    padding: 70px 0 60px;
    font-size: 15px;
    line-height: 19px;
}

#company-discount-section h2{
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 50px;
}

#company-discount-section .pig-img{
    position: absolute;
}
#company-discount-section .equal{
    margin-top: 30px;
}
#company-discount-section .option{
    text-align: center;
    border-right: 1px solid #c9cfd8;
    padding: 30px 30px 5px;
}


#company-discount-section .option:last-child{
    border: none;
}

#company-discount-section .option .option-number{
    font-size: 35px;
    line-height: 23px;
    color: white;
    padding: 20px 40px;
    font-weight: bold;
    background: #77a106;
    display: inline-block;
    margin-bottom: 35px;
}
#company-discount-section .option .option-number.two{
    background: #001a46;
}

#company-discount-section .option .option-number img{
    position: absolute;
    height: 55px;
    margin-left: 15px;
}
#company-discount-section .option-text{
    line-height: 16px;
    text-align: left;
    margin-bottom: 35px;
}
#company-discount-section .option-text + img{
    margin-bottom: 15px;
    height: 50px;
}
#company-discount-section .option-text.caution{
    margin-top: 32px;
}
#company-discount-section .or{
    display: block;
    font-size:32px;
    line-height: 32px;
    color: #77a106;
    font-weight: bold;
    padding: 18px 0 0px;
}
#company-discount-section .option-max .or{
    padding: 5px 0;
    font-size: 23px;
}

#company-discount-section .calculations{
    font-size: 27px;
    line-height: 27px;
    display: inline-block;
}

#company-discount-section .calculations.sm{
    font-size: 20px;
    line-height: 20px;
}

#company-discount-section .calculations.sm span{
    display: inline-block;
    float: right;
    text-align: left;
}

#company-council-section{
    background: #1c202c url(../img/company-council.jpg) center top no-repeat;
    padding: 60px 0;
    color: white;
}

#company-council-section h2{
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
}
#company-council-section .plus-line {
    margin-top: 35px;
}

.council-members{
    margin-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.council-members .member{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0 15px;
    margin-bottom: 20px;
}

.council-members .member-image{
    text-align: center;
}
.council-members .member img{
    border: 1px solid black;

}

.council-members .member-title{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 25px 0;
}
.council-members .member-title small{
    font-size: 18px;
    line-height: 30px;
}

.council-members .member-info{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.council-members .readmore-button{
    color: white;
    font-size: 12px;
    float: right;

}

.council + #footer,
.council + #footer .navbar-default{
    background-color: #1c202c;
    color: white;
}

.council + #footer a{
    color: white;
}
/*====================================================================================*/
/*                        QUALITY                                                   */
/*====================================================================================*/
#quality-top-section{
    background: url(../img/quality-top.jpg) center bottom no-repeat;
    padding: 60px 0;
}

#quality-top-section .sh1{
    font-size: 100px;
	line-height: 124px;
    padding-right: 100px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 44px;
}

.header-section img{
    max-width: 100%;
}
#quality-top-section h2{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px;
    font-weight: bold;
}

#quality-diffrence-section{
    background: url(../img/quality-diffrence.jpg) center bottom no-repeat;
    padding: 103px 0;
    color: white;
    font-size: 22px;
    line-height: 28px;
}
#quality-diffrence-section h2{
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 40px;
    font-weight: bold;
}

#quality-diffrence-section b{
    margin-bottom: 40px;
    display: inline-block;
}

#quality-concentration-section{
    background: url(../img/quality-concentration.jpg) center bottom no-repeat;
    padding: 88px 0;
    color: white;
    font-size: 22px;
    line-height: 24px;
}

#quality-concentration-section h2{
    font-size: 39px;
    line-height: 39px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff33a;
}

.concentration{
    font-size: 117px;
    line-height: 117px;
    font-weight: bold;
    border: 1px solid #57565c;
    padding: 30px 40px;
    margin-top: 40px;
    display: inline-block;
}

#quality-study-section{
    background: url(../img/quality-study.jpg) center bottom no-repeat;
    padding: 32px 0 0 0;
    font-size: 22px;
    line-height: 24px;
}

#quality-study-section h2{
    font-size: 73px;
    line-height: 73px;
    font-weight: bold;
    margin-bottom: 46px;
}

/*====================================================================================*/
/*                        INDEX                                                   */
/*====================================================================================*/

.slider-text {
    font-size: 36px;
    line-height: 44px;
    color: white;
    text-align: left;
    -webkit-box-shadow: -1px 1px 5px 9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 1px 5px 9px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 22px 30px rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 30%;
    left: 25%;
}
.info-columns > .frows {
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
}
.info-columns > .frows> *{
    padding: 0 10px;

}
.info-columns img{
    border: 1px solid black;
    box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.39);
    max-width: 100%;
}

.info-columns .frows>*:first-child{
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-bottom: 30px;
}
.info-columns .frows>*:last-child {
    border-right: 1px solid #80914f;
	max-width: 100%;
}
.info-columns .frows:last-child>*:last-child {
    border: none;
}
.info-columns h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0px 0 20px;
}


#index-contact-section{
    padding: 20px 0 20px;
}
#index-contact-section h2{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 38px;
    margin-top: 0px;
    font-weight: bold;
}
#index-contact-section address{
    font-weight: bold;
}
/*
#index-contact-section .equal div:first-child{
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
}
#index-contact-section .equal div:last-child{
    -webkit-flex: 0 1 58.33%;
    -ms-flex: 0 1 58.33%;
    flex: 0 1 58.33%;
}
*/
#index-study-section{
    font-size: 16px;
    line-height: 22px;
    padding: 30px 0;
}

#index-study-section h2{
    font-size: 56px;
    line-height: 56px;
    margin: 40px 0 35px;
    font-weight: 100;
}
#index-study-section h2 img{
    vertical-align: top;
}

#index-study-section .regions{
    font-size: 13px;
    line-height: 17px;
}

#index-study-section .regions-list{
    margin: 20px 0;
    list-style-type: decimal;
    list-style-position: inside;
    font-weight: bold;

}
#index-study-section .cities{
    font-weight: 300;
}

#index-study-section .region{
    font-weight: bold;
    display: inline-block;
}

#index-products-section{
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0 75px;
}

#index-products-section.index-products-import{
    padding: 50px 0 75px;
}
.wrapImage{
    float: right;
    padding-top: 80px;
    padding-bottom: 100px;
}

#index-products-section .production-info{
    box-shadow: 0px 0px 79px 0px rgba(1, 1, 1, 0.15);
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    padding: 30px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 30px 0 30px;
}

#index-products-section.products-section h2{
    box-shadow: none;
    padding:0px;
}

#index-products-section h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
#index-products-section .item{
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0;
}

#index-products-section .item h4{
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    font-weight: 300;
	min-height:70px;
}
#index-products-section .item h4 span{
    font-weight: bold;
}
#index-products-section .item h6 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin: 5px 0;
    height: 80px;
}
#index-products-section .item .read-more{
    font-size: 15px;
    line-height: 15px;
    color: #001a46;
    padding: 8px 24px;
    border: 1px solid #c7cdd6;
    border-radius: 0px;
    background: none;
    margin-top: 15px;
    font-weight: 300;
}

.index-product-herbals{
    background: url("../img/index-product-herbal.jpg") center no-repeat;
    height: 50vw;
    max-height: 557px;
}
#production-info img{
    max-height: 150px;
    display: inline-block;
}
#production-info .vertical-align{
    margin-top: 20px;
}

#index-history-section{
    background: url("../img/index-history.jpg") center no-repeat;
    color: white;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 0 20px;    
}

#index-history-section .frame-info{
    border: 1px solid #555964;
    padding: 30px;
}

#index-history-section h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 25px;
}
#index-history-section .right-side{
    margin-top: 30px;
}

.history-people{
    border: 1px solid black;
    box-shadow: 0px 0px 16px 0px rgba(1, 1, 1, 0.39);
    margin-top: 25px;
    max-width: 100%;
}

#index-medicine-section{
    background: url("../img/index-medicine.jpg") center no-repeat;
    font-size: 17px;
    line-height: 22px;
    background-size: cover;
    padding-bottom: 50px;
}
#index-medicine-section ul{
    list-style-type: decimal;
    list-style-position: inside;
}
#index-medicine-section h2{
    font-size: 48px;
    line-height: 48px;
}
#index-medicine-section h4{
    margin-bottom: 25px;
}

#index-medicine-section .right-side{
    box-shadow: 13px 23px 57px 0px rgba(0, 0, 0, 0.33);
    background: rgba(0,0,0,0.68);
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 24px;
}

#index-medicine-section .right-side,
#index-medicine-section .left-side{
    padding-top: 35px;
}

#index-medicine-section .right-side .logo{
    padding: 30px 0;
}
#index-foundations-section{
    background: url("../img/index-foundations.jpg") center no-repeat;
    font-size: 19px;
    line-height: 23px;
    color: white;
    padding: 70px 0 180px;
    position: relative;
}

#index-foundations-section .sh1{
    font-size: 98px;
    line-height: 98px;
    font-weight: normal;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
#index-foundations-section .sh1:before{
    content: '';
    background: url(../img/plus-white.png);
    width: 36px;
    height: 36px;
    background-size: 36px;
    vertical-align: middle;
    bottom: -20px;
    left: -44px;
}
.calendar-bar{

    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.75);
    background-color: rgba(11, 12, 15, 0.8);
    margin-top: 25px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.calendar-bar img{
    height: 80px;
}
.bodysearch-bar{
    height: 110px;
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.75);
    background-color: rgba(165,2,0,0.77);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;

}
.bodysearch-bar h4,
.calendar-bar h4{
    font-weight: bold;
    text-transform: uppercase;
    margin:0px;
    padding: 0px;

}
.bodysearch-bar .content,
.calendar-bar .content{
    padding: 30px 0;
}
.bodysearch-bar .content *,
.calendar-bar .content *{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    color: white;
}
.calendar-bar a,
.bodysearch-bar a,
.bodysearch-bar a:active,
.bodysearch-bar a:hover,
.bodysearch-bar a:visited{
    color: white;
    padding: 5px 10px;
    border: 1px solid #c67f6f;
    text-decoration: none;
    margin: 0 9px;
}

.bodysearch-bar .shuman{
    position: absolute;
    bottom: 20px;
}

.bodysearch-bar .shuman+.shuman{
    right: 0px;
}

#index-cert-section{
    background: url("../img/index-cert.jpg") center no-repeat;
    color: white;
    padding: 35px 0;
    background-size: cover;
}

#index-cert-section .certs-logo img{
    box-shadow: none;
    border: none;
}
#index-cert-section .img-container{
    position: relative;
    margin: 0 10px 20px;
}

#index-cert-section .info-columns .frows > :first-child {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
#index-cert-section .info-columns > .frows > *{
    padding: 0px;

}
#index-cert-section h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    position: absolute;
    background: rgba(0,0,0,0.62);
    width: 100%;
    bottom: 0px;
    padding: 20px 0 20px 20px;
    margin: 0px;
}
#index-products-section .logo{
    max-width: 100%;
}
#index-cert-section .info-columns .frows > :last-child{
    border-color: #817873;
	max-width: 100%;
}

#index-info-section{
    background: url("../img/index-info.jpg") center no-repeat;
    color: white;
    padding: 35px 0;
    background-size: auto 100%;
}
#company-discount-section.index-discount-section h2{
    color: white;
    font-size: 48px;
    background: #bebebe;
    padding: 30px;
    line-height: 48px;
    margin: 0px 0 30px 0;
}
#company-discount-section.index-discount-section h2 img{
    float: right;
}

#company-discount-section.index-discount-section{
    background-color: #e9e9e9;
    padding: 36px 0;
}
/*====================================================================================*/
/*                        Products                                                   */
/*====================================================================================*/

.products-section{
    overflow-x: hidden;
}
.products-section .search-info-panel{
    position: relative;
}

.products-section .gray1,
.products-section .gray2{
    padding-left: 20px;
}
.products-section .info-panel .abs{
    position: absolute;
    top: 0px;
    width: 100vw;
    height: 100%;
}
.products-section .gray1{
    font-size: 17px;
    line-height: 18px;
    background-color: #efefef;
    position: relative;
    padding: 32px 0 32px 30px;
}
#index-products-section.products-section .gray1 h4{
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

.products-section .gray1 .abs{
    background-color: #efefef;
    left: 0px;
    margin-left: 100%;

}
.products-section .gray1 .out{
    position: absolute;
    left: 0;
    top: -13%;
    margin-left: 95%;
}

.products-section .green1{
    font-size: 17px;
    line-height: 18px;
    background-color: #538f17;
    background-image: url(../img/products-green-bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    color: white;
    padding: 40px 0;
    position: relative;
}
#index-products-section.products-section .green1 h4{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.products-section .green1 .abs{
    background-color: #538f17;
    right: 0px;
    margin-right: 100%;

}
.products-section .green1 .out{
    position: absolute;
    right: 0;
    margin-right: 100%;
    top: 0;
}


.products-section .gray2{
    font-size: 17px;
    line-height: 18px;
    background-color: #a9a9a9;
    color: white;
    padding: 40px 0 40px 30px;
    position: relative;
}
#index-products-section.products-section .gray2 h4{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.products-section .gray2 .abs{
    background-color: #a9a9a9;
    left: 0px;
    margin-left: 100%;

}
.products-section .gray2 .out{
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 95%;
}
#products-top-section{
    background: url(../img/products-top.jpg) center bottom no-repeat;
    padding: 50px 0;
}

#products-top-section .sh1{
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 55px;
    line-height: 55px;
    margin-left: 44px;
}
#products-top-section .info{
    padding-left: 44px;
}
#products-top-section .sh1 span{
    display: block;
}

#products-herbals-section{
    padding-top:40px;
}
.index-discount-section .option-number-container{
    text-align: left;
}



/*====================================================================================*/
/*                        Shop                                                   */
/*====================================================================================*/
#shop-top-section{
    /*background: url(../img/shop-top.jpg) center bottom no-repeat;*/
    padding: 25px 0;
}
#shop-top-section h1{
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
}
#shop-top-section h1 span{
    display: block;
}
#shop-top-section .plus-line{
    margin: 15px 0;
}

#shop-products-section{
/* background: #f7f7f7  url(../img/shop-products.jpg) center top no-repeat;*/
 padding-top: 40px;
}
#shop-products-section h2{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
	font-weight: 300;
}
#shop-products-section .products-list >div{
    padding: 0px 5px;

}
#shop-products-section .products-list .thumbnail{
    padding: 6px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    border: none;
}

#shop-products-section .item.product .action-container a{
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #c7cdd6;
    padding: 8px 0;
    color: #001a46;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#shop-products-section .item.product h4{
    font-size: 32px;
    margin: 16px 0;
    text-align: center;
	font-weight:100;
    height: 36px;
}
#shop-products-section .item.product h4.longt{
    font-size: 20px;
    line-height: 29px;
}
#shop-products-section .item.product .subtitle{
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    height: 75px;
    overflow: hidden;
}
#shop-products-section .item.product h4 span{
    font-weight: bold;
}
#shop-products-section .item.product .add-cart{
    color:white !important;
    background: #2c9e22;
}

.product.item .caption{
    color: #001a46;
}
.product.item img{
    max-width: 100%;
}
.product .price-info {
    padding: 15px 0;
}

.product .action-container{
    margin-left: -9px;
    margin-right: -9px;
}
.product .price{
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 4px;
    text-align: left;
}
.product .price .price-text{
    font-weight: normal;
    font-size: 16px;
}
.product .pill-text {
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    font-weight: normal;
    color: rgb(0, 26, 70);
}
.product .points {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 31px;
    margin: 0px;
    padding: 0px;
}
.product .price+.points,
.product .price+.points+.points{
    line-height: 22px;
    text-align: right;
}
    /*====================================================================================*/
/*                        Education                                                   */
/*====================================================================================*/

#education-top-section{
    background: url(../img/education-top.jpg) center bottom no-repeat;
    padding: 60px 0;
}

#education-top-section .sh1{
    font-size: 120px;
    line-height: 120px;
    padding-bottom: 15px;
    margin-left: 36px;
}
#education-top-section .info{
    padding-left: 44px;
}
#education-top-section .info-header{
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin: 30px 0;
}
#education-health-section{
    background: url(../img/education-health.jpg) center bottom no-repeat;
    padding: 60px 0;
}
.education-list{
    margin-top: 50px;
}
.education-list .education-item{
    margin-bottom: 20px;
}

.education-item-image a{
    display: inline-block;
	max-width: 100%;
}
.education-item-image img{
    border: 1px solid #dbdbdb;
}
.education-title{
    margin: 5px 0;
}
.education-title a{
    font-size: 18px;
    line-height: 17px;
    font-weight: bold;
}
#education-health-section .sh1r{
    font-size: 51px;
    padding-bottom: 20px;
    border-bottom: 5px solid #ccd1d8;
}
#education-health-section .sh1r:after{
    background: url(../img/plus-gray.png);
    background-size: 100%;
}

#education-health-section .sh1r:after{
    color: #ccd1d8;
}

#education-universities-section{
    color: white;
    background: url(../img/education-universities.jpg) center bottom no-repeat;
    padding: 60px 0;
    background-size: auto 100%;
}

#education-universities-section h2{
    color: #9cc4ff;
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
}

#education-locations-section{
    color: white;
    background: url(../img/education-locations.jpg) center bottom no-repeat;
    background-size: auto 100%;
    padding: 60px 0;
}

#education-locations-section h2{
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 60px;
}

#education-market-section{
    color: white;
    background: url(../img/education-market.jpg) center bottom no-repeat;
    background-size: auto 100%;
    padding: 60px 0;
    font-size: 18px;
    line-height: 19px;
}
#education-market-section h2{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 0px;

}
.market-wrapper{
    border: 1px solid rgba(255,255,255, 0.6);
    padding: 35px;
    font-size: 16px;
    line-height: 22px;
}

.market-wrapper img{
    border: 1px solid black;
    width: 100%;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    margin-bottom: 40px;
}

#education-stories-section{
    background: url(../img/education-stories.jpg) center bottom no-repeat;
    background-size: auto 100%;
    padding: 60px 0 250px 0;
}
#education-stories-section h2{
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}

    /*====================================================================================*/
/*                        Header                                                      */
/*====================================================================================*/
section#header{
    position:absolute;
    top:0px;
    z-index:2;
    width:100%;
    background: white;
}
.navbar{
    font-size: 15.5px;
    margin-bottom: 0px;
}



.navbar-default{
    border: none;
    background:white;
}
.navbar-default.navbar-fixed-top{
    border-bottom: 1px solid #dee1e7;
}

.main-page .navbar-default.navbar-fixed-top{
    border-bottom: none;
}
.navbar-default.navbar-fixed-top .navbar-collapse{
    max-height: 100vh;
    padding-bottom: 15px;
}

.navbar .navbar-brand img{
    height: 60px;
}
#footer .navbar .navbar-brand img{
    height: 30px;
}
#footer .navbar-nav{
    margin:20px 0;
}
.navbar .navbar-brand{
    padding: 10px 0 0 0;
    height: auto;
    margin-left:0px !important;
}
.navbar .navbar-brand{
    display: inline-block;
    padding: 20px 0;
}
.navbar-bottom > ul{
    margin-top: 10px;
}

.navbar .calendar,
.navbar .permit{
    color: #05254b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.navbar .permit{
    padding: 0 15px;
}
.navbar .calendar .fa{
    color: #73a220;
    font-size: 21px;
    margin-right: 10px;
}
.navbar-default .navbar-nav > li{
    padding: 0px ;
}
.navbar-default .navbar-nav > li > i{
    line-height: 40px;
}
.navbar-default .navbar-nav a:hover{
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    color: #001a46;
    font-weight: normal;
    border-right: 1px solid rgba(222, 225, 231, 0.3);
}
.navbar-nav > li:last-child > a{
    padding-right: 0px;
}
.navbar-default .navbar-nav > li.nob > a {
    border: none;
}
.navbar-top{
    /*background: rgb(255,255,255);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 31%, rgba(236,236,236,1) 65%, rgba(236,236,236,1) 65%, rgba(236,236,236,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 31%,rgba(236,236,236,1) 65%,rgba(236,236,236,1) 65%,rgba(236,236,236,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 31%,rgba(236,236,236,1) 65%,rgba(236,236,236,1) 65%,rgba(236,236,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    */

    font-size: 12px;
    line-height: 20px;
}
.navbar-top label{
    margin: 0px;
    vertical-align: middle;
}
.navbar-default.navbar .signup-container a{
    display: inline-block;
    font-size: 16px;

    font-weight: 300;
}
.main-page .navbar-default .navbar-nav > li > a{
    color: white;
}
.main-page .navbar-default {
    color: white;
    background: rgba(11, 5, 3, 1);
    background: -moz-linear-gradient(top, rgba(11, 5, 3, 1) 0%, rgba(93, 56, 37, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11, 5, 3, 1)), color-stop(100%, rgba(93, 56, 37, 0.9)));
    background: -webkit-linear-gradient(top, rgba(11, 5, 3, 1) 0%, rgba(93, 56, 37, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(11, 5, 3, 1) 0%, rgba(93, 56, 37, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(11, 5, 3, 1) 0%, rgba(93, 56, 37, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(11, 5, 3, 1) 0%, rgba(93, 56, 37, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b0503', endColorstr='#5d3825', GradientType=0);
}
.main-page .navbar-top{
    background: none;
}

.navbar .language-picker,
.navbar .permit-picker{
    line-height: 40px;
}

.navbar .permit-picker ul{
    top:50px;
}
.navbar-default .navbar-top  a{
    line-height: 30px;
    border-right: 1px solid rgba(222, 225, 231, 0.3);
    padding: 0 15px;
    display: inline-block;
}
.navbar-default .navbar-top li:last-child a{
    border-right: none;
    padding-right: 0px;
}
.navbar .language-picker ul li,
.navbar .permit-picker ul li{
    line-height: 20px;
}

.navbar-top  li > a,
.navbar-top .language-picker{
    line-height: 20px;
}

.navbar-top .language-picker li{
    line-height: 20px;
}

.nav > li > a:hover, .nav > li > a:focus{
    background-color: inherit;
    text-decoration: underline;
}

.copyright-line{
    padding:30px 0;
    border-top: 1px solid #dee1e7;
}

.lpd_breadcrumb a:hover{
    text-decoration: none;
}

.lpd_breadcrumb{
    margin: 20px 0;
}
.lpd_breadcrumb,
.lpd_breadcrumb .breadcrumb > .active{
    color: #959595;
    text-align: left;
}
.lpd_breadcrumb .breadcrumb > li + li:before{
    content: " → ";
    color: #959595;
}

.lpd_breadcrumb ul.breadcrumb{
    background: none;
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
}


#title-breadcrumb h2{
    font-size: 18px;
    color: #959595;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    margin: 20px 0;
}

/*====================================================================================*/
/*                        HEADER PERMIT                                               */
/*====================================================================================*/




[data-permitcart]:after {
    content:  attr(data-permitcart) ;
    background: red;
    color: white;
    font-size: 10px;
    border-radius: 10px;
    padding: 2px 4px;
    position: absolute;
    display: inline-block;
    line-height: 11px;
    bottom: 8px;
    left: 14%;
    text-align: center;
}

.permit-picker a.mycart{
    color:#77a106;
}

.change-permit{
    display: inline-block;
}
.permit-picker ul {
    list-style: none;
    margin: 0;
    padding: 3px 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    position: absolute;
    top: 100%;
    z-index: 100;
    white-space: nowrap;
    left: -5px;
}

.permit-picker.dropdown-list ul {
    display: none;
}
.permit-picker.dropdown-list ul.active{
    display: block;
    background: #fff;
}

.permit-picker li {
    padding: 5px;
    list-style: none;
}

/*====================================================================================*/
/*                        PRODUCT DETAILS                                             */
/*====================================================================================*/



#product-2 .price{
	text-align: left
}
p.price {

    font-size: 23px;
    font-weight: 900;
    color: rgb(0, 26, 70);
}
.product-quantity {
    margin-top: 40px;
}
.quantity-box{display:inline-flex;  margin-right: 10px;}
.quantity-box #quantity_wanted{width: 40px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-color:  #d1d1d1}

.spinner .button {
    padding: 0;
    width: 140px;
    white-space: nowrap
}
.spinner__input {
    padding: 0;
    background: #fff !important;
    width: 32px;
    height: 34px;
    border: 1px solid #cacaca;
    font-size: 12px
}
.spinner__input--small {
    width: 23px;
    height: 26px;
    position: relative;
    top: 0;
    vertical-align: bottom;
    font-size: 10px
}
.spinner__buttons {
    float: left;
    width: 27px;


}
.spinner__buttons a {
    font-size: 10px;
    line-height: 18px;
    display: block;
    width: 17px !important;
    height: 16px;
    padding: 0;
    text-align: center;
    color: #4c4c4c;
    border: 1px solid #d1d1d1;
    border-left: 0
}
.spinner__buttons a:hover {
    text-decoration: none
}
.spinner__buttons--small {
    width: 14px
}
.spinner__buttons--small a {
    font-size: 8px;
    padding: 0;
    line-height: 13px
}
.spinner__buttons--small .spinner__top {
    height: 17px;
    width: 14px !important;
    border-bottom: 0
}
.spinner__buttons--small .spinner__bottom {
    height: 17px;
    width: 14px !important;
    border-top: 0
}
.spinner__top.spinner__top {
    border-bottom: 0
}
.spinner__bottom.spinner__bottom {
    border-top: 0
}


div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 10px;
}

div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    z-index: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 9;
}

div.product .woocommerce-tabs ul.tabs li a {
    color: #959595 !important;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: none;
    background: white;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}



div.product .woocommerce-tabs ul.tabs:before {
    content: "";
    top: 12px;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    display: block;
    background: #ebebeb;
    z-index: 1;
}

div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none;
    content: "";
    position: relative;
}



.product_meta {
    margin-bottom: 20px;
    /* border: 1px solid #ebebeb; */
    padding: 5px 0 0 0;
    width: 33%;
}

.product_meta {
    margin-bottom: 30px;
}

.product-preview {
    font-size: 14px;
    margin-bottom: 50px;
}


div.product span.price del, div.product p.price del, .item.product del {
    color: #959595;
    font-size: 68%;
}

div.product p.price del, div.product span.price del {
    opacity: 1;
    filter: alpha(opacity=100);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
section.product-card{
    padding: 100px 0;
}

/*====================================================================================*/
/*                        REGISTER                                                    */
/*====================================================================================*/
.signup-reg{
	font-size: 14px;
}

/*====================================================================================*/
/*                        BLOG                                                    */
/*====================================================================================*/
*====================================================================================*/

section.blog-header{
    background-image: url(../img/about-banner.jpg);
    padding: 30px 0;
}

section.blog-header .main-content{
    padding-top: 0px;
}

section.blog{
    padding: 70px 0 120px 0;
}

section.blog-info{
    padding:70px 0;
    background: #f5f9f9;
}

.blog-item {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
}
.blog-item a:hover{
    text-decoration: none;
    color: #77a106;
}

.blog-image-info-holder>div {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s,opacity .1s;
    transition: transform .25s,opacity .1s;
}

.blog-title:not(:last-child) {
    margin-bottom: 12px;
}

.blog-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-item-image-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 100%;
}

.blog-item-image-holder img {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-filter: blur();
    will-change: transform;
    vertical-align: middle;
    max-width: 100%;
}

.blog-item-image-holder a:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.06);
    -moz-transform: translate3d(0,0,0) scale(1.06);
    transform: translate3d(0,0,0) scale(1.06);
}

.blog-info-top{
    padding-top: 5px;
    text-align: right;
}

.blog-info-top a{
    letter-spacing: .5px;
    color: #b5b5b5;
    font-weight: 400;
    font-size: 12px;
}

.blog-info-top>a>div {
    display: inline-block;
    vertical-align: middle;
}

.blog-excerpt {
    font-size: 15px;
    line-height: 24px;
    color: grey;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
    text-align: left;
    font-weight: lighter;
}

.blog-info-category, .blog-post-info-category{
    text-transform: uppercase;
}



.blog-holder, .blog-holder article, .blog-holder article .blog-post-content, .blog-holder article .blog-post-image{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.blog-holder {
    width: 100%;
    /*margin: 0 0 40px;*/
    clear: both;
}
.blog-holder article .blog-post-image{
    max-width: 100%;
}

.blog-holder.blog-single article .blog-post-info-after-title {
    margin-bottom: 44px;
    color: #b5b5b5;
    font-size: 12px;
}
.blog-holder, .blog-holder article, .blog-holder article .blog-post-content, .blog-holder article .blog-post-image {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.blog-holder article {
    width: 100%;
    box-sizing: border-box;
}

.blog-holder.blog-single article {
    margin: 0 0 30px;
}

.blog-holder.blog-single article .blog-post-heading {
    margin-bottom: 24px;
    text-align: center;
}

.blog-single-navigation .blog-single-next, .blog-single-navigation .blog-single-prev {
    color: #b5b5b5;
    background-color: #f9f9f9;
    -webkit-transition: color .2s ease-out,background-color .2 ease-out;
    -moz-transition: color .2s ease-out,background-color .2 ease-out;
    transition: color .2s ease-out,background-color .2 ease-out;
}

.blog-single-navigation .blog-single-prev {
    float: left;
    padding: 9px 28px 7px 16px;
}
.blog-single-navigation .blog-single-next {
    float: right;
    padding: 9px 16px 7px 28px;
}

.blog-single-navigation .blog-single-prev .blog-single-nav-mark {
    margin: 0 21px 0 0;
}

.blog-single-navigation .blog-single-prev .blog-single-nav-label, .blog-single-navigation .blog-single-prev .blog-single-nav-mark {
    float: left;
}

.blog-single-navigation .blog-single-next .blog-single-nav-label, .blog-single-navigation .blog-single-next .blog-single-nav-mark {
    float: right;
}

.blog-single-navigation .blog-single-next .blog-single-nav-mark, .blog-single-navigation .blog-single-prev .blog-single-nav-mark {
    font-size: 14px;
    line-height: inherit;
    color: inherit;
}

.blog-single-navigation .blog-single-next .blog-single-nav-mark {
    margin: 0 0 0 21px;
}

.blog-single-navigation .blog-single-next:hover, .blog-single-navigation .blog-single-prev:hover {
    color: #fff;
    background-color: #000;
}

.blog-single-navigation .blog-single-next .blog-single-nav-label, .blog-single-navigation .blog-single-prev .blog-single-nav-label {
    color: inherit;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height:20px;
}

section.blog-post{
    padding: 70px 0 120px 0;
}

.blog-holder.blog-single article .blog-post-info-top>div {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
}

.blog-holder.blog-single article .blog-post-info-top{
    letter-spacing: .5px;
    color: #b5b5b5;
    padding-top: 5px;
}

.blog-holder.blog-single article .blog-post-text-main {
    font-size: 16px;
    color: #424242;
}

.blog-holder.blog-single article .blog-post-title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-holder.blog-single article.movie .blog-post-title{
    margin-bottom:0px;
}

.blog-holder.blog-single article.movie .blog-post-content{
    display: block;
}


section.signup{
    padding: 80px 0;
}

.select2-container {
    z-index: 99999;
}

.icon-bar {
    /*position: fixed;*/
    top: 30%;
    right: 0px;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    width: 50px;
}
.icon-bar .slide-text{
    display: none;
    margin-left: 10px;
}
.icon-bar a:hover{
    width: auto;
}
.icon-bar a:hover .slide-text{
    display: inline-block;
}
    /* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #77a106;;
}

.share {
    background: #3B5998;
    color: white;
}


.error-details{
    margin: 35px 0;
}

.error-actions a:not(:last-child){
    margin-right: 15px ;
}

.space-30{
    margin-top:30px;
}

.text-danger-strong{
    color: red;
}

.font-weight-bold {
    font-weight: bold;
}

.product-short-info{
    min-height:80px;
}