/* Typo */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,700,300,600);

a {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover {
    color: rgba(89, 0, 109, 1);
    text-decoration: none;
}

.text p, .text address, .text dl, .text ul, .text ol {
    color: #777;
    font-weight: 300;
    font-size: 16px;
    line-height: 2em;
    margin: 0 0 1em;
}

.text ul {
    padding-left: 0;
    color: #000000;
}

.text li {
    color: #777777;
    padding-left: 22px;
    list-style-position: inside;
}

.text dl dt {
    color: #000000;
    margin: 1em 0 0;
}

.text address {
    line-height: 1.5em;
    font-style: normal;
    color: #000000;
}

.text h3 {
    color: #666;
    margin-bottom: 0.5em;
}

*, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'open sans', arial, sans-serif;
}

hr {
    height: 1px;
    margin: 70px 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    border: 0;
}

/* structure */

body {
    background-color: #ececec;
    height: 100%;
    font-family: sans-serif;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
}

#wrapper {
    padding: 30px 50px;
}

/*
@media (min-width: 970px) {
    #content .text {
        padding-right: 300px;
    }
}
*/

#content .text > *:first-child {
    margin-top: 1em;
}

/* Logo */

#logo {
    font-family: 'Times New Roman', serif;
    width: 100%;
    margin-bottom: 30px;
    color: #59546D;
}

#logo h1, #logo h2, #logo h3 {
    font-family: 'Times New Roman', serif;
    margin: 0 15px 0 0;
    text-align: right;
    line-height: 1.1em;
    font-weight: 400;
}

#logo h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;

}

#logo h1 span {
    font-family: 'Times New Roman', serif;
}

.drop-caps {
    display: inline-block;
}

#logo .drop-caps:first-letter {
    font-size: 25px;
}

#logo h2 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-right: 12px;
}

#logo h3 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-right: 18px;
    opacity: 0.8;
}

#logo hr {
    height: 2px;
    border: 0;
    border-top: 1px solid #59546D;
    margin: 5px 0;
}

/* Navigation */

#head-nav ul {
    margin: 0 0 20px 0;
    padding: 0;
}

#head-nav ul li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

#head-nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #999;
}

#head-nav ul li a:hover {
    color: black;
}

#head-nav ul li.active a {
    color: black;
}

/* Banner */

#banner {
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#banner img {
    width: 100%;
}

#banner h1 {
    text-align: center;
    width: 100%;
    font: normal 600 29px/1em 'open sans', sans-serif;
    color: #ffffff;
    position: absolute;
    top: 50%;
}

#banner h2 {
    text-align: center;
    width: 100%;
    font: italic 400 20px/1em 'open sans', sans-serif;
    color: #ffffff;
    position: absolute;
    top: 60%;
}

/* slidejs */
.slidesjs-pagination {
    position: relative;
    top: -35px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 100;
}

.slidesjs-pagination li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 2px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slidesjs-pagination li a {
    font-size: 20px;
    color: transparent;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover {
    background-color: white;
}

.slidesjs-pagination li:hover {
    opacity: 1;
}

/* Contact */

div.contact {
    margin-top: 100px;
}

.contact img {
    width: 100%;
}

.contact h3, .contact h4 {
    margin: 0 0 0.5em;
    line-height: 1em;
}

.contact h3 {
    font-size: 18px;
}

.contact h4 {
    font-size: 16px;
    color: #777777;
    font-weight: 400;
}

.contact address {
    font-size: 16px;
    font-style: normal;
}

.contact addr {
    color: #000000;
}

/* Vita */

.vita {
    margin-top: 30px;
}

.vita .row div {
    color: #777777;
    margin-top: 1em;
}

.vita .row div:first-child {
    color: #333333;
    text-align: right;
}

