@import url("normalize.css");
@import url("reusable.css");


/* ==========================================================================
   Base
   ========================================================================== */

/**
 * Html
 */

html {
    height: 100%;
    min-height: 350px;
    overflow-x: hidden;
}

/**
 * Body
 */

body {
    position: relative;
    min-width: 648px;
    min-height: 100%;
    font: 15px/20px "Roboto", Arial;
    color: #000;
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
}

/**
 * Links
 */

a {
    text-decoration: none;
    color: #000;
    transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;

    -webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
}

a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   General
   ========================================================================== */

/**
 * Slideshow
 */

@keyframes hide {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }

}

@-webkit-keyframes hide {

    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
    }

}

@keyframes show {

    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }

}

@-webkit-keyframes show {

    from {
        -webkit-transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
    }

}

#slideshow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 648px;
    overflow: hidden;
}

#slideshow .rotators li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#slideshow.animated .rotators li {
    animation: hide 3s;

    -webkit-animation: hide 3s;
}

#slideshow.animated .rotators .current {
    animation: show 3s;

    -webkit-animation: show 3s;
}

#slideshow img {
    position: absolute;
}

#slideshow .arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: -30px 0 0 0;
    background: url(../images/transparent.png);
    background: rgba(0,0,0,0.6);
    border: 0;
    border-radius: 0;
    transition: background 200ms ease;

    -webkit-transition: background 200ms ease;
    z-index: 2;
}

#slideshow .arrow.prev {
    left: 0;
}

#slideshow .arrow.next {
    right: 0;
}

#slideshow .arrow:hover {
    background: rgba(0,0,0,0.7);
}

#slideshow .arrow span {
    display: inline-block;
    width: 17px;
    height: 35px;
    vertical-align: middle;
    background: url(../images/arrow.png);
}

#slideshow .arrow.prev span {
    background-position: 0 0;
}

#slideshow .arrow.next span {
    background-position: -17px 0;
}

/**
 * Header
 */

#header {
    padding: 0;
    padding-top: 20px;
}

#header .logo {
    display: block;
    width: 400px;
    height: 284px;
    margin: 0 auto;
    background: url(../images/alcorlogo.png) no-repeat;
}

#header nav {
    position: relative;
    padding: 20px 0 0 0;
    border-top: 1px solid #fff;
}

#header nav ul {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

#header nav ul li:first-child {
    text-align: left;
}

#header nav ul li:last-child {
    text-align: right;
}

#header nav ul li a {
    display: inline-block;
}

#header nav ul li a:hover {
    text-decoration: none;
}

#header nav .line {
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    width: 30px;
    margin: 0 0 0 -15px;
    background: #fff;
    transition: all 250ms ease;

    -webkit-transition: all 250ms ease;
}

/**
 * Content
 */

#content {
    position: relative;
    width: 550px;
    padding: 20px 40px 0 40px;
    margin: 0 auto;
    background: url(../images/transparent.png);
    background: rgba(0,0,0,0.);
    box-sizing: border-box;
    transition: opacity 500ms 500ms ease;

    -moz-box-sizing: border-box;
    -webkit-transition: opacity 500ms 500ms ease;
}

#content.hide {
    opacity: 0;
    filter: alpha(opacity="0");
}

/**
 * Content home
 */

#content.home {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 550px;
    margin: -290px 0 0 -250px;
}

/**
#content.home .logo {
    margin-bottom: 60px;
}

/**
 * Main
 */

#main {
    padding: 50px 0 130px 0;
}

#main h1 {
    font: 400 18px/24px "Roboto", Arial;
    padding: 0 0 20px 0;
}

#main p {
    padding: 0 0 20px 0;
}

#main table {
    width: 100%;
}

#main table td {
    text-align: right;
}

#main table td:first-child {
    text-align: left;
}

#main .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

#main .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

#main .list {
    padding: 0 0 0 20px;
}

#main .list li {
    list-style: square;
}

#main iframe {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 0 20px 0;
}

/**
 * Main article
 */

#main article {
    padding: 20px 0 0 0;
    background: url(../images/dot.png) repeat-x left top;
}

#main article:first-child {
    padding: 0;
    background: none;
}

#main article h2 {
    font: 400 18px/24px "Roboto", Arial;
    padding: 0 0 0px 0;
}

/**
 * Main brands
 */

#main .brands {
    margin: 0 -20px 0 0;
}

#main .brands li {
    float: left;
    width: 50%;
    padding: 0 20px 20px 0;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
}

#main .brands li a {
    display: block;
    line-height: 110px;
    text-align: center;
    border: 1px solid #fff;
}

#main .brands li a:hover {
    background: url(../images/brands.png);
    background: rgba(255,255,255,0.2);
}

#main .brands li a img {
    vertical-align: middle;
}

/**
 * Footer
 */

#footer {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #fff;
}