/*Layout*/
html,
body {
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
    /*background-image: linear-gradient(180deg, #2196f3, #FFFFFF);*/
    /*background:-moz-linear-gradient(top, rgba(160,216,239,1) 0%, rgba(190,228,244,0.48) 32%, rgba(254,255,255,0.48) 100%);*/ /* FF3.6-15 */
    /*background-image: linear-gradient(180deg, #277298, #FFFFFF);*/
    /*background-image: url("Images/Components/home01.jpg");
    background-size:100% 100%;*/
    background-repeat: no-repeat;
}

header {
    flex: none;
    border-bottom: hidden;
    /*background-color:#2196f3;*/
    /*background-image: linear-gradient(90deg, #2196f3, #e3f2fd);*/
    /*background:-moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%);*/ /* FF3.6-15 */
    /*background-image: linear-gradient(90deg, #4F364C, #FFFFFF);*/
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
    background-color: rgba(1, 1, 1, 0.5) !important;
    /*opacity: 0.5 !important;*/
}

    header.shrink {
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
    }

.title {
    float: left;
    padding: 8px 0px;
    /*background-color:#2196f3;*/
}

    .title a {
        font-weight: 600;
        font-size: 1.8em;
        color: #c7c7c7;
        text-decoration: none;
        /*background-color:#2196f3;*/
    }

    .title p {
        color: #b2b2b2;
        margin: 0;
        /*background-color:#2196f3;*/
    }

.expandBar {
    padding: 0px !important;
    width: 100%;
}

.expandedPanel .title {
    display: none;
}

.panelContent {
    padding-top: 15px;
}

.expandedPanel .pull-right {
    float: none !important;
}

.panelItem {
    display: inline-block;
}

.expandedPanel .panelItem {
    display: block;
}

.expandedPanel .panelContent {
    padding-bottom: 15px;
}

.searchBox {
    margin-left: 20px;
}

    .searchBox img,
    .searchBox .dx-acc {
        display: none;
    }

.searchBoxButton {
    font-size: 17px;
}

.navMenu {
    float: right;
    margin: 0px 0px 2px 0px;
}

.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}

.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}

.loginButton {
    margin: 0px 0px 1px 20px;
}

.expandedPanel .loginButton {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align: left;
}

    .expandedPanel .loginButton .dropdown-toggle {
        width: 100%;
    }

.loginButton-large,
.expandedPanel .loginButton-small {
    display: none;
}

.expandedPanel .loginButton-large {
    display: inline-block;
}

.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

    .btnBackToTop i {
        font-size: 50px;
        color: #525252;
    }

        .btnBackToTop i:hover {
            color: #808080;
        }

.footerUp {
    padding-bottom: 1px;
    background: #2f2b2b;
}

.footerDown {
    background: #525252;
}

    .footerDown p {
        margin: 16px 0px;
    }

.wrapper {
    display: flex;
    height: 100vh;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
    margin-bottom: 40px;
}

footer {
    flex: none;
    color: white;
}

    footer a {
        color: #cecaca;
    }

        footer a:hover,
        footer a:focus {
            color: #fff;
        }

    footer h4 {
        margin-top: 20px;
    }

.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}

.features {
    margin-top: 40px;
}

    .features .media {
        margin-top: 20px;
    }

    .features .featureIcon {
        font-size: 50px;
    }

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}

.customers .media {
    margin-top: 40px;
}
/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}

.dataViewPosts .blogImage {
    padding-top: 25px;
}

.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}

.blogNavBar {
    margin-top: 45px;
}

.user {
    font-size: 64px;
}

.photoera {
    width: 400px;
}

.imagem {
    width: 150px;
}

.zoom {
    width: 0px;
    position: absolute;
}

.imagem:hover + .zoom {
    width: 700px;
}

.home {
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
    background-repeat: no-repeat;
    /*background-image: url("Images/back.png");
    background-size: 1450px 650px;*/
    /*1450px 650px*/
}

.listaProdus {
    /*padding: 10px;
    -ms-overflow-style: scrollbar;
    overflow: auto;
    border: 1px solid;
    border-color: #afddeb;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 5px 10px #afddeb;*/
}

.blocDescriere {
    padding: 10px;
    /*-ms-overflow-style: scrollbar;*/
    overflow: auto;
    /*border: 1px solid;
    border-color: #afddeb;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 2px 4px #afddeb;*/
    width: 100%;
}

.slider {
    position: absolute;
    z-index: -100;
    left: 0px;
    top: 0px;
}

/*.menuitem {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}*/

.product {
    text-align: center;
    align-content: center;
    overflow: auto;
    border-bottom: 1px solid;
    border-color: #CDCECC;
    border-radius: 20px;
    width: 100%;
    height: 400px;
    background-color: white;
    float: left;
    position:relative;
    margin: 10px 1%;
}

    .product:hover {
        /*box-shadow: 2px 4px #2f2b2b;*/
        border: 1px solid;
    }

.datalist {
    float: inherit;
    align-content: center;
    align-items: center;
    align-self: center;
}

.btnAnchor {
    color: white;
    text-decoration: none;
    text-decoration-color: transparent;
}

    .btnAnchor:hover {
        /*border-bottom:1px solid;
        border-bottom-color:white;
        border-bottom-width: 1px;*/
        text-decoration:none;
        text-decoration-color: transparent;
    }

/*.underlineMenu {
    text-decoration: underline;
    text-decoration-color: white;
}*/
