@charset "utf-8";
@font-face {
    font-family: 'Bebas';
    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;

}
body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/shadow.png);
	background-repeat: repeat-x;
	overflow-x: hidden;
}
#sent {
	background-color: #008bbf;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}
#mobileContact {
	display: none;
}
#mainContainer {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#topBar {
	width: 100%;
	padding: 15px;
	text-align: center;
	background-color: #333;
	background-image: url(../img/carbon.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 10pt;
}
#topBar i {
	font-style: normal;
	color: #fff;
	margin-left: 5px;
	padding-left: 5px;
	border-left: #ccc dotted 1px;
}
#topBar strong {
	color: #ebc738;
}
#celebrateBar {
	display: none;
		font-family: Bebas;
		font-size: 15pt;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
		padding: 7px 0;
		background-color: #008cc2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#008cc2), to(#4baed4));
		background-image: -webkit-linear-gradient(top, #008cc2, #4baed4);
		background-image:    -moz-linear-gradient(top, #008cc2, #4baed4);
		background-image:     -ms-linear-gradient(top, #008cc2, #4baed4);
		background-image:      -o-linear-gradient(top, #008cc2, #4baed4);
		color: #fff;
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
		box-shadow:         0px 0px 3px rgba(0,0,0,0.3);	
}
#logo {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#logo img {
	max-width: 500px;
	width: 50%;
	background-color: #ebc738;
	padding: 25px;
	border-radius: 15px;
}
#navContainer {
	text-align: center;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;	
	font-size: 14pt;
	line-height: 10px;
	margin-bottom: 25px;
}
#navContainer ui {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#navContainer li {
	display: inline;
	font-family: Bebas;
	text-transform: uppercase;
}
#navContainer a {
	text-decoration: none;
	color: #666;
	padding: 5px 10px 3px 10px;
}
#navContainer a:hover {
	background-color: #ebc738;	
	color: #fff;
	border-radius: 7px;
}
#navContainer strong {
	font-weight: normal;	
	color: #fff;
	padding: 5px 10px 3px 10px;
	background-color: #008bbf;
	border-radius: 7px;
}
#navContainer .navDiv {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	border-left: #666 1px dotted;
	width: 1px;
}
#clear {
	clear: both;
}
#contentLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #008bbf;
	font-size: 14pt;
	padding: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	border-radius: 15px;
}
#footer {
	text-align: center;
	margin-top: 25px;
	border-top: #ccc 1px solid;	
	background-image: url(../img/crownSm.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30px auto;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 10pt;
	margin-bottom: 25px;
	margin-top: 25px;
	clear: both;
	color: #666;	
}
#pageHeader {
	font-family: Bebas;
	color: #CCC;
	font-size: 55pt;
	text-align: center;
	text-transform: uppercase;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 0px;
	padding: 50px 0px 40px 0px;
}
#pageHeader strong {
	color: #008bbf;;
	font-weight: normal;
	padding: 5px 5px 0px 5px;
	border-radius: 7px;
}
.ribbon-wrapper {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon {
  font-family: Bebas;
  font-size: 15pt;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: 58px;
  top: 71px;
  width: 300px;
  background-color: #008cc2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008cc2), to(#4baed4));
  background-image: -webkit-linear-gradient(top, #008cc2, #4baed4);
  background-image:    -moz-linear-gradient(top, #008cc2, #4baed4);
  background-image:     -ms-linear-gradient(top, #008cc2, #4baed4);
  background-image:      -o-linear-gradient(top, #008cc2, #4baed4);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);;
}
#fourCol {
	padding-bottom: 15px;
	background-image: url(../img/crownLg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#col {
	float: left;
	width: 189px;
	padding: 0px;
	line-height: 30px;
	color: #666;
	font-size: 13pt;
	border-right: #666 dotted 1px;	
	padding-right: 25px;
	padding-left: 25px;
}
#col a {
	display: block;
	padding: 5px 5px 3px 5px;
	text-align: center;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	font-family: Bebas;
	line-height: normal;
	font-size: 14pt;
	margin-top: 10px;
	border-radius: 7px;
}
#col a:hover {
	background-color: #008bbf;
}
.colCap {
	border: none !important;
}
#col h1 {
	font-family: Bebas;
	color: #008bbf;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 18pt;
	background-image: url(../img/crown.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 35px;
}
#accent {
	background-image: url(../img/flag.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 10px;
}
#accentWho {
	background-image: url(../img/dog.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 10px;
}
#accentWork {
	background-image: url(../img/notebook.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 10px;
}
#slider h1 {
  font-size:36px;
  margin-right:15px;
  text-align:center;
  color:#666;
  font-weight: normal;
}
#slider h2 {
  font-family: Bebas;
  font-size:14pt;
  font-weight:normal;
  color:#3c3c3c;
  margin: 5px 10px 10px;
}
#slider small {
  margin:0 10px 30px;
  display:block;
  font-size:12px;
}
#slider a {
  margin:0 0 0 10px;
  font-size:12px;
  color:#3c3c3c;
}
.swipe {
  padding-bottom:20px;
}
.swipe li div, .swipe div div div {
  margin:0 10px;
  padding:50px 10px;
  background:#1db1ff;
  font-weight:bold;
  color:#fff;
  font-size:20px;
  text-align:center;
}
#slider ul {
	padding: 0px;
	margin: 0px;
}
#slider li {
	height: 324px;
}
#sliderResponsive {
	background-image: url(../img/sliderResponsive.jpg);
	background-repeat: no-repeat;
}
#sliderLogo {
	background-image: url(../img/sliderLogo.jpg);
	background-repeat: no-repeat;
}
#sliderDesign {
	background-image: url(../img/sliderDesign.jpg);
	background-repeat: no-repeat;
}
#sliderWebapp {
	background-image: url(../img/sliderWebapp.jpg);
	background-repeat: no-repeat;
}
#slider a {
	float: right;
	clear: both;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	font-family: Bebas;
	font-size: 15pt;
	padding: 3px 5px 0px 5px;
	margin-top: 15px;
}
#slider a:hover {
	background-color: #008bbf;
}
#slider h1 {
	color: #008bbf;	
	font-size: 55pt;
	font-family: Bebas;
	float: right;
	margin: 0px;
	padding-bottom: 0px;
}
#slider h2 {
	float: right;
	clear: both;
	margin: 0px;
	line-height: normal;
	color: #666;	
}
#accentWho .header {
	color: #d3632e;	
	font-size: 23pt;
	background-color: #fff;
	font-family: Bebas;
	float: left;
	padding: 3px 5px 0px 5px;
	margin-left: 10px;
}
#accentWho strong {
	font-weight: normal;
	color: #500b0e;
}
#accentWork .header {
	color: #6c6b72;	
	font-size: 23pt;
	background-color: #fff;
	font-family: Bebas;
	float: left;
	padding: 3px 5px 0px 5px;
	margin-left: 10px;
}
#accentWork strong {
	font-weight: normal;
	color: #a3182e;
}
#accentContact {
	background-image: url(../img/start.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 10px;
}
#accentContact .header {
	color: #676570;	
	font-size: 23pt;
	background-color: #fff;
	font-family: Bebas;
	float: left;
	padding: 3px 5px 0px 5px;
	margin-left: 10px;
}
#accentContact strong {
	font-weight: normal;
	color: #2783ad;
}
#accentWire {
	border: #fff dotted 1px;
	padding-top: 130px;
	padding-bottom: 85px;
}
#accent .header {
	color: #b63f4b;	
	font-size: 23pt;
	background-color: #fff;
	font-family: Bebas;
	float: left;
	padding: 3px 5px 0px 5px;
	margin-left: 10px;
}
#accent strong {
	font-weight: normal;
	color: #c36729;
}
#contentContainer {
	background-image: url(../img/crownFull.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: top center;
}
#whoLeft {
	float: left;
	width: 70%;
}
#whoRight {
	float: right;
	width: 30%;
}
#whoBottom {
	display: none;
}
#whoBottom ul {
	float: left;
	width: 45%;
	padding-right: 20px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 13pt;
	padding: 0px 10px 10px 10px;
	line-height: 25pt;
}
.content h1 {
	font-family: Bebas;
	color: #008bbf;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 10px;
}
#col h1 {
	font-family: Bebas;
	color: #008bbf;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 18pt;
	background-image: url(../img/crown.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 35px;
}
p {
	margin-top: 0px;
}
.content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10pt;
	line-height: normal;
}
.content li {
	margin-bottom: 7px;
	padding: 5px 0px 5px 10px;
	border-bottom: #999 dotted 1px;	
	color: #999;	

}
.contentCap {
	border-bottom: none !important;
}
fieldset {
	border: #999 1px dotted;
	padding: 10px 20px 10px 20px;
}
input {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border: #999 2px solid;
}
label {
	display: block;
}
textarea {
	display: block;
	width: 100%;
	height: 100px;
	border: #999 2px solid;	
}
button {
	float: right;
	margin-top: 15px;
	background-color: #008bbf;
	color: #fff;
	font-family: Bebas;
	font-weight: normal;
	font-size: 15pt;
	border: none;
	padding: 5px 10px 5px 10px;
	border-radius: 7px;
}
button:active {
	background-color: #ebc738;	
}
#contactLeft {
	width: 100%;
	max-width: 650px;
	float: left;
}
#contactRight {
	float: left;
	width: 200px;
	padding: 5px 10px 5px 10px;
	border-radius: 7px;	
	text-align: center;
}
#contactRight h1 { display: none; }
#contactRight .content {
	text-align: left;
	font-size: 12pt;
	line-height: 15pt;
	background-color: #AAA;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
}
#contactRight img {
	width: 90%;
	padding-top: 25px;
}
#whatItem, #workItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	color: #666;
	margin-bottom: 25px;
	padding-bottom: 45px;
	border-bottom: #666 dotted 1px;
}
#workMain {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 13pt;
	line-height: 25pt;
	margin-bottom: 25px;
}

#workItem {padding-bottom: 20px; }
.thumbWrapper {
	width: 215px;
	height: 215px;
	position: relative;
	float: left;
	margin-bottom: 25px;
	border: #999 1px solid;
}
.thumbDiv {
	border-left: #CCC 1px solid;
	margin-left: 10px;
	margin-right: 10px;
	width: 1px;
	height: 215px;
	float: left;
}
.thumbWrapper img {
	border: 0 none;
	height: 215px;
	margin: 0px;
	padding: 0px;
}
.thumbDescription {
	background-color: #008bbf;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	float: left;
	display: block;
	width: 195px;
	height: 195px;
	position:absolute; 
	bottom:0; 
	left:0; 
	text-indent:0;
	font-size: 11pt;
	line-height: 17pt;
	font-style: italic;
}
.thumbDescription h1 {
	font-family: Bebas;
	color: #fff !important;
	padding-left: 0px !important;
	font-size: 18pt !important;
	font-style: normal;
}
.thumbDescription h2 {
	font-family: Bebas;
	font-size: 13pt;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
	font-style: normal;	
}
#top {
	font-family: Bebas;
	float: right;
	clear: both;
}
#top a {
	color: #fff;
	text-decoration: none;
	background-color: #666;
	padding: 5px 10px 5px 10px;
	background-image: url(../img/upArrow.png);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: left center;
	padding-left: 25px;
}
#top a:hover {
	background-color: #008bbf;	
}
#whatItem h1 {
	font-family: Bebas;
	color: #008bbf;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 25pt;
	background-image: url(../img/crown.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 45px;
}
#workItem h1 {
	font-family: Bebas;
	color: #008bbf;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 25pt;
	background-image: url(../img/crown.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 45px;
}
#whatItem h2 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-weight: bold;
	font-style: italic;
	font-size: 15pt;
}
#ms {
	background-color: #BBB;
	text-align: center;
	border-radius: 12px;
	padding: 15px 0px 15px 0px;
}
#dropquote {
	font-size: 18pt;
	font-family: Bebas;
	color: #999;
	background-color: #eee;
	border: #999 dotted 1px;
	text-align: center;
	padding: 6px 0px 1px 0px;
	margin-bottom: 15px;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.thumbDiv {display: none; }
	.thumbWrapper {margin-right: 10px; margin-bottom: 10px;}
	#contactRight img {
		display: none;
	}
	#slider h1 {
		font-size: 40pt;
	}
	#slider h2 {
		font-size: 14px;
	}
	#contactRight h1 { display: block; }
	#contactRight {
		display: block;
		float: none;
		width: 100%;
		clear: both;
	}
	#contactRight .content {
		color: #666;
		background-color: #fff;
	}
	#whoBottom {display: none; }
	#fourCol {
		background-image: none;
	}
	#mainContainer {
		padding: 25px;
	}
	.ribbon-wrapper {
	display: none;
	}	
	#celebrateBar {
		display: block;
	}
	#col {
		display: block;
		width: auto;
		border-right: none;
		border-bottom: #666 dotted 1px;
		margin-top: 15px;
	}
	#col a {
		display: block;
		width: 150px;
		margin-bottom: 15px;
	}	
	#pageHeader {
		margin-bottom: 15px;
		font-size: 40pt;
		padding-top: 40px;
		padding-bottom: 30px;
		margin-top: 15px;
	}
}

@media only screen and (min-width: 566px) and (max-width: 767px) {
	.thumbDiv {display: none; }
	.thumbWrapper {margin-right: 10px; margin-bottom: 10px;}
	#contactRight img {
		display: none;
	}
	#dropquote { font-size: 16pt; padding-top: 5px; padding-bottom: 0px; }
	#slider {display: none; }
	#contactRight h1 { display: block; }
	#contactRight {
		display: block;
		float: none;
		width: 100%;
		clear: both;
	}
	#contactRight .content {
		color: #666;
		background-color: #fff;
	}	
	#whoRight { display: none; }
	#whoLeft { 
	display: block;
	width: auto;
	}
	#whoBottom { display: block; }
	#fourCol {
		background-image: none;
	}	
	#topBar {
		display: none;
	}
	.ribbon-wrapper {
		display: none;
	}
	#celebrateBar {
		display: block;
	}
	#mainContainer {
		padding: 25px;
	}
	#col {
		display: block;
		width: auto;
		border-right: none;
		border-bottom: #666 dotted 1px;
		margin-top: 15px;
	}
	#col a {
		display: block;
		width: 150px;
		margin-bottom: 15px;
	}	
	#pageHeader {
		margin-bottom: 15px;
		font-size: 30pt;
		padding-top: 25px;
		padding-bottom: 20px;
		margin-top: 10px;
	
	}
	#accent {
		text-align: right;
		padding: 10px;
	}
	#accent {
		display: none;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 565px) {
	.thumbDiv {display: none; }
	.thumbWrapper {margin-right: 10px; margin-bottom: 10px;}
	#contactRight img {
		display: none;
	}
	#dropquote { display: none; }
	#whatItem {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	#whatItem h1 {
		background-image: none;
		padding-left: 0px;
	}
	#slider {display: none; }
	#contactRight h1 { display: block; }	
	#contactRight {
		display: block;
		float: none;
		width: 100%;
		clear: both;
	}
	#contactRight .content {
		color: #666;
		background-color: #fff;
	}
	#accentWho {display: none; }
	#accentWork {display: none; }
	#whoRight { display: none; }
	#accentContact {display: none; }
	.content { text-align: center; }
	#fourCol {
		background-image: none;
	}
	#topBar {
		display: none;
	}
	#logo {
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 20px 0px 0px 0px;
		padding: 0px;
	}
	#logo img {
		width: 70%;
	}
	#navContainer {
		border: none;
		margin: 0px;
		padding: 0px;	
	}
	#navContainer a {
		display: block;
		font-size: 15pt;
		margin: 5px;
		padding: 10px;
		background-color: #eee;
		border-radius: 7px;
	}
	#navContainer ul {
		padding-left: 0px;
		margin-left: 0px;
	}
	#navContainer strong {
		display: block;
		font-size: 15pt;
		background-color: #008bbf;
		color: #fff;
		padding: 10px;		
		margin: 5px;
		border-radius: 7px;
		border: none;
	}
	#accent {display: none; }
	#navContainer a:hover {
		background-color: #ebc738;
		color: #fff;
	}
	#navContainer .navDiv {
		display: none;
	}
	#pageAccent {
		display: none;
	}
	#contentLarge {
		font-size: 10pt;
		padding: 10px;
		margin-top: 0px;
		margin-right: 10px;
		margin-left: 10px;
	}
	#pageHeader {
		font-size: 20pt;
		padding-top: 23px;
		padding-bottom: 15px;
		font-family: Bebas;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	#copyright {
		font-size: 10px;
	}
	.ribbon-wrapper {
		display: none;
	}
	#celebrateBar {
		display: block;
	}
	#mobileContact {
		display: block;
		color: #666;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-left: 25px;
		text-align: center;
		margin-top: 25px;
	}
	#whoLeft {
		display: block;
		width: auto;
	}
	#col {
		display: block;
		width: auto;
		border-right: none;
		border-bottom: #666 dotted 1px;
		margin-top: 15px;
		font-size: 13pt;
		line-height: normal;
		text-align: center;
		padding-left: none;
		padding-right: none;
	}
	#col a {
		display: block;
		margin-bottom: 15px;
	}		
	#col h1 {
		background-image: none;
		padding-left: 0px;
	}
	#contentLarge {	
		margin-top: none;
	}
	#footer {
		margin-left: 15px;
		margin-right: 15px;
	}
	#copyright {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#whoBottom {
		display: block;
	}
	#whoBottom ul {
		float: none;
		width: auto;
		font-size: 12pt;
}
	.contentCap {
	border-bottom: #999 dotted 1px !important;			
}
}