* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Open Sans', sans-serif
}
.clear {
    clear: both;
    height: 0;
    width: 0
}
.aligncenter {
    margin: 10px auto!important;
    display: block!important
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
body {
    background: #333
}
.mobile-menu {
    display: block;
    background: #1b1b1b;
    text-align: center
}
.page-content {
    transition: all .2s;
    position: relative;
    left: 0;
    background: #f0f0f0
}
.mobilemenulist {
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    background: #333
}
.mobilemenufirstlevel {}.mobilemenufirstlevel a {
    display: block;
    color: #bbb;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 14px;
    border-bottom: 1px solid #111
}
.mob-open .page-content {
    left: 80%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}
.mob-open .mobilemenulist {
    display: block
}
.mob-open .mobile-menu {
    opacity: 0.3;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mob-open .mobile-menu > img {
    display: none;
}
.wrapper {
    width: 100%;
    z-index: 70
}
.abso {
    position: absolute
}
.topgradiant {
    background: url('../img/topgradiant.png') repeat-x;
    height: 305px;
    width: 100%;
    position: absolute;
    z-index: 50
}
.topnewyear {
    background: url(../img/top-newyear.png) repeat-x;
    height: 305px;
    width: 100%;
    position: absolute;
    z-index: 50
}
.header {
    position: relative;
    height: 600px;
    border-bottom: 1px solid #f2eeea
}
.topslider {
    height: 600px;
    width: 100%;
    position: absolute
}
.shortheader .header {
    height: 300px;
    z-index: 200
}
.shortheader .topslider {
    height: 300px
}
.shortheader .sy-caption-wrap,
.shortheader .sy-pager {
    display: none
}
.toppanel {
    position: absolute;
    top: 0;
    width: 100%
}
.logoblock {
    background: url(../img/vhome_new.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 284px;
    height: 135px;
    margin: 175px auto 0
}
.logoblock a {
    display: block;
    height: 100%
}
.hotlineblock {
    position: absolute;
    top: 13px;
    left: 13px
}
.hotlineblock>div {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}
.hotlineblock a {
    display: block;
    text-transform: none;
    margin-top: 5px;
    padding: 5px 9px;
    color: #f0a900;
    border: 1px solid #f0a900;
    text-decoration: none;
    font-size: 14px;
    text-align: center
}
.searchblock {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none
}
.searchblock input[type="text"] {
    width: 150px;
    background: transparent;
    border: 1px solid #f0a900;
    padding: 5px;
    color: #fff
}
.searchblock input[type="submit"] {
    border: 1px solid #f0a900;
    background: #d79700;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    margin-left: -6px;
    font-size: 13px;
    font-weight: 300
}
.topmenu {
    display: none
}
.homegroups {
    background: url(../img/topper_april.png) 50% 0 no-repeat;
    padding: 20px 0 0
}
.homegroupitem {
    display: block;
    width: 50%;
    float: left;
    padding: 0 8px 16px;
    box-sizing: border-box
}
.homegroupitemcontent {
    background: rgba(255, 255, 255, .5);
    text-align: center;
    position: relative
}
.homegroupitemcontent>a {
    height: 165px;
    display: block;
    vertical-align: middle
}
.homegroupitemcontent:hover .ribbon-home {}.homegroupitemcontent .ribbon-home {
    background: url(../img/ribbon_new.png) no-repeat;
    width: 140px;
    height: 64px;
    position: absolute;
    right: -13px;
    top: 14px;
    opacity: 1
}
.homegroupitem h3 a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 18px 0 5px;
    display: block
}
.homegroupitem img {
    margin: 5px;
    transform: scale(.9);
    transition: all .2s;
    max-width: 100%
}
.homegroupitem img:hover {
    transform: scale(1)
}
.homegroupitem p a {
    transition: all .2s;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 12px;
    margin: 12px 0;
    border: 1px solid #333
}
.homegroupitem p a:hover {
    background: #333;
    color: #fff
}
.divider {
    display: block;
    background: url(../img/divider.png) 50% 0 no-repeat;
    margin: 0 0 10px;
    width: 100%;
    height: 37px
}
.footer {
    background: url(../img/bottom_april.png) 50% 100% no-repeat
}
.projecttypes {}.projecttypeitem {
    display: block;
    height: 297px;
    width: 100%;
    position: relative
}
.projecttypeitem>a {}.projecttypeitem>h2 {
    width: 100%;
    top: 45%;
    position: absolute;
    text-align: center
}
.projecttypeitem>h2 a {
    transition: all .3s;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    border: 1px solid;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .5)
}
.projecttypeitem:hover>h2 a {
    background: #fff;
    color: #333
}
.projecttype1 {
    background: url(../img/projecttype1.png) no-repeat;
    background-size: cover
}
.projecttype2 {
    background: url(../img/projecttype2.png) no-repeat;
    background-size: cover
}
.policies {
    background: rgba(255, 255, 255, .4);
    margin: 15px 0
}
.policyitem {
    width: 50%;
    float: left;
    padding: 10px 56px;
    box-sizing: border-box
}
.policies h4 {
    text-align: center;
    padding: 18px 0 0;
    font-weight: 400;
    font-size: 16px
}
.footerlinks {}.footerlinks ul {
    list-style: none;
    text-align: center;
    margin-bottom: 10px
}
.footerlinks li {
    padding: 2px 5px
}
.footerlinks li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 300
}
.footerlogo.pc {
    display: none
}
.footerlogo {
    max-width: 350px;
    height: 150px;
    background: url(../img/vhome_new.png) 0 50% no-repeat;
    background-size: contain;
    margin: 0 auto;
    background-position: center
}
.copyright {
    text-align: center;
    font-size: 12px;
    color: #555;
    padding-bottom: 15px!important
}
.postlist {
    background: url(../img/topper_newyear.png) 50% 0 no-repeat;
    padding: 15px 0
}
.postlistbg {
    background: rgba(255, 255, 255, .8);
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    font-size: 14px;
    display: flex;
    flex-wrap: wrap
}
.postlistbg.nobg {
    background: none;
    box-shadow: none
}
.postlisttitle {
    font-size: 14px;
    margin: 0 0 5px 10px;
    font-weight: normal
}
.postitem {
    float: left;
    width: 100%;
    padding: 8px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    margin-left: -1px;
    margin-top: -1px;
}
.postitem:hover .posthoverbg,
.postitem:hover .postreadmore {}.postitem:hover .postdescription,
.postitem:hover .posthoverbg h3,
.postitem:hover .product-price-wrapper {}.postitem .ribbon-home {
    background: url(../img/ribbon.png) no-repeat;
    width: 140px;
    height: 64px;
    position: absolute;
    right: -4px;
    top: 20px;
    opacity: 1
}
.posthoverbg {
    display: block;
    background: rgba(255, 255, 255, .5);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .6) 10%, rgba(255, 255, 255, 0) 35%);
    margin: 8px 0;
    box-sizing: border-box;
    transition: all .2s;
    color: #333;
    font-family: 'Open sans', sans-serif;
    opacity: 1;
    text-decoration: none
}
.postitem img {
    width: 100%;
    /* height:240px; */
    
    border-radius: 3px;
}
.postitem h3 {
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    opacity: 1!important
}
.postdescription {
    margin: 0 10px;
    font-size: 13px;
    line-height: 24px;
    transition: all .2s;
    text-align: justify
}
.postreadmore {
    position: absolute;
    bottom: 22px;
    display: none;
    left: 50%;
    margin-left: -55px;
    font-size: 13px;
    border: 1px solid #333;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 100%);
    padding: 5px 10px;
    width: 110px;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transition: all .2s;
    color: #333;
    text-decoration: none;
    box-shadow: none!important
}
.postreadmore:hover {
    background: #555!important;
    color: #fff
}
.postcontent {
    line-height: 26px;
    font-size: 15px;
    text-align: justify;
    flex: 1 1 100%;
    width: 100%;
}
.postcontent img {
    max-width: 100%;
    height: auto;
    margin: 10px 0
}
.postcontenttitle {
    font-size: 20px;
    border-bottom: 1px solid #aaa;
    padding: 0 10px 5px;
    margin-bottom: 5px;
    text-align: left
}
.postcontent * {
    font-family: 'Source Sans Pro', 'Open sans', 'sans-serif'!important
}
.postcontent p {
    margin: 8px 0
}
.pagination {
    text-align: center;
    margin: 15px 0
}
.pagination a,
.pagination span {
    display: inline-block;
    text-decoration: none;
    color: #333;
    border: 1px solid #555;
    padding: 3px 7px;
    font-size: 12px;
    margin: 0 2px
}
.page-numbers.current,
.pagination a:hover {
    background: #333;
    color: #fff!important
}
.categorylist {
    text-align: center
}
.categoryitem {
    margin-left: -5px;
    position: relative;
    overflow: hidden
}
.categorywidth25 {
    display: inline-block;
    width: 50%
}
.categorywidth30 {
    display: inline-block;
    width: 50%
}
.categorywidth50 {
    display: inline-block;
    width: 50%
}
.categoryanimationleft {
    animation-name: fadeInLeft;
    animation-duration: 1s
}
.categoryanimationcenter {
    animation-name: zoomIn;
    animation-duration: 1s;
    display: inline-block;
    min-width: 290px;
}
.categoryanimationright {
    animation-name: fadeInRight;
    animation-duration: 1s
}
.categoryimage {
    text-align: center
}
.categoryimage img {
    max-width: initial!important
}
.categorywidth25 img {
    width: auto!important;
    margin-left: -50%!important
}
.categorytitle {
    position: absolute;
    top: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
    left: 0
}
.categorytitle a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 6px 12px;
    font-size: 19px;
    transition: all .2s
}
.categoryitem:hover .categorytitle a {
    background: #fff;
    color: #333
}
.relatedposts {}.relatedposts a {
    display: inline-block;
    position: relative;
    width: 50%;
    max-height: 190px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: -5px
}
.relatedposts img {
    width: 100%!important;
    float: none!important;
    padding: 0 5px
}
.relatedpoststext {
    margin-bottom: 10px;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
    font-family: 'Source Sans Pro', 'Open sans', 'sans-serif'!important;
    font-size: 17px
}
.relatedposttitle {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    margin: 0 5px;
    font-family: 'Source Sans Pro', 'Open sans', 'sans-serif'!important
}
.relatedposts a:hover .relatedposttitle {
    text-decoration: underline
}
.product img {
    border: 1px solid #777;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-sizing: border-box
}
.posthoverbg.isproduct {
    background: transparent
}
.productdetails .producttitle {
    border-bottom: 1px solid #aaa
}
.postpath {
    color: #555;
    font-size: 13px
}
.postpath a {
    color: #555
}
.sy-slide>a>img {
    max-height: 100%
}
.skypebtn {
    display: inline-block
}
.skypebtn a {
    border: none!important;
    padding: 0!important;
    margin: 0!important
}
.skypebtn img {
    margin: 0!important;
    vertical-align: middle!important
}
.footeraddress1 {
    font-size: 13px;
    box-sizing: border-box;
    color: #333;
    padding: 0px 13px;
    text-align: center
}
.footeraddress2 {
    font-size: 13px;
    color: #333;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center
}
.sy-caption-wrap {
    position: absolute;
    bottom: 3em;
    z-index: 12;
    margin: 0 auto
}
.sy-caption-wrap .sy-caption {
    position: relative;
    background-color: rgba(0, 0, 0, .54);
    color: #fff;
    padding: .4em .8em;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: inline-block
}
.sy-pager {
    display: none!important
}
@media only screen and (min-width: 600px) {
    .postdescription {}.postitem img {
        /* height:270px */
    }
    .float-newyear {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 542px;
        height: 354px;
        z-index: 10
    }
}
@media only screen and (min-width: 768px) {
    .wrapper {
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
        z-index: 70
    }
    .header {
        height: 700px
    }
    .logoblock {
        margin: 72px auto 0
    }
    .searchblock {
        display: block
    }
    .topslider {
        height: 700px
    }
    .shortheader .header {
        height: 300px;
        z-index: 200
    }
    .shortheader .topslider {
        height: 300px
    }
    .shortheader .sy-caption-wrap,
    .shortheader .sy-pager {
        display: none
    }
    .shortheader .sy-slide>a>img {
        max-height: initial
    }
    .sy-caption-wrap {
        position: absolute;
        bottom: 3.5em;
        z-index: 12;
        left: 50%;
        margin: 0 auto
    }
    .sy-caption-wrap .sy-caption {
        position: relative;
        left: -50%;
        margin-left: -450px;
        background-color: rgba(0, 0, 0, .54);
        color: #fff;
        padding: .4em .8em;
        font-size: 30px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        display: inline-block
    }
    .sy-pager {
        display: block!important
    }
    .topmenu {
        display: block;
        text-align: center;
        margin-top: 168px
    }
    .topmenulist {
        list-style: none
    }
    .topmenufirstlevel {
        display: inline-block;
        margin: 0 10px;
        text-transform: uppercase;
        padding: 3px 9px
    }
    .topmenufirstlevel.hassub {
        position: relative;
        border: 1px solid transparent;
        border-bottom: none
    }
    .topmenufirstlevel a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400
    }
    .topmenufirstlevel.hassub:hover {
        background: #fff;
        border: 1px solid #666;
        border-bottom: none
    }
    .topmenufirstlevel.hassub:hover a {
        color: #333
    }
    .topmenufirstlevel.hassub:hover .topmenusublist {
        display: block;
        background: #fff;
        left: -1px;
        min-width: 180px;
        padding: 8px 0;
        border: 1px solid #666;
        border-top: none;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .2)
    }
    .topmenusublist {
        position: absolute;
        list-style: none;
        text-transform: none;
        display: none
    }
    .topmenusublevel {
        display: block
    }
    .topmenusublevel a {
        display: block;
        font-size: 14px;
        padding: 3px 0;
        color: #603913!important
    }
    .topmenusublevel.subhighlighted a {
        font-weight: bold
    }
    .postitem .posthoverbg {}.homegroups {}.homegroupitem {
        width: 25%
    }
    .projecttypeitem {
        width: 50%;
        float: left
    }
    .policyitem {
        width: 20%
    }
    .policyitem img {
        height: 48px
    }
    .policies h4 {
        width: 20%;
        float: left;
        padding: 24px 0 0
    }
    .footerlinks ul {
        width: 21%;
        float: right
    }
    .footerlogo.pc {
        display: block;
        float: left;
        width: 15%
    }
    .footerlogo {
        display: none
    }
    .postitem {
        width: 33%
    }
    .mobile-menu {
        display: none
    }
    .categorywidth30 {
        width: 33%
    }
    .categorywidth25 {
        width: 25%
    }
    .relatedposts a {
        width: 33.3%
    }
    .categorytitle a {
        font-size: 28px
    }
    .footeraddress1 {
        width: 32%;
        float: left;
        text-align: left
    }
    .footeraddress2 {
        width: 32%;
        float: left;
        text-align: left
    }
}
@media only screen and (min-width: 1024px) {
    .postitem .posthoverbg,
    .postitem .postreadmore {}.postdescription {}.product {}.product img {
        width: 60%;
        float: left
    }
    .productdetails {
        width: 40%;
        box-sizing: border-box;
        float: right;
        padding: 10px 15px
    }
    .productdetails * {
        font-family: 'Source Sans Pro', 'Open sans', 'sans-serif'!important
    }
    .productdetails .producttitle {
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px
    }
    .productcontent {
        font-size: 16px;
        text-align: justify;
        color: #333
    }
    .producthotline {
        margin-top: 10px;
        font-size: 15px;
        font-weight: bold
    }
    .relatedposts a {
        width: 25%
    }
    .categorytitle a {
        font-size: 32px
    }
}
.wp-video {display:inline-block;width: 100%!important;}
.policyitem img {
    width: 100%;
}
.wp-video video {
    width: 100%;
}
}