/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 12, 2014 */



@font-face {
    font-family: 'kreon';
    src: url('../fonts/kreon-regular-webfont.eot');
    src: url('../fonts/kreon-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kreon-regular-webfont.woff2') format('woff2'),
         url('../fonts/kreon-regular-webfont.woff') format('woff'),
         url('../fonts/kreon-regular-webfont.ttf') format('truetype'),
         url('../fonts/kreon-regular-webfont.svg#kreonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kreon';
    src: url('../fonts/kreon-light-webfont.eot');
    src: url('../fonts/kreon-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kreon-light-webfont.woff2') format('woff2'),
         url('../fonts/kreon-light-webfont.woff') format('woff'),
         url('../fonts/kreon-light-webfont.ttf') format('truetype'),
         url('../fonts/kreon-light-webfont.svg#kreonlight') format('svg');
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'kreon';
    src: url('../fonts/kreon-bold-webfont.eot');
    src: url('../fonts/kreon-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kreon-bold-webfont.woff2') format('woff2'),
         url('../fonts/kreon-bold-webfont.woff') format('woff'),
         url('../fonts/kreon-bold-webfont.ttf') format('truetype'),
         url('../fonts/kreon-bold-webfont.svg#kreonbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: "league";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/League_Gothic-webfont.eot");
    src: url("../fonts/League_Gothic-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/League_Gothic-webfont.woff") format("woff"),
        url("../fonts/League_Gothic-webfont.ttf") format("truetype"),
        url("../fonts/League_Gothic-webfont.svg#LeagueGothicRegular") format("svg");
}

body {
    font-family: 'kreon', sans-serif;
}


.wrap {
    margin: auto;
    width: 80%;
    max-width: 1000px;
}

.thinline {
    background-color: #944869;
    width: 100%;
}

.thinline div {
    height: 10px;
}

.mauvefade,
.menu {
    background: #632d44; /* Old browsers */
    background: -moz-linear-gradient(left,  #632d44 0%, #944869 27%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#632d44), color-stop(27%,#944869)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #632d44 0%,#944869 27%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #632d44 0%,#944869 27%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #632d44 0%,#944869 27%); /* IE10+ */
    background: linear-gradient(to right,  #632d44 0%,#944869 27%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#632d44', endColorstr='#944869',GradientType=1 ); /* IE6-9 */

}

.logohead,
.footer {
    background-color: #292659;
    text-align: right;
}

.logohead div {
}

.logohead img {
    padding: 30px 0 0 0;
    margin-bottom: -1px;
}


.purplefade {
    background: #1c1839; /* Old browsers */
    background: -moz-linear-gradient(left,  #1c1839 0%, #292659 27%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c1839), color-stop(27%,#292659)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #1c1839 0%,#292659 27%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #1c1839 0%,#292659 27%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #1c1839 0%,#292659 27%); /* IE10+ */
    background: linear-gradient(to right,  #1c1839 0%,#292659 27%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1839', endColorstr='#292659',GradientType=1 ); /* IE6-9 */
    height: 100%;
}

.logohead h1 {
    color: white;
    font-size: 45px;
    padding-top: 30px;
    display: block;
    padding-left: 25%;
}

.header {
    margin-bottom: 0px !important;
}

.menu {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: right;
    color: white;
    min-height: 70px;
}

.menu:after {
    content: "";
    display: inline-block;
    height: 70px;
    background-color: #944869;
    position: absolute;
    width: 50%;
    right: 0px;
    z-index: -200;
}

.menu li {
    display: inline-block;
    padding: 20px 0px 20px 13px;
    margin: 0px;
    font-weight: normal;
}

.leftbar {
    padding-top: 20px;
}

.rightbar {
    background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(left,  #e2e2e2 0%, #ffffff 25%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(25%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e2e2e2 0%,#ffffff 25%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e2e2e2 0%,#ffffff 25%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e2e2e2 0%,#ffffff 25%); /* IE10+ */
background: linear-gradient(to right,  #e2e2e2 0%,#ffffff 25%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.portrait {
    margin-top: 30px;
}

.menu li a {
    font-family: 'league';
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.1em;
}


.face {
    float: left;
    border: 3px solid #363635;
    margin: 0 30px 30px 0;
}

.contents {
    display: block;
    margin-left: 15%;
    margin-top: 30px;
    color: #363635;
}

.clearboth {
    clear: both;
}

.contents h2 {
    color: #363635;
    font-size: 50px;
}

.contents p {
	text-align: left;
	font-size: 17px;
}

.contents p:first-of-type {
    font-weight: bold;
    border-bottom: 2px dotted #944869;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer div {
}

.menutwo {
    text-align: right;
    margin: 0px;
    padding: 0px;
    padding-top:10px;
    padding-bottom: 10px;
}

.menutwo li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: right;
    color: white;
}

.menutwo li a {
    font-family: 'league';
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0px;
    margin: 0px;
}

.footer p {
    padding-top: 100px;
    color: white;
    font-size: 12px;
}

.show-for-mobile {
    display: none;
}


.infusion-field {
    margin-bottom: 20px;
}

.infusion-field label {
    display: block;
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 20px;
}

.infusion-field input,
.infusion-field textarea{
    display: block;
    width: 60%;
}

.infusion-field span label,
.infusion-field span input {
    display: inline;
    float: none;
    width: auto;
}

.infusion-field span {
    margin-left: 25%;
}

input[type="submit"] {
    -webkit-border-radius: 5px;
    border-radius: 5px;

    font-family: 'kreon';
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;

    display: block;
    border: none;
    padding: 10px 20px;
    margin-left: 25%;
    background-color: #944869;
}

a:hover,
input[type="submit"]:hover {
    opacity: 0.7;
}

a,
input[type="submit"] {
    -webkit-transition: opacity 0.3s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.3s;
}

@media only screen and (max-width: 767px) {
    .hide-for-mobile {
        display: none;
    }
    
    .show-for-mobile {
        display: block;
    }
    
    .header .unit-25 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .leftbar {
        text-align: right;
    }
    
    .wrap {
        width: 90%;
    }
    
    .menu {
        padding-right: 30px;
    }
    
    .menu:after {
    content: "";
    display: none;
    }
    
    .contents {
        padding-left: 0px;
        margin-left: 0px;
    }
    
    .rightbar {
        background: white;
    }
}
