@charset "iso-8859-2";
/* CSS Document */
/*@import url("expandable.css");*/

html, body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-family: 'Imprima', sans-serif, Tahoma, Verdana, Helvetica;
	font-size: 14px;
	/*background-image: url(images/superlight_bg.png); */

}

h1 {
	font-size: 24px;
	font-family: 'Imprima', sans-serif, Tahoma, Verdana, Helvetica;
	color: #CCCCCC;
	font-style: italic;
	text-align: right;
	font-weight: normal;
	border-bottom: 1px #EFEFEF solid;
	margin: 0px;
	padding-bottom: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	text-align: left;
	font-weight: normal;
	color: #69C;
	margin: 2px 0px 2px 0px;
	padding-top: 5px;
}
h3 {
	font-family: 'Imprima', sans-serif, Tahoma, Verdana, Helvetica;
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	color: #69C;
	margin: 2px 0px 2px 0px;
	padding-top: 5px;
}

.storesDiv a {
	color: #333;
	text-decoration: none;
	font-size: 22px;
	padding-top: 20px;
	/*-webkit-transition: all 1s ease-in-out;
	 -moz-transition: all 1s ease-in-out;
	 -o-transition: all 1s ease-in-out;
	 transition: all 1s ease-in-out;*/
}

.storeLogo {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	
}

.storesDiv a :hover {
	-webkit-transform: rotate(360deg) scale(1.5);
	-moz-transform: rotate(360deg) scale(1.5);
	-o-transform: rotate(360deg) scale(1.5);
	-ms-transform: rotate(360deg) scale(1.5);
	transform: rotate(360deg) scale(1.5);
	
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #DDD;
}

.tabElement {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
}

#lineContainer{
		-webkit-box-shadow: inset 0 0 100px 5px #CCCCCC;
	box-shadow: inset 0 0 100px 5px #CCCCCC;
}

.basicBox {
	text-align: left;
	font-weight: normal;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 120px;
	padding-bottom: 120px;
	/* padding-left: 50px; padding-right: 50px;*/

	/*-moz-border-radius: 15px;
	 border-radius: 15px;

	 -moz-box-shadow: 0 0 5px #CCC;
	 -webkit-box-shadow: 0 0 5px#CCC;
	 box-shadow: 0 0 5px #CCC;*/
	
}

.basicBox a {
	font-size: 25px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #333;
}
.basicBox a:hover {
	text-shadow: 1px 1px 1px #FFF;
	color: #2b9eff;
}

.hsBox {
	background-color: #333;
}

.boxContainer {
	text-align: left;
	font-weight: normal;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #F3F3F3;
	padding: 10px;
}

.scalableImg {
	max-width: 340px;
}

header {
	top: 0px;
	width: 100%;
	background-color: #FFFFFF;
	/*background-image: url(images/superlight_bg.png);*/
	/*border-bottom-width: medium;
	 border-bottom-style:solid;
	 border-bottom-color: #F1F1F1;*/
}
.header.container {
	max-height: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 15%;
	padding-top: 80px;
	padding-bottom: 50px;
}
.header.logo {
	max-height: 200px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
}

#main {
	text-align: center;
}

.boxed {
	/*border: 1px solid #CCC ;*/
	max-width: 600px;
	padding: 40px;
	text-align: center;
	background-color: #CCC;
	background-color: rgba(0, 0, 0, 0.5);
	margin-left: 25%;
	color: #FFF;
	position: absolute;
	top: 50%;
	margin-top: -5em;
}

.gallery_preview {
	z-index: 2;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	/* Small Logos */
	max-width: 150px;
	max-height: 100px;
	padding: 5px;
	margin: 5px;
	background-color: #FDFDFD;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 0 0 10px rgba(255,255,255,.25);
}
.gallery_preview:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.skill_logo {
	z-index: 2;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	/* Small Logos */
	max-width: 100px;
	max-height: 60px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;/*
	 Normal mode
	 overflow: auto;
	 max-width: 250px;
	 max-height: 200px;
	 padding:20px;
	 margin-left: auto;
	 margin-right: auto;
	 display: block;*/
	text-align: center;
	vertical-align: middle;
}
.skill_logo:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.skill_container {
	background-color: #FFF;
	width: auto;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.highlight1_container {
	background-color: #666666;
	width: auto;
	padding-right: 50px;
	padding-left: 50px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.highlight2_container {
	background-color: #F5F5F5;
	width: auto;
	padding: 50px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	-webkit-box-shadow: inset 0 0 100px 10px #DDD;
	box-shadow: inset 0 0 100px 10px #DDD;
}

footer {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 12px;
	background-color: #222222;
	width: 100%;
	/*bottom: 0;
	 position: fixed;*/
}
.footer-important {
	width: auto;
	padding-right: 10%;
	padding-left: 10%;
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #999999;
}
.footer-info {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #DDDDDD;
	color: #333333;
	width: auto;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	-moz-box-shadow: 0 0 5px #444;
	-webkit-box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #444;
}
.footer-infobar-left {
	float: left;
	width: 25%;
	height: 200px;
}
.footer-infobar-middle {
	padding-top: 25px;
	text-align: center;
	height: 200px;
	overflow: hidden;
	padding-left: 20px;
	text-align: left;
}
.footer-infobar-right {
	margin-right: 25%;
	margin-top: 75px;
}

.footer-bottom-left {
	float: left;
	width: 50%;
}
.footer-bottom-right {
	float: left;
	width: 50%;
	text-align: right;
}

.social-icon {
	max-width: 36px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;;
	-webkit-transition: 0.3s;
}
.social-icon:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

#footer-mobile-up {
	width: 0px;
	height: 0px;
	display: none;
	visibility: hidden;
}

#tabs .tab {
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#tabs .info {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	padding-left: 7px;
	padding-top: 5px;
	border-bottom: 5px;
}
#tabs .tab_aberta {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	border-top: 3px #09F solid;
	padding-top: 5px;
}
#tabs a, #tabs a:link, #tabs a:active, #tabs a:visited {
	color: #CCC;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
}
#tabs a:hover {
	text-decoration: none;
	color: #FFF;
	border-top: 3px #0062A4 solid;
	padding-top: 5px;
}
/*
 nav {
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 text-transform: uppercase;
 color: #FFF;
 padding:10px;

 -moz-box-shadow: 0 0 5px #888;
 -webkit-box-shadow: 0 0 5px#888;
 box-shadow: 0 0 5px #888;
 }

 nav a, nav a:link, nav a:active, nav a:visited {
 -webkit-transition: color .4s linear; -moz-transition: color .4s linear; -ms-transition: color .4s linear; -o-transition: color .4s linear; transition: color .4s linear;
 color: #FFFFFF;
 font-variant: normal;
 font-style: normal;
 text-decoration: none;
 font-weight: bold;
 padding-right: 8px;
 padding-left: 8px;
 padding-top:10px;
 padding-bottom:15px;

 margin-left:5px;
 margin-right:5px;
 }
 nav a:hover {
 text-decoration: none;
 color : #333;
 }
 */
.navLeftBar {
	border-left: 1px solid #999999;
}
.navLeftAndRightBar {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

nav {
	height: 40px;
	width: 100%;
	background: #455868;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #333;
	/*border-bottom: 2px solid #283744;
	 border-top-width: thin;
	 border-top-style: solid;
	 border-top-color: #666666;*/

	-moz-box-shadow: 0px 2px 4px #333;
	-webkit-box-shadow: 0px 2px 4px #333;
	box-shadow: 0px 2px 4px #333;
	z-index: 20;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav {
		height: auto;
	}
	nav ul {
		width: 100%;
		display: block;
		height: auto;
	}
	nav li {
		width: 50%;
		float: left;
		position: relative;
	}
	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
	nav a {
		text-align: left;
		width: 100%;
		text-indent: 25px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width: 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content: "";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width: 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

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

/* Up arrow
 .arrow-up {
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-bottom: 10px solid #CCC;
 z-index:0;
 }*/

#back-top {
	bottom: 30px;
	margin-right: 10px;
	position: relative;
	bottom: 0;
	right: 0;
}

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #FFFFFF;
}

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

/* Forms */

form {
}

form .actions {
	margin-bottom: 0;
}

form label {
	display: block;
}

form input.text, form select, form textarea {
	display: block;
	box-shadow: inset 0 0 0 1px #e6e6e6;
	background: #f8f8f8;
	width: 100%;
	padding: 0.85em 1em 0.85em 1em;
	border-radius: 0.25em;
	border: 0;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

form input.text, form select {
	line-height: 1.25em;
}

form .select {
	position: relative;
}

form .select select {
	text-indent: 0.01px;
	text-overflow: '';
}

form .select:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 1em;
	width: 1.25em;
	height: 75%;
	background: url('images/arrow.svg') center center no-repeat;
	background-size: contain;
	z-index: 1;
}

form .select select::-ms-expand {
	display: none;
}

.dark form .select:before {
	background: url('images/dark-arrow.svg') center center no-repeat;
	background-size: contain;
}

form input.text:focus, form select:focus, form textarea:focus {
	outline: 0;
	box-shadow: inset 0 0 0 1px #afd9e0;
	background: #fcfcfc;
}

form textarea {
	min-height: 13em;
}

form select {
	position: relative;
}

form select option {
	color: #000;
}

form ::-moz-focus-inner {
	border: 0;
}

form .formerize-placeholder {
	color: #555 !important;
}
form ::-webkit-input-placeholder {
	color: #aaa !important;
}
form :-moz-placeholder {
	color: #555 !important;
}
form ::-moz-placeholder {
	color: #555 !important;
}
form :-ms-input-placeholder {
	color: #555 !important;
}

.dark form {
}

.dark form input.text, .dark form select, .dark form textarea {
	background: none;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
	color: #fff;
}

.dark form input.text:focus, .dark form select:focus, .dark form textarea:focus {
	background: rgba(255,255,255,0.1);
	box-shadow: inset 0 0 0 1px #fff;
}

.dark form select {
}

.dark form .formerize-placeholder {
	color: rgba(255,255,255,0.85) !important;
}
.dark form ::-webkit-input-placeholder {
	color: rgba(255,255,255,0.85) !important;
}
.dark form :-moz-placeholder {
	color: rgba(255,255,255,0.85) !important;
}
.dark form ::-moz-placeholder {
	color: rgba(255,255,255,0.85) !important;
}
.dark form :-ms-input-placeholder {
	color: rgba(255,255,255,0.85) !important;
}

/* Buttons */

.button {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #3d3d3d;
	padding: 0.85em 3em 0.85em 3em;
	border-radius: 0.25em;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.button:hover {
	background: #4f4f4f;
}

.button.alt {
	color: inherit;
	box-shadow: inset 0 0 0 1px #e6e6e6;
	background: none;
}

.button.alt:hover {
	background: rgba(0,0,0,0.025);
}

.dark .button {
	background: rgba(255,255,255,0.15);
	box-shadow: inset 0 0 0 1px #fff;
	color: #fff;
}

.dark .button:hover {
	background: rgba(255,255,255,0.25);
}

.dark .button.alt {
	background: none;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}

.dark .button.alt:hover {
	background: rgba(255,255,255,0.15);
	box-shadow: inset 0 0 0 1px #fff;
}

/* Lists */

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ul.icons {
	cursor: default;
}

ul.icons li {
	display: inline-block;
	padding-left: 0.75em;
}

ul.icons a {
	display: inline-block;
	width: 2.75em;
	height: 2.75em;
	line-height: 2.8em;
	text-align: center;
	border: 0;
	box-shadow: inset 0 0 0 1px #e6e6e6;
	border-radius: 100%;
	color: #aaa;
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
}

ul.icons a:hover {
	background: rgba(0,0,0,0.025);
}

ul.menu {
	cursor: default;
}

ul.menu li {
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px #e6e6e6;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

ul.actions {
	cursor: default;
}

ul.actions li {
	display: inline-block;
	margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
	margin-left: 0;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

/*
 * Portfolio main page
 */
.portfolioPages {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px;
	padding-top: 150px;
	padding-bottom: 150px;
	color: #FFFFFF;
	background-color: #435a6b;
	 text-align: center; 
margin-left: auto;
margin-right: auto;
}

.websitesAndApps {
	color: transparent;
	display: inline-block;
	width: 49.8%;
	font-size: 50px;
}
.websitesAndApps:hover {

}

.websitesAndApps a {
	color: transparent;
	display: inline-block;
	font-size: 50px;
	color: #FFF;
	background: #51aaec;
	text-decoration: none;
	padding: 20px 70px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 2px;

}
.websitesAndApps a:hover {
	color: #fff;
	background-position: 1000px 0px;
	text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF;
	border-radius: 30px;
}

.imageAndDesign {
	display: inline-block;
	width: 49.8%;
	font-size: 50px;
}
.imageAndDesign:hover {
	color: #FFFFFF;
}

.imageAndDesign a {
	display: inline-block;
	font-size: 50px;
	color: #fff;
	background: #72e4bb;
	text-decoration: none;
	padding: 20px 70px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 2px;
}
.imageAndDesign a:hover {
	color: #FFFFFF;
	/*text-shadow: 0 0 5px #FFF;*/

	text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF;
	
	border-radius: 30px;
}



.designDiv {
	margin: 0px;
	display: inline-block;
	width: 49.8%;
	font-size: 50px;
}
.designDiv:hover {
	color: #FFFFFF;
}

.designDiv a {

	margin: 0px;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	background: #b4de87;
	text-decoration: none;
	padding: 20px 70px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 2px;

}
.designDiv a:hover {
	color: #FFFFFF;
	/*text-shadow: 0 0 5px #FFF;*/

	text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF;
	
	border-radius: 30px;
}

.portfolioPagesTable{
	
	text-align: center; 
margin-left: auto;
margin-right: auto;
	padding: 5px;
}

#titulos{
	color:#2b9eff; font-size: 36px;
}

.basicBox_apps{
	padding:100px; text-align: center; 
margin-left: auto;
margin-right: auto;
}

#apps_title{
	color:#FFF; font-size: 36px; text-align: center; text-align: center;
margin-left: auto;
margin-right: auto;
}


/* Portfolio full article */
.portfolio_full {
	width: 80%;
	max-width: 920px;
	text-align: left;
	-moz-box-shadow: 3px 3px 5px 2px #F3F3F3;
	-webkit-box-shadow: 3px 3px 5px 2px #F3F3F3;
	box-shadow: 3px 3px 5px 2px #F3F3F3;
	border: 1px solid #F3F3F3;
	border-radius: 3px;
	padding: 10px;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 0px;
	background-color: #FFF;
}

.portfolio_full  h2 a {
	font-size: 16pt;
	font-weight: bold;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	text-decoration: none;
}

.portfolio_full  .blog_post a {
	font-size: 13px;
	color: #444;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.portfolio_full .image_container {
	/*margin-left: 2%;
	margin-right: 4%;*/
	text-align: center;
	max-width: 100%;
	margin-right: 25px;

	
}
.portfolio_full img {
max-width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
max-height: 480px;
-moz-box-shadow: 3px 3px 5px 2px #F3F3F3;
-webkit-box-shadow: 3px 3px 5px 2px #F3F3F3;
box-shadow: 3px 3px 5px 2px #F3F3F3;
border: 1px solid #F3F3F3;
border-radius: 3px;
padding: 10px;
}

/* Portfolio Box's */


#titlename {
    width: 350px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
}
.portfolio_box {
	width: 300px;
	text-align: left;
	-moz-box-shadow: 3px 3px 5px 2px #F3F3F3;
	-webkit-box-shadow: 3px 3px 5px 2px #F3F3F3;
	box-shadow: 3px 3px 5px 2px #F3F3F3;
	border: 1px solid #F3F3F3;
	border-radius: 3px;
	padding: 10px;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 0px;
	background-color: #FFF;
}
.portfolio_box h2 a {
	font-size: 16pt;
	font-weight: bold;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	text-decoration: none;
}
.portfolio_box h2 a:hover {
	color: #CCC;
}
.portfolio_box .info {
	font-size: 11px;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}

.portfolio_box .blog_post {
	font-size: 13px;
	color: #444;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.portfolio_box .blog_post a {
	font-size: 13px;
	color: #444;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

