/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css")*/

body {
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    color: #4a494e;
}

a {
    text-decoration: underline;
    color: #f5520c;
}

a:hover {
    text-decoration: none;
    color: #ef7643;
}

h1 {
    font-size: 22px;
    color: #3497b0;
}

h2 {
    font-size: 18px;
    color: #3497b0;
}

h3 {
    font-size: 22px;
    color: #f5520c;
}

.feed-icons {
    display: none;
}

/* header */
header {
    padding-top: 15px;
    background-color: transparent;
}

@media only screen and (min-width:1200px) {

    .path-frontpage header,
    .node-41 header {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        left: 0;
    }

}

/* top menu */
.region-top-menu {
    position: relative;
}

.menu--top-menu {
    float: right;
}

.menu--top-menu>li {
    display: inline-block;
}

.menu--top-menu>li>a {
    text-decoration: none;
    color: #f5520c;
}

/* main menu */
.navbar-default {
    margin-bottom: 0;
    border: none;
    border-color: transparent;
    background-color: transparent;
    /*	z-index: 9999;*/
    -webkit-box-shadow: 10px 14px 18px -12px rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 14px 18px -12px rgba(0, 0, 0, .75);
    box-shadow: 10px 14px 18px -12px rgba(0, 0, 0, .75);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #45a5bd;
    /*	margin-top: 30px;*/
}

.navbar-nav {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.region-sidebar-second ul.navbar-nav {
    margin-top: 30px;
    text-align: left;
    border-left: 1px solid #cadce0;
}

.region-sidebar-second .navbar-nav li {
    float: none;
}

.region-sidebar-second .navbar-nav li>a {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 25px;
    text-decoration: none;
    color: #7dc0d1;
}

.region-sidebar-second .navbar-nav li>a:before {
    position: absolute;
    left: 5px;
    content: '>';
}
.region-sidebar-second .navbar-nav li>a.active {
color: #f5520c;
}
.region-sidebar-second .navbar-nav li> ul> li>a.is-active {

    color: #fff;
}

.navbar-default .navbar-nav>li:last-child {
    border-right: 1px transparent;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 30px 10px;
    text-decoration: none;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: #f5520c;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #ef7643;
}

.navbar-toggle {
    display: block;
    float: none;
    margin: 0 auto 15px auto;
}

.menu-title {
    font-weight: 700;
    text-align: center;
    color: #45a5bd;
}

.dropdown-menu {
    min-width: 230px;
    background-color: #227a90;
}

.dropdown-menu>li>a {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f5530b;
}

@media only screen and (min-width:768px) {
    .navbar-toggle {
        display: none;
    }

    .menu-title {
        font-weight: 700;
        display: none;
        text-align: center;
        color: #45a5bd;
    }

}

@media only screen and (min-width:1200px) {
    .navbar-default .navbar-nav>li {
        border-right: 1px solid #7dc0d1;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        padding: 20px;
    }

}

/* Content */
h1.page-header {
    border-bottom: none;
}

.region-sidebar-second {
    width: 100%;
    color: #005b6d;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .1);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(202, 220, 224, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(202, 220, 224, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(202, 220, 224, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(202, 220, 224, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(202, 220, 224, 1) 100%);
    /* ie10+ */
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(202, 220, 224, 1) 100%);
    /* w3c */
    background-repeat: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cadce0', endColorstr='#ffffff', GradientType=1);
    /* ie6-9 */
}

.path-frontpage .region-sidebar-second {
    border: none;
    background: none;
}

.path-node,
.path-contact {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.path-node .main-container,
.path-contact .main-container {
    position: relative;
    margin: 50px auto;
    padding: 40px 0 40px 40px;
    background: #fff;
}

.path-contact .main-container {
    padding: 40px;
}

@media only screen and (min-width:1200px) {
    .region-sidebar-second {
        margin-top: -40px;
    }

    .path-frontpage .region-sidebar-second {
        margin-top: 0;
    }

}

/* Footer */
footer {
    color: #fff;
    background: #58473d;
}

footer a {
    text-decoration: none;
    color: #fff;
}

/* Banner */
.path-frontpage .footer {
    margin-top: 0;
}

.path-frontpage article {
    display: none;
}

div.banner-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 180px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .73) 49%, rgba(255, 255, 255, .42) 78%, rgba(255, 255, 255, .41) 79%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .73) 49%, rgba(255, 255, 255, .42) 78%, rgba(255, 255, 255, .41) 79%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .73) 49%, rgba(255, 255, 255, .42) 78%, rgba(255, 255, 255, .41) 79%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

div.banner-wrapper {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
}

@media only screen and (min-width:768px) {
    div.banner-wrapper {
        display: block;
    }

    .region-banner {}

}

.carousel-caption {
    text-align: initial;
}

.carousel-caption p {
    font-size: 26px;
}

/*.glyphicon {
	display: none !important;
}
*/
.carousel-caption a.btn {
    font-size: 20px;
    display: block;
    max-width: 200px;
    margin: 50px auto 0 auto;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #f5520c;
    background: #f5520c;
}

#views-bootstrap-featured-content-block-1 .fa {
    font-size: 30px;
    margin: 0 auto;
    color: #f5520c;
}

@media only screen and (min-width:768px) {
    #views-bootstrap-featured-content-block-1 .fa {
        font-size: 50px;
        margin: 0 auto;
        color: #f5520c;
    }

    #views-bootstrap-featured-content-block-1 h1 {
        font-size: 22px;
    }

}

#views-bootstrap-featured-content-block-1 .col {
    text-align: center;
}

#views-bootstrap-featured-content-block-1 a {
    text-decoration: none;
    text-transform: uppercase;
}

#views-bootstrap-featured-content-block-1 h1 {
    font-size: 16px;
    color: #f5520c;
}

/* featured */
.block-views-blockfeatured-content-block-1 {
    margin: 30px 0;
}

/* Search */
.search-wrapper {
    position: relative;
    padding-bottom: 8px;
}

.search-wrapper>div {

    /*	position: absolute;
			top: -30px;
			right: 15px;*/
    margin-right: 15px;
}

ul.socials {
    display: inline-block;
    margin-top: 5px;
    margin-right: 0;
}

ul.socials>li {
    display: inline-block;
    margin: 0 5px;
}

ul.socials .fa {
    font-size: 20px;
}

@media only screen and (min-width:1200px) {
    .search-wrapper>div {
        position: absolute;
        top: -30px;
        right: 15px;
        width: 300px;
    }

}

#searchbar {
    position: relative;
    float: left;
}

#searchbar #sliding-panel-outer {
    position: absolute;
    top: 0;
    right: 30px;
    display: inline-block;
    overflow: hidden;
    width: 240px;
    transition: width .4s ease;
}

#searchbar #sliding-panel-inner {
    width: 240px;
}

#searchbar .search-label {
    line-height: 30px;
    position: absolute;
    top: -3px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

#searchbar .search-label .fa-times,
#searchbar.collapsed .search-label .fa-search {
    display: inline-block;
}

#searchbar .search-label .fa-times {
    margin-top: 10px;
}

#searchbar.collapsed .search-label .fa-search {
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    background: #f5520c;
}

#searchbar .search-label .fa-search,
#searchbar.collapsed .search-label .fa-times {
    display: none;
}

#searchbar.collapsed #sliding-panel-outer {
    width: 0;
}

#searchbar .btn-primary {
    height: 34px;
    color: #fff;
    border-color: #f5520c;
    background-color: #f5520c;
}

/* News */
.news-section {
    padding: 30px 0 0 0;
    background: #f5f5f5;
}

.news-section h3 {
    margin-bottom: 60px;
    text-align: center;
}

/* learn more block */
.learn-more>div {
    padding: 0 40px;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 171, 116, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(255, 171, 116, 1) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(255, 171, 116, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#ffab74', GradientType=0);
}

.learn-more h3 {
    margin-bottom: 50px;
}

.learn-more p {
    display: inline-block;
    width: 50%;
}

.learn-more figure {
    position: absolute;
    top: 150px;
    right: 0;
    display: inline-block;
}

.learn-more a {
    font-size: 20px;
    display: block;
    width: auto;
    margin: 50px auto;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #f5520c;
    background: #f5520c;
}

.learn-more .field--type-text-with-summary {
    position: relative;
}

.rates {
    min-height: 380px;
    margin: 35px 0;
    padding: 30px 15px 15px 15px;
    color: #fff;
    background: #45a5bd;
}

.rates a {
    display: inline-block;
    float: right;
    text-decoration: underline;
    color: #fff;
}

.rates h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.rates hr {
    border-top: 1px solid #7dc0d1;
}

.rates span.rate {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    float: right;
    padding-top: 12px;
}

/* News */
.view-id-news .views-row {
    position: relative;
    margin-bottom: 30px;
}

.view-id-news i.fa {
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 0;
}

.view-news {
    padding-right: 15px;
}

/* Contact */
#edit-preview {
    display: none;
}

.btn-primary:hover {
    color: #fff;
    border-color: #45a5bd;
    background-color: #45a5bd;
}

.side-buttons {
    margin-top: 40px;
}

.side-buttons .btn {
    display: block;
    margin: 15px;
    color: #fff;
}

.side-buttons .btn,
.side-buttons .btn a {
    padding: 10px 0;
    text-decoration: none;
    color: #fff !important;
}

.side-buttons .btn-advice {
    background-color: #f5520c;
}

.side-buttons .btn-contact {
    background-color: #45a5bd;
}

/* Home Banking */
.banking-login {
    position: relative;
    margin: 0 auto;
    width: 160px;
    height: 30px;
    /*	display: none;*/
}

.node-41 .banking-login {
    display: block;
}

.banking-login:hover {
    cursor: pointer;
}

a.btn-banking-login {
    width: 160px;
    padding: 10px 0;
    background: #45a5bd;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.banking-login-form {
    display: none;
    background: url(bg-login.png);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    z-index: 9999;
}

.banking-login-form form {
    padding: 15px 15px 30px 15px;
}

.banking-login-form form input.form-control {
    margin: 4px 0;
    border-radius: 0;
    font-size: 12px;
}

.banking-login-form button {
    margin: 4px 0;
    border-radius: 0;
    padding: 4px 16px;
    font-size: 12px;
    background: #45a5bd;
    border: 1px solid #45a5bd;
    text-transform: uppercase;
}

.banking-login-form a {
    display: block;
    float: right;
    color: #f5520c;
    margin-bottom: 15px;
    font-size: 12px;
}

.carousel-caption a {
    color: #fff;
    text-decoration: none;
}


ul li.expanded>ul.dropdown-menu>li>ul.dropdown-menu {
    position: relative;
    display: block;
}
ul li.expanded>ul.dropdown-menu>li>ul.dropdown-menu >li{
    padding-left: 15px;
}
    .secure {
        overflow-x: hidden;
        }

@media only screen and (min-width:1024px) {
    .banking-login {
        position: relative;
        float: right;
        width: 160px;
        height: 30px;
    }

    .secure {
        padding: 0 30px 30px 30px;
        padding-left: 0;
        overflow-x: hidden;
        /*background: #fff;*/
    }

    .secure h1 {
        color: #f5520c;
    }

    .secure p {
        font-size: 14px;
    }

    .secure a {
        display: block;
        text-align: right;
    }

    .secure .col-sm-6 {
        padding: 0;
    }


rates {
    min-height: 380px;
    margin: 35px 0;
}
