@font-face { font-family:ROBOTO; src:url(../fonts/ROBOTO.TTF);}

@font-face { font-family:ROBOTOLIGHT; src:url(../fonts/ROBOTOLIGHT.TTF);}

@font-face {font-family: "Andalus";
    src: url("../fonts/Andalus.eot");
    src: url("../fonts/Andalus.eot?#iefix") format("embedded-opentype"),
    /*url("../fonts/Andalus.woff2") format("woff2"),*/
    /*url("../fonts/Andalus.woff") format("woff"),*/
    url("../fonts/Andalus.ttf") format("truetype"),
    url("../fonts/Andalus.svg#Apple Garamond") format("svg");
}
@font-face { font-family:Fashion Fetish Light; src:url(../fonts/Fashion Fetish Light.TTF);}


body {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}


a.back-to-top {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #bf1e2e url(../images/UpArrow.png) no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    animation: bounce 2s ease infinite;
} 

::-webkit-scrollbar {

    width: 10px;

}

::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 

    -webkit-border-radius: 10px;

    border-radius: 10px;

}


::-webkit-scrollbar-thumb {

    -webkit-border-radius: 10px;

    border-radius: 10px;

     background: #bf1e2e; 

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 

}

::-webkit-scrollbar-thumb:window-inactive {

    background: #bf1e2e; 

}

/*==========Slider fadeinout css starts=================*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

a.carousel-control.left, a.carousel-control.right {
    display: none;
}

/*==========Slider fadeinout css endss=================*/



.mobilemodenav { 
    display: none;
}
header {
    background-color: #ebe6e2;
    padding: 10px 0px 40px;
}
.topright {
    margin-top: 30px;
}
section.parent div#bs-example-navbar-collapse-1 {
    padding-left: 0px;
}
 nav.navbar {
    border: none;
    background-color: transparent;
    min-height: 0px;
    margin-bottom: 0px;
}
.topright .navbar-nav li a {
    padding: 12px;
    font-size: 12px;
    font-family: Fashion Fetish Light;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.topright .navbar-nav li a:hover {
    color: #bf1e2e;
}
.topright ul li a span {
    margin-left: 12px;
}
.topright ul li a span i {
    font-size: 5px;
    color: #633033;
}
.topright .navbar-nav li a:hover span {
    opacity: 0;
}

.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover {
    /*color: #ed2524;*/
    /*background-color: #FFF;*/
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover {
  
    background-color: transparent;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.carousel-inner .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    bottom: 0;
    left: 0px;
}
.carousel-caption {
    right: 0%;
    left: 9%;
    width: 49%;
    top: 25%;
    bottom: 30%;
    text-align: left;
    padding: 0px;
}
.slidebanner h1 {
    font-size: 60px;
    color: #ffffff;
    font-family: "Andalus";
    text-transform: uppercase;    
    margin-bottom: 10px;
    margin-top: 35px;
}
.slidebanner h1 span {
    color: #e42b2b;
}
.slidebanner p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 20px;
}
.slidebanner a.btn.btn-default {
    border-radius: 0px;
    background-color: #e42b2b;
    border:none;
    padding: 13px 30px; 
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;        
    text-transform: uppercase;
}
.slidebanner a.btn.btn-default:hover {
    box-shadow: 174px 0 0 #86a51c inset;
    background-color: #961724;
    color: #fff;
    opacity: 2;
    transition: 0.6s linear;
}
.parent {
    background: url(../images/grapesbg.jpg);
    background-size: cover;   
    background-attachment: fixed;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.parent .Vineyards {
    background-color: #14191d;
    color: #fff;
    border: 4px solid #fff;
    padding: 45px 10px 45px 40px;
    margin-top: -50px;
}
.parent .Vineyards .media-body {
    padding-left: 15px;
}
.parent .Vineyards .media-body h4 a {
    font-size: 20px;
    color: #e42b2b;
    font-family: "Andalus";
    font-weight: 400;
}
.parent .Vineyards .media-body h4 a:hover {
    text-decoration: none;
    color: #ebe6e2;
}
.parent .Vineyards .media-body h3 {
    font-size: 40px;
    color: #ebe6e2;
    font-family: "Andalus";
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.parent .Vineyards .media-body p {
    font-size: 16px;
    color: #999999;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 0.5px;   
}
.parent .Vineyards .media-body a.btn.btn-default {
    border-radius: 0px;
    background-color: #e42b2b;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
        margin-top: 6px;
}
.parent .Vineyards .media-body a.btn.btn-default:hover {
     box-shadow: 174px 0 0 #86a51c inset;
    background-color: #961724;
    color: #fff;
    opacity: 2;
    transition: 0.6s linear;
}
.Collection .eagle {
    text-align: center;
}
.Collection .eagle h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Andalus";
    font-weight: 400;
    color: #e42b2b;
    text-transform: uppercase;
}
.Collection .eagle h4 {
    font-size: 40px;
    font-family: "Andalus";
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 0px;
}

.Collection .colllection-wrp {
    padding: 0px 13%;
}
.Collection .colllection-wrp .main {
    border: 1px solid #cccccc;
}
.Collection .block .fullsixten img {
    margin: 0 auto;
    padding: 10px 0px;    
}
.Collection .block .fullsixten img:hover {
    
}
.Collection .block {   
    padding: 0px 10px;
}
.Collection {
    margin-bottom: 50px;
}
.Collection .view-all {
    text-align: center;
    margin: 30px 0px 0px;
}
.Collection .view-all a.btn.btn-default {
    border-radius: 0px;
    background-color: #e42b2b;
    border: none;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.Collection .view-all a.btn.btn-default:hover {
    box-shadow: 174px 0 0 #86a51c inset;
    background-color: #961724;
    color: #fff;
    opacity: 2;
    transition: 0.6s linear;
}
.Contact {
    background: url(../images/winbg.jpg);
    background-size: cover;   
    background-attachment: fixed;
    padding: 40px 0px;
}
.Contact .Contact-Form .info h6 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: "Andalus";    
    font-weight: 500;
    color: #ff0000;
    text-transform: uppercase;
}
.Contact .Contact-Form .info h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: "Andalus";    
    font-weight: 400;
    color: #ffffff;  
}
.Contact .Contact-Form .info p {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #ffffff;
}
.Contact .Contact-Form .form-control {
    font-size: 13px;
    font-weight: 400;
    color: rgba(238, 238, 238, 0.49);
    border-radius: 0px;
    margin-bottom: 15px;
    background-color: transparent;
    height: 45px;
    border-color: #cccccc;
    box-shadow: none;
}

.Contact-Form input.form-control::-webkit-input-placeholder { color:    #ffffff;}
.Contact-Form input.form-control:-moz-placeholder {color:    #ffffff;}
.Contact-Form input.form-control::-moz-placeholder { color:    #ffffff;}
.Contact-Form input.form-control:-ms-input-placeholder { color:    #ffffff;}/*<!-form input text color change-->*/

.Contact .Contact-Form textarea {
    font-size: 13px;
    font-weight: 400;
    color: rgba(238, 238, 238, 0.49);
    border-radius: 0px;   
    background-color: transparent;   
    border-color: #cccccc;
    box-shadow: none;
    padding: 6px 12px;
    margin-bottom: 15px;
}
.Contact-Form textarea::-webkit-input-placeholder { color:    #ffffff;}
.Contact-Form textarea:-moz-placeholder {color:    #ffffff;}
.Contact-Form textarea::-moz-placeholder { color:    #ffffff;}
.Contact-Form textarea:-ms-input-placeholder { color:    #ffffff;}

.Contact .Contact-Form .info a.btn.btn-default {
    border-radius: 0px;
    background-color: #e42b2b;
    border: none;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}
.Contact .Contact-Form .info a.btn.btn-default:hover {
    box-shadow: 174px 0 0 #86a51c inset;
    background-color: #961724;
    color: #fff;
    opacity: 2;
    transition: 0.6s linear;
}



footer .last-foot {
    padding: 30px 0px;
    text-align: center;
    background-color: #14191d;
}
footer .last-foot p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #999999;
}
footer .last-foot p a {
     color: #999999;     
}
footer .last-foot p a:hover {
    text-decoration: none;
    color: #bf1e2e;
}


/*********************Index page end here************************/


/*********************about-page start***********************/

.about-page .inner {
    background-color: #ffffff;
    color: #fff; 
    padding: 0px 0px 40px 0px;
    margin-top: -100px;
}
.about-page {
    background: url(../images/grapesbg.jpg);
    background-size: cover;
    background-attachment: fixed;   
}
.about-page .inner .backgrund {
    padding: 29px 0px;
    background-color: #fff;
    border-bottom: 2px solid #191408;
}
.about-page .inner .backgrund h1 {
    margin: 0px;
    padding-left: 20px;
    font-size: 36px;
    color: #e42b2b;
    font-family: "Andalus";
    font-weight: 500;
}

.about-page .inner .about-text {
    padding-left: 20px;
    padding-top: 30px;
    min-height: 400px;
}
.about-page .inner .about-blog {
    padding-top: 30px;
}
.about-page .inner .about-text p {
    font-size: 16px;
    color: #999999;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

/*******************************Responsive start**********************************/

@media(max-width:1198px) {
.slidebanner h1 {
    font-size: 45px;    
}
.parent .Vineyards .media-body h3 {
    font-size: 30px;   
}
.parent .Vineyards .media-body p {
    font-size: 14px;   
}
.parent .Vineyards {    
    padding: 45px 10px 45px 34px;    
}
.Contact .Contact-Form textarea {   
    width: 100%;
}

}/*@media(max-width:1198px)*/

@media(max-width:991px) {
.slidebanner h1 {
    font-size: 35px;
    margin-top: 20px;
}
.slidebanner p {
    font-size: 16px;    
}
.slidebanner a.btn.btn-default {    
    font-size: 14px;   
}
.parent .Vineyards .media-body h3 {
    font-size: 21px;
}
.parent .Vineyards .media-body h4 a {
    font-size: 17px;   
}
.parent .Vineyards .media-body p {
    font-size: 11px;
    letter-spacing: 0.6px;
}
.Contact .Contact-Form {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.Contact .Contact-Form .form-control {    
    width: 62%;
    margin: 0px auto 20px;
    text-align: center;
}
.Contact .Contact-Form textarea {
    width: 62%;
    text-align: center;
}
.topright .navbar-nav li a {
    padding: 10px;   
}
.about-page .inner .about-text {   
    min-height: 300px;
}

}/*@media(max-width:991px)*/

@media(max-width:767px) {

   /*****mobile_menu*******/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: initial;
    background-color: rgba(0, 0, 0, 0.73);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    right: 0;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
h5.count {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    line-height: 110px;
    font-size: 40px;
    text-align: center;
    margin: 20px auto;
    color: #ffcd00;
}
.icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    margin: 5px 0;
}
.icon-bar {
    background-color: #000000;
}
.sidenav .closebtn {
    top: 20px;
    border: none;
    left: -52px;
}
span.icon-bar-close.left {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    margin: 3px 0;
    background: #000;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(136deg);
}
span.icon-bar-close.rt {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    margin: -4px 0;
    background: #000;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(40deg);
}
button.navbar-toggle {
    display: none;
}

ul.mob-nav {
    padding: 0px;
    list-style: none;
}
.mobilemodenav {
    display: block;
    z-index: 12314465;
    position: absolute;
    right: 20px;
    top: -7px;
}
/*****end here****/

.slidebanner h1 {
    font-size: 30px;
    margin-top: 10px;
}
.slidebanner p {
    font-size: 15px;
    line-height: 25px;
}
.slidebanner a.btn.btn-default {
    font-size: 13px;
    padding: 11px 24px;
}
.parent .Vineyards {
    padding: 45px 10px 45px 25px;
    margin-top: -30px;
}
.parent .Vineyards .media-body a.btn.btn-default {   
    padding: 8px 14px;
    font-size: 12px;    
}
.parent {   
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.Collection .eagle h4 {
    font-size: 30px;   
    margin-bottom: 20px;   
}
.Collection .view-all a.btn.btn-default {   
    padding: 11px 18px;
    font-size: 13px;    
}
.Collection .colllection-wrp {
    padding: 0px 11%;
}
.Contact .Contact-Form .info h2 {   
    margin-bottom: 15px;
    font-size: 30px;    
}
.Contact .Contact-Form .info h6 {   
    margin-bottom: 15px;    
}
.Contact .Contact-Form .info a.btn.btn-default {
   padding: 11px 18px;
    font-size: 13px;
}

header .topleft {
    width: 100%;
}

header .topleft a.navbar-brand {
    width: 100%;
    float: none;
    display: block;
    padding: 0px;
}
header .topleft a.navbar-brand img {
    margin: 0 auto;
}
header .topright {
    width: 100%;
    margin-top: 15px;
}
.about-page .inner {    
    padding: 0px 15px 30px 15px;
    margin-top: -70px;
}
.about-page .inner .backgrund {
    padding: 20px 0px;  
}


}/*@media(max-width:767px)*/

@media(max-width:680px) {
.slidebanner p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.slidebanner a.btn.btn-default {
    font-size: 13px;
    padding: 10px 20px;
}
.parent .Vineyards {
    padding: 30px 10px 30px 20px;   
}
.parent .Vineyards .media-body {
    padding-left: 10px;
}
.parent .Vineyards .media-body h4 a {
    font-size: 14px;
}
.parent .Vineyards .media-body p {
    font-size: 9px;
    letter-spacing: 1.2px;
}
.parent .Vineyards .media-body a.btn.btn-default {    
    font-size: 11px;
}
.parent .Vineyards .media-body h3 {
    font-size: 16px;
}
.Collection {
    margin-bottom: 35px;
}
.Collection .view-all a.btn.btn-default {
    padding: 10px 16px;
    font-size: 12px;
}
.Contact .Contact-Form .info a.btn.btn-default {
     padding: 10px 16px;
    font-size: 12px;
}
.Contact .Contact-Form .form-control {
    width: 60%;   
    height: 40px;
}
.Contact .Contact-Form textarea {
    width: 60%;  
}
.about-page .inner .about-text p {
    font-size: 14px;    
}
.about-page .inner .backgrund h1 {   
    font-size: 30px;   
}
.about-page .inner .about-text {
    min-height: 250px;
}

    }/*@media(max-width:680px)*/


@media(max-width:580px) {
.slidebanner h1 {
    font-size: 26px;
    margin-top: 8px;
}
.slidebanner p {
    font-size: 12px;    
}
.slidebanner a.btn.btn-default {
    font-size: 12px;
    padding: 8px 14px;
}
.parent .Vineyards {
    padding: 25px 0px;
}
.parent .Vineyards .media-left {
    width: 100%;
    display: block;
    padding-right: 0px;
}
.parent .Vineyards .media-left a img {   
    margin: 0 auto;
}
.parent .Vineyards .media-body {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 0px;
}
.parent .Vineyards .media-body h4 a {
    font-size: 16px;
}
.parent .Vineyards .media-body h4{
    margin-top: 15px;
}
.parent .Vineyards .media-body h3 {
    font-size: 20px;
}
.parent .Vineyards .media-body p {
    font-size: 13px;
    letter-spacing: 0.4px;
}
.parent .Vineyards .media-body a.btn.btn-default {
    font-size: 12px;
    margin-top: 10px;
}
.parent {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.Collection .eagle h5 {   
    margin-bottom: 15px;
    font-size: 18px;    
}

.Collection .eagle h4 {
    font-size: 26px;
    margin-bottom: 15px;
}
.Collection {
    margin-bottom: 30px;
}
.Collection .view-all a.btn.btn-default {
    padding: 8px 14px;
    font-size: 12px;
}
.Collection .colllection-wrp {
    padding: 0px 7%;
}
.Contact .Contact-Form .info h6 {  
    font-size: 18px;
}
.Contact .Contact-Form .info h2 {   
    font-size: 26px;
}
.Contact .Contact-Form .info p {
    margin-bottom: 25px;
    font-size: 13px;    
}
.Contact .Contact-Form .info a.btn.btn-default {
    padding: 8px 14px;
    font-size: 12px;
}
.Collection .colllection-wrp {
    padding: 0px;
}
.Collection .block {
    padding: 0px 15px;
    width: 100%;   
}
.Collection .colllection-wrp .main {   
    width: 60%;
    margin: 0 auto 20px;
}
.Collection .colllection-wrp .main.third {
    margin-bottom: 0px;
}
footer .last-foot {
    padding: 20px 0px;    
}
.about-page .inner .about-text {    
    padding: 0px;    
    padding-top: 20px;
    width: 100%;
    text-align: center;
}
.about-page .inner .about-blog {   
    padding: 0px;   
    margin-top: 20px;
    width: 100%;
}
.about-page .inner .about-blog img {
    margin: 0 auto;
}
.about-page .inner .backgrund {
    padding: 15px 0px;
    text-align: center;
}
.about-page .inner {   
    margin-top: 0px;
}
.about-page .inner .backgrund h1 {   
    padding-left: 0px;
}
.about-page .inner .about-text {
    min-height: initial;
}

    }/*@media(max-width:580px)*/

@media(max-width:480px) {
.slidebanner h1 {
    font-size: 22px;   
}
.slidebanner a.btn.btn-default {
    font-size: 11px;    
}
.slidebanner p {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}
.parent .Vineyards {    
    margin-top: -20px;
}
.parent .Vineyards .media-body p {  
    letter-spacing: 0.1px;
}
.Contact .Contact-Form .info h6 {
    font-size: 16px;
}
.Collection .eagle h4 {
    font-size: 24px;   
}
.Contact .Contact-Form .info h2 {
    font-size: 24px;
}

.Contact .Contact-Form .form-control {
    width: 65%;
    height: 34px;
}
.Contact .Contact-Form textarea {
    width: 65%;
}

    }/*@media(max-width:480px)*/

@media(max-width:420px) {
    .carousel-caption {
    bottom: 0%;
    position: relative;
    background-color: #000;
    width: 100%;
    left: 0px;
    text-align: center;
    padding: 20px 0px;
}
.slidebanner h1 {
    font-size: 23px;
    margin-top: 0px;   
}
.parent .Vineyards {
    margin-top: 0px;
    width: 100%;
}
.Collection .colllection-wrp .main {
    width: 65%;   
}
.slidebanner p {
    font-size: 13px;    
}

    }/*@media(max-width:420px)*/

@media(max-width:375px) {
.Collection .colllection-wrp .main {
    width: 75%;
}
.about-page .inner .backgrund {
    padding: 10px 0px;    
}
.about-page .inner .backgrund h1 {
    font-size: 28px;   
}


    }/*@media(max-width:375px)*/

@media(max-width:320px) {
    .Collection .colllection-wrp .main {
    width: 90%;
}
.Contact .Contact-Form .form-control {
    width: 75%;
    height: 30px;
}
.Contact .Contact-Form textarea {
    width: 75%;
}
.Collection .view-all a.btn.btn-default {
    padding: 10px 12px;
    font-size: 11px;
}
.Contact .Contact-Form .info a.btn.btn-default {
     padding: 10px 12px;
    font-size: 11px;
}
.Contact .Contact-Form .form-control {
    font-size: 12px;    
}
.Collection .view-all {
    text-align: center;
    margin: 20px 0px 0px;
}
footer .last-foot p {  
    font-size: 13px;   
}
footer .last-foot {
    padding: 15px 0px;
}
.Contact {   
    padding: 30px 0px;
}
.parent {
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.about-page .inner .about-text p {
    font-size: 13px;
}
.about-page .inner .backgrund h1 {
    font-size: 26px;
}
    
    }/*@media(max-width:320px)*/