/* Karantino metu */
div.karantinas{
	margin: 45px 8px 0px 8px;
	padding: 15px;
	background-color: #15840e;
	color: #fff
}
a.karantinas:link{
	color: #fff;
	text-decoration: underline;
}
a.karantinas:visited{
	color: 	#cccccc;
	text-decoration: underline;
}
a.karantinas:hover{
	color: 	#cccccc;
	text-decoration: underline;
}
a.karantinas:active{
	color: #fff;
	text-decoration: underline;
}
/* Karantino metu */
.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.container {
    padding-left: 8px;
    padding-right: 8px;
}

html{
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

h1{
    margin:0!important;
    padding-top: 20px;
    padding-bottom: 10px;
}

body {
    color:#000;
    /*background: #fff;*/
}

p {
    margin: 5px 0 20px;
    text-align: justify;
    text-justify: inter-word;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.rgg-imagegrid .rgg-img {
    border: 1px solid #c5c5c5;
}

#swipebox-title {
    background: #000;
}

#swipebox-top-bar {
    line-height: 25px;
}

.content-wrapper{
    background: #fff;
    padding-bottom: 200px;
    position:relative;
    overflow:hidden;
    min-height: 100vh;
}

.content-wrapper.gray{
    background: #dadada;
}

.manin-content{
    font-family: 'Raleway', sans-serif;
    position: relative;
    /*padding-bottom: 6rem;*/
    min-height: 100%;
    /*background: #f9f9f9; */
}

.entry-title .post-edit-link{
    color: #e0e0e0;
    font-size: 28px;
    margin-left: 5px;
    text-decoration: none;
}

.entry-title .post-edit-link:hover{
    color: #c5c4c4;
}

article{
    font-size: 16px;
    line-height: 1.5; 
    margin-top: 35px;
}

article ol li {
    padding: 5px 0;
}

article table td {
    padding: 3px;
}

article .wp-post-image{
    max-width: 100%;
}

article .pull-right{
    margin: 0 0 35px 35px;
}

article .pull-left{
    margin: 0 35px 35px 0;
}

article .form-group label {
    font-weight: normal;
}

a[name] {
  padding-top: 200px;
  margin-top: -200px;
  display: inline-block; /* required for webkit browsers */
}

@media (max-width: 768px) {
    article .pull-right{
        float:none!important; 
        text-align: center;
        margin-left: 0;
    }
    article .pull-left{
        float:none!important; 
        text-align: center;
        margin-right: 0;
    }    
    article .wp-post-image {
        margin: 0;
    }
    .thumb-pad1{
        margin-right: auto!important;
        margin-left: auto!important;
    }
}

.fb-like {
    width: 100%!important;
    overflow: hidden!important;
}

.book-list{
    margin: 45px 0;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    padding: 25px 15px;
}

.book-list .book-author {
    color: #8a8a8a;
    font-size: 13px;
    line-height: 1;
    padding: 20px 0 10px 0;
    text-align: center;
    font-weight: bold;
}

.page-tree{
    margin: 45px 0;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    padding: 15px;
}

.thumb-pad1.book-block {
    height: 450px;
    position: relative;
    margin: 0 5px 100px 5px;
}

.thumb-pad1.book-block .event-info {
    /*border-top: 1px solid #f2f2f2;*/
    position: absolute;
    bottom: 0;
    height: 45px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #8a8a8a;
    background: #fff;
    text-align: center;
}

.thumb-pad1.book-block .caption a {
    padding: 12px 5px 5px 5px;
    font-size: 16px;
}

.book-block-image {
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.book-wrapper img{
    width: 100%;
}

.book-block .image_mask:before, .book-block .image_mask .mask_content .btn {
    margin-top: 100px;
}

.savb-no-margin{
    margin:0!important;
}

.savb-content .icon{
    color:#20a84c;
}

.event-icons{
    color: #777;
    font-size: 18px;
    line-height: 2;
    margin-top: 25px;
    margin-left: 10px;
}

.event-icons .breadcrumbs{
    font-size: 13px;
}

.book-icons{
    color: #777;
    font-size: 18px;
    line-height: 2;
    margin-top: 25px;
    text-align: left;
    max-width: 300px;
}

.event-icons .icon, .book-icons .icon{
    margin-right: 5px;
}

.event-icons small, .book-icons small{
    margin-right: 20px;
    font-weight: bold;
}

.event-icons .edit, .book-icons .edit{
    color:#bababa;
}

.event-icons .edit a, .book-icons .edit a{
    color:#bababa;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bbb;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bbb;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bbb;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #bbb;
}

.event-list .event-icons, .book-list .event-icons{
    margin-bottom: 25px;
}

.events-title{
    display: table;
    margin: 0 auto 10px auto;
    text-align: center;
}

.events-title h1{
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-size: 40px;
    color: #444;
    text-transform: uppercase;
}

.events-title h2{
    font-family: 'Raleway', sans-serif;
    padding: 100px 0 10px;
    text-align: center;
}

.events-title .hr{
    clear: both;
    display: block;
    height: 3px;
    line-height: 5px;
    position: relative;
    float: none;
    margin-bottom: 55px;
    margin-right: 5px;
}

.events-title .hr-dot{
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background-color: #20a84c;
    margin-right: 5px;    
}

.fw-title-row{
    margin-top: 120px;
    padding: 35px 15px 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.fw-title-row.gray{
    background: #f9f9f9;
}

.title-row-block{
  padding-bottom: 15px;  
}

.title-row-block h1{
    font-family: 'Oswald';
    color: #444;
    padding-bottom: 20px;
}

.title-row-block .icon-printer{
    /* float: right; */
    color: #a7a7a7;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px;
    /* margin-bottom: 5px; */
}

.fw-title-row .widget ul{
   list-style: none; 
}

.fw-title-row .widget ul a{
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.8;
    font-weight: bold;
}

.fw-title-row .widget ul li:before{
    font-family: 'icomoon' !important;
    color: #20a84c;
    margin-right: 10px;
    font-size: 17px;   
}

.savb-page-content{
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.05);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin: 0;
    padding: 0 20px 10px 20px;
}



.savb-contact-form{
    padding:40px 0;
    max-width:700px;
    width:100%;
    margin:0 auto
}
.savb-contact-form .form-group{
    margin-bottom:30px;
    text-align: center;
    /*position:relative*/
}
.savb-contact-form .form-group:before{
    /*position:absolute;
    display:block;
    content:'';
    bottom:0;
    left:0;
    right:0;
    height:2px;
    background-color:#CBCBCB*/
}
.savb-contact-form .form-group .form-control-msg{
    /*text-transform:uppercase;*/
    font-weight:500;
    font-size:10px
}
.savb-contact-form .form-group.has-error:before{
    background-color:#a94442
}
.savb-form-control{

    /*margin-right: -200px;*/
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 11px 25px;
    font-size: 15px;
    line-height: 1.71428571;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline-color: #20a84c;

    /*resize:vertical;
    border:none;
    border-radius:0;
    padding:8px 15px;
    outline:none;
    box-shadow:none !important;
    -webkit-box-shadow:none !important*/
}

/*
.savb-form-control::-webkit-input-placeholder{
    text-transform:uppercase
}
.savb-form-control::-moz-placeholder{
    text-transform:uppercase
}
.savb-form-control:-ms-placeholder{
    text-transform:uppercase
}
.savb-form-control:-moz-placeholder{
    text-transform:uppercase
}
.savb-form-control:hover,.savb-form-control:focus,.savb-form-control:active{
    box-shadow:none
}*/

.btn-savb-form{
    /*-webkit-transition:all 320ms ease;
    -moz-transition:all 320ms ease;
    -ms-transition:all 320ms ease;
    -o-transition:all 320ms ease;
    transition:all 320ms ease;
    background-color:#656565;
    border-radius:2px;
    font-size:26px;
    padding:14px 60px;
    color:#fff;
    font-weight:100;
    border:none*/

    color: #fff;
    background-color: #20a84c;
    border-color: #20a84c;
    vertical-align: middle;
    /* float: right; */
    /* z-index: 10; */
    /* position: relative; */
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 55px;
    font-size: 13px;
    line-height: 1.71428571;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;



}
.btn-savb-form:hover,.btn-savb-form:focus{
    background-color:#1a9241;
    color: #fff;
}
.form-control-msg{
    display:none
}
.has-error .form-control-msg{
    display:block
}
.js-show-feedback{
    display:block
}



#text-2{
    font-size: 12px;
    line-height: 1;
}

/* HEAD */

.savb-content{
    /*margin-top: 150px;*/
    /*margin-bottom: 150px;*/
}

.savb-logo{
    padding:5px 0;
}

.savb-logo-menu-wrap{
    float:left;
    margin: 3px 0 1px 15px;
    padding: 0;
}

.savb-logo-menu-wrap img, .savb-logo-menu-wrap-mobile img{
    height: 80px;
    width: auto;
}

.savb-logo-menu-wrap-mobile{
    float:left;
    margin: 0 0 0 25px;
}

.savb-logo-menu-wrap a, .savb-logo-menu-wrap-mobile a{
    color: #217044;
    text-decoration: none;
    margin:0px;
    padding: 0;
    line-height: 1;
}

.savb-logo-menu-wrap a span, .savb-logo-menu-wrap-mobile a span{
    font-size: 80px;
}

.search-container{
    padding: 6px 6px 17px 6px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.05);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin:0;
}

.search-container ul{
    padding-left: 10px;
    list-style: none;
}

.savb-search-field{
    margin-right: -200px;
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 11px 25px;
    font-size: 15px;
    line-height: 1.71428571;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline-color: #20a84c;
}

.savb-search-btn{
    color: #fff;
    background-color: #20a84c;
    border-color: #20a84c;
    vertical-align: middle;
    float: right;
    z-index: 10;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.71428571;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.savb-search-btn:hover, .savb-search-btn:focus, .savb-search-btn:active{
    background-color: #1b9442;
}

.search-options{
    text-align: right;
    margin-top: 10px;
}

strong.highlight{
    background: #f1f1f1;
}

.seaech-count{
    margin-bottom: 25px;
}

.search-result-content{
    box-shadow: 0px 0px 10px 2px rgba(130, 142, 148, 0.1);
    margin-bottom: 50px;
    padding: 15px 20px;
    background: #fff;
}

.search-result-content h3{
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    margin:0;
}

.search-result-content h3 a{
    text-decoration: none;
    color: #333;
}

.search-result-content img{
   margin-top: 10px;
}

.search-result-content article{
    margin-top: 0;
}

@media (max-width: 768px){
    .search-img{
       text-align: center;
    }
}

.control {
    position: relative;
    padding-left: 25px;
    margin-left:20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}

@media (max-width: 500px){
    .control {
        width:90%;
        text-align: left;
        margin-left:40px; 
    }  
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 16px;
      background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #20a84c;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #20a84c;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.wp-polls-ans ul{
    padding: 10px 0;
}

.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
    padding-left: 25px;
}

.wp-polls .Buttons {
    width: 100%;
    color: #fff;
    background-color: #20a84c;
    border-color: #20a84c;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.71428571;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widgets-area-right{
    margin: 45px 0 0 15px;
}

@media (max-width: 991px) {
    .widgets-area-right{
        margin: 50px 0 0 0;
    }
}

.widgets-area-right .widget{
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    padding: 0 10px 20px 10px;
    background: #fff;
}

.widgets-area-right .widget_text{
    padding: 6px 6px 17px 26px; 
}

.widgets-area-right h2{
    font-size: 25px;
}

.widgets-area-right .read-link{
    width: 100%;
    color: #fff;
    background-color: #20a84c;
    border-color: #20a84c;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.71428571;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widget_savb_link_widget .link-wrapper{
    display: flex;
}

.row-events{
    margin: 45px 0;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    padding: 15px;
}

.thumb-pad1, .thumb-pad2 {
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    background: #ffffff;
    max-width: 400px;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
}

.thumb-pad1 .thumbnail, .thumb-pad2 .thumbnail {
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.thumb-pad1 .thumbnail figure, .thumb-pad2 .thumbnail figure {
    margin-bottom: 17px;
    box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.1);
}

.thumb-pad1 .thumbnail figure img, .thumb-pad2 .thumbnail figure img {
    width: 100%;
    object-fit: cover;
    height:230px;
}

.image_mask{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: #39415b;
    background-color: rgba(57, 65, 91, 0.5);
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 4px solid #20a84c;
}

.image_mask:before, .image_mask .mask_content {
    display: inline-block;
    vertical-align: middle;
}

.image_mask:before, .image_mask .mask_content .btn{
    color: #fff;
    background-color: #20a84c;
    border-color: #20a84c;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.71428571;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 45px;
}

.image_mask .btn:hover, .image_mask .btn:active, .image_mask .btn:focus{
    background-color: #1b9442;
}

.image_mask:hover{
    opacity: 1;
}

.thumb-pad1 .caption {
    padding: 0;
    overflow: hidden;
    color: #2e2e2e;
    text-align: center;
}

.thumb-pad1.event-block{
    height: 300px;
    position: relative;
}

.event-list{
    margin: 45px 0;
    background: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
    padding: 15px;
}

.event-list .thumb-pad1.event-block{
    margin-bottom: 100px;
}

.thumb-pad1 .event-info{
    font-size: 14px;
    /* font-weight: bold; */
    position: absolute;
    width: 100%;
    bottom: 0;
    /*border-bottom: 1px solid #ddd;*/
    height: 35px;
    padding: 8px;
    color: #888;
    background: #fff;
    font-family: 'Oswald';
}

.thumb-pad1 .event-info .event-date{
    float: right;
}

.thumb-pad2 .thumbnail .caption {
    padding: 0;
    /*overflow: hidden;*/
    color: #2e2e2e;
    /*text-align: center;*/
}

.thumb-pad1 .caption hr, .thumb-pad2 .thumbnail .caption hr {
    margin: 0;
    border-color: #171717;
    width: 27px;
    position: relative;
    top: -10px;
    display: inline-block;
}

.thumb-pad1 .caption a, .thumb-pad2 .thumbnail .caption a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0 5px 5px 5px;
    display: block;
    font-weight: normal;
    font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.thumb-pad1 .caption a:hover, .thumb-pad2 .thumbnail .caption a:hover {
    color:#20a84c;
    -webkit-transition:all 0.35s ease;
    transition:all 0.35s ease;
}

.thumb-pad2 .caption .tl {
    font-size: 14px;
}

.thumb-pad2 .caption p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}



.event-block-image{
    height:170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.event-title-container{
    height: 45px;
    background-color: #44d086;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.event-block-title a{
    font-family: 'Raleway', sans-serif;
    color:#fff;
    text-decoration: none;
    padding-bottom: 10px;
}

.events-filter-links{
    text-align: center;
}

.events-filter-links>a{
    float: right;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}

#book-slider-prev a, #book-slider-next a{
    text-decoration: none;
    margin: 0 10px;
}

#book-slider-prev .icon, #book-slider-next .icon{
    color:#999;
    font-weight: bold;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 auto !important;
}

.book-slider-wrapper {
padding: 6px 6px 17px 6px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-size: 16px;
}

.event-slider-wrapper {
    padding: 30px 6px 17px 6px;
    background: #ffffff;
    text-align: center;
}

.book-slider-wrapper .bx-wrapper {
    background: #fff;
    border: 0px solid #fff;
}

.book-filters select::-ms-expand { display: none; 

}


.book-filters select{

    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);

    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;

    display: inline-block;
    margin: 5px;
    /* width: 100%; */
    height: 46px;
    padding: 11px 25px;
    font-size: 15px;
    line-height: 1.71428571;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline-color: #20a84c;
}

.book-filters input{
    margin: 5px;
    color: #fff;
    background-color: #20a84c;
    border-color: #20a84c;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.71428571;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.event-slider-navigation{
    position: relative;
    width: 100%;
    padding: 0 25px;
}

.bx-wrapper .events-slider img {
    max-width: 100%;
    display: block;
    max-height: 150px;
    height: 100%;
    width: auto;
    object-fit: cover;
    margin: 0 auto;
}

.bx-wrapper .events-slider a {
    text-decoration: none;
    color: #333;
    font-family: 'Oswald';
    font-size: 18px;
}

#event-slider-prev .icon, #event-slider-next .icon {
    color: #999;
    font-weight: bold;
}

#event-slider-prev a, #event-slider-next a {
    text-decoration: none;
}

#event-slider-prev {
    float: left;
}

#event-slider-next {
    float: right;
}

.bx-wrapper .books-slider img {
    max-width: 100%;
    display: block;
    max-height: 200px;
    height: 100%;
    width: auto;
    object-fit: cover;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.bx-wrapper .books-slider .book-author{
    color: #8a8a8a;
    font-size: 13px;
    line-height: 1;
    padding: 20px 0 10px 0;
    text-align: center;
    font-weight: bold;
}

.bx-wrapper .books-slider .book-title{
    text-align: center;
}

.bx-wrapper .bottom-links img {
    max-width: 100%;
    display: block;
    max-height: 40px;
    height: 100%;
    width: auto;
}


.bx-wrapper .books-slider a{
    text-decoration: none;
    color: #333;
}



.bx-wrapper .books-slider .icon-user{
    margin-right: 5px;
}

.bx-wrapper .books-slider .icon-user{
    margin-right: 5px;
}

/*
.bx-wrapper .bx-pager {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 100!important;
}

.links-carousel .bx-wrapper .bx-controls-direction a{
    display: none;
}
*/
.screen-reader-text{ display: none }

.pagination {
    width: 100%;
    text-align: center;
    margin: 20px 0 50px 0;
}

.widget_savb_info_widget{
    /*border-bottom: 1px solid #f2f2f2;*/
    padding-bottom: 10px;
    margin-bottom: 25px;
    /*background: #f7f7f7;
    border: 1px solid #e6e6e6;*/
}

.widget-title, .mailerlite-form-title h3{
    font-size: 19px;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding: 20px 0 15px 15px;
    font-family: 'Oswald';
    color: #444;
    margin-top: 0;
}



.widget_savb_info_widget ul{
    list-style: none;
    padding-left: 20px;
}

.widget_savb_info_widget ul li{
    
}

.widget_savb_info_widget .w-hours-row{
    padding: 3px 0 20px 0;
    margin-right: 5px;
    font-size: 12px;
}

.w-hours-row-title{
    background-color: #20a84c;
    color: white;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}

.w-hours-title{
    float:left;
    font-weight: bold;
}

.w-hours-title:before{
    font-family: 'icomoon';
    content: "\e94e";
    color:#20a84c;
    margin-right: 10px;
    font-weight: normal;
}

.w-hours-title.phone:before{
     content: "\e942";
}

.w-hours{
    float: right;
    color: #20a84c;
    font-weight: 700;
}

.w-hours.nedirbame{
    color: #afafaf;
}

.widget_polls-widget{
    /*border-bottom: 1px solid #f2f2f2;*/
    /*padding: 0 15px 10px 10px;*/
    margin-bottom: 25px;
    padding: 0!important;
}

.widget_polls-widget .wp-polls{
    padding: 0 10px 20px 10px;
}

.widget_mailerlite_widget{
    /*padding: 0 20px!important;*/
}

.mailerlite-form-description{
    text-align: center;
}

.mailerlite-form-inputs{
    margin: 10px;
}

.mailerlite-form-field input[type=email]{
    width: 100%;
    height: 46px;
    padding: 11px 25px;
    font-size: 15px;
    line-height: 1.71428571;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline-color: #20a84c;

}

.mailerlite-subscribe-button-container input{
    width: 100%;
    color: #fff;
    background-color: #20a84c;
    border-color: #20a84c;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 11px 35px;
    font-size: 13px;
    line-height: 1.71428571;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mailerlite-form .mailerlite-form-field label {
    display: none;
}

.mailerlite-form .mailerlite-form-description {
    margin: 0 0 10px 8px;
}

.mailerlite-form-description p{
    color: #888;
}

.mailerlite-form label.error {
    font-size: 13px;
}

.widget_savb_login_widget .icon{
    margin: 0 10px;
}

.pagination .page-numbers {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination .page-numbers.current {
    background-color: #20a84c;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

@media (max-width: 768px){
    .pagination .page-numbers.prev {
       display: none;
    }
    .pagination .page-numbers.next {
       display: none;
    }
}

.widgets-area-right.subpages{
    /*margin-top: 25px;*/
    margin: 25px 15px 0 0;
}

.widgets-area-right .widget.savb_subpages_widget{
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.1);  
}

.savb_subpages_widget ul{
    list-style: none;
    padding-left: 20px;
}

.savb_subpages_widget a{
    font-weight: 500;
    color: #828181;
    font-size: 15px;
    line-height: 1;   
    font-family: 'SourceSansPro';
}

.savb_subpages_widget li{
    padding-bottom: 10px;
}

.savb_subpages_widget li:before{
    font-family: 'icomoon';
    content: "\ea42";
    color: #20a84c;
    margin-right: 10px;
}

/* FOOTER */

.savb-logo-footer-wrap {
    font-size: 70px;
    color: #dadada;
    text-decoration: none;
    margin-top: 90px;
    padding:0;
    line-height: 1;
}

.savb-logo-footer-wrap {
    text-align: center;
}

@media (max-width: 768px){
    .savb-logo-footer-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .fw-title-row {
        margin-top: 95px;
    }
}

.footer {
    padding: 0 8px;
}

.bottom-links-wrapper{
    width:100%;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
}

.footer-top{
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 30px 0;
}

.footer-bottom{
    background: #3c3c3c none repeat scroll 0 0;
    color: #dadada;
    padding: 20px 0 50px 0;
    border-top: 10px solid #f3f3f3;
}

.widget_savb_contacts_widget{

}

.footer-bottom .widget-title {
    text-transform: uppercase;
    border-bottom: none;
    color: #808080;
}

.footer-bottom ul{
    list-style: none;
    padding-left: 15px;
}

.footer-bottom ul li{
    padding-bottom: 7px;
    line-height: 1.4;
}

.footer-bottom .icon:before{
    margin-right: 10px;
}

.footer-bottom ul li a{
    font-family: "SourceSansPro-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #dadada;
}

.footer-bottom-bottom{
    text-align: center;   
    background: #3c3c3c;
    color: #808080;
}

.footer-bottom-bottom .container{
    padding: 25px 0;
    border-top: 1px solid #5a5a5a;
}

/* END FOOTER */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.swipebox-no-close-button #swipebox-close {
    display: block;
	}
}