/*   
Theme Name: Elixir HTML Theme
Theme URI: http://themedale.net
Author: Indiapart
Author URI: http://themedale.net
Version: 1.0
*/


/* ========================================================================

	#   table of contents

	1.  overall & common
	2.  header
	3.  content
	4.  footer
	5.  widgets
	6.  blog
	7.  portfolio
	8.  contact
	9.  columning
	10. media queries (responsive)

======================================================================== */



/* ==========================================================================
   1. overall & common
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
	outline: none;
}

body, html {
  font-family: 'Open Sans', Arial, Sans-Serif;
  width: 100%;
}

body {
	background: #f3f3f3;
	font-size: 13px;
	color: #000;
	line-height: auto;
}

a img {
  border: none;
}

ul {
  list-style-type: none;
}

.hide {
  display: none;
}

.nomargin {
	margin: 0 !important;
}

a {
  color: #f05b23;
  text-decoration: none;
}

h1, h2, h3 {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight: 900;
	font-size: 20px;
	color: #ED550C;
	margin: 9px 0;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
}

#content h1, #content h2, #content h3 {
	font-weight: 500;
}

p {
	line-height: 21px;
	margin-bottom: 9px;
}

::selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }
::-moz-selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }
::-khtml-selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }
::-ms-selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }



.header_container:before,
.header_container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clear {
	float: none;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
  display: block;
}

iframe {
	border: none;
	display: block;
}


/* some default classes */

div.stacked {
	padding: 30px 0;
	border-bottom: 1px #ededed solid;
}

div.stacked:last-child {
	border: none;
}

div.stacked > h2 {
	padding-bottom: 5px;
	margin-bottom: 20px;
}

a.readmore {
	display: inline-block;
	background: #393939 url(images/readmore.png) right center no-repeat;
	font-size: 13px;
	color: #fff;
	padding: 5px 30px 5px 10px;
	border-radius: 3px;
}

a.launch {
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.centered-text {
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}


/* common responsive things */

img {
	max-width: 100%;
	height: auto;
}

.elastic-video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55%;
	padding-top: 15px;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* ==========================================================================
   2. header
   ========================================================================== */

#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
}

#navigation-bg {
	background: url(images/dark-trans-bg.png);
}

#navigation {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo {
	height: 50px;
	float: left;
}

#logo * {
	display: block;
}

#responsive-menu-wrap {
	display: none;
	height: 45px;
}

#responsive-menu {
	width: 60%;
	height: 25px;
	margin: 5px auto 0;
	padding: 5px;
	font-size: 12px;
	line-height: 21px;
	background: #F6F6F6;
	color: #333;
	border: 1px solid #CCC;
}

#menu {
	float: right;
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size: 12px;
	font-weight: 600;
}

#menu a:hover {
	background: url(images/nav-hover-bg.png) repeat-x;
}

#menu > li {
	position: relative;
	float: left;
	height: 45px;
	border-right: 0px #000000 solid;
}

#menu > li a {
	display: block;
	height: 45px;
	padding: 0 22px;
	line-height: 45px;
	text-transform: uppercase;
	color: #000000;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.0);
	font-weight: 500;
}

#menu .sub-menu {
	border-top: 1px #313131 solid;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	border-bottom: 2px #f05b23 solid;
	white-space: nowrap;
	background: url(images/dark-trans-bg.png);
}

#menu .sub-menu .sub-menu {
	margin-top: -1px;
}

#menu .sub-menu li {
	border-bottom: 1px #313131 solid;
	position: relative;
}

#menu .sub-menu li:last-child {
	border-bottom: none;
}

#menu > li > .sub-menu > li .sub-menu {
	left: 100%;
	top: 0;
} 

#search {
	float: right;
	width: 300px;
}

#s {
	float: left;
	height: 45px;
	width: 200px;
	padding-left: 54px;
	border: none;
	border-right: 1px #464646 solid;
	background: transparent url(images/search-magnifier.png) 20px center no-repeat;
	color: #626262;
}

#sb {
	float: left;
	width: 45px;
	height: 45px;
	border: none;
	background: #393939 url(images/search-button.png) center center no-repeat;
	cursor: pointer;
}

#bgheader {
	height: 200px;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	background: #393939 url(images/default-header.jpg) 50% 0 no-repeat;
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.15);
}


/* slideshow
   ========================================================================== */

#use-arrows {
	display: none;
	position: absolute;
	z-index: 99;
	top: 30%;
	left: 50%;
	margin-left: -42px;
	width: 84px;
	height: 84px;
	background: #fff url(images/use-arrows.png) center center no-repeat;
	border-radius: 999px;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
}

.slider ul.slides img {
	width: 100%;
	max-width: 100%; 
	display: block;
}

ul.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0;
	height: 0;
}

html[xmlns] ul.slides {
	display: block;
}

* html ul.slides {
	height: 1%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}



/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

.slider .slides > li {
	display: none;
	position: absolute;
}

.work-slider .slides > li {
	position: relative;
}

#slideshow .flex-control-nav {
	position: absolute;
	z-index: 11;
	bottom: 60px;
	left: 50%;
	margin-left: -480px;
	display: block;
	background: #f05b23;
	height: 10px;
	width: 960px;
	padding: 5px 0;
	text-align: center;
	line-height: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#slideshow .flex-control-nav li { 
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 3px;
	zoom: 1;
	cursor: pointer;
}

#slideshow .flex-control-nav li a { 
	display: block;
	width: 10px;
	height: 10px;
	background: #aa4c28;
	text-indent: -3000em;
	border-radius: 99px;
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
}

#slideshow .flex-control-nav li a.active { 
	background: #fff;
}

#slideshow .prev, #slideshow .next, .work-slider .prev, .work-slider .next {
	background: url(images/slideshow-prev.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -27px;
	cursor: pointer;
}

#slideshow .next, .work-slider .next {
	background: url(images/slideshow-next.png) no-repeat;
	left: auto;
	right: 0;
}

#slideshow .prev span, #slideshow .next span, .work-slider .prev span, .work-slider .next span {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/slideshow-prev-hover.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	padding: 0 12px 0 0;
	line-height: 55px;
	color: #777;
	font-weight: 900;
	text-align: right;
	opacity: 0;
}

#slideshow .next span, .work-slider .next span {
	left: auto;
	right: 0;
	background: url(images/slideshow-next-hover.png) top right no-repeat;
	padding: 0 0 0 12px;
	text-align: left;
}

#slideshow .flex-caption {
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 960px;
	margin-left: -480px;
	background: url(images/dark-trans-bg.png);
}

#slideshow .caption-inner {
	padding: 30px 50px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-weight: 100;
}

#slideshow .caption-inner p {
	line-height: 24px;
}

#slideshow .caption-inner h1 {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px 0;
}

#slideshow {
	height: 440px;
	width: 960px;
	margin: 0 auto;
}


/* slideshow default
   ========================================================================== */

#slideshow.default {
	position: relative;
	width: 100%;
	height: 450px;
}

#slideshow.default .slider {
	background: #000;
	position: absolute;
	width: 960px;
	height: 450px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
	overflow: hidden;
}

#slideshow.default .slider .slides > li {
	height: 450px; 
}

#slideshow.default .flex-caption {
	bottom: 0;
}

#slideshow.default .flex-control-nav {
	border-radius: 0;
}


/* slideshow extended
   ========================================================================== */

#slideshow.extended .slider {
	background: #000;
	position: absolute;
	width: 100%;
	height: 500px;
	top: 4px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
	border-bottom: 8px #e5e5e5 solid;
}

#slideshow.extended .slider .slides > li {
	height: 500px; 
}





/* ==========================================================================
   3. content
   ========================================================================== */

#content {
	position: relative;
	z-index: 998;
	background: #fff;
	width: 860px;
	margin: 0 auto 40px;
	padding: 30px 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#heading {
	position: absolute;
	left: 0;
	top: -75px;
	height: 75px;
	width: 960px;
	background: #f05b23;
	background: #fc7025;
	background: -moz-linear-gradient(top, #fc7025 0%, #e25b22 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7025), color-stop(100%,#e25b22));
	background: -webkit-linear-gradient(top, #fc7025 0%,#e25b22 100%);
	background: -o-linear-gradient(top, #fc7025 0%,#e25b22 100%);
	background: -ms-linear-gradient(top, #fc7025 0%,#e25b22 100%);
	background: linear-gradient(top, #fc7025 0%,#e25b22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7025', endColorstr='#e25b22',GradientType=0 );
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#heading h1 {
	color: #fff;
	font-weight: 100;
	line-height: 75px;
	margin: 0 50px;
}

#breadcrumbs {
	margin: -30px 0 50px;
	padding: 20px 0;
	border-bottom: 1px #ededed solid;
	font-size: 12px;
	color: #999;
}

#breadcrumbs ul, #breadcrumbs ol {
	list-style-type: none !important;
}

#breadcrumbs li {
	float: left;
	margin-right: 10px;
}

#breadcrumbs a {
	margin-right: 10px;
}

#breadcrumbs li:after {
	content: ">";
}

#breadcrumbs li:first-child:after, #breadcrumbs li:last-child:after {
	content: "";
}

#breadcrumbs li:last-child a {
	color: #999;
}

#sub-content {
	width: 960px;
	margin: 0 auto;
	line-height: 25px;
}




/* common content styles
   ========================================================================== */

#content ul {
	list-style-type: square;
}

div.slider ul, div.slider ol {
	list-style-type: none !important;
}

div.slider ul.slides li {
	margin: 0 !important;
}

#content ul li {
	line-height: 20px;
	margin: 0 0 5px;
}

ul.checklist li {
	list-style-type: none;
	padding-left: 30px;
	background: url(images/check.png) no-repeat;
}

ul.sociallist li {
	float: left;
	margin: 0 5px 5px 0;
	opacity: 0.3;
}

ul.sociallist a {
	display: block;
	width: 16px;
	height: 16px;
}

ul.sociallist li.twitter { background: url(images/social/twitter.png); }
ul.sociallist li.facebook { background: url(images/social/facebook.png); }
ul.sociallist li.dribbble { background: url(images/social/dribbble.png); }
ul.sociallist li.flickr { background: url(images/social/flickr.png); }
ul.sociallist li.spotify { background: url(images/social/spotify.png); }
ul.sociallist li.feed { background: url(images/social/feed.png); }
ul.sociallist li.instagram { background: url(images/social/instagram.png); }
ul.sociallist li.path { background: url(images/social/path.png); }
ul.sociallist li.forrst { background: url(images/social/forrst.png); }

ul.commentlist li {
	background: url(images/commentlist.png) 4px 10px no-repeat;
	border-bottom: 1px #EDEDED solid;
	padding: 7px 0 7px 24px;
	line-height: 18px;
}
ul.commentlis li {
	background: url(images/commentlist2.png) 4px 10px no-repeat;
	border-bottom: 1px #EDEDED solid;
	padding: 7px 0 7px 24px;
	line-height: 18px;
}

#footer ul.commentlist li {
	border-color: #444;
}

#footer ul.commentlis li {
	border-color: #444;
}

.pagination {
	margin-bottom: 20px;
	text-align: center;
}

.pagination li {
	display: inline-block;
	margin: 0 3px;
}

.pagination a {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	padding: 6px;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #999;
	font-weight: 500;
	font-size: 12px;
}

.pagination li:hover a {
	color: #555;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background: linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}




/* ==========================================================================
   4. footer
   ========================================================================== */

#footer-tweet {
	text-align: center;
	font-family: 'Droid Serif', Georgia, Serif;
	font-style: italic;
}

#footer-tweet .bird {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 7px -3px 0;
	background: url(images/social/tweet.png) no-repeat;
	opacity: 0.6;
}

#footer {
	margin-top: 40px;
	background: #222;
	padding: 30px 0;
	border-top: 8px #e5e5e5 solid;
	font-size: 12px;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #eee;
	text-decoration: underline;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
}

#footer .block {
	margin-bottom: 25px;
}

#footer .block h3 {
	color: #ccc;
	font-size: 13px;
	font-weight: 100;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px #333 solid;
}

#footer .contact form {
	padding-top: 4px;
}

#footer .contact input, #footer .contact textarea {
	box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	margin-bottom: 13px;
	padding: 6px;
	background: #333;
	border: none;
	border-radius: 4px;
	color: #fff;
}

#footer .contact textarea {
	height: 60px;
}

#footer button {
	padding: 7px 10px;
	background: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

#footer .flickr_badge_image {
	background: #222;
	margin: 0 9px 9px 0;
	width: 66px;
	height: 66px;
}

#footer .flickr_badge_image * {
	width: 58px;
	height: 58px;
}

#copyright {
	background: #111;
	height: 40px;
	border-top: 1px #000 solid;
	text-align: center;
	line-height: 40px;
	font-size: 11px;
}

#copyright a {
	color: #999;
}

#copyright a:hover {
	color: #ddd;
	text-decoration: underline;
}






/* ==========================================================================
   5. widgets
   ========================================================================== */

.accordion > h3 {
	height: 37px;
	line-height: 37px;
	margin: 0 0 10px;
	padding: 0 0 10px 50px;
	background: url(images/accordion-closed.png) no-repeat;
	cursor: pointer;
	border-bottom: 1px #ededed solid;
}

.accordion > h3.ui-accordion-header-active {
	background: url(images/accordion-open.png) no-repeat;
}

.accordion > div {
	margin: 0 0 15px 50px;
}






/* flickr */

.flickr_badge_image {
	position: relative;
	float: left;
	width: 57px;
	height: 57px;
	margin: 0 5px 5px 0;
	border-radius: 5px;
}

.flickr_badge_image * {
	display: block;
	width: 49px;
	height: 49px;
	border-radius: 5px;
}

.flickr_badge_image > a {
	position: relative;
	padding: 4px;
	background: #fff;
}

#footer .flickr_badge_image > a {
	background: #333;
}

#footer div.flickr {
	margin-top: 20px;
}

.flickr_badge_image img {
	position: relative;
}

.flickr_badge_image .bevel {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 4px;
	left: 4px;
	background: url(images/flickr-bevel.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.flickr_badge_image:hover .bevel {
	display: none;
}




/* ==========================================================================
   6. blog
   ========================================================================== */

#blog-wrap {
	position: relative;
	width: 960px;
	margin: 0 auto 25px;
	padding-top: 25px;
}

#blog {
	float: left;
	width: 640px;
	font-size: 13px;
}

aside {
	float: right;
	width: 290px;
}

.post {
	padding: 25px 40px 70px 0;
	background: #fff;
	width: 600px;
	color: #817a7a;
	margin-bottom: 25px;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.post-thumb {
	width: 640px;
	display: block;
	margin: -25px -40px 30px 0;
	position: relative;
}

.post-thumb > * {
	display: block;
}

.post .title {
	margin-left: 160px;
	font-size: 18px;
}

.post .title a {
	color: #333;
}

.post-data {
	border-right: 1px #E7E5E5 solid;
	padding-right: 15px;
	font-size: 11px;
	float: left;
	width: 120px;
	text-align: right;
	color: #777;
	font-style: italic;
	font-family: 'Droid Serif', Georgia, Serif;
	margin-left: 10px;
}

.post-content {
	width: 440px;
	float: right;
}

aside .block {
	margin: 0 0 25px;
	padding: 20px;
	background: #eee;
	color: #817a7a;
}

aside .block h3 {
	color: #6e6e6e;
	font-weight: 600;
}

aside .block ul li {
	border-bottom: 1px #eee solid;
	padding: 5px 0;
	margin-right: 125px;
}

aside .block ul.recent li {
	margin-right: 0;
	padding: 10px 0;
}

aside .block ul.recent li p {
	margin-bottom: 3px;
	line-height: 18px;
}

aside .block ul.recent li span {
	font-size: 11px;
}

aside a, .post-data a {
	color: #b5b5b5;
}

aside a:hover, .post-data a:hover {
	color: #555;
}

.searchform input {
	border: 1px #ccc solid;
	width: 85%;
	color: #777;
	padding: 7px;
}


/* blog widgets */

.post-preview-img, .post-preview-img *, .post-thumb, .post-thumb * {
	position: relative;
	display: block;
}

.post-preview-container h3 {
	text-align: center;
}

.post-preview-container h3 a {
	color: #333;
}

.post-preview-container .date {
	text-align: center;
	font-style: italic;
}

.post-preview-container p {
	padding: 0 15px;
}


/* comment section */

#comments-wrap {
	float: right;
	margin-top: 50px;
	width: 500px;
}

#comments-wrap h3 {
	margin-left: 60px;
}

.comment {
	float: right;
	margin: 0 0 40px;
}

#comments {
	padding: 40px 0;
}

.comments-children {
	margin-left: 60px;
}

.avatar {
	width: 50px;
	float: left;
}

.comment-data {
	margin: 0 0 7px 60px;
	padding-bottom: 5px;
	border-bottom: 1px #eee solid;
}

.comment-data a {
	color: #999;
}

.comment-data a:hover {
	color: #F05B23;
}

.comment-content {
	margin: 0 0 0 60px;
}

.commentform {
	margin-left: 60px;
}

.commentform .field {
	margin-bottom: 14px
}

.commentform span {
	display: block;
	margin-bottom: 3px;
}

.commentform input {
	width: 90%;
}

.commentform textarea {
	width: 90%;
	height: 100px;
}

.commentform input, .commentform textarea {
	border: 1px #d8d6d6 solid;
	padding: 5px;
	outline: none;
}

.commentform input:focus, .commentform textarea:focus {
	background: #eee;
	border-color: #eee;
}

input.comment-submit {
	background: #333;
	color: #fff;
	width: auto;
	font-family: 'Droid Serif', Georgia, Serif;
	font-size: 12px;
	border: none;
	cursor: pointer;
	margin: 0 !important;
	padding: 5px 15px;
	border-radius: 3px;
}





/* ==========================================================================
   7. portfolio
   ========================================================================== */

.portfolio-list {
	width: 900px;
	list-style-type: none !important;
}

.portfolio-list li {
	margin-bottom: 20px !important;
}

.portfolio-item-sub {
	text-align: center;
}

.portfolio-item-sub h3 {
	margin-top: 0;
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px #ededed solid;
}

.post-preview-container h3 {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px #ededed solid;
}

.portfolio-item-sub h3 a {
	color: #000;
}

.portfolio-item-sub span {
	font-style: italic;
	font-size: 12px;
}

.portfolio-filter {
	margin-bottom: 30px;
}

.portfolio-filter ul.splitter {
	list-style-type: none !important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 100;
}

.portfolio-filter ul.splitter li a {
	color: #777;
	display: block;
	float: left;
	margin: 0 -1px 0 0 !important;
	padding: 8px 20px;
	border: 1px #eee solid;
}

.portfolio-filter ul.splitter li:first-child a {
	border-left: none;
}

.portfolio-filter ul.splitter li:last-child a {
	border-right: none;
}

.portfolio-filter ul.splitter li a:hover {
	background: #f9f9f9;
}

.portfolio-filter ul.splitter li.selected a {
	background: #F05B23;
	color: #fff;
}

.work-img-container {
	position: relative;
	display: block;
	width: 260px;
	height: 146px;
	margin: 20px 0;
}

.work-img-container .hover, .post-preview-img .hover, .post-thumb .hover {
	width: auto;
	height: auto;
	position: absolute;
	top: 13%;
	left: 8%;
	right: 8%;
	bottom: 13%;
	background: #000;
	opacity: 0;
}

.fold-wrap {
	position: relative;
	background: #282828;
	width: 100%;
	height: 146px;
}

.fold-wrap .panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 65px;
	background-position: 0 50%;
	overflow: hidden;
}

.fold-wrap .panel2 {
	left: 65px;
	background-position: -65px 50%;
}

.fold-wrap .panel3 {
	left: 130px;
	background-position: -130px 50%;	
}

.fold-wrap .panel4 {
	left: 195px;
	background-position: -195px 50%;
}

.work-img ol {
	list-style-type: none;
}

.work-img .details, .post-preview-img .details, .post-thumb .details {
	display: block;
	position: absolute;
	top: 13%;
	right: 8%;
	width: 58px;
	height: 58px;
	background: url(images/work-hover.png) no-repeat;
	opacity: 0;
}

.fold-wrap .details {
	top: 0;
	right: 0;
}

.work-img ol li.text {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 80px;
	font-family: 'Droid Serif', Georgia, Serif;
	font-style: italic;
	color: #949494;
	text-align: right;
}

.work-img ol li.arrow {
	position: absolute;
	top: 70%;
	right: 25px;
	width: 39px;
	height: 20px;
	background: url(images/work-arrow.png) no-repeat;
}

.responsive-fallback-img {
	display: none;
}


/* single work 
   ========================================================================== */

#work-ajax {
	overflow: hidden;
}

#work {
	padding: 30px 0 50px;
	position: relative;
}

.work-slider {
	position: relative;
	width: 800px;
	float: left;
	margin-bottom: 30px;
	margin-left: 22px;
}

.work-slider .prev, .work-slider .next {
	opacity: 0;
	left: 10px;
}

.work-slider .next {
	left: auto;
	right: 10px;
}

.work-content {
	width: 330px;
	float: right;
}

.work-next, .work-prev, .work-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background: url(images/prev.png);
}

.work-prev {
	right: 50px;
}

.work-next {
	right: 25px;
	background: url(images/next.png);
}

.work-close {
	background: url(images/close.png);
}

.work-next-hover, .work-prev-hover, .work-close-hover {
	display: block;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	background: url(images/next-hover.png);
	opacity: 0;
}

.work-prev-hover {
	background: url(images/prev-hover.png);
}

.work-close-hover {
	background: url(images/close-hover.png);
}



/* ==========================================================================
   8. contact
   ========================================================================== */

#gmaps-wrap {
	height: 350px;
}

#gmaps-wrap:after, #gmaps-wrap:before {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
}

#gmaps-wrap:after {
	bottom: 0;
	top: auto;
}

#contact-form input, #contact-form textarea {
	background: #f9f9f9;
	border: 1px #e5e5e5 solid;
	margin-top: 4px;
	padding: 7px;
	width: 100%;
	font-family: 'Droid Sans', Arial, Sans-Serif;
	font-size: 14px;
	color: #555;
	font-weight: 100;
}

#contact-form textarea {
	height: 100px;
}

#contact-form .input-box {
	float: left;
	width: 30%;
	margin: 0 5% 25px 0;
}

#contact-form .textarea-box {
	width: 100%;
	margin-bottom: 15px;
}

#contact-form button {
	background: #393939;
	padding: 6px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}


/* ==========================================================================
   9. columning
   ========================================================================== */

.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths {
	float: left !important;
	margin-right: 40px !important;
}

#footer .one-half, #footer .one-third, #footer .two-thirds, #footer .one-fourth, #footer .three-thirds, #footer .one-fifth, #footer .two-fifths, #footer .three-fifths, #footer .four-fifths {
	margin-right: 20px !important;
}

.one-half {
	width: 550px;
	float: right;
}
.one-half2 {
	width: 250px;
}
.one-half3 {
	width: 600px;
	float: right;
}
.one-third {
	width: 260px !important;
}

.two-thirds {
	width: 560px;
}

.three-fourths {
	width: 610px;
}

.one-fourth {
	width: 185px;
}

.one-fifth {
	width: 140px;
}

.two-fifths {
	width: 320px;
}

.three-fifths {
	width: 500px;
}

.four-fifths {
	width: 680px;
}

#footer .one-fourth {
	width: 225px;
}

div.last, #footer div.last {
	margin-right: 0 !important;
}


/* ==========================================================================
   10. media queries
   ========================================================================== */


@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#navigation {
		width: 750px;
	}
	
	#logo {
		display: inline-block;
	}
	
	#logo a {
		display: inline-block;
	}
	
	#menu {
		display: none;
	}
	
	#responsive-menu-wrap {
		display: block;
		width: 300px;
		height: 30px;
		float: right;
		margin-top: 4px;
	}

	#responsive-menu {
		width: 100%;
	}
	
	#content {
		width: 690px;
		padding: 30px;
	}
	
	#heading {
		width: 750px;
	}
	
	#heading h1 {
		margin-left: 30px;
	}
	
	#slideshow .flex-caption, #slideshow .flex-control-nav {
		width: 750px;
		margin-left: -375px;
		font-size: 14px;
	}

	#slideshow .caption-inner {
		padding: 20px 30px;
	}
	
	#slideshow .caption-inner h1 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 4px;
	}
	
	#slideshow .flex-direction-nav {
		display: none;
	}
	
	#slideshow.extended {
		width: 750px;
		height: 290px;
	}
	
	#slideshow.extended .slider {
		height: 350px;
	}
	
	#slideshow.extended .slider .slides > li {
		height: 350px; 
	}

	#slideshow.default {
		width: 750px;
		height: 350px;
	}

	#slideshow.default .slider {
		width: 750px;
		height: 350px;
		margin-left: -375px;
	}

	#slideshow.default .slider .slides > li {
		height: 350px; 
	}
	
	#sub-content {
		width: 750px;
	}
	
	#footer {
		overflow: hidden;
	}
	
	#footer-inner {
		width: 770px;
		padding-left: 20px;
	}
	
	.portfolio-list {
		width: 710px;
	}

	.work-img {
		display: none;
	}
	
	.responsive-fallback-img {
		display: block;
	}
	
	.work-slider {
		width: 400px;
	}
	
	.work-content {
		width: 260px;
	}
	
	/* blog */
	
	#blog-wrap {
		width: 750px;
	}
	
	#blog {
		width: 500px;
	}
	
	.post {
		width: 450px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 50px;
	}
	
	.post-thumb {
		width: 500px;
		margin-right: -25px;
		margin-left: -25px;
	}
	
	.post .title {
		margin-left: 0;
	}
	
	.post-data {
		text-align: left;
		float: none;
		border: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px #E7E5E5 solid;
	}
	
	.post-data br {
		display: none;
	}
	
	.post-content {
		float: none;
	}
	
	aside {
		width: 230px;
	}
	
	#comments-wrap {
		width: 450px;
	}
	
	/* columning */
	
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths {
		margin-right: 20px !important;
	}

	.one-half {
		width: 335px;
	}
	
	.one-third, .work-img-container {
		width: 216px !important;
	}

	.two-thirds {
		width: 452px;
	}

	.one-fourth {
		width: 157px;
	}

	.three-fourths {
		width: 511px;
	}

	.one-fifth {
		width: 118px;
	}

	.two-fifths {
		width: 256px;
	}
	
	.three-fifths {
		width: 394px;
	}

	.four-fifths {
		width: 532px;
	}

	.work-img-container {
		height: 121px !important;
	}
	
	#footer .one-fourth {
		width: 355px !important;
	}
	
	
}









@media only screen and (min-width: 480px) and (max-width: 767px) {

	#navigation {
		width: 480px;
		text-align: center;
	}
	
	#logo {
		display: inline-block;
	}
	
	#logo a {
		display: inline-block;
	}
	
	#menu {
		display: none;
	}
	
	#responsive-menu-wrap {
		display: block;
		width: 300px;
		height: 30px;
		float: right;
		margin-top: 4px;
	}

	#responsive-menu {
		width: 100%;
	}
	
	#content {
		width: 420px;
		padding: 30px;
	}
	
	#heading {
		width: 480px;
	}
	
	#heading h1 {
		margin-left: 30px;
	}
	
	#slideshow .flex-caption, #slideshow .flex-control-nav {
		width: 480px;
		margin-left: -240px;
		font-size: 13px;
	}
	
	#slideshow .caption-inner {
		padding: 15px 20px;
		font-size: 13px;
	}
	
	#slideshow .caption-inner h1 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 4px;
	}

	#slideshow .caption-inner p {
		line-height: 18px;
	}
	
	#slideshow .flex-direction-nav {
		display: none;
	}
	
	#slideshow.extended {
		width: 480px;
		height: 240px;
	}
	
	#slideshow.extended .slider {
		height: 300px;
	}
	
	#slideshow.extended .slider .slides > li {
		height: 300px; 
	}

	#slideshow.default {
		width: 480px;
		height: 240px;
	}

	#slideshow.default .slider {
		width: 480px;
		height: 240px;
		margin-left: -240px;
	}

	#slideshow.default .slider .slides > li {
		height: 240px; 
	}
	
	#sub-content {
		width: 480px;
	}
	
	#footer-inner {
		width: 500px;
		padding-left: 20px;
	}
	
	.portfolio-list {
		width: 440px;
	}

	.portfolio-list li {
		margin-bottom: 50px !important;
	}

	.work-img {
		display: none;
	}
	
	.responsive-fallback-img {
		display: block;
	}
	
	.work-slider {
		width: 420px;
	}
	
	.work-content {
		width: 420px;
	}
	
	/* blog */
	
	#blog-wrap {
		width: 480px;
	}
	
	#blog {
		width: 480px;
	}
	
	.post {
		width: 430px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 50px;
	}
	
	.post-thumb {
		width: 480px;
		margin-right: -25px;
		margin-left: -25px;
	}
	
	.post .title {
		margin-left: 0;
	}
	
	.post-data {
		text-align: left;
		float: none;
		border: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px #E7E5E5 solid;
	}
	
	.post-data br {
		display: none;
	}
	
	.post-content {
		float: none;
	}
	
	aside {
		width: 480px;
	}
	
	#comments-wrap {
		width: 430px;
	}
	
	/* columning */
	
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-half.last, .one-third.last, .two-thirds.last, .one-fourth.last, .three-fourths.last, .one-fifth.last, .two-fifths.last, .three-fifths.last, .four-fifths.last {
		float: none !important;
		width: 420px !important;
		margin: 0 auto 50px !important;
	}
	
	#footer .one-fourth {
		width: 230px !important;
		float: left !important;
	}
	
	.work-img-container {
		width: 420px;
		height: 236px;
		margin: 0 auto 10px;
	}
	
	.responsive-center {
		text-align: center;
	}

}



@media only screen and (max-width: 479px) {
	
	#header {
		position: absolute;
	}

	#navigation {
		width: 320px;
		padding-top: 15px;
		text-align: center;
	}
	
	#logo {
		display: inline-block;
		float: none;
		margin: 0 auto 15px;
	}
	
	#logo a {
		display: inline-block;
	}
	
	#menu {
		display: none;
	}
	
	#responsive-menu-wrap {
		display: block;
	}
	
	#responsive-menu {
		width: 80%;
	}
	
	#content {
		width: 290px;
		padding: 15px;
	}
	
	#heading {
		width: 320px;
		height: 50px;
		top: -50px;
	}
	
	#heading h1 {
		margin: 0 15px;
		font-size: 14px;
		line-height: 50px;
		white-space: nowrap;
	}

	#slideshow .flex-caption, #slideshow .flex-control-nav {
		width: 320px;
		margin-left: -160px;
		font-size: 13px;
	}
	
	#slideshow .caption-inner {
		padding: 10px 15px;
		font-size: 12px;
	}
	
	#slideshow .caption-inner h1 {
		font-size: 17px;
		line-height: 17px;
		margin: 0 0 5px;
	}
	
	#slideshow .caption-inner p {
		line-height: 18px;
		margin-bottom: 4px;
	}

	#slideshow.extended .flex-control-nav {
		margin-bottom: -40px;
	}

	#slideshow .flex-direction-nav {
		display: none;
	}
	
	#slideshow.extended {
		width: 320px;
		height: 290px;
	}
	
	#slideshow.extended .slider {
		top: 120px;
		height: 190px;
	}
	
	#slideshow.extended .slider .slides > li {
		height: 230px; 
	}

	#slideshow.default {
		width: 320px;
		height: 280px;
	}

	#slideshow.default .slider {
		margin-top: 120px;
		width: 320px;
		height: 160px;
		margin-left: -160px;
	}

	#slideshow.default .slider .slides > li {
		height: 160px; 
	}
	
	#sub-content {
		width: 320px;
	}
	
	#footer-inner {
		width: 320px;
	}
	
	.work-img {
		display: none;
	}
	
	.responsive-fallback-img {
		display: block;
	}
	
	.work-slider {
		width: 290px;
	}
	
	.work-content {
		width: 290px;
	}
	
	/* blog */
	
	#blog-wrap {
		width: 320px;
	}
	
	#blog {
		width: 320px;
	}
	
	.post {
		width: 290px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 50px;
	}
	
	.post-thumb {
		width: 320px;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.post .title {
		margin-left: 0;
	}
	
	.post-data {
		text-align: left;
		float: none;
		border: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px #E7E5E5 solid;
	}
	
	.post-data br {
		display: none;
	}
	
	.post-content {
		float: none;
		width: 100%;
	}
	
	aside {
		width: 320px;
	}
	
	#comments-wrap {
		width: 100%;
	}
	
	.comments-children {
		margin-left: 20px;
	}
	
	/* columning */
	
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-half.last, .one-third.last, .two-thirds.last, .one-fourth.last, .three-fourths.last, .one-fifth.last, .two-fifths.last, .three-fifths.last, .four-fifths.last {
		float: none !important;
		width: 290px !important;
		margin: 0 auto 50px !important;
	}
	
	#footer .one-fourth, #footer .one-fourth.last {
		width: 300px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.work-img-container {
		width: 290px;
		height: 163px;
		margin: 0 auto 10px;
	}
	
	.responsive-center {
		text-align: center;
	}
}
#wrap #footer #footer-inner .one-fourth .block p {
	color: #999;
}
#wrap #content .stacked p .negroo {
	font-weight: bold;
}
