#main .standard-posts-wrapper .thumb-wrapper {
    height: 350px;
}

a {
    color: #c5c5c5;
}

.banner .inner p {
    background: rgba(16, 26, 41, 0.76);
    padding: 20px;
    border-radius: 5px;
}

#header-holder {
    background: url(../images/header_bg.jpg) repeat-x bottom center;
    background-size: contain;
}

.nf-field-element input {
    height: 40px !important;
}

label {
    width: 100%;
}

.banner .inner h1 {
    text-shadow: 1px 1px 18px #122b53;
}

.blog-top-image h1.section-title-right {
    color: #122b53 !important;
}

#logo a img {
    width: auto;
}

/* slider arrows */

.banner .arrows {
    position: relative;
    bottom: 20px;
    color: #fff;
    top: -58%;
    left: 0px;
}

.banner .arrow {
    display: inline;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
    top: 50%;
}

.banner .arrows .prev {
    background: url(../images/left_arrow.png) no-repeat center;
    background-size: 31px 93px;
    width: 31px;
    height: 93px;
    display: inline-block;
    left: -45%;
}

.banner .arrows .next {
    background: url(../images/right_arrow.png) no-repeat center;
    background-size: 31px 93px;
    width: 31px;
    height: 93px;
    display: inline-block;
    left: 45%;
}
/* social media */

#social-bar a i.fa {
    color: #122b53;
    font-size:27px;
}

#social-bar a i.fa:hover {
    background: none repeat scroll 0 0 #122b53;
    color: #ffffff;
    border-radius: 5px;
}

/* search input button*/

input[type="submit"] {
    border-radius: 5px;
    width: 100%;
}

input[type="submit"]:hover, button:hover {
    background-color: #f17778;
    transition: background-color 125ms linear;
}

input.search-field {
    border: 1px solid rgba(18, 43, 83, 0.33);
}

/* buton send contact*/

#nf-field-4 {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding: 8px;
    border: none;
    transition: background-color 250ms linear;
    cursor: pointer;
    margin-top: 5px;
    text-transform: uppercase;
    background-color: #e14b4c;
    border-radius: 5px;
}

/* MENU */

.navbar-nav li a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.41) !important;
    /* padding: 10px; */
    border-radius: 20px !important;
}

.dropdown-menu {
    background: #122b53 !important;
    border-bottom: 0 !important;
    border-radius: 5px;
}

.dropdown-menu li a:hover {
    border-radius: 0px!important;
}

#header-holder {
    padding: 0;
}

.nav > li > a {
    letter-spacing: 1px;
    padding-top: 5px!important;
    padding-bottom: 5px !important;
}

.navbar-nav > li > a::after {
    top: 5px;
}

.navbar ul {
    margin: 51px 0 0 0;
}

/* slider buletts */

.banner .dots li {
    height: 15px;
    width: 15px;
}

.banner .dots li.active {
    background: #e14b4c;
    opacity: 1;
}

/* butoane 'mai mult' in slider */
.banner .btn{
    background-color: rgba(18, 43, 83, 0.75);
}

.banner .btn:hover {
    background: rgba(225, 75, 76, 0.71);
}


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

    #logo a img {
        width: 150px !important;
    }

    #logo {
        padding: 12px 0 0 0 !important;
    }

    .navbar ul {
        margin: 0 0 20px 0;
    }

}

@media screen and (max-width: 1024px) {
    .banner .arrows .prev {
        left: -42%;
    }

    .banner .arrows .next {

        left: 42%;
    }
}