/* reset -------------------------- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,dfn,del,
p,blockquote,fieldset,input,textarea,select,article,aside,details,
figcaption,figure,footer,header,hgroup,nav,section,button,canvas,
video {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th,dfn,
del {
    font-weight: normal;
    font-style: normal;
}
ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}
button,
input {
    line-height: normal;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
a > img {
    vertical-align: bottom;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
:focus {
    outline: none;
}


/* tools -------------------------- */
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after,
.wrap:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}


/* common -------------------------- */
html {
    height: 100%;
    background: #ffffff;
}
body {
    height: 100%;
    font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5F5F5F;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}
.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 30px;
}
a {
    color: #26a6d1;
    cursor: pointer;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
a:hover {
    color: #1e85a7;
}
.error {
    color: #FF0000 !important;
    border-color: #FF0000 !important;
}
.success {
    color: #00CC0 !important;
    border-color: #00CC00 !important;
}
.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}
.social li a{
    background: url(images/spriteSocial.png) no-repeat 0 0;
}
.ico-help,
.ico-like,
.ico-present,
.istore a:after {
    background: url(images/sprite.png) no-repeat 0 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #324d5b;
}
h1, h2, h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
}
img {
    max-width: 100%;
    height: auto;
}


/* header -------------------------- */
header {
    padding: 30px 0;
}
header .logo {
    float: left;
}
header .logo a {
    display: inline-block;
}
.social {
    float: right;
    padding: 2px 0;
}
.social li {
    float: left;
    margin: 0 0 0 22px;
}
.social li a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background-color: #3b5998;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social li a.social-facebook {
    background-position: -5px -3px;
}
.social li a.social-facebook:hover {
    background-color: #4f6aa3;
}
.social li a.social-facebook:active {
    background-color: #355089;
}
.social li a.social-twitter {
    background-position: -66px -3px;
    background-color: #55acee;
}
.social li a.social-twitter:hover {
    background-color: #66b4f0;
}
.social li a.social-twitter:active {
    background-color: #4c9ad6;
}
.social li a.social-googleplus {
    background-position: -126px -2px;
    background-color: #dd4b39;
}
.social li a.social-googleplus:hover {
    background-color: #e05d4d;
}
.social li a.social-googleplus:active {
    background-color: #c64333;
}


/* footer -------------------------- */
footer {
    padding: 30px 0;
}
footer .logo {
    float: left;
    margin: 0 10% 0 27%;
}
footer .logo img {
    display: block;
}
.istore {
    float: left;
    position: relative;
    line-height: 36px;
    text-align: center;
    margin: 8px 62px 8px 0;
}
.istore a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    padding: 0 0 0 47px;
}
.istore a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #26a6d1;
    background-position: -150px 0;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}
.istore:hover:after {
    background-color: #1e85a7;
}
.copy {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 8px 0;
}
.copy a {
    color: #3db39e;
    font-weight: bold;
}
.copy a:hover {
    color: #318f7e;
}


/* sidebar -------------------------- */
.sidebar {
    
}


/* content -------------------------- */
.simple {
    background-image: url(images/pattern.png);
    text-align: center;
    padding: 80px 0 60px;
}
.simple p {
    font-family: Raleway, sans-serif;
    line-height: 25px;
    font-size: 20px;
    margin: 20px 60px 20px;
    color: rgb(61, 60, 60);
}
.aboutUs{
    background-image: url(images/pattern2.png);
    padding: 50px 0 0px;
}

.ourWine{
    background-image: url(images/pattern2.png);
    padding: 50px 20px 30px 20px;
}

.ourWine p{
    font-family: Raleway;
    line-height: 30px;
    font-size: 20px;
    color: rgb(30, 30, 30);
    text-align: justify;
}

.ourOil{
    background-image: url(images/pattern2.png);
    padding: 50px 20px 30px 20px;
}

.ourOil p{
    font-family: Raleway;
    line-height: 30px;
    font-size: 20px;
    color: rgb(30, 30, 30);
    text-align: justify;
}

.aboutUs ul{
    font-size: 18px;
    color: rgb(61, 60, 60);
    list-style: disc;
}
.aboutUs p {
    font-family: Raleway;
    line-height: 30px;
    font-size: 20px;
    color: rgb(30, 30, 30);
    margin: 20px 60px 20px;
}

.promoVino {
    background-image: url(images/test2.jpg);
    background-size: cover;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 1);
    color: #FFFFFF;
}
.promoVino .wrap {
    position: relative;
}

.promoAceite {
    background-image: url(images/aceiteTest.jpg);
    background-size: cover;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 1);
    color: #FFFFFF;
}
.promoAceite .wrap {
    position: relative;
}

.promoVino .promo-text{
    height: 634px;
    display: table-cell;
    font-family: Raleway, sans-serif;
    vertical-align: middle;
    font-size: 45px;
    line-height: 45px;
}

.promo {
    background-image: url(images/background1.jpg);
    background-size: cover;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 1);
    color: #FFFFFF;
}
.promo .wrap {
    position: relative;
    min-height: 634px;
}
.promo-text {
    height: 634px;
    display: table-cell;
    font-family: Raleway, sans-serif;
    vertical-align: middle;
    font-size: 45px;
    line-height: 45px;
}
.promo-text p {
    padding: 35px 0 0;
}
.promo .wrap img {
    position: absolute;
    bottom: 0;
    right: 18px;
}
.promo-title {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
}
.promo-button {
    display: inline-block;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0 30px;
    background: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.promo-button:hover {
    background-color: #e2f9f5;
    color: #26a5d1;
}
.promo-button:active {
    color: #188bb2;
    background-color: #e2f9f5;
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
}
.promo-link {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    white-space: nowrap;
}
.promo-link:hover {
    color: #c9f9f0;
}
.features {
    background-image: url(images/pattern.png);
}
.features-columns {
    margin: 0 -25px;
}
.feature {
    float: left;
    width: 33.33%;
    text-align: center;
    color: rgb(61, 60, 60);
    font-family: Raleway, sans-serif;
    line-height: 25px;
    font-size: 18px;
    padding: 0 25px;
    margin: 0 0 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature h4 {
    font-size: 26px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2b414d;
    font-weight: bold;
    position: relative;
    margin: 0 0 42px;
}
.feature h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: #cbcfd1;
    content: "";
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.feature:hover h4:after {
    background-color: #D6A31E;
}
.ico-help,
.ico-like,
.ico-present {
    width: 210px;
    height: 320px;
    margin: 0 auto 32px;
}
}
.ico-help{
    background-position: 10px 0px;
}
.ico-like {
    background-position: -198px 0px;
}
.ico-present {
    background-position: -425px 0px;
}
.tabsblock {
    background: #f6f6f6;
}
.tabsblock .wrap {
    position: relative;
    min-height: 565px;
}
.tabsblock .wrap img {
    position: absolute;
    left: 22px;
    bottom: 0;
}
.tab {
    padding-left: 540px;
    width: 400px;
    display: table-cell;
    height: 565px;
    vertical-align: middle;
}
.tabs {
    padding: 0 0 23px;
}
.tabs li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background-color: #cbcfd1;
    margin: 0 13px 13px 0;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    cursor: pointer;
}
.tabs li:hover {
    background-color: #8cc6bc;
}
.tab li.active {
    cursor: default;
    background-color: #3db39e;
}
.box {
    display: none;
}
.box.visible {
    display: block;
}
.subscribe {
    background-image: url(images/blurred.jpg);
    background-size: cover;
    text-align: center;
    color: #5F5F5F;
    text-align: center;
    padding: 60px 0 80px;
}
.subscribe-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 36px;
}
.subscribe-form {
    display: inline-block;
    margin: 0 0 30px;
}
.subscribe-email {
    float: left;
    border: 0;
    width: 399px;
    height: 52px;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    background: #ffffff;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-button {
    float: left;
    border: 0;
    width: 160px;
    height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #26a6d1;
    background: #ffffff;
    text-transform: uppercase;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-note {
    font-family: Raleway;
    line-height: 30px;
    font-size: 20px;
    color: rgb(30, 30, 30);
    clear: both;
}


/* Responsive -------------------------- */

@media (max-width: 959px){
    .promoAceite{
        min-height: 430px;
    }

    .promo .wrap {
        min-height: 0;
    }
    .aboutUs p {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .promo .wrap img {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {
        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding: 0px !important;
        padding-top: 0;
        background-color: #f6f6f6;
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {   
        margin: 0;
        text-align: center;
    }
    .copy {
        float: none;
        padding: 15px;
    }
    .istore {
        float: none;
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
}
@media (max-width: 767px){
    header {
        text-align: center;
    }
    .simple img{
        margin-top: 0px !important;
    }
    .aboutUs p {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    header .logo {
        float: none;
        display: inline-block;
    }
    header .social {
        display: none;
    }
    .feature {
        width: 100%;
    }
    .subscribe-email {
        width: 200px;
    }   
}

@media (max-width: 621px){
    .ulVino li{
        margin-left: 0px !important;
    }
}

@media (max-width: 479px){
    body {
        word-wrap: break-word;
    }
    .ourWine p{
        text-align: center !important;
    }

    .ourOil p{
        text-align: center !important;
    }

    .imgVino{
        padding: 20px 25% 40px 25% !important;
    }

    .colaboradorAdria img{
        padding: 0px 25% 5px 25%;
    }

    .colaboradorTapada img{
        padding: 0px 25% 30px 25%;
    }

    .colaboradorCristoVega img{
        padding: 0px 25% 20px 25%;
    }

    .colaboradorCazorla img{
        padding: 0px 0px 15px 3%;

    }

    .simple p {
        margin-left: 0;
        margin-right: 0;
    }
    .aboutUs p {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-email {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscribe-button {
        width: 100%;
    }
}

.nombreVino{
    font-size: 32px;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.3);
}

.premiosTitle{
    font-size: 20px;
    font-weight: bold;
}

h4{
}

/* Reblox */
.ulVino{
    padding: 0 0 15px 40px;
}

.ulVino li{
    vertical-align: top;
    line-height: 4ex;
    margin-left: 250px;
}

.imgIcon{
    width:30px;
    height:30px;
    margin-right: 10px;
}

.imgIconTwit{
    width:30px;
    height:30px;
    margin-right: 10px;
}

.catVinos .wrap{
    max-width: none;
}

.aboutUs .wrap{
    max-width: none;
    padding: 0px 0px 0px 0px;
    text-align: justify;
}
.prodVino{
    margin:0 auto;
}

.prodVino td{
    vertical-align: top;
}

.twit{
    padding-top: 20px;
    text-align: right;
    font-style: italic;
    font-size: 13px;
    color:rgb(90,90,90);
}
.twit span{
    font-size: 35px;
    font-family: georgia;
}

.gris1{
    background-color: rgb(237,237,237);
}
.gris2{
    background-color: rgb(221,221,221);
}

.espVino{
    max-width: 95%;
    padding: 45px 0 0 0;
}

.imgVino{
    float: left;
    padding: 0px 40px 40px 50px;
}

.imgVino{
    height: 500px;
    padding: 20px 40px 20px 60px;
}

.catVinos{
    padding: 30px 0 30px 0;
    font-family: Raleway;
    color:black;
}

.acercaDe{
    padding: 0 30px;
    text-align: justify;
}

.colaboradorTapada{
    background: url(images/colabTapada.jpg);
    background-size: cover;
    padding: 30px 20px 30px 20px;
    text-align: justify;
}

.colaboradorAdria{
    background: url(images/colabAdria.jpg);
    background-size: cover;
    padding: 30px 20px 30px 20px;
    text-align: justify;
}

.colaboradorCristoVega{
    padding: 0px 20px 20px 20px;
    text-align: justify;
}

.colaboradorCazorla{
    background: url(images/colabCazorla.jpg);
    background-size: cover;
    padding: 30px 20px 30px 20px;
    text-align: justify;
}

.simple img{
    height: 100px;
    margin-top: -18px;
}

.simple img.oil{
    height: 140px;
    margin-top: -18px;
}

.scrollup{
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: url(images/icon_top.png) no-repeat;
}

.correoTemporal{
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    color: rgb(60, 60, 60);
    font-size: 30px;
    padding: 10px;
    background-color: rgb(251, 251, 251);
    text-decoration: none;
}

.correoTemporal:hover{
    color: rgb(5, 136, 197);
}

.scrollup:hover{
    opacity: 0.6;
};
.fontR{
    font-family: Raleway, sans-serif;
    line-height: 30px;
    font-size: 20px;
}


.titulos{
    line-height: 50px;
    font-size: 50px;
    color: #2b414d;
    text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
}

/* Formulario Contacto */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


#feedback-page{
    text-align:center;
}

#form-main{
    width:100%;
    float:left;
    padding-top:0px;
}

#form-div {
    background-color: rgba(72,72,72,0.3);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
    color:#3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #3498db;
    color: #3498db;
    outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
    color:#30aed6;
    border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#name:focus{
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-size: 30px 30px;
    background-position: 8px 5px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email{
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email:focus{
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-size: 30px 30px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#comment{
    background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color:white;
}

#button-blue{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #324d5b;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
    background-color: rgba(0,0,0,0);
    color: #324d5b;
}
    
.submit:hover {
    color: #3498db;
}
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
    #form-div{
        padding: 10px 10px 15px 10px;
    }
}
/*------[ MENU ]------ */