/*@font-face {
  font-family: 'Sero';
  src: url('/Content/webfonts/seropro-webfont.eot');
  src: url('/Content/webfonts/seropro-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Content/webfonts/seropro-webfont.woff2') format('woff2'),
    url('/Content/webfonts/seropro-webfont.woff') format('woff'),
    url('/Content/webfonts/seropro-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;

}




@font-face {
  font-family: 'Sero';
  src: url('/Content/webfonts/seropro-bold-webfont.eot');
  src: url('/Content/webfonts/seropro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Content/webfonts/seropro-bold-webfont.woff2') format('woff2'),
    url('/Content/webfonts/seropro-bold-webfont.woff') format('woff'),
    url('/Content/we.bfonts/seropro-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;

}*/

button, button:hover, button:active, button:focus{
    outline:none !important;
}

@font-face {
  font-family: 'SourceSansPro';
  src: url('/Content/webfonts/SourceSansPro-Regular.eot');
  src: url('/Content/webfonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/Content/webfonts/SourceSansPro-Regular.woff2') format('woff2'),
    url('/Content/webfonts/SourceSansPro-Regular.woff') format('woff'),
    url('/Content/webfonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;

}





@font-face {
  font-family: 'SourceSansPro';
  src: url('/Content/webfonts/SourceSansPro-Bold.eot');
  src: url('/Content/webfonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/Content/webfonts/SourceSansPro-Bold.woff2') format('woff2'),
    url('/Content/webfonts/SourceSansPro-Bold.woff') format('woff'),
    url('/Content/we.bfonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;

}


body {
  font-family: SourceSansPro, Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #F3F3F3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: SourceSansPro, Arial, Helvetica, sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
.main {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  max-width: 1040px;
  margin: 0 auto;
  overflow-anchor: none;
}

.main > .inner {
  padding: 0 40px;
}
body.locked {
  overflow:hidden;
}

.row.collapsed,
.cblock .row.collapsed {
  margin-left: -4px;
  margin-right: -4px;
}

.row.collapsed > [class^="col-"],
.cblock .row.collapsed > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}


/* Buttons */
.btn {
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 5px;
  border:none;
  color: #fff;
  line-height: 1em;
  border: none;
}
.btn-primary {
  background-color: #e6b300;
  /*background-image:-moz-linear-gradient(50% 0% -90deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%); 
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(235,144,46)),color-stop(1, rgb(235,127,46)));
  background-image:-webkit-linear-gradient(180deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%);
  background-image:-o-linear-gradient(180deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%);
  background-image:linear-gradient(180deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%);
  background-repeat: no-repeat;
  background-position: 0;*/
}
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:active:hover {
        background-color: #ffc909;
        background-position: 0 -20px;
    }
.btn-default {
    background-color: #009245;
    background-repeat: no-repeat;
    background-position: 0;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:hover:focus {
  background-color: #26900A;
  background-position: 0 -20px;
  color: #fff;
}
.btn-outline {
  border: 1px solid #ddd;
  padding: 8px 10px;
  color: white;
}
    .btn-outline:hover {
        background-color: #eee;
        border-color: #eee;
        color: white;
    }
.btn-large {
  font-size: 18px;
  padding: 13px 25px;
}
.btn-large-green {
    font-size: 18px;
    padding: 13px 25px;
}
.btn-text {
  font-weight: 700;
  color: #439639;
}
.btn-text:hover {
  color: #00703C;
}
.btn-text.light {
  font-weight: 400;
}
.btn-text.hasicon.start [class^="icon-"] {
  margin-right: 6px;
}
.btn-text.hasicon.end [class^="icon-"] {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.btn-morefees {
  display: none;
  margin-top: -10px;
  margin-bottom: 20px;
}
.btn-showmorebranches {
  display: none;
}
.fees-more {
  display: none;
}

.btn-category {
    position: absolute;
    bottom: 32px;
    left: 15px;
    background-color: #e6b300 !important;

}

.btn-category:hover {
    color:white !important;
}

.btn-prev-next {
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 5px;
    border: none;
    color: black;
    line-height: 1em;
    border: none;
}

.btn-outlined-gray {
    border: 1px solid #ddd;
    padding: 8px 10px;
    color: black;
}

    .btn-outlined-gray:hover {
        background-color: #eee;
        border-color: #eee;
        color: black;
    }

/* Header and Navbar */

.header {
  background-color: #fff;
}
.navbar-default {
  background-color:#009245;
  border:0px;
  border-radius: 0;
  margin-bottom:0px;
  min-height: 40px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-default .navbar-nav>li>a {
  font-size:15px;
  color: #fff;
  padding: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}
.navbar-prim  .navbar-nav>li>a:hover, 
.navbar-prim  .navbar-nav>li>a:focus {
  color: rgba(255,255,255,.85);
}
.navbar-prim .navbar-nav>li.dropdown>a {
  padding-left: 0;
  padding-right: 0;
}
.navbar-prim .navbar-nav>.open>a, 
.navbar-prim .navbar-nav>.open>a:hover, 
.navbar-prim .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #009245;
}
.navbar-prim .navbar-nav>li>a .drop-bg {
  padding: 8px 10px;
  margin-right: 1px;
  padding-bottom: 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid transparent;
  border-bottom: none;
}
.navbar-prim .navbar-nav>.open>a .drop-bg {
  background-color: #fff;
  border-color: rgba(0,0,0,.2);
}
.navbar-prim .navbar-nav>.activebg a {
  color: #333;
}
.navbar-prim .navbar-nav>.activebg .drop-bg {
  background-color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 5px;
}


.navbar-prim .dropdown-menu {
  padding: 0 7px;
  border-top: 0;
  min-width: inherit;
  width: 100%;
}
.navbar-prim .dropdown-menu>li>a {
  padding: 7px 4px;
  border-top: 1px solid #eee;
  white-space: normal;
  line-height: 1.1em;
  font-size: 15px;
}
.navbar-prim .dropdown-menu>li:first-child>a {
  border-top: none;
}
.navbar-prim .dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #009245;
}
.navbar-prim .dropdown-menu .blank {
  color: #aaa;
  padding: 7px 4px;
  font-size: 15px;
}
.navbar-prim .dropdown-profile .dropdown-toggle {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}


.navbar-prim .dropdown-profile .blank {
  color: #aaa;
  display: none;
}
.navbar-prim .dropdown-profile.open .blank {  
  display: inline-block;
  min-width: 260px;
}
.navbar-prim .dropdown-profile.open .droptitle {  
  display: none;
}


.navbar-form {
  margin: 0;
  padding: 0;
  min-height: 70px;
  padding-top: 15px;
  border-left: 1px solid #eee;
  padding-left: 30px;
  margin-left: 30px;
}
.navbar-form .form-group {
  position: relative;
}
.navbar-form .form-group:before {
  font-family: 'icomoon';
  content: "\e608";
  position: absolute;
  color: #ccc;
  font-size: 14px;
  left: 15px;
  top: 10px;
}
.navbar-form .form-control {
  font-size: 16px;
  height: 38px;
  border-radius: 3px;
  box-shadow: none;
  padding-left: 50px;
  min-width: 360px;
  border-color: #fff;
}
.navbar-form .form-control:focus {
  border-color: #eee;
  background-color: #f5f5f5;
}
.navbar-default .navbar-toggle {
  margin-top: 18px;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color:#fff;
  border:0px;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover {
  background-color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#444;
  height: 4px;
}
.navbar-default .navbar-collapse {
  border:0px;
}
.navbar-collapse .navbar-nav > li > a.btn-primary1 {
    padding: 4px 10px;
    background-color: #e6b300 !important;
}

.navbar-collapse .navbar-nav > li > a.btn-primary1:hover {

    background-color: #ffc909 !important;
    color:white !important;
}

.navbar-brand {
  display: inline-block;
  float: none;
  padding: 0;
}

.navbar-sec {
    border-radius: 4px;
    background-color: #009245;
}
.navbar-sec .navbar-collapse {
  padding: 0;
}
.navbar-sec .navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  float: none;
}
    .navbar-sec .navbar-nav > li {
        border-right: 1px solid rgba(255,255,255,.2);
        float: none;
        -ms-flex: 1 0 auto;
        -webkit-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
        
    }
        .navbar-sec .navbar-nav > li:last-child {
            border-right: none;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            margin-left: 0.5px;
            float: none;
            -ms-flex: 1 0 auto;
            -webkit-box-flex: 1 0 auto;
            -webkit-flex: 1 0 auto;
            flex: 1 0 auto;
            text-align: center;
        }

 
   
.navbar-sec .navbar-nav>li>a {
  font-size:16px;
  font-weight: 700;
  color: #fff;
  padding: 20px;
  border: 1px solid transparent;
  border-bottom: none;
}
.navbar-sec .navbar-nav>li>a:hover {
  color: #fff;
  background-color: white;
}
.navbar-sec .navbar-nav>li>a:focus {
  color: #fff;
}
.navbar-sec .navbar-nav>.open>a, 
.navbar-sec .navbar-nav>.open>a:hover, 
.navbar-sec .navbar-nav>.open>a:focus {
  background-color: #fff;
  color: #00703c;
  border-color: #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -2px;
  padding-top: 22px;
}


.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 30px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-top: none;
  min-height: 360px;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  clear: both;
  line-height: 1.3em;
  padding-right: 15px;
  color: #333;
  white-space: normal;
  font-size: 15px;
  padding-bottom: 15px;
}
    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: gray !important;
        font-weight: 600 !important;
    }
.mega-dropdown-menu > li > ul > li > a h5 {
  font-size: 18px;
  color: #0a6735;
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}
.mega-dropdown-menu > li > ul > li > a .icon-arrow {
  font-size: 14px;
  opacity: .6;
  position: absolute;
  left: 0;
}
.mega-dropdown-menu > li > ul > li > a:hover .icon-arrow {
  opacity: 1;
}
.mega-dropdown-menu > li > ul > li > a:hover p {
  color: gray !important;
  font-weight: 600 !important;
}

.dropdown .mega-dropdown .desktop-site > li > ul > li > a:hover p {
    color: gray !important;
    font-weight: 600 !important;
}
.mega-dropdown-menu > li > ul > li > a p {
    padding-left: 18px;
}
.mega-dropdown-menu > li.drop-side {
  width: 30%;
  float: left;
  padding: 0 15px;
}
.mega-dropdown-menu > li.drop-content {
  width: 70%;
  float: left;
  padding: 0 15px;
}
.mega-dropdown-menu > li.drop-content ul li {
  display: inline-block;
  width: 33.3333%;
  margin-right: -4px;
  padding-right: 20px;
  vertical-align: top;
}

.mega-dropdown-menu .dropdown-header {
  color: #FFFFFF;
  font-size: 14px;
  font-weight:bold;
  line-height: 1em;
  position: relative;
  padding-left: 55px;
  border-bottom: 2px solid rgba(255,255,255,.2);
  padding-bottom: 8px;
  margin-bottom: 8px;
  min-height: 42px;
}
.mega-dropdown-menu .dropdown-header [class^="icon-"] {
  font-size: 25px;
  color: #F82790;
  position: absolute;
  left: 0;
}
.mega-dropdown-menu form {
  margin:3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.menu-intro {
  text-align: center;
  padding: 0 15px;
  border-right: 1px solid #eee;
  /*dodano*/
  min-height: 299px;
}
.menu-intro h4 {
  color: #0a6735;
}
.menu-intro .btn-default1 {
  display: inline-block;
  color: #fff;
  padding: 6px 12px;
  background-color: #e6b300;
  /*background-image: -moz-linear-gradient(50% 0% -90deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%);
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(235,144,46)),color-stop(1, rgb(235,127,46)));
  background-image: -webkit-linear-gradient(180deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%);
  background-image: -o-linear-gradient(180deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%);
  background-image: linear-gradient(180deg,rgb(235,144,46) 0%,rgb(235,127,46) 100%);*/
}


 .btn-default1:hover {
    background-color: #ffc909;
    color: white !important;
}

.btn-large {
    background-color: #e6b300 !important;
    margin-bottom: 8px !important;
}
.btn-large-green {
    background-color: #009245 !important;
    margin-bottom: 8px !important;
}
.btn-large:hover {
    background-color: #ffc909 !important;
    color: white;
}

.btn-primary1:hover {
    background-color: #ffc909 !important;
}

/* Logobar */

.logobar {
  padding: 30px 0;
  position: relative;
  min-height: 56px;
}
.logo-right {
  position: absolute;
  right: 0;
  top: 30px;
}
.logo-right > * {
  display: inline-block;
  vertical-align: top;
}
.logo img {
  max-width: 193px;
  height: auto;
}

.form-topsearch .form-group {
  position: relative;
}
.form-topsearch .form-search {
  width: 160px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.form-topsearch .form-search:focus {
  width: 300px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-topsearch .form-control {
  height: 40px;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  font-size: 16px;
  font-weight: 700;
}
.btn-topsearch {
  display: block;
  width: 38px;
  height: 40px;
  font-size: 17px;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  color: #439639;
  text-align: center;
}
.obanking {
  padding-left: 20px;
}
.btn-onlinebanking {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 8px !important;
}



.btn-onlinebanking:hover{
    color:white;
}

.btn .btn-large .btn-onlinebanking:hover {
    background-color: #ffc909 !important;
    color:white !important;
}

.btn-large {
    font-size: 14px !important;
    margin-bottom: 4px !important;
}
.btn-large-green {
    font-size: 14px !important;
    margin-bottom: 4px !important;
}
.btn-outline1 {
    background-color: #e6b300 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
  
}

    .btn-outline1:hover {
        background-color: #ffc909 !important;
        color: white;
    }

     .btn .btn-outline1:hover {
    background-color: #ffc909 !important;
    color: white !important;
}
.overlay {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.55);
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  opacity: 0;
  visibility: hidden;
}
.menuopen .overlay,
.searchopen .overlay {
  opacity: 1;
  visibility: visible;
}


.mobile-control {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.mobile-control a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #439639;
  padding: 18px;
  border-radius: 0;
  float: left;
}
.mobile-control a.selected {
  background-color: #ddd;
  color: #439639;
}

.mobile-control a:hover {
	color: #439639 !important;
}

.mobile-control a:focus {
	color: #439639 !important;
}

.btn-mobilemenu.selected .icon-mmenu:before {
  content: "\e903"; 
}

.panel-menu {
  background-color: #ddd;
  padding-top: 12px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 56px;
  /*bottom: 0;*/
  /*height: auto;*/
  /*max-height: 340px;*/
  bottom: 0px;
  overflow-y: scroll;
  z-index: 50;
  display: none;
}
.panel-menu .nav-tabs {
  border-bottom: none;
  padding: 12px 20px;
  padding-top: 0;
}
.panel-menu .nav-tabs>li>a {
  font-size: 15px;
  color: #333;
  border: none;
}
.panel-menu .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}
.list-mobilemenu {
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
}
    .list-mobilemenu li a {
        display: block;
        background-color: #fff;
        color: #009245;
        font-size: 15px;
        font-weight: 700;
        padding: 14px 0;
        border-top: 1px solid #eee;
    }
.list-mobilemenu:not(.sec) li:first-child a {
  border-top: none;
}
.list-mobilemenu.sec li a {
  font-weight: 400;
}

.menuopen .panel-mobilemenu {
  display: block;
}
.searchopen .panel-search {
  display: block;
}

.panel-search {
  padding: 20px;
}
.panel-search .form-group {
  margin: 0;
}
.panel-search .btn-default {
  padding: 12px 20px;
  margin-top: 5px;
}
.panel-search .form-prefixed > [class^="icon"] {
  opacity: .7;
}
.panel-menu .tab-pane {
  background-color: #fff;
  /*position: absolute;
  top: 64px;
  bottom: 0;*/
  position:relative;
  width: 100%;
  overflow-y: auto;
}
.form-prefixed {
  position: relative;
}
.form-prefixed > [class^="icon"] {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
}

.mobile-action {
  display: none;
}
.list-mobileaction {
  margin: 0 -20px;
}
.list-mobileaction a {
  display: block;
  color: #fff;
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #009245;
  border-top: 1px solid rgba(255,255,255,.2);
}
.list-mobileaction a.spec {
background-color: #e6b300;
}
.list-mobileaction a.spec-green {
    background-color: #009245;
}
.list-mobileaction li:first-child a {
  border-top: none;
}
.list-mobileaction a [class^="icon-"] {
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}


/*izbor box*/



/* Promo Section */

.toppromo {
  position: relative;
}
.topslider .slide {
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
  height: 360px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.message {
  position: relative;
  z-index: 5;
  padding: 0 50px;
  padding-top: 60px;
  /*width: 36%;*/
  width: 50%;
}
.message h1 {
  font-size: 40px;
  color:#0a6735;
  margin:0px;
  margin-bottom: 17px;
  line-height:.9em;
}
.message .intro {
  font-size: 18px;
  color: #111;
  margin-bottom: 40px;
  line-height: 1.3em;
}
.message .intro span {
  font-weight: 700;
  color:#0a6735;
}
.message a:hover {
  color: #0a6735;
}

.btn-slidenav {
  position: absolute;
  z-index: 10;
  display: block;
  top: 50%;
  margin-top: -30px;
  background-color: #fff;
  border: 1px solid #eee;
  line-height: 60px;
  text-align: center;
  color: #00703C;
  font-size: 16px;
  height:60px;
  width: 30px;
}
.btn-slidenav.prev:hover,
.btn-slidenav.next:hover {
  background-color: #eee;
  background-color: #00703C;;
  color: #fff;
  border-color: #00703C;
}
.btn-slidenav.prev {
  border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -webkit-border-radius: 0 60px 60px 0;
  border-left: none;
}
.btn-slidenav.prev .icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -5px;
}

.btn-slidenav.next {
  border-radius: 60px 0 0 60px;
  -moz-border-radius: 60px 0 0 60px;
  -webkit-border-radius: 60px 0 0 60px;
  background-color: #fff;
  border-right: none;
  padding-left: 5px;
  right: 0;
}

.secpromo {
  padding: 40px 0;
}

.list-blocks {
  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;
  margin: 0;
}
.list-blocks li {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.secpromo .list-blocks > li {
  text-align: center;
  padding: 0 35px;
  position: relative;
}
.secpromo .list-blocks > li:not(:first-child):after {
  content:"";
  width: 1px;
  height: 85%;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}
.secpromo li .intro {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.secpromo li .imgbox {
  margin: 8px 0;
}
.secpromo li h4 {
  color: #00703c;
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
}
.secpromo li p {
  font-size: 14px;
  color: #444;
}

.secpromo h3 {
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
}
.contentplus .secpromo .list-blocks li {
  max-width: 25%;
}
.secpromo .nav-tabs-currency {
  text-align: center;
}
.secpromo .nav-tabs-currency > li {
  float: none;
  display: inline-block;
  width: 33%;
  margin-right: -4px;
  min-width: 60px;
}

.widget-branch-clickable {
  padding-top: 40px;
}
.widget-branch-clickable .panel-branch {
  padding-bottom: 10px;
}
.widget-branch .fs-dropdown {
  max-width: 170px;
  margin: 0 auto;
  margin-bottom: 8px;
  margin-top: -10px;
}
.widget-branch .fs-dropdown-open .fs-dropdown-selected, 
.widget-branch .fs-dropdown-focus .fs-dropdown-selected {
  background-color: #fff;
  border-color: #ccc;
  border-bottom: none;
  box-shadow: none;
  margin: 0 auto;
}
.widget-branch .fs-dropdown .drop-head {
  border: none;
}
.widget-branch .fs-dropdown-selected {
  border: 1px solid transparent;
  outline:none;
  box-shadow: none;
  font-size: 16px;
  color: #666;
}
.widget-branch .fs-dropdown-item_selected {
  color:#009245;
}
.fs-dropdown-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #439639;
  content: '';
  display: block;
  margin: auto 0;
}

.form-body.form-fx .label {
  font-weight: 400;
  margin: 0;
  margin-top: 12px;
  display: block;
}
.form-body.form-fx .form-control {
  height: 40px;
}
.convertblock {
  position: relative;
  margin: 4px 0;
}
.form-body.form-fx .convertblock .drop-currency {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 40%;
  font-weight: 700;
  background-color: #F3F3F3;
  color: #046A38;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 42px;
}
.form-body.form-fx .convertblock .input-currency {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  font-weight: 700;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fs-dropdown-options {
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
  background-color: #ffffff;
  padding: 0;
}
.fs-dropdown-item {
  width: 100%;
  background: #fff;
  border: none;
  border-bottom: none;
  color: #222;
  margin: 0;
  height: 36px;
  line-height: 36px;    
  padding: 0 15px;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.fs-dropdown-item:hover {
  background-color: #f5f5f5;
}
.fs-dropdown-item:not(:first-child):before {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background-color: #eee;
}

.widget-branch-mobile .panel-bnearest {
  display: block;
}
.widget-branch-mobile .panel-bsearch {
  display: none;
}

.panel-branch .distance {
  font-weight: 700;
  font-size: 18px;
  color: #e6b300;
}
.panel-branch .distance .icon-location-alt {
  margin-right: 2px;
  color: #00703C;
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.list-newssmall li {
  text-align: center;
  margin: 0;
}
.list-newssmall li:after {
  display: none !important;
}
.list-newssmall li:not(:first-child) {
  border-top: 1px solid #ddd;
}
.list-newssmall li a {
  display: block;
  padding: 12px 0;
}
.list-newssmall p {
  font-size: 13px;
  color: #AAA;
  margin: 0;
  line-height: 1.1em;
  margin: 3px 0;
}
.list-newssmall .date {
  margin-bottom: 6px;
  color: #AAA;
}
.list-newssmall .title {
  font-size: 15px;
  font-weight: 700;
  color: #00703c;
}

.table-currency {
  margin-bottom: 6px;
}
.table-currency>tbody>tr:first-child>td {
  border-top: none;
}
.table-currency>tbody>tr>td {
  padding: 8px 4px;
  text-align: left;
}
.table-currency>tbody>tr>td.tbl-right {
  text-align: right;
}
.table-currency .currency {
  font-weight: 700;
  color: #00703C;
}
.table-currency .currency img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.icon-up,
.icon-down {
  font-size: 11px;
  margin-left: 3px;
}

.icon-up {
  color: #439639;
}
.icon-down {
  color: #F39241;
}


.form-searchbranch {
  text-align: left;
}
.form-searchbranch .form-group .from-block,
.form-searchbranch .form-group .form-block {
  position: relative;
}
.form-searchbranch .form-group label {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1em;
  display: block;
}
.form-searchbranch .form-control {
  height: 40px;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  font-weight: 700;
  font-size: 16px;
}
.form-searchbranch .icon-search {
  color: #439639;
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 18px;
}
.btn-searchbranch {
  position: relative;
  top: 5px;
}
.form-searchbranch .nicecheck label {
  font-size: 15px;
}



/* News section */

.homenews {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px 17px;
  margin-bottom: 5px;
}
.homenews h3 {
  text-align: center;
  font-weight: 400;
  margin: 0;
  margin-bottom: 25px;
}
.homenews .list-blocks li {
  text-align: center;
  padding: 0 9px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.homenews .list-blocks li:hover {
  opacity: .9;
}
.homenews li .imgbox {
  max-width: 168px;
  max-height: 117px;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.homenews li h4 {
  color: #00703c;
  font-size: 16px;
  min-height: 70px;
}
.homenews li p {
  color: #666;
}
.homenews li [class^="icon-"] {
  margin-right: 6px;
  font-size: 19px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.btn-morenews {
  color: #439639;
  border: 1px solid #ccc;
  background-color: #fff;
}
.btn-morenews:hover {
  color: #439639;
  border: 1px solid #eee;
  background-color: #eee;
}
.homenews .btn-morenews {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: -35px;
}
.icon-postcircle {
  color: #009245;
}
.icon-alertcircle {
  color: #009245;
}
.icon-facecircle {
  color: #537BBD;
}
.icon-videocircle {
  color: #DD4444;
}

.newsstream {
  border-radius: 0;
  border: none;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.newsstream ul {
  margin: 0 auto;
}
.newsstream .list-news {
  display: block;
}
.newsstream .list-news li {
  display: block;
  /*width: 185px;*/
  margin-bottom: 12px;
  min-height: 200px;
}
.newsstream .list-news li .imgbox img {
  width: 100%;
  height: auto;
}
.newsstream .list-news h4 {
  min-height: 46px;
}
.newsstream .list-news .topnews {
  /*width: 370px;*/
  margin-bottom: 20px;
}
.newsstream .list-news .topnews h4 {
  font-size: 24px;
  padding-top: 12px;
}
.newsstream .list-news .topnews .imgbox {
  max-width: inherit;
  max-height: 200px;
  margin: -15px -20px;
}
.top-inner {
  background-color: #f3f3f3;
  padding: 15px 20px;
}


/* Home Quick Links */

.quicklinks {
  padding: 45px 0;
}
.quicklinks .list-blocks {
  margin: 0 -12px;
}
.quicklinks .list-blocks li {
  padding: 0 12px;
  font-size: 16px;
}
.quicklinks .list-blocks li img {
  max-width: 32px;
  height: auto;
  margin-right: 6px;
}
.btn-quick {
  border: 1px solid #ddd;
  background-color: #F3F3F3;
  display: block;
  border-radius: 3px;
  padding: 22px 20px;
  padding-left: 58px;
  background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(243,243,243) 100%); 
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(243,243,243)));
  background-image:-webkit-linear-gradient(180deg,rgb(255,255,255) 0%,rgb(243,243,243) 100%);
  background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(243,243,243) 100%);
  background-repeat: no-repeat;
  background-position: 0;
  font-size: 16px;
  color: #222;
  position: relative;
  line-height: 1.1em;
}
.btn-quick .icon-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  opacity: .4;
}
.btn-quick img {
  position: absolute;
  margin-top: -8px;
  left: 20px;
}
.btn-quick:hover {
  background-color: #F3F3F3;
  background-position: 0 -30px;
  color: #000;
}



/* Footbar */
.footbox {
  position: relative;
}
.footbar {
  background-color: #009245;
  text-align: right;
  padding: 6px 40px;
  position: fixed;
  bottom: 0;
  width: 970px;
  z-index: 50;
}
.footbar.unstick {
  position: static;
  width: auto !important;
}
.footbar h4 {
  float: left;
  margin: 0;
  color: #fff;
  line-height: 32px;
}
.footbar ul {
  margin: 0;
}
.footbar li a {
  color: #fff;
  display: block;
  padding: 5px 8px;
}
.footbar li a:not(.btn-ochat):hover {
  color: rgba(255,255,255,.85);
}
.footbar li a [class^="icon-"] {
  margin-right: 6px;
  font-size: 17px;
  vertical-align: middle;
}
.footbar .btn-ochat {
  background-color: #fff;
  color: #009245;
  padding: 9px 16px;
  font-size: 15px;
}
.footbar .btn-ochat .caret {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* Page header */
.pg-header {
  padding-left: 15px;
  padding-top: 35px;
}
.pg-header h1 {
  font-size: 36px;
  color: #0a6735;
  line-height: 1em;
  margin: 0;
  margin-bottom: 12px;
}
.pg-header .intro {
  font-size: 18px;
  color: #333;
  max-width: 50%;
}
.pg-header.pg-promo {
  min-height: 360px;
  position: relative;
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pg-promo .headbox {
  background-color: #fff;
  position: absolute;
  padding: 30px;
  /*max-width: 360px;*/
  max-width: 430px;
  border-radius: 3px;
  left: 20px;
  bottom: 40px;
}
.pg-promo .headbox .intro {
  max-width: inherit;
  margin-bottom: 0;
}
.pg-promo .headbox .btn-text {
  position: relative;
  top: 12px;
  font-size: 18px;
  color: #009245;
}
.btn-openonline {
  margin-top: 8px;
}


.pg-content {
  padding-bottom: 45px;
}
.list-sectblocks {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.list-sectblocks li {
  padding: 30px 15px;
  margin: 0 1%;
  margin-top: -1px;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 48%;
  position: relative;
  min-height: 241px;
  padding-right: 205px;
}
.list-sectblocks li.browsed {
  background-color: #F3F3F3;
  border-radius: 4px;
}

.list-sectblocks h2 {
  font-size: 24px;
  color: #0a6735;
  margin: 0;
  margin-bottom: 12px;
  line-height: 1.2em;
  z-index: 100;
}
.list-sectblocks p {
  font-size: 15px;
  color: #333;
}
.list-sectblocks .btn-primary {
  padding: 14px 16px;
  margin-top: 10px;
}
.list-sectblocks .picto {
  position: absolute;
  right: 0;
  top: 0;
}
.list-sectblocks .label-browsed {
  color: #777;
  position: absolute;
  left: 15px;
  bottom: 10px;
  display: none;
}
.list-sectblocks .browsed .label-browsed {
  display: inline-block;
}
.label-browsed .icon-eye {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.list-sectblocks .price {
  padding-left: 4px;
  color: #0a6735;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  top: 6px;
}



/* Page navigation */
.pg-nav {
  padding: 0 20px;
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  overflow: hidden;
  position: relative;
  z-index: 30;
}
.pg-nav .navbar-nav {
  float: none;
}
.pg-nav .navbar-brand {
  font-size: 17px;
  color: #444;
  float: left;
  margin-right: 20px;
  padding-top: 19px;
}
.pg-nav .navbar-brand .icon-arrow {
  opacity: .5;
  font-size: 14px;
  margin-left: 16px;
}
.pg-nav li a:not(.btn) {
  font-weight: 700;
  color: #009245;
  display: block;
  padding: 20px 10px;
}
.pg-nav li a:not(.btn):hover {
  color: #555;
}
.pg-nav li.active a:not(.btn),
.pg-nav li.active a:not(.btn):hover {
  color: #444;
  background-color: #eee;
 

}
.pg-nav li .btn-outline {
  padding: 6px 10px;
}
.pg-nav li .btn-default {
  padding: 6px 10px;
  color: #fff;
}
.pg-nav li .btn-default:hover {
  color: #fff;
  background-color: #26910A;
}
.pg-nav li .btn-primary:hover {
  background-color: #e6b300;
}
.pg-nav .right {
  float: right;
  margin-top: 12px;
  margin-right: -25px;
}
.pg-nav .nicecheck {
  margin: 20px 0;
  margin-left: 16px;
}
.pg-nav .btn-share {
  padding: 5px 10px;
  color: #009245;
  margin-right: 2px;
  font-size: 16px;
}
.pg-nav .right > * {
  vertical-align: top;
  display: inline-block;
}
.pg-nav.is_stuck {
  overflow: visible;
}
.pg-nav.is_stuck:before,
.pg-nav.is_stuck:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 40px;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  z-index: 5;
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
.pg-nav.is_stuck:after {
  left: auto;
  right: -40px;
}


.pg-mobile {
  display: none;
  position: relative;
  padding: 0 !important;
  overflow: visible;
}
.pg-mobile .fs-dropdown {
  display: inline-block;
}
.pg-mobile .fs-dropdown-selected {
  border: 1px solid #fff;
  height: 36px;
  line-height: 36px;
  padding: 0;
  padding-right: 35px;
}
.pg-mobile .btn-allarticles {
  float: right;
  margin-top: 18px;
}
.pg-inner {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.shader {
  content: "";
  width: 35px;
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background-image:-moz-linear-gradient(8% 32% 0deg,rgba(255,255,255,0) 0%,rgb(255,255,255) 100%); 
  background-image:-webkit-gradient(linear,8% 32%,100% 32%,color-stop(0, rgba(255,255,255,0)),color-stop(1, rgb(255,255,255)));
  background-image:-webkit-linear-gradient(90deg,rgba(255,255,255,0) 0%,rgb(255,255,255) 100%);
  background-image:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgb(255,255,255) 100%);
  z-index: 5;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.hideendshader .shader {
  opacity: 0;
  visibility: hidden;
}
.pg-mobile ul {
  margin: 0;
  white-space: nowrap;
  float: left;
}


/* Page content */
.pg-content.outdent {
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 0;
}
.cblock {
  padding: 60px;
  color: #333;
  /*font-size: 15px;*/
  font-size: 16px;
  position: relative;
}
.cblock.shorter {
  padding: 35px 60px;
}
.cblock .row {
  margin-left: -25px;
  margin-right: -25px;
}
.cblock .row [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.cblock.grey {
  background-color: #F3F3F3;
}
.cblock.line {
  border-top: 1px solid rgba(0,0,0,.1);
}
.cblock h2 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  color: #00703c;
  line-height: 1.05em;
  margin-bottom: 12px;
}
.cblock.advantages h2 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
}
.cblock h3 {
  margin: 12px 0;
  margin-top: 25px;
  font-weight: 400;
  /*font-size: 20px;*/
  font-size: 24px;
  color: #00703c;
  line-height: 1.1em;
}
.cblock h3:first-child {
  margin-top: 12px;
}
.cblock h3.notopmargin {
  margin-top: 0;
}
.cblock h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #00703c;
  line-height: 1.1em;
}
.cblock a:not(.btn) {
  color: #439639;
}
.cblock a:not(.btn):hover {
  color: #333;
}
.cblock .lighter {
  font-size: 13px;
  color: #777;
}
.cblock .intro {
  font-size: 17px;
}
.cblock .btn-spaced {
  margin-top: 12px;
}
.cblock-inner {
  border-top: 1px solid rgba(0,0,0,.1);
  margin-top: 45px;
  padding-top: 45px;
}
.center-img {
  text-align: center;
}
.center-img .img-responsive {
  margin: 0 auto;
}

.havequestion {
  text-align: center;
}
.havequestion h4 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.havequestion h4.grey {
  color: #555;
}
.havequestion p {
  font-size: 16px;
}
.havequestion a:not(.btn) {
  color: #00703c;
}
.havequestion .btn-outline {
  margin-left: 12px;
}
.havequestion .btn-outline:hover {
  background-color: #fff;
  border-color: #fff;
}


.contactbox .widget-branch {
  max-width: 200px;
}
.contactbox .widget-branch .form-group > label {
  text-align: left;
}
.contactbox a:not(.btn) {
  color: #439639;
}
.contactbox a:not(.btn):hover {
  color: #333;
}
.contactbox.withperson {
  font-size: 13px;
}


.line-delimiter {
  height: 1px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin: 40px 0;
}

.list-benefits {
  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;
  margin: 0;
}
.list-benefits li {
  position: relative;
  padding-left: 60px;
  min-height: 55px;
  padding-top: 5px;
  margin-bottom: 20px;
  padding-right: 40px;
  -ms-flex: auto 0 1;
  -webkit-flex: auto 0 1;
  flex: auto 0 1;
  width: 33.33333%;
}
.list-benefits li .infoicon {
  position: absolute;
  left: 0;
  top: 0;
}
.list-benefits.dual li {
  width: 50%;
}

.btn-morebenefits {
  display: none;
}




.list-checks li {
  position: relative;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 8px;
  padding-left: 35px;
}
.list-checks li:before {
  content: "\e61f";
  font-family: "icomoon";
  color: #00703c;
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 14px;
}


.list-infoicons li {
  padding-left: 60px;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  min-height: 65px;
  padding-top: 15px;
}
.list-infoicons .infoicon {
  position: absolute;
  left: 0;
  top: 0;
}
.list-infoicons.double li {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}

.list-timeline {
  position: relative;
}
.list-timeline:before {
  content: "";
  width: 2px;
  background: url(../img/line-dotted-orange.png) repeat-y;
  position: absolute;
  top: 50px;
  bottom: 60px;
  left: 40px;
}
.list-timeline .infoicon {
  background-color: #fff;
}
.grey .list-timeline .infoicon {
  background-color: #F3F3F3;
}
.list-timeline li {
  position: relative;
  padding-left: 100px;
  min-height: 110px;
  padding-bottom: 30px;
}
.list-timeline .infoicon {
  position: absolute;
  left: 0;
  top: 0;
}
.timeline-img {
  float: left;
  margin-top: -20px;
}
.linkplus {
  color: #777;
}

.list-timehorizontal {
  display: relative;
  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;
  margin: 30px 0;
  position: relative;
}
.list-timehorizontal .infoicon {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.grey .list-timehorizontal .infoicon {
  background-color: #f3f3f3;
}
.list-timehorizontal:before {
  content: "";
  height: 2px;
  display: block;
  background: url(../img/line-dotted-orange-hor.png) repeat-x top;
  position: absolute;
  top: 60px;
  /*right: 17%;
  left: 17%;*/
  left: 70px;
  right: 70px;
}
.list-timehorizontal li {
  text-align: center;
  padding: 0 20px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.list-timehorizontal h4 {
  /*font-size: 14px;
  font-weight: 700;*/
  font-size: 18px;
  font-weight: 500;
  color: #00703c;
  margin: 12px 0;
}
.list-timehorizontal p {
  /*font-size: 13px;*/
  font-size: 16px;
}


.list-bullets {
  margin: 12px 0;
  list-style: none;
  padding-left: 0;
}
.list-bullets li {
  line-height: 1.4em;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.list-bullets li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #aaa;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}


.list-expandable {
  margin: 10px 0;
}
.list-expandable.bottomborder {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.list-expandable dt {
  position: relative;
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 14px 8px;
  padding-left: 35px;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-expandable dt:hover {
  color: #00703c;
}
.list-expandable dt.open {
  color: #333;
  font-weight: 700;
}
.list-expandable dt.haslocation {
  padding-right: 80px;
  position: relative;
}
.list-expandable dt .caret {
  position: absolute;
  left: 10px;
  top: 20px;
  color: #00703c;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.list-expandable dt.nonexpandable .caret {
  display: none;
}
.list-expandable dt.nonexpandable:hover {
  color: #333;
  cursor: default;
}
.list-expandable dt.nonexpandable {
  padding-left: 8px;
}
.list-expandable dt.open .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-expandable dd {
  padding: 0 8px;
  padding-bottom: 10px;
  padding-left: 35px;
  display: none;
}
.list-expandable .vac-location {
  position: absolute;
  right: 10px;
  top: 22px;
  font-size: 13px;
}
.list-expandable .vac-value {
  font-size: 24px;
  color: #00703c;
  margin-top: -8px;
}
.list-expandable .orange .vac-location {
  color: #e6b300;
}
.list-expandable .large .vac-location {
  font-size: 28px;
  margin-top: -12px;
}


.list-authors {
  margin: 0;
}
.list-authors li {
  text-align: center;
  padding-right: 20px;
  line-height: 1.25em;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-bottom: 26px;
  opacity: .8;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-authors li:hover,
.list-authors li.active {
  opacity: 1;
}
.list-authors li.active:after {
  content:"";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #f3f3f3;
}
.list-authors .employee-img {
  width: 80px;
  height: 80px;
  float: none;
  margin: 0;
  margin-bottom: 6px;
}
.list-authors .employee-img img {
  width: 100%;
  height: auto;
}

.list-testimonials blockquote {
  background-color: #f3f3f3;
  padding: 30px 50px;
  border-left: none;
  border-radius: 4px;
  margin: 0;
  text-align: center;
}
.list-testimonials blockquote p {
  font-size: 18px;
  color: #00703c;
  font-weight: 700;
}


/* Comparison block */
.comparison {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction:         row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap:         nowrap;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0;
}
.compblock {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 15px 25px;
}
.compblock.plan {
  background-color: #F3F3F3;
  border-radius: 4px;
  text-align: center;
}
.compblock.plan.active {
  background-color: #fff;
  border: 2px solid #e6b300;
  border-radius: 6px;
  padding-top: 25px;
  color: #00703c;
}
.compblock.desc {
  -ms-flex: 1.4 1;
  -webkit-flex: 1.4 1;
  flex: 1.4 1;
}
.compblock h4 {
  padding: 15px 0;
  margin: 0;
  font-weight: 700;
}
.compblock h4 br {
  display: none;
}
.compblock li {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 14px 10px;
}
.compblock.desc li {
  font-size: 13px;
  min-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.compblock .foot {
  min-height: 50px;
}
.compblock .foot-price {
  font-weight: 700;
  color: #00703c;
  line-height: 1.3em;
}

/* Tables */
.tbl-right {
  text-align: right;
}



/* Common Elements */
.infoicon {
  width:80px;
  height: 80px;
  display: inline-block;
  border: 2px solid #e6b300;
  text-align: center;
  border-radius: 100%;
  font-weight: 700;
  font-size: 24px;
  color: #00703c;
  padding-top: 21px;
}
.infoicon.small {
  width: 50px;
  height: 50px;
}
.infoicon.small.hasicon {
  color: #5cad48;
  padding-top: 0;
  line-height: 52px;
  font-size: 27px;
}
.infoicon.large {
  width: 120px;
  height: 120px;
}
.infoicon.large.hasicon {
  line-height: 130px;
  font-size: 50px;
}
.infoicon + h3 {
  margin-top: 12px;
}
.infoicon.hasicon {
  font-size: 36px;
  padding-top: 0;
  line-height: 84px;
  color: #5cad48;
}

.box {
  background-color: #F3F3F3;
  border-radius: 3px;
  padding: 25px 30px;
  position: relative;
  padding-left: 120px;
  margin: 30px 0;
}
.box .infoicon {
  position: absolute;
  left: 25px;
  background-color: #fff;
}
.box .head {
  font-weight: 700;
  font-size: 19px;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.1em;
  color: #00703c;
}
.box-cta {
  padding-top: 12px;
}
.box-cta .btn-outline {
  padding: 10px 20px;
  border-color: rgba(0,0,0,.2);
  color: #444;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}
.box-cta .btn-outline:hover {
  background-color: #fff;
  border-color: #fff;
}
.box-cta .btn-outline [class^="icon-"] {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  color: #009245;
}

.opinion-results {
  display: none;
}
.list-answers {
  margin: 0;
  margin-top: -4px;
  margin-bottom: 4px;
}
.list-answers li {
  padding: 4px 0;
  position: relative;
  padding-left: 30px;
  padding-right: 70px;
}
.list-answers .votes {
  position: absolute;
  right: 0;
  text-align: right;
}
.list-answers .votes strong {
  padding-left: 10px;
  min-width: 30px;
}
.list-answers .votebar {
  display: block;
  position: absolute;
  left: 0;
  background-color:rgba(235,127,46,0.25);
  top: 1px;
  bottom: 1px;
  z-index: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.list-answers .voteitem {
  position: relative;
  z-index: 2;
}



.box-side {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.box-side .head {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.1em;
  color: #00703c;
}
.person {
  position: relative;
  padding-left: 70px;
  min-height: 70px;
  padding-top: 6px;
}
.person p {
  font-size: 12px;
  line-height: 1.3em;
}
.person .employee {
  position: absolute;
  left: 0;
  top: 0;
}
.person .name {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 14px;
}
.employee {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.box-side a:not(.btn) {
  color: #009245;
}
.box-side a:not(.btn):hover {
  color: #444;
}
.box-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.box-inline {
  border: none;
  border-radius: 0;
  padding: 0;
}

.list-links {
  margin: 0;
}
.list-links a {
  display: block;
  position: relative;
  padding: 8px 0;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-right: 15px;
}
.list-links a:after {
  content: "\e601";
  font-family: "icomoon";
  color: #000;
  opacity: .35;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 13px;
}

.list-links.list-numbers li:first-child a {
  border-top: none;
}
.list-links.list-numbers li {
  position: relative;
  font-size: 15px;
}
.list-links.list-numbers a:after {
  display: none;
}

.list-links.list-numbers .no {
  position: absolute;
  right: 2px;
  top: 9px;
  text-align: right;
  font-size: 14px;
}

.list-links .other a {
  color: #222;
}

.grid {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction:         row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.photo {
  width: 33.3333%;
  -ms-flex: 1 0 1;
  -webkit-flex: 1 0 1;
  flex: 1 0 1;
  margin-bottom: 12px;
  padding-right: 10px;
}
.photo p {
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.3em;
}
.photo a {
  color: #666 !important;
}
.photo .imgbox {
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.photo .imgbox img {
  max-height: 135px;
  width: auto;
}



/* Article Styles */
.article .pg-content {
  padding: 5px 0; 
}
.article .pg-content-tight {
  padding-top: 10px;
}
.art-head {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}
.art-head p {
  font-size: 15px;
}
.art-head a {
  color: #009245;
}
.art-head a:hover {
  color: #444;
}
.art-head .post-type {
  padding-left: 15px;
}
.art-head .art-section {
  float: right;
}
.art-head .art-section a {
  margin-left: 8px;
}

.art-body {
  font-size: 15px; 
  padding: 0 15px;
}
.art-body a:not(.btn) {
  color: #009245;
}
.art-body a:not(.btn):hover {
  color: #444;
}
.art-body h3 {
  font-size: 24px;
  font-weight: 400;
  color: #00703c;
  margin-top: 30px;
  margin-bottom: 15px;
}
.art-body h4 {
  font-size: 20px;
  font-weight: 400;
  color: #00703c;
  margin-top: 20px;
  margin-bottom: 10px;
}
.art-body p {
  line-height: 1.5em;
}
.art-body .intro {
  font-weight: 700;
  color: #333;
  font-size: 16px;
}
.art-body ul:not(.list-unstyled):not(.list-inline) {
  margin: 12px 0;
  list-style: none;
  padding-left: 0;
}
.art-body ul:not(.list-unstyled):not(.list-inline) li {
  line-height: 1.4em;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.art-body ul:not(.list-unstyled):not(.list-inline) li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #aaa;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.art-body .box {
  margin-left: -15px;
  margin-right: -15px;
}


.press-info {
  margin-top: 25px;
  padding: 0 12px;
  padding-top: 25px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.btn-pressmore {
  display: inline-block;
  position: relative;
  padding: 8px 12px;
  padding-left: 20px;
  color: #666 !important;
}
.btn-pressmore .caret {
  position: absolute;
  left: 0;
  top: 15px;
  color: #00703C;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-pressmore.expanded .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


.about {
  margin-top: 12px;
  display: none;
}
.about p {
  font-size: 12px;
}
.about h5 {
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.about a {
  color: #009245;
}

.art-nav {
  padding-top: 45px;
  padding-bottom: 20px;
}
.btn-prevart .icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 8px;
  position: relative;
  top: 1px;
 
}
.btn-nextart .icon-arrow {
    margin-left: 8px;
    position: relative;
    top: 1px;
    
}
.art-socshare {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
}
.btn-print .icon-print {
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.art-socshare .btn-print {
  float: right;
}
.art-socshare ul {
  margin: 0;
}
.art-socshare ul li {
  vertical-align: top;
}
.art-socshare-mobile {
  display: none;
}
.art-socshare-mobile ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction:         row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap:         nowrap;
  margin: 0;
}
.art-socshare-mobile ul li {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.art-socshare-mobile li a {
  display: block;
  text-align: center;
  padding: 12px 5px;
  font-size: 22px;
  color: #fff;
  line-height: 1em;
}
.art-socshare-mobile li .btn-face,
.art-socshare-mobile li .btn-face:focus {
  background-color: #435FB3;
  color: #fff;
}
.art-socshare-mobile li .btn-twitter,
.art-socshare-mobile li .btn-twitter:focus {
  background-color: #22ABF4;
  color: #fff;
}
.art-socshare-mobile li .btn-linkedin,
.art-socshare-mobile li .btn-linkedin:focus {
  background-color: #316EB3;
  color: #fff;
}
.art-socshare-mobile li .btn-plus,
.art-socshare-mobile li .btn-plus:focus {
  background-color: #F96F43;
  color: #fff;
}


.list-employees li {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.emp-name {
  color: #0a6735;
  font-size: 24px;
  margin-bottom: 4px;
  line-height: 1.15em;
}
.emp-title {
  color: #666;
  font-size: 14px;
}
.employee-img {
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 100%;
  float: right;
  margin-left: 15px;
}



/* Additional Content Block */
.contentplus {
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  background: url(../img/contentplus-shade.png) repeat-x top;
}
.contentplus .homenews {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 35px;
}


/* Form */

.form-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.form-additional {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 25px 0;
}
.form-block+.form-additional {
  margin-top: -31px;
}

.form .nicecheck {
  padding-left: 0;
}
.form .nicecheck label {
  position: relative;
  padding-left: 30px;
}
.form .nicecheck .icheckbox_flat,
.form .nicecheck .iradio_flat  {
  position: absolute;
  left: 0;
}
.form-opinion .nicecheck {
  margin: 8px 0;
}

.form-group.has-error .form-control {
  border-color: #eb3232;
  border-width: 2px;
}
.form-group.has-error > label {
  color: #eb3232;
}
.form-group.has-error .error-block {
  display: block;
}

.error-block {
  color: #eb3232;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  display: none;
}

.navbar .form-body label {
  font-size: 15px;
}
.form-body label {
  color: #00703c;
  font-size: 16px;
  font-weight: 400;
}
.form-body .form-control {
  height: 50px;
  border: 1px solid #CCC;
  box-shadow: none;
  border-radius: 3px;
  font-size: 16px;
}
.form-body .form-control:focus {
  border-color: #777;
}
.form.form-body .nicecheck label {
  color: #333;
}
.form-body label a {
  color: #333;
  text-decoration: underline;
}
.form-body label a:hover {
  color: #333;
  text-decoration: none;
}
.form-body .btn {
  padding: 14px 20px;
  font-size: 15px;
}
.btn-delimited {
  margin-top: 15px;
}
.form-subscribe .form-control {
  height: 40px;
  margin-bottom: 8px;
}
.form-subscribe .btn {
  padding: 11px 20px;
  font-size: 14px;
}


/* Steps */
.list-steps {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.list-steps:after {
  content:"";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.1);
  position: absolute;
  top: 50%;
}
.list-steps li {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
  padding: 10px 16px;
  margin: 0 10px;
  position: relative;
  z-index: 2;
  border-radius: 25px;
  color: #00703c;
}
.list-steps li.completed {
  color: #009245;
  background-color: #fff;
}
.list-steps li.active {
  background-color: #fff;
  border-color: #e6b300;
}
.step-control {
  padding-top: 30px;
}
.step-control .btn-stepnext {
  float: right;
}

.cblock .list-steps {
  margin-top: -50px;
}



/* Table */
.table.blank>tbody>tr>td {
  border-top: none;
  padding: 2px 0;
  font-size: 14px;
}
.table-style {
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-top: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
}
.table-style>thead>tr>th {
  background-color: #f3f3f3;
  border-left: 1px solid rgba(0,0,0,.1);
  border-bottom: 4px solid #00703c;
  padding: 8px 5px;
  font-size: 14px;
}
.table-style>tbody>tr.shaded {
  background-color: #f3f3f3;
}
.table-style>tbody>tr>td {
  border-left: 1px solid rgba(0,0,0,.1);
  padding: 11px 5px;
  font-size: 14px;
}
.tbl-center {
  text-align: center;
}
.tbl-vertcenter {
  vertical-align: middle !important;
}
.table-head {
  display: block;
  background-color: #f3f3f3;
  color: #333;
  font-size: 15px;
  padding: 8px 15px;
  font-weight: 700;
  border-bottom: 3px solid #107948;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  margin-bottom: -1px;
}


/* Slider control */
.slidectrl {
  position: relative;
  padding-right: 140px;
}
.slidectrl .sliderbox {
  padding-top: 10px;
}
.slidectrl .sliderform {
  position: absolute;
  width: 120px;
  right: 0;
  top: 0;
}
.slidectrl .sliderform .form-control {
  text-align: right;
}
.values {
  padding-top: 12px;
}
.send {
  float: right;
}
.loan-results {
  padding-top: 35px;
}
.loan-cta {
  padding-top: 25px;
  text-align: right;
}
.loan-cta .btn {
  margin-left: 6px;
}


/* Map */
.search-branches {
  position: relative;
  padding-right: 105px;
}
.search-branches .btn-searchbranch {
  width: 95px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-branches .form-group {
  position: relative;
}
.btn-resetsearch {
  color: #666;
  font-size: 30px;
  padding: 7px 8px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1em;
  display: none;
}
.btn-resetsearch:hover,
.btn-resetsearch:focus {
  color: #666;
  opacity: .7;
}
.showclear .btn-resetsearch {
  display: inline-block;
}
.search-branches .form-group {
  margin-bottom: 8px;
}
.search-branches .form-control {
  font-weight: 700;
  height: 44px;
}
.placeholder {
  position: relative;
  margin-top: 30px;
}
.form-label {
  color: #777;
}

.mapbox {
  min-height: 450px;
  position: relative;
  padding-left: 250px;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
  -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.mapview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-pointer {
  position: absolute;
  width: 40px;
  padding-top: 63.492%;
  background: url(../img/icon-map-pointer.png) no-repeat top left;
  background-size: 80px auto;
}
.map-pointer [class^="icon-"] {
  color: #0a6735;
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -7px;
}
.map-pointer.green {
  background-position: 100% 0;
}
.map-pointer.green p {
  color: #fff;
  position: absolute;
  top: 13px;
  width: 100%;
  text-align: center;
  font-weight: 700;
}


.mapbox .sidebar {
  width: 250px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
  -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.side-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  overflow-y: auto;
}
.btn-sidecontrol {
  display: inline-block;
  width: 30px;
  padding: 6px 8px;
  color: #444;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -15px;
}
.btn-sidecontrol:hover {
  background-color: #f3f3f3;
}
.btn-sidecontrol .icon-arrow {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-branches li {
  padding: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.list-branches .loc {
  color: #666;
  font-size: 12px;
  float: right;
}
.list-branches h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #439639;
  font-size: 14px;
  line-height: 1.2em;
}
.branch-info p {
  margin: 4px 0;
  font-size: 13px;
}
.branch-info .delimited {
  margin-top: 12px;
}
.branch-info [class^="icon-"] {
  margin-right: 8px;
  color: #777;
}
.branch-info .btn-outline {
  padding: 8px 10px;
  font-size: 14px;
  margin-top: 12px;
}
.btn-showmorebranches {
  display: none;
}

.tab-branches .tab-pane {
  padding-top: 16px;
}
.tab-pane .list-branches li {
  padding: 0;
  border-bottom: none;
}
.tab-pane .list-branches .loc {
  float: none;
  margin-bottom: 12px;
}
.tab-pane .list-branches h5 {
  margin-bottom: 3px;
}

.sidehidden {
  padding-left: 0;
}
.sidehidden .sidebar {
  left: -250px;
}
.sidehidden .btn-sidecontrol .icon-arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.map-pop {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 8px;
  padding: 14px;
  width: 340px;
  position: relative;
}
.map-pop ul {
  margin: 0;
}
.map-pop .btn-closemappop {
  color: #666;
  font-size: 18px;
  position: absolute;
  line-height: 1em;
  right: 0;
  top: 0;
  padding: 8px 10px;
}
.map-pop a:not(.btn) {
  color: #439639;
}
.map-pop a:not(.btn):hover {
  color: #666;
}

.nav-tabs-body>li>a {
  background-color: #f3f3f3;
  color: #666;
  padding: 6px 12px;

}
.nav-tabs-body>li>a:hover,
.nav-tabs-body>li>a:focus {
  border: 1px solid #ddd !important;
  border-bottom-color: transparent !important;
}
.nav-tabs-body>li.active>a, 
.nav-tabs-body>li.active>a:hover, 
.nav-tabs-body>li.active>a:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


/* Search results */
.search-results {
  padding-top: 35px;
}
.sbox-indented {
  padding: 0 15px;
  margin-top: -25px;
}
.list-searchres li {
  position: relative;
  padding-left: 115px;
  min-height: 90px;
  padding-bottom: 20px;
}
.list-searchres li:hover h5 {
  color: #439639;
}
.list-searchres .imgbox {
  width: 110px;
  position: absolute;
  left: 0;
}
.list-searchres .imgbox img {
  width: 100%;
  height: auto;
}
.list-searchres h5 {
  color: #0a6735;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.list-searchres p {
  font-size: 15px;
}
.list-searchres a {
  color: #666;
}
.list-searchres .path {
  font-size: 14px;
}
.list-searchres .path .icon-arrow {
  opacity: .5;
  margin: 0 5px;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.list-searchres .path a:hover {
  color: #009245;
}


/* Pagination */

.pagination-box {
  border-top: 1px solid rgba(0,0,0,.1);
  display: block;
  padding-top: 15px;
}
.pagination>li>a {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  color: #439639;
  font-size: 13px;
  font-weight: 700;
  margin: 0 4px;
}
.pagination>li>a:hover {
  background-color: rgba(0,0,0,.1);
  color: #666;
}
.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>a:focus {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #439639;
}
.pagination>li .icon-arrow {
  position: relative;
  top: 1px;
}
.pagination>li>.btn-pagprev .icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* Footer */

.footer {
  background-color: #E7E7E7;
  color: #AAA;
  padding: 20px 40px;
}
.footer h4 {
  color: #333;
  margin-top: 2px;
  padding-bottom: 12px;
}
.footer h5 {
  color: #333;
  font-size: 16px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 8px;
}
.btn-footexpand {
  color: #444;
  font-size: 16px;
}
.btn-footexpand:hover,
.btn-footexpand:focus {
  color: #222;
}
.btn-footexpand .caret {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-footexpand.expanded .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-viewdesktop {
  display: none;
}

.footblocks {
  border-top: 1px solid rgba(0,0,0,.1);
  overflow: hidden;
  display: none;
}
.footblocks.expanded {
  display: block;
}
.fblock {
  /*display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 20%;
  margin-bottom: 20px;*/
  
  width: 16.6%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
.fblock li a {
  display: block;
  padding: 3px 0;
  color: #333;
  font-size: 14px;
}
.fblock li a:hover {
  color: #009245;
}
.fblock-add {
  display: none;
}

.list-footmenu {
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 16px 0;
  margin-bottom: 20px;
}
.list-footmenu li {
  display: inline-block;
  margin-right: 8px;
}
.list-footmenu a {
  color: #333;
  font-size: 14px;
}
.list-footmenu a:hover {
  color: #009245;
}
.list-footmenu .right {
  float: right;
}

.foot-right {
  float: right;
  margin-top: -55px;
}
.list-footsoc {
  margin-bottom: 20px;
}
.list-footsoc li {
  display: inline-block; 
  margin: 0 2px;
}
.list-footsoc a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 42px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 25px;
}
.list-footsoc .lin {
    background-color: #0E76A8 !important;
}
.list-footsoc .fb {
  background-color: #537BBD;
}
.list-footsoc .tw {
  background-color: #44BFD5;
}
.list-footsoc .yt {
  background-color: #E9654B;
}
.list-footsoc .in {
  background-color: #2D9DBE;
}
.list-footsoc a:hover {
  opacity: .85;
}

.footer .btn-text {
  font-weight: 400;
  color: #aaa;
  border-bottom: 1px solid #aaa;
  padding-bottom: 1px;
}
.footer .btn-text:hover {
  border-bottom-color: transparent;
  color: #333;
}
.footer .copy {
  margin-top: 25px;
  margin-bottom: 0;
}
.footer .copy+.copy {
  margin-top: 0;
}


.btn-mobilepps {
  float: right;
  display: inline-block;
  padding: 10px 14px;
  padding-bottom: 8px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  color: #333;
  font-weight: 400;
  font-size: 15px;
}
.btn-mobilepps:hover {
  background-color: rgba(0,0,0,.1);
}
.btn-mobilepps .icon-phonemob {
  color: #349C47;
  font-size: 22px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}



.transition {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}


.tt-menu {
  width: 100%;
  margin: 0;
  margin-top: -1px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.05);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px rgba(0,0,0,.05);
}

.tt-suggestion {
  padding: 6px 10px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.tt-suggestion:not(:first-child):before {
  content:"";
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 2.5%;
  background-color: #eee;
}
.tt-suggestion:last-child {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #009245;
  background-color: #fff;
}

.tt-suggestion.tt-cursor {
  color: #444;
  background-color: #eee;

}

.tt-suggestion p {
  margin: 0;
}

.noUi-horizontal {
  height: 10px;
}
.noUi-target {
  border-radius: 8px;
  border: none;
  box-shadow: none;
}
.noUi-background {
  background: #e6b300;
  box-shadow: none;
}
.noUi-origin {
  border-radius: 8px;
}
.noUi-connect {
  background: #349c47;
  box-shadow: none;
}
.noUi-handle {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 100%;
  background: #FFF;
  cursor: default;
  box-shadow: 1px 1px 4px rgba(0,0,0,.05);
}
.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  left: -13px;
  top: -9px;
}
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #349c47;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.noUi-handle:after {
  display: none;
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.toppromo .owl-theme .owl-controls {
  margin-top: -30px;
  position: relative;
  z-index: 30;
  padding-bottom: 7px;
}

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #009245;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #009245;
  margin: 3px 7px;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}




@font-face {
  font-family: 'icomoon';
  src:url('../webfonts/icomoon.eot?mfvsxb');
  src:url('../webfonts/icomoon.eot?#iefixmfvsxb') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?mfvsxb') format('woff'),
    url('../webfonts/icomoon.ttf?mfvsxb') format('truetype'),
    url('../webfonts/icomoon.svg?mfvsxb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e903";
}
.icon-handshake:before {
  content: "\e901";
}
.icon-document-checked:before {
  content: "\e900";
}
.icon-phone-alt:before {
  content: "\e902";
} 
.icon-down:before {
  content: "\e638";
}
.icon-up:before {
  content: "\e639";
}
.icon-plus:before {
  content: "\e637";
}
.icon-savings:before {
  content: "\e636";
} 
.icon-pointer:before {
  content: "\e632";
}
.icon-unlimited:before {
  content: "\e633";
}
.icon-withdrawal:before {
  content: "\e634";
}
.icon-withdrawal-2:before {
  content: "\e635";
}
.icon-resetsearch:before {
  content: "\e630";
}
.icon-direction:before {
  content: "\e631";
}
.icon-book:before {
  content: "\e629";
}
.icon-calendar:before {
  content: "\e62a";
}
.icon-euro-alt:before {
  content: "\e62b";
}
.icon-eye:before {
  content: "\e62c";
}

.icon-new-calc:before {
  content: "\e904";
}
.icon-new-cart:before {
  content: "\e905";
}
.icon-new-coins:before {
  content: "\e906";
}
.icon-new-globe:before {
  content: "\e907";
}

.icon-noperson:before {
  content: "\e62d";
}
.icon-package:before {
  content: "\e62e";
}
.icon-upperson:before {
  content: "\e62f";
} 
.icon-line:before {
  content: "\e628";
}
.icon-checkmark:before {
  content: "\e61f";
}
.icon-document:before {
  content: "\e620";
}
.icon-document-check:before {
  content: "\e621";
}
.icon-download:before {
  content: "\e622";
}
.icon-euro:before {
  content: "\e623";
}
.icon-external:before {
  content: "\e624";
}
.icon-password:before {
  content: "\e625";
}
.icon-percent:before {
  content: "\e626";
}
.icon-transaction:before {
  content: "\e627";
} 
.icon-apple:before {
  content: "\e616";
}
.icon-bulb:before {
  content: "\e617";
}
.icon-friendliness:before {
  content: "\e618";
}
.icon-gplay:before {
  content: "\e619";
}
.icon-openness:before {
  content: "\e61a";
}
.icon-opinion:before {
  content: "\e61b";
}
.icon-pluscircle:before {
  content: "\e61c";
}
.icon-print:before {
  content: "\e61d";
}
.icon-star:before {
  content: "\e61e";
} 
.icon-mmenu:before {
  content: "\e615";
}
.icon-location-alt:before {
  content: "\e614";
}
.icon-atmloc:before {
  content: "\e611";
}
.icon-business:before {
  content: "\e612";
}
.icon-ccard:before {
  content: "\e613";
} 
.icon-alertcircle:before {
  content: "\e600";
}
.icon-arrow:before {
  content: "\e601";
}
.icon-email:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-facecircle:before {
  content: "\e604";
}
.icon-instagram:before {
  content: "\e605";
}
.icon-linkedin:before {
  content: "\e606";
}
.icon-location:before {
  content: "\e607";
}
.icon-mice:before {
  content: "\e608";
}
.icon-phone:before {
  content: "\e609";
}
.icon-phonemob:before {
  content: "\e60a";
}
.icon-play:before {
  content: "\e60b";
}
.icon-postcircle:before {
  content: "\e60c";
}
.icon-search:before {
  content: "\e60d";
}
.icon-twitter:before {
  content: "\e60e";
}
.icon-videocircle:before {
  content: "\e60f";
}
.icon-youtube:before {
  content: "\e610";
}


/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/flat@2x.png) no-repeat;
  background-size: 176px auto;
  border: none;
  cursor: pointer;
}

.icheckbox_flat {
  background-position: 0 0;
  margin-right: 5px;
}
.icheckbox_flat.checked {
  background-position: -22px 0;
}
.icheckbox_flat.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat.checked.disabled {
  background-position: -66px 0;
}

.iradio_flat {
  background-position: -88px 0;
}
.iradio_flat.checked {
  background-position: -110px 0;
}
.iradio_flat.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat.checked.disabled {
  background-position: -154px 0;
}

@media only screen and (min-width: 1200px) {
  .footbar {
    width: 1040px;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-prim .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-prim .navbar-nav>li>a {
    padding: 10px 8px;
  }
  .navbar-sec .navbar-nav>li>a {
    padding: 20px 16px;
    font-size: 15px;
  }
  .cblock {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .main > .inner {
    padding: 0 20px;
	/*padding-left: 40px;
	padding-right: 40px;*/
  }
  .navbar-sec .navbar-nav>li>a {
    padding: 20px 10px;
    font-size: 14px;
  }
  .contentplus {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pg-content.outdent {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pg-nav.is_stuck:before,
  .pg-nav.is_stuck:after {
    width: 20px;
    left: -20px;
  }
  .pg-nav.is_stuck:after {
    left: auto;
    right: -20px;
  }

}

@media only screen and (max-width: 992px) {
  .pg-content.outdent {
    margin-left: -20px;
    margin-right: -20px;
  } 
  .photo {
    width: 50%;
  }
  .compblock {
    padding: 15px 10px;
  }
  .compblock h2 {
    line-height: 1.1em;
    font-size: 20px;
  }

  .newsstream .list-news .topnews {
    /*width: 324px;*/
  }
  .newsstream .list-news .topnews h4 {
    font-size: 20px;
  }
  .newsstream .list-news li:not(.topnews) {
    /*width: 162px;*/
    min-height: 220px;
  }
  .top-inner {
    min-height: 443px;
  }
  .pg-nav .nicecheck {
    margin-left: 6px;
  }
  .newsstream .list-news .topnews {
    /*width: 344px;*/
  }
  .newsstream .list-news li:not(.topnews) {
    /*width: 172px;*/
    min-height: 220px;
  }
  .list-steps li {
    font-size: 14px;
    padding: 10px 14px;
    margin: 0 1px;
  }
  .btn-quick {
    padding: 22px 12px;
    padding-left: 42px;
    font-size: 15px;
  }
  .btn-quick .icon-arrow {
    right: 8px;
  }
  .quicklinks .list-blocks li img {
    max-width: 26px;
    left: 10px;
    margin-top: -5px;
  }

   /*DODANO*/

  .mega-dropdown-menu > li.drop-content {
    width: 100%;
    float: none;
  }

  .mega-dropdown-menu > li.drop-content ul li {
    padding-right: 10px;
  }

  .mega-dropdown-menu > li.drop-side {
    display: none;
  }
  
  .contentplus .secpromo .list-blocks li {
    max-width: inherit; 
 }



}

@media screen and (max-width: 800px) {
  .sbox-indented {
    padding: 0 15px;
    margin-top: -25px;
  }

  .contactbox .form-block {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .mega-dropdown-menu > li.drop-side {
    display: none;
  }
  /*.fblock {
    width: 25%;
  }*/
  .fblock-add {
    display: block;
  }
  .fblock.last {
    display: none;
  }
  .list-footmenu {
    position: relative;
  }
  .list-footmenu li {
    margin-right: 2px;
    vertical-align: top;
  }
  .box-side p {
    font-size: 12px;
  }

}

@media only screen and (max-width: 800px) {

  .navbar-prim .navbar-nav>li>a {
    font-size: 14px;
  }
  .message {
    padding-top: 60px;
    width: 50%;
  }
  .message h1 {
    font-size: 36px;
  }

  .secpromo-first {
    display: none;
  }
  .homenews {
    padding: 14px 8px;
  }
  .homenews .list-blocks li {
    padding: 0 7px;
  }
  .list-news .imgbox img {
    max-width: 100%;
    height: auto;
  }

  .footbar h4 {
    display: none;
  }
  .footbar {
    text-align: left;
    padding: 6px 20px;
  }
  .footbar .last {
    float: right;
    margin-top: -1px;
  }
  .footer {
    padding: 20px;
  }
  .list-footmenu a {
    font-size: 14px;
  }

  .mega-dropdown-menu > li.drop-content {
    width: 100%;
    float: none;
  }
  .mega-dropdown-menu > li.drop-content ul li {
    padding-right: 10px;
  }
  .mega-dropdown-menu > li > ul > li > a p {
    font-size: 14px;
  }
  .list-sectblocks li {
    padding-right: 15px;
  }
  .list-sectblocks .picto {
    position: relative;
    float: right;
    margin-bottom: -30px;
    margin-top: -10px;
  }
  .cblock .intro {
    margin-bottom: 25px;
  }
  
  .box {
    padding-left: 30px;
    padding-right: 120px;
  }
  .box .infoicon {
    left: auto;
    right: 25px;
  }
  .contentplus .secpromo .list-blocks li {
    max-width: inherit;
  }
  .article .pg-content-tight {
    padding-top: 10px;
  }
  .pg-nav {
    padding: 0 10px;
  }
  .pg-nav .navbar-brand {
    font-size: 15px;
  }
  .pg-nav .navbar-brand .icon-arrow {
    margin-left: 5px;
  }

  .cblock .form-body .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cblock .form-body .row > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-steps li {
    font-size: 14px;
    margin: 0;
  }
  .footbar {
    width: 750px;
  }
  .sbox-indented {
    padding: 0 15px;
    margin-top: -25px;
  }
  .pg-nav .btn-share {
    display: none;
  }
  .pg-nav .navbar-brand .icon-arrow {
    display: none;
  }
  .withmobileline {
    border-top: 1px solid #eee;
  }
  .list-accounts .button-plus {
    float: left;
  }
  .list-accounts .button-plus .price {
    display: block;
  }
  .list-accounts li {
    position: relative;
    min-height: 310px;
  }
  .list-accounts li p {
    position: relative;
    z-index: 5;
    /*padding-right: 130px;*/
    padding-bottom: 42px;
  }
  .list-accounts li .picto {
    position: absolute;
    top: auto;
    margin: 0;
    right: 0;
    bottom: 0;
    float: none;
    z-index: 0;
  }
  .mobilefees {
    display: none;
  }
  .btn-morefees {
    display: inline-block;
  }

  .list-authors li {
    padding-right: 20px;
  }
  .compblock {
    -ms-flex: 1.2;
    -webkit-flex: 1.2;
    flex: 1.2;
  }
  .compblock.desc {
    -ms-flex: .8;
    -webkit-flex: .8;
    flex: .8;
  }
  .compblock h4 br {
    display: inline-block;
  }




}

@media screen and (min-width: 768px) {
  .main > .inner {
    box-shadow: 0 0 25px 5px rgba(0,0,0,.05);
  }
  .list-footmenu {
    position: relative;
  }
  .list-footmenu .right {
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 16px;
  }
}

@media screen and (max-width: 767px)
{
  body {
    padding-top: 56px;
  }
  .btn-large {
    font-size: 14px;
    padding: 12px 20px;
  }
    .btn-large-green {
        font-size: 14px;
        padding: 12px 20px;
    }
  .navbar-prim {
    display: none;
  }
  .navbar-sec {
    display: none;
  }
  .logobar {
    padding: 12px 0;
    border-top: 4px solid #009245;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    left: 20px;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
  }
  .logo img {
    max-width: 160px;
    height: auto;
  }
  .logo-right {
    display: none;
  }
  .mobile-control {
    display: block;
  }
  .btn-slidenav {
    display: none;
  }
  .toppromo {
    margin-left: -20px;
    margin-right: -20px;
  }
  .topslider .slide {
    height: 215px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 120px;
    background-position: right center;
  }
  .message {
    padding: 8px 20px;
    position: relative;
    top: 215px;
    width: 100%;
  }
  .message h1 {
    font-size: 20px;
    width: 50%;
    padding-top: 7px;
  }
  .message .btn-primary {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .message .intro {
    display: none;
  }
  .mobile-action {
    display: block;
  }
  .list-blocks {
    display: block;
  }
  .list-blocks li {
    display: block;
  }
  .secpromo h3 {
    margin-bottom: 5px;
  }
  .secpromo .list-blocks li {
    padding: 25px 80px;
    border-bottom: 1px solid #eee;
  }
  .secpromo .list-blocks li > * {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .secpromo .list-blocks li:not(:first-child):after {
    display: none;
  }
  .homenews h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .homenews li h4 {
    min-height: inherit;
  }
  .homenews li {
    max-width: 80%;
    margin: 35px auto;
  }
  .homenews .list-blocks li {
	  margin-top: 0px !important;
	  margin-bottom: 0px !important;
  }
  .quicklinks {
    margin: 0;
  }
  .quicklinks .list-blocks li {
    padding: 0;
    font-size: 16px;

    display: block;
  }
  .btn-quick {
    margin-bottom: -1px;
    padding-left: 55px;
  }
  .quicklinks .list-blocks {
    margin: 0;
  }
  .quicklinks .list-blocks li img {
    left: 18px;
  }
  .footbar {
    padding: 0;
    width: 100% !important;
  }
  .footbar li {
    display: block;
  }
  .footbar li:not(:first-child) {
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .footbar .last {
    display: none;
  }
  .footbar li a {
    color: #fff;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
  }
  .footbar li a [class^="icon-"] {
    margin-right: 12px;
  }
  .footer h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .fblock {
    display: block;
    margin-right: 0;
    width: 100%;
  }  
  .fblock li a {
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid rgba(0,0,0,.12);
  }
  .list-footmenu li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  .list-footmenu a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,.12);
  }
  .list-footmenu li:first-child a {
    border-top: none;
  }
  .list-footmenu .right {
    float: none;
  }
  .footer .foot-lastblock {
    text-align: center;
  }
  .foot-right {
    float: none;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .btn-mobilepps {
    float: none;
    margin: 15px 0;
    margin-bottom: 0;
  }
  .btn-viewdesktop {
    display: inline-block;
  }

  .pg-header {
    padding: 20px 0;
  }
  .pg-header.pg-header-tight {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .pg-header h1 {
    font-size: 24px;
  }
  .pg-header .intro {
    font-size: 17px;
    max-width: inherit;
  }
  .list-sectblocks h2 {
    font-size: 20px;
  }
  .list-sectblocks li {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    /*padding-right: 0;*/
	padding-right: 160px;
    margin-top: -1px;
	padding-left: 15px;
  }
  /*dodano*/

  .list-accounts li .picto {
	top: 0px;
	bottom: auto;
  }

  .list-sectblocks .picto {
    max-width: 160px;
    max-height: 160px;
    height: auto;
  }
  .list-unstyled.list-blocks.list-sectblocks.list-aboutsberbank {
	padding-left: 20px;
	padding-right: 20px;
  }

  .list-sectblocks .browsed {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
  .list-sectblocks li .button-plus {
    float: left;
    margin-top: 20px;
  }
  .list-sectblocks li:last-child {
    border-bottom: none;
  }

  .list-expandable dt.haslocation {
    padding-left: 20px;
  }
  .list-expandable dt.nonexpandable {
    padding-left: 5px;
  }
  .list-expandable dd {
    padding-left: 20px;
  }
  .list-expandable dt .vac-location {
    right: 0;
  }
  .list-expandable dt.haslocation .caret {
    left: 1px;
  }

  .loan-cta .btn {
    margin-top: 6px;
  }


  .pg-nav {
    display: none;
  }
  .pg-header.pg-promo {
    min-height: inherit;
    margin-left: -20px;
    margin-right: -20px;
    background-image: none !important;
    margin-top: -20px;
  }
  .pg-header .imgbox-mobile {
    height: 214px;
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .pg-promo .headbox {
    position: static;
	/*padding: 15px 20px;*/
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
    max-width: inherit;
    border-radius: 0;
  }
  .pg-content.outdent {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pg-mobile {
    display: block;
  }

  .cblock {
    padding: 30px 20px;
  }
  .cblock h2 {
    font-size: 20px;
  }
  .cblock h2.larger {
    font-size: 24px;
  }
  .cblock.advantages h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .cblock h3 {
    font-size: 17px;
  }
  .cblock .btn-spaced {
    margin-top: 3px;
  }
  .list-infoicons.double li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .infoicon {
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding-top: 14px;
  }
  .infoicon.hasicon {
    line-height: 64px;
    font-size: 32px;
  }
  .list-timeline:before {
    left: 30px;
    bottom: 160px;
  }

  .list-timeline li {
    padding-left: 75px;
    min-height: 85px;
  }
  .article .pg-content {
    padding: 0;
  }
  .art-head {
    padding: 12px 0;
  }
  .art-body {
    padding: 0;
  }
  .art-body .box {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px;
  }
  .art-nav {
    padding-top: 25px;
  }
  .box .infoicon {
    float: right;
    position: static;
  }

  .pg-content aside {
    padding-top: 35px;
  }

  .list-benefits {
    display: block;
  }
  .list-benefits li {
    width: 100%;
    padding-right: 20px;
  }
  .list-benefits.dual li {
    width: 100%;
  }

  .list-timehorizontal {
    display: block;
  }
  .list-timehorizontal:before {
    content: "";
    width: 2px;
    height: auto;
    background: url(../img/line-dotted-orange.png) repeat-y;
    position: absolute;
    left: auto;
    right: auto;
    top: 12%;
    bottom: 19%;
    left: 30px;
  }
  .list-timehorizontal li {
    padding: 0 12px;
    text-align: left;
    position: relative;
    padding-bottom: 25px;
    padding-left: 70px;
    min-height: 80px;
  }
  .list-timehorizontal .infoicon.large {
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-timehorizontal h4 {
    margin-top: 0;
  }
  .list-timehorizontal {
    margin-bottom: 0;
  }


  .compblock.desc {
    padding-left: 0;
  }
  .compblock h4 {
    font-size: 13px;
  }
  .compblock.desc li {
    font-size: 12px;
    min-height: 30px;
    padding: 10px 3px;
  }
  .compblock li {
    padding: 10px 3px;
    min-height: 30px;
    font-size: 12px;
  }

  .form-body .form-control {
    height: 40px;
  }
  .contactbox {
    padding-bottom: 30px;
  }
  .contactbox.mobilehighlight {
    background-color: #f3f3f3;
    margin: 25px -20px;
    padding: 20px;
  }
  .line-delimiter {
    display: none;
  }
  .havequestion h4 {
    font-size: 18px;
    font-weight: 400;
  }
  .havequestion p {
    font-size: 14px;
  }
  .havequestion .btn-outline {
    margin-left: 0;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
  
  }

  .box-blogpost-favs,
  .box-blogpost-media {
    display: none;
  }

  .employee-img {
    width: 66px;
    height: 66px;
  }
  .emp-name {
    font-size: 19px;
  }
  .employee-img img {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
  }

  .cblock .list-steps {
    margin-top: -30px;
  }
  .list-steps {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
  }
  .list-steps:after {
    width: 1px;
    height: auto;
    top: 10%;
    bottom: 10%;
    left: 50%;
  }
  .list-steps li {
    border-width: 1px;
    display: list-item;
    padding: 4px 10px;
    margin: 4px 0;
    font-size: 13px;
  }

  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .table-responsive::-webkit-scrollbar:horizontal {
    height: 9px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #fff; 
  }

  .list-authors li {
    padding-right: 0;
    font-size: 13px;
  }
  .list-authors .employee-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 6px;
  }
  .list-testimonials blockquote {
    padding: 20px;
  }
  .list-testimonials blockquote p {
    font-size: 15px;
  }

  .sbox.mobilehighlight {
    background-color: #f3f3f3;
    padding: 12px 20px;
    margin: 0 -20px;
  }
  .search-branches {
    padding-right: 75px;
  }
  .search-branches .form-group {
    position: relative;
  }
  .search-branches .icon-search {
    position: absolute;
    right: 8px;
    top: 10px;
    opacity: .7;
    font-size: 18px;
  }
  .search-branches .btn-searchbranch {
    font-size: 13px;
    height: 40px;
    padding: 12px 10px;
    width: 70px;
  }
  .search-branches .form-control {
    font-size: 14px;
  }
  .sbox ul {
    margin: 0;
    margin-top: 6px;
  }
  .sbox .nicecheck {
    margin: 4px 0;
  }
  .sbox .form-group {
    margin-bottom: 0;
  }

  .btn-resetsearch {
    font-size: 26px;
    padding: 6px 8px;
    right: 26px;
  }

  .mapbox {
    padding-left: 0;
    position: static;
    overflow: visible;
    min-height: inherent;
  }
  .mapview {
    display: none;
  }
  .mapbox .sidebar {
    background-color: transparent;
    position: static;
    width: auto;
  }
  .side-inner {
    position: static;
    width: auto;
    overflow-y: auto;
  }
  .btn-sidecontrol {
    display: none;
  }
  .list-branches li {
    padding: 16px 0;
  }
  .btn-showmorebranches {
    display: inline-block;
  }

  .list-searchres li {
    padding-left: 0;
  }
  .list-searchres .imgbox {
    display: none;
  }

  .pagination-box {
    padding: 10px 0;
  }
  .pagination {
    display: block;
    overflow: hidden;
  }
  .pagination li:not([class^="nav"]) {
    display: none;
  }
  .pagination li.nav-next {
    float: right;
  }

  .box-mobilesimple {
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-left: -20px;
    margin-right: -20px;
  }
  .newsstream {
    padding: 0;
  }
  .newsstream .list-news li:not(.topnews) {
    width: 100%;
    max-width: inherit;
    min-height: inherit;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .quicklinks .list-unstyled.list-blocks li a:not(.btn) {
	  padding-left: 55px;
   }

  .list-unstyled.list-blocks li a:not(.btn) {
	padding-left: 20px;
	padding-right: 20px;
  }

  .newsstream .list-news li h4 {
    min-height: inherit;
    margin-bottom: 20px;
  }
  .newsstream .list-news li .imgbox {
    max-width: inherit;
    max-height: inherit;
  }
  .newsstream .list-news .topnews {
    width: 100%;
    min-height: inherit;
    max-width: inherit;
    margin-bottom: 12px;
    padding: 0;
  }
  .top-inner {
    min-height: inherit;
  }
  .footbar {
    position: static;
    width: auto;
  }
  .list-accounts li {
    min-height: inherit;
  }
  .list-accounts li p {
    /*padding-right: 95px;*/
  }
  
  .panel-branch {
    display: none !important;
  }
  .panel-branch.active {
    display: block !important;
  }
  .homenews.indented {
    padding: 14px 25px;
  }
  
  .secpromo .list-blocks > li:last-child {
    border-bottom: none;
  }  
  .contentplus .secpromo {
    padding-bottom: 0;
  }
  .contentplus .secpromo .list-blocks li.noline {
    border-bottom: none;
  }
  .contentplus .secpromo .list-blocks li.empty {
    display: none;
  }
  .list-employees li:last-child {
    border-bottom: none;
  }
  .post-print {
    display: none;
  }
  .btn-allarticles {
    color: #555;
  }
  
  .art-socshare {
    display: none;
  }
  .art-socshare-mobile {
    display: block;
  }

}

@media screen and (max-width: 600px)
{
  .art-socshare ul li {
    display: block;
    padding: 8px 0;
  }
  .art-socshare .btn-print {
    float: none;
    margin-bottom: 10px;
  }
  .slidectrl {
    padding-right: 100px;
  }
  .slidectrl .sliderform {
    width: 90px;
  }
  .slidectrl .sliderform .form-control {
    font-size: 14px;
  }

  .grid {
    display: block;
  }
  .photo {
    padding-right: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 10px;
  }
  .list-expandable dd {
    padding: 0;
  }
  .photo .imgbox img {
    width: 100%;
    height: auto;
  } 

  .art-head .btn-print {
    display: none;
  }



}

@media screen and (min-width: 480px) {



}

@media screen and (max-width: 480px)
{
  .secpromo .list-blocks li {
    padding: 25px 12px;
  }
  .footblocks.expanded {
    display: none;
  }
  
  .btn-footexpand .caret {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .btn-footexpand.expanded .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .btn-footexpand.mobileactive.expanded .caret {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .btn-footexpand.mobileactive .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .art-nav .btn-nextart {
    float: right;
  }
  .mobilehidden {
    display: none;
  }
  .topslider .slide {
    height: 215px;
    margin-bottom: 90px;
  } 
  .message h1 {
    padding-top: 5px;
    margin-bottom: 0;
  }

  .loan-results {
    padding-top: 0;
  }

  .btn-showmorebranches {
    display: inline-block;
  }

  .slidectrl {
    padding-right: 0;
  }
  .slidectrl .sliderform {
    position: static;
    width: auto;
  }
  .slidectrl .sliderform {
    width: auto;
  }
  .cblock h3 {
    font-size: 16px;
  }
  .contactbox .widget-branch {
    max-width: inherit;
  }
  .box-searchside {
    display: none;
  }
  .search-branches {
    padding-right: 0;
  }
  .search-branches .btn-searchbranch {
    width: auto;
    position: static;
    display: inline-block;
    min-width: 90px;
    margin-top: 5px;
  }
  .search-branches .icon-search {
    position: absolute;
    right: 10px;
    top: 13px;
    opacity: .65;
  }
  .sbox .list-inline li {
    display: block;
    margin: 6px 0;
  }
  .btn-morebenefits {
    display: inline-block;
  }

  #comparison {
    display: none;
  }

  .list-sectblocks.list-about p {
    font-size: 16px;
    padding-right: 160px;
  }
  .list-sectblocks.list-about img {
    margin-top: -85px;
    float: right;
  }

  .homenews li {
    max-width: 96%;
  }
  .homenews li .imgbox {
    /*max-width: inherit;
    max-height: inherit;*/

	max-width: 168px;
    max-height: 117px;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .homenews .list-blocks li {
	  margin-top: 0px;
	  margin-bottom: 0px;
  }

  .list-news .imgbox img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .newsstream .list-news li .imgbox {
    margin: 0 15px;
  }
  .newsstream .list-news .topnews .imgbox {
    margin: 0;
  }
  .newsstream .list-news .topnews {
    margin-bottom: 30px;
  }
  .newsstream .list-news li:not(.topnews) {
    margin-bottom: 30px;
  }

  .tbl-minwidth {
    min-width: 70px;
  }
  .box-side .head {
    font-size: 20px;
  }
  .box-side p {
    font-size: 15px;
  }
  .box-side .person {
    margin-top: 15px;
  }

  .person .name {
    font-size: 16px;
  }
  .numbers {
    position: relative;
    padding-left: 70px;
  }
  .numbers .infoicon {
    position: absolute;
    left: 0;
  }
  .numbers h3 {
    font-weight: 700;
  }
  .contactbox .form-block {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  
  .list-sectblocks {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-sectblocks li:not(.browsed) {
    margin-left: 20px;
    margin-right: 20px;
  }

	.list-unstyled.list-blocks.list-sectblocks.list-accounts {
		margin-left: 0px !important;
	  margin-right: 0px !important;
	}

  .list-unstyled.list-blocks.list-sectblocks.list-accounts li {
	  margin-left: 0px !important;
	  margin-right: 0px !important;
  }

  .list-sectblocks .browsed .button-plus {
    margin-bottom: 10px;
  }
  .caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #555;
  }
  
}

@media screen and (max-width: 320px)
{
  .panel-menu .tab-pane {
    max-height: 340px;
  }
  .button-plus .price {
    display: block;
  }
  .browsed .picto {
    margin-right: -10px;
  }
  .list-sectblocks.list-about img {
    margin-top: -105px;
  }


}

#uslovi-error {
	color: #a94442;
}

.form.form-body .nicecheck label.lbl-error {
	color: #eb3232;
}


@media (min-width: 768px) and (max-width: 800px) {

.list-sectblocks li {
  padding: 30px 15px;
  margin: 0 1%;
  margin-top: -1px;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 48%;
  position: relative;
  min-height: 241px;
  padding-right: 205px;
}

.list-sectblocks li.browsed {
  background-color: #F3F3F3;
  border-radius: 4px;
}

.list-accounts li .picto {
	top: 0px;
}

.list-unstyled.list-blocks.list-sectblocks.list-accounts li a:not(.btn) {
	padding-left: 0px;
	padding-right:0px;

}




}