/*  
Theme Name: Spectrum Scroll Gallery
Theme URI: http://themespectrum.com
Description: A Clean Horizontal Scrolling Premium WordPress Portfolio Theme.
Version: 2.4.11
Author: Theme Spectrum
Author URI: http://themespectrum.com
Tags: clean, art, color-options, custom-background, custom-menu, threaded-comments, fixed-width, cms, portfolio, jquery-slideshow, showcase, design, responsive-content-widths, horizontal-scroll

TABLE OF CONTENTS

01 - Style Reset
02 - Global 
03 - Layout
04 - Header
05 - Content
06 - Comments
07 - Pagination
08 - Buttons
09 - Sidebar
10 - Widgets
11 - Footer
12 - Front images
13 - Custom Social Icons
14 - Custom and override


*/


/* ---------------------------
01 Style Reset
----------------------------*/

@font-face {
  font-family: 'Hermes FB Thin';
  src: url('http://peteriaincampbell.co.uk/f/Hermes-Thin.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('http://peteriaincampbell.co.uk/f/Hermes-Thin.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('http://peteriaincampbell.co.uk/f/Hermes-Thin.ttf') format('truetype'), /* Opera, Safari */
        url('http://peteriaincampbell.co.uk/f/Hermes-Thin.svg#font') format('svg'); /* iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #151b1e;	
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}

ul {
	list-style: none;
}

ul, li {
	margin: 0;
	padding: 0;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

pre, code {
	padding: 5px 0 20px 0;
}

dl { padding: 5px 0 10px 0;
}

dt { font-weight:bold; padding: 15px 0 3px 0; }
dd { padding-left: 8px; }

/* ---------------------------
02 Global
----------------------------*/

body {
	font-size:14px;
	font-family: "Hermes FB Thin";
	width:auto; height:auto;	
	padding: 0;
	margin: 0;
	color: #809AA8;	
}


p {
	line-height:1.7em;
	margin: 0 0 20px 0;	
}

img {
	margin: 0;
}

a, a:hover {
	text-decoration: none;	
	outline: none;
}

a {
	color:#809AA8;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5{

	color: #BAC2C7;	
	margin: 10px 0;	
}

h1, h2, h3 {

	font-weight:normal;
	text-transform:capitalize;
	letter-spacing:-1px;
}

h1 {
	font-size: 30px;
	margin-top:10px;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 16px;
	line-height: 1.6em;
	color:#777;
}
.box {
	padding: 30px 30px;
	background-color:#202931;
}
.left {
	float: left;	
}

.right {
	float: right;	
}

.moreLink {
	font-weight: bold;
}

input[type="text"], textarea {
	background-color: #fefefe;
	border: 1px solid #ddd;
	padding: 5px;
}

/* Clearfix ----------- */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* ---------------------------
03 Layout
----------------------------*/


#container {	
	width: auto;
	padding: 0 0 10px 260px;
}


#main {
	margin: 0;	
	padding: 0;
	width:auto;
}

#content {	
	padding: 30px 0 0 0;		
	float: left;
}

#content.full {
	padding: 30px 0 0 0;
	width: 100%
}
#topspace {
	height: 42px;
}
#sidebar {
	
	float: right;
	margin: 0 0 10px 0;
	padding: 0;		
}

.oneThird {
	width: 260px;	
}


.footerClean {
	position:fixed;
}

.slides {padding-left:20px !important;}

/* ---------------------------
04 Header
----------------------------*/
#headerBar{
	padding: 5px;
	height:100%;
	float:left;
	z-index: 2;
	color:#000;
	
}


.headerBarText {

	color:#888;
	letter-spacing: 1px;
}
#socialNetworks {
	margin:10px auto;
	padding: 0;
	display:none;
	clear:both;
}
#socialNetworksPersonal {
	margin:10px auto;
	padding: 0;
	/*display:none;*/
	clear:both;
}

#socialNetworks a {
	
}

#logo {		
	margin: 0 10px 15px 0;
	font-size: 20px;
	font-weight: bold;
	color:#000;
}

#logo img {
	padding-top: 25px;
	max-width: 100%;
}

#header {
	margin: 0;
	position:fixed;
	top:0;
	left:0;
	padding:42px 0px 20px 20px;
	background:#e7e7e7;
	height: 100%;
	width: 240px;
	z-index: 10;
	-moz-box-shadow: 1px 0px 7px rgba(0,0,0,0.2); /* Firefox */
-webkit-box-shadow: 1px 0px 7px rgba(0,0,0,0.2); /* Safari and Chrome */
box-shadow: 1px 0px 7px rgba(0,0,0,0.2);
/*opacity:0.98;*/
}

#header h1 {
	font-size: 44px;	
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height:0.9em;
	font-weight:300;
}

#header h1 a{	
	color: #809AA8;
	
}

#mainNav {	
	display:block;
	font-size:22px;
	clear:both;
	margin-top: 8px;
}

#mainNav .selector, #mainNav .selector span { display: none; }

#mainNav li {
	margin: 6px auto;	
	display: block;
	clear:both;
	text-transform:uppercase;
}

#mainNav li.current,
#mainNav li.current-cat,
#mainNav li.current_page_item,
#mainNav li.current-menu-item,
#mainNav li.current-post-ancestor,
#mainNav li.current_page_parent,
#mainNav li:hover{
	display: block;	
	text-decoration: none;	
	position: relative;
	cursor: pointer;
}

#mainNav a {
	color: #809AA8;
	padding: 0px 0;
	cursor: pointer;
	letter-spacing:-1px;
}

#mainNav a:hover {
	color: #BAC8CF !important;
}

#mainNav li li a, #mainNav li li li a, #mainNav li li li li a, #mainNav li li li li li a, #mainNav li li li li li li a {
	border:none;
}


#header h1 a:hover,
#mainNav a:hover {
	color:#809AA8;
}


#mainNav li li a {
	font-weight:normal;
}


#searchform {
	margin-top:4px;
}

/* ---------------------------
05 Content
----------------------------*/
#pageHead {
	margin: 20px 0 0 60px;
}

.post {
width: 1280px;
margin:4px 0 10px 60px;
}

.post .meta {
	margin: 0;		
	padding: 0;		
	color: #555;
	font-style: italic;
}

.post h1 {
	clear:none;
	}
	
.post img, .posts img {
	margin:10px;
	max-width: 100%;
}

.post .galimglrg {
	margin: 10px 0;
}

.postContent {
	margin-left:230px;
}

.singlePostTitle {
	padding-top: 50px;
}

#content .post .meta a{	
	color: #555;
	font-weight: bold;
}

#content .post .meta a:hover{	
	color: #809AA8;
}

.threeColumn .contentBox {	
	float: left;
	position: relative;
	margin: 0 19px 20px 19px;
	width:275px;
}

.twoColumn .contentBox {	
	float: left;
	position: relative;
	margin: 0 15px 20px 15px;
	width:440px;
}

.fourColumn .contentBox {	
	float: left;
	position: relative;
	margin: 0 21px 20px 21px;
	width:193px;
}

#portfolioHead {
	margin:20px 0 0 60px;
	}
	
.portfolioSingle h1 {
	padding-top:50px;
}

.portfolioDetails {
	margin:0;
	padding:0;
	font-style:italic;
	color:#999;
}

.portfolioList {
	width:90%;
	margin-left:45px;
}

.portfolio-item a img {
	overflow:hidden;
}

.portfolioThumb {
	background: #fff;
	padding: 5px;
	border: 1px solid #e4e4e4;
}

h3.sectionHead {
	font-size: 20px;
	border-bottom: #999 solid 1px;
	padding: 0 0 8px 10px;
}

#content a{
	text-decoration: none;
	color: #c20000;	
}

#content a:hover {
	color: #809AA8;
	text-decoration: none;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #809AA8;		
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #809AA8;		
}




/*Images------------------*/

#content .postThumb{
	background: #fff;
	padding: 8px;
	margin: 0 15px 5px 0;
}

.wp-post-image {
}

#content .pageImg {
	float: right;
	margin:0 0 15px 15px
}

.attachment-tia_portfolioFront {

	}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin: 5px 24px 5px 0;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 5px 24px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

.blogFeature {
	float:left;
	margin:0 20px 100px 40px;
	background:#fff;
	padding:8px;
}

.singlePostFeature {
	float:right;
	margin-left:20px;
}

/*Lists------------------*/

#content ul {	
	margin-bottom: 25px;
	list-style:disc;
	list-style-position:inside;
}

#content ul li {	
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

#content ol li {	
	margin: 0 0 10px 0;	
}

#content ol {	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

/* ---------------------------
06 Comments
----------------------------*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 40px;	
}

#comment {
	
	display:block;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 40px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;
	margin: 0;
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;	
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 110px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 110px;	
	display: block;
}

.comment p {	
	margin: 0 0 10px 110px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 110px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;		
	text-align: center;
	text-decoration: none;
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 60px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

/* ---------------------------
07 Pagination
----------------------------*/
	
.pagination {
	width: 90%;
	padding: 20px 0 0 0;	
	clear: both;
	font-weight: bold;
	margin: 0 0 0 40px;
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;

}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #edf3f9;	
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}

#nav-below {display: none}

/* ---------------------------
08 Buttons
----------------------------*/

#content .button,
#sidebar .button,
#footer .button,
#searchsubmit  {
		
	font-size: 12px;
	background: #333 url(images/btn_bkg.png) repeat-x;	
	color: #fff!important;
	display: inline-block;	
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 4px 15px 5px;
	margin: 0 5px 0 0;
	border: 1px solid rgba(0,0,0,.25);	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
		
}

#searchsubmit {
	background: transparent url(images/search.png) center no-repeat;
	border:none;
	text-indent:-999em;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width:20px; height:20px;
	overflow:hidden;
	line-height:0px;
	display:inline-block;
}

.button.small,
#searchsubmit {
	padding: 4px 10px !important;
	font-size: 11px !important;	
}

#content .button:hover,
#sidebar .button:hover,
#footer .button:hover,
#searchsubmit:hover {
	background-color: #555;
}

/* ---------------------------
09 Sidebar
----------------------------*/

#sidebar {
	color: #333;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

.sidebarBox h3 {		
	font-size: 20px;	
}

#sidebar a {	
	color: #333;		
}

#sidebar a:hover{
	color: #809AA8;
}

#sidebar p a{
	text-decoration: none;
	color: #c20000;	
}

#sidebar p a:hover {
	color: #555;
	text-decoration: none;
}

.widget_tia_facebook iframe {
	background: #eee;
}

/* ---------------------------
10 Widgets
----------------------------*/

#content .widgetBox h3,
#sidebar .widgetBox h3,
#footer .widgetBox h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.miniFeature64 .icon{	
	position: absolute; left: 0px; top: 0px;	
}

#content .miniFeature64 h3,
#sidebar .miniFeature64 h3,
#footer .miniFeature64 h3{
	font-size: 20px;
	line-height: 1.2em;
	margin-left: 80px;
	margin-bottom: 10px;
}

.miniFeature64 p{	
	line-height: 1.4em;
	margin: 0 0 10px 80px;
}

.miniFeature32 .icon{	
	position: absolute;
	left: 0px; top: -7px;	
}

.miniFeature32 h3{
	font-size: 20px;	
	padding: 0px 0 0px 45px;		
}

.miniFeature32 p{
	margin: 0px 0 10px 0px;
}

#s {
	width: 150px;
} /* search button, see buttons above */

#sidebar ul, #footer ul, #content .contentBox ul {
	margin: 0;
	padding: 0;	
	line-height: 1em;
	background: none;	
}

#sidebar ul li, #footer ul li, #content .contentBox ul li {
	padding: 8px 0 9px 0;
	margin: 0;
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p, .contentBox ul li p {
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2, .contentBox ul h2 {
	font-size: 13px;
	margin: 0 0 0px 0 !important;
	font-weight: bold;
	padding: 0 !important;	
	line-height: 1em!important;
}



#sidebar ul li span, 
#footer ul li span, 
#content .contentBox ul li span {	
	padding: 0;
	margin: 0 !important;
}

#sidebar ul li a, 
#footer ul li a, 
.contentBox ul li a {	
	color: #777;	
}

#sidebar ul li a:hover,
#footer ul li a:hover {
	color: #999;
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#footer .widget_categories li{
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	background: transparent url(images/list_item_marker.png) 0 4px no-repeat;
	border: none;	
}


/*Recent Posts Widget------------------*/

#content .tia_recent_posts .meta,
#sidebar .tia_recent_posts .meta,
#footer .tia_recent_posts .meta {
	margin: 0 0 7px 0 !important;
	display: block;
	padding: 0;	
}

#content .tia_recent_posts h2 a,
#footer .tia_recent_posts h2 a {
	color: #555;
}

#content .tia_recent_posts h2 a:hover,
#footer .tia_recent_posts h2 a:hover {
	color: #333;
}

#sidebar ul.recentPostsSidebar, #sidebar ul.recentPostsSidebar li {
	border:none;
}
#footer ul.recentPostsSidebar li, ul.recentPostsSidebar li img{
	margin:2px;
	padding: 0;
	font-size:12px;
	float:left;
}

#sidebar ul.recentPostsSidebar a {
	display:block;
}

ul.recentPostsSidebar li:hover {
	opacity:0.4;filter:alpha(opacity=40)
}



ul.recentPostsSidebar img {
}

#sidebar ul.recentPostsSidebar span {
	margin-right:10px;
	border:#dbdad8 solid 2px;
	width:50px;
}

.recentSidebarPost {
	border-bottom: 1px solid #dbdad8;
	padding: 10px 0 10px 0;	
}

.recentSidebarPost h2 {
	font-size: 14px !important;
	margin: 0;
}

.feedLink {
	padding: 0;
	margin: 0 0 15px 0;
}

.feedLink a{
	background: transparent url(images/icons/feed_16.png) 0 0px no-repeat;
	font-weight: bold;
	padding: 0 0 0 25px;
}

#content .feedLink a,
#footer .feedLink a {
	color: #686868;
}

#content .feedLink a:hover,
#footer .feedLink a:hover {
	color: #2c2c2c;
}

.popular-posts .wpp-thumbnail {
	float:left;
	background:#fff;
	margin-right:6px;
	padding:2px;
	border: solid 1px #e4e4e4;
}

#sidebar .popular-posts ul {
	border:none;
}

#sidebar .popular-posts ul li {
	height:30px;
	margin: 0 0 7px 0;
	padding:0;
	border: none;
}

/* Categories and Tag Widgets */

#sidebar .widget_categories ul li,
#sidebar .widget_tag_cloud a
{
	display: inline-block;
	font-size:12px !important;
	margin: 0 auto;
	width: 95px;
	border:0px;
	margin: 5px 0;
	padding: 0;
	zoom: 1;
	*display:inline;
}

#sidebar .widget_categories a {
	display:block;
	color:#333;
}

#sidebar .widget_categories a:hover,
.widget_tag_cloud a:hover {
	color:#555;
}

/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 100%;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {	
	padding-top: 10px;
	color: #888888;
}

table#wp-calendar td a{
	font-weight: bold;
	color: #686868;
}

table#wp-calendar td a:hover{
	font-weight: bold;
	color: #2c2c2c;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}




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

#twitter_div{
	margin: 0 0 10px 0;
}

#twitter_div li{
	line-height: 1.4em !important;	
}

#twitter_div li a{
	font-weight: bold;
}

.twitterLink a{
	background: transparent url(images/icons/twitter_16.png) 0 0px no-repeat;	
	padding: 0 0 0 25px;
	font-weight: bold;
}



/* ---------------------------
11 Footer
----------------------------*/

#footer { width:100%; 
z-index:9999;
position:fixed;}

#footer .main{
			
	clear: both;
	padding: 40px 0 0 0;	
	margin: 0;
}

#footer .oneThird {
	width:265px;
}

.footerBox{
	margin: 0 0 30px 60px;	
	float: left;
	position: relative;
}



.footerBox p{			
	padding: 0;	
}

.footerBox p img{			
	border-color: #d6d6d6;
}

#footer .secondary {
	margin: 0 60px;
	color: #485B62;
	position: relative;
	z-index:9999;
}

#footer .secondary .copyright {
	float: left;
}

#footer .secondary .credit {
	float: right;
}

#topcontrol {
	background: url(images/up.png) center no-repeat;
	width:50px;
	height:50px;
}

#topcontrol[style]:hover {
	opacity: 0.9 !important;
}



/* ---------------------------
12 Front Images
----------------------------*/


#slideshow {
	display:table;
	padding-right:0px;
	height: 100%;
}

#homescroll {
	clear: both;
	display: table-row !important;
}

.scrollslide {
	width:auto;
	display:table-cell;
	vertical-align:top;
	padding: 0px 10px 0 10px;
}

.table     { display: table; }
.tablerow  { display: table-row; }
.tablecell { display: table-cell; }

.scrollslide img {
	
}

#slider {
	width: 100%;
	margin: 0;
	position:relative;
}

#slider a{
	display: block;
	color:#999;
	text-decoration:underline;
}

.noContent {
	text-align: center;
	padding: 70px 0 70px 0;
}

img.attachment-tia_portfolioFront {
	height: 1000px;
	width: auto;
}

#infscr-loading {
	width:70px;
	padding: 40px 0;
}

#infscr-loading img {
	width: 200px;
	opacity: 0.7;
}


/* ---------------------------
13 Custom Social Icons
----------------------------*/
#socialNetworks a {width:20px; height:20px; display:inline-block; overflow:hidden; margin:0; padding:1px;}
#socialNetworks span { display:block; clear:right; padding-bottom:5px; margin-bottom:0;}

.black_and_white #facebook { background: url(images/icons/black_and_white/facebook-20.png) no-repeat center; }
.black_and_white #facebook:hover { background: url(images/icons/color/facebook-20.png) no-repeat center; }
.color #facebook { background: url(images/icons/color/facebook-20.png) no-repeat center; }
.color #facebook:hover { background: url(images/icons/black_and_white/facebook-20.png) no-repeat center; }

.black_and_white #twitter { background: url(images/icons/black_and_white/twitter-20.png) no-repeat center; }
.black_and_white #twitter:hover { background: url(images/icons/color/twitter-20.png) no-repeat center; }
.color #twitter { background: url(images/icons/color/twitter-20.png) no-repeat center; }
.color #twitter:hover { background: url(images/icons/black_and_white/twitter-20.png) no-repeat center; }

.black_and_white #pinterest { background: url(images/icons/black_and_white/pinterest-20.png) no-repeat center; }
.black_and_white #pinterest:hover { background: url(images/icons/color/pinterest-20.png) no-repeat center; }
.color #pinterest { background: url(images/icons/color/pinterest-20.png) no-repeat center; }
.color #pinterest:hover { background: url(images/icons/black_and_white/pinterest-20.png) no-repeat center; }

.black_and_white #instagram { background: url(images/icons/black_and_white/instagram-20.png) no-repeat center; }
.black_and_white #instagram:hover { background: url(images/icons/color/instagram-20.png) no-repeat center; }
.color #instagram { background: url(images/icons/color/instagram-20.png) no-repeat center; }
.color #instagram:hover { background: url(images/icons/black_and_white/instagram-20.png) no-repeat center; }

.black_and_white #flickr { background: url(images/icons/black_and_white/flickr-20.png) no-repeat center; }
.black_and_white #flickr:hover { background: url(images/icons/color/flickr-20.png) no-repeat center; }
.color #flickr { background: url(images/icons/color/flickr-20.png) no-repeat center; }
.color #flickr:hover { background: url(images/icons/black_and_white/flickr-20.png) no-repeat center; }	

.black_and_white #tumblr { background: url(images/icons/black_and_white/tumblr-20.png) no-repeat center; }
.black_and_white #tumblr:hover { background: url(images/icons/color/tumblr-20.png) no-repeat center; }
.color #tumblr { background: url(images/icons/color/tumblr-20.png) no-repeat center; }
.color #tumblr:hover { background: url(images/icons/black_and_white/tumblr-20.png) no-repeat center; }	

.black_and_white #behance { background: url(images/icons/black_and_white/behance-20.png) no-repeat center; }
.black_and_white #behance:hover { background: url(images/icons/color/behance-20.png) no-repeat center; }
.color #behance { background: url(images/icons/color/behance-20.png) no-repeat center; }
.color #behance:hover { background: url(images/icons/black_and_white/behance-20.png) no-repeat center; }

.black_and_white #deviantart { background: url(images/icons/black_and_white/deviantart-20.png) no-repeat center; }
.black_and_white #deviantart:hover { background: url(images/icons/color/deviantart-20.png) no-repeat center; }
.color #deviantart { background: url(images/icons/color/deviantart-20.png) no-repeat center; }
.color #deviantart:hover { background: url(images/icons/black_and_white/deviantart-20.png) no-repeat center; }

.black_and_white #linkedin { background: url(images/icons/black_and_white/linkedin-20.png) no-repeat center; }
.black_and_white #linkedin:hover { background: url(images/icons/color/linkedin-20.png) no-repeat center; }
.color #linkedin { background: url(images/icons/color/linkedin-20.png) no-repeat center; }
.color #linkedin:hover { background: url(images/icons/black_and_white/linkedin-20.png) no-repeat center; }

.black_and_white #reddit { background: url(images/icons/black_and_white/reddit-20.png) no-repeat center; }
.black_and_white #reddit:hover { background: url(images/icons/color/reddit-20.png) no-repeat center; }
.color #reddit { background: url(images/icons/color/reddit-20.png) no-repeat center; }
.color #reddit:hover { background: url(images/icons/black_and_white/reddit-20.png) no-repeat center; }

.black_and_white #delicious { background: url(images/icons/black_and_white/delicious-20.png) no-repeat center; }
.black_and_white #delicious:hover { background: url(images/icons/color/delicious-20.png) no-repeat center; }
.color #delicious { background: url(images/icons/color/delicious-20.png) no-repeat center; }
.color #delicious:hover { background: url(images/icons/black_and_white/delicious-20.png) no-repeat center; }

.black_and_white #digg { background: url(images/icons/black_and_white/digg-20.png) no-repeat center; }
.black_and_white #digg:hover { background: url(images/icons/color/digg-20.png) no-repeat center; }
.color #digg { background: url(images/icons/color/digg-20.png) no-repeat center; }
.color #digg:hover { background: url(images/icons/black_and_white/digg-20.png) no-repeat center; }

.black_and_white #friendfeed { background: url(images/icons/black_and_white/friendfeed-20.png) no-repeat center; }
.black_and_white #friendfeed:hover { background: url(images/icons/color/friendfeed-20.png) no-repeat center; }
.color #friendfeed { background: url(images/icons/color/friendfeed-20.png) no-repeat center; }
.color #friendfeed:hover { background: url(images/icons/black_and_white/friendfeed-20.png) no-repeat center; }

.black_and_white #stumbleupon { background: url(images/icons/black_and_white/stumbleupon-20.png) no-repeat center; }
.black_and_white #stumbleupon:hover { background: url(images/icons/color/stumbleupon-20.png) no-repeat center; }
.color #stumbleupon { background: url(images/icons/color/stumbleupon-20.png) no-repeat center; }
.color #stumbleupon:hover { background: url(images/icons/black_and_white/stumbleupon-20.png) no-repeat center; }

.black_and_white #vimeo { background: url(images/icons/black_and_white/vimeo-20.png) no-repeat center; }
.black_and_white #vimeo:hover { background: url(images/icons/color/vimeo-20.png) no-repeat center; }
.color #vimeo { background: url(images/icons/color/vimeo-20.png) no-repeat center; }
.color #vimeo:hover { background: url(images/icons/black_and_white/vimeo-20.png) no-repeat center; }

.black_and_white #designfloat { background: url(images/icons/black_and_white/designfloat-20.png) no-repeat center; }
.black_and_white #designfloat:hover { background: url(images/icons/color/designfloat-20.png) no-repeat center; }
.color #designfloat { background: url(images/icons/color/designfloat-20.png) no-repeat center; }
.color #designfloat:hover { background: url(images/icons/black_and_white/designfloat-20.png) no-repeat center; }

.black_and_white #blogger { background: url(images/icons/black_and_white/blogger-20.png) no-repeat center; }
.black_and_white #blogger:hover { background: url(images/icons/color/blogger-20.png) no-repeat center; }
.color #blogger { background: url(images/icons/color/blogger-20.png) no-repeat center; }
.color #blogger:hover { background: url(images/icons/black_and_white/blogger-20.png) no-repeat center; }

.black_and_white #google { background: url(images/icons/black_and_white/google-20.png) no-repeat center; }
.black_and_white #google:hover { background: url(images/icons/color/google-20.png) no-repeat center; }
.color #google { background: url(images/icons/color/google-20.png) no-repeat center; }
.color #google:hover { background: url(images/icons/black_and_white/google-20.png) no-repeat center; }

.black_and_white #youtube { background: url(images/icons/black_and_white/youtube-20.png) no-repeat center; }
.black_and_white #youtube:hover { background: url(images/icons/color/youtube-20.png) no-repeat center; }
.color #youtube { background: url(images/icons/color/youtube-20.png) no-repeat center; }
.color #youtube:hover { background: url(images/icons/black_and_white/youtube-20.png) no-repeat center; }

.black_and_white #rss { background: url(images/icons/black_and_white/rss-20.png) no-repeat center; }
.black_and_white #rss:hover { background: url(images/icons/color/rss-20.png) no-repeat center; }
.color #rss { background: url(images/icons/color/rss-20.png) no-repeat center; }
.color #rss:hover { background: url(images/icons/black_and_white/rss-20.png) no-repeat center; }

/* ---------------------------
14 Custom and Override CSS
----------------------------*/

/* Background */
body.dark {
	background-color: #12171B;
	color: #BAC2C7;
}

body.darkLinen {	
	background-image:url(images/dark-linen.jpg);	
	color: #999;
}

.dark #sidebar, .darkLinen #sidebar {color:#809AA8;}
.dark #mainNav a, .darkLinen #mainNav a {
	border-color: #809AA8; 
}
.dark #mainNav a:hover, .darkLinen #mainNav a:hover {
	border-color: #333; 
}
.dark #main {}
.dark #header, .darkLinen #header {
	background-color: #151b1e; 
	-moz-box-shadow: 1px 0px 7px rgba(0,0,0,0.2); /* Firefox */
-webkit-box-shadow: 1px 0px 7px rgba(0,0,0,0.2); /* Safari and Chrome */
box-shadow: 1px 0px 7px rgba(0,0,0,0.2); }
.dark #header h1 a, .darkLinen #header h1 a {
	color:#A4AEB5;
}
.dark #header h1 a:hover, .darkLinen #header h1 a:hover {
	color:#809AA8;
}

body.light {	
	background: #fff;	
}


body.lightLinen {
	background-image: url(images/light-linen.jpg)
}
.catdesc {
	margin: 4px 0px 4px 10px;
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-size:11.5px;
	position: fixed; 
	height: 66px; 
	max-width: 1300px; 
	overflow:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.catdesc p {
	margin-bottom: 2px !important;
}
.message {
background: rgba(0,0,0,0.75);
color: #A9B8BC;
position: fixed;
top: -330px;
left: 260px;
width: 100%;
height: 330px;
padding: 20px 300px 0px 20px;
transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
overflow-y: scroll;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.message2 {
background: rgba(0,0,0,0.75);
color: #A9B8BC;
position: fixed;
top: -100px;
left: 260px;
width: 100%;
height: 100px;
padding: 20px 300px 0px 20px;
transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
overflow-y: scroll;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.messagec {
background: rgba(18,23,27,0.75);
/*background-color:#333;*/
color: #A9B8BC;
position: fixed;
top: 0px;
left: 260px;
width: 0px;
height: 100%;
padding: 20px 0px;
transition: width 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94), padding 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
z-index: 10;
opacity:1;
}
#togglec:checked ~ .messagec{
 width: 300px;
 padding: 20px 20px;
 }
.messaged {
background: rgba(18,23,27,0.75);
color: #A9B8BC;
position: fixed;
top: 0px;
left: 260px;
width: 0px;
height: 100%;
padding: 20px 0px;
/*transition: width 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94), padding 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
z-index: 10;
}

#fixer {
transition: margin-top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
#scrollfix {
	height:300px;
	overflow-y: auto;
	padding-right: 20px;
}
#scrollfix2 {
	height:80px;
	overflow-y: auto;
	padding-right: 20px;
}
#scrollfix p, #scrollfix2 p {
	margin-bottom: 2px;
}
.message h1 {
  color:#FFF;
}

#toggle, #toggle2 {
  position:fixed;
  appearance:none;
  cursor:pointer;
  left:-100%;
  top:-100%;
}
#togglec {
  position:fixed;
  appearance:none;
  cursor:pointer;
  left:-100%;
  top:-100%;
  color: #FFF !important;
  background-color:#999;
}

#toggle + label, #toggle2 + label {
	position:fixed;
	cursor:pointer;
	padding:10px;
	background: #000;
	width: 100px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	padding: 6px 10px;
	color: #A9B8BC;
	line-height:20px;
	font-size:12px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	margin:0px 14px;
	/*transition:all 500ms ease;*/
	z-index:30;
}
#togglec + label {
	position:fixed;
	width: 100px;
	height: 20px;
	margin-top:-10px;
	padding: 10px;
	/*color: #A9B8BC;
	color: #FFF !important;*/
	line-height:20px;
	font-size:22px;
	cursor: pointer;
	transition:all 500ms ease;
}

#toggle + label:after {
  content:"Infomation" 
}
#toggle2 + label:after {
  content:"Information" 
}
#togglec:checked + label:after {
  content:"";
}
#togglec + label:after {
  content:"";
  /*color: #809AA8;*/
}
#togglec + label:hover {
	color: #F00;
}
.container {
transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  padding:1.2em 3em;
}
.container2 {
transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  padding:1.2em 3em;
}
.containerc {
/*transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
  padding:1.2em 3em;
}
#toggle:checked ~ .message, #toggle:checked ~ .message2, #toggle2:checked ~ .message, #toggle2:checked ~ .message2 {
  top: 0;
}

#toggle:checked ~ .container, #toggle2:checked ~ .container, #togglec:checked ~ .container {
  margin-top: 330px;
}
#toggle:checked ~ #fixer, #toggle2:checked ~ #fixer {
  margin-top: -330px;
  z-index: -1;
}
#toggle2:checked ~ #fixer {
  margin-top: -100px;
  z-index: -1;
}

/*#togglec:checked ~ #fixer {
  margin-top: -330px;
  z-index: -1;
}*/

#toggle:checked ~ .container2, #toggle2:checked ~ .container2, #togglec:checked ~ .container2  {
  margin-top: 100px;
}
#toggle:checked + label, #toggle2:checked + label {
	background-color:#4B6A70;
}
#toggle:checked + label:after, #toggle2:checked + label:after {
  content:"Close"
}
#canvas {
	position: fixed;
	left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -100px;
	z-index: 999;	
}
#fader {
	background-color:#151B1E;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;	
}

@media screen and (max-height: 1100px) {
	img.attachment-tia_portfolioFront {
		max-height: 940px;
	}

}

@media screen and (max-height: 1030px) {
	img.attachment-tia_portfolioFront {
		max-height: 870px;
	}
}

@media screen and (max-height: 960px) {
	img.attachment-tia_portfolioFront {
		height: 800px;
		max-height: 800px;
	}
}

@media screen and (max-height: 890px) {
	img.attachment-tia_portfolioFront {
		height: 730px;
		max-height: 730px;
	}
}

@media screen and (max-height: 820px) {
	img.attachment-tia_portfolioFront {
		height: 660px;
		max-height: 660px;
	}
	.bxslider-gallery.adaptive-height-off .gallery-wrapper .bxslider img {
	max-height: 660px !important;
}
}

@media screen and (max-height: 750px) {
	img.attachment-tia_portfolioFront {
		height: 590px;
		max-height: 590px;
	}
}

@media screen and (max-height: 700px) {
	img.attachment-tia_portfolioFront {
		height: 520px;
		max-height: 520px;
	}
	#mainNav {
	font-size: 19px;	
	}
	#header h1 {
		font-size: 36px;
	}
	#header{width: 200px}
	#container {	
	padding: 0 0 0px 220px;}
	.message2 {left: 220px;}
	.message {left: 220px;}
	
	.bxslider-gallery.adaptive-height-off .gallery-wrapper .bxslider img {
	max-height: 540px !important;
}
}

@media screen and (max-height: 680px) and (min-width: 850px){
	
	
}

@media screen and (max-height: 610px) {
	img.attachment-tia_portfolioFront {
		height: 450px;
		max-height: 450px;
		
	}
	#copy {
		display: none;
	}
}

@media screen and (max-height: 540px) {
	img.attachment-tia_portfolioFront {
		height: 440px;
		max-height: 440px;
	}
	#topspace{
		height: 24px;
		}
	#header {padding-top: 24px;}
}

@media screen and (max-height: 470px) {
	img.attachment-tia_portfolioFront {
		height: 380px;
		max-height: 380px;	
	}
	#topspace{
		height: 24px;
		}
}
@media screen and (max-height: 400px) and (max-width: 650px) and (orientation : landscape){
	img.attachment-tia_portfolioFront {
		height: 240px;
		max-height: 240px;
	}
	#scrollfix{height: 200px;}
	.message {height: 220px;}
	#toggle:checked + label {
	margin:-38px 0px 0px 200px!important;
}
}

/************************************************************************************
narrower than 1400
************************************************************************************
@media screen and (max-width: 1400px) {
img.attachment-tia_portfolioFront {
		height: 680px;
		max-height: 680px;
	}
}
@media screen and (max-width: 1200px) {
img.attachment-tia_portfolioFront {
		height: 520px;
		max-height: 520px;
	}
}*/

/************************************************************************************
narrower than 1920
*************************************************************************************/
@media screen and (max-width: 1920px) {

	#main .post, #main .posts {
		width:94%;
	}
	
	.post .postThumb, .posts .postThumb { width:55%; max-width: 255px }
	
	.size-large  { width: 95%; height: auto }
	
	.galimglrg { width: 100%; height: auto}
	
	.size-medium { width: 50%; height: auto }
	
	.size-thumbnail { width: 30%; height: auto }
	
	.post .blogFeature { width: 175px; height:175px }
	
	
	/*img.attachment-tia_portfolioFront {
		height: 480px;
		max-height: 480px;
	}*/

}
/************************************************************************************
narrower than 1000
*************************************************************************************/
@media screen and (max-width: 1000px) {

	#main .post, #main .posts {
		width:90%;
	}
	
	.post .postThumb, .posts .postThumb { width:55%; max-width: 255px }
	
	.size-large  { width: 95%; height: auto }
	
	.galimglrg { width: 100%; height: auto}
	
	.size-medium { width: 50%; height: auto }
	
	.size-thumbnail { width: 30%; height: auto }
	
	.post .blogFeature { width: 175px; height:175px }
	
	
	/*img.attachment-tia_portfolioFront {
		height: 480px;
		max-height: 480px;
	}*/
	.slides {padding-left: 6px !important}

}

/************************************************************************************
smaller than 850
*************************************************************************************/
@media screen and (max-width: 850px) {
	#header h1 {
		font-size: 25px;
	}
	#topspace {
	height: 2px;
}
	#header {
	height:auto;
	min-height: 40px;
	width:100%;
	padding:0;
	}
	
	#logo {
		margin: 10px 0 5px 20px;
	}	

	#copy {
		display: none;
	}
	#logo img {max-height: 30px; width:auto;}
	
	/*display dropdown nav*/
	#mainNav .selector {display: block;}
	#mainNav select[style]{ opacity: 1 !important; }
	#mainNav ul { display: none; }
	#mainNav{ padding: 0; margin:0; height: 40px; line-height: 40px; position:absolute; right:20px; top:5px }
	
	.selector select {
	background: transparent;
	width: 150px;
	padding: 4px;
	border: 0px solid #ccc;
	height: 36px;
	color:#999;
	}
	
	.selector {
	font-family: "Hermes FB Thin" !important;;
	   width: 126px;
	   height: 36px;
	   overflow: hidden;
	   background: url(images/down_arrow_select.png) no-repeat right #000;
	   margin-top: -4px;
	}
	

	.container {
transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  padding:0;
}
.container2 {
transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  padding:0;
}
.scrollslide {
	padding: 0px 6px 0 6px;
}
	#container {
	padding: 40px 0 0 0;
	}
	#togglec + label {
	position:absolute;
	left:300px;	
	top:0;
	}
	.containerc {
  padding:0;
}
	
	#homescroll h2 { font-size:14px; }

	#main .post, #main .posts {
		width:95%;
		margin:2.5%;
	}

	.portfolioSingle .gallery.right {
		float: none;
	}
	
	
		
	#main #commentForm { margin-left:0; }
	
	.blogFeature { float: none; }
	
	.postContent { margin-left: 0; }
	
			#socialNetworks,
	#socialNetworks span {
		display:none;
	}
	.container2 {
		padding:0;
	}
	
.message {
top: -330px;
left: 0px;
height: 330px;
padding: 20px 40px 0px 20px;
overflow:hidden;
}
.message2 {
top: -150px;
left: 0px;
height: 150px;
padding: 20px 40px 0px 20px;
overflow:hidden;
}
#toggle + label, #toggle2 + label {
	position:fixed;
	cursor:pointer;
	padding:10px;
	background: #000;
	width: 100px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	padding: 6px 10px;
	/*color: #A9B8BC;*/
	color: #FFF;
	line-height:20px;
	font-size:12px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	margin:-40px 0px 0px 274px;
	/*transition:all 300ms ease;*/
}

#toggle2:checked + label {
	margin:150px 0px 0px 300px;
}
#toggle:checked ~ .message {
  top: 40px;
}
#toggle:checked ~ .message2 {
  top: 40px;
}
#toggle2:checked ~ .message {
  top: 40px;
}
#toggle2:checked ~ .message2 {
  top: 40px;
}
#allcontact {
	display:none;
	z-index:9;
}
#scrollfix2 {
	height:130px;
}
#toggle:checked + label {
	margin:330px 0px 0px 30px;
}
#toggle2:checked + label {
	margin:150px 0px 0px 30px;
}
/*img.attachment-tia_portfolioFront {
		height: 500px;
		max-height: 500px;
	}*/
.fpslideshow{ margin:0 auto;}
}
.here{}


/************************************************************************************
smaller than 600
*************************************************************************************/
@media screen and (max-width: 600px) {

	#footer {
	background: none;
	width: 100%;
	margin: 0;
	}
	
	
	#footer .secondary {
		margin:0 0 0 20px;
		font-size: 9px;
	}
#header h1 {
		font-size: 18px;
	}	
#toggle + label, #toggle2 + label {
	position:fixed;
	cursor:pointer;
	padding:10px;
	background: #000;
	width: 60px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	padding: 6px 2px;
	color: #A9B8BC;
	line-height:20px;
	font-size:12px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	margin:-40px 0px 0px 200px;
	transition:all 300ms ease;
}
#toggle + label:after {
  content:"Info" 
}
#toggle2 + label:after {
  content:"Info";
  z-index:30;
}
/*img.attachment-tia_portfolioFront {
		height: 400px;
		max-height: 400px;
	}*/

}


/************************************************************************************
smaller than 580
*************************************************************************************/
@media screen and (max-width: 580px) {

	#header {
		min-height: 30px;
	}
	#container {
		padding-top: 36px;
	}
	#togglec + label {
	font-size:18px;
	}
	#topspace {
	height: 0px;
}
	#logo img {max-height: 30px; width:auto;}

	.selector  { width:65px;}
	.selector select { width:83px;}




	.scrollslide {padding-top: 0px}
	/*top bar
	#top-bar-inner { width: 320px; }
	#top-bar { text-align: center; }
	#top-bar-inner{ }
	#top-bar-inner ul.top-menu li, #top-bar-inner ul.top-menu a{ display: inline-block; float: none; }
	#top-bar-inner ul.top-menu{ display: block; }
	a#top-bar-callout{ display: none; }*/
	
	#socialNetworks, #homescroll h2 { display: none }
	#mainNav{
		font-size:18px;
		}
	img.attachment-tia_portfolioFront {
		height: 270px;
		max-height: 270px;
	}
	#toggle:checked ~ .message {
  top: 36px;
}
#toggle:checked ~ .message2 {
  top: 36px;
}
#toggle2:checked ~ .message {
  top: 36px;
}
#toggle2:checked ~ .message2 {
  top: 36px;
}
#canvas {
	position: fixed;
	left: 50% !important;
	margin-left: -150px !important;
	top: 50% !important;
	margin-top: -50px !important;
	z-index: 999;	
}

}
@media screen and (max-width: 400px){
	#toggle + label, #toggle2 + label {margin-top:-500px;}
	
	img.attachment-tia_portfolioFront {
		height: 250px;
		max-height: 250px;
	}
}
@media screen and (max-width: 330px){
	#toggle + label, #toggle2 + label {margin-top:-500px;}
	
	img.attachment-tia_portfolioFront {
		height: 210px;
		max-height: 210px;
	}
}

