@import "css/reset.css";

@import "css/framework.css";

@import "fonts/fontface.css";

@import "css/light-scheme.css";

@import "css/red-color.css";

@import "css/fancybox/jquery.fancybox-1.3.4.css";

@import "css/nivo-slider.css";

@import "css/wordpress.css";
/*
	Theme Name: OnTheMove
	Theme URI: http://perfecatdaylondon.com
	Description: A theme for On The Move Partnership
	Version: 1.0.7
	Author: http://perfecatdaylondon.com
	Author URI: http://thehappybit.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: black, white, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, custom-menu
*/
/* lib.less
 * LESS mixins library and general CSS presets
 * @author The Happy Bit
 * @date September 2011
 */
/*
=======================================
	INDEX
=======================================

1 - Commons
  1.1 - Other classes
  1.2 - Images

2 - Header
  2.1 - Slideshow

3 - Navigation
4 - Page
  4.1 - Front page

5 - Sidebar
6 - Article
  6.1 - Comments

7 - Services
8 - Portfolio
9 - Contact
10 - Shortcodes
  10.1 - Slidedown
  10.2 - Tabs
  10.3 - Accordion
  10.4 - Buttons
  10.5 - Feature banner
  10.6 - Columns
  10.7 - Gallery WordPress

11 - Search page
12 - Testimonials page

=======================================
*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*
=======================================
	$Commons
=======================================
*/

a:active, a:visited, a:focus {
	outline: none;}

body {
  font-size: 13px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.gotop {
  clear: both;
  display: block;
  margin: 20px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 2px 10px 2px 0;
}
.gotop:hover {
  text-decoration: none;
}
.edit-link {
  clear: both;
  display: block;
}
a {
  -webkit-transition-property: color, background, top;
  -webkit-transition-duration: 0.13s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: color, background, top;
  -moz-transition-duration: 0.13s;
  -moz-transition-timing-function: ease;
  transition-property: color, background, top;
  transition-duration: 0.13s;
  transition-timing-function: ease;
}
.bubble a {
  -webkit-transition: background 0.05s ease;
  -moz-transition: background 0.05s ease;
  transition: background 0.05s ease;
}
#logo a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
input {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
img {
  -webkit-transition: border-bottom 0.2s ease;
  -moz-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}
ul {
  margin-bottom: .8em;
}
ul li {
  list-style-type: square;
}
ol {
  margin-bottom: .8em;
}
ol li {
  list-style: decimal;
  list-style-position: inside;
}
table {
  width: 100%;
}
table caption {
  padding: 10px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
}
table th {
  padding: 10px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
}
table tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 13px;
  line-height: 1;
}
table td {
  padding: 10px;
  text-align: center;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
q {
  font-style: italic;
}
cite {
  font-style: italic;
}
strong {
  font-weight: bold;
}
pre, code {
  font-size: 13px;
  line-height: 20px;
  font-family: mono-space, monospace;
  white-space: normal;
}
pre {
  padding: 10px 0;
  overflow: auto;
}
code {
  display: block;
  border-style: solid;
  border-width: 1px;
  border: 1px solid #ddd;
  padding: 0 20px;
  border-bottom-style: none;
  margin: 10px 0;
  overflow: hidden;
}
ins {
  margin: 0 2px;
  padding: 2px 5px;
}
acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}
blockquote {
  border-left-style: solid;
  border-left-width: 2px;
  padding-left: 10px;
  margin: 20px;
}
.gotop {
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
hr {
  clear: both;
  margin: 20px 0 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
}
/*
=======================================
	$Other classes
=======================================
*/
/*
=======================================
	$Images
=======================================
*/
.thumb:hover img, .blog-thumb:hover img {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.thumb img, .blog-thumb img {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.no-thumb {
  display: block;
  width: 220px;
  height: 220px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail,
.attachment img {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
img.size-auto:hover,
img.size-full:hover,
img.size-large:hover,
img.size-medium:hover,
img.size-thumbnail:hover,
.attachment img:hover {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  z-index: 1;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 20px auto;
  zoom: 1;
}
.aligncenter:before, .aligncenter:after {
  display: table;
  content: "";
}
.aligncenter:after {
  clear: both;
}
.wp-caption a img {
  float: left;
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
  /* -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; */
}
.wp-caption a img:hover {
  border-bottom: none;
  /* filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7; */
  z-index: -1;
}
.wp-caption .wp-caption-text {
  float: left;
  padding: 2px 5px;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: -10px;
  margin-left: 5px;
  z-index: 9;
}
/*
=======================================
	$Header
=======================================
*/
.home #header {
  /*margin-top: 20px;*/
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0;
}
.home #header .container {
  z-index: 9999;
}
.home #header.no-slideshow {
  position: relative;
  margin-top: 0;
}
.home .page-content {
  padding-top: 40px;
}
.content.sidebar-left, #top-border.container.sidebar-left {
  background-position: 20px 0;
}
.content.sidebar-right, #top-border.container.sidebar-right {
  background-position: 740px 0;
}
.content.sidebar-no, #top-border.container.sidebar-no {
  background-image: none;
}
/*	Logo
-------------------------- */
#logo, #logo-footer {
  float: left;
  margin-left: 10px;
}
#top-border div {
  /*height: 20px;*/
}
#logo a {
  text-indent: -999em;
  display: block;
  width: 147px;
  height: 43px;
  margin-top: 18px;
}
#logo a:hover {
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*	Slideshow
-------------------------- */
#slideshow {
  /*zoom: 1;*/
  width: 980px;
  height: 428px;
  margin: 0 auto;
  /*position: relative;*/
  /*clear: both;*/
  /*overflow: hidden;*/
}
/*#slideshow:before, #slideshow:after {*/
/*  display: table;*/
/*  content: "";*/
/*}*/
/*#slideshow:after {*/
/*  clear: both;*/
/*}*/
/*#slideshow a {*/
/*  display: block;*/
/*  overflow: hidden;*/
/*}*/
/*#slideshow img {*/
/*  display: block;*/
/*}*/
/*#slideshow #new-slider {*/
/*  margin-bottom: 0;*/
/*}*/
/*#slideshow #new-slider li {*/
/*  list-style: none;*/
/*  position: relative;*/
/*  float: left;*/
/*  height: 428px;*/
/*  width: 980px;*/
/*  overflow: hidden;*/
/*}*/
/*#slideshow .popup, #slideshow .nivo-caption {*/
/*  max-width: 430px;*/
/*  position: absolute;*/
/*  z-index: 100;*/
/*  display: block;*/
/*  bottom: 20px;*/
/*  right: 20px;*/
/*  left: auto;*/
/*  padding: 0 20px;*/
/*  text-align: right;*/
/*}*/
/*#slideshow .popup h1, #slideshow .nivo-caption h1 {*/
/*  font-size: 40px;*/
/*  font-family: "Exo 2", Arial, sans-serif;*/
/*  font-weight: 100;*/
/*  line-height: 1;*/
/*  padding-top: 4px;*/
/*}*/
/*#slideshow .popup h1 a:hover, #slideshow .nivo-caption h1 a:hover {*/
/*  text-decoration: underline;*/
/*}*/
/*#slideshow .popup p, #slideshow .nivo-caption p {*/
/*  padding: 4px 0 0 0;*/
/*}*/
/*#slideshow #nav, #slideshow .nivo-controlNav {*/
/*  position: absolute;*/
/*  line-height: 0px;*/
/*  padding: 10px 4px 10px 10px;*/
/*  z-index: 1000;*/
/*  float: left;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*}*/
/*#slideshow #nav a, #slideshow .nivo-controlNav a {*/
/*  text-indent: -999em;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  margin-right: 6px;*/
/*  float: left;*/
/*}*/
/*#slideshow .nivo-prevNav, #slideshow .nivo-nextNav {*/
/*  padding: 5px 10px;*/
/*}*/
/*#slideshow .pause {*/
/*  float: left;*/
/*  position: absolute;*/
/*  bottom: 208px;*/
/*  left: 486px;*/
/*  z-index: 10000;*/
/*  text-indent: -999em;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  line-height: 8px;*/
/*  padding: 10px;*/
/*  overflow: hidden;*/
/*  filter: alpha(opacity=0);*/
/*  -khtml-opacity: 0;*/
/*  -moz-opacity: 0;*/
/*  opacity: 0;*/
/*  -webkit-transition: opacity 0.2s ease;*/
/*  -moz-transition: opacity 0.2s ease;*/
/*  transition: opacity 0.2s ease;*/
/*}*/
/*#slideshow:hover .pause {*/
/*  filter: alpha(opacity=100);*/
/*  -khtml-opacity: 1;*/
/*  -moz-opacity: 1;*/
/*  opacity: 1;*/
/*}*/
/*#slideshow:hover #slide-controls a {*/
/*  filter: alpha(opacity=100);*/
/*  -khtml-opacity: 1;*/
/*  -moz-opacity: 1;*/
/*  opacity: 1;*/
/*}*/
/*#slideshow:hover #slide-controls a#slide-prevNav {*/
/*  left: 0px;*/
/*}*/
/*#slideshow:hover #slide-controls a#slide-nextNav {*/
/*  right: 0px;*/
/*}*/
/*#slideshow .nivo-directionNav a {*/
/*  position: absolute;*/
/*  top: 45%;*/
/*  z-index: 9;*/
/*  cursor: pointer;*/
/*}*/
/*#slideshow #slide-controls a {*/
/*  position: absolute;*/
/*  top: 45%;*/
/*  z-index: 10000;*/
/*  cursor: pointer;*/
/*  padding: 5px 10px;*/
/*  filter: alpha(opacity=0);*/
/*  -khtml-opacity: 0;*/
/*  -moz-opacity: 0;*/
/*  opacity: 0;*/
/*  -webkit-transition: all 0.2s ease;*/
/*  -moz-transition: all 0.2s ease;*/
/*  transition: all 0.2s ease;*/
/*}*/
/*#slideshow #slide-controls a#slide-prevNav {*/
/*  left: -50px;*/
/*}*/
/*#slideshow #slide-controls a#slide-nextNav {*/
/*  right: -50px;*/
/*}*/
/*
=======================================
	$Navigation
=======================================
*/
.nav {
  float: right;
  position: relative;
  display: inline;
}
.nav a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
.nav ul {
  position: relative;
  display: inline;
  list-style: none;
  z-index: 100;
}
.nav ul li {
  display: block;
  float: left;
  position: relative;
  z-index: 100;
  margin-right: 10px;
  font-size: 12px;
}
.nav ul li:hover ul {
  display: block;
}
.nav ul li:hover ul ul {
  display: none;
}
.nav ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  position: relative;
  padding: 0 10px;
}
.nav ul li ul {
  position: absolute;
  margin-top: 80px;
  width: auto;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.nav ul li ul li {
  margin-right: 0;
  width: 100%;
}
.nav ul li ul li:hover ul {
  display: block;
}
.nav ul li ul li:hover ul ul {
  display: none;
}
.nav ul li ul li a {
  display: block;
  float: none;
  position: relative;
}
.nav ul li ul li ul {
  width: auto;
  margin-top: 0px;
  top: 0;
  left: 100%;
  z-index: 100;
  display: none;
}
.nav ul li ul li ul li:hover ul {
  display: block;
}
.nav ul li ul li ul li:hover ul ul {
  display: none;
}
.nav.primary a {
  line-height: 80px;
}
.nav.primary ul ul li a {
  line-height: 40px;
}
.nav.secondary li {
  display: inline;
  float: left;
  margin-right: 10px;
}
.nav.secondary li a {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 12px;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0;
  margin: 0 10px;
}
.nav.secondary li a:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

nav.secondary ul.sub-menu, nav.secondary ul.sub-menu li {
display:none;
}

/*	Posts/Works nav
-------------------------- */
#nav-above, #nav-below {
  clear: both;
  float: left;
  width: 100%;
}
#nav-above ul, #nav-below ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 2.5;
}
#nav-above ul li, #nav-below ul li {
  float: left;
  display: block;
}
#nav-above ul li.nav-next, #nav-below ul li.nav-next {
  float: right;
}
#nav-below {
  margin-bottom: 10px;
}
/*
=======================================
	$Footer
=======================================
*/
#footer #bottomline {
  padding: 20px 0;
}
#footer #bottomline .copyright {
  /*	Logo
			-------------------------- */

}
#footer #bottomline .copyright #logo {
  float: left;
  margin-left: 10px;
}
#footer #bottomline .copyright small {
  float: left;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 1px;
}
/*
=======================================
	$Page
=======================================
*/
.page-title {
  margin-bottom: 30px;
}
.page-title h1 {
  font-size: 42px;
  font-family: 'Exo 2', Arial, sans-serif;
  line-height: 1.25;
  font-weight: 200;
}
.page-title h1 span {
  font-family: 'Exo 2', Arial, sans-serif;
  font-weight: 200;
}
.page-title h2 {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 1;
}
.page-title h2 em {
  font-style: normal;
}
#main, #main-sidebar {
  padding-top: 70px;
  padding-bottom: 40px;
}
/*	General styles for simple page and prj content
--------------------------------------------------- */
.page-content h1,
#prj-content h1,
.entry-content h1,
.page-content h2,
#prj-content h2,
.entry-content h2,
.page-content h3,
#prj-content h3,
.entry-content h3,
.page-content h4,
#prj-content h4,
.entry-content h4,
.page-content h5,
#prj-content h5,
.entry-content h5 {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  line-height: 1;
  margin-bottom: .8em;
  margin-top: 1em;
}
.page-content h1, #prj-content h1, .entry-content h1 {
  font-size: 38px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  margin-top: .8em;
  margin-bottom:20px!important;
}
.page-content h2, #prj-content h2, .entry-content h2 {
  font-size: 28px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
}
.page-content h3, #prj-content h3, .entry-content h3 {
  font-size: 24px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
}
.page-content h4, #prj-content h4, .entry-content h4 {
  font-size: 22px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
}
.page-content h5, #prj-content h5, .entry-content h5 {
  font-size: 18px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
}
.page-content p, #prj-content p, .entry-content p {
  margin-bottom: .8em;
}
.page-content p.medium, #prj-content p.medium, .entry-content p.medium {
  font-size: 16px;
}
.page-content a:hover, #prj-content a:hover, .entry-content a:hover {
  text-decoration: underline;
}
.page-content li, #prj-content li, .entry-content li {
  margin-bottom: .4em;
  list-style-position: inside;
}
.page-content li ul, #prj-content li ul, .entry-content li ul {
  margin-left: 20px;
}
.page-content li ul ul, #prj-content li ul ul, .entry-content li ul ul {
  margin-left: 20px;
}
.page-content li ul ul ul, #prj-content li ul ul ul, .entry-content li ul ul ul {
  margin-left: 20px;
}
.page-content li, #prj-content li, .entry-content li {
  margin-bottom: .4em;
}
.page-content li ol, #prj-content li ol, .entry-content li ol {
  margin-left: 20px;
}
.page-content li ol ol, #prj-content li ol ol, .entry-content li ol ol {
  margin-left: 20px;
}
.page-content li ol ol ol, #prj-content li ol ol ol, .entry-content li ol ol ol {
  margin-left: 20px;
}
.page-content .entry-image, #prj-content .entry-image, .entry-content .entry-image {
  margin-bottom: 20px;
}
.page-nav li {
  display: inline;
}
.page-nav li a {
  text-decoration: none;
  padding: 5px 10px;
  margin-right: 5px;
}
.page-nav .wp-pagenavi, .page-nav .wp-commentnavi {
  text-align: left;
  margin-bottom: 0;
  padding: 5px 0;
}
.page-nav .wp-pagenavi .pages, .page-nav .wp-commentnavi .pages {
  padding: 0;
  margin-right: 10px;
}
.page-nav .wp-pagenavi .current, .page-nav .wp-commentnavi .current {
  font-weight: normal;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-commentnavi a,
.page-nav .wp-pagenavi span,
.page-nav .wp-commentnavi span {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  text-decoration: none;
  padding: 5px 10px;
  margin-right: 5px;
}
#page-links {
  zoom: 1;
  clear: both;
}
#page-links:before, #page-links:after {
  display: table;
  content: "";
}
#page-links:after {
  clear: both;
}
#page-links span {
  color: #999;
}
/*	Front page
-------------------------- */
.intro-box {
  margin-bottom: 40px;
}
.intro-box h1 {
  margin-top: 10px;
}
.intro-box p {
  font-size: 14px;
}
/*
=======================================
	$Sidebar
=======================================
*/
.sidebar .block {
  margin-bottom: 30px;
  font-size: 12px;
  zoom: 1;
  /*	Classic list
		-------------------------- */

  /*	Widget text
		-------------------------- */

  /*	Testimonials
		-------------------------- */

  /*	Recent comments
		-------------------------- */

  /*	Tag cloud
		-------------------------- */

  /*	Latest posts
		-------------------------- */

  /*	Latest works
		-------------------------- */

  /*	Flickr
		-------------------------- */

  /*	Search widget
		-------------------------- */

  /*	Portfolio filter
		-------------------------- */

  /*	Posts navigation
		-------------------------- */

  /*	Twitter
		-------------------------- */

  /*	Contacts
		-------------------------- */

  /*	Custom menus
		-------------------------- */

  /*	Calendar
		-------------------------- */

  /*	Social
		-------------------------- */

  /* -------------------------- */
}
.sidebar .block:before, .sidebar .block:after {
  display: table;
  content: "";
}
.sidebar .block:after {
  clear: both;
}
.sidebar .block.primary header h1 {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.sidebar .block.footer header h1 {
  padding: 0;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
.sidebar .block.primary li {
  list-style-type: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sidebar .block.primary li a {
  display: block;
  padding: 8px 20px;
}
.sidebar .block.home li {
  list-style-type: none;
}
.sidebar .block.home li a {
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: .4em 0;
}
.sidebar .block.home li a:hover {
  background: none;
  text-decoration: none;
}
.textwidget {
color: #fff;}
.sidebar .block.primary .textwidget {
  padding: 0 20px;
}
.textwidget p{
margin-bottom:.8em;
}
.sidebar .block.primary .side-testimonials-box {
  padding: 0 20px;
  margin-bottom: 20px;
}
.sidebar .block.primary .side-testimonials-box .testimonial-msg {
  padding: 10px 0;
}
.sidebar .block.primary .side-testimonials-box .testimonial-sign {
  font-variant: small-caps;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
}
.sidebar .block.footer .side-testimonials-box {
  margin-bottom: 20px;
}
.sidebar .block.footer .side-testimonials-box .testimonial-sign {
  font-variant: small-caps;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
}
.sidebar .block.home .side-testimonials-box {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sidebar .block.home .side-testimonials-box .testimonial-msg {
  padding: 10px 0;
}
.sidebar .block.home .side-testimonials-box .testimonial-sign {
  font-variant: small-caps;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
}
.sidebar .block.primary #recentcomments li {
  list-style-type: none;
  padding: 8px 20px;
}
.sidebar .block.primary #recentcomments li a {
  display: inline;
  padding: 0;
}
.sidebar .block.primary #recentcomments li a:hover {
  background: none;
}
.sidebar .block.footer #recentcomments li {
  padding: 4px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sidebar .block.footer #recentcomments li a {
  border-bottom: none;
}
.sidebar .block.home #recentcomments li {
  list-style-type: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: .4em 0;
}
.sidebar .block.home #recentcomments li a {
  border-bottom: none;
}
.sidebar .block.home #recentcomments li a:hover {
  text-decoration: none;
}
.sidebar .block .tagcloud a {
  font-size: 11px !important;
}
.sidebar .block.primary .tagcloud {
  padding: 0 20px 8px;
}
.sidebar .block.primary .tagcloud a {
  display: block;
  float: left;
  border-style: solid;
  border-width: 1px;
  padding: 4px 10px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.sidebar .block.primary .tagcloud a:hover {
  border-style: solid;
  border-width: 1px;
}
.sidebar .block.footer .tagcloud a {
  display: block;
  float: left;
  border-style: solid;
  border-width: 1px;
  padding: 4px 10px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: normal;
}
.sidebar .block.footer .tagcloud a:hover {
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}
.sidebar .block.home .tagcloud {
  display: block;
  float: left;
}
.sidebar .block.home .tagcloud a {
  display: block;
  float: left;
  border-style: solid;
  border-width: 1px;
  padding: 4px 10px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.sidebar .block.home .tagcloud a:hover {
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}
.sidebar .block.primary .side-post {
  padding: 0 20px 8px;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sidebar .block.primary .side-post .thumb {
  display: block;
  margin-bottom: 10px;
}
.sidebar .block.primary .side-post .post-head {
  font-weight: bold;
  font-size: 14px;
  margin-bottom:.8em;
}
}
.sidebar .block.primary .side-post .side-post-bottom {
  margin-top: 10px;
}
.sidebar .block.primary .side-post .side-post-bottom .readmore {
  font-weight: bold;
  display: block;
}
.sidebar .block.footer .side-post {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sidebar .block.footer .side-post .thumb {
  display: block;
  margin-bottom: 4px;
}
.sidebar .block.footer .side-post .thumb img {
  width: 100%;
  border-bottom: none;
}
.sidebar .block.home .side-post {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sidebar .block.home .side-post .post-head {
  font-weight: bold;
  margin-bottom: .8em;
}
.sidebar .block.home .side-post .post-head h4 {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.sidebar .block.home .side-post .post-head h4 a:hover {
  text-decoration: none;
}
.sidebar .block.home .side-post .readmore {
  font-weight: bold;
}
.sidebar .block.home .side-post .readmore:hover {
  text-decoration: none;
}
.sidebar .block.home .side-post .thumb {
  display: block;
  margin-bottom: 4px;
}
.sidebar .block.home .side-post .thumb img {
  width: 100%;
  border-bottom: none;
}
.sidebar .block.primary .latest-works div {
  padding: 0 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 20px;
}
.sidebar .block.primary .latest-works .thumb {
  display: block;
  margin-bottom: 10px;
}
.sidebar .block.primary .latest-works .no-thumb {
  display: block;
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 0;
}
.sidebar .block.primary .latest-works .no-thumb a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
}
.sidebar .block.primary .latest-works h4 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: .8em;
}
.sidebar .block.footer .latest-works div {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.sidebar .block.footer .latest-works .thumb {
  display: block;
  margin-bottom: 4px;
}
.sidebar .block.footer .latest-works .thumb img {
  width: 100%;
  border-bottom: none;
}
.sidebar .block.footer .latest-works .no-thumb {
  display: block;
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 0;
}
.sidebar .block.footer .latest-works .no-thumb a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
}
.sidebar .block.home .latest-works div {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 20px;
}
.sidebar .block.home .latest-works h4 {
  font-weight: bold;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: .8em;
}
.sidebar .block.home .latest-works h4 a:hover {
  text-decoration: none;
}
.sidebar .block.home .latest-works .thumb {
  display: block;
  margin-bottom: 4px;
}
.sidebar .block.home .latest-works .thumb img {
  width: 100%;
}
.sidebar .block.home .latest-works .no-thumb {
  display: block;
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 0;
}
.sidebar .block.home .latest-works .no-thumb a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
  font-size: 14px;
}
.sidebar .block.home .latest-works .no-thumb a:hover {
  text-decoration: none;
}
.sidebar .block.primary #flickr_wrapper {
  float: left;
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sidebar .block.primary #flickr_wrapper .flickr_badge_image {
  display: inline;
  position: relative;
  float: left;
  margin: 0 10px 10px;
}
.sidebar .block.primary #flickr_wrapper .flickr_badge_image a img {
  float: left;
  width: 80px;
  height: 80px;
}
.sidebar .block.footer #flickr_wrapper {
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.sidebar .block.footer #flickr_wrapper .flickr_badge_image {
  display: inline;
  position: relative;
  float: left;
  margin: 0 10px 20px;
}
.sidebar .block.footer #flickr_wrapper .flickr_badge_image a img {
  float: left;
  width: 90px;
  height: 90px;
}
.sidebar .block.home #flickr_wrapper {
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.sidebar .block.home #flickr_wrapper .flickr_badge_image {
  display: inline;
  position: relative;
  float: left;
  margin: 0 10px 20px;
}
.sidebar .block.home #flickr_wrapper .flickr_badge_image a img {
  float: left;
  width: 90px;
  height: 90px;
}
.sidebar .block.primary #searchform {
  margin: 0 20px;
  float: left;
  width: 180px;
}
.sidebar .block.primary #searchform label {
  display: none;
}
.sidebar .block.primary #searchform input#s {
  float: left;
  border: none;
  padding: 8px 26px 8px 10px;
  width: 144px;
}
.sidebar .block.primary #searchform input#searchsubmit {
  display: none;
  float: left;
  width: 16px;
}
.sidebar .block.footer #searchform {
  float: left;
  margin-bottom: 20px;
  width: 200px;
}
.sidebar .block.footer #searchform label {
  display: none;
}
.sidebar .block.footer #searchform input#s {
  float: left;
  border: none;
  padding: 8px 26px 8px 10px;
  width: 184px;
}
.sidebar .block.footer #searchform input#searchsubmit {
  display: none;
  float: left;
  width: 16px;
}
.sidebar .block.home #searchform {
  float: left;
  margin-bottom: 20px;
  width: 200px;
}
.sidebar .block.home #searchform label {
  display: none;
}
.sidebar .block.home #searchform input#s {
  float: left;
  border: none;
  padding: 8px 26px 8px 10px;
  width: 182px;
  border-style: solid;
  border-width: 1px;
}
.sidebar .block.home #searchform input#searchsubmit {
  display: none;
  float: left;
  width: 16px;
}
.sidebar .block#filter li {
  list-style-type: none;
}
.sidebar .block#filter li.current a {
  padding-left: 18px;
  border-left-style: solid;
  border-left-width: 2px;
}
.sidebar .block#filter li a {
  display: block;
  padding: 8px 20px;
}
.sidebar .block.primary.post-nav header {
  display: none;
}
.sidebar .block.primary.post-nav li {
  list-style-type: none;
  display: inline;
}
.sidebar .block.primary.post-nav li a {
  width: 50%;
  float: left;
  text-align: center;
  display: block;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.sidebar .block.primary #twitter_update_list li {
  padding: 0 20px 20px;
  margin-bottom: 20px;
  list-style-type: none;
}
.sidebar .block.primary #twitter_update_list li span a {
  display: inline;
  padding: 0;
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
}
.sidebar .block.primary #twitter_update_list li span a:hover {
  background: none;
}
.sidebar .block.primary #twitter_update_list li a {
  display: block;
  padding: 0;
  margin-top: 10px;
}
.sidebar .block.primary #twitter_update_list li a:hover {
  background: none;
}
.sidebar .block.footer #twitter_update_list li {
  margin-bottom: 20px;
  list-style-type: none;
}
.sidebar .block.footer #twitter_update_list li span a {
  display: inline;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  border-bottom: none;
}
.sidebar .block.footer #twitter_update_list li a {
  display: block;
  margin-top: 10px;
}
.sidebar .block.home #twitter_update_list li {
  margin-bottom: 20px;
  list-style-type: none;
}
.sidebar .block.home #twitter_update_list li span a {
  display: inline;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  border-bottom: none;
}
.sidebar .block.home #twitter_update_list li a {
  display: block;
  margin-top: 10px;
}
.sidebar .block.primary #contact {
  margin: 0 20px;
}
.sidebar .block.primary #contact p {
  margin-bottom: .8em;
}
.sidebar .block.primary .menu {
  padding: 0 0px;
}
.sidebar .block.primary .menu li {
  list-style: none;
  background: none;
  border-bottom: none;
  position: relative;
  box-shadow: none;

}
.sidebar .block.primary .menu li a {
  font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding: 8px 15px;
}
.sidebar .block.primary .menu li a:hover {
  text-decoration: none;
  background: none;
  background-color: #00B5D1;
  color: #fff !important;
}
.widget .current-menu-item a {
	color: #00B5D1 !important;
	border-left-style: solid;
  	border-left-width: 3px;
  	border-left-color: #00B5D1;
}
.sidebar .block.primary .menu li a:before {
  position: absolute;
  left: -1px;
  font-weight: normal;
}
.sidebar .block.primary .menu li ul {
  margin-bottom: 0;
}
.sidebar .block.primary .menu li ul ul {
  margin-bottom: 0;
}
.sidebar .block.primary .menu li ul ul ul {
  margin-bottom: 0;
}
.sidebar .block.primary .menu li ul ul ul ul {
  margin-bottom: 0;
}
.sidebar .block.footer .menu li {
  list-style: none;
  background: none;
  padding-left: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
  box-shadow: none;
  margin-bottom: 0;
}
.sidebar .block.footer .menu li a {
  font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: uppercase;
}
.sidebar .block.footer .menu li a:hover {
  text-decoration: none;
  background: none;
}
.sidebar .block.footer .menu li a:before {
  position: absolute;
  font-weight: normal;
}
.sidebar .block.footer .menu li ul {
  margin-left: 0;
}
.sidebar .block.footer .menu li ul ul {
  margin-left: 0;
}
.sidebar .block.footer .menu li ul ul ul {
  margin-left: 0;
}
.sidebar .block.footer .menu li ul ul ul ul {
  margin-left: 0;
}
.sidebar .block.home .menu {
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .block.home .menu li {
  list-style: none;
  background: none;
  padding-left: 10px;
  border-bottom: none;
  border-left-style: solid;
  border-left-width: 1px;
  position: relative;
  box-shadow: none;
  margin-bottom: 0;
}
.sidebar .block.home .menu li a {
  font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform: uppercase;
  padding: 8px 5px;
  border-bottom: none;
}
.sidebar .block.home .menu li a:hover {
  text-decoration: none;
  background: none;
}
.sidebar .block.home .menu li a:before {
  content: "-";
  position: absolute;
  left: -1px;
  font-weight: normal;
}
.sidebar .block.home .menu li ul {
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .block.home .menu li ul ul {
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .block.home .menu li ul ul ul {
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .block.home .menu li ul ul ul ul {
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .block.primary #wp-calendar caption {
  background: none;
  font-size: 14px;
}
.sidebar .block.primary #wp-calendar tr {
  font-size: 12px;
}
.sidebar .block.primary #wp-calendar td {
  padding: 5px;
}
.sidebar .block.footer #wp-calendar caption {
  background: none;
  border-bottom: none;
  font-size: 14px;
}
.sidebar .block.footer #wp-calendar tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 12px;
}
.sidebar .block.footer #wp-calendar tr a:hover {
  text-decoration: underline;
}
.sidebar .block.footer #wp-calendar td {
  padding: 5px;
}
.sidebar .block.home #wp-calendar caption {
  font-size: 14px;
}
.sidebar .block.home #wp-calendar tr {
  font-size: 12px;
}
.sidebar .block.home #wp-calendar td {
  padding: 5px;
}
.sidebar .block.primary #social {
  padding: 0 20px;
}
.sidebar .block.primary #social li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
  padding: 0;
  background: none;
}
.sidebar .block.primary #social li a {
  margin-right: 8px;
  padding: 0px;
  float: left;
  display: block;
}
.sidebar .block.primary #social li a:hover {
  background: none;
  opacity: .6;
  position: relative;
  top: -2px;
}
.sidebar .block.footer #social li, .sidebar .block.home #social li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
  padding: 0;
  background: none;
}
.sidebar .block.footer #social li a, .sidebar .block.home #social li a {
  margin-right: 8px;
  padding: 0px;
  float: left;
  display: block;
  border-bottom: none;
}
.sidebar .block.footer #social li a:hover, .sidebar .block.home #social li a:hover {
  background: none;
  opacity: .6;
  position: relative;
  top: -2px;
}
/*	Home sidebar
-------------------------- */
#home-sidebar {
  margin-bottom: 40px;
}
#home-sidebar.sidebar {
  padding: 20px;
}
#home-sidebar.sidebar .block header h1 {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
#home-sidebar.sidebar .block header h1 a:hover {
  text-decoration: none;
}
#home-sidebar.sidebar.style-2 {
  padding: 20px 0 0 0;
  background: none;
}
/*	Footer sidebar
-------------------------- */
#footer-sidebar {
  font-size: 12px;
  padding: 20px 0;
}
#footer-sidebar section p {
  margin-bottom: .8em;
}
#footer-sidebar ul {
  margin-bottom: 10px;
}
#footer-sidebar ul.menu {
  margin-bottom: 0;
}
#footer-sidebar ul.menu li a {
  padding: 5px 0;
  border-bottom: none;
}
#footer-sidebar ul.menu ul {
  margin-bottom: 0;
}
#footer-sidebar ul.menu ul ul {
  margin-bottom: 0;
}
#footer-sidebar ul.menu ul ul ul {
  margin-bottom: 0;
}
#footer-sidebar ul li {
  list-style-type: none;
}
#footer-sidebar ul li a {
  display: block;
  padding: 4px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#footer-sidebar .btn.readmore {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
/*
=======================================
	$Article
=======================================
*/
.article {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  /*	Extended article
	-------------------------- */

}
.article.box-col.span-9 {
  width: 700px;
  margin-left: 10px;
  margin-right: 10px;
}
.article .col.span-6 {
  margin-left: 0;
  margin-right: 10px;
}
.article .col.span-9 {
  margin-left: 0;
  margin-right: 10px;
}
.article .col.span-3 {
  margin-left: 10px;
  margin-right: 0;
}
.article .entry-header {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  /*	Comment bubble
		-------------------------- */

}
.article .entry-header .comment.bubble {
  float: right;
  position: absolute;
  right: 0;
}
.article .entry-header .comment.bubble a {
  font-size: 12px;
  line-height: 1;
  position: relative;
  float: left;
  display: block;
  padding: 5px 10px;
}
.article .entry-header .comment.bubble a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: 8px;
  border-top-style: solid;
  border-top-width: 8px;
  border-right-style: solid;
  border-right-width: 8px;
}
.article .entry-header .entry-title {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-right: 60px;
}
.article .entry-summary p {
  margin-bottom: .8em;
}
.article .entry-summary .readmore {
  font-weight: bold;
}
.article .entry-summary .readmore:hover {
  text-decoration: underline;
}
.article .entry-image {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
.article .entry-footer {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.article .entry-footer em {
  font-style: normal;
}
.article .entry-footer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right-style: solid;
  border-right-width: 15px;
  border-bottom-style: solid;
  border-bottom-width: 15px;
}
.article .entry-footer .tags {
  margin-left: 10px;
  padding-left: 10px;
  border-left-style: solid;
  border-left-width: 1px;
}
.article .entry-footer footer {
  padding: 10px;
}
.article.extended .entry-image {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.article.extended .entry-image img {
  width: 100%;
}
.article.extended .entry-content {
  clear: both;
}
.article.extended .entry-footer {
  clear: both;
  position: relative;
  bottom: 0;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.social_post {
  float: left;
  margin-top: 10px;
}
.social_post .addthis_counter, .social_post .addthis_button_tweet, .social_post .addthis_button_facebook_like {
  float: left;
}
.social_post .addthis_counter {
  margin-right: 10px;
}
/*	Comments
-------------------------- */
#comments {
  /*	Nested comments
	-------------------------- */

}
#comments h3 {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#comments h3 em {
  font-style: normal;
}
#comments ol {
  margin-top: 20px;
}
#comments li {
  clear: both;
  float: left;
  list-style-type: none;
}
#comments li .comment {
  float: left;
  margin-bottom: 10px;
  padding: 10px 0;
}
#comments li .comment .comment_leftcol {
  text-align: center;
  width: 62px;
  margin-right: 20px;
  padding-left: 20px;
  float: left;
  display: inline;
}
#comments li .comment .comment_leftcol .avatar {
  width: 40px;
  padding: 5px;
  margin: 0 auto;
  border-style: solid;
  border-width: 1px;
}
#comments li .comment .comment_leftcol .comment-reply-link {
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
  display: block;
}
#comments li .comment .comment_rightcol {
  border-left-style: solid;
  border-left-width: 1px;
  width: 577px;
  padding-left: 20px;
  float: left;
  display: inline;
  min-height: 82px;
}
#comments li .comment .comment_rightcol .comment_head {
  margin-bottom: 10px;
  font-size: 12px;
}
#comments li .comment .comment_rightcol .comment_body {
  padding-right: 20px;
}
#comments li .comment .comment_rightcol .comment_body p {
  margin-bottom: .8em;
}
#comments li .comment .comment_rightcol .comment_body p:last-child {
  margin-bottom: 0;
}
#comments ul li .comment {
  margin-left: 40px;
}
#comments ul li .comment .comment_rightcol {
  width: 537px;
}
#comments ul ul li .comment {
  margin-left: 80px;
}
#comments ul ul li .comment .comment_rightcol {
  width: 497px;
}
#comments ul ul ul li .comment {
  margin-left: 120px;
}
#comments ul ul ul li .comment .comment_rightcol {
  width: 457px;
}
#comments ul ul ul ul li .comment {
  margin-left: 160px;
}
#comments ul ul ul ul li .comment .comment_rightcol {
  width: 417px;
}
/*	Respond form
-------------------------- */
#respond {
  float: left;
  padding-top: 10px;
  margin-top: 9px;
  margin-bottom: 20px;
  border-top-style: solid;
  border-top-width: 1px;
}
#respond h3 {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
}
#respond h3 small {
  margin-left: 10px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#respond #commentform p {
  display: block;
  clear: both;
  margin-bottom: 10px;
  float: left;
}
#respond #commentform p.comment-notes {
  padding: 8px 10px;
}
#respond #commentform p.form-allowed-tags {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
#respond #commentform p label {
  margin-left: 10px;
  line-height: 28px;
  font-size: 12px;
}
#respond #commentform p input {
  float: left;
  border-style: solid;
  border-width: 1px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 20px;
  width: 198px;
}
#respond #commentform p textarea {
  font-size: 13px;
  padding: 8px 10px;
  width: 678px;
  max-width: 678px;
  border-style: solid;
  border-width: 1px;
}
#respond #commentform p.comment-form-comment label {
  display: none;
}
#respond #commentform p #submit {
  font-size: 14px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/*
=======================================
	$Services
=======================================
*/
#services dt {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
}
#services dt a:hover {
  text-decoration: none;
}
#services dt img {
  width: auto;
  float: left;
  margin-right: 20px;
}
#services dd {
  margin-left: 52px;
  margin-bottom: 40px;
}
#services dd:last-of-type {
  margin-bottom: 0;
}
#services dd.noimg {
  margin-left: 0;
}
/*
=======================================
	$Portfolio
=======================================
*/
.pre-120 {
  margin-left: 120px;
}
#worklist {
  float: left;
}
#worklist li {
  position: relative;
  margin-bottom: 30px;
}
#worklist li h1 {
  float: left;
  margin-left: 10px;
  z-index: 101;
  position: absolute;
  max-width: 200px;
  bottom: -10px;
  font-size: 15px;
  line-height: 1;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
}
#worklist li h1 a {
  display: block;
  padding: 7px 10px 5px;
}
.back {
  margin-top: 70px;
  text-align: right;
}
.back a {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
}
/*	Project container
-------------------------- */
.prj-container #prj-slide img {
  float: left;
}
.prj-container #prj-desc {
  margin-top: -37px;
}
.prj-container #prj-desc h5 {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.prj-container #prj-desc p {
  margin-bottom: .4em;
}
.prj-container #prj-desc.col.span-3 {
  width: 160px;
  padding: 10px 20px;
}
.prj-container #prj-desc li {
  list-style-position: inside;
}
.prj-container #prj-desc a:hover {
  text-decoration: underline;
}
.prj-container #prj-desc.no-image {
  margin-top: 0;
}
.prj-container #prj-content {
  margin-top: 20px;
}
.prj-container #prj-content.no-image {
  margin-top: 0;
}
/*	Portfolio filter alt
-------------------------- */
#filter-alt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#filter-alt ul {
  float: left;
  margin-bottom: 0;
}
#filter-alt ul li {
  list-style-type: none;
  float: left;
}
#filter-alt ul li a {
  display: block;
  padding: 2px 10px;
}
/*
=======================================
	$Contact
=======================================
*/
.contact-form {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}
.contact-form:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right-style: solid;
  border-right-width: 15px;
  border-bottom-style: solid;
  border-bottom-width: 15px;
}
.contact-form h3 {
  text-transform: uppercase;
  margin-top: 0;
}
.contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: .8em;
}
.contact-form #name, .contact-form #email {
  width: 320px;
  float: left;
  display: inline;
  position: relative;
}
.contact-form #name input, .contact-form #email input {
  width: 298px;
  padding: 10px;
  border: 1px solid #f3f3f3;
}
.contact-form #name input.error, .contact-form #email input.error {
  border: 1px solid #CD0507;
}
.contact-form #name {
  margin-right: 20px;
}
.contact-form #message {
  display: inline;
  float: left;
  position: relative;
  margin-top: 20px;
}
.contact-form #message textarea {
  padding: 10px;
  width: 638px;
  max-width: 638px;
  border: 1px solid #f3f3f3;
}
.contact-form #message textarea.error {
  border: 1px solid #CD0507;
}
.contact-form .submit {
  clear: both;
  margin-top: 20px;
  padding: .4em 1em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.contact-form label.error {
  font-size: 11px;
  clear: both;
  display: block;
  padding-top: 5px;
}
.contact-form .required.error {
  opacity: .5;
}
#result {
  padding: 10px 0;
}
#result p {
  padding: 10px;
  text-align: center;
}
#result .error {
  margin-bottom: 0;
}
#result .success {
  margin-bottom: 0;
}
#contact {
  font-size: 12px;
}
#contact dt {
  font-weight: bold;
  padding-right: 10px;
  float: left;
}
#map {
  width: 460px;
  height: 280px;
  display: block;
  float: right;
  margin-bottom: 20px;
}
#map h1 {
  font: 14px/1.5em Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}
/*
=======================================
	$Shortcodes
=======================================
*/
/*	Slidedown
-------------------------- */h2.slide_trigger {
  clear: both;
  display: block;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 10px;
}
h2.slide_trigger a {
  text-decoration: none;
  line-height: 20px;
}
h2.slide_trigger a:hover {
  text-decoration: none;
}
.toggle {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.active .toggle {
  background-position: bottom left;
}
.slide_container {
  display: block;
}
.slide_container .slide_inside {
  padding: 10px;
}
.slide_container p:last-of-type {
  margin-bottom: 0;
}
/*	Tabs
-------------------------- */
.tabs .t-nav {
  margin-bottom: 0;
  float: left;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  width: 100%;
}
.tabs .t-nav li {
  display: inline;
  float: left;
  list-style-type: none;
  margin-bottom: 0;
}
.tabs .t-nav li a {
  text-decoration: none;
  display: block;
  float: left;
  padding: 10px;
}
.tabs .t-container {
  clear: both;
  margin-bottom: 20px;
  width: 100%;
}
.tabs .t-container div {
  padding: 10px;
}
.tabs .t-container p:last-of-type {
  margin-bottom: 0;
}
/*	Accordion
-------------------------- */h2.acc_trigger {
  font-size: 20px;
  margin-bottom: 10px;
  clear: both;
  display: block;
}
h2.acc_trigger a {
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
.acc_trigger, .acc_trigger_sub {
  clear: both;
  display: inline-block;
}
.acc_trigger.open .toggle,
.acc_trigger_sub.open .toggle,
.acc_trigger.sub_open .toggle,
.acc_trigger_sub.sub_open .toggle {
  background-position: bottom left;
}
.acc_trigger a:hover, .acc_trigger_sub a:hover {
  text-decoration: none;
}
h3.acc_trigger_sub {
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  clear: both;
  width: 100%;
}
h3.acc_trigger_sub a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.acc_container {
  margin-left: 30px;
}
.acc_container p {
  margin-bottom: 0;
}
.acc_container ul {
  margin-bottom: 0;
}
.acc_container_sub {
  margin-left: 30px;
  margin-bottom: 10px;
}
.acc_container_sub p {
  margin-bottom: 0;
}
/*	Buttons
-------------------------- */
a.btn {
  padding: .4em 1em;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  white-space: nowrap;
  display: inline-block;
}
a.btn.small {
  font-size: 12px;
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 200;
  font-variant: small-caps;
  letter-spacing: 1px;
}
a.btn.medium {
  font-size: 18px;
  padding: .3em 1em;
}
a.btn.big {
  font-size: 24px;
  padding: .4em 1.2em;
}
a.btn:hover {
  text-decoration: none;
}
/*	Feature banner
-------------------------- */
.feature-banner {
  padding: 20px;
  margin-bottom: 40px;
  zoom: 1;
}
.feature-banner:before, .feature-banner:after {
  display: table;
  content: "";
}
.feature-banner:after {
  clear: both;
}
.feature-banner p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight:lighter;
  color:white;
  font-size: 29px;
  padding-top: 8px;
  margin-bottom: 0;
}
.feature-banner .btn {
  text-transform: uppercase;
  float: right;
  margin-left: 20px;
  padding: .4em 1.2em .3em;
}
.feature-banner .btn.big {
  font-size: 18px;
}
.feature-banner.center {
  text-align: left;
}
/*	Columns
-------------------------- */
.content-one-third {
  width: 31.6666667%;
  margin-right: 2.5%;
}
.content-two-third {
  width: 65.8333333%;
  margin-right: 2.5%;
}
.content-one-fourth {
  width: 23.125%;
  margin-right: 2.5%;
}
.content-two-fourth {
  width: 48.75%;
  margin-right: 2.5%;
}
.content-three-fourth {
  width: 74.375%;
  margin-right: 2.5%;
}
.content-one-fifth {
  width: 17.9166667%;
  margin-right: 2.6041667%;
}
.content-two-fifth {
  width: 38.4375%;
  margin-right: 2.6041667%;
}
.content-three-fifth {
  width: 58.9583333%;
  margin-right: 2.6041667%;
}
.content-three-fifth {
  width: 79.4791667%;
  margin-right: 2.6041667%;
}
.last {
  margin-right: 0;
}
.first {
  clear: both;
}
/*	Gallery WordPress
------------------------------- */
.gallery {
  zoom: 1;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.gallery:before, .gallery:after {
  display: table;
  content: "";
}
.gallery:after {
  clear: both;
}
.gallery p {
  margin-bottom: 2%;
}
.gallery a {
  display: block;
  margin: 0 auto;
}
.gallery a:hover img {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.gallery a img {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  float: left;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.gallery .gallery-item {
  float: left;
  text-align: center;
  position: relative;
  display: inline;
  width: 25%;
  margin: 0 1%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 48%;
}
.gallery.gallery-columns-2 .gallery-item a {
  float: none;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.gallery.gallery-columns-2 .gallery-item a img {
  float: none;
  width: auto;
  max-width: auto;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item .gallery-caption {
  max-width: 142px;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 31.333333333%;
}
.gallery.gallery-columns-3 .gallery-item a {
  float: none;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.gallery.gallery-columns-3 .gallery-item a img {
  float: none;
  width: auto;
  max-width: auto;
  height: auto;
}
.gallery.gallery-columns-3 .gallery-item .gallery-caption {
  max-width: 142px;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 23%;
}
.gallery.gallery-columns-4 .gallery-item a {
  float: none;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.gallery.gallery-columns-4 .gallery-item a img {
  float: none;
  width: auto;
  max-width: auto;
  height: auto;
}
.gallery.gallery-columns-4 .gallery-item .gallery-caption {
  max-width: 142px;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 14.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 12.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 10.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 9.111111111%;
}
.gallery .gallery-caption {
  font-size: 11px;
  padding: 4px;
  max-width: auto;
  margin: 0 auto;
}
.gallery br + br {
  display: none;
}
/*
=======================================
	$Search page
=======================================
*/
.message_404 {
  font-size: 14px;
}
.search_404 {
  margin-top: 20px;
}
.search_404 #searchform {
  float: left;
  width: 700px;
}
.search_404 #searchform label {
  display: none;
}
.search_404 #searchform input#s {
  float: left;
  border: none;
  font-size: 14px;
  padding: 10px 26px 10px 10px;
  width: 662px;
  border-style: solid;
  border-width: 1px;
}
.search_404 #searchform input#searchsubmit {
  display: none;
  float: left;
  width: 16px;
}
/*
=======================================
	$Testimonials page
=======================================
*/
.testimonials-box {
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.testimonials-box .testimonial-msg {
  padding: 10px 0;
  margin-bottom: 0;
}
.testimonials-box .testimonial-sign {
  font-variant: small-caps;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#search_results .testimonials-box {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#header h1 a {
				width: 134px;
				height: 60px;
				margin-top: 10px;
			}
	#header nav.primary a {
				line-height: 80px;
			}

			.nav ul li ul {
				margin-top: 80px;
			}

			#header nav.primary ul li ul a {
				line-height: 40px;
			}
