/* Theme Name: Fat Parrot
 * Version: 1.0
 * Author: Daniel O'Connor at Austin Digital Ltd.
 * Author URI: http://austindigital.co.nz/
 * Description: Written for exclusive use by Fat Parrot Architecture Ltd. */
@import url(css/reset.css);
/*------------------------------------------------
 *------- Defaults
 *------------------------------------------------
 */
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@font-face {
  font-family: "FontAwesome";
  src: url("http://fatparrot.co.nz/wp-content/themes/fatparrot/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("http://fatparrot.co.nz/wp-content/themes/fatparrot/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("http://fatparrot.co.nz/wp-content/themes/fatparrot/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("http://fatparrot.co.nz/wp-content/themes/fatparrot/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("http://fatparrot.co.nz/wp-content/themes/fatparrot/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #737373;
  color: white;
  font: 12px/1 "Lato", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(170, 85, 179, 0.5);
}

-moz-::selection {
  background: rgba(170, 85, 179, 0.5);
}

a {
  color: #e3b3e9;
  cursor: pointer;
}
a:hover {
  color: white;
}

h1 {
  border-bottom: 0.0476em solid #b4b4b4;
  border-color: rgba(255, 255, 255, 0.5);
  color: #f5cd2d;
  font-size: 1.75em;
  margin-bottom: 1em;
  padding-bottom: 0.666em;
  text-transform: lowercase;
}

h2 {
  color: #f5cd2d;
  font-size: 1.75em;
  margin-bottom: 1em;
  text-transform: lowercase;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
  text-transform: lowercase;
}

h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}

h5 {
  font-size: 0.833em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin-bottom: 1.25em;
font-size: 14px;
}

hr {
  background: transparent;
  border: 0;
  border-top: 0.0833em solid white;
  border-color: rgba(255, 255, 255, 0.5);
  display: block;
  height: 0;
  margin: 2em 0;
  width: 100%;
}
.testimonial_rotator.template-longform hr.longform_hr{display:none;}
.testimonial_rotator.template-longform .testimonial_rotator_quote{text-align:left; font-size:14px; line-height: 18px;}
.testimonial_rotator_wrap {
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}
.testimonial_rotator.template-longform .testimonial_rotator_author_info{
margin: 5px 0 10px 0;
    padding: 5px;
    border: none;
text-align: left;
}
.testimonial_rotator.template-longform .testimonial_rotator_author_info p{
text-align: left;
margin-left: 45px;
}
.button, input[type='submit'] {
  background: url("images/ie/rgba(0, 0, 0, 0.2)");
  background: rgba(0, 0, 0, 0.2);
  border: 0.0833em solid;
  -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.3) inset;
  color: #e3b3e9;
  cursor: pointer;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 0.75em 1.75em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button:hover, input[type='submit']:hover {
  color: white;
}

input[type='text'], input[type='email'], textarea {
  background: url("images/ie/rgba(0, 0, 0, 0.05)");
  background: rgba(0, 0, 0, 0.05);
  border: 0.0833em solid white;
  border-color: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.5em;
  padding: 0.5em;
  text-shadow: inherit;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
input[type='text']:hover, input[type='text']:focus, input[type='email']:hover, input[type='email']:focus, textarea:hover, textarea:focus {
  background: url("images/ie/rgba(0, 0, 0, 0.15)");
  background: rgba(0, 0, 0, 0.15);
  outline: 0;
}

textarea {
  height: 8em;
}

body {
  background-attachment: fixed;
  background-image: url(images/body.jpg);
  background-position: center top;
  -webkit-mask-image: -webkit-linear-gradient(top, white 0%, white 100%);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
body > div {
  margin: 0 auto;
  width: 960px;
}

/*------------------------------------------------
 *------- Header
 *------------------------------------------------
 */
body > div > header {
  padding: 1.5em 0;
  text-align: right;
}
body > div > header #logo {
  float: left;
}
body > div > header #logo img {
  height: 156px;
  width: 115px;
}
body > div > header table {
  float: right;
  margin-bottom: 3em;
}
body > div > header th, body > div > header td {
  padding-left: 3em;
}
body > div > header th {
  font-weight: normal;
  padding: 0.75em 0;
  text-align: right;
  text-transform: uppercase;
}
body > div > header td {
  font-size: 1.5em;
  font-weight: bold;
}
body > div > header td:before {
  color: #f5cd2d;
  content: "\f095";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  margin-right: 0.5em;
}
body > div > header #tagline {
  clear: right;
  float: right;
  font-size: 2em;
  text-transform: lowercase;
}
body > div > header:after {
  clear: both;
  content: "";
  display: block;
}

/*------------------------------------------------
 *------- Banner
 *------------------------------------------------
 */
#banner {
  background: white;
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
  min-height: 2em;
  width: 960px;
}

/*------------------------------------------------
 *------- Navigation
 *------------------------------------------------
 */
body > div > nav {
  float: left;
  margin-bottom: 2em;
  width: 160px;
}
body > div > nav li {
  display: block;
}
body > div > nav li:first-child a {
  padding-top: 0;
}
body > div > nav a {
  border-bottom: 0.0667em solid #b4b4b4;
  border-color: rgba(255, 255, 255, 0.5);
  color: inherit;
  display: block;
  font-size: 1.25em;
  padding: 0.666em 0;
  text-decoration: none;
  text-transform: lowercase;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body > div > nav a:hover {
  padding-left: 1em;
}
body > div > nav .current_page_item a:before {
  background: #f5cd2d;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-right: 0.5em;
  vertical-align: baseline;
  width: 0.25em;
}

/*------------------------------------------------
 *------- Main Content
 *------------------------------------------------
 */
main {
  float: right;
  margin-bottom: 2em;
  width: 764px;
}
main:after {
  clear: both;
  content: "";
  display: block;
}

.home main > h1 {
  border: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/*------- Categories ------- */
#categories {
  margin-bottom: 0.5em;
}
#categories h2 {
  border-bottom: 0.0476em solid #b4b4b4;
  border-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0.666em;
}
#categories li {
  float: left;
  margin: 0 0 1.5em 1em;
  width: 143px;
}
#categories li:first-child, #categories li:first-child + li + li + li + li + li {
  margin-left: 0;
}
#categories a {
  background: white url(images/category-placeholder.jpg);
  background-size: cover;
  display: block;
  height: 108px;
  position: relative;
  text-decoration: none;
}
#categories a:hover span {
  background: url("images/ie/rgba(0, 0, 0, 0.85)");
  background: rgba(0, 0, 0, 0.85);
}
#categories img {
  height: 100%;
  width: 100%;
}
#categories span {
  background: url("images/ie/rgba(0, 0, 0, 0.7)");
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: white;
  display: block;
  font-size: 1.25em;
  margin-top: 5em;
  padding: 0.5em 0;
  position: absolute;
  text-align: center;
  text-shadow: 0.0833em 0.0833em rgba(0, 0, 0, 0.5);
  text-transform: lowercase;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
#categories:after {
  clear: both;
  content: "";
  display: block;
}

/*------- Content ------- */
#content {
  margin-bottom: 2em;
  min-height: 16em;
}
#content:after {
  clear: both;
  content: "";
  display: block;
}

.home #content {
  float: left;
  width: 500px;
}

.home h2 {
  border-bottom: 0.0476em solid #b4b4b4;
  border-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0.666em;
}

#content p:first-child, #services p:first-child, #testimonial p:first-child {
  font-size: 1.25em;
}
#content p:first-of-type, #services p:first-of-type, #testimonial p:first-of-type {
  font-size: 1.25em;
}
#content ul, #content ol, #services ul, #services ol, #testimonial ul, #testimonial ol {
  counter-reset: ul;
  margin-bottom: 1.25em;
}
#content li, #services li, #testimonial li {
  line-height: 1.75em;
  padding-left: 1.5em;
font-size: 14px;
}
#content ul li:before, #services ul li:before, #testimonial ul li:before {
  color: #f5cd2d;
  content: "\25fc";
  display: inline-block;
  font-size: 0.5em;
  margin-left: -3em;
  width: 3em;
}
#content ol li:before, #services ol li:before, #testimonial ol li:before {
  color: #f5cd2d;
  content: counter(ul) ".";
  counter-increment: ul;
  margin-right: 1.25em;
}
#content .alignleft, #services .alignleft, #testimonial .alignleft {
  float: left;
  margin: 0 1.25em 1.25em 0;
}
#content .alignright, #services .alignright, #testimonial .alignright {
  float: right;
  margin: 0 0 1.25em 1.25em;
}
#content .aligncenter, #services .aligncenter, #testimonial .aligncenter {
  display: block;
  margin: 0 auto 1.25em auto;
}
#content .alignnone, #services .alignnone, #testimonial .alignnone {
  margin-bottom: 1.25em;
}
#content .wp-caption .wp-caption-dd, #content .wp-caption .wp-caption-text, #services .wp-caption .wp-caption-dd, #services .wp-caption .wp-caption-text, #testimonial .wp-caption .wp-caption-dd, #testimonial .wp-caption .wp-caption-text {
  border-bottom: 0.0833em solid #b4b4b4;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 1em 0;
  text-align: left;
}
#content .gallery, #services .gallery, #testimonial .gallery {
  clear: both;
  margin: 0;
  padding: 0;
}
#content .gallery .gallery-item, #services .gallery .gallery-item, #testimonial .gallery .gallery-item {
  float: left;
  margin: 0 0 1.25em 15px;
  padding: 0;
}
#content .gallery .gallery-icon, #services .gallery .gallery-icon, #testimonial .gallery .gallery-icon {
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
#content .gallery a, #services .gallery a, #testimonial .gallery a {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}
#content .gallery a:before, #services .gallery a:before, #testimonial .gallery a:before {
  background: white;
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  color: #333333;
  content: "+";
  cursor: pointer;
  display: none;
  font-size: 2em;
  left: 50%;
  margin: -0.75em 0 0 -0.75em;
  padding: 0.25em 0;
  position: absolute;
  text-align: center;
  text-shadow: none;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  width: 1.5em;
}
#content .gallery a::before, #services .gallery a::before, #testimonial .gallery a::before {
  display: block;
  opacity: 0;
}
#content .gallery a:hover:before, #services .gallery a:hover:before, #testimonial .gallery a:hover:before {
  display: block;
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#content .gallery img, #services .gallery img, #testimonial .gallery img {
  background: white;
  height: 150px;
  max-width: none;
  position: relative;
  width: 250px;
  z-index: -1;
}
#content .gallery .wp-caption-text, #services .gallery .wp-caption-text, #testimonial .gallery .wp-caption-text {
  font-size: inherit;
  line-height: 1.5;
  margin: 0;
  padding-top: 0.75em;
  text-align: center;
}
#content .gallery .wp-caption-text:before, #services .gallery .wp-caption-text:before, #testimonial .gallery .wp-caption-text:before {
  font-family: "FontAwesome";
  font-size: 0.833em;
  content: "\f030";
  display: inline-block;
  margin-right: 0.5em;
}
#content .gallery br, #services .gallery br, #testimonial .gallery br {
  display: none;
}
#content .gallery:after, #services .gallery:after, #testimonial .gallery:after {
  clear: both;
  content: "";
  display: block;
}
#content .gallery-columns-1 .gallery-item, #services .gallery-columns-1 .gallery-item, #testimonial .gallery-columns-1 .gallery-item {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
#content .gallery-columns-2 .gallery-item, #services .gallery-columns-2 .gallery-item, #testimonial .gallery-columns-2 .gallery-item {
  margin-left: 66px;
  margin-right: 65px;
  width: 250px;
}
#content .gallery-columns-3 .gallery-item, #services .gallery-columns-3 .gallery-item, #testimonial .gallery-columns-3 .gallery-item {
  width: 244px;
}
#content .gallery-columns-3 .gallery-item:nth-of-type(3n-2), #services .gallery-columns-3 .gallery-item:nth-of-type(3n-2), #testimonial .gallery-columns-3 .gallery-item:nth-of-type(3n-2) {
  clear: both;
  margin-left: 0;
}
#content .gallery-columns-3 img, #services .gallery-columns-3 img, #testimonial .gallery-columns-3 img {
  margin-left: -3px;
}
#content .gallery-columns-4 .gallery-item, #services .gallery-columns-4 .gallery-item, #testimonial .gallery-columns-4 .gallery-item {
  width: 179px;
}
#content .gallery-columns-4 .gallery-item:nth-of-type(4n-3), #services .gallery-columns-4 .gallery-item:nth-of-type(4n-3), #testimonial .gallery-columns-4 .gallery-item:nth-of-type(4n-3) {
  clear: both;
  margin-left: 0;
}
#content .gallery-columns-4 img, #services .gallery-columns-4 img, #testimonial .gallery-columns-4 img {
  margin-left: -35px;
}
#content .gallery-columns-5 .gallery-item, #services .gallery-columns-5 .gallery-item, #testimonial .gallery-columns-5 .gallery-item {
  width: 140px;
}
#content .gallery-columns-5 .gallery-item:nth-of-type(5n-4), #services .gallery-columns-5 .gallery-item:nth-of-type(5n-4), #testimonial .gallery-columns-5 .gallery-item:nth-of-type(5n-4) {
  clear: both;
  margin-left: 0;
}
#content .gallery-columns-5 img, #services .gallery-columns-5 img, #testimonial .gallery-columns-5 img {
  margin-left: -55px;
}
#content .gallery-columns-6 .gallery-item, #services .gallery-columns-6 .gallery-item, #testimonial .gallery-columns-6 .gallery-item {
  width: 114px;
}
#content .gallery-columns-6 .gallery-item:nth-of-type(6n-5), #services .gallery-columns-6 .gallery-item:nth-of-type(6n-5), #testimonial .gallery-columns-6 .gallery-item:nth-of-type(6n-5) {
  clear: both;
  margin-left: 0;
}
#content .gallery-columns-6 img, #services .gallery-columns-6 img, #testimonial .gallery-columns-6 img {
  margin-left: -68px;
}
#content .gallery-columns-7 .gallery-item, #services .gallery-columns-7 .gallery-item, #testimonial .gallery-columns-7 .gallery-item {
  width: 96px;
}
#content .gallery-columns-7 .gallery-item:nth-of-type(7n-6), #services .gallery-columns-7 .gallery-item:nth-of-type(7n-6), #testimonial .gallery-columns-7 .gallery-item:nth-of-type(7n-6) {
  clear: both;
  margin-left: 0;
}
#content .gallery-columns-7 img, #services .gallery-columns-7 img, #testimonial .gallery-columns-7 img {
  margin-left: -77px;
}
#content .gallery-columns-8 .gallery-item, #services .gallery-columns-8 .gallery-item, #testimonial .gallery-columns-8 .gallery-item {
  width: 82px;
}
#content .gallery-columns-8 .gallery-item:nth-of-type(8n-7), #services .gallery-columns-8 .gallery-item:nth-of-type(8n-7), #testimonial .gallery-columns-8 .gallery-item:nth-of-type(8n-7) {
  clear: both;
  margin-left: 0;
}
#content .gallery-columns-8 img, #services .gallery-columns-8 img, #testimonial .gallery-columns-8 img {
  margin-left: -84px;
}
#content .gallery-columns-9 .gallery-item, #services .gallery-columns-9 .gallery-item, #testimonial .gallery-columns-9 .gallery-item {
  width: 71px;
}
#content .gallery-columns-9 .gallery-item:nth-of-type(9n-8), #services .gallery-columns-9 .gallery-item:nth-of-type(9n-8), #testimonial .gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
  clear: both;
  margin-left: 0;
}
#content .gallery-columns-9 img, #services .gallery-columns-9 img, #testimonial .gallery-columns-9 img {
  margin-left: -89px;
}
#content blockquote, #services blockquote, #testimonial blockquote {
  margin-top: 10px;
  padding: 0 3.5em;
  position: relative;
}
#content blockquote:before, #content blockquote:after, #services blockquote:before, #services blockquote:after, #testimonial blockquote:before, #testimonial blockquote:after {
  color: #c165cb;
  font-family: "FontAwesome";
  font-size: 3em;
  position: absolute;
  top: 0;
}
#content blockquote:before, #services blockquote:before, #testimonial blockquote:before {
  content: "\f10d";
  left: 0;
}
#content blockquote:after, #services blockquote:after, #testimonial blockquote:after {
  content: "\f10e";
  right: 0;
}
#content blockquote small, #services blockquote small, #testimonial blockquote small {
  font-size: 1em;
}
#content .staff-member, #services .staff-member, #testimonial .staff-member {
  clear: none !important;
  float: left;
  margin-bottom: 3em;
  width: 173px;
}
#content .staff-member + *, #services .staff-member + *, #testimonial .staff-member + * {
  clear: both;
}
#content .staff-member:nth-of-type(4n-3), #services .staff-member:nth-of-type(4n-3), #testimonial .staff-member:nth-of-type(4n-3) {
  clear: both !important;
  margin-left: 0 !important;
}
#content .staff-member > *:last-child, #services .staff-member > *:last-child, #testimonial .staff-member > *:last-child {
  margin-bottom: 0;
}
#content .staff-member p, #services .staff-member p, #testimonial .staff-member p {
  font-size: 1em !important;
}
#content .staff-member h4:before, #services .staff-member h4:before, #testimonial .staff-member h4:before {
  font-family: "FontAwesome";
  font-size: 0.833em;
  color: #dca0e3;
  content: "\f007";
  display: inline-block;
  margin-right: 0.75em;
}
#content .staff-member .postnomials, #services .staff-member .postnomials, #testimonial .staff-member .postnomials {
  font-size: 0.833em !important;
  font-weight: bold;
  text-transform: uppercase;
}
#content .staff-member + .staff-member, #services .staff-member + .staff-member, #testimonial .staff-member + .staff-member {
  margin-left: 2em;
}
#content * + .staff-member, #services * + .staff-member, #testimonial * + .staff-member {
  margin-left: 0;
}

/*------- Enquiries ------- */
#enquiries {
  display: none;
  float: right;
  width: 160px;
}

.wpcf7 img {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  border: 0 !important;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-validation-errors {
  color: red;
}

.wpcf7-mail-sent-ok {
  color: #00bb00;
}

/*------- Services ------- */
#services {
  float: right;
  width: 228px;
}

/*------- Contact Info ------- */
#contact-info .google-map-canvas {
  background: #eeeeee;
  border: 0.75em solid white;
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30em;
  margin-bottom: 2em;
  text-shadow: none;
}
#contact-info > div:after {
  clear: both;
  content: "";
  display: block;
}
#contact-info section {
  float: left;
  margin: 0 0 3em 3em;
  min-width: 158px;
}
#contact-info section:first-child {
  margin-left: 0;
}
#contact-info h2 + div {
  border-bottom: 0.0833em solid #b4b4b4;
  border-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2em;
}
#contact-info h2 + div section {
  margin-bottom: 2em;
}
#contact-info h3:before {
  color: #f5cd2d;
  font-family: "FontAwesome";
  font-size: 0.833em;
  display: inline-block;
  margin-right: 0.5em;
}
#contact-info h3.contact:before {
  content: "\f095";
}
#contact-info h3.address:before {
  content: "\f041";
}
#contact-info h3.postal:before {
  content: "\f0e0";
}
#contact-info h4:before {
  font-family: "FontAwesome";
  font-size: 0.833em;
  color: #dca0e3;
  content: "\f007";
  display: inline-block;
  margin-right: 0.75em;
}
#contact-info .postnomials {
  display: block;
  font-size: 0.833em !important;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#contact-info dl {
  line-height: 1.5;
}
#contact-info dl:after {
  clear: both;
  content: "";
  display: block;
}
#contact-info dt {
  color: white;
  clear: left;
  float: left;
  margin-bottom: 0.25em;
  min-width: 3em;
  padding-right: 0.5em;
  text-transform: lowercase;
}
#contact-info dd {
  float: left;
  margin-bottom: 0.25em;
}
#contact-info p {
  margin: 0;
}

/*------------------------------------------------
 *------- Seal
 *------------------------------------------------
 */
#seal {
  clear: both;
  float: left;
  height: 4em;
  margin-bottom: 2em;
  width: 160px;
}

/*------------------------------------------------
 *------- Testimonial
 *------------------------------------------------
 */
#testimonial {
  float: right;
  margin-bottom: 2em;
  width: 764px;
}

/*------------------------------------------------
 *------- Brands
 *------------------------------------------------
 */
#brands {
  background: white;
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  clear: both;
  display: table;
  margin-bottom: 2em;
  width: 100%;
}
#brands > div {
  display: table-row;
}
#brands a {
  display: table-cell;
  opacity: 0.8;
  padding: 1em 3em;
  text-align: center;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
}
#brands a:hover {
  opacity: 1;
}

/*------------------------------------------------
 *------- Footer
 *------------------------------------------------
 */
footer {
  margin-bottom: 3em;
}
footer address {
  font-style: normal;
}
footer address > div {
  float: right;
  margin-bottom: 3em;
}
footer address > div:first-child {
  float: left;
}
footer address > div > div {
  color: #dddddd;
  float: left;
}
footer address > div > div:first-child {
  margin-right: 3em;
}
footer a {
  color: white;
}
footer em {
  color: #f5cd2d;
  display: block;
  font-size: 1.5em;
  font-style: normal;
  margin-bottom: 1em;
  text-transform: lowercase;
}
footer dl {
  line-height: 1.5;
}
footer dl:after {
  clear: both;
  content: "";
  display: block;
}
footer dt {
  color: white;
  clear: left;
  float: left;
  margin-bottom: 0.25em;
  min-width: 7.5em;
  padding-right: 0.5em;
  text-transform: lowercase;
}
footer dd {
  float: left;
  margin-bottom: 0.25em;
}
footer .google-map img {
  background: #eeeeee;
  border: 0.75em solid white;
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  height: 10em;
  width: 13em;
}

/*------- Small (Legal) ------- */
footer small {
  clear: both;
  display: block;
  font-size: 1em;
}
footer #credit {
  float: right;
}
footer #credit a {
  color: #6bd7ff;
}
footer #credit a:hover {
  color: white;
}
footer #credit img {
  height: 14px;
  width: 13px;
}

/*------- Obsolete Browser ------- */
#obsolete-browser {
  left: 50%;
  position: absolute;
  position: fixed;
  top: 50%;
  width: 400px;
}

#obsolete-browser div {
  background: #222222;
  left: -200px;
  padding: 4em;
  position: relative;
  top: -127px;
}
#obsolete-browser div h1 {
  text-align: center;
}

.hidden {
  display: none;
}

/*------- Fancybox ------- */
#fancybox-overlay {
  background-color: black !important;
  opacity: 0.6 !important;
}

#fancybox-outer {
  background: transparent;
}

#fancybox-content {
  border-color: transparent;
}

.fancybox-bg {
  display: none;
}

#fancybox-title-over {
  background: white;
  color: #333333;
  padding: 1.5em;
  text-shadow: none;
}

#fancybox-close {
  background: white;
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  color: #333333;
  display: block;
  font-size: 2em;
  height: auto;
  padding: 0.25em 0;
  position: absolute;
  right: 1em;
  text-align: center;
  top: 1em;
  width: 1.5em;
}
#fancybox-close:before {
  content: "\00d7";
}

#fancybox-close, #fancybox-left-ico, #fancybox-right-ico {
  background: white;
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px rgba(0, 0, 0, 0.15);
  color: #333333;
  display: block;
  font-size: 2em;
  height: auto;
  padding: 0.25em 0;
  position: absolute;
  text-align: center;
  text-shadow: none;
  width: 1.5em;
}

#fancybox-left-ico, #fancybox-right-ico {
  margin-top: -0.75em;
  top: 50%;
}

#fancybox-left:hover span {
  left: 1em;
}

#fancybox-left-ico {
  left: 1em;
}
#fancybox-left-ico:before {
  content: "\003c";
}

#fancybox-right-ico {
  right: 1em;
}
#fancybox-right-ico:before {
  content: "\003e";
}
