/*
Theme Name: We Are Empire
Theme URI: http://www.weareempire.co.uk
Author: The Empire Team
Author URI: http://www.weareempire.co.uk
Description: HTML5 starter theme based off Handcrafted WP theme (ver 0.8.7). 
Tags: HTML5, CSS3, Bespoke Design
Version: 1.0.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video 			{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul 								{ list-style:none; }
blockquote, q 						{ quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after 					{ content:''; content:none; }
a 									{ margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins 								{ background-color:#ff9; color:#000; text-decoration:none; }
mark 								{ background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del 								{ text-decoration: line-through; }
abbr[title], dfn[title] 			{ border-bottom:1px dotted; cursor:help; }
table 								{ border-collapse:collapse; border-spacing:0; } /* tables still need cellspacing="0" in the markup */
hr 									{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select 						{ vertical-align:middle; }

/* ========================================================== 
 * BASE TYPOGRAPHY
 * ======================================================= */
body 								{ font:10px/18px "myriad-pro", "Helvetica", Helvetica, Arial, sans-serif; *font-size:small; text-transform:uppercase; letter-spacing:2px; padding:120px 0 0 0; }
.ie8 body,.ie7 body					{ font-family:'myriad-pro-n4';}
select, input, textarea, button 	{ font:99% sans-serif; }
pre, code, kbd, samp 				{ font-family: monospace, sans-serif; }

/* ========================================================== 
 * BASE STYLES
 * ======================================================= */
body, select, input, textarea 		{
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 				{ font-weight: normal; font-style: normal; color: #222222; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; }
h1 									{ font-size: 34px; }
h2 									{ font-size: 30px; }
h3 									{ font-size: 26px; }
h4 									{ font-size: 22px; }
h5 									{ font-size: 18px; }
h6 									{ font-size: 14px; }

html 								{ overflow-y: scroll; } /* always force a scrollbar in non-IE */ 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active 					{ outline: none; }
a, a:active, a:visited 				{ color: #1c1d1d; text-decoration:none; transition: color .25s ease-in-out;  -moz-transition: color .25s ease-in-out; -webkit-transition: color .25s ease-in-out; }
a:hover 							{ color: #BBBBBB; }
ul, ol 								{ margin-left: 0; }
ol 									{ list-style-type: decimal; }
nav ul, nav li 						{ margin: 0; } 
small 								{ font-size: 85%; }
strong, th 							{ font-weight: bold; }
td, td img 							{ vertical-align: top; } 
sub 								{ vertical-align: sub; font-size: smaller; }
sup 								{ vertical-align: super; font-size: smaller; }
pre 								{ padding: 15px;  white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ }
textarea 							{ overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend 			{ margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] 				{ vertical-align: text-bottom; }
input[type="checkbox"] 				{ vertical-align: bottom; }
.ie7 input[type="checkbox"] 		{ vertical-align: baseline; }
.ie6 input 							{ vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea 	{ margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   		{}
input:invalid, textarea:invalid 	{ }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid 		{ background-color: #f0dddd; }

/* These selection declarations have to be separate. No text-shadow: twitter.com/miketaylr/status/12228805301 Also: hot pink. */
::-moz-selection 					{ background: #000; color:#fff; text-shadow: none; }
::selection 						{ background:#000; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link 								{ -webkit-tap-highlight-color: #000; } 

/* make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button 								{ width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img 							{ -ms-interpolation-mode: bicubic; }


/* ========================================================== 
 * NONSEMANTIC BASE STYLES
 * ======================================================= */
/* For image replacement */
.ir 								{ display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden 							{ display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden 					{ position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible 							{ visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after 	{ content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after 					{ clear: both; }
.clearfix 							{
	zoom: 1;
	text-align: left;
}
.clearfix1 							{
	font-size: 14px;
}
.clearfix2 							{
	font-size: 24px;
	line-height: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;

}
.clearfix3 							{
	font-size: 14px;
	margin:50px 100px 0 0;
}
.clearfix3 a:link 								{ -webkit-tap-highlight-color: #000; }
/* ========================================================== 
 * IE HACKS
 * ======================================================= */
.ie7 .five, .ie7 .row .five 		{ width: 38%; }

.ie7 .six, .ie7 .row .six 			{ width: 46%; }
.ie7 .seven, .ie7 .row .seven 		{ width: 55%; }

.ie7 .nine, .ie7 .row .nine 		{ width: 68%; }
.ie7 .three, .ie7 .row .three 		{ width: 18%; }
.ie7 .four, .ie7 .row .four 		{ width: 28%; }
.ie7 .eight, .ie7 .row .eight 		{ width: 62%; }

/* ========================================================== 
 * STRUCTURE
 * ======================================================= */
.wrap 												{ display: block;  padding:0 22px;  }

/* Alignment */
.center												{ text-align:center; }

/* Tools */
.grey				 								{ color:#BBBBBB; }
.mshow												{ display:none; }
.std												{ margin:0 0 22px 0; }
.columns.page-error											{ padding:200px 15px; }
.columns.page-error h1										{ font-size:90px!important;}

/* ========================================================== 
 * HEADER
 * ======================================================= */
.branding 											{ position:fixed; top:0; left:0; width:100%;  z-index: 998;  border-top:5px solid #1c1d1d; }
.branding .contain									{ padding: 0 32px 24px 32px; transition-duration: 505ms; transition-property: all; -moz-transition-duration: 505ms; -moz-transition-property: all;  -webkit-transition-duration: 505ms; -webkit-transition-property: all;  background:url('images/bg-header.png'); }

/* Logo */
.branding #site-title								{ margin-bottom: 0; margin: 24px 0 0 0; }
.branding #site-title	img							{ display: block; }

/* Menu */
.branding .menu										{ float:right; list-style-type:none; color:#BBBBBB; }
.branding .menu li									{ float:left; margin:0 12px 0 12px; line-height:67px; padding:24px 0 0 0; position:relative; font-size:12px;  transition: color .25s ease-in-out;  -moz-transition: color .25s ease-in-out; -webkit-transition: color .25s ease-in-out;  }
.branding .menu li:last-child						{ margin:0 0 0 12px; }

.branding .menu li a								{ color:#1c1d1d; display: block; }
.branding .menu li a:hover							{ color:#BBBBBB;}
.branding .menu li:hover							{ background: url('images/hover-top.png') no-repeat center 0; }
.branding .menu li:last-child:hover					{ background:none;}
.branding .menu li.active							{ background: url('images/hover-top.png') no-repeat center 0; }

.branding .menu .btn-call							{ display:none; }
.branding .menu .btn-call:hover						{ cursor: pointer; color: #1C1D1D; }


.branding .menu-show								{ display:none; transition: display .25s ease-in-out;  -moz-transition: display .25s ease-in-out; -webkit-transition: display .25s ease-in-out; }
.branding .btn-work.active .menu-show				{ display:block; position:absolute; top: -63px; left:-300px; width:1000px; line-height: 63px; position: absolute; }
.branding .btn-work.active .menu-show a				{ display:inline; color:#ffffff; margin: 0 12px;  }
.branding .btn-work.active .menu-show a:hover		{ color:#BBBBBB; }


/* Custom Buttons*/
.btn-about,	.btn-contact, .btn-work					{ color:#1c1d1d; cursor: pointer; } 
.btn-about:hover, .btn-contact:hover, .btn-work:hover, .btn-work.active{ color:#BBBBBB; }
.btn-work.active,.btn-call.active					{ background: url('images/hover-top.png') no-repeat center 0; }

/* Toggle*/
.submenu,											
.call												{ display:none; background: #1c1d1d; margin: 0 0 0 0; color:#ffffff; height:58px;  }
.submenu .inner,										
.call .inner										{ list-style-type:none; padding:20px 0; text-align:left; }
.submenu .inner	a,									
.call .inner a 										{ color:#ffffff; margin: 0 12px; }
.submenu .inner	a:hover,								
.call .inner a:hover								{ color:#BBBBBB; }


/* ========================================================== 
 * MENU POPUPS
 * ======================================================= */

.about												{ position:fixed; top:0; left:0; right:0; bottom:0px;  background:url('images/bg-hover.png'); z-index: 999; display: none; color:#fff; font-size:44px; line-height:40px; font-weight:600;   text-transform:none; letter-spacing: 0; }
.about .close										{ background:url('images/close.png') no-repeat; width:50px; height:50px; margin: 0 auto 0; cursor:pointer; float:right; position:absolute; top:50px; right:50px; z-index: 999999!important; ; }

.about .center										{ width:60%;  margin: 12% auto 0; z-index: 990; }
.about .about-social								{ margin:50px 0 0 0; color:#1c1d1d; font-size:36px; }
.about .about-social a:hover						{ color:#fff; }

/* Contact Form */
.contact											{ position:fixed; top:0; left:0; right:0; bottom:0px; background:url('images/bg-hover.png'); z-index: 999; display: none; color:#fff; font-size:38px; line-height:40px; font-weight:600;  text-transform:none; letter-spacing: 0; }
.ie7 .contact, .ie8 .contact						{ font-family:'myriad-pro-n6';  }
.contact .close										{ background:url('images/close.png') no-repeat; width:50px; height:50px; margin: 0 auto 0; cursor:pointer; float:right; position:absolute; top:50px; right:50px; z-index: 999999!important; }
.contact .center									{ width:60%;  margin: 12% auto 0; z-index: 990; }
.contact a											{ color:#717171; }
.contact a:hover									{ color:#1C1D1D; }
.contact .small-text								{ text-align:left; font-size: 18px; }
.contact .small-text img							{ float: right;  margin: 8px 0 0 20px; }

/*IE Hacks */
.ie7 .about, .ie8 .about							{ font-family:'myriad-pro-n6';  }
.ie7 .about .close									{ position:relative;  }
.ie7 .contact .close								{ position:relative; }
.ie7 .ierow											{ margin: 50px 0 0 0; padding: 0 0 0 0; }
.ie7 .contact .center								{ width:80%;  margin: 0 auto 0!important; }

/* Form Elements */
.row .wpcf7-opzioni									{ background-color:#EBEBEB; color:#333; font-size:14px; height:45px; text-transform:uppercase;   font:"Helvetica", Helvetica, Arial, sans-serif;  letter-spacing:2px; padding:10px 0 0 10px;}
.row .wpcf7-textarea								{ resize:none; padding: 20px 10px; }
.row div.wpcf7 .watermark 							{ color: #fff; }
.row .wpcf7-submit									{ background:transparent; border:none; color:#1C1D1D; font-weight:bold; font-size:34px; height:58px; padding: 15px 17px; text-decoration:none; transition: color .25s ease-in-out;  -moz-transition: color .25s ease-in-out; -webkit-transition: color .25s ease-in-out; }
.row .wpcf7-submit:hover							{  color:#fff;  }
.row div.wpcf7-validation-errors 					{ border: 0px solid #F7E700; background:#343434; }
.row div.wpcf7-response-output 						{ margin: 20px 0 0 0;  padding: 10px; float:left; width:100%; font-size:10px; text-transform:uppercase; font-weight:normal; letter-spacing:4px; }
.row span.wpcf7-not-valid-tip 						{ background: transparent;  border: 0px solid #FF0000;  color: #000000;  font-size:10px; text-transform:uppercase; font-weight:normal; letter-spacing:4px; text-align:right; left: -32px; padding: 3px;  position: absolute; top: -35px; width: 189px;  z-index: 100; }
.row div.wpcf7-mail-sent-ok 						{ border: 0px solid #398F14; background:#343434; }
.ie8 .row span.wpcf7-not-valid-tip 					{ top: 0; left: 50px; }
.ie9 .row span.wpcf7-not-valid-tip 					{ top: 0; left: 50px; }
.ie7 .row span.wpcf7-not-valid-tip 					{ top: 0; left: 50px; }
.ie10 .row span.wpcf7-not-valid-tip 				{ top: 0; left: 50px; }

.ie8 .about, .ie7 .about							{ font-size:30px; line-height:28px; }
.ie8 .about .about-social, .ie7 .about .about-social { font-size: 30px; }
.ie8 .about .center, .ie7 .about .center  			{ width: 60%; margin: 15% auto 0; }
	
.ie8 .contact .center, .ie7 .contact .center		{ width: 80%; margin:10% auto 0; }
.ie8 .contact textarea,	.ie7 .contact textarea		{ height:80px; }

/* ========================================================== 
 * CONTENT
 * ======================================================= */
.images												{ margin: 0 0 37px; position:relative; }
.images .flex-viewport img							{ height:auto; width:100%; }

.images-tumbs										{ width:100%; overflow: hidden; background:#252626; padding:33px; 0; opacity: 0; transition: opacity .55s ease-in-out;  -moz-transition: opacity .55s ease-in-out; -webkit-transition: opacity .55s ease-in-out;  }
.images-tumbs .flexslider .slides > li 				{ margin:0 33px 0 0; }


/* Arrows */
.arrows .flex-direction-nav a 						{ background: url("images/sprite-arrows.png") no-repeat scroll 0 0 transparent; height: 70px; width: 69px; }
.arrows .flex-direction-nav .flex-next 				{ background-position: -69px 0; right: 0px; }
.arrows .flex-direction-nav .flex-prev 				{ background-position: 0 0; left: 0px; }
.arrows .flex-direction-nav .flex-next:hover		{ background-position: -69px -70px; right: 0px; }
.arrows .flex-direction-nav .flex-prev:hover		{ background-position: 0 -70px; left: 0px; }
.arrows.images-tumbs .flex-direction-nav a 			{ top:52px; }
.arrows.images-tumbs .flex-direction-nav .flex-next { background-position: -69px 0; right: 5px; }

/* ========================================================== 
 * WORK
 * ======================================================= */

.single-work #colophon								{ display:none!important; }
.single-work .branding								{ height: 120px; }
.single-work .branding .contain						{ height:0px; overflow: hidden; padding: 0 62px; }
.single-work  .branding .contain.active				{ overflow: visible!important; height: 120px!important; }

.single-work .branding:hover .contain				{ height:120px; overflow: hidden; padding: 0 62px 24px 62px; }

/* ========================================================== 
 * VIDEOS
 * ======================================================= */

/* Layout */
.six.videos											{ padding: 0 18px 0 15px; margin: 0 0 37px 0; float:left!important;  }
.six.videos.colright								{ padding: 0 15px 0 19px;  }
.six.videos a										{ color: #BBBBBB; }
.six.videos a:hover									{ color: #000; }
.six.videos p										{ margin:0 0 10px 0; }
.six.videos p:lastchild								{ margin:0 0 0 0; }

/* Dynamic Video Width */
.video-container 									{ margin:0 0 37px;  position: relative; padding-bottom: 56.25%; padding-top:0px; height: 0; overflow: hidden; }
.video-container.services							{ margin: 40px 0 40px 0; }
.video-container iframe,  
.video-container object,  
.video-container embed 								{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ========================================================== 
 * BLOG
 * ======================================================= */

/* Layout */
.blog-outer											{ float:left; width:100%; clear:both;  }
.blog-box											{ margin:0 0 30px 0; }
.thumb												{ margin:0 0 30px 0; }
.thumb img											{ width:100%; }
.blank-thumb										{ background:#BBBBBB url('images/blank_thumb.png') no-repeat center center; width:100%; height:215px; }

/* Main Blog */
article												{ padding: 0 0 0 0; margin: 0 0 0 0; }
article	.entry-title								{ float:left; }
article	.entry-meta									{ float:right; color:#BBBBBB; line-height:38px; }
article	.entry-content								{ clear:both; padding: 16px 0 0; text-transform:none; letter-spacing:0px; font-size:14px; letter-spacing:1px; }
article	.entry-content	a							{ color:#BBBBBB; }
article	.entry-content	a:hover						{ color:#1c1d1d; }
.blog-main .column.aleft, .blog-main .columns.aleft	{ padding: 0 62px 0 15px; }
.blog-main .column.aright, .blog-main .columns.aright	{ padding: 0 15px 0 62px; border-left: 1px solid #DEDEDE; }
.blog-main .column, .blog-main .columns				{ margin: 0 0 62px 0; }
.line												{ border-bottom: 1px solid #DEDEDE;  }
.blog-social										{ text-align:center; border-top: 1px solid #DEDEDE; padding:30px 0; margin: 20px 0 0 0; }


/* Sidebar */
.widget-title										{ padding:0 0 14px 0; }
.widget 											{ margin:0 0 50px 0; }
.widget ul 											{ list-style-type:none; }
.widget ul li 										{ margin:0 0 10px 0; }

/* Tag Cloud */
.widget .tagcloud a									{ color: #BBBBBB; }
.widget .tagcloud a:hover							{ color: #000; }

/* Scroling*/
#nav-above											{ display: none; }
#nav-below											{ display: none; }
#infscr-loading										{ width:100%; text-align:center; padding: 24px 0; }


/* Gallery */
.gallery											{  }
.gallery li											{ float:left; margin: 0 15px 15px 0; }
.gallery li a										{ outline: none; } 
.gallery li img										{ display: block; width: 120px; }

/* ========================================================== 
 * IMAGES
 * ======================================================= */
/* Resize images to fit the main content area. - Applies only to images uploaded via WordPress by targeting size-* classes. - Other images will be left alone. Use "size-auto" class to apply to other images. */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img 									{ max-width: 100%; /* When images are too wide for containing element, force them to fit. */ height: auto; /* Override height to match resized width for correct aspect ratio. */ }
img.alignleft 										{ margin-right: 1em; }
img.alignright 										{ margin-left: 1em; }
.wp-caption 										{ padding: .5em; text-align: center; }
.wp-caption img 									{ margin: .25em; }
.wp-caption .wp-caption-text 						{ margin: .5em; }

.required 											{ color: #cc0033; }

/* ========================================================== 
 * COMMENTS
 * ======================================================= */
article.comment 									{ display: block; }
#respond input[type=text] 							{ float: left; margin: 0 1em 0 0; width: 60%; }
#respond .comment-form-comment label 				{ display: none; }
#respond textarea 									{ margin: 0 1em 1em 0; float: left; width: 80%; }
#respond .form-allowed-tags 						{ clear: both; width: 80%; }
#respond .form-allowed-tags code 					{ display: block; }

/* ========================================================== 
 * FOOTER
 * ======================================================= */
#colophon 											{
	color: #575757;
	text-align: center;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#colophon .copy										{ font-size:10px; }
#colophon .inner .menu ul li						{ list-style-type:none; }
#colophon .social a.aleft							{ margin: 0 10% 0 0%; }
#colophon .social a.middle							{ margin: 0 10% 0 10%; }
#colophon .social a.aright							{ margin: 0 0 0 10%; }
#colophon .social a									{
	color: #1c1d1d;
	font-size: 12px;
}
#colophon .social a:hover							{
	color: #bbbbbb;
}

/* Sign Up */						
#colophon #mc_embed_signup, #mc_embed_signup1, #mc_embed_signup2, #mc_embed_signup3, #mc_embed_signup4							{
	background: transparent;
	width: 900px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#colophon #mc_embed_signup input.email 				{ border-radius: 0px 0px 0px 0px; display: block; margin: 0 0% 10px 0; font-size:12px;  letter-spacing:4px;  width: 361px!important; padding: 8px 0; text-indent: 15px; width: 58%; background:#333434; border:none; color:#6c6c6c; height:48px; float:left; }
#colophon #mc_embed_signup .button 					{ background-color: #333434; border: 0 none; border-radius: 0px 0px 0px 0px;  clear: none; color: #FFFFFF; cursor: pointer; display: inline-block;  font-weight: normal; height: 32px; line-height: 32px;  margin: 0 0 10px 2px; padding: 0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;  float:left; height:48px; letter-spacing:4px;  font-size:12px;  }


/* ========================================================== 
 * MEDIA QUERIES FOR RESPONSIVE DESIGN
 * ======================================================= */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	
	/* Tools */
	.ipadhide										{ display:none; }
	.ipadshow										{ display:block; }
	
	.submenu .inner, .call .inner 					{ padding: 20px 0; text-align:center; }
	.btn-work.active, .btn-call.active 				{ background: transparent!important; }
	.branding .menu li 								{ background: transparent!important; }

	/* Work */
	#supersized										{ display:none!important; }
	.single-work #colophon							{ display:block!important; }
	.single-work .branding							{ height: auto; }
	.single-work .branding .contain					{ height:auto; overflow: hidden; padding: 0 32px 24px 32px;  }
	.single-work .branding:hover .contain			{ height:auto; overflow: hidden; padding: 0 32px 24px 32px; }
	.m-work img										{ display:block; margin: 0 0 37px; 0; width:100%; }
	.branding .menu li.active 						{ background: transparent; }
}

@media screen and (max-width:1150px) {
	.branding .menu .btn-call						{ display:block; }
	.branding .menu .btn-num						{ display:none; }

}

@media screen and (max-width:867px) {
	
	/* General */	
	body 											{ padding:0 0 0 0; }
	
	/* Tools */
	.mhide											{ display:none; }
	.mshow											{ display:block; }
	
	/* header */
	.branding 										{ position:relative; }
	.branding  .column, .branding  .columns			{ padding:0px 3px; }
	.branding #site-title 							{ text-align:center; width:100%; margin: 24px 0 24px 0; }
	.branding #site-title img 						{ margin:auto; }
	
	/* Menus */
	.m-btn											{ background:#1C1D1D; padding: 10px; color:#fff; font-size:14px; text-align:center; cursor: pointer; }
	.mobile-menu									{ display:none; }
	.mobile-menu ul									{ list-style-type: none; }
	.mobile-menu ul li								{ padding:10px; text-align:center; font-size:13px; background:#fafafa; color:#BBBBBB;  }
	.mobile-menu ul li.odd							{ background:#eeeeee; }
	.mobile-menu ul li a							{ color:#BBBBBB; display:block; }
	.submenu .inner, .call .inner 					{ padding: 0; text-align:center; }
	.submenu .inner a, .call .inner a 				{ display: block;  padding: 10px 0;  width: 100%; font-size:13px;  margin: 0 0; border-bottom:1px solid #464646; }
	.submenu,											
	.call											{ height:auto; text-align:center;  }
	.btn-work.active, .btn-call.active 				{ background: transparent; }
	
	/* Blog */	
	.blog-main .column.aright, .blog-main .columns.aright { display:none }
	
	/* Work */
	#supersized										{ display:none!important; }
	/* mio */
	#contattami	{  min-width:220px; }
	#raggiungimi	{  min-width:220px; }
	#slider										    { display:none!important; }
	.single-work #colophon							{ display:block!important; }
	.single-work .branding							{ height: auto; }
	.single-work .branding .contain					{ height:auto; overflow: hidden; padding: 0 32px 24px 32px;  }
	.single-work .branding:hover .contain			{ height:auto; overflow: hidden; padding: 0 32px 24px 32px; }
	.m-work img										{ display:block; margin: 0 0 37px; 0; width:100%; }
	.branding .menu li.active 						{ background: transparent; }

	
	
}

@media screen and (max-width:600px) {

	#colophon #mc_embed_signup input.email 			{ width: 174px !important; }
	#colophon #mc_embed_signup, #mc_embed_signup1, #mc_embed_signup2, #mc_embed_signup3, #mc_embed_signup4		 					{ width: 276px; margin: 20px auto; }	

}

@media screen and (max-width:480px) {
	.wrap 											{ padding:0 0;  }
	.images 										{ margin: 0 0 15px; }
	.branding .contain								{ padding: 0 15px 24px 15px; }
	.branding  .column, .branding  .columns			{ padding:0px 0px; }
	.single-work .branding .contain					{ height:auto; overflow: hidden; padding: 0 15px 24px 15px;  }
	.single-work .branding:hover .contain			{ height:auto; overflow: hidden; padding: 0 15px 24px 15px; }

	.m-work img										{display:block; margin: 0 0 15px; 0; }


	#colophon .social a.aleft						{ margin: 0 1% 0% 0; }
	#colophon .social a.middle						{ margin: 0 1% 0 1%; }
	#colophon .social a.aright						{ margin: 0 0 0 1%; }
	
	#colophon 										{ padding: 22px 0; }

}

@media screen and (max-height:800px) {
	.about											{ font-size:30px; line-height:28px; }
	.about .about-social 							{ font-size: 30px; }
	.about .center 									{ width: 60%; margin: 15% auto 0; }
	
	.contact .center 								{ width: 80%; margin:10% auto 0; }
	.contact textarea				 				{ height:80px; }
	input[type="text"]								{ height:40px; }
}

@media screen and (max-height:600px) {
	.about .center 									{ width: 80%; margin: 20% auto 0 ; }
	.about											{ font-size:24px; line-height:26px; }
	.about .about-social 							{ font-size: 24px; }
}


/* ========================================================== 
 * BASE PRINT STYLES, INLINE TO SAVE THE HTTP REQUEST
 * ======================================================= */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
