/* PRIMARY CSS */
/* ----------------------------------------- */
/*** INCLUDES ***/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a img {
  border: none;
}
/* Gets rid of IE's blue borders */
/* HTML5 reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/css/fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('/css/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/css/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/css/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/css/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
/*
[class^="icon-"],
[class*=" icon-"] {
  &.icon-fixed-width {
    display: inline-block;
    width: 16/14em;
    text-align: right;
    padding-right: 4/14em;
    &.icon-large {
      width: 20/14em;
    }
  }
}

.icons-ul {
  margin-left: @icons-li-width;
  list-style-type: none;

  > li { position: relative; }

  .icon-li {
    position: absolute;
    left: -@icons-li-width;
    width: @icons-li-width;
    text-align: center;
    line-height: inherit;
  }
}

// allows usage of the hide class directly on font awesome icons
[class^="icon-"],
[class*=" icon-"] {
  &.hide {
    display: none;
  }
}

.icon-muted { color: @iconMuted; }
.icon-light { color: @iconLight; }
.icon-dark { color: @iconDark; }

// Icon Borders
// -------------------------

.icon-border {
  border: solid 1px @borderColor;
  padding: .2em .25em .15em;
  .border-radius(3px);
}

// Icon Sizes
// -------------------------

.icon-2x {
  font-size: 2em;
  &.icon-border {
    border-width: 2px;
    .border-radius(4px);
  }
}
.icon-3x {
  font-size: 3em;
  &.icon-border {
    border-width: 3px;
    .border-radius(5px);
  }
}
.icon-4x {
  font-size: 4em;
  &.icon-border {
    border-width: 4px;
    .border-radius(6px);
  }
}

.icon-5x {
  font-size: 5em;
  &.icon-border {
    border-width: 5px;
    .border-radius(7px);
  }
}


// Floats & Margins
// -------------------------

// Quick floats
.pull-right { float: right; }
.pull-left { float: left; }

[class^="icon-"],
[class*=" icon-"] {
  &.pull-left {
    margin-right: .3em;
  }
  &.pull-right {
    margin-left: .3em;
  }
}
*/
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-ok:before {
  content: "\f00c";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
/*
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
*/
/* Direction Nav */
/*
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }
*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
/*** VARIABLES ***/
/* COLORS */
/* FONTS */
/*@s-font: ;
@t-font: ;*/
/* PATHS */
/* MEDIA QUERIES */
/* MIXINS */
/* HTML */
html {
  font-size: 1em;
}
body {
  text-align: center;
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  color: #414042;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
}
h2 {
  font-size: 150%;
  padding: 0.3125em 0;
}
h3 {
  font-size: 115%;
  padding: 0.625em 0;
}
a {
  color: #5a595c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 1.25em;
}
/* SHARED */
/* LAYOUT */
#container {
  max-width: 75em;
  padding: 0 1em 1em;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#header {
  padding: 1.625em 0 .625em 0;
  text-align: left;
}
#main {
  text-align: left;
  width: 85%;
  margin: 0 auto;
}
#footer {
  margin: 0 0 1.25em;
}
/* Drop Down Panel */
#dd-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
}
#dd-panel {
  position: relative;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#dd-content {
  position: relative;
  top: 0;
  height: 600px;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
  display: none;
  border: 0.25em solid #ededed;
  border-top: none;
  background: #fff;
  padding: 1em;
}
@media only screen and (min-width: 960px) {
  #dd-content {
    box-shadow: 1px 1px 20px #9a999c;
    -webkit-box-shadow: 1px 1px 20px #9a999c;
    -moz-box-shadow: 1px 1px 20px #9a999c;
  }
}
#dd-button {
  position: relative;
  z-index: 100;
  text-align: right;
}
#dd-button a {
  cursor: pointer;
  font-weight: 900;
  font-size: 100%;
  display: block;
  border: none;
  width: auto;
  padding: .5em 1em;
  background: #E31B23;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  transition: 200ms;
  transition: all 0.2s ease-in-out;
  font-size: 1.5em;
  border-radius: 0.625em;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  display: none;
}
#dd-button a a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
}
#dd-button a:hover {
  text-decoration: none;
  transition: 200ms;
  transition: all 0.2s ease-in-out;
  background: #c3171e;
}
#dd-button a:disabled,
#dd-button a.disabled {
  background: #e6e6e6;
  color: #414042;
  cursor: default;
  opacity: 65;
  filter: alpha(opacity=6500);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
#dd-button a.active {
  display: inline-block;
}
#header-contact {
  font-size: 400%;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 .25em;
}
@media only screen and (max-width: 320px) {
  #header-contact {
    font-size: 300%;
  }
}
.dd-intro {
  padding: 0 2em .625em;
  font-size: 85%;
}
@media screen and (max-width: 568px) {
  .dd-intro {
    padding: 0 0 .625em;
  }
}
#overlay {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* GENERAL */
.clear {
  clear: both;
}
.group {
  /* clearfix */
}
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#sysmess {
  padding: .5em;
  margin: 0.625em 1.625em;
  font-size: 85%;
  text-align: left;
  background-color: #E8FFFF;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #414042;
}
#sysmess i {
  color: #06f;
  font-size: 1.6em;
}
@media only screen and (max-width: 568px) {
  #sysmess {
    margin: 0.625em 0;
  }
}
#sysmess.error {
  background-color: #f9d1d2;
}
#sysmess.error i {
  color: #E31B23;
}
#sysmess.ok {
  background-color: #CFC;
}
#sysmess.ok i {
  color: #060;
}
#contact-key {
  font-size: 10px;
  padding: 0 0 5px 0;
  color: #E31B23;
}
/* HEADER */
#header img {
  max-width: 500px;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  #header img {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 320px) {
  #header img {
    width: 100%;
  }
}
/* PRE & POST*/
#pre,
#post {
  font-size: 175%;
  text-align: left;
  line-height: 1.2;
}
#pre strong,
#post strong {
  font-size: 115%;
  font-weight: 600;
}
#post {
  font-size: 140%;
  line-height: 1.5;
  text-align: left;
}
/* PORTFOLIO */
#portfolio-wrap {
  margin: 0 0 2.625em;
  position: relative;
}
#portfolio {
  text-align: center;
  margin: 0 auto;
}
#portfolio .slides {
  list-style: none;
  position: relative;
}
#portfolio .portfolio-entry {
  position: relative;
}
#portfolio .portfolio-entry:hover .descrip,
#portfolio .portfolio-entry:hover .portfolio-info {
  opacity: 100;
  filter: alpha(opacity=10000);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 200ms;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-entry .portfolio-name {
  font-size: 115%;
  padding: 0.125em;
  font-weight: 600;
  margin: 0;
}
#portfolio .portfolio-entry .portfolio-img {
  max-width: 100%;
}
#portfolio .portfolio-entry .slide-link {
  display: block;
  height: 100%;
}
#portfolio .descrip,
#portfolio .portfolio-info {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000000;
  /* older browsers */
  background: rgba(0, 0, 0, 0.5);
  padding: 0.3125em 0.125em;
  color: #fff;
  position: absolute;
  bottom: 0.625em;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  transition: 200ms;
  transition: all 0.2s ease-in-out;
}
#portfolio .descrip:hover,
#portfolio .portfolio-info:hover {
  background: #000000;
  /* older browsers */
  background: rgba(0, 0, 0, 0.8);
}
/* Flexslider */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel .slides li {
  margin-right: 8px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
}
.flex-direction-nav a:hover {
  text-decoration: none;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
@media only screen and (max-width: 568px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
@media only screen and (max-width: 568px) {
  .flex-direction-nav .flex-next {
    right: 10px;
  }
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  color: #E31B23;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  content: '\f137';
}
.flex-direction-nav a.flex-next:before {
  content: '\f138';
}
/* NAV */
/* FOOTER */
#social-icons {
  float: right;
}
#social-icons h3 {
  float: left;
  margin: 0 10px 0 0;
  font-size: 115%;
  padding: 0;
  line-height: 30px;
}
.social-icon {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
  background: #414042;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  transition: 200ms;
  transition: all 0.2s ease-in-out;
  font-family: "fontawesome";
  font-size: 25.5px;
  line-height: 30px;
}
.social-icon:hover {
  background-color: #E31B23;
  transition: 200ms;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
/* FORMS */
form {
  text-align: left;
}
form br {
  clear: both;
}
form p {
  margin: 0;
  padding: 0;
  clear: both;
}
legend {
  display: none;
}
fieldset {
  border: 0;
}
label {
  box-sizing: border-box;
  width: 19%;
  text-align: right;
  float: left;
  margin: 0 1% 0 0;
  padding: 9px 0 0 0;
  font-size: 100%;
}
.form__field,
input,
textarea,
select {
  box-sizing: border-box;
  width: 80%;
  margin-bottom: .75em;
  font-size: 115%;
  color: #414042;
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
}
@media only screen and (max-width: 320px) {
  .form__field,
  input,
  textarea,
  select {
    margin: 0;
  }
}
input,
textarea,
select {
  padding: .25em;
  border: 1px solid #414042;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #272728;
}
input .error,
textarea .error,
select .error {
  border: 1px solid #E31B23;
}
.form__field {
  display: inline-block;
}
textarea {
  overflow: auto;
  min-height: 125px;
  resize: vertical;
}
input.checkbox {
  width: 20px !important;
  padding-left: 10px;
  text-align: left;
  float: left;
  border: none;
}
input.button {
  cursor: pointer;
  font-weight: 900;
  font-size: 100%;
  display: block;
  border: none;
  width: auto;
  padding: .5em 1em;
  background: #E31B23;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  transition: 200ms;
  transition: all 0.2s ease-in-out;
}
input.button a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
}
input.button:hover {
  text-decoration: none;
  transition: 200ms;
  transition: all 0.2s ease-in-out;
  background: #c3171e;
}
input.button:disabled,
input.button.disabled {
  background: #e6e6e6;
  color: #414042;
  cursor: default;
  opacity: 65;
  filter: alpha(opacity=6500);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
form .readonly {
  background: #ccc;
}
/* recaptcha */
#recaptcha_widget_div,
#recaptcha_widget {
  display: inline-block;
}
/* jquery validate */
#form-msg {
  padding: .5em;
  margin: 0.625em 1.625em;
  font-size: 85%;
  text-align: left;
  background-color: #E8FFFF;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #414042;
  background-color: #f9d1d2;
  display: none;
  /* clearfix */
}
#form-msg i {
  color: #06f;
  font-size: 1.6em;
}
@media only screen and (max-width: 568px) {
  #form-msg {
    margin: 0.625em 0;
  }
}
#form-msg i {
  color: #E31B23;
}
#form-msg:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#form-msg ul {
  padding-left: 2em;
  float: left;
}
#form-msg li {
  list-style-type: disc;
}
#form-msg i {
  float: left;
}
#form-msg label.error {
  /* for errors in group at top of form */
  display: block;
  width: auto;
  float: none;
  text-align: left;
  padding: 2px 0;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  html {
    font-size: .9em;
  }
  #header h1 {
    display: block;
    margin: 0  auto 0;
    width: 320px;
    height: 120px;
  }
  #dd-panel {
    width: 95%;
  }
  #dd-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 568px) {
  html {
    font-size: .8em;
  }
  #main {
    width: 95%;
  }
  #portfolio li {
    width: 100%;
  }
  label,
  input,
  textarea,
  select {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: .75em;
  }
  #container {
    padding: 0 0.5em;
  }
  #main {
    width: 100%;
  }
  #dd-wrapper {
    position: relative;
  }
  #dd-button {
    text-align: center;
  }
  #dd-button {
    display: block;
    margin: 0 auto;
  }
}
/* INTERNET EXPLORER - SO SPECIAL IT GETS IT'S OWN STYLESHEET */
/* HTML */
/* LAYOUT */
.lt-ie8 #overlay {
  display: none !important;
}
/* SHARED */
.lt-ie8 *:first-child + html .group {
  zoom: 1;
}
/* clearfix */
/* NAV */
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.lt-ie7 .browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
