﻿/* ========================================================================================================= */
/*  RESET CODE
/* ========================================================================================================= */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h2, 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
/* ========================================================================================================= */
/*  DEFAULT SETTINGS
/* ========================================================================================================= */

html {
	width:100%;
}

body {
	background: #E1E1E1;
	color: #333; 
	font-weight:normal; 
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px; 
	text-align:left;
	margin: 0;
	padding:0;
	/*height:100%;*/
	width:100%;
}

a:link	{
	color: #000; 
	text-decoration: underline;
}

a:visited {
	color: #000; 
	text-decoration: underline;
	}
	
a:hover	{
	color: #F62B0B; 
	text-decoration: none;
}	


li	{
	margin-bottom:10px;
}

ul	{
	margin-bottom:20px;
}

p {
	margin:0px 0px 20px 0px;
	line-height:16px;

}

small {
	font-size:0.8em;
}

table {
	width:100%;
	border:none;
	margin:0px 0px 20px 0px;
}

td {
	padding:5px 10px 5px 0;
	vertical-align:top;
}


/* ========================================================================================================= */
/*  FONTS
/* ========================================================================================================= */

/*
@font-face {
    font-family: 'BarlowbyThunderpandaver02Rg';
    src: url('/fonts/barlow_by_thunderpanda_ver02-webfont.eot');
    src: url('/fonts/barlow_by_thunderpanda_ver02-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/barlow_by_thunderpanda_ver02-webfont.woff') format('woff'),
         url('/fonts/barlow_by_thunderpanda_ver02-webfont.ttf') format('truetype'),
         url('/fonts/barlow_by_thunderpanda_ver02-webfont.svgz#BarlowbyThunderpandaver02Rg') format('svg'),
         url('/fonts/barlow_by_thunderpanda_ver02-webfont.svg#BarlowbyThunderpandaver02Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'DenneFreakshowRegular';
    src: url('/fonts/denne_freakshow-webfont.eot');
    src: url('/fonts/denne_freakshow-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/denne_freakshow-webfont.woff') format('woff'),
         url('/fonts/denne_freakshow-webfont.ttf') format('truetype'),
         url('/fonts/denne_freakshow-webfont.svg#DenneFreakshowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Malkmuserc001Regular';
    src: url('/fonts/malkmus_erc_2006-webfont.eot');
    src: url('/fonts/malkmus_erc_2006-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/malkmus_erc_2006-webfont.woff') format('woff'),
         url('/fonts/malkmus_erc_2006-webfont.ttf') format('truetype'),
         url('/fonts/malkmus_erc_2006-webfont.svg#Malkmuserc001Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
@font-face {
    font-family: 'AllOverAgainRegular';
    src: url('/fonts/alloveragain-webfont.eot');
    src: url('/fonts/alloveragain-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/alloveragain-webfont.woff') format('woff'),
         url('/fonts/alloveragain-webfont.ttf') format('truetype'),
         url('/fonts/alloveragain-webfont.svg#AllOverAgainRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/bebasneue-webfont.eot');
    src: url('/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bebasneue-webfont.woff') format('woff'),
         url('/fonts/bebasneue-webfont.ttf') format('truetype'),
         url('/fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.customfont1 {
	font-family:"DenneFreakshowRegular", "Georgia", serif;
	font-weight: bold;
	font-style: normal;
	/*text-transform:uppercase;*/
}


.customfont2 {
	font-family:"Malkmuserc001Regular", "Georgia", serif;
	font-weight: normal;
	font-style: normal;
	text-transform:lowercase;
	letter-spacing:1px;
}


.customfont3 {
	font-family:"BebasNeueRegular", "Georgia", serif;
	font-weight: normal;
	font-style: normal;
}



/* ========================================================================================================= */
/*  HEADERS APPLIED TO <H> TAGS IN HTML
/* ========================================================================================================= */

.head1-left {
	color:#F62B0B;
	font-size:80px;
	font-weight:normal;	
	margin:0px 0px 5px 0px;
	text-align:left;
}

.head1-right {
	color:#F62B0B;
	font-size:75px;
	font-weight:normal;	
	margin:0px 0px 10px 0px;
	text-align:left;
}


.head2 {
	color:#333;
	font-size:30px;
	text-shadow: #E1E1E1 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 20px 0px;
	text-align:left;
}

.head3 {
	color:#333;
	font-size:50px;
	/*text-shadow: #F7F7F7 0px 2px 3px;*/
	font-weight:normal;	
	margin:0px 0px 20px 0px;
	text-align:left;
}

.head4 {
	color:#FFF;
	font-size:50px;
	text-shadow: #101010 0px 2px 3px;
	font-weight:normal;	
	margin:0px 0px 40px 0px;
	text-align:left;
	line-height:37px;
}

.head5 {
	color:#333;
	font-size:11px;
	font-weight:normal;	
	margin:0;
	text-align:left;
}

.head5b {
	color:#333;
	font-size:11px;
	font-weight:normal;	
	margin:0;
	text-align:right;
}


.head6 {
	color:#F62B0B;
	font-size:55px;
	line-height:55px;
	font-weight:normal;	
	margin:0px 0px 20px 0px;
	text-align:left;
}

.head7 {
	color:#444;
	font-size:42px;
	font-weight:normal;	
	margin:20px 0px 20px 0px;
	text-align:left;
}

.head8 {
	color:#111;
	font-size:22px;
	font-weight:normal;	
	margin:0px 0px 10px 0px;
	text-align:left;
}

.head9 {
	color:#333;
	font-size:22px;
	font-weight:normal;	
	margin:10px 0px 30px 0px;
	text-align:left;
}

.head10 {
	color:#333;
	font-size:47px;
	font-weight:normal;	
	margin:0px 0px 20px 0px;
	text-align:left;
}

.head11 {
	color:#F62B0B;
	font-size:99px;
	font-weight:normal;	
	margin:0px 0px 45px 0px;
	text-align:left;
}


.head-small {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:1px 4px 0 0;
	color:#333;
	font-weight:normal;
}


/* ========================================================================================================= */
/*  CONTAINERS
/* ========================================================================================================= */

div.overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:transparent url('/images/backgrounds/white70.png') repeat;
	z-index:100;
	display:none;
}

div.top-line {
	width:100%;
	height:4px;
	background:#F62B0B;
	z-index:999;
	position:relative;
	
}

div.home-inside-wrap {
	position:relative;
	margin:0 auto;
	width:950px;
	height:720px;
}

div.home-image-wrap {
	width:300px;
	height:700px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin:0 0 0 -150px;
	z-index:10;
	top:90px;
}

div.home-left {
	width:300px;
	float:left;
	margin:60px 0 0 0;
}

div.home-right {
	width:300px;
	float:right;
	margin:60px 0 0 0;
}


div.portfolio-outer {
	width:100%;
	background:#F7F7F7;
	/*clear:both;*/
	padding:30px 0 30px 0;
	border-top:1px #DDD solid;
}

div.portfolio-title {
	width:950px;
	margin:0 auto;
}

div.portfolio-inner {
	margin:0 auto;
	width:980px;
	position:relative;
}


div.portfolio-footer-wrap {
	width:180px;
	height:120px;
	overflow:hidden;
	float:left;
	border:2px #FFF solid;
	margin:0px 5px 10px 5px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    position:relative;
}

div.footer-outer {
	width:100%;
	background:#101010;
	clear:both;
	padding:40px 0 50px 0;
	border-top:1px #000 solid;
}

div.footer-inner {
	width:950px;
	margin:0 auto;
}

div.footer-col-1 {
	float:left;
	width:300px;
	color:#FFF;
	margin:0 50px 0 0;
}

div.footer-col-2 {
	float:left;
	width:250px;
	color:#FFF;
	margin:0 50px 0 0;
}

div.footer-col-3 {
	float:left;
	width:300px;
	color:#FFF;
	margin:0;
}

div.postit	{
	width:160px;
	height:160px;
	float:left;
}	

div.legal-wrap {
	width:100%;
	background:#000;
	padding:10px 0 10px 0;
	border-top:1px #666 solid;
}

div.page-inside-wrap {
	position:relative;
	margin:0 auto;
	width:950px;
	padding:0 0 30px 0;
}

div.portfolio-left {
	width:300px;
	float:left;
	margin:60px 0 0 0;
	padding:0 0 30px 0;
}

div.portfolio-left-2 {
	width:450px;
	float:left;
	margin:60px 0 0 0;
	padding:0 0 30px 0;
}

div.portfolio-right {
	width:600px;
	float:right;
	margin:30px 0 0 0;
	padding:0 0 30px 0;
}


div.portfolio-right-2 {
	width:400px;
	float:right;
	margin:60px 0 0 0;
	padding:0 0 30px 0;
}

div.services-left {
	width:550px;
	float:left;
	margin:60px 0 0 0;
	padding:0 0 30px 0;
}

div.services-right {
	width:240px;
	padding:25px;
	float:right;
	background:#FFF;
	border:5px #f7f7f7 solid;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	margin:60px 0 0 0;

}

div.contact-outer {
	width:950px;
	float:left;
	position:relative;
	z-index:1;
	min-height:700px;
	margin:-55px 0 0 0;
}



div.contact-inner {
	float:left;
	width:772px;
	padding:25px;
	border:10px #FFF solid;
	background:#F7F7F7;
	position:absolute;
	top:100px;
	left:57px;
	/*min-height:400px;*/
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

div.error-inner {
	float:left;
	width:600px;
	padding:50px 111px 0px 111px;
	border:10px #FFF solid;
	background:#F7F7F7;
	position:absolute;
	top:230px;
	left:57px;
	min-height:450px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

div.contact-inner-left {
	width:390px;
	float:left;
}

div.contact-inner-right {
	width:330px;
	float:right;
	margin:0px 0 0 0;
}

div.article-left {
	width:600px;
	float:left;
	margin:40px 0 0 0;
	padding:50px;
	background:#FFF;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    position:relative;
}

div.testimonial-left {
	width:700px;
	float:left;
	margin:40px 0 0 0;
	padding:50px;
	background:#FFF;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    position:relative;
    z-index:2;
}

div.article-left-inner {
	width:600px;
	max-height:450px;
	overflow:auto;
	float:left;
    position:relative;
}

div.testimonial-left-inner {
	width:700px;
	max-height:450px;
	overflow:auto;
	float:left;
    position:relative;
}


div.article-right {
	width:200px;
	float:right;
	margin:85px 0 0 0;
	
}

div.2col {
	width:100%;
	column-count:2;
	column-gap: 30px;
}

div.social-bar-container {
	
}
/* ========================================================================================================= */
/*  MENU
/* ========================================================================================================= */

div.menu-wrap {
	float:right;
	width:auto;
	z-index:999;
	position:relative;
}

a.menu-top:link, a.menu-top:visited {
	font-size:22px;
	text-shadow: #E1E1E1 0px 2px 3px;
	font-weight:500;	
	text-align:left;
	color:#444;
	text-decoration:none;
	float:left;
	padding:30px 9px 20px 9px;
	/*text-transform:lowercase;	*/
}

a.menu-top:hover {
	text-decoration:none;
	color:#FFF;		
	text-shadow: #F62B0B 0px 2px 3px;
	background:#F62B0B;
	cursor:pointer;
}


/* ========================================================================================================= */
/*  DROP MENU
/* ========================================================================================================= */

.mlddm {
	margin: 0;
	padding: 0;
	float:left;
}

ul.mlddm li ul {
	margin:68px 0 0 0;
}


.mlddm li {	
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	font-size:11px;
	z-index:99999;
	
}

.mlddm li a {
	display: block;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	margin:0;
	width: auto;
	max-width:300px;
	text-decoration: none;
	font-size:12px;
	
}

.mlddm ul {	
	z-index: 100;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	clear: both;
	background:#101010;
}

.mlddm ul li {
	float: none
}

.mlddm ul li a {	
	white-space: nowrap;
	width: auto;
	margin: 0 0 0 0px;
	padding: 9px 70px 9px 20px;
	line-height:27px;
	height:27px;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font-size:11px;
	background:#101010;
}

.mlddm ul li a:hover {	
	color: #FFF;
	border: none;
	cursor:pointer;
	background:#F62B0B;
}

.mlddm .hsub {	
	background: url('/images/menu/arroww.gif') no-repeat right 50%;
}



/* ========================================================================================================= */
/*  TEXT
/* ========================================================================================================= */

a.footer-link:link, a.footer-link:visited {
	color:#F62B0B;
	text-decoration:none;
	font-weight:500;
	margin:0px 0px 0px 0px;

}

a.footer-link:hover {
	color:#FFF;	
	text-decoration:underline;
}

p.quick-link-wrap {
	border-bottom:1px #666 solid;
	width:100%;
	padding:5px 0 5px 0;
	margin:0 0 10px 0;
}

a.quick-link:link, a.quick-link:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:500;
	margin:0px 0px 10px 0px;

}

a.quick-link:hover {
	text-decoration:none;
	color:#F62B0B;
}

a.button-link:link, a.button-link:visited {
	color:#333;
	text-decoration:none;
	font-weight:500;
	height:33px;
	line-height:33px;
	padding:12px 50px 17px 10px;
	border-left:1px #CCC solid;
	background:transparent url('/images/backgrounds/button-2.png') no-repeat scroll right top;

}

a.button-link:hover {
	text-decoration:none;
	color:#FFF;
	background:transparent url('/images/backgrounds/button-2-over.png') no-repeat scroll right top;
}

a.button-link-2:link, a.button-link-2:visited {
	color:#DDD;
	text-decoration:none;
	font-weight:500;
	height:33px;
	line-height:33px;
	padding:12px 50px 17px 10px;
	border-left:1px #CCC solid;
	background:transparent url('/images/backgrounds/button-2.png') no-repeat scroll right top;

}

a.button-link-2:hover {
	text-decoration:none;
	color:#FFF;
	background:transparent url('/images/backgrounds/button-2-over.png') no-repeat scroll right top;
}

a.button-link-3:link, a.button-link-3:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:500;
	height:33px;
	line-height:33px;
	padding:12px 50px 17px 10px;
	border-left:1px #CCC solid;
	background:transparent url('/images/backgrounds/button-2-over.png') no-repeat scroll right top;

}

a.button-link-3:hover {
	text-decoration:none;
	color:#FFF;
	background:transparent url('/images/backgrounds/button-3-over.png') no-repeat scroll right top;
}


p.legal-text {
	font-size:11px;
	color:#FFF;
	text-align:center;
	margin:0;
}

ul.with-bullets li {
	background-image: url('/images/general/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding: 5px 0px 0px 25px;
	margin:0px 0px 10px 0px;	
	min-height:25px;
	line-height:16px;
}	

p.pic-description {
	text-align:right;
	font-style:italic;
	color:#555;
	font-size:11px;
}


/* ========================================================================================================= */
/*  TWITTER 
/* ========================================================================================================= */

#jstwitter {
	width: 100%;
	font-size: 12px;
	color: #FFF;
	font-weight:normal;

}

#jstwitter .tweet {
	margin: 0 auto 15px auto;
	padding: 0 0 15px 0;
}

#jstwitter .tweet a {
	text-decoration: none;
	color: #DDD;
}

#jstwitter .tweet a:hover {
	text-decoration: none;
	color:#F62B0B;
}

#jstwitter .tweet .time {
	font-size: 10px;
	color: #CCC;
	display:none;
}


/* ========================================================================================================= */
/*  IMAGES
/* ========================================================================================================= */

img.logo-1 {
	float:left;
	width:220px;
	height:111px;
	margin:20px 0 0 0;
	position:relative;
	z-index:999;
}

img.twitter-bird-1 {
	width:90px;
	height:90px;
	position:absolute;
	z-index:11;
	left:190px;
	top:54px;
}

img.portfolio-menu-tab {
	width:50px;
	float:left;
	border:1px #666 solid;
	margin:5px 10px 0 10px;
}

img.portfolio-footer-tab {
	width:180px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

img.portfolio-footer-tab-desaturated {
	width:180px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

img.map-small {
	width:296px;
	margin:0 0 20px 0;
	border:2px #FFF solid;
	float:left;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

img.map-large {
	width:380px;
	margin:0 0 20px 0;
	border:5px #FFF solid;
	float:left;
}


img.portfolio-page-pic {
	width:276px;
	margin:0px 10px 20px 10px;
	border:2px #FFF solid;
	float:left;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

img.portfolio-page-pic-large {
	max-width:576px;
	margin:0px 0 20px 10px;
	border:2px #FFF solid;
	float:left;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}


img.portfolio-overview-thumb {
	width:165px;
	float:left;
	border:2px #FFF solid;
	margin:0px 5px 10px 5px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    position:relative;
}

img.contact-head {
	float:left;
	width:950px;
}

img.contact-hand-left {
	width:192px;
	position:absolute;
	left:0;
	top:400px;
	z-index:2;
}

img.contact-hand-right {
	width:154px;
	position:absolute;
	right:0;
	top:260px;
	z-index:2;
}

img.contact-socials {
	float:right;
	width:40px;
	height:40px;
	margin:0 0 40px 10px;
}

img.article-page-pic-small {
	width:196px;
	margin:0px 0px 30px 0px;
	border:2px #FFF solid;
	float:left;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

img.article-page-pic-large {
	max-width:550px;
	margin:0px 50px 20px 5px;
	border:5px #f7f7f7 solid;
	float:left;
	clear:both;
}


img.article-hand-top {
	position:absolute;
	z-index:100;
	top:-29px;
	left:5px;
	width:112px;
}

img.article-hand-bottom {
	position:absolute;
	z-index:100;
	bottom:-26px;
	right:10px;
	width:112px;
}

img.why-me-carton {
	width:278px;
	position:absolute;
	right:65px;
	bottom:-95px;
}

img.contact-image {
	float:left;
	margin:0 0 20px 0;
}

img.testimonial-page-pic {
	width:300px;
	position:absolute;
	right:60px;
	bottom:-60px;
	z-index:1;
}



/* ========================================================================================================= */
/*  TABLES & DATA
/* ========================================================================================================= */

table.portfolio-table {
	width:auto;
}

table.portfolio-table td {
	font-size:11px;
	padding:2px 25px 2px 0px;
	
}


/* ========================================================================================================= */
/*  CLEARS & PADS
/* ========================================================================================================= */

.clear {
	width:100%;
	height:0px;
	clear:both;
}

.clear10 {
	width:100%;
	height:10px;
	clear:both;
}

.clear20 {
	width:100%;
	height:20px;
	clear:both;
}

.clear30 {
	width:100%;
	height:30px;
	clear:both;
}


.clear40line {
	width:100%;
	height:10px;
	margin:0 0 30px 0;
	border-bottom:1px #CCC solid;
	clear:both;
}


.clear50 {
	width:100%;
	height:50px;
	clear:both;
}


.clear100 {
	width:100%;
	height:100px;
	clear:both;
}

.clear200 {
	width:100%;
	height:200px;
	clear:both;
}

/* ========================================================================================================= */
/*  OVERIDES FOR MOBILE/TABLET
/* ========================================================================================================= */


@media screen and (max-width: 1024px) {

	html {
		width:130%;
	}

	body {
		width:100%;
	}


	div.portfolio-footer-wrap {
		width:150px;
		height:100px;
		margin:0px 10px 20px 10px;
	}
	
	img.portfolio-footer-tab {
		width:150px;
	}
	
	
	img.portfolio-footer-tab-desaturated {
		width:150px;
	}
	
	img.map-small {
		width:220px;
	}



	div.portfolio-inner {
		width:880px;
		
	}
		


}











/* ========================================================================================================= */

