#header-top {
    background-color: #485357;
    height: 50px;
    box-shadow: 0px 2px 14px #000000;
}

#header-top ul {
    margin: 0;
    padding: 0;
}

#header-top ul li {
    list-style: none;
    padding: 16px 0px 17px 0;
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
}

#header-top ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

#header-content {
    background-color: #efeff1;
    height: 170px;
}

header img.logo {
    margin-top: 25px;
}

header .phone p {
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    height: 50px;
    margin-top: 38px;
    padding-left: 60px;
    color: #555867;
    font-size: 14px;
    line-height: 23px;
}

header .phone p strong {
    display: block;
    font-size: 27px;
}

#main-menu-position {
    position: absolute;
    top: 175px;
    z-index: 1;
    width: 100%;
}

nav.main {
    display: block;
    background-color: #475357;
    height: 88px;
    box-shadow: 0px 5px 15px #000000;
    overflow: hidden;
}

nav.main ul {
    margin: 0;
    padding: 0;
}

nav.main ul li {
    display: inline-block;

}

nav.main ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 33px;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

nav.main ul li a:hover {
    background-color: #2281fd;
}

#carousel-example-generic {
    height: 300px;
}

.carousel-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.main-wrapper {
    padding: 44px 0;
}

h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

h1:after {
    content: "";
    display: block;
    background-color: #2281fd;
    height: 3px;
    width: 50px;
    box-shadow: 55px 0 0 #aaa;
    position: relative;
}

h1.text-center:after {
    margin: 0 auto;
    left: -28px;
}

/*product-categories*/

.product-categories {

}

.product-categories .product-category-bg {
    background-size: cover;
    background-position: center;
    display: block;
    margin-bottom: 30px;
}

.product-categories .product-category {
    height: 220px;
    background-size: cover;
    background-position: center;
    display: table;
    padding: 15px;
    width: 100%;
}

.product-categories .product-category a {
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 190px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

.product-categories .product-category a:hover {
    background-color: transparent;
    font-size: 30px;
    text-shadow: 0px 1px #777;
}

footer {
    background-color: #475357;
    padding-top: 20px;
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
}

footer .footer-bottom {
    background-color: #efeff1;
    margin-top: 20px;
    padding: 20px 0;
    color: #5a5c68;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {

}

footer ul li a,
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
    color: #ffffff;
    text-decoration: none;

}

/*Gyártók*/

.gyartok {
    background-color: #efeff1;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.gyartok img {
    margin: 5px;
    border: 3px solid #000000;
}

/**/

.block-type-product_search form {
    margin-top: 38px;
    display: block;
    border: 2px solid #cbcbcb;
    background-color: #efeff1;
    border-radius: 25px;
    overflow: hidden;
    width: 220px;
    float: right;
}

.block-type-product_search form .form-group {
    display: block;
    width: calc(100% - 44px);
    height: 44px;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0;
}

.block-type-product_search form .form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    height: 44px;
    width: 100%;
}

.block-type-product_search form .btn,
.block-type-product_search form .btn:hover,
.block-type-product_search form .btn:focus {
    float: left;
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    clear: none;
    display: block;
    border-radius: 0;
    outline: 0;
    background-image: url('../images/search.png');
}

@media all and (max-width: 769px) {

    #header-content {
        height: 251px;
    }

    #main-menu-position {
        top: 256px;
    }

    .block-type-product_search form {
        margin: 0 auto;
        float: none;
        margin-top: 25px;
    }
}
