@font-face {
    font-family: 'American Scribe';
    src: url('../fonts/AmericanScribe.eot');
    src: url('../fonts/AmericanScribe.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmericanScribe.woff2') format('woff2'),
        url('../fonts/AmericanScribe.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zapfino_linotype_oneregular';
    src: url('../fonts/42251_zapfinolinotypeone-webfont.woff2') format('woff2'),
         url('../fonts/42251_zapfinolinotypeone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alex Brush';
    src: url('../fonts/AlexBrush-Regular.eot');
    src: url('../fonts/AlexBrush-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlexBrush-Regular.woff2') format('woff2'),
        url('../fonts/AlexBrush-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Font Awesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome Icon Code */
.fa-search:before {
    content: "\f002";
}
.fa-close:before {
    content: "\f00d";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle:before {
    content: "\f105";   
}
.fa-angle:after {
    content: "\f107";   
}
.fa-heart:after {
    content: "\f004";   
}
.fa-heart {
    color:#ff3f3c;
}
.fa-heart-b {
    color:#fff;
}
.fa-arrow-up:after {
    content: "\f062";   
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-user:before {
    content: "\f007";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-rotate-left:before {
    content: "\f0e2";
}
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}

* {
    word-wrap: break-word;
}

/* ============== margin ============== */
.m-0 { margin:0; }
.m-t-0 { margin-top: 0px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-l-0 { margin-left:0 !important; }
.m-r-0 { margin-right:0 !important; }
.m-l-r-10 { margin-left:0px !important; margin-right:0px !important; }
.m-l-r-0 { margin-left:0 !important;margin-right:0 !important; }
.margin-auto { margin-left:auto !important; margin-right: auto !important; }

.for_line_mb_5 { margin-bottom: 5px; }
.for_line_mb_7 { margin-bottom: 7px; }

.cmt_15 { margin-top:15px; }
.cm_70 { margin-bottom:70px; }
.cm_80 { margin-bottom:80px; }
.cm_100 { margin-bottom:100px; }

/* ============== padding ============== */
.p-0 { padding:0 !important; }
.p-t-0 { padding-top: 0px !important; }
.p-b-0 { padding-bottom: 5px !important; }
.p-r-0 { padding-right:15px !important; }
.p-l-r-0 { padding-left:0 !important;padding-right:0 !important; }

/* ============== padding for responsive ============== */
@media screen and (min-width : 768px) {
    .p-l-0 { padding-left:0 !important; }
    .p-r-0 { padding-right:0 !important; }
    .p-l-r-10 { padding-left:10px !important; padding-right:10px !important; }

    .m-l-r-10 { margin-left:10px !important; margin-right:10px !important; }
}

/* ============== font size ============== */
.fz-21 { font-size: 21px; }
.fz-22 { font-size: 22px !important; }
.fz-24 { font-size: 24px; }
.fz-20 { font-size: 20px !important; }

p { 
    font-family: 'Lato-Light';
    font-size: 14px;
}

/* ============== font family ============== */
.ff_regular, .ff_regular p { font-family: 'Lato-Regular'; }
.ff_light, .ff_light p { font-family: 'Lato-Light'; }
.ff_medium { font-family: 'Lato-Medium'; }
.ff_bold { font-family: 'Lato-Bold'; }
.ff_semibold { font-family: 'Lato-Semibold'; }

/* ============== divider ============== */
.divider,.divider2 {
    width:100%;
    height:1px;
    background:#e5e5e5;
}
.divider2 { background:#f2f6f9 !important; }
.d_section {
    margin:26px 0 23px;
}

/* ============== border setting ============== */
.brd-0 { border:0 !important; }
.brd-t-0 { border-top:0 !important; }
.brd-1 { border:1px solid #e5e5e5 !important; }

/* ============== Center the element ============== */
.center-content,
.center-content2 {
    position: absolute;
}
.center-content {
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}
.center-content { top: 50% }
.center-content2 { top: 43% !important; }
.cc_t { top:47% !important; }

/* ============== Breadcrumb ============== */
.breadcrumb { 
    background: transparent;
    margin-top: 10px;
    margin-bottom: 8px;
    padding-left: 0;
}
.breadcrumb > li + li:before {
    padding: 0 9px !important;
    content: url(../images/right-arrow.png);
    vertical-align: middle;
}
.breadcrumb li a { 
    color:#484848;
}
.breadcrumb li,
.breadcrumb li a { 
    text-transform: capitalize;
}
.breadcrumb > .active { 
    color:#0089c0 !important;
    font-family: 'Lato-Medium';
}


.clear{
    zoom:1}
.clear:before,.clear:after{
    content:" ";
    display:table;}
.clear:after{
    clear:both;}
/* cropper css */

.modal {
    z-index: 11000;
}
.modal-backdrop {
    z-index: 10000;
}
header .top-left-contact{
    float: right;
}
.avatar-wrapper {
    height: 330px;
    width: 100%;
    margin-top: 20px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    background-color: #fcfcfc;
    overflow: hidden;
}
.avatar-form .modal-header {
    background: #0088c0;
}

.avatar-form .modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.avatar-form .modal-header .img_up_hd h1 {
    font-size: 18px;
    color: #fff;
    float: left;
}

.avatar-form .modal-header .close {
    color: #fff;
}

.avatar-form .modal-body {
    padding: 30px 15px;
}

.avatar-chooseimg-wrapper {
    position: relative;
    padding: 8px 14px 11px;
    background: #0088c0;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.avatar-chooseimg-wrapper label {
    margin-bottom: 0;
}

.avatar-chooseimg-wrapper input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    height: 100%;
}

.avatar-btns,
.avatar-zooms {
    float: left;
    margin: 10px 3px 0 0;
}

/* ============== Custom button ============== */

.btn_save { background: #0088c0 !important;color:#fff !important; }
.save { background: #0088c0 !important;color:#fff !important; }
.cancel { background: #c1c1c1 !important;border:1px solid #cacaca !important; }
.btn_right { float:right;/*margin-top: -7px;*/ }
.btn_free {
    position: absolute;
    right: 0;
    top:4px;
}
.custom_btn.cancel:hover {
    background: #333 !important;
}
.custom_btn2 {
    width:inherit !important;
}
.custom_btn2,
.custom_btn3 {
    padding:15px 25px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
}
.custom_btn3.m-0 {
    margin-right:0 !important;
}
.f_left { float: left; }
.f_right { float: right; }
.c_absolute { position: absolute; }

/* ============== form fields setting ============== */
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width:100% !important;
    margin-bottom: 0 !important;
}
.bootstrap-select .btn {
    border:1px solid #d7f1f7 !important;
    padding: 8px 12px;
    border-radius: 4px;
}
.bootstrap-select .dropdown-menu {
    max-height: 305px !important;
    padding: 0 !important;
}
.bootstrap-select .dropdown-menu>li>a:hover {
    background: #0089c0;
    color:#fff;
}
.bootstrap-select .selectpicker .caret {
    border-top: 4px dashed #2c2c2c;
}
.bootstrap-select.btn-group .btn .filter-option {
    padding-left:0;
    padding-right:10px; 
}
.form_group .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .selectpicker {
    border-color:#d7f1f7 !important;
    font-size: 12px !important;
    padding: 10px 0 !important;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
textarea {
    background: transparent;
    border:1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#333;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width:100%;
}
input[type="date"] {
    border:1px solid #d7f1f7;
}
input[type="submit"] {
    padding: 10px 25px;
    font-size: 17px;
}
textarea {
    height: 100px;
    resize: none;
}
label {
    margin-bottom: 5px;
}

/* ============== Login ============== */
.form_group input[type='text'],
.form_group input[type='password'],
.form_group input[type='email'],
.btn-list button[type="button"],
.btn-list button[type="submit"] {
    background:transparent;
    border:1px solid #d7f1f7;
    color:#333;
    width:100%;
    font-size:12px;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
    outline:none;
    padding: 10px 10px;  
}
.btn-list button[type="button"],
.btn-list button[type="submit"] {
    background: #0089c0;
    color:#fff;
    font-size: 14px;
}
.btn-list button[type="button"],
.btn-list button[type="submit"] {
    border: 1px solid #0089c0;
}
.btn-list .btn-style {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 0 5px 0;
}
.btn-list .btn-style:hover {
    background: #37acde !important;
}
.form_group input[type='submit'] {
    background:transparent;
    background: #0089c0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Lato-Semibold';
    padding: 13px 0 11px;
    border:none;
    color:#fff;
    border-radius: 2px;
    text-transform: uppercase;
}
.form_group .sccom-btn {
    border: 1px solid #cacaca;
    padding: 10px 10px 9px;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin-top: 14px;
    font-family: 'Lato-Medium';
}
.form_group .sccom-btn.fcbk-btn {
    border: 1px solid #3c5b9b !important;
}
.form_group .sccom-btn.fcbk-btn:hover {
    background: #3c5b9b;
    color:#fff;
}
.form_group .sccom-btn:not(:last-child) {
    margin-right:8px;
}
.form_group .sccom-btn.fcbk-btn .fa-facebook {
    background: #3c5b9b;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 15px 11px;
    margin: -11px 6px -9px -11px;
    color: #fff;
    border-radius: 2px;
}
.form_group .sccom-btn.fcbk-btn:hover .fa-facebook {
    color:#fff;
}
.form_group input[type='checkbox'] {
    opacity: 0;
    display: inline-block;
    position: absolute;
    top:2px;
    z-index: 1;
    cursor: pointer;
}
.form_wrapper,
.modal-cutm {
    width: 450px;
    max-width: 100%;
    padding: 20px;
    margin: 8% auto 0;
}
.modal-cutm .modal-content {
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    border:0 !important;
    border-radius: 2px;
}
.popup-wraper p {
    margin: 40px 0;
    font-size: 18px !important;
}
.mdl-title {
    line-height: 1.1;
}
.mdl-btn {
    margin: 10px 0 0 0;
}
.form_wrapper2 {
    width: 100%;
    max-width: 100%;
}

.form_wrapper .modal-content {
    border-radius: 3px;
}
.form_center {
    margin:0 auto;
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
}
.common_form {
    margin: 50px 0;
}
.form_title h3 {
    text-transform: uppercase;
    font-size: 20px;
    color:#0089c0;
    font-family: 'Lato-Medium';
    margin-top:11px;
    margin-bottom:36px;
    text-align: center;
}
.form_group {
    margin-bottom:15px;
    position: relative;
}
/* .signup-form .form_area .form_group {
    width:50%;
    float:left;
} */
.signup-form .form_area .signup-title,
.signup-form .form_area .signup-name {
    float:left;
}
.signup-form .form_area .signup-title {
    width:25%;
}
.signup-form .form_area .signup-name {
    width:75%;
    padding: 0 0 0 10px;
}
.signup-form .form_area .signup-pwd {
    float:left;
    width:50%;
    padding-right:10px;
}
.signup-form .form_area .signup-pwd-lst {
    padding-right:0;
}
.form_group label {
    color:#2c2c2c;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom:7px;
}
.form_group .select-mediaperson {
    text-transform: inherit;
}
.form_group label.remember-me {
    padding-top: 8px;
}
.form_group label.remember-me span {
    padding-top: 8px;
    margin-top: -3px !important;
}
.form_group label.subscribe-newsletter {
    padding-top: 8px;
}
.form_group label.subscribe-newsletter span {
    margin-top: -3px !important;
}
.form_group label super {
    color: red;
    font-size: 16px;
    position: relative;
    top: 1px;
    left: 1px;
}
.form_group input[type="checkbox"] + label > span {
    margin-top: -3px;
}
.form_group input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 0;
}
.form_group input[type="checkbox"] + label {
    font-size: 12px;
    vertical-align: middle;
    color:#2c2c2c;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.form_group input[type="checkbox"] + label > span {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 0;
}
.form_group input[type="checkbox"]:checked + label > span {
    width: 20px;
    height: 20px;
}
.form_group input[type="checkbox"] + label > span {
    background: url(../images/check.png) no-repeat 0 0;
}
.form_group input[type="checkbox"]:checked + label > span {
    background: url(../images/check.png) no-repeat -21px 0;
}
.filter_group input[type="checkbox"] + label > span {
    width: 16px !important;
    height: 16px !important;
}
.filter_group input[type="checkbox"]:checked + label > span {
    width: 16px !important;
    height: 16px !important;
}
.filter_group input[type="checkbox"] + label > span {
    background: url(../images/check1.png) no-repeat 0 0 !important;
}
.filter_group input[type="checkbox"]:checked + label > span {
    background: url(../images/check1.png) no-repeat -15px 0 !important;
}
.form_group .forgot {
    color:#0089c0;
    font-size: 12px;
    margin: 7px 0 0 0;
    display: inline-block;
}
.form_group .forgot:hover {
    color:#44bae4;
}
.form_area .reset_msg {
    margin-bottom: 26px;
    font-family: 'Lato-Light';
}
.form_footer {
    font-size: 12px;
    margin-bottom: 10px;
}
.form_footer a {
    color:#0089c0;
    font-size: 12px;
}
.form_footer a:hover {
    text-decoration:underline;
}
.ficon {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #0188c1;
    color: #fff !important;
    right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.date_update {
    position: relative;
}
.datepicker td.active.active {
    background: #0088c1 !important;
}
.selectBirthwrap {
    margin:0 0 15px;
    display: none;
    /* overflow: hidden; */
    position: relative;
}
.selectbirth {
    float:left;
    width:33.33%;
    padding:0 2%;
}
.selectBirthwrap .ficon {
    top:29px;
}
.selectbirth select {
    width:100%;
}

/* ============== ct_form_inside_wrapper ==============*/
.ct_form_inside_wrapper {
    margin-top:10px;
}
.form_chat {
    margin: 10px 0 50px;
}
.ct_form .form_group {
    margin-bottom:10px;
}
.ct_form .form_group .inpw_ctrl {
    border:1px solid #dbdbdb;
    font-size: 18px;
    font-family: 'Lato-Semibold';
    color:#a8a8a8;
    border-radius: 2px;
    padding: 15px 16px;
}
.ct_form .form_group textarea {
    height: 191px;
    margin-bottom: 0;
}
.ct_form .form_group .ct_submit_btn {
    text-align: center;
    background: #0089c0;
    color:#fff;
    padding: 13px 15px 11px;
    border-radius: 0;
    font-size: 17px;
    font-family: 'Lato-Bold';
    border: 0;
}
.ct_tbdr {
    padding-top: 13px;
}
.ct_form .form_group .inpw_tarea {
    height:100px;
    border:1px solid #efefef;
    color:#b0b3b5;
    border-radius: 3px;
    font-size: 16px;
}
.ct_form .form_group .ct_submit_btn2 {
    padding: 13px 60px 11px !important;
    font-size: 17px;
    width:inherit;
}
.ct_form .form_group .send-btn {
    width: auto;
    font-size: 15px;
}
.pr_form .form_group input {
    padding: 9px 10px;
    border-radius: 2px;
    font-size: 14px;
}
.pr_form .form_group label[for="check"] {
    font-size: 14px;
}
.p_relative {
    position: relative;
}
.drop_arrow {
    position: absolute;
    top: 17px;
    right: 10px;
    cursor: pointer;
}

/* ============== Modal Setting ==============*/
.modal {
    padding-right:0 !important;
}
.modalsm_wrapper {
    width: 338px;
    max-width: 100%;
}
.modalsm_wrapper .modal-content {
    border:0;
    border-radius:2px;
}
.register {
    padding: 30px 0 15px; 
}
.register h4 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.5;
}

/* ============== banner ==============*/
#banner_slider {
    position: relative;
}
#banner_slider .owl-nav .owl-prev, 
#banner_slider .owl-nav .owl-next {
    line-height: 4.5;
    text-align: center;
}
#banner_slider .owl-nav .owl-prev img, 
#banner_slider .owl-nav .owl-next img {
    width: 35px;
}
.video-wrapper:before {
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.banner-content-wrapper,
.video-wrapper {
    position: relative;
    overflow: hidden;
}
.banner-content {
    background-size: 100% 100% !important;
    /* background-size: cover !important; */
    /* background-position: center center !important; */
    width: 100%;
    height: 100%;
}
.playicon {
    z-index: 3;
    cursor: pointer;
}
.banner-content-wrapper,
.banner-content,
.video-wrapper,
.video-align {
    min-height: 200px;
}
.winery-slider {
    overflow: hidden;
    margin: 0 0 20px;
}
#winery-bannerslider .banner-content-wrapper {
    min-height: 200px;
}

video {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
}
.banner {
    position: relative;
    overflow:hidden;
    margin-bottom: 20px;
}
.banner, .banner > img {
    height: 536px;
    width:100%;
}
.banner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    content: '';
    z-index: 0;
}
.default-background:after {
    display: none;
}
.banner-image {
    background-size: cover !important;
    width:100%;
}
.banner-image img {
    width:100%;
    height:auto;
}
.banner_home {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.banner_common1 {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.banner_common2 {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.banner_home { 
    height:200px;
}
.banner h1,
#winery-bannerslider h1,
#banner_slider h1 {
    position: absolute;
    top:50%;
    left:0;
    right:0;
    padding: 0 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    z-index: 2;
}
#banner_slider h1,
#winery-bannerslider h1,{
    margin-top: 0;
}
.banner_inside_details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 26px 10px;
    z-index: 1;
}
.banner_inside_details h3,
.banner_inside_details_2 h3 {
    margin-bottom: 44px;
}
.banner_inside_details p,
.banner_inside_details_2 p {
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    font-size: 16px;
    word-wrap: break-word;
}
.banner_common {
    padding: 0 !important;
    position: relative;
}
.banner_common > img {
    width:100%;
    height:auto;
}

/* ============== headings ==============*/
.tab_content .h_relative {
    margin: 20px 0 0 0;
}
.h_relative { position: relative; }
.heading_left { float: left;margin-top: 21px; }
.heading,
.heading_2 {
    text-transform: uppercase;
    font-family: 'Lato-Bold';
}
.heading {
    font-size: 18px;
    text-align: center;
    position: relative;
}
span.line,
span.line_w,
span.line_thin {
    position: absolute;
    left:0;
    right:0;
    margin:0 auto;
}
span.line {
    width:108px;
    height: 4px;
    background: #0089c0;
    border-radius: 4px;
    bottom:-15px;
}
span.line_w {
    background: #fff;
    height:2px;
    width:64px;
    bottom:-10px;
}
span.line_thin {
    width:108px;
    height: 2px;
    background: #0089c0;
    bottom:-10px;
}
.heading_2 {
    border-bottom: 2px solid #0089c0;
    display: inline-block;
    margin-top: -4px;
    padding: 0 0 5px 0;
}
.heading_3 {
    font-family: 'Lato-Semibold';
    color: #0089c0;
}
.heading_4 {
    font-family: 'Lato-Medium';
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1;
}
.heading_5 {
    font-family: 'Lato-Semibold';
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}
.heading_6 {
    font-family: 'Lato-Semibold';
    font-size: 16px;
    color:#0088c0;
}
.heading_7 {
    font-family: 'Lato-Medium';
    margin-top: 10px;
    margin-bottom: 6px;
}
.headingIn {
    font-family: 'Lato-Semibold';
    color: #fff;
    margin:38px 0 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;  
}

.heading_2, .heading_3, .heading_4, .heading_5, .heading_7 {
    font-size: 21px;
    margin: 0 0 7px 0;
}

.read_more {
    color:#0088c0;
    font-family: 'Lato-Semibold';
}

.read_more2,
.common-btn .favprodloadbtn {
    background:#0088c0;
    color:#fff;
    font-family: 'Lato-Semibold';
    text-transform: uppercase;
    padding: 15px 44px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-top: 28px;
}
.read_more2:hover,
.common-btn .favprodloadbtn {
    color:#fff;
}

.button-default {
    border:none;
    margin-bottom: 10px;
}
.load_more {
    border: none;
    margin-bottom: 10px;
    background: #0088c0;
    color: #fff;
    font-family: 'Lato-Semibold';
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin-top: 28px;
}

/* ============== explore range ==============*/
.explore_range {
    margin-top: 50px;
    margin-bottom: 50px;
}
.explore_range {
    background: url(../images/alcohol_image_24.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    z-index: 2;
}
.explore_range:before,
.discoverWinery:after {
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.line-around-heading:before,
.line-around-heading:after {
    content:'';
    position: absolute;
    top:7px;
    height:2px;
    width: 48px;
    background: #0089c0;
}
.line-around-heading:before {
    left: -66px;
}
.line-around-heading:after {
    right:-66px;
}
.explore_range-content {
    position: relative;
    z-index: 1;
}
.explore_range-content h3 {
    padding-bottom: 35px;
}
.explore_range-content p {
    color:#fff;
    font-size: 16px;
    margin:24px 0 40px;
}
.range_type .range_static {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.range_static .bootstrap-select {
    width: 100% !important;
}
.range_static .bootstrap-select .btn {
    border-radius: 70px !important;
    padding: 11px !important;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 9px;
    outline: none !important;
}
.range_static .bootstrap-select .btn span.filter-option {
    font-family: 'Lato-Semibold' !important;
    font-size: 18px !important;
    color: #75758a !important;
}
.range_static .bootstrap-select .btn:hover,
.range_static .bootstrap-select .btn:focus,
.range_static .bootstrap-select .btn:active {
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}
.range_static .bootstrap-select .btn .caret {
    right: 10px !important;
    top: 29px !important;
    border-top: 6px dashed #8b8b8b !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
}
.range_static .bootstrap-select.dropup .btn .caret {
    right: 10px !important;
    top: 29px !important;
    border-top: inherit !important;
    border-bottom: 6px dashed #8b8b8b !important;
}
.range_static input {
    font-family: 'Lato-Semibold';
    border:none;
    border-bottom: 1px solid #bfbfbf;
    font-size: 16px;
    padding-left:0;
    padding-right:0;
    color:#bebebe;
    border-radius: inherit;
}
.search_btn button {
    background: #0089c0;
    color: #fff;
    width: 100%;
    font-family: 'Lato-Semibold';
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 21px 0;
    line-height: 0.9;
    border-radius: 60px;
}
.search_btn button:hover {
    background: #44bae4;
}

/*============== Gallery Area ==============*/
.explore_by_gallery {
    margin-bottom: 10px;
}
.explore_by_gallery_2 { margin-bottom: 70px !important; }
.gallery_area {
    overflow: hidden;
    margin: 0 -15px;
}
.gallery_area .gallery_box {
    float: left;
}
.gallery_content:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    content: '';
}
.gallery_box_one {
    width:100%;
}
.gallery_box_one .gallery_content {
    width:100%;
    margin-bottom: 30px;
}
.gallery_area .gallery_box_two {
    width: 100%;
    margin-bottom: 30px;
}
.gallery_area .gallery_box_three {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 16px;
}
.gallery_area .gallery_content {
    position: relative;
    overflow: hidden;
}
.gallery_area .gallery_content img {
    width:100%;
    height:auto;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gallery_area .gallery_content .gallery_title {
    border:1px solid #0089c0;
    color:#fff;
    padding: 15px 0;
    width:78%; 
    z-index: 1;
}
.gallery_area .gallery_content .gallery_title {
    border:1px solid #fff;
    background:rgba(255,255,255,0.2);
    color:#fff;
    padding: 15px 0;
    width:78%;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
/*.gallery_area .gallery_content:hover > img {
    transform: scale(1.1);
}*/
.gallery_area .gallery_content .gallery_title:hover {
    background: rgba(0, 137, 192,0.7);
    border:1px solid rgba(0, 137, 192,0.7);
}
.gallery_area .gallery_content .gallery_title figcaption {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    /* font-family: 'Lato-Semibold'; */
    font-family: 'zapfino_linotype_oneregular';
    font-weight: 700;
    font-size: 18px;
}
.contact-address .gallery_area {
    margin: 0 0 40px 0 !important;
}
.contact-address .gallery_content .gallery_title {
    transition: inherit;
}
.contact-address .gallery_content:hover .gallery_title {
    visibility: hidden;
}
.contact-address .gallery_content:hover .gallery_hover_content {
    visibility: visible;
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
#contactwrapper {
    margin-top: 50px;
}

/*============== gallery hover content ==============*/
.gallery_hover_content {
    position: absolute;
    background: rgba(0,137,192,0.9);
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    text-align: center;
    visibility: hidden;
    cursor: pointer;
    z-index: 2;
}
.gallery_hover_content h4,
.gallery_hover_content p {
    color:#fff;
    font-size: 20px;
}
.gallery_hover_content h4 {
    font-family: 'Lato-Semibold';
    position: relative;
    text-transform: uppercase;
}
.gallery_hover_content p {
    margin-top:34px;
}

/*============== wine toursim ==============*/
.wineTourism-wrapper {
    background:#f2f9fc;
    padding:50px 0;
}
.wineTourism-wrapper p {
    text-align:center;
    font-size: 16px;
    margin-top: 46px;
    font-family: 'Lato-Bold';
}
.wineTourism-wrapper p a {
    color:#0089c0;
}
.wineTourism-wrapper p a:hover {
    color:#44bae4;
}

/*============== Video Section ==============*/
.v-section2 img,
.v-section22 img {
    width:100%;
    object-fit: cover;
}
.v-section22 img {
    height:100%;
    object-fit: cover;
}
.video_section {
    height:150px;
    margin-top: 50px;
}
.video_section {
    position: relative;
    overflow: hidden;
}
.widget-full-width {
    position: relative;
    height:auto;
    overflow: hidden;
    background:#053b58;
    /* background: #f5f3f3; */
}
.widget-image {
    background: url(https://s3.amazonaws.com/appinventiv-development/brindco/brindco59f03e9….jpeg) no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 275px;
}
.widget-full-width > img {
    width:100%;
}
.play_icon img {
    width:48px !important;
    height: auto;
} 

/*============== Brands Section ==============*/
.brands_section {
    margin-bottom: 0px !important;
    background-color: rgb(239, 239, 239);
    padding: 50px 0px;
    box-shadow: 1px 0px 4px rgba(177, 175, 175, 0.3607843137254902) inset;
}
.brands_section > .container{
    width: 100% !important;
}
.brand_slider .owl-item .item{
    width: 270px;
    height: 200px;
    background-color: white;
    border-radius: 5px;
    padding: 25px 0px;
    margin: 0;
    box-shadow: 1px 0px 4px rgba(177, 175, 175, 0.3607843137254902);
}
.brand_slider .owl-item img {
    width: 130px !important;
    margin: 0 auto;
}
.brand_slider .owl-item .item img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.brand_slider .owl-item .item:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.brands_list ul li {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
}
.brand_slider .owl-item .item .lacaveLogo {
    padding: 30px 0 0 0;
    display: block;
}

/*============== Country Section ==============*/
.country_btn {
    width:100%;
}
.country_btn a {
    background: #0089c0;
    color:#fff;
    display: block;
    height: 80px;
    line-height: 88px;
    font-size: 26px;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    padding-left: 17px;
    text-align: center;
}
.country_btn a:hover {
    background: rgb(7, 147, 197);
}
.country_list {
    height: 80px;
    width:100%;
}
.country_list {
    background: #efefef;
    overflow: hidden;
}
#country-carousel .item {
    padding: 14px 0px;
    text-align: center;
}
#country-carousel .item a span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-left: 10px;
}
#country-carousel .item a img {
    max-width: 100%;
    width:52px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
}
#cities-carousel {
    margin: 40px 0 0 0;
}
#cities-carousel .owl-item {
    padding: 0 10px 0;
}
#cities-carousel .owl-dots {
    margin-top: 25px !important;
}

.general_title {
    margin: 62px 0 68px 0;
}
.gt_mb50 { margin-bottom: 40px !important; }

/*============== paragraph title ==============*/
.info_wrapper {
    margin-bottom: 100px;
}
.info_wrapper p {
    margin: 15px 0 15px 25px;
}
.paragraph_title {
    font-family: 'Lato-Medium';
    font-size: 16px;
    margin-top: 38px;
    color:#2c2c2c;
    position: relative;
}

.bullet:before {
    content:'';
    position: absolute;
    top:7px;
    left:-25px;
    background: #0089c0;
    height:10px;
    width:10px;
    border-radius: 50%;
}

/*============== wine list with description ==============*/
.wine_intro { margin-bottom: 15px; }
.content-left { 
    margin: 0 0 15px 0;
}
.content_description { margin-top: 20px; }
.content_description p {
    margin-top: 11px;
    text-align: justify;
    word-wrap: break-word;
}

/*============== wine description ==============*/
.wine_description {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
.wine_wrapper {
    /* border-bottom: 1px solid #e5e5e5; */
}
.wine_description_header {
    position: relative;
}
.wine_d_header {
    overflow: hidden;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 14px 0;
}
.sorting,
.sorting .sort_title,
.sorting .sorting_selector {
    float: left;
    position: relative;
}
.sorting {
    margin-bottom: 7px;
}
.sort_title {
    font-size: 12px;
    color: #0088c0;
    font-family: 'Lato-Medium';
    text-transform: uppercase;
}
.sort_title a.sort_icon {
    margin-left:10px;
    text-transform: capitalize;
}
.sort_title a.sort_icon > img {
    margin-left:25px;
    vertical-align: middle;
}
.sorting_selector {
    display: none;
}
.switch_view {
    float: right;
}
.switch_view .list_icon {
    margin: 0 0 0 12px;
}
.switch_view .list_icon .fa-th,
.switch_view .list_icon .fa-th-list {
    font-size: 22px;
    vertical-align: top;
    color: #333;
}
.filter_icon { display: inline-block; }
.filter_icon .fa-filter {
    color: #0187c1;
    font-size: 21px;
    vertical-align: top;
}

/*============== wine list group ==============*/
.wine_list_group_height_1 { height: 450px; }
/* .wine_list_group_height_2 { height: 287px; } */
.wine_list_grp_p { padding: 14px 0;margin-bottom: 14px; }
.wine_list_grp_p_1 { padding: 8px 15px; }
.wine_list_group {
    width:100%;
}
.wine_list_group:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}
.wine_list_group.switch_wine {
    border-top: 0;
}
.wine_list_position,
.wine_list_product_content {
    float: left;
}
.wine_list_thumb { position: relative; }
.wine_list_position { width:100%; }
.wine_list_product_content {
    width:100%;
    padding-top:10px;
}
.wine_review { 
    margin: 10px 0 6px;
    position: relative;
}
.see_review.dropMenu span {
    display: inline-block;
    margin-right: 2px;
}
.see_review.dropMenu span img {
    width: 10px;
}
.wine_list_box { width:34% !important; }
.wine_list_box { padding: 7px !important; }
.wine_list_box .heart { top: 19px !important; }
.wine_list_thumb .heart {
    /* position: absolute;
    top:12px;
    right:12px; */
    cursor: pointer;
    float:right;
}
.wine_list_thumb .heart img {
    width:21px;
    height:20px;
}
.wine_list_group_height_1 .heart {
    top:3px;
}
.proudct-likes {
    height: 26px;
    overflow: hidden;
    margin: 12px 0 6px;
}
.wine_list_thumb .heart.rm-right {
    right:0 !important;  
}
.wine_list_thumb .wine_bottle {
    margin: 0 auto 0;
    display: block;
    height: 100%;
}
.see_review {
    display: inline-block;
    vertical-align: top;
    margin:0 20px 0 5px;
    cursor: pointer;
    position: relative;
}
.see_review:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
    border-radius: 2px;
    position: absolute;
    top: 9px;
    right: -14px;
}
.favprodlist .wine_list_group .wine_list_box {
    width: 100% !important;
}
.favprodlist .wine_list_group .wine_l_2 {
    width: 100% !important;
}
.favprodlist .wine_list_group .wine_list_box > img {
    margin:18px auto 0;
}
.product_like_content ul li .wine_list_group .wine_list_thumb .wine_review {
    margin: 0 0 6px;
}
.product_like_content ul li .wine_list_group .wine_list_thumb .wine_review .see_review {
    margin: 0 20px 0 5px;
}
.product_like_content ul li .wine_list_group .wine_list_thumb .heart {
    top: 2px;
}
.wine_list_product_content .pro_description {
    font-size: 16px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wine_l_2 { width:66% !important; }
.wine_l_2 .pro_description {
    height: auto;
}
.wine_list_product_content .similar_things {
    font-size: 14px;
    color:#8e8e8e;
    font-family: 'Lato-Regular';
}
.wine_list_product_content .simi_color{
    color:#2c2c2c ;
    margin-top: 0;
    line-height: 1.2;
}
.wine_list_product_content .variety_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wine_list_product_content .country_name {
    margin-bottom: 15px;
}
.switch_wine {
    width: 100%;
    float: left;
    margin-bottom: 14px;
    height: auto !important;
    border-top:0;
    padding: 1px 0px 8px 0 !important;
}
.switch_wine100 {
    width: 100% !important;
    border: 1px solid #efefef;
    padding: 8px !important;
}
.hide_wine_descrp {
    display: none;
}
.hide_default { display: none; }
.show_on_swth { display: block !important;}

.loading_more {
    text-align: center;
    margin: 40px 0;
}
.loading_more p {
    color:#c6c6c6;
    font-size: 12px;
    margin-top: 12px;
}
.loading_more img {
    display: block;
    margin: 0 auto;
}

/*============== filter side ==============*/
.filter_side {
    position: absolute;
    background: #fff;
    border:1px solid #e5e5e5;
    width:228px;
    float: left;
    margin:0 0 20px -244px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 99;
    top:47px;
}
.filter_header {
    padding:15px 14px;
    background: #f9f9f9;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.filter_header h3 {
    text-transform: uppercase;
    font-family: 'Lato-Bold';
    font-size: 16px;
}

/*============== filter body ==============*/
.filter_body {
    padding:15px 15px 0;
}
.filter_category {
    margin-bottom: 25px;
}
.filter_category_top_border {
    border-top:1px solid #e5e5e5;
    padding-top: 20px;
}

.filter_category_top_border:first-of-type {
    border-top:0;
    padding-top: 0;
}

.filter_category h3 {
    color:#0089c0;
    font-family: 'Lato-Medium';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.filter_group {
    margin-bottom: 5px;
}
.filter_group label {
    font-size: 14px !important;
    font-family: 'Lato-Medium';
}
.filter_more { margin: 0 -1px; }
.filter_more > button {
    background: #0088c0;
    padding: 20px 0 18px;
    text-align: center;
    width:100%;
    color:#fff;
    border:none;
    font-family: 'Lato-Bold';
    font-size: 13px;
    text-transform: uppercase;
}
.filter_category .filter_group input[type="checkbox"] + label > span {
    margin-top:-3px;
}

/*============== fancy dropdown ==============*/
.fancy_dropdown {
    position: absolute;
    padding: 8px 15px 15px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    background: #fff;
    z-index: -1;
}
.fancy_dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 10px solid black;
    border-color: transparent transparent #fff #fff;
    transform: rotate(135deg);
    -webkit-box-shadow: -3px 2px 8px -4px rgba(0, 0, 0, 0.4);
    box-shadow: -3px 2px 8px -4px rgba(0, 0, 0, 0.4);
}
.fancy_dropdown ul li a {
    padding: 12px 8px;
    display: block;
}
.fncy_dropdown1 ul li.menu_divider {
    border-top:1px solid #efefef;
}
.fncy_dropdown1 ul li a {
    padding: 12px 15px;
}
.fncy_dropdown3 ul li:hover,
.fancy_dropdown ul li a:hover {
    background: #0089c0;
    color: #fff;
}
.fncy_dropdown3 ul li {
    cursor: pointer;
    padding: 7px 20px;
}
.fncy_dropdown3 ul li:first-child:hover {
    background: transparent;
    color:#2c2c2c;
    cursor: inherit;
}
.fancy_dropdown_3 ul li {
    padding: 6px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.fancy_dropdown_3 ul li:last-child {
    border-bottom: 0;
}
.fncy_dropdown1 {
    width: 226px;
    top: 39px;
    right: -8px;
    padding: 8px 0;
}
.fncy_dropdown2 {
    width: 250px;
    top: 40px;
    left: -110px;
    padding: 10px 0;
}
.fncy_dropdown3 { 
    width:160px;
    left: 67px !important;
    top: 26px; 
}
.fncy_dropdown4 {
    width: 93%;
    top: 37px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.fncy_dropdown2,
.fncy_dropdown4,
.fncy_dropdown8 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.fncy_dropdown2.open_AgeDropdown,
.fncy_dropdown4.open_AgeDropdown,
.fncy_dropdown8.open_AgeDropdown {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.fncy_dropdown8 {
    width: 300px;
    top:36px;
}

.fncy_dropdown2 ul li {
    font-family: 'Lato-Regular';
    border-bottom: 1px solid #c4c4c4;
}
.fncy_dropdown2 ul li:last-child {
    border-bottom: 0;
}
.fncy_dropdown2 ul li a {
    color:#777777;
    display: block;
    font-size: 12px;
}
.fncy_dropdown2 ul li a:hover {
    background: #0088c0;
    color:#fff;
}
.fncy_dropdown1:before {
    top: -8px;
    right:4px;
}
.fncy_dropdown2:before,
.fncy_dropdown3:before {
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.fncy_dropdown4:before {
    top: -6px;
    left: 67px !important;
}
.fncy_dropdown8:before {
    top: -6px;
    left: 63px !important;
}
.fancy_dropdown .rating_title {
    text-align: center;
    padding:10px 0 14px 0;
    margin-bottom: 15px;
    border-bottom:1px solid #efefef;
}

/* open fancy dropdown */
.open_AgeDropdown {
    z-index: 99;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.p_relative:hover .fancy_dropdown_3 {
    -webkit-transform: translateY(53px);
    transform: translateY(53px);
    opacity: 1;
}

.navbar-notification {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 279px;
}

.fncy_dropdown2 .navbar-notification li a {
    padding: 6px 10px !important;
}

.fncy_dropdown2 .navbar-notification li a p {
    font-size: 14px !important;
    margin: 0 0 0 0;
    color: #2c2c2c;
}
.fncy_dropdown2 .navbar-notification li a:hover p {
    color:#fff;
}

.wine_main_wrapper {
    position: relative;
}
.wine_rating_list_wrapper .wine_rating_listing {
    margin-bottom: 13px;
}
.wine_rating_list_wrapper .wine_rating_listing:last-child {
    margin-bottom: 0;
}
.wine_rating_list_wrapper .rating_list_name {
    float: left;
    width: 73%;
}
.wine_rating_list_wrapper .rating_list_name span {
    vertical-align: middle;
    color: #0088c0;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.wine_rating_list_wrapper .rating_list_name span > img {
    margin-right: 8px;
    vertical-align: middle;
}
.wine_rating_list_wrapper .rating_list_number {
    float: right;
    color:#696969;
    font-size: 12px;
}
.see_more_rating {
    display: block;
    text-align: center;
    color:#0088c0;
    margin-top: 30px;
}
.my_comm button {
    margin-top: -5px;
}

/*============== specific product details with rating and reviews ==============*/
.product_wrapper {margin:20px 0 40px;}
.product_common { float: left; }
.product_thumbwrap {
    width:100%;
    border:1px solid #efefef;
    padding: 18px;
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
}
.product_detailwrap {
    width:100%;
    margin-top: 20px;
}
.product_thumbwrap .product_thumb,
.content_thumb .content_thumb-setting {
    position:relative;
    overflow:hidden; 
    text-align: center;
    height:auto;
}
.product_thumb > img {
    /* width:100%; */    
}
.product_tasting_wrapper {
    margin-bottom: 20px;
}
.pipe_for_divider {
    display: inline-block;
    margin: 0 10px;
}
.review_and_ratings {
    display: inline-block;
    vertical-align: top;
    color: #8e8e8e;
    margin-top: 4px;
}
.price_tag {
    margin-top:9px;
    padding: 15px 0;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}
.price_tag p {
    font-size: 20px;
    font-family: 'Lato-Semibold';
}
.price_tag p span {
    color:#0088c0;
    font-size: 26px;
    font-family: 'Lato-Bold';
}
.product_information { 
    margin-top:18px;
    border-bottom:1px solid #efefef; 
}
.product_info_list { margin-bottom: 15px; }
.product_info_list .product_placename {
    font-size: 16px;
    overflow: hidden;
    word-wrap: break-word;
}
.product_info_list .product_fromname {
    float:left;
    width:100%;
    color:#8e8e8e;
}
.product_info_list .product_fromplace {
    color:#2c2c2c;
    font-family: 'Lato-Medium';
}
.product_info_description p {
    margin: 12px 0;
    text-align: justify;
}
.product_btn button {
    padding: 13px 20px 11px;
    color:#fff;
    text-transform: uppercase;
    border:none;
    font-size: 10px;
    font-family: 'Lato-Medium';
}
.pdtbtn button {
    background: transparent !important;
    color: #0089c0 !important;
    border-bottom: 2px solid #9fd2e7;
    padding: 15px 0 0 !important;
}
.comm_title {
    font-family: 'Lato-Bold';
    margin-bottom:15px;
    line-height: 1;
}
.comm_title2 {
    font-family: 'Lato-Medium';
    font-size: 22px;
    line-height: 1;
}
.tasting_wine_week {
    margin-bottom: 50px;
}
.tasting_notes_type {
    margin-top:20px;
}
.tasting_notes_type ul {
    margin:0 -10px;
}
.tasting_notes_type ul li {
    padding:0 10px;
    float: left;
    width:100%;
    margin-bottom: 20px;
}
.tasting_notes_type_listed {
    border:1px solid #efefef;
    padding: 23px;
}
.tasting_notes_type_listed img {
    display: block;
    max-width: 100%;
    margin:0 auto;
}
.tasting_notes_type_listed h4 {
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}
.tasting_notes_type_listed p {
    margin-top:12px;
    text-align: center;
    font-size: 16px;
    height: 112px;
    overflow-x: hidden;
    overflow: auto;
    margin: 10px -24px -14px;
    padding: 0 24px;
}

/* discover winery */
.discoverWinery {
    margin: 0 0 20px 0;
    background: #efefef;
    position: relative;
}
.discoverWinery .discoverWineryBg {
    background-size:cover !important;
    /* background-position: center center !important; */
    width:100%;
    padding:140px 0;
    position: relative;
    text-align: center;
}
.discoverWinery h3 {
    text-transform: uppercase;
    color:#fff;
    margin:0;
    position: relative;
    z-index: 2;
}
.discoverWinery h3:after {
    background: #fff;
}

/*============== rating and reviews ==============*/
.product_review_s { margin-top:20px; }
.product_rating_header h3 { font-size: 24px; }
.p_review_common { float: left; }
.p_reviewthumb { width:100%; }
.p_review_image_setting {
    margin-top: 5px;
    width:65px;
    height:65px;
    border-radius: 50%;
    background: #efefef;
    margin-right: 10px;
    overflow: hidden;
}
.p_reviewthumb img {
    max-width: 100%;
    height: auto;
}
.p_reviewconent { 
    width:100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
.p_reviewconent1 { 
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.p_reviewthumb_common1 {
    left: 0;
}
.p_reviewconent1 {
    padding: 0 0 20px 54px;
}
.p_reviewconent2 {
    padding: 0 54px 20px 0 !important;
}
.p_rt {
    position: absolute;
    top:0;
    display: inline-block;
    max-width: 100%;
    width: 38px;
}
.p_reviewthumb_common2 {
    right:0;
}
.write_box {
    padding-left: 8%;
}
.v_darkblue { color:#10242b; }
.visitor_rating { margin-left: 5px; }
.visitor_name {
    font-family: 'Lato-Medium';
    font-size: 18px;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    
}
.visitor_description {
    font-family: 'Lato-Regular';
}

/*============== posted setting ==============*/
.pst_d_fz_20 { font-size: 20px; }
.pst_d_fz_23 { font-size: 23px; }
.posted_date {
    color:#b0b3b5;
    font-family: 'Lato-Medium';
    font-style: italic;
    margin:5px 0;
    font-size: 13px !important;
}
.post_title_1 {
    font-family: 'Lato-Semibold';
    font-size: 18px;
    margin-bottom: 5px;
}
.post_title_2 {
    font-family: 'Lato-Bold';
    margin:40px 0 12px;
    word-wrap: break-word;
    text-transform: capitalize;
}
.posted_date_1,
.posted_date_2 {
    font-size: 18px;
    font-family: 'Lato-Semibold';
    color:#2c2c2c;
}
.posted_date_1 { margin-bottom: 7px; }
.posted_date_2 { margin-bottom: 18px; }
.post_d span { color: #0088c0; }


/*============== product like ==============*/
.product_like_wrapper {
    margin-top:50px;
    margin-bottom: 80px;
}
.border-around {
    position: absolute;
    top:0;
    left:0;
    right:0;
    border-top: 1px solid #e5e5e5;
}
.product_like_content ul {
    margin:30px auto;
}
.product_like_content ul li {
    float:left;
    width:100%;
    position: relative;
    margin-bottom: 20px;
}

/*============== product details ==============*/
.product_full_d_title {
    margin-top:7px;
    margin-bottom: 12px;
}
.product_detail { position: relative; }
.product_detail_2 h3 {
    font-size: 18px;
    color:#0088c0;
    font-family: 'Lato-Semibold';
    margin-top:30px;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_detail_2.show_on_swth a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_place_wise .pro_p_left,
.product_place_wise .pro_p_right { 
    float: left;
    width:50%;
}
.product_place_wise .pro_p_left {
    padding-right: 10px;
}
.product_place_wise .pro_p_right {
    text-align:right;
}
.product_place_wise .pro_p_left span,
.product_place_wise .pro_p_right span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_place_wise p > span {
    display: block;
    color:#2c2c2c;
    font-family: 'Lato-Regular';
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prdt_relation_name { color:#8e8e8e !important; }

/*============== product full description============== */
.product_full_d_posted_title h3 {
    font-size: 18px;
    font-family: 'Lato-Semibold';
    margin-bottom: 7px;
    color:#2c2c2c;
    text-transform: capitalize;
}
.product_full_d_posted_title h3.posted_date_2.f_right{
    display: none !important;
}
.product_full_d_posted_title h3 span {
    color:#0088c0;
}
.product_full_post,
.product_full_post_2 {
    margin-top:15px;
    margin-bottom: 100px;
}
.product_full_post p {
    margin-bottom: 20px;
    font-family: 'Lato-Regular';
}
.product_full_post_2 p {
    margin-bottom: 20px;
}

/*============== owl carousel ==============*/
#banner_slider .owl-nav .owl-prev,
#banner_slider .owl-nav .owl-next {
    color:#fff;
} 
#team_carousel {
    margin: 40px 0 24px 0;
}
#team_carousel .item {
    position: relative;
    height:260px;
}
#team_carousel .item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.39) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.39) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.39) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63000000',GradientType=0 );
    content: '';
}
.owl_carousel_set {
    margin-top:12px;
    margin-bottom:20px;
    overflow:hidden;
}
.owl_carousel_set .owl-item img {
    height:200px;
}
#banner_slider .owl-nav {
    position: absolute;
    top:45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
    height:1px;
}
#banner_slider .owl-nav .owl-prev,
#banner_slider .owl-nav .owl-next {
    height:60px;
    width:60px;
    background:#000;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.3s ease-in;
}
#banner_slider .owl-nav .owl-prev {
    float: left
}
#banner_slider .owl-nav .owl-next {
    float: right
}
#banner_slider .owl-nav .owl-prev:hover,
#banner_slider .owl-nav .owl-next:hover {
    background: rgba(255,255,255,0.3);
    color:#000;
}
#banner_slider .owl-nav .owl-prev .fa,
#banner_slider .owl-nav .owl-next .fa {
    color:#fff;
    text-align: center;
    display: block;
    line-height:60px;
    font-size: 28px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.3s ease-in;
}
#banner_slider .owl-nav .owl-prev:hover .fa,
#banner_slider .owl-nav .owl-next:hover .fa {
    color:#000;
}
/* .owl_img_content {
    position: absolute;
    bottom: 26px;
    left:30px;
} */
.owl_img_content {
    position: absolute;
    bottom: 5px;
    left: 30px;
    overflow: hidden;
    width: 78%;
}
.owl_img_content h3,
.owl_img_content p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.owl_img_content h3 {
    font-size: 18px;
    color:#fff;
    font-family: 'Lato-Bold';
    line-height: 1;
}
.owl_img_content p {
    color:#d2d2d2;
    font-size: 14px;
    font-family: 'Lato-Medium';
}
#client_satisfaction .owl-item img {
    display: inline-block !important;
    max-width: 100%;
    width: inherit;
}
#team_carousel .owl-dots {
    margin: 20px 0 0 0;
}
#banner_slider .owl-dots {

    display: block !important;
    margin-top: -28px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.49);
    padding: 12px 0px;
}
.owl-dot {
    border-radius: 50%;
    height:13px;
    width:13px;
    background: #c0cad3;
    content:'';
    margin: 0 5px;
    display: inline-block;
}
.owl-dot.active { background: #0088c0; }

/*============== somilier note ==============*/
.name_title {
    font-family: 'Lato-Semibold';
    font-size: 18px;
    margin-bottom: 5px;
}
.v-section2,
.v-section22 { 
    margin-top: 20px;
    margin-bottom: 0 !important; 
}
.v-section2 video {
    background: #f9f9f9;
}
.retail-shop-list .media_title,
.retail-shop-list-cnt-view .media_title { 
    margin-top: 10px !important; 
}
.media_title { margin-top: 30px; }
.media_post { margin-bottom: 50px; }
.media_post p {
    color:#484848;
    font-family: 'Lato-Light';
}
.media_section_wrapper h2 {
    font-size:22px;
    margin: 14px 0 0 0;
}

/*============== tabs ==============*/
.tabs_mt_60 { margin-top: 20px; }
.tabs_mtb_30 { margin: 45px 0 30px; }
.tabs ul {
    text-align: center;
    padding-bottom: 20px;
}
.tabs ul li {
    display: inline-block;
    padding: 0 18px; 
    font-family: 'Lato-Semibold';
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.tabs ul li:not(:last-child) {
    border-right:1px solid #ababab;
}
.tabs ul li.active_tab {
    color:#0088c0;
}
.tabs ul li.active_tab:before,
.category-events ul li a.active:before {
    border-bottom: 2px solid #0089c0;
    padding-bottom: 5px;
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:-5px;
    margin:0 21px;
}
.category-events ul li a.active:before {
    bottom:-21px;
}
.tabs ul li a {
    text-transform: capitalize;
}
.tab_content, .tab_content_m {
    display: none;
}
.tab_content.active_tab,
.tab_content_m.active_tab2 {
    display: block !important;
}
.tab_content-ofmenu2, .tab_content-ofmenu3 {
    display: none;
}
.tab_content-ofmenu2.active_tab,
.tab_content-ofmenu3.active_tab {
    display: block !important;
}
.category-events {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 0;
}
.category-events ul li.active_tab:before {
    bottom: -20px !important;
}
/* .category-events ul {
    text-align: left;
    padding-bottom: 0;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 4px;
}
.category-events ul li {
    float:left;
    font-size: inherit;
    padding: inherit;
}

.category-events ul li a {
    font-size: 12px !important;
    padding: 7px 11px 6px;
    display: block;
}

.category-events ul li a:hover,
.category-events ul li a.active {
    background:#0089c0;
    color:#fff;
} */

.p_tabs ul li:last-child:before {
     display: block !important; 
}
.profile-menu ul li {
    font-family: 'Lato-Semibold';
    text-align: left;
    float: left;
    margin-right: 30px !important;
    font-size: 12px !important;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
    list-style: none;
}
.profile-menu ul li:after {
    position: absolute;
    top: 15px;
    right: -14px;
    width: 2px;
    height: 21px;
    content: '';
    background: #0089c0;
}
.profile-menu ul li:first-child {
    border-top:0;
}
.profile-menu ul li:last-child {
    margin-right: 0 !important;
    border-right: 0;
}
.profile-menu ul li:last-child:after {
    display: none;
}
.profile-menu ul li.active,
.profile-menu ul li:hover {
    color:#0089c0;
}
.tab-sidecontent {
    display: none;
}
.tab-sidecontent.active {
    display: block !important;
}

/*============== artcles ==============*/
.media_wrapper { margin-bottom: 80px; }
.articles_list {
    margin-top: 20px;
    padding-bottom: 20px;
}
.articles_list .content_description .post_title_2 a:hover {
    color:#0087c1;
}
.prd_list {
    margin-top: 20px;
}

/*============== map1 ==============*/
#map {
    margin: 0 0 50px 0;
    height:500px !important;  
    width: 100%;
}

/*============== partner detail ==============*/
.cm_blurbox {
    border:1px solid #e9e9e9;
    padding: 35px 10px;
    margin-bottom: 18px;
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
}
.partners {
    margin-top:20px;
}
.part_detail_stng {
    background: #efefef;
    width: 242px;
    float: left;
    margin-right: 30px;
    padding: 35px 10px;
}
.partner_list_stng figcaption {
    color:#00427a;
    font-size: 22px;
}
.partner_list_stng figcaption {
    margin:12px 0;
}
.part_detail_stng figcaption {
    margin-top: 20px;
}
.partnr-img,
.owner-pic {
    float: left;
    margin-right: 30px;
}
.partnr-img {
    width: 284px;
    height: 250px;
}
.partnr-img img {
    height:100%;
}
.owner-pic {
    width:100%;
    height: auto;
}
.owner-pic img {
    width:100%;
    height:100%;
    margin-bottom: 15px;
}
.abt-top { margin-top: 30px; }
.abt-top2 { margin-top: 40px; }
.about_partner { margin-bottom: 50px; }
.about_partner p { text-align: justify; }
.about_partner .designation {
    font-weight: 600;
    color: #2e2e2e;
}
.owner-img {
    float: left;
    margin-right: 30px;
    height: auto;
    width: 45%
}
.owner-img img {
    width:100%;
}

/*============== events ==============*/
.event_list {
    padding-top: 10px;
}
.event_thumb {
    position: relative;
    margin-bottom: 18px;
}
.event_thumb .thumb_icon {
    position: absolute;
    top:8px;
    cursor: pointer;
}
.event_thumb .cal_icon {
    left:10px;
}
.event_thumb .w_heart_icon {
    right:10px;
}
.event_thumb .w_heart_icon img {
    width:21px;
    height:21px;
}
.event_thumb{
    height: 200px;
    overflow: hidden;
}
.event_thumb > img {
    height: auto;
}
.posted_date.f_right{
    display: none !important;
}
.event_thumb > img {
    width: 100%;
}
.event_timing ul {
    padding: 13px 0;
    overflow: hidden;
}
.event_timing_set1 {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 12px;
}
.event_timing ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-family: 'Lato-Regular';
    position: relative;
}
.event_timing_set1 ul li {
    color:#ababab;
}
.event_timing_set2 {
    margin-bottom: 4px;
}
.event_timing_set2 ul li {
    font-size: 18px;
    font-family: 'Lato-Semibold';
}
.event_timing_set2 ul li:nth-child(2) {
    text-align: center;
}
.event_timing ul li:not(:last-child) {
    border-right:1px solid #cbcbcb;
}
.event_timing_set2 ul li:nth-child(1):before {
    top:-2px;
    background: #b2b2b2;
}
.event_timing ul li img,
.event_timing ul li .fa {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
}
.event_timing ul li .fa-clock-o {
    font-size: 16px;
}
.event_timing_set2 ul li .fa-clock-o {
    font-size: 22px;
}
.e_btn_list_1 { 
    margin:15px 0;
}
.e_btn_list_1 .radio_btn label,
.e_btn_list_2 button,
.e_btn_list_3 .radio_btn label,
.e_btn_list_4 button {
    background: transparent;
    margin-right: 8px;
}
.event_btn_list .radio_btn {
    display: inline-block;
    position: relative;
    margin: 0 0 10px 0;
}
.event_btn_list .radio_btn input {
    position: absolute;
    opacity: 0;
    display: inherit;
    margin-top:0;
    cursor: pointer;
    width: 94%;
    height: 80%;
}
.e_btn_list_1 .radio_btn .button {
    width: 100%;
    height: 90%;
}
.e_btn_list_3 .radio_btn .button2 {
    width: 100% !important;
    border:1px solid #949494;
    color:#949494;
}
.event_btn_list .button,
.event_btn_list .button2 {
    background: transparent;
    border:0;
    padding: 0;
}
.event_btn_list .button2 {
    width: 100% !important;
    cursor: pointer;
}
.e_btn_list_1 .radio_btn label {
    margin-bottom: 0;
}
.e_btn_list_1 .radio_btn input[type="radio"]:checked + label,
.e_btn_list_3 .radio_btn input[type="radio"]:checked + label {
    background: #0088c0;
    color:#fff;
}
.event_btn_list .radio_btn .button:focus + label {
    background: #0088c0;
    color: #fff;
}
.e_btn_list_1 .radio_btn label,
.e_btn_list_3 .radio_btn label,
.e_btn_list_3 .radio_btn button {
    border:1px solid #0088c0;
    color: #0088c0;
}
.e_btn_list_1 .radio_btn label {
    font-size: 10px;
    padding: 9px 14px;
}
.e_btn_list_3 .radio_btn label {
    font-size: 12px;
    padding: 12px 20px;
}
.e_btn_list_3 .radio_btn button {
    font-size: 12px;
    padding: 12px 20px;
    margin-bottom: 12px;
}
.e_btn_list_2 {
    padding-right: 20px;
}
.e_btn_list_2 button {
    font-size: 10px;
    color: #fff;
    border:0;
    text-transform: uppercase;
    padding: 12px 9px 10px;
}
.e_btn_list_2 button.e_btn_1 {
    background: #949494;
}
.e_btn_list_2 button.e_btn_2 {
    background: #0088c0;
}

.e_btn_list_4 {
    margin-top: 30px;
}
.custom_btn2,
.custom_btn3 {
    padding: 12px 28px !important;
    font-size: 16px !important;
    font-family: 'Lato-Semibold';
    text-transform: uppercase;
    margin-right: 18px;
    display: inline-block;
    background: transparent;
}
.custom_btn3 {
    border:0;
}
.custom_btn3 {
    width: 120px;
}
.custom_btn3:last-child {
    margin-right: 0;
}
.btn-list {
    margin-bottom: 20px;
}
.btn-list .eq-btn {
    width:48% !important;
    display: inline-block;
}
.ed_btn1 {
    border:2px solid #0088c0;
    color:#0088c0;
}
.ed_btn1:hover {
    color: #fff;
    background: #0088c0 !important;
}
.ed_btn2 {
    border:2px solid #6a6a6a;
    color:#6a6a6a;  
}
.ed_btn2:hover {
    color:#fff;
    background: #6a6a6a !important;
}
.e_btn_list_4 .custom_btn2 {
    margin-bottom: 8px;
}
.e_btn_list_1 .radio_btn:last-child label,
.e_btn_list_2 button:last-child,
.e_btn_list_3 .radio_btn:last-child label,
.e_btn_list_3 .radio_btn:last-child button {
    margin-right:0;
}

.event-desc {
    font-size: 16px;
    margin-top: 15px;
    height:70px;
    overflow: hidden;
}
.event_list .location_icon {
    color: #777777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.location_icon {
    color:#777777;
    font-size: 16px;
    position: relative;
    padding: 0 0 0 19px;
}
.location_icon img,
.location_icon .fa { 
    position: absolute;
    top: 3px;
    left: 1px;
}
.cb_name .location_icon .fa {
    top: 4px;
    left: 2px;
}

/* winery info */
.wineryWrapper {
    position: relative;
}

.wineryinfo-content ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 18px;
}

.wineryinfo-content ul li:before {
    content:'';
    position:absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
}

.winerygroupInfo {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.winerygroupInfo > div {
    float:left;
    
}

.winerygroupInfo .w-label {
    font-size:16px;
    font-family: 'Lato-Semibold';
}
.winerygroupInfo .w-label-val {
    font-size:14px;
}


/*============== event detail ==============*/
.banner_event_content {
    position: relative;
}
.banner_event_content > img {
    height: 200px;
    width: 100%;
}
.b_inside_c {
    bottom: 15px;
    width:100%;
}
.b_inside_c .cb_name .comm_title2,
.b_inside_c .cb_name .location_icon {
    color:#fff;
}
.b_inside_c .cb_name {
    padding: 0 10px;
}
.b_inside_c .cb_name .comm_title2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.b_inside_c .cb_name .location_icon {
    font-size: 18px;
    color:#d6d6d6;
}
.b_event_follow {
    margin-top: -3px;
    padding: 0 10px;
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
}

/*============== my profile ==============*/
.p_comm_tandc {
    background: #fff;
    -webkit-box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 11px -1px rgba(0,0,0,0.2);
    border: 1px solid #dbdbdb;
}
.profile_content_f {
    float: left;
}
.p_comm_bdr {
    padding: 0 20px;
}
.p_tabs {
    width:100%;
}
.p_main_content {
    padding: 26px 0 60px 0;
    overflow: hidden;
}
.profile_content_wrapper {
    width:100%;
}
.p_header { 
    padding: 15px 20px;
    border-bottom: 1px solid #d6d6d6;
}
.p_header h3 {
    font-size: 20px;
    margin-top: 6px;
}
.p_header .subscribe {
    background: #1e9d00;
    padding: 10px 30px;
    color: #fff;
    font-family: 'Lato-Medium';
    border:0;
    font-size: 13px;
    text-transform: uppercase;
}
.p_header .favourite {
    font-size: 16px;
    margin-top: 8px;
}

/*============== profile view detail ==============*/
 .p_child_wrapper {
    /* border-top:1px solid #d6d6d6; */
    padding: 15px 27px 27px;
 }
 .p_child_wrapper2 {
    border-top:1px solid #d6d6d6;
    padding: 15px 20px 0;
 }
 .p_vw_detail {
    border-bottom: 1px solid #eaeaea;
    padding: 18px 5px;
 }
.p_vw_detail label {
    width:40%;
    font-size: 16px;
    color:#696969;
}
.p_vw_detail p {
    font-size: 17px;
    font-family: 'Lato-Regular';
    width: 60%;
}
.p_inside_tab {
    margin: 15px 0 40px;
}

/*============== about_title ==============*/
.aboutus_section {
    margin:20px 0 100px; 
}
.about_title {
    margin-top: 0;
}
.happy_clients {
    margin-top: 40px;
}
.hclient {
    float: left;
    padding-right: 34px;
}
.hclient img {
    padding-right: 20px;
    max-width: 100%;
}
.hclient > div {
    float: left;
}
.hclient > div h3 {
    font-size: 25px;
    font-family: 'Lato-Semibold';
    line-height: 1;
}
.hclient > div p {
    color:#5c666a;
    font-size: 16px;
    margin-top: 0;
}

/*============== clinet statisfaction ==============*/
.client_stft_main { margin:35px 0 30px; }
.client_feedback {
    text-align: center;
}
.marks {
    font-size: 50px;
    color:#0088c0;
    text-align: center;
    line-height: 1;
}
.abttitle {
    font-size: 34px;
    text-align: center;
    line-height: 1;
}
.client_feedback .see_feedback {
    margin-bottom: 22px;
    padding: 0 45px;
    position: relative;
}
.client_feedback .lquote {
    position: absolute;
    top:0;
    left:0;
}
.client_feedback .rquote {
    position: absolute;
    bottom:0;
    right:0;
}
.client_feedback h3 {
    font-size: 16px;
    color:#2c2c2c;
    font-family: 'Lato-Regular';
    margin-bottom: 3px;
}
.client_feedback h3 span {
    font-size: 14px;
    color:#484848;
    font-family: 'Lato-Light';
}

/*============== who we are history ==============*/
.career_info_wrapper {
    margin-bottom: 50px;
}
.arewe_section { margin-top: 50px; }
.partn_history_cwrap { position: relative; }

.designation {
    color:#5c666a;
    font-size: 16px;
    margin-top: 6px !important;
    margin-bottom: 8px;
}
.designation2 {
    color:#10242b;
    font-size: 16px;
    margin-top: 6px !important;
    margin-bottom: 15px;
}
.company_list_wrapper {
    margin-bottom: 0;
}
.company_list {
    position: relative;
    margin-top:70px;
}
.company_detail {
    float: left;
}
.company_year {
    width:100%;
    position: relative;
}
.company_description {
    width:100%;
}
.part_c_title {
    font-size: 18px;
}
.partn_c_desc {
    margin-bottom:  40px !important;
    font-size: 16px;
}
.year {
    position: relative;
    width:64px;
    height:64px;
}
.year span {
    position: absolute;
    top:0;
    left: 0;
    right:0;
    text-align: center;
    height:64px;
    line-height:64px;
    font-size: 16px;
    color:#0088c0;
}

.map > img {
    width:100%;
    max-width:100%;
    height: auto;
}

#maker-tooltipbody {
    background:#152f44;
    padding:15px;
}
#maker-tooltipcontent {
    color:#fff;
}
#maker-tooltipcontent p {
    font-size: 12px;
}

video {
    width: 100%;
    height: 100%;
}

.norecodfound {
    text-align:center;
    font-size:16px;
    margin: 0 0 20px 0;
}

.newMessages > li > a > p {
    text-transform: capitalize;
}

#notifications {
    margin-top: 20px;
}
#notifications li {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 2px;
    transition: box-shadow 0.3s;
    -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -2px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -2px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

#notifications li:hover {
    background: #f7f7f7;
}

.career-insideContent {
    margin-bottom: 50px;
}

.career-insideContent p {
    margin-bottom:20px;
}

.heroImage-wrapper {
    position: absolute;
    height:30px;
    width:30px;
    border-radius: 50%;
    overflow: hidden;
}
.hero-message {
    padding-left: 50px;
}
.hero-message span {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0 0 0;
}

.badge {
    padding: 10px 30px;
    border-radius: 2px;
    margin-bottom: 11px; 
}

.error{
    color: red;
}

/* my profile */
.myprofile_wrapper {
    width:100%;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.myprofile-title h3 {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 15px 15px 10px;
    margin-bottom: 30px;
    font-size: 25px;
}
.profile-username {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    color:#fff;
}
.myprofile-body .form-group .form-label {
    font-weight: bold;
    font-size: 18px;
}
.profile-block {
    display: table;
}
.profile-block {
    display: table;
    width:100%;
    margin:0 auto;
}
.pf-c1 {
    background: #0088c0;
    width: 100%;
    text-align: center;
    padding:30px 0 58px;
}
.pf-c2 {
    background: #e8e8e8;
    width: 100%;
    padding-bottom: 38px;
}
.photo-frame-wrap {
    padding: 3px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
}
.photo-frame {
    width: 194px;
    height: 194px;
    border-radius: 2px;
    position: relative;
}
.photo-upload-here img {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.photo-frame .image_upload_trigger {
    height: 38px;
    width: 38px;
}

.addToproduct-ico {
    height: 45px;
    width: 45px;
    background: #0089c0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 42px;
    margin: 0 14px 0 0;
}

.career-insidecontent p,
.general_condition .info_wrapper p {
    word-break: normal;
    text-align: justify;
}

.general_condition .info_wrapper p {
    margin: 15px 0 15px 0;
}

.career-insidecontent h1,
.career-insidecontent h2,
.career-insidecontent h3 {
    text-align: left;
    margin: 20px 0 5px 0;
}
.career-insidecontent h1 {
    font-size: 36px;
}
.career-insidecontent h2 {
    font-size: 24px;
}
.career-insidecontent h3 {
    font-size: 18px;
}

.addToproduct-ico > img {
    width:10px;
}

.eventsGallery-thumbnail {
    margin: 15px 0 0 0;
}

.eventsGallery-thumbnail ul li .evtgallery-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}

.countrybox {
    margin-bottom: 3px;
}

.countrybox label span,
.countrybox label p {
    float:left;
}
.countrybox label p {
    font-size: 14px !important;
    font-family: 'Lato-Medium';
    margin: 0;
    width: 153px;
    overflow: hidden;
    word-wrap: break-word;
}
.countrybox .regions .reg1 label p {
    overflow: hidden;
    word-wrap: break-word;
    width: 119px !important;
}
.countrybox .subregions .form_group label p {
    overflow: hidden;
    word-wrap: break-word;
    width: 95px !important;
}
.countrybox .regions .search-countryrelated .fa-search,
.countrybox .subregions .search-countryrelated .fa-search {
    top:10px;
}
.countrybox label > span {
    margin-top: 2px !important;
}

.search-countryrelated {
    margin: 0 0 10px 0;
    position: relative;
}

.search-countryrelated .searchregions {
    border: 1px solid #d7f1f7;
    padding: 8px 27px 8px 10px !important;
}

.search-countryrelated .fa-search {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #0088c0;
    cursor: pointer;
}

.regions .form_group input[type="checkbox"] + label {
    font-size:12px !important;
}

.addresslist .addressinfo {
    margin: 0 0 20px 0;
}

.addresslist h2 {
    font-size: 22px;
    margin: 0 0 9px 0;
}

.addresslist .addressinfo h3.posted_date_1  {
    font-size: 15px;
}

.addresslist .addressinfo p.posted_date_1 span  {
    color:#888383;
}

.no-wine-of-week {
    display: block;
    margin: 0 0 150px 0;
    font-size: 23px;
    text-align: center;
}

.no-found {
    margin:50px 0;
    color: #828282;
}

.prf-procuct-thumbwrapper {
    padding: 0 0 0 0;
}

#ajlist {
    margin: 0 -4px;
}

#ajlist h4 {
    text-align:center;
    color:#ddd !important;
}

.referenceLink p a {
    display: block;
    color: #0187c1;
}
.referenceLink p a:hover {
    text-decoration: underline;
}

.wine_list_group_height_2 .wine_list_product_content {
    height:auto !important;
}

.wine_list_group_height_2 .wine_list_thumb .wine_review {
    margin: 0 0 6px;
}

.myprofile-info {
    width:100%;
}

.myprofile-info .image-view-wrapper .image-view-box .profile-pic {
    height:100%;
    width: 100%;
}

/* Image wrapper */
.image-view-wrapper {
    padding: 0;
    margin: 40px 0 30px;
}

.image-view-wrapper .image-view-box {
    overflow: hidden;
    border: 2px solid #c9c9ca;
    margin:0 auto;
}

.img-view150p {
    width: 150px;
    height: 150px;
    position: relative;
}

.image-view {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size:cover !important;
    width:100%;
}

.img-view150 {
    height:150px;
}

.img-viewbdr-radius {
    border-radius:50%;
}

.uploadBtn {
    position: absolute;
    background: rgb(1, 135, 193);
    border-radius: 50%;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}

.uploadBtn-radius-pos {
    right: 0;
    bottom: 0;
    left: 4px;
    margin: 0 auto;
}

.uploadBtn:hover {
    background: #0088c0;
    font-size: 16px;
}

.uploadBtn input {
    opacity: 0;
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    z-index: 2;
    cursor: pointer;
}

.uploadBtn a .glyphicon-camera {
    color:#fff;
}




/* accordions */
.jobrelated-txt {
    margin: 50px 0 20px 0;
}
.jobrelated-txt h3,
.job-form-title h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.panel-group,
.job-form-title {
    margin-bottom: 50px;
}
.panel-group .panel-heading a.collapsed:after {
    content: '+';
}

.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 24px;
}

.panel-group .panel-heading {
    padding: 0;
}

.panel-group .panel-heading a.collapsed {
    background: #eeeeee;
    color: inherit;
}

.panel-group .panel-heading a {
    display: block;
    background: #3a332d;
    color: #ffffff;
    padding: 15px 60px 15px 15px;
    text-decoration: none;
    position: relative;
}

.apply-trig {
    margin: 10px 0 0 0;
}

.apply-trig a {
    background: #0087c1;
    border:0;
}

.apply-trig a:hover {
    background: #3db6ea;
}

.career-catergory1 h5,
.career-catergory1 label {
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.55;
    font-size: 14px;
}

.career-tasklist {
    margin: 0 0 10px 20px;
}

.career-tasklist li {
    position: relative;
}

.career-tasklist li:before {
    position: absolute;
    top: 7px;
    left: -18px;
    right: 0;
    background: #0188c1;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    content: "";
    vertical-align: middle;
}

/* ck editor styling */

.ck-editor strong,
.ck-editor_2 strong {
    font-weight: 600;
}

.ck-editor ul,
.ck-editor_2 ul {
    list-style-type: disc;
}

.ck-editor ol,
.ck-editor_2 ol {
    list-style-type: upper-roman;
}

.ck-editor ul,
.ck-editor_2 ul {
    padding: 0 0 0 16px;
}

.ck-editor ul li,
.ck-editor_2 ul li {
    margin: 0 0 5px 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.ck-editor a,
.ck-editor_2 a {
    display: block;
}

.ck-editor img,
.ck-editor_2 img {
    margin: 10px 0;
}

.ck-editor p,
.ck-editor_2 p {
    margin: 0 0 10px 0;
}

.ck-editor-event > div {
    margin:0 0 20px 0;
}

.ck-editor-event > div > span {
    margin: 0 0 5px 0;
    display: block;
}

.ck-editor-event > div > span > strong {
    font-size: 15px;
    font-weight: 600;
}

.mdl-btn .custom_btn {
    min-width: 130px;
    width: auto !important;
}

#pdf_view .modal-body .popup-wraper .general_things iframe {
    width:100% !important;
    height:450px !important;
}

.myloader {
    width: 74px;
}

@media screen and (max-width: 992px) {
    .filter_side {
        position: fixed;
        top: 0 !important;
        right: 0;
        height: 100%;
        overflow-y: auto;
        padding: 50px 0 0 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    .open_filter {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    .filter-close {
        display: block;
        position: absolute;
        top: 14px;
        right: 12px;
        font-size: 18px;
        color: #008cc2;
        cursor:pointer;
    }
    .my_comm button {
        padding: 12px 20px 9px !important;
        font-size: 12px !important; 
    }

    .banner,.banner > img {
        height: 300px;
    }
    .aboutus_section {
        margin: 20px 0 50px;
    }

}

@media screen and (max-width:768px) {
    .articles_list .content_thumb .content_thumb-setting img {
        height:300px;
    }
    .content_thumb img {
        margin: 0 auto;
        display: block;
        height: 300px;
    }
    .oldworld .content_description h3 {
        margin-top: 15px;
    }
    .banner,.banner > img {
        height: 253px;
    }
    .favprodlist .wine_list_group {
        overflow: hidden;
    }
    .favprodlist .wine_list_group_height_2 {
        height:auto;
    }
    .favprodlist .wine_list_group .wine_list_product_content {
        height:auto;
    }
    .favprodlist .wine_list_group .wine_list_product_content .pro_description {
        height:auto;
    }
    .p_inside_tab {
        margin: 15px 0 0;
    }
    .general_condition .info_wrapper {
        margin-bottom: 30px;
    }
    #map {
        height:300px !important; 
    }
}

@media screen and (max-width:600px) {
    .aboutus_section {
        margin: 20px 0 0;
    }
    .owl-dot {
        height: 8px;
        width: 8px;
    }
    #country-carousel .item a img {
        margin: 0 auto !important;
        display: block !important;
    }
    #country-carousel .item a span {
        margin-left:0;
    }
    .country_list {
        height: auto !important;
    }
    .general_title {
        margin: 62px 0 28px 0;
    }
    #map {
        height: 200px !important;
    }
    .gallery_hover_content h4, 
    .gallery_hover_content p {
        color: #fff;
        font-size: 12px;
    }
    .event_thumb > img {
        width: 100%;
        height: 200px;
    }
     .brand_slider .owl-item{
        padding: 2px;
     }
    .brand_slider .owl-item .item{
        width: 100%;
        height: auto;
        padding: 15px;
        
    }
}

@media screen and (max-width: 480px) {
    #cities-carousel {
        margin: 10px 0 0 0 !important;
    }
    #cities-carousel .owl-dots {
        margin-top: 20px !important;
    }
    #cities-carousel .gallery_box_one .gallery_content {
        margin-bottom: 0;
    }
    #country-carousel .item a img {
        width: 40px;
    }
    #country-carousel .item a span {
        font-size: 11px;
    }
    .gallery_hover_content p {
        margin-top: 14px;
        margin-bottom:0;
    }
    .p_vw_detail label,
    .p_vw_detail p {
        width:100%;
    }
    .articles_list .content_thumb .content_thumb-setting img {
        height:150px;
    }
    .gallery_area .gallery_content img {
        height:200px;
    }
    .content_thumb img {
        height: 150px;
    }
    .partnr-img {
        width: auto;
        height: auto;
        margin: 0 0 20px 0;
    }
    .product_info_list .product_fromname {
        float:none;
    }
    .custom_btn3 {
        width: 106px;
    }
    .custom_btn3 {
        padding: 9px 14px !important;
        font-size: 13px !important;
    }
    .custom_btn2 {
        padding: 12px 18px !important;
        font-size: 13px !important;
    }
    .filter_icon .fa-filter {
        font-size: 14px;
    }
    .wine_list_grp_p {
        padding: 0 0 14px;
    }
    .switch_view .list_icon .fa-th, 
    .switch_view .list_icon .fa-th-list {
        font-size: 15px;
    }
    .no-found {
        font-size: 18px;
    }
    .breadcrumb > li + li:before {
        margin: 1px 0 0 0;
        display: inline-block;
    }
    .ct_form .form_group .inpw_ctrl {
        font-size: 14px;
        padding: 10px 16px;
    }
    .ct_form .form_group textarea {
        height: 148px;
    }
    .ct_form .form_group .ct_submit_btn {
        padding: 11px 15px 9px;
        font-size: 15px;
    }
    .tabs_mtb_30 {
        margin: 25px 0 20px;
    }
    .category-events ul li {
        margin: 0 0 17px 0;
    }
    .category-events ul li a.active:before {
        bottom: -5px;
    }
    .posted_date_1, .posted_date_2 {
        font-size: 11px;
    }
    .post_title_2 {
        font-size:16px;
    }
    .media_section_wrapper h2 {
        font-size: 14px;
    }
    .modalsm_wrapper {
        width:95%;
    }
    .tabs.tabs_mt_60 ul li {
        padding: 0 10px;
    }
    .p_header .subscribe {
        padding: 10px 10px;
        font-size: 11px;
        margin: 7px 0 0 0;
    }
    .discoverWinery .discoverWineryBg {
        padding:70px 0;
    }
    .fncy_dropdown2 {
        left: -175px;
    }
    .fncy_dropdown2:before {
        left: 119px;
    }
    .fncy_dropdown4:before {
        left: 54px !important;
    }
    .show_on_swth + .fncy_dropdown4 {
        top: 54px;
    }
    .show_on_swth + .fncy_dropdown4:before {
        left: 62px !important;
    }
    .wine_rating_list_wrapper .wine_rating_listing {
        margin-bottom: 6px;
    }
    .productLikes {
        padding:8px;
    }
    .see_review {
        margin: 0px 20px 0 5px;
    }
    .wine_list_thumb .heart {
        top:18px;
    }
    .product_like_content ul li .wine_list_group .wine_list_thumb .heart {
        top: 0px;
    }
    .banner,.banner > img {
        height: 200px;
    }
    a.user-name span {
        width: 62px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
    }
    .range_type .range_static {
        margin-bottom: 15px;
    }
    .breadcrumb>li { font-size: 11px; }
    .list_icon img {
        height: 12px;
        max-width: 16px;
    }
    .p_reviewconent { margin-top: 10px; }
    .product_like_content ul li {
        border:1px solid #efefef;
        padding: 9px 8px 0;
    }
    .btn_right { margin-top: 12px; }
    .product_info_list {
        margin-bottom: 0;
    }
    .product_full_d_posted_title h3 {
        font-size: 12px;
    }
    .product_full_d_posted_title h3.posted_date_2.f_right{
        display: none !important;
    }
    .post_title_2 { margin: 0 0 5px 0; }
    .wine_list_group {
        overflow: hidden;
    }
    .gallery_area .gallery_box_three {
        padding-right: 0;
    }
    .hclient { padding-right: 0; }
    .hclient.hc2 { float: right; }
    .hclient > div h3 { font-size: 17px; }
    .hclient > div p { font-size: 12px; }
    .company_year { margin-bottom: 17px; }
    .explore_by_gallery_2 { margin-top: 40px; }
    .event_timing ul li {
        font-size: 10px;
    }
    .event_timing ul li .fa-clock-o {
        font-size: 12px;
    }
    .event_timing_set2 {
        margin-top: 6px;
    }
    .event_timing_set2 ul li {
        font-size: 10px;
    }
    .event_timing_set2 ul li:nth-child(1):before {
        top: -8px;
    }
    .p_reviewconent1 { width: 100%; }
    .p_reviewthumb_common1 {
        left: -4px;
        top: 0;
    }
    .p_reviewconent2 { padding-top: 44px; }
    .visitor_name { 
        margin-right: 2px;
        font-size: 14px;
    }
    .wine_list_product_content .pro_description,
    .wine_list_product_content .country_name {
        margin-bottom: 6px;
    }
    .wine_list_group_height_1 {
        height: auto;
    }
    .wine_list_thumb .wine_bottle {
        height:200px;
    }
    .tasting_notes_type_listed p {
        height: auto;
    }
    .heading_3 {
        margin: 29px 0 9px;
        font-size: 16px;
    }
    .fncy_dropdown8 {
        width:99%;
    }
    .b_inside_c .cb_name .location_icon {
        font-size: 13px;
    }
    .e_btn_list_1 .radio_btn label {
        padding: 9px 13px;
    }
    .e_btn_list_2 {
        padding-right: 5px;
        text-align: center;
    }
    .e_btn_list_3 .radio_btn label,
    .e_btn_list_3 .radio_btn button {
        padding: 9px 8px;
    }
    .read_more2, 
    .common-btn .favprodloadbtn {
        padding: 10px 20px !important;
        font-size: 13px;
    }
    #country-carousel {
        margin: 0 0 20px 0;
    }
    .career-insidecontent h1 {
        font-size: 22px;
    }
    .career-insidecontent h2 {
        font-size: 18px;
    }
    .career-insidecontent h3 {
        font-size: 14px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .event_thumb {
        height: 200px;
        min-height: 223px;
    }

}

@media screen and (min-width: 480px) {
    .heading {
        font-size: 26px;
    }
    .event_title .comm_title2 {
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .owl_carousel_set .owl-item img {
        height:350px;
    }
    .product_info_list .product_fromname {
        width:140px;
    }
    .form_wrapper2 {
        width: 414px;
    }
    .myprofile-left-info {
        width:60%;
        float:left;
    }
    .myprofile-right-info {
        width:40%;
        float:right;
    }
    .ct_form .form_group .ct_submit_btn {
        /* width:253px; */
    }
    .heading_2, .heading_3, .heading_4, .heading_5, .heading_7 {
        font-size:14px;
    }
    .prf-procuct-thumbwrapper .wine_bottle {
        margin: 0 auto;
        height:100%;
    }
    .center-content2 {
        left: 50% !important;
        -webkit-transform: translate(-50%,-50%) !important;
        -moz-transform: translate(-50%,-50%) !important;
        transform: translate(-50%,-50%) !important;
    }
    .pdThumbWrap {
        height:230px;
        overflow: hidden;
    }
    .banner-content-wrapper,
    .banner-content,
    .video-wrapper,
    .video-align {
        height: 336px;
        min-height: 336px;
    }
    #winery-bannerslider .banner-content-wrapper {
        height: 350px;
        min-height: 350px;
    }
    .heading_left { margin-top: 19px; }
    .heading_6 { font-size: 24px; }
    .heading_2, .heading_3 {
        font-size: 18px;
    }
    .heading_4 {font-size: 22px;}
    .heading_5 {font-size: 26px;}
    .heading_7 {font-size: 20px;}
    .headingIn {
        font-size: 20px; 
    }
    p { font-size: 16px !important; }
    .banner_home {
        height:350px;
    }
    .banner-image {
        height:420px;
        min-height:420px;
    }
    .banner h1,#winery-bannerslider h1,#banner_slider h1 { font-size: 26px; }
    #banner_slider h1,
    #winery-bannerslider h1{
        padding: 0 65px;
    }
    .widget-image {
        height: 300px;
    }
    .form_area .reset_sent {
        padding: 0 40px;
    }
    .fncy_dropdown2 {
        width:350px;
        left: -169px;
    }
    .fncy_dropdown2:before {
        left: 8px;
    }
    .fncy_dropdown2 ul li a {
        font-size: 14px;
    }
    .fncy_dropdown3 { 
        left: 102px !important; 
    }
    .range_type .range_static {
        padding-right: 14px;
        width: 50%;
    }
    .gallery_area {
        margin: 0 -15px;
    }
    .gallery_title.center-content {
        left:46%;
    }
    .gallery_area .gallery_box_one {
        padding:0 15px;
    }
    .gallery_box_one .gallery_content,
    .gallery_box_two .gallery_content {
        height: 240px;
    }
    .gallery_area .gallery_box_two {
        width:50%;
        padding: 0 15px;
    }
    /* .gallery_box_one:first-child .gallery_content,
    .gallery_box_one:first-child .gallery_content img {
        height: 350px;
    } */
    .gallery_box_one .gallery_content,
    .gallery_box_two .gallery_content,
    .gallery_box_two .gallery_content img {
        height: 350px;
    }
    .gallery_box_one .gallery_content img {
        height:100%;
    }
    .gallery_area .gallery_box_three {
        width:50%;
    }
    .brands_list ul li {
        width: 32.33%;
    }
    .brands_list ul li a img {
        width: 134px;
    }
    .country_list ul li {
        font-size: 12px;
    }
    .event_timing_set2 ul {
        width: 450px;
    }
    .event_timing_set2 ul li { text-align: left; }
    .event_timing_set2 ul li:nth-child(1):before { right: 27px; }
    .wine_list_product_content .pro_description {
        max-height: 62px;
    }
    .wine_list_position { width: 31%; }
    .wine_list_product_content {
        border-left: 1px solid #e5e5e5;
        width:69%;
        height: 323px;
    }
    .wine_list_thumb { padding: 0 12px 12px; }
    .wine_list_group_height { height: 340px; }
    .wine_list_grp_p {
        padding: 8px 0;
        margin-bottom: 0;
    }
    .wine_list_product_content {
        padding-left:15px;
    }
    .switch_wine { width: 50%;padding: 1px 4px 8px !important; }
    .sort_title { font-size: 16px;}
    .switch_view .list_icon { margin:0 0 0 12px;}
    .product_thumbwrap { width: 45%; }
    .product_thumbwrap { width: 45%; }
    .product_detailwrap { 
        width: 55%;
        padding-left: 40px;
        margin-top: 0;
    }
    .tasting_notes_type ul li,
    .product_like_content ul li {
        width:50%; 
    }
    .product_btn button {
        font-size: 16px;
        padding: 15px 20px;
    }
    .p_reviewconent { width: 85%; }

    .product_like_content ul li {
        border-left:1px solid #efefef;
    }
    .product_like_content ul li:last-child {
        border-right:1px solid #efefef;
    }
    .product_like_content ul li:before,
    .product_like_content ul li:after {
        content:'';
        position: absolute;
        width:94%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .product_like_content ul li:before {
        border-top:1px solid #efefef;
        top:-10px;
    }
    .product_like_content ul li:after {
        border-bottom:1px solid #efefef;
        bottom:-10px;
    }
    /* #banner_slider .owl-nav {
        display: block !important;
    } */
    #banner_slider .owl-nav div {
        height: 60px;
        width: 60px;
    }
    #banner_slider .owl-nav div > .fa {
        line-height: 60px;
        font-size: 30px;
    }
    .wr2 { margin-top: 46px; }
    .tabs ul li { font-size: 15px; }
    .tabs_mt_60 {
        margin-top: 60px;
    }
    .marks { font-size: 60px; }
    .company_year { width: 15%; }
    .company_description { width: 85%; }
    .e_btn_list_1 .radio_btn label {
        font-size: 16px;
    }
    .banner_event_content > img {
        height: 300px;
        width: 100%;
    }
    .e_btn_list_3 .radio_btn label,
    .e_btn_list_3 .radio_btn button {
        font-size: 16px;
    }
    .b_inside_c .cb_name { padding-left: 10px; }
    .b_inside_c .cb_name .comm_title2 {
        font-size: 30px !important;
    }
    .play_icon img {
        width: 100px !important;
    }
    .p_header .subscribe {
        padding: 10px 30px;
        font-size: 16px;
    }
    .procuct-thumbwrapper {
        height: 258px;
        overflow: hidden;
    }
    .prf-procuct-thumbwrapper {
        height:234px;
        overflow: hidden;
    }
    .favprodlist .wine_list_group .wine_list_box {
        width: 100% !important;
    }
    .favprodlist .wine_list_group .wine_l_2 {
        width: 100% !important;
    }
    .gallery_area .gallery_content .gallery_title figcaption {
        font-size: 24px;
    }

}

@media screen and (min-width: 768px) {
    .container {
        width:100%;
    }
    .owl_carousel_set .owl-item img {
        height:507px;
    }
    .content-left { 
        width:100%;
        float: left;
        margin: 0 0 15px 0;
    }
    .content_thumb img { 
        width:100%; 
    }
    .gallery_area .gallery_content .gallery_title figcaption {
        font-size: 35px;
    }
    .winerygroupInfo > .w-label{
        width: 18%;
    }
    .winerygroupInfo > .w-label-val {
        width: 82%;
    }
    .banner-content-wrapper,
    .banner-content,
    .video-wrapper,
    .video-align {
        height: 536px;
        min-height: 536px;
    }
    #winery-bannerslider .banner-content-wrapper {
        height: 536px;
        min-height: 536px;
    }
    .banner h1,#winery-bannerslider h1,#banner_slider h1 { font-size: 38px; }
    .banner_inside_details p {
         padding: 0 108px; 
    }
    .widget-image {
        height: 400px;
    }
    .heading {
        font-size: 36px;
    }
    .heading_2 {font-size: 23px;}
    .heading_4 {font-size: 30px;}
    .heading_5 {font-size: 38px;}
    .heading_7 {font-size: 27px;}
    .range_type .range_static {
        width: 27%;
        float:left;
    }
    .search_btn {
        width:19%;
        float:left;
    }
    .line-around-heading:before,
    .line-around-heading:after {
        top:12px;
        width: 100px;
    }
    .line-around-heading:before {
        left: -127px;
    }
    .line-around-heading:after {
        right:-127px;
    }
    .video_section {
        height:300px;
        margin-bottom: 90px;
    }
   
    .play_icon img {
        width:auto;
    }
    .gallery_area .gallery_box_three {
        width:33.33%;
    }
    .gallery_title.center-content {
        left:48%;
    }
    .brands_list ul li {
        width: 16%;
    }
    .country_btn {
        float:left;
        width:220px;
    }
    .country_list {
        width:calc(100% - 220px);
        float:right;
    }
    .content-left { 
        width:30%;
        padding-right: 15px;
    }
    .content-right {
        width:70%;
        float:left;
    } 
    .content_description { margin-top: 0;}
    .switch_wine,
    .tasting_notes_type ul li { 
        width: 33.33%; 
    }
    .product_like_content ul li { 
        width: 25%; 
    }
    .product_like_content ul li { margin-bottom: 30px; }
    .p_reviewconent { width: 90%; }
    .banner_inside_details_2 p {
        padding: 0 220px;
    }
    .client_feedback {
        padding: 0 150px;
    }
    .marks { font-size: 60px; }
    .about_title { margin-top: 40px; }
    .company_year { width: 20%; }
    .company_description { width: 80%; }
    .partn_positon {
        position: absolute;
        left: 0;
        top: 0;
    }
    .year { margin:0 auto; }
    .company_list { margin-top: 113px; }
    .tabs ul li {
        font-size: 24px;
    }
    .banner_event_content > img {
        height: auto;
        width: 100%;
    }
    .e_btn_list_2 button {
        font-size: 16px;
        padding: 15px 14px;
    }
    .b_event_follow {
        padding: 27px 18px 18px;
    }
    .profile-menu ul li:before {
        position: absolute;
        content: '\f105';
        font-family: 'FontAwesome';
        top: 15px;
        right: 0;
        width: 8px;
        height: 13px;
        font-size: 26px;
    }
    .p_main_content {
        padding: 26px 0 60px 14px;
    }
    .p_tabs {
        width:20%;
    }
    .profile_content_wrapper {
        width: 80%;
    }
    .p_comm_bdr {
        padding: 0 20px;
    }
    .profile_content_inside_wrap {
        padding-left: 35px;
    }
    .profile-menu ul li {
        display: block;
        text-align: left;
        float: none;
        font-size:16px !important;
        margin-right: 0 !important;
        padding: 20px 0;
        border-top: 1px solid #dbdbdb;
    }
    .profile-menu ul li:after {
        display: none;
    }
    .profile_content_inside_wrap {
        padding-left: 35px;
    }
    .owner-pic {
        width:45%;
    }
    .country_btn a {
        text-align: left;
    }
    .favprodlist .wine_list_group .wine_list_box {
        width: 50% !important;
    }
    .favprodlist .wine_list_group .wine_l_2 {
        width: 50% !important;
    }
    .gallery_box_one:first-child .gallery_content,
    .gallery_box_one:first-child .gallery_content img {
        height:350px;
    }

}

@media screen and (min-width: 992px) {
    .owner-pic {
        height: 400px;
    }
    .filter-close {
        display: none;
    }
    .gallery_box_three .gallery_content {
        min-height: 367px;
    }
    .mb-drp {
        display: none;
    }
    #banner_slider .owl-nav {
        padding: 0 8%;
    }
    .banner h1 span,#winery-bannerslider h1 span,#banner_slider h1 span {
        display: block;
    }
    .banner_home {
        height:536px;
        min-height:536px;
    }
    .filter_side { 
        position: relative;
        top:0;
        background: #fff;
        margin-left:0px;
        display: block;
    }
    .filter_icon { display: none; }
    .wineTourism-wrapper p {
        padding:0 50px;
    }
    .wine_description {
        float: left;
        width: calc(100% - 228px);
        padding: 15px 0 0 15px;
    }
    .product_thumbwrap .product_thumb {
        height: 430px;
    }
    .content_thumb .content_thumb-setting {
        height: 300px;
    }
    .product_thumb > img {
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .content_thumb-setting > img {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        max-height: 100%;
        max-width: 100%;
        transform: translate(-50%,-50%);
    }
    .tasting_notes_type_listed { min-height: 1px; }
    /* .product_like_content ul {
        width: 910px;
    } */
    .gallery_area .gallery_content .gallery_title {
        width:334px;
        font-size:20px;
    }
    .partn_positon { top: 101px; }
    .company_list:before {
        content:url(../images/wine_glass.png);
        position: absolute;
        top:-50px;
        width: 100%;
        padding-left: 28px;
    }
    .company_list_wrapper { margin-bottom: 254px; }
    #team_carousel {
        padding:0 150px;
    }
    .video_section {
        height:398px;
    }
    .country_btn {
        float:left;
        width:325px;
    }
    .country_list {
        width:calc(100% - 325px);
        float:right;
    }
    .country_list ul li {
        font-size: 17px;
    }
    .favprodlist .wine_list_group .wine_list_box {
        width: 30% !important;
    }
    .favprodlist .wine_list_group .wine_l_2 {
        width: 70% !important;
    }
}

/* my profile */
.myprofile_wrapper {
    width:100%;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.myprofile-title h3 {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 15px 15px 10px;
    margin-bottom: 30px;
    font-size: 25px;
}
.profile-username {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    color:#fff;
}
.myprofile-body .form-group .form-label {
    font-weight: bold;
    font-size: 18px;
}
.profile-block {
    display: table;
}
.profile-block {
    display: table;
    width:100%;
    margin:0 auto;
}
.pf-c1 {
    background: #0088c0;
    width: 100%;
    text-align: center;
    padding:30px 0 58px;
}
.pf-c2 {
    background: #e8e8e8;
    width: 100%;
    padding-bottom: 38px;
}
.photo-frame-wrap {
    padding: 3px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
}
.photo-frame {
    width: 194px;
    height: 194px;
    border-radius: 2px;
    position: relative;
}
.photo-upload-here img {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.photo-frame .image_upload_trigger {
    height: 38px;
    width: 38px;
}

@media screen and (min-width: 1200px) {
    .container {
        width:1170px;
    }
    .banner_inside_details {
        width:1170px;
    }
    .footer-container {
        width:1170px;
        margin:0 auto;
    }
}
@media screen and (max-width: 768px) {
    .search_btn {
        width: 50%;
        float: left;
        padding-right: 15px;
    }
    .search_btn button{ 
        line-height: 0.5;
    }
}
@media screen and (max-width: 520px) {
    .range_type .range_static {
        padding-right: 14px;
        width: 100%;
    }
    .search_btn {
        width: 100%;
        float: left;
    }
    .gallery_box_one .gallery_content, .gallery_box_two .gallery_content, .gallery_box_two .gallery_content img {
        height: 190px;
    }
    .mobileLogo {
        width: 36px;
        top: 13px;
    }
    .gallery_box.gallery_box_one .gallery_content{
        margin: -15px;
        margin-bottom: 51px;
        width: auto;
    }
}
