#gray_bg {
    background-color: #f9f9f9 !important;
}

.product-overlay a {
    width: 100%;
}

#page-title:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #1d1d1d8c;
    position: absolute;
    top: 0;
    left: 0;
}

.map-canvas:before {
    content: '';
    position: absolute;
    height: 150px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff 100%);
    background-image: linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
    z-index: 1;
}

#page-title {
    background-size: cover;
}

.language {
    width: 120px !important;
}
.pager {
    padding-right: 0;
    padding-left: initial;
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.styled-pagination {
    padding: 0 !important;
}
.pages .pagination1 {
    margin: auto;
}
.pagination1 {
    padding-right: 0;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pager .pages li a {
    box-shadow: none;
    border: none;
    padding: 6px 15px;
    border-radius: 2px;
    line-height: 20px;
    background: #eaeaea;
    color: #333;
}
.pagination1 > li > a, .pagination1 > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.pager .pages li {
    display: inline-block;
    margin-left: 5px;
}
.pages .pagination1 > .active > a, .pages .pagination1 > .active > span, .pages .pagination1 > .active > a:hover, .pages .pagination1 > .active > span:hover, .pages .pagination1 > .active > a:focus, .pages .pagination1 > .active > span:focus {
    z-index: 2;
    cursor: default;
}
.pages .pagination1 > .active > a, .pages .pagination > .active > span, .pages .pagination1 > .active > a:hover, .pages .pagination1 > .active > span:hover, .pages .pagination1 > .active > a:focus, .pages .pagination1 > .active > span:focus {
    background-color: #0d61af;
    color: #fff;
    border: 0px solid #3d2238;
    background: #0d61af;
    background: -webkit-linear-gradient(to right, #0d61af, #0d61af);
    background: linear-gradient(to right, #0d61af, #0d61af);
}

.MyPagerInfo {
    padding: 0;
    margin: 0;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    padding-left: .5rem;
}
.MyPagerInfo li span {
    border-radius: 2px;
    margin-right: 10px;
    background: #f9f9f9;
    padding: 4px 14px 7px 14px;
    border: 1px solid #ececec;
    font-size: 13px;
    color: #a0a0a0;
    box-shadow: 0 2px 5px 0 rgba(219, 219, 219, .5);
}
.search{
    font-size: 15px;
}

input.mail-error + label.error {
    position: absolute;
    top: 100%;
}

.grecaptcha-badge {
    z-index: 9;
    position: relative;
}

.min-height-page {
    min-height: 50vh;
}

body:not(.my-body-home) .portfolio-notitle .portfolio-item:hover .portfolio-image img{
transform:none !important;
}

.card-header h4 {
    margin: 0;
}
.address-footer{
    margin: 0 0 5px 0;
}
.map-frame{
    position: relative;
}
.map-frame:before {
    content: '';
    position: absolute;
    height: 150px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff 100%);
    background-image: linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
    z-index: 1;
}
.categories h4,li {
    font-size: 13px !important;
}
.cat-border li:not(:first-child):not(:last-child) {
    border-bottom: 1px dashed #e5e5e5;
}
@media only screen and (max-device-width: 480px) {
    
    .portfolio.portfolio-parallax .portfolio-desc{
        top:20%;
    }
        
    }
@media only screen and (min-device-width: 480px) {
    
    .my-header-home {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgb(84, 121, 156, 0.59) 0%, rgba(125,185,232,0) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(0%,rgb(0,0,0)), color-stop(100%,rgba(125,185,232,0))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgb(84, 121, 156, 0.59) 0%,rgba(125,185,232,0) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgb(84, 121, 156, 0.59) 0%,rgba(125,185,232,0) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgb(84, 121, 156, 0.59) 0%,rgba(125,185,232,0) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgb(84, 121, 156, 0.59) 0%,rgba(125,185,232,0) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=0 ) !important; /* IE6-9 */
    }
}