@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700&display=swap&subset=greek');
body {
    font-family: 'Ubuntu', sans-serif;
}
a {
    font-family: 'Ubuntu', sans-serif;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: white !important;
    font-family: 'Ubuntu', sans-serif;
}
.hoImageSlideCaption {
    text-align: center;
    position: absolute;
    top: 20% !important;
    right: initial !important;
    width: 100%;
    color: #fff;
    left: 0 !important;
}
h2.hoImageSlidtitle {
    font-size: 30px !important;
    font-weight: 400 !important;
    color: #ffffff;
}
.hoImageSlideCaption .btn-primary {
    font-family: 'Noto Serif', serif;
    border-width: 1px;
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgba(0, 0, 0, 0.529);
    padding: 15px 25px;
    font-size: 13px;
}
div#home-2 .hoSimpleBoxDescriptionWrap {
    width: 90%;
}

.hoImageSlidebtitle {
    line-height: 40px;
}
.hoImageSlidebtitle:after {
    background: #ffffff;
    width: 200px;
    content: "";
    height: 2px;
    display: BLOCK;
    text-align: center;
    margin: 30px auto;
}
.hoImageSlidesubtitle p {
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
}
.hoImageSlidebtitle {
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 40px;
    font-weight: bold;
}
div#home-4 {
    padding-top: 50px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.13);
    background: #f7f7f7;
}
.hoParallaxSubTitle {
    display: none;
}
.prod1 h2.itemTitle {
  font-size: 23.38px;
      font-family: 'Noto Serif', serif;
  color: rgb(161, 35, 50);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.283;
  text-align: left;
  
  
  z-index: 45;
}
.itemFullText{
  font-size: 14px;
  font-family: "Ubuntu";
  color: rgb(157, 157, 157);
  line-height: 2.108;
  text-align: left;  

}

span.infobox {
    display: block;
}
.parabox {

    width: 100%;
    margin: auto 0px;
    overflow-x: hidden !important;
}
.view-item .t3-mainbody {
    overflow-x: hidden;
    }

.wineinfo {
    left: 30px !important;
    display: block;
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(157, 157, 157);
    line-height: 2.108;
    text-align: left;
    position: relative;
}
.gallinfobox h2 {
    font-size: 23.38px;
    font-family: 'Noto Serif', serif;
    color: rgb(161, 35, 50);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.283;
    text-align: CENTER;
    z-index: 45;
}
.gallinfobox{
    padding-bottom: 50px;
    position: relative;
    padding-top: 50px;
    display: block;
    float: left;
    width: 100%;
}
.hoParallax h1 {
    position: absolute;
    bottom: 30% !important;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px !important;
    text-transform: uppercase;
    text-shadow: 2px 4px 6px #222;
}
/* testimonial slider */

.testimonial-slide h3 {
    font-size: 20px !important;
}
#testimonial-slider {
    padding: 15px 0;
    padding-bottom: 50px;
    width: calc(100% - 400px);
    margin: auto;
    position: relative;
    height: 70px;
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    font-style: italic;
}
#testimonial-slider .testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    opacity: 0;
}
#testimonial-slider .testimonial-slide.active {
    opacity: 1;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}
#testimonial-nav {
    width: 780px;
    margin: auto;
    position: relative;
    text-align: center;
}
#testimonial-nav #prev {
    left: -40px;
}
#testimonial-nav #next {
    right: -40px;
}
#testimonial-nav #prev:hover, #testimonial-nav #next:hover {
    background: #A1A1A1;
    color: #fff;
}
#testimonial-nav .testimonial-btn {
    position: absolute;
    width: 35px;
    top: 30px;
    height: 35px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: none;
    color: #464646;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
#testimonial-nav a.client {
    margin: 0 10px;
    display: inline-block;
    width: 110px;
    cursor: pointer;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.4s, opacity .4s;
    -moz-transition: -moz-transform 0.4s, opacity .4s;
    transition: transform 0.4s, opacity .4s
}
#testimonial-nav a.client img {
    vertical-align: middle;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 100%;
    border: 2px solid #cccccc;
}
#testimonial-nav a.client:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8)
}
#testimonial-nav a.active, #testimonial-nav a.active:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
#testimonial-name {
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #000000;
    font-family: 'Jura', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
header#t3-header {
    background: rgba(0, 0, 0, 0.14);
    position: absolute;
    z-index: 9999;
    text-align: center;
    margin: auto;
    width: 100%;
}
header#t3-header .nav>li>a {
    font-family: 'Noto Serif', serif;
    position: relative;
    display: block;
    padding: 10px 40px;
}
.logo-image {
    text-align: right;
}
.t3-navbar.navbar-collapse.collapse {
    margin-top: 20px;
    text-align: left;
}
.t3-megamenu {
    margin: auto;
    text-align: CENTER;
    float: left;
}
.rower {
    width: 1480px;
    margin: auto;
}
header#t3-header a {
    color: #ffffff;
}
.hoImageSlidesubtitle img {
    max-width: 450px !important;
}
.hoImageSlidesubtitle img {
    max-width: 100%;
    margin: auto;
    height: auto;
}
.hoImageSlideCaption {
    width: 100% !important;
    clear: BOTH !important;
    display: block !important;
}
div#home-1 .container-fluid {
    padding: 0;
}
.hoImageSlidetitle {
    color: white;
    max-width: 650px !important;
    margin: auto;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.itemid-618 .itemFullText img {
    padding-right: 10px;
    max-height: 300px;
}

.itemid-618 p {
    line-height: 25px;
}



h2.hoImageSlidtitle {
    line-height: 30px;
    font-family: 'Ubuntu', sans-serif !important;
    margin-top: 30px;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: lighter !important;
}
a.codaki {
    border-width: 1px;
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgba(0, 0, 0, 0.529);
}
a.codaki:hover {
    color: white !important;
    background: rgba(96, 96, 92, 0.54) !important;
}
#home-2:before {
    content: "";
    background: url('/images/stampa.png');
    width: 100%;
    height: 150px;
    display: BLOCK;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 99999;
    margin-top: -150px;
}
#home-2 {
    height: 100vh;
    background-position: 0px 100% !important;
    border-top: 15px solid #ffffff;
    background: url('/images/texture.png');
    padding-top: 70px;
}
span.post_info_item.post_info_posted {
    display: none;
}
#home-2 .hoSimpleBoxButton {
    display: none;
}
#home-2 .hoSimpleBox.col-md-7 {
    margin-top: 110px;
}
#home-2 .hoSimpleBoxTitle.text-center {
    font-size: 28.36px;
    font-family: 'Noto Serif', serif;
    color: rgb(161, 35, 50);
    font-weight: bold;
    line-height: 1.058;
    text-align: left;
    -moz-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -webkit-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -ms-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
}
#home-2 .hoSimpleBoxSubtitle.text-center {
    color: #7b6c45;
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
    text-align: left !important;
    -moz-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -webkit-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -ms-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    margin-bottom: 10px;
}
#home-2 .hoSimpleBoxImage.col-md-5 img {
    text-align: right;
    max-width: 100%;
    margin-top: 60px;
}
#home-2 .hoSimpleBoxDescription {
    text-align: left !important;
    clear: both;
    display: block;
    margin: 40px auto;
    font-size: 11.678px;
    font-family: 'Ubuntu', sans-serif;
    color: rgb(86, 83, 76);
    line-height: 2.055;
    text-align: left;
    -moz-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -webkit-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -ms-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
}
#home-2 .hoSimpleBoxButton {
    margin-top: 70px;
    border-width: 1px;
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgb(161, 35, 50);
    text-align: center;
    width: 240px;
    height: 43px;
    margin-left: -60px;
    z-index: 177;
}
#home-2 .hoSimpleBoxButton a {
    color: white;
    line-height: 40px;
}
div#home-4 {
    clear: both;
    float: left;
    width: 100%;
    height: 400px;
}
div#home-3 h3 {
    font-size: 28.36px;
    font-family: 'Noto Serif', serif;
    color: rgb(161, 35, 50);
    font-weight: bold;
    line-height: 1.058;
    text-align: center;
    -moz-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -webkit-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -ms-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
}
div#home-3 h4.post_title {
    min-height: 60px;
    text-align: center;
}
div#home-3 .moduleItemIntrotext {
    font-size: 11px;
    font-family: 'Ubuntu', sans-serif;
    color: rgb(157, 157, 157);
    line-height: 2.108;
    text-align: center;
    z-index: 126;
}
div#home-3 h4.post_title a {
    font-size: 13.249px;
    font-family: "Ubuntu";
    color: rgb(123, 108, 69);
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    -moz-transform: matrix( 1.2831541218638, 0, 0, 1.28315417452096, 0, 0);
    -webkit-transform: matrix( 1.2831541218638, 0, 0, 1.28315417452096, 0, 0);
    -ms-transform: matrix( 1.2831541218638, 0, 0, 1.28315417452096, 0, 0);
    z-index: 139;
}
.t3-copyright {
    text-align: center !important;
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    padding: 20px 0 10px;
    background: #a21e2e;
    color: white;
}
.t3-copyright a {
    color: white;
}
footer#t3-footer img {
    margin: auto;
    text-align: center;
    max-width: 100%;
    display: inline-block;
}
div#Mod136 {
    margin: auto;
    text-align: center;
}
div#Mod133 .fa {
    color: #a21e2e !important;
}
.modHoContact div {
    display: inline-block;
    padding-right: 30px;
    text-align: CENTER;
}
div#Mod133 {
    text-align: center;
    margin-top: 30px;
}
div#home-3 a.moduleItemReadMore {
    opacity: 0;
    max-width: calc(100% - 0px);
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgb(161, 35, 50);
    width: calc(100% - 0px);
    float: left;
    text-align: center;
    border-width: 1px;
    color: white;
    margin: auto;
    line-height: 30px;
    z-index: 122;
}
div#home-3 article.post_item:hover a.moduleItemReadMore {
    opacity: 1;
}
div#home-3 a.moduleItemReadMore {
    text-decoration: none;
    opacity: 0;
    max-width: calc(100% - 0px);
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgb(161, 35, 50);
    width: calc(100% - 0px);
    float: left;
    font-family: 'Noto Serif', serif;
    text-align: center;
    border-width: 1px;
    color: white;
    margin: 15px auto;
    line-height: 35px;
    z-index: 122;
}
div#home-3 article.post_item:hover a.moduleItemReadMore {
    opacity: 1;
}
div#home-3 article.post_item.col-xs-12 {
    padding: 30px;
    margin-top: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    margin-bottom: 40px;
}
div#home-3 article.post_item:hover {
    transition: all 0.5s ease;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
}
div#home-3 .owl-next {
    position: absolute;
    right: 0;
    top: 0;
}
div#home-3 {
    padding-top: 30px;
    padding-bottom: 50px;
}
div#home-3 .owl-next, div#home-3 .owl-prev {
    font-size: 30px;
}
div#home-3 a.moduleItemReadMore:hover {
    background: rgb(126, 18, 31);
}
div#home-3 .merfos {
    max-width: 180px;
    margin: auto;
}
div#home-3 a.moduleCustomLink {
    font-family: 'Noto Serif', serif;
    color: white;
    padding: 10px;
    text-align: center;
    display: block;
    border-width: 1px;
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgb(161, 35, 50);
    width: calc(100% - 0px);
    max-width: 180px;
    margin: auto;
}
div#home-5 h3 {
    font-size: 28.36px;
    font-family: 'Noto Serif', serif;
    color: rgb(161, 35, 50);
    font-weight: bold;
    line-height: 1.058;
    text-align: center;
    -moz-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -webkit-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -ms-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
}
div#home-5 {
    background: url(/images/wine-hands.png) no-repeat;
    background-position: right;
    padding-top: 30px;
    padding-bottom: 60px;
}
div#home-5 .owl-next, div#home-5 .owl-prev {
    font-size: 30px;
}
div#home-5 .owl-next {
    position: absolute;
    right: 0;
    top: 0;
}
span.moduleItemDateCreated {
    font-size: 13px;
    font-family: "Ubuntu";
    color: rgb(34, 34, 34);
    line-height: 1.846;
    z-index: 36;
}
div#home-5 .post_thumb img {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.31);
}
div#home-5 h4.post_title a {
    font-size: 15px;
    color: rgb(34, 34, 34);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left;
}
div#home-5 .post_info {
    font-size: 12px;
}
div#home-5 .merfos a {
    color: #a12332;
    font-weight: bold;
}
div#home-5 .newsPost.owl-carousel.owl-theme.owl-loaded {
    padding-top: 20px;
}
div#home-4 h3 {
    font-size: 28.36px;
    font-family: 'Noto Serif', serif;
    color: rgb(161, 35, 50);
    font-weight: bold;
    line-height: 1.058;
    text-align: center;
    -moz-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -webkit-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
    -ms-transform: matrix( 1.19887959957123, 0, 0, 1.19887955182073, 0, 0);
}
.t3-footer {
    border-top: 1px solid #eeeeee;
    background: url(/images/texture.png);
    color: #555555;
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.t3-footnav .t3-module {
    background: transparent;
}
/*products*/

.right-block.act a.moduleItemLink {
    font-size: 13.249px;
    font-family: "Ubuntu";
    color: rgb(123, 108, 69);
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    -moz-transform: matrix( 1.2831541218638, 0, 0, 1.28315417452096, 0, 0);
    -webkit-transform: matrix( 1.2831541218638, 0, 0, 1.28315417452096, 0, 0);
    -ms-transform: matrix( 1.2831541218638, 0, 0, 1.28315417452096, 0, 0);
    z-index: 139;
}
.itemid-619 .catItemIntroText {
    font-size: 11px;
    font-family: 'Ubuntu', sans-serif;
    color: rgb(157, 157, 157);
    line-height: 2.108;
    margin-top: 20px;
    text-align: center;
    z-index: 126;
}
.product-home:hover a {
    opacity: 1;
}
.itemid-619 .readmore {
    max-width: 180px;
    margin: auto;
}
.itemid-619 .small-title {
    min-height: 43px;
    margin-top: 10px;
}
.readmore a {
    text-decoration: none;
    opacity: 0;
    max-width: calc(100% - 0px);
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgb(161, 35, 50);
    width: calc(100% - 0px);
    float: left;
    font-family: 'Noto Serif', serif;
    text-align: center;
    border-width: 1px;
    color: white;
    margin: 15px auto;
    line-height: 35px;
    z-index: 122;
}
.proionkrasi {
    min-height: 500px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 20px 5px 0px 5px;
    transition: all 0.5s ease;
    text-align: center;
        margin-bottom: 20px;
}
.proionkrasi:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
}

.itemid-621 .itemFullText {

    line-height: 25px !important;
}

.itemid-618 h2.itemTitle.prod {
    display: none;
    }
    .testimonial-slide p {
    font-weight: 300;
}

/* --- Blog --- */

.news div#k2Container {
    background: transparent
}
.news article.post_item .post_content {
    background-color: #f4f4f4;
    margin: 0;
    padding: 10px 20px;
    margin-bottom: 20px;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
.news .post_item .post_thumb img {
    max-width: 100%;
}
.news .post_item h4.post_title {
    margin: 8px 0 0px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0;
    height: 40px;
    padding-left: 0;
}
.news .post_item h4.post_title a {
    font-size: 17px;
    font-weight: bold;
    color: #bd001d;
    float: left;
    padding-bottom: 18px;
}
.news .post_item h4.post_title a:hover {
    color: #00297b;
    text-decoration: none;
}
span.post_info_item.post_info_counters a {
    color: #272727;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.6;
    text-decoration: underline;
}
h4.post_title {}
.news .post_info {
    margin-bottom: 10px;
    border-top: 0;
    padding-top: 10px;
}
.news .post_info_item {
    padding-right: 10px;
}
.news .post_info a {
    color: #6f6f6f;
    font-size: 12px;
}
.news .post_info a:hover {
    color: #00297b;
    text-decoration: none;
}
.news a.moduleCustomLink {
    color: #fff;
    background: #00297b;
    line-height: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 0px 35px;
    display: inline-block;
}
.news .morelink {
    text-align: center;
}
h2.single_title {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 20px;
}
.insideitem .post_info {
    padding-top: 5px
}
.news .itemListCategory h2 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
    margin-top: 0;
    text-align: center
}
.news .itemListCategory h2:after {
    content: "";
    display: block;
    background: #a21e2e;
    width: 200px;
    height: 3px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.news .itemListCategory {
    width: 100%;
    float: left;
}
.insideitem .single_image {
    padding-bottom: 5px;
}
.news .itemList {
    width: 100%;
    float: left;
}
.news .block-links {
    padding: 0;
}
.news .block-links a {
    color: #0c2e47;
}
.news .post_descr {
    border-bottom: 1px solid #a21e2e;
    margin-bottom: 15px;
    /* color: black; */
    padding-bottom: 5px;
}
.view-item span.post_info_item.post_info_counters a {
    font-size: 15px;
    text-transform: none;
}
.view-item span.post_info_item.post_info_counters {
    margin-top: 10px;
    display: block;
}
.news article.post_item.col-xs-12.col-sm-6.col-md-6 {
    position: static !important;
}
/* CONTACT */
.contact-form div#jform_captcha {
    display: inline-block;
    margin-top: -15px;
}

.contact-form button.btn.button {
    -webkit-transition: background 0.7s;
    /* Safari */
    transition: background 0.7s;
    background: none;
    color: #ffffff;
background-color: #a21e2e;
    border-color: #a21e2e;
    padding: 8px 35px;
    border-radius: 0;
}

.contact .contact-title span {
    font-size: 3.2rem;
    display: inline-block;
}

.contact .contact-title h3 {
    color: #000000;
    font-size: 2.6rem;
    margin-bottom: 3rem;
    margin-top: 0;
}

.contact .contact-info {
    margin-bottom: 7rem;
    margin-top: 0rem;
    font-size: 1.7rem;
}

.contact section {
    text-align: center;
}

.contact section strong {
    font-size: 1.6rem;
}

.contact section ul {
    display: block;
    margin: 0;
    padding: 0;
}

.contact section ul li {
    display: block;
}

.contact section ul li span {
    clear: both;
    display: block;
}

.contact .contact-contactinfo .contact-telephone {
    font-size: 2.1rem;
    width: 100%;
    display: block;
}

.contact .col-xs-12.item-share {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 7rem;
}

.contact .item-share a {
    background: #000;
    color: #fff;
    padding: 6px 30px;
    display: inline-block;
    float: left;
    margin: 10px;
    font-size: 12px;
}

.contact .item-share a:hover {
    background: #efefef;
    color: #000;
}

.contact .item-share a i {
    padding: 0 5px 0 0;
}

.contact .sharebx {
    display: inline-block;
    float: left;
    margin: 16px;
}

.contact .item-share-inner {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-flex;
}

.contact .itemFollow {
    float: left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    width: 100% !important;
    border-radius: 0;
    height: auto;
    padding: 10px 12px;
}

.contact .contact-title h3:after {
    content: "";
    display: block;
    background:#a21e2e;
    width: 100px;
    height: 3px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.contact-form button.btn.button:hover {
    background: #000000 !important;
    color: #ffffff;
    background-color: #fff;
    border-color: #000;
    padding: 8px 35px;
    border-radius: 0;
}

input.invalid {
    width: 100%;
}

.contact h1 {
    display: none;
}

span.contact-name {
    visibility: hidden;
}

/*END CONTACT*/

/*media queries*/
@media (min-width:1580px){

#hoParallax131,#hoParallax139,#hoParallax138 {
    
    height: 390px !important;
    }

    }

@media (min-width:1180px){
.itemid-621 div#itemsContainer article.post_item.col-xs-12.col-sm-6.col-md-6:first-child{
    DISPLAY: FLEX;
    WIDTH: 100%;
}

.itemid-621 div#itemsContainer article.post_item.col-xs-12.col-sm-6.col-md-6:first-child .post_content {
    min-height: 320px;
    }


.itemid-621 div#itemsContainer {
    border-bottom: 2px dashed #a21e2e;
    height: auto !important;
    min-height: 360px;
    margin-bottom: 30px;
    padding: 0px;
}

.view-item .itemFullText {
    margin-top: 30px;
    font-size: 15px;
    font-family: "Ubuntu";
    color: rgb(157, 157, 157);
    line-height: 2.8;
    text-align: left;
}
.itemid-618 .view-item .itemFullText {
    margin-top: 30px;
    font-size: 15px;
    font-family: "Ubuntu";
    color: rgb(157, 157, 157);
    line-height: 2.08;
    text-align: left;
}

}

.itemid-621 .post_thumb:hover {
    opacity: 0.8;
}


@media (max-width:1480px){
header#t3-header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
}
body {
    overflow-x: hidden;
    }
    #home-2 .hoSimpleBox.col-md-7 {
    margin-top: 80px;
}
#home-2 .hoSimpleBoxImage.col-md-5 img {
    text-align: right;
    max-width: 90%;
    margin-top: 30px;
}
.hoImageSlidesubtitle img {
    max-width: 370px !important;
}
.t3-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo-image {
    text-align: center;
}

}



@media (max-width:1080px){
header#t3-header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
#home-2 {
    height: auto;
    }
    #home-2 .hoSimpleBox.col-md-7 {
    margin-top: 70px;
}
#home-2 .hoSimpleBoxTitle.text-center {
    transform: none !important;
    font-size: 24.36px;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}
#home-2 .hoSimpleBoxSubtitle.text-center , #home-2 .hoSimpleBoxDescription{
    transform: none !important;
  
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}

#home-2:before {
    transform: scale(0.7);
    }
 .hoImageSlidesubtitle img {
    max-width: 250px !important;
}

#home-2 .hoSimpleBoxButton {
    margin-top: 30px;
    border-width: 1px;
    border-color: rgb(158, 156, 147);
    border-style: dashed;
    background-color: rgb(161, 35, 50);
    text-align: center;
    width: 240px;
    height: 43px;
    margin-left: 0;
    z-index: 177;
}
img.logo-img {
    max-width: 100px;
}

}
div#home-1 a.btn.btn-primary:hover {
    transition: all 0.5s ease;
    background: #a21e2e;
}


@media (min-width:690px){
.mobileslider,div#hoImageSlider141{
    display:none;
}
.mainslider, div#hoImageSlider129{
    display: block;
}
.prod1 h2.itemTitle{
    padding: 0px 30px;
}

}

@media (max-width:690px){
.mobileslider,div#hoImageSlider141{
    display: block;
}
.mainslider, div#hoImageSlider129{
    display: none;
}
div#Mod136 {
    padding-top: 30px;
    }
    .proionkrasi {
    margin-bottom: 30px;
}

}

@media (max-width:880px){
    body {
    overflow-x: hidden;
}
.t3-megamenu a {
    font-size: 11px;
}
.view-item .t3-mainbody img{
    max-width: 100%;
}
.hoImageSlideCaption {
    text-align: center;
    position: absolute;
    top: 30% !important;
}
div#home-4 h3 ,div#home-3 h3{
    font-size: 18px;
    }
    div#home-5 h3 {
    font-size: 18px;
}
header#t3-header .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
header#t3-header button.navbar-toggle {
    display: none;
}
.navbar-header.visible-xs {
    float: right;
}

header#t3-header .btn-primary {
    color: #ffffff;
    background-color: #a21e2e;
    border-color: #a21e2e;
}
#home-2 .hoSimpleBoxImage.col-md-5.aos-init.aos-animate {
    margin: auto;
    text-align: center;
}

#home-2 .hoSimpleBoxTitle.text-center {
    transform: none !important;
    font-size: 24.36px;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}
#home-2 .hoSimpleBoxSubtitle.text-center , #home-2 .hoSimpleBoxDescription{
    transform: none !important;
  
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}
#home-2 {
    height: auto;
    }
#home-2 .hoSimpleBoxButton{
    margin-left: 0;
}
#testimonial-slider {
    padding: 50px 0;
    padding-bottom: 49px;
    width: 100%;
    }
   #home-1  .hoImageSlidesubtitle {
    display: none;
}
.modHoContact div {
    line-height: 30px;
    display: block;
    padding-right: 0;
    text-align: CENTER;
}
div#t3-off-canvas {
    background: #a21e2e;
}
.t3-off-canvas .t3-off-canvas-body a {
    color: #f69610;
    text-decoration: none;
}
a.codaki {
    background: transparent;
    border: none;
}
.t3-off-canvas .close {
    margin: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    opacity: 1;
}
#home-2 .hoSimpleBox.col-md-7 {
    margin-top: 50px;
}
.t3-off-canvas-body .nav-pills > li.active > a, .t3-off-canvas-body .nav-pills > li.active > a:hover,.t3-off-canvas-body .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.t3-off-canvas .t3-off-canvas-header h2 {
    display: none;
    }
    .t3-off-canvas .t3-off-canvas-header {
    background: #a21e2e;
    color: #ffffff;
}
#home-2:before {
    transform: scale(0.7);
    }

.logo-image {
    text-align: left;
    max-width: 100%;
}
}