/* =========================================================== */
/* ! Less CSS
/* =========================================================== *//* Less Errors */.less-error-message {
  display: none;
}
/* Variables
-------------------------------------------------------------- *//* Colors *//* Fonts *//* Layout (978px 12-column Grid with 30px gutters) */
/* 978px */
/* 642px or 65.644178% */
/* 420px or 42.9447853% */
/* 30px or 3.8674847% */
/* 306px or 31.2883436% */
/* 192px or 19.6319018% */
/* Mixins
-------------------------------------------------------------- *//* =========================================================== */
/* ! Basic Structure
/* =========================================================== */
body {
  background: url('images/background.png') repeat;
}
.wrap {
  clear: both;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 1038px;
}
.container-top {
  background: url('images/container-background-top.png') no-repeat 0 0;
  height: 34px;
}
.container-main {
  background: url('images/container-background.png') repeat 0 0;
  padding: 30px 30px 3px;
}
.container-bottom {
  background: url('images/container-background-bottom.png') no-repeat 0 0;
  height: 48px;
  background-size: cover;
}
a:hover { text-decoration: none !important; }

/* Custom Header Image
-------------------------------------------------------------- */
#headimg {
  margin: 0 0 27px;
}
/* Focus
-------------------------------------------------------------- */
#focus {
  clear: both;
  margin: 0 0 27px;
}
/* Content
-------------------------------------------------------------- */
#content {
  clear: both;
  margin: 0 0 30px;
  min-height: 400px;
  width: 100%;
  display: inline-block;
}
.home #content {
  min-height: 0;
}
#main {
  height: auto;
  margin: 0;
}
#main.full-width {
  width: 100%;
}
#main.narrow {
  /* Only used in three-column layout */

  float: left;
  height: auto;
  margin: 0;
  width: 42.9447853%;
}
#sidebar {
  height: auto;
  width: 31.2883436%;
}
#sidebar-alt {
  /* Only used in three-column layout */

  float: left;
  height: auto;
  margin-left: 2.9674847%;
  width: 19.6319018%;
}
.half-column {
  float: left;
  margin: 0 4% 0 0;
  width: 48%;
}
.half-column:last-child {
  margin-right: 0;
}
/* =========================================================== */
/* ! Selections
/* =========================================================== */::selection {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
/* =========================================================== */
/* ! Global Elements
/* =========================================================== */body {
  color: #1f1f1f;
  font: 14px "proxima-nova", Helvetica, Arial, sans-serif !important;
  text-shadow: 0 1px 0 #fff;
}
p {
  margin-bottom: 9px;
}
p small {
  font-size: 11px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1f1f1f;
  font-family: 'proxima-nova';
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 15px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
  font-size: .75em;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-family: 'Courier New';
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
ul, ol {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 160%;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 15px 0 15px 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.monospace {
  font-family: 'Courier New';
  font-size: 13px;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  background: url('images/blockquote-background.png') repeat 0 0;
  margin-bottom: 18px;
  border: 1px solid #dbdbdb;
  border-left: 8px solid #000;
  padding: 20px 25px;
  font-family: 'Courier New';
  font-size: 13px;
}
blockquote p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.71;
  margin: 0 !important;
}
blockquote.pquote {
  background: #fafafa;
  border: none;
  border-top: 5px solid #eee;
  padding: 3%;
  width: 30%;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
code {
  background-color: #fee9cc;
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 160%;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#content p {
  line-height: 1.625em;
  margin: 15px 0 20px;
}
#content ul li {
  background: url('images/bullet.png') no-repeat 6px 9px;
  list-style-type: none;
  margin: 0;
  padding-left: 31px;
}
/* Links
-------------------------------------------------------------- */a:link, a:visited {
  color: #ba2b2b;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover, a:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
/* =========================================================== */
/* ! WordPress Defaults
/* =========================================================== */img {
  height: auto;
  max-width: 100%;
}
#content img {
  height: auto;
  max-width: 100%;
}
.post-body img {
  margin-bottom: 15px;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  background-color: #FFF;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
  max-width: 100%;
  padding-top: 5px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 160%;
  margin: 0 !important;
  padding: 0 4px 5px;
}
.wp-caption .alignleft, .wp-caption .left {
  margin: 0 20px 0 0;
}
.wp-caption .alignright, .wp-caption .right {
  margin: 0 0 0 20px;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 16px;
}
blockquote.left {
  float: left;
  margin: 0 20px 0 0;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin: 0 0 0 20px;
  text-align: left;
  width: 33%;
}
/* =========================================================== */
/* ! Forms
/* =========================================================== */form div {
  margin: 0 0 20px;
}
#content .gform_wrapper ul li {
  background: transparent;
  clear: both;
  padding: 0;
}
#content .gform_wrapper .gfield {
  position: relative;
}
#content .gform_wrapper .gfield .gfield_label {
  color: #aeaeae;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 6px;
  left: 23px;
}
#content .gform_wrapper textarea,
#content .gform_wrapper input[type="text"],
#content .gform_wrapper input[type="email"],
#content .gform_wrapper input[type="password"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 17%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(17%, #ffffff));
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 17%);
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 17%);
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 17%);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); */

  background: linear-gradient(top, #efefef 0%, #ffffff 17%);
  border: 1px solid #c1c6c8;
  border-radius: 3px;
  color: #aeaeae;
  display: block;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  max-width: 97.5%;
  overflow: hidden;
  padding: 4px 8px;
  -webkit-transition: -webkit-box-shadow 0.6s;
  -o-transition: -o-box-shadow 0.6s;
  -moz-transition: -moz-box-shadow 0.6s;
  transition: box-shadow 0.6s;
}
#content .gform_wrapper textarea:focus, #content .gform_wrapper input[type="text"]:focus, #content .gform_wrapper input[type="password"]:focus {
  -webkit-box-shadow: 0 0 7px rgba(31, 174, 255, 0.3);
  -moz-box-shadow: 0 0 7px rgba(31, 174, 255, 0.3);
  box-shadow: 0 0 7px rgba(31, 174, 255, 0.3);
  border: 1px solid #9dd3e4;
  color: #858585;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -o-transition: -o-box-shadow 0.3s;
  -moz-transition: -moz-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  outline: none;
}
#content .gform_wrapper p {
  margin-bottom: 3px !important;
}
#content .gform_wrapper select {
  display: block;
}
#content .gform_wrapper input[type="radio"] {
  margin-bottom: 15px;
}
#content .gform_wrapper input[type="submit"] {
  font-size: 16px;
}
/* Newsletter Signup Form
-------------------------------------------------------------- */
#newsletter-signup {
  background: url('images/newsletter-feature-bg.png') repeat-x 0 0;
  color: #333;
  padding: 71px 20px 20px;
  text-align: center;
  background-position: center;
}
#newsletter-signup h2 {
  font: normal 19px/1em 'Pacifico';
  margin: 0;
  letter-spacing: 0;
}
#newsletter-signup h3 {
  font: 46px/1em 'BebasNeueRegular';
  letter-spacing: .2em;
  margin: 0 0 5px;
  text-transform: uppercase;
}
#newsletter-signup .email {
  background: transparent url('images/newsletter-feature-input-bg.png') repeat-x bottom left;
  border: none;
  float: left;
  font-family: 'PermanentMarker';
  font-size: 14px;
  padding: 7px 4px;
  width: 202px;
}
#newsletter-signup .email:focus {
  outline: none;
}
#newsletter-signup .submit {
  float: right;
  font-size: 16px;
  height: 34px;
  line-height: 1em;
  padding: 0;
  text-align: center;
  width: 48px;
}
/* =========================================================== */
/* ! Contact Info / Header / Logo / Nav / Search
/* =========================================================== *//* Contact Info
-------------------------------------------------------------- */
.contact-info {
  float: right;
  font-size: 14px;
  padding: 45px 30px 0 0;
  width: 500px;
}
.contact-info .contact-nav {
  margin: 2px 0 0;
}
.contact-info .contact-nav li {
  display: inline;
  float: right;
  list-style-type: none;
}
.contact-info .contact-nav li a {
  color: #000;
  display: inline;
  font-weight: normal;
  line-height: 25px;
  margin: 0 8px 0 0;
}
.contact-info .contact-nav li a:after {
  content: ' // ';
}
.contact-info .contact-nav li:first-of-type a:after {
  content: '';
}
.contact-info .social-links {
  clear: both;
  display: inline-block;
  float: right;
}
.contact-info .social-links a {
  background: url('images/icons-social.png') no-repeat;
  display: block;
  float: left;
  font-size: 14px;
  height: 24px;
  margin-left: 10px;
  text-indent: -9999em;
  width: 24px;
  -webkit-transition: none;
  -mox-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.contact-info .social-links .twitter {
  background-position: 0 top;
}
.contact-info .social-links .twitter:hover {
  background-position: -30px top;
}
.contact-info .social-links .facebook {
  background-position: 0 -25px;
  float: right;
}
.contact-info .social-links .facebook:hover {
  background-position: -30px -25px;
}
.ie7 .contact-info .social-links {
  display: inline;
  width: 70px;
  zoom: 1;
}
/* Header
-------------------------------------------------------------- */#header {
  position: relative;
  text-shadow: none;
  width: 100%;
  z-index: 10;
}
/* Header Logo
-------------------------------------------------------------- */#header .logo {
  display: block;
  float: left;
  font-size: 59px;
  margin: 15px 0 15px;
}
#header .logo a {
  background: transparent no-repeat 0 0;
  display: block;
  height: 70px;
  margin-left: -135px;
  position: absolute;
  left: 50%;
  top: -6px;
  text-indent: -9999em;
  width: 271px;
}
#header .logo a:hover {
  opacity: .87;
}
/* Navigation
-------------------------------------------------------------- */#navigation {
  margin-bottom: 19px;
}
#navigation .navi {
  margin: 11px 28px 7px;
}
#navigation .navi li {
  display: inline-block;
  list-style-type: none;
  margin: 0 22px;
}
#navigation .navi li a {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
}
#navigation .navi li a:hover {
  color: #ba2b2b;
}
.ie7 #navigation .navi li {
  display: inline;
  zoom: 1;
}
/* Headline
-------------------------------------------------------------- */#headline {
  clear: both;
  font: 20px "proxima-nova", Helvetica, Arial, sans-serif;
  margin: 0 0 25px;
}
/* =========================================================== */
/* ! Breadcrumbs / Notices / Section Headers
/* =========================================================== */#crumbs h3 {
  float: left;
  font-family: 'Courier New';
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#crumbs .home-link {
  float: right;
  font-family: 'Courier New';
  font-size: 13px;
}
/* =========================================================== */
/* ! Sitemap
/* =========================================================== */.sitemap ul {
  line-height: 20px;
  margin: 0 0 20px;
}
.sitemap ul ul {
  margin: 0 0 0 15px;
}
.sitemap ul li ul li {
  list-style: inside disc;
}
.sitemap ul li ul:last-child {
  margin-bottom: 15px;
}
#content .current_page_item {
  background: none;
}
/* =========================================================== */
/* ! Posts
/* =========================================================== */.post {
  clear: both;
  margin: 0 0 48px;
}
.single .post {
  border: none;
  margin: 0 0 35px;
}
.post-title, .page-title {
  margin: 8px 0 10px;
}
.post-title a:link, .post-title a:visited {
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
}
.post-title a:hover, .post-title a:active {
  color: #ba2b2b;
}
.post:last-child {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
span.post-meta {
  display: block;
  margin: 0 0 7px;
}
.post-body {
  margin: 20px 0 0;
}
.post-body ul, .post-body ol {
  line-height: 160%;
  margin: 0 0 20px;
}
.post-body ul li ul, .post-body ol li ol {
  line-height: 160%;
  margin: 0 0 0 20px;
}
.post-body ul li {
  list-style: inside disc;
  margin-left: 1.5em;
  text-indent: -0.95em;
}
.post-body ol li {
  list-style: inside decimal;
  margin-left: 1.5em;
  text-indent: -1.2em;
}
.post-body pre {
  background: #F7F7F7;
  border: 1px solid #D4D4D4;
  padding: 20px 20px 17px;
}
.post-body object, .post-body embed, .post-body iframe {
  margin: 0 0 12px;
  max-height: 450px;
  max-width: 100%;
}
.posts-navigation {
  clear: both;
  font-weight: bold;
  overflow: hidden;
}
.posts-navigation.top {
  margin: 0 0 30px;
}
.post-attachment .posts-navigation.top {
  border-bottom: 0;
}
.posts-navigation.bottom {
  margin: 13px 0;
}
#main .post:last-child, #content .post:last-child {
  margin: 0 !important;
}
.gallery {
  margin: 0 0 30px !important;
}
.gallery img {
  border-width: 1px !important;
}
dd.gallery-caption {
  font-size: 80%;
  line-height: 140%;
  margin: -12px 0 0;
}
/* =========================================================== */
/* ! Home Featured
/* =========================================================== */.home #content {
  margin-bottom: 20px;
}
#home-featured .addthis_toolbox {
  display: none;
}
#home-featured .column {
  background: url('images/dots-vert.gif') repeat-y right;
  float: left;
  margin: 0 15px 0 0;
  padding-right: 15px;
  width: 306px;
}
#home-featured .column p {
  line-height: 1em;
}
#home-featured .column p img {
  margin: 0;
}
#home-featured .column-3 {
  background: none;
  margin-right: 0;
  padding-right: 0;
}
#home-featured .column .post-body {
  margin: 0;
}
#home-featured .column .no-thumb-image {
  background: #ffffff url('images/info.png') no-repeat center;
  height: 185px;
  margin-bottom: 15px;
}
#home-featured .column img {
  margin: 0;
}
#home-featured .column h2 {
  margin: 0 0 12px;
}
#home-featured .column p {
  margin: 0;
}
/* =========================================================== */
/* ! Portfolio
/* =========================================================== */
ul.portfolio {
  margin: 0;
}
.portfolio ul {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}
.portfolio li.row {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}
.portfolio ul li {
  display: block;
  float: left;
  margin-right: 30px;
  position: relative;
  width: 306px;
}
.portfolio ul li .portfolioItem img {
  display: block;
  float: left;
  margin-bottom: 20px;
}
.portfolio ul li h2 {
  margin: 0 0 12px;
}
.portfolio ul li .portfolioItemOverlay {
  background: #d4d4d4 url('images/info.png') no-repeat center;
  height: 185px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 306px;
}
.portfolio ul li .portfolioItemOverlay a, .portfolio ul li .portfolioItemOverlay a:link {
  display: block;
  height: 100%;
}
.portfolio ul li.last {
  margin-right: 0 !important;
}
#project-clientname,
#project-type,
#project-url,
#project-relatedpost {
  clear: both;
  float: left;
}
#portfolio-thumbs {
  margin: 10px 0 -8px;
  overflow: hidden;
}
#portfolio-thumbs .thumb {
  float: left;
  margin: 0 10px 20px;
  overflow: hidden;
  width: 112px;
}
#portfolio-thumbs .thumb img {
  background: #ffffff url('images/info.png') no-repeat center;
  display: block;
  height: 100px;
  width: 100px;
}
/* =========================================================== */
/* ! Author Bio
/* =========================================================== */#post-author-info {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-top: 6px solid #D4D4D4;
  line-height: 160%;
  margin: 0 0 50px;
  padding: 20px;
}
#post-author-info h2 {
  margin: 0 0 12px;
}
#post-author-info .avatar {
  background: #fff;
  border: 1px solid #D4D4D4;
  float: right;
  margin: 0 0 10px 20px;
  padding: 5px;
}
#post-author-info #author-link {
  margin: 10px 0 0;
}
/* =========================================================== */
/* ! Sidebar / Widgets
/* =========================================================== */.widget {
  clear: both;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.widget:last-child {
  margin: 0;
}
.widget ul, .widget ol {
  margin-left: 0;
}
.widget li {
  background: none;
  border-bottom: 1px solid #D4D4D4;
  list-style: none;
  padding: 8px 0;
}
.widget li:first-child {
  padding: 0 0 8px;
}
.widget li:last-child {
  border: 0px none;
  padding: 8px 0 0;
}
.widgetbody {
  font-size: 12px;
  padding: 20px 0;
}
.widgetbody:after {
  clear: both;
}
h3.widgettitle {
  font-size: 16px;
  margin: 0;
}
h3.widgettitle a {
  color: #1f1f1f;
}
.widget ul li ul {
  padding: 0 0 0 15px;
}
.widget ul li ul.children {
  border-top: 1px solid #D4D4D4;
  margin: 8px 0 0 !important;
}
.widget ul li ul.children li:first-child {
  padding-top: 8px;
}
.widget ul li ul.children li {
  list-style: inside disc;
}
.widget object, .widget embed {
  height: 190px;
  width: 100%;
}
#wp-calendar {
  margin: 0;
  width: 100%;
}
#wp-calendar caption {
  font-size: 180%;
  margin: 0 0 24px;
}
#wp-calendar td {
  padding: 10px 0 0 !important;
}
#wp-calendar #next a, #wp-calendar #prev a {
  margin: 20px 0 0;
}
#wp-calendar #next a {
  float: right;
}
#wp-calendar #prev a {
  float: left;
}
#wp-calendar td {
  text-align: center;
}
/* Social Widget
	-------------------------------------------------------------- */#social-widget {
  margin: -3px 0;
}
#social-widget li {
  padding: 8px 0;
}
#social-widget li a {
  padding: 3px 0 3px 27px;
}
#social-widget li.tw a {
  background: url('images/twitter_16.png') no-repeat left !important;
}
#social-widget li.fb a {
  background: url('images/facebook_16.png') no-repeat left !important;
}
#social-widget li.gp a {
  background: url('images/google_plus_16.png') no-repeat left !important;
}
#social-widget li.sk a {
  background: url('images/skype_16.png') no-repeat left !important;
}
#social-widget li.it a {
  background: url('images/apple_16.png') no-repeat left !important;
}
#social-widget li.yt a {
  background: url('images/youtube_16.png') no-repeat left !important;
}
#social-widget li.em a {
  background: url('images/email_16.png') no-repeat left !important;
}
#social-widget li.rs a {
  background: url('images/rss_16.png') no-repeat left !important;
}
/* Twitter Widget
	-------------------------------------------------------------- */.twitter-follow {
  display: block;
  margin: 15px auto 0;
  text-align: center;
}
/* =========================================================== */
/* ! Footer
/* =========================================================== */
#footer {
  background: url('images/appointment-banner.png') no-repeat top;
  clear: both;
  height: 65px;
  margin: 5px 0;
  overflow: hidden;
  text-shadow: none;
}
#footer span {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 65px;
  margin: 0 105px;
  text-transform: uppercase;
}
#footer .call-today {
  float: left;
}
#footer .phone {
  background: url('images/icons.png') no-repeat -50px 20px;
  float: right;
  margin-left: 0;
  padding-left: 35px;
}
#footer-bottom {
  color: #000;
  font-weight: 200;
  padding: 15px 30px 30px;
  position: relative;
}
.footer-contact {
  padding: 14px 0 12px;
}
#footer-bottom .logo {
  margin-left: -37px;
  position: absolute;
  left: 547px;
  top: 5px;
}
#footer-bottom a {
  color: #000000;
}
#footer-bottom a:hover {
  color: #ba2b2b;
}
#footer-bottom ul {
  margin: 25px 0;
  text-align: center;
}
#footer-bottom li {
  display: inline-block;
  list-style-type: none;
}
.ie7 #footer-bottom li {
  display: inline;
  zoom: 1;
}
#footer-bottom li a {
  color: #000;
  font-weight: normal;
}
#top-link {
  background: url('images/ribbon.png') no-repeat 0 0;
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  width: 65px;
}
#top-link:hover {
  opacity: .75;
}
/* =========================================================== */
/* ! Other UI Elements
/* =========================================================== */
/* Line Dividers
	-------------------------------------------------------------- */
.line {
  background: url('images/line.png') repeat-x 0 0;
  height: 9px;
}
/* =========================================================== */
/* ! Buttons
/* =========================================================== */button,
.button,
.button:visited,
a.button,
a.button:visited,
form submit,
.page-navigation a,
.posts-navigation a,
input#submit,
input[type=submit] {
  background: #000000 url('images/button-texture.png');
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'proxima-nova';
  font-size: 16px;
  font-weight: 800;
  height: 42px;
  letter-spacing: .15em;
  line-height: 42px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button:hover,
.button:hover,
.button:visited:hover,
a.button:hover,
a.button:visited:hover,
form submit:hover,
.page-navigation a:hover,
.posts-navigation a:hover,
input#submit:hover,
input[type=submit]:hover {
  background-color: #252525;
}
button:active,
.button:active,
.button:visited:active,
a.button:active,
a.button:visited:active,
form submit:active,
.page-navigation a:active,
.posts-navigation a:active,
input#submit:active,
input[type=submit]:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8) inset;
}
button,
.button,
.button:visited,
a.button,
a.button:visited,
form submit,
.page-navigation a,
.posts-navigation a,
input#submit,
input[type=submit] {
  display: inline;
  zoom: 1;
}
.page-navigation a,
.posts-navigation a,
.button.red,
a.button.red {
  background-color: #c13838;
}
.page-navigation a:hover,
.posts-navigation a:hover,
.button.red:hover,
a.button.red:hover {
  background-color: #d24545;
}
.page-navigation a:active,
.posts-navigation a:active,
.button.red:active,
a.button.red:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}
/* =========================================================== */
/* ! Special Classes
/* =========================================================== */.os {
  display: none;
}
.block {
  display: block;
  height: 100%;
  width: 100%;
}
.indent {
  text-indent: 30px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.right, .alignright {
  float: right;
}
.left, .alignleft {
  float: left;
}
.vert-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.clear {
  display: block;
  clear: both;
  height: 1%;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* SLIDER */
.carousel { margin-bottom: 0px; }
.carousel .item { width: 100%; }
.carousel .item img { width: 100%; }
#productsCarousel { margin-top: 20px; }

#newsletter-signup .email { width: 100%; }
#newsletter-signup { background-position: top; }

.post-body p { font-size: 16px !important; }

.page-id-2 .container-main { background: url(../images/logo-background.jpg) no-repeat top #FFF; }

/* RESPONSIVE */
/* XS VIEWPORT */
@media (max-width:767px){
	.contact-info { padding: 20px 0px 0px; }
	#footer { background: url('images/appointment-banner-mobile.png') repeat top; height: auto; padding: 20px; }
	#footer span { margin: 0px; text-align: center !important; line-height: 24px; display: block; }
	#footer .phone, #footer .call-today { float: none; }
	#footer .phone { padding: 0px; margin: 0px; }
	.footer-contact .left, .footer-contact .right { display: block; text-align: center; float: none; }
	#navigation .left, #navigation .right, #header .logo { float: none; text-align: center; }
	#header .logo { height: 60px; margin-top: 0px; }
	#navigation .navi { margin-top: 0px; margin-bottom: 0px; }
	#newsletter-signup h3 { font: 30px/1em "BebasNeueRegular"; }
}
/* SMALL VIEWPORT */
@media (min-width:768px) and (max-width:991px){
	#navigation .navi li a { font-size: 14px; }
	#navigation .navi li { margin: 0 10px; }
	#navigation .navi { margin: 11px 10px 7px; }
	#header .logo a { margin-left: -100px; width: 200px; }
	#footer { background: url('images/appointment-banner-mobile.png') repeat top; height: auto; }
	#footer span { margin: 0 20px; font-size: 16px; }
	.footer-contact .left, .footer-contact .right { display: block; text-align: center; float: none; }
	#newsletter-signup h3 { letter-spacing: 0em; font-size: 40px; }
}
/* MEDIUM VIEWPORT */
@media (min-width:992px) and (max-width:1199px){
	#footer span { margin: 0 20px; }
	#newsletter-signup h3 { letter-spacing: .1em; }
}
/* LARGE VIEWPORT */
@media (min-width: 1600px) {
	
}