article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #E10D49; color: #fff; text-shadow: none; }
::selection .web_cont { background: #E10D49;}
a { color: #737373; font-weight: 400; text-decoration: none; }
a:visited { color: #737373; }
a:hover { color: #e10d49; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/* Slideshow */
#design h3 {
	margin-bottom: 0; 
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	min-width: 960px;
	position:relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 40%;
	margin-right: 13%;
	top: 5%;
}
.ei-title h3 {
	text-align: left;
	margin: 0 0 30px 20px;
}
.ei-title h2{
	font-size: 100px;
	line-height: 50px;
	font-family: "Helvetica Neue", serif;
	font-style: italic;
	color: #E2E2E2;
	text-align: right;
	margin: 0 15px 50px 20px;
	padding-right: 10px;
}
.body_section .ei-title h3{
	font-family: "Helvetica Neue", arial, sans-serif;
	color: #737373;
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	background: none;
	width: 400px;
	text-align: left;
	margin: 0 0 0 20px;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	/*left: 0px;*/
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #7f7f7f;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #e2e2e2 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* fancyBox */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #E2E2E2;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	border: solid 4px #c2c1c0;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
	background: url(../img/fancybox_close.png) no-repeat;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 100px;
	height: 350px;
	margin-top: -175px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 20px;
	background: url(../img/fancybox_prev.png) no-repeat;
}
.fancybox-next span {
	right: 20px;
	background: url(../img/fancybox_next.png) no-repeat;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}
#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* General Styles */
body {
	width: 100%;
	height: 100%;
	min-width: 960px;
}
.centered {
	position: relative;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;	
}
nav ul li, nav ul li p {
	display: inline;
}
li {
	list-style: none;
}
a:hover {
	cursor: pointer;
}
/* Fonts */
h1 {
	font-family: 'Lobster', cursive;
	font-size: 80px;
	color: #e2e2e2;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 38px;
	color: #323e42;
}
h3 {
	font-family: 'Lobster', cursive;
	font-size: 100px;
	color: #fff;
}
h4 {
	font-family: 'Lobster', cursive;
	font-size: 100px;
	color: #e6efea;
	line-height: 80px;
	margin: -10px 0 0;
}
h5 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 48px;
	color: #e6efea;
	line-height: 46px;
}
h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 38px;
	color: #8ec1b3;
}
p {
	font-family: "Helvetica Neue", arial, sans-serif;
	color: #737373;
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
}
/* Header */
#title {
	height: 177px;
}
#title img {
	position: absolute;
	top: 10px;
	left: 130px;
}
#title h1 {
	position: relative;
	float: left;
	margin: -35px 0 100px 450px;
}
#welcome {
	border-top: solid #e6efea 4px;
	text-align: center;
	background: url(../img/welcome_splash.jpg) top right no-repeat #8ec1b3;
	width: 100%;
	min-width: 960px;
}
#welcome h5 {
	margin: 20px 0 30px;
}
#statement {
	background: #f4f4f4;
	margin: 15px 0 0;
	width: 100%;
	min-width: 960px;
}
#statement p {
	margin: 10px 150px 15px;
}
nav {
	width: 100%;
	min-width: 960px;
}
nav h4 {
	position: relative;
	float: left;
	font-size: 250px;
	color: #e2e2e2;
	line-height: 250px;
	margin: 75px -100px 0 -20px; 
	z-index: 1000;
}
header nav ul {
	margin-right: 130px;
}
header nav ul li {
	position: relative;
	float: right;
	display: inline;
	margin-top: 30px;
	z-index: 500;
}
header nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.navbox a {
	width: 220px;
	height: 290px;
	background: url(../img/navbox_grad_bg.png) top no-repeat #f96908;
	border-radius: 10px;
	padding-top: 40px;
	margin-left: 20px;
	text-align: center;
}
.navbox a:hover {
	cursor: pointer;
}
.navbox h2 {
	margin: 0 0 10px;
}
ul#fixed_nav {
	position: fixed;
	top: 400px;
	left: -20px;
	list-style: none;
	z-index: 1000;
}
ul#fixed_nav li {
	position: relative;
	margin-bottom: 15px;
	height: 36px;
	width: 36px;
}
#home_nav {
	position: fixed;
	right: 25px;
	top: 0px;
	background: url(../img/home_nav.png) no-repeat;
	width: 55px;
	height: 31px;
	z-index: 1000;
	display: none;
}
li#ddot {
	background: url(../img/dot_nav.png) top left no-repeat;
}
a:hover li#ddot {
	background-position: top right;
}
li#fdot {
	background: url(../img/dot_nav.png) center left no-repeat;
}
a:hover li#fdot {
	background-position: center right;
}
li#cdot {
	background: url(../img/dot_nav.png) bottom left no-repeat;
}
a:hover li#cdot {
	background-position: bottom right;
}
/* Main */
.body_section {
	margin-top: 80px;
	background: #F4F4F4;
	width: 100%;
	min-width: 960px;
}
.intro:first-line {
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
	font-family: "Arial Narrow", arial, sans-serif;
}
.body_section h3 {
	margin: -10px 0 30px 70px;
	background: #8ec1b3;
	position: relative;
	float: left;
	color: #F4F4F4;
	line-height: 120px;
}
.body_section a#frontend h3 {
	float: right;
}
.paralink {
	width: 960px;
	position: relative;
	margin-top: 20px;
}
.design .paralink {
	height: 250px;
}
.cms .paralink {
	height: 250px;
}
.frontend .paralink {
	height: 220px;
}
.paralink h6 {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #e9e9e9;
	font-size: 60px;
}
.paralink h6.photoshop {
	top: 0px;
	left: 70px;
	font-size: 100px;
}
.paralink h6.illustrator {
	top: 100px;
	left: 510px;
	font-size: 100px;
}
.paralink h6.jquery {
	top: 40px;
	right: 150px;
	font-size: 100px;
}
.paralink h6.css3 {
	top: -50px;
	right: 120px;
	font-size: 110px;
	font-weight: 400;
}
.paralink h6.modernizr {
	top: 0px;
	left: 150px;
	font-size: 70px;
}
.paralink h6.html5 {
	top: 70px;
	left: 120px;
	font-size: 100px;
	font-weight: 400;
}
.paralink h6.wordpress {
	top: -20px;
	left: 180px;
	font-size: 70px;
}
.paralink h6.xcart {
	top: 0px;
	right: 80px;
	font-size: 100px;
}
.paralink h6.drupal {
	top: 40px;
	left: 130px;
	font-size: 100px;
}
.paralink h6.ee {
	top: 120px;
	left: 450px;
	font-size: 50px;
}
.design nav {
	float: right;
	margin-right: 190px;
}
.design nav li h6 {
	position: relative;
	float: left;
	margin: 10px 0 0 30px;
}
.design nav li a:hover h6 {
	color: #e10d49;
	cursor: pointer;
}
.body_section p {
	margin: 0 20px 40px 130px;
	width: 760px;
}
.web_cont { 
	width: 900px; 
	height: 500px;
	padding: 0; 
	position:relative; 	
}
.web_info {
	position: relative;
	float: left;
	height: 260px;
	width: 430px;
	padding: 20px 30px 20px 40px;
}
a .web_btn {
	position: absolute;
	top: 400px;
	left: 130px;
	background: url(../img/web_btn.gif) no-repeat left;
	width: 200px;
	height: 50px;
	z-index: 10000;
}
a:hover .web_btn {
	background: url(../img/web_btn.gif) no-repeat right;
}
.web_pic {
	position: relative;
	float: left;
	margin: 20px 0 0 20px;
	height: 360px;
	width: 360px;
	-moz-box-shadow:    -3px 3px 7px 3px #8d8d8d;
  	-webkit-box-shadow: -3px 3px 7px 3px #8d8d8d;
  	box-shadow:         -3px 3px 7px 3px #8d8d8d;
}
.web_cont h6 {
	font-size: 40px;
	margin: 0 0 20px 20px;
	color: #8ec1b3;
	font-family: 'Lobster', cursive;
}
/* Footer */
footer {
	width: 100%;
	min-width: 960px;
	margin: 80px 0;
}
.contact {
	background: #e2e2e2;
	height: 420px;
	position: relative;
}
.contact .centered {
	position: relative;
}
.contact h5 {
	font-size: 35px;
	font-weight: 300;
	color: #CACACA;
	font-style: italic;
	font-family: Georgia, serif;
	margin-bottom: 20px;

}
.contact img {
	position: relative;
	float: right;
}
.contact h5 a:hover {
	color: #e10d49;
}
#google_plus {
	position: relative;
	float: left;
	background: url(../img/google_plus.png) no-repeat left;
	width: 96px;
	height: 96px;
}
a:hover #google_plus {
	background-position: right;
}
#linkedin {
	position: relative;
	float: right;	
	background: url(../img/linkedin.png) no-repeat left;
	width: 95px;
	height: 96px;
}
a:hover #linkedin {
	background-position: right;
}
footer h3 {
	color: #8ec1b3;
	background-color: #323e42;
	border-radius: 10px;
	margin: 40px 0px 30px 0px;
	line-height: 70px;
	padding: 10px 30px 20px;
}
#footer_info {
	position: relative;
	float: left;
	width: 580px;
	height: 420px;
	text-align: center;
}
#footer_logos {
	position: relative;
	margin: 0 auto;
	width: 250px;
	height: 96px;
}
footer ul {
	margin: 10px 0 0 70px;
	float: left;
	position: relative;
}
footer ul li p {
	margin-right: 20px;
}
footer ul li a:hover p {
	color:  #e10d49;
}
footer p {
	font-weight: bold;
	font-size: 20px;
	color: #e2e2e2;
}
#copyright p {
	float: right;
	position: relative;
	margin: 10px 70px 0 0;
}
@media screen and (max-width: 830px) {
	ul#fixed_nav {
		top: 300px;
	}
	ul#fixed_nav li {
		margin-bottom: 30px;
		height: 72px;
		width: 72px;
	}
	#home_nav {
		background: url(../img/home_nav_mobile.png) no-repeat;
		width: 90px;
		height: 90px;
	}
	li#ddot {
		background: url(../img/dot_nav_mobile.png) top left no-repeat;
	}
	li#fdot {
		background: url(../img/dot_nav_mobile.png) center left no-repeat;
	}
	li#cdot {
		background: url(../img/dot_nav_mobile.png) bottom left no-repeat;
	}
}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
