/* General stylesheets */

@font-face {
    font-family: 'Bariol Regular';
    src: url('fonts/bariol_regular-webfont.eot');
    src: url('fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bariol_regular-webfont.woff') format('woff'), url('fonts/bariol_regular-webfont.ttf') format('truetype'), url('fonts/bariol_regular-webfont.svg#webfont') format('svg');
}
body {
    font-family: "Bariol Regular";
    height: 800px;
    overflow: hidden;
    -webkit-animation-name: bodyAnim;
    -moz-animation-name: bodyAnim;
    -ms-animation-name: bodyAnim;
    -o-animation-name: bodyAnim;
    animation-name: bodyAnim;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
@-webkit-keyframes bodyAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes bodyAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes bodyAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bodyAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
#slides {
    /*display: none;*/
}
.invisible {
    opacity: 0.01;
}
.slidesjs-control .fixed-desc {
    position: absolute;
    z-index: 10;
    top: 10px;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
}
/*Header*/

header {
    padding-top: 40px;
    position: fixed;
    /* top: 0; */
    background: #fff;
    width: 960px;
    height: 50px;
    z-index: 15;
}
header .social-icons {
    float: right;
    padding-top: 10px;
}
header .social-icons * {
    float: left;
    padding-left: 10px;
    overflow: hidden;
}
header .social-icons img {
    height: 25px;
    width: 25px;
    padding-left: 0;
}
/*Nav*/

nav {
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    border-bottom: 2px solid #D7D8DC;
    margin-bottom: 20px;
    margin-top: -3px;
    overflow: hidden;
    padding: 1em 0 .5em 0;
    /* We can use either the last two lines or <li> with a .clearfix applied to it*/
}
nav a {
    max-width: 200px;
    text-decoration: none;
    color: #717175;
    font-family: "Bariol Regular", "Helvetica", "Arial", sans-serif;
}
nav a:hover {
    color: #367aac;
    font-weight: bold;
}
.active-link {
    font-weight: bold;
}
.image-left {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.image-right {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.content {
    margin-top: 160px;
    /*border-bott*/om: 2px solid #D7D8DC;
    padding-bottom: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: justify;
    font-size: 13px;
}

.content:last-of-type {
    margin-bottom: 700px !important;
}
/*Main*/

section p {
    padding-bottom: 20px;
}
.hidden {
    display: none;
    }

/* Mission */
.content .group-1 img:hover,
.content .group-2 img:hover {
    cursor: pointer;
}

/*Productos*/
.productos-right {
    margin-top: 64px;
}
.desc{
    color: #9A999D;
    font-size: 15px;
}
.arrows {
    text-align: center;
}
.dots {
    color: #fff;
}
#prevbutton, #nextbutton {
    position: absolute;
    margin-top: 140px;
}

#prevbutton {
    margin-left: -60px;
}

#nextbutton {
    margin-left: 490px;
}


.gallery-button {
    height: 43px;
    width: 290px !important; /* The default value of 300px does not extend correctly */
    text-align: center;
    border-radius: 10px;
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebebeb 0%, #fefefe 50%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(50%,#fefefe), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#fefefe 50%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#fefefe 50%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#fefefe 50%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#fefefe 50%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    color: #9A999D;
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
}

.gallery-button:hover {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ebebeb 50%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(50%,#ebebeb), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ebebeb 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 0%,#ebebeb 50%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#ebebeb 50%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ebebeb 50%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}


#slides2 {
    display: none;
}

.image-rollover {
    transition: all 0.3s ease;
    position: absolute;
    display: block;
    height: 204px;
    width: 300px;
    background-image: url(../images/graiman-logo.png);
}

.image-rollover:hover {
    transition: all 0.3s ease;
    background-image: url(../images/graiman-logo-rollover.png);
}

/*Contact Form*/
.contact-form input{
    height: 21px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d7d8dc;
    color: #717175;
    font-size: 13px;
    margin-bottom: 8px;
}
#submit {
    text-align: right;
    background-color: #fff;
    border: 0;
    width: 60px;
    float: right;
}
#textarea {
    border-radius: 5px;
    border: 1px solid #d7d8dc;
    width: 99%;
    height: 70px;
}
/* Footer */

footer {
    color: #9A999D;
    font-size: 13px;
    text-align: center;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    margin-top: 550px;
    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    background: #fff;
    z-index: 15;
}

footer div {
    margin: 0 auto;
    width: 960px;
    border-top: 2px solid #D7D8DC;
}
